Trace number 3251618

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-03-24? (TO) 4800.39 1201.8

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m32-q369.75-n30-p30-s25693430.cnf
MD5SUM08b4f1e095a7a4b98cb40c2c00e78d45
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.477926
Satisfiable
(Un)Satisfiability was proved
Number of variables952
Number of clauses84809
Sum of the clauses size170510
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284779
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3251618-1304123904/watcher-3251618-1304123904 -o /tmp/evaluation-result-3251618-1304123904/solver-3251618-1304123904 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3251618-1304123904.cnf -threads=4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.73 6.33 7.31 2/174 20477
/proc/meminfo: memFree=27896760/32950928 swapFree=67111356/67111528
[pid=20477] ppid=20475 vsize=20764 CPUtime=0 cores=1,3,5,7
/proc/20477/stat : 20477 (SArTagnan) R 20475 20477 20055 0 -1 4202496 559 0 0 0 0 0 0 0 24 0 1 0 523990102 21262336 446 33554432000 4194304 4623224 140736589820336 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20477/statm: 5191 446 297 105 0 695 0

[startup+0.134563 s]
/proc/loadavg: 3.73 6.33 7.31 2/174 20477
/proc/meminfo: memFree=27896760/32950928 swapFree=67111356/67111528
[pid=20477] ppid=20475 vsize=190264 CPUtime=0.45 cores=1,3,5,7
/proc/20477/stat : 20477 (SArTagnan) R 20475 20477 20055 0 -1 4202496 3907 0 0 0 45 0 0 0 25 0 4 0 523990102 194830336 3313 33554432000 4194304 4623224 140736589820336 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20477/statm: 47566 3314 344 105 0 43070 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 190264

[startup+0.200552 s]
/proc/loadavg: 3.73 6.33 7.31 2/174 20477
/proc/meminfo: memFree=27896760/32950928 swapFree=67111356/67111528
[pid=20477] ppid=20475 vsize=190756 CPUtime=0.71 cores=1,3,5,7
/proc/20477/stat : 20477 (SArTagnan) R 20475 20477 20055 0 -1 4202496 4789 0 0 0 71 0 0 0 25 0 4 0 523990102 195334144 3950 33554432000 4194304 4623224 140736589820336 18446744073709551615 4510101 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20477/statm: 47689 3950 344 105 0 43193 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 190756

[startup+0.300533 s]
/proc/loadavg: 3.73 6.33 7.31 2/174 20477
/proc/meminfo: memFree=27896760/32950928 swapFree=67111356/67111528
[pid=20477] ppid=20475 vsize=193496 CPUtime=1.11 cores=1,3,5,7
/proc/20477/stat : 20477 (SArTagnan) R 20475 20477 20055 0 -1 4202496 6069 0 0 0 111 0 0 0 25 0 4 0 523990102 198139904 4862 33554432000 4194304 4623224 140736589820336 18446744073709551615 4510066 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20477/statm: 48374 4862 344 105 0 43878 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 193496

[startup+0.700458 s]
/proc/loadavg: 3.73 6.33 7.31 2/174 20477
/proc/meminfo: memFree=27896760/32950928 swapFree=67111356/67111528
[pid=20477] ppid=20475 vsize=265424 CPUtime=2.71 cores=1,3,5,7
/proc/20477/stat : 20477 (SArTagnan) R 20475 20477 20055 0 -1 4202496 10026 0 0 0 270 1 0 0 25 0 4 0 523990102 271794176 8206 33554432000 4194304 4623224 140736589820336 18446744073709551615 4415028 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20477/statm: 66356 8206 345 105 0 61860 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 265424

[startup+1.50031 s]
/proc/loadavg: 3.73 6.33 7.31 9/184 20490
/proc/meminfo: memFree=27774668/32950928 swapFree=67111356/67111528
[pid=20477] ppid=20475 vsize=272896 CPUtime=5.91 cores=1,3,5,7
/proc/20477/stat : 20477 (SArTagnan) R 20475 20477 20055 0 -1 4202496 15079 0 0 0 589 2 0 0 25 0 4 0 523990102 279445504 11526 33554432000 4194304 4623224 140736589820336 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20477/statm: 68224 11526 345 105 0 63728 0
[pid=20477/tid=20479] ppid=20475 vsize=272896 CPUtime=1.46 cores=1,3,5,7
/proc/20477/task/20479/stat : 20479 (SArTagnan) R 20475 20477 20055 0 -1 4202560 2815 0 0 0 146 0 0 0 25 0 4 0 523990105 279445504 11526 33554432000 4194304 4623224 140736589820336 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=272896 CPUtime=1.46 cores=1,3,5,7
/proc/20477/task/20480/stat : 20480 (SArTagnan) R 20475 20477 20055 0 -1 4202560 3950 0 0 0 146 0 0 0 25 0 4 0 523990105 279445504 11526 33554432000 4194304 4623224 140736589820336 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=272896 CPUtime=1.46 cores=1,3,5,7
/proc/20477/task/20481/stat : 20481 (SArTagnan) R 20475 20477 20055 0 -1 4202560 3154 0 0 0 146 0 0 0 25 0 4 0 523990105 279445504 11526 33554432000 4194304 4623224 140736589820336 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 272896

[startup+3.101 s]
/proc/loadavg: 3.73 6.33 7.31 9/184 20490
/proc/meminfo: memFree=27735112/32950928 swapFree=67111356/67111528
[pid=20477] ppid=20475 vsize=276784 CPUtime=12.31 cores=1,3,5,7
/proc/20477/stat : 20477 (SArTagnan) R 20475 20477 20055 0 -1 4202496 27684 0 0 0 1226 5 0 0 25 0 4 0 523990102 283426816 15953 33554432000 4194304 4623224 140736589820336 18446744073709551615 4415031 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20477/statm: 69196 15953 344 105 0 64700 0
[pid=20477/tid=20479] ppid=20475 vsize=276784 CPUtime=3.06 cores=1,3,5,7
/proc/20477/task/20479/stat : 20479 (SArTagnan) R 20475 20477 20055 0 -1 4202560 4492 0 0 0 306 0 0 0 25 0 4 0 523990105 283426816 15953 33554432000 4194304 4623224 140736589820336 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=276784 CPUtime=3.07 cores=1,3,5,7
/proc/20477/task/20480/stat : 20480 (SArTagnan) R 20475 20477 20055 0 -1 4202560 6692 0 0 0 306 1 0 0 25 0 4 0 523990105 283426816 15953 33554432000 4194304 4623224 140736589820336 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=276784 CPUtime=3.05 cores=1,3,5,7
/proc/20477/task/20481/stat : 20481 (SArTagnan) R 20475 20477 20055 0 -1 4202560 11209 0 0 0 303 2 0 0 25 0 4 0 523990105 283426816 15953 33554432000 4194304 4623224 140736589820336 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 276784

[startup+6.30039 s]
/proc/loadavg: 4.07 6.35 7.31 9/184 20490
/proc/meminfo: memFree=27627044/32950928 swapFree=67111356/67111528
[pid=20477] ppid=20475 vsize=289504 CPUtime=25.08 cores=1,3,5,7
/proc/20477/stat : 20477 (SArTagnan) R 20475 20477 20055 0 -1 4202496 63749 0 0 0 2497 11 0 0 25 0 4 0 523990102 296452096 23585 33554432000 4194304 4623224 140736589820336 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20477/statm: 72376 23585 345 105 0 67880 0
[pid=20477/tid=20479] ppid=20475 vsize=289504 CPUtime=6.26 cores=1,3,5,7
/proc/20477/task/20479/stat : 20479 (SArTagnan) R 20475 20477 20055 0 -1 4202560 8744 0 0 0 625 1 0 0 25 0 4 0 523990105 296452096 23585 33554432000 4194304 4623224 140736589820336 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=289504 CPUtime=6.26 cores=1,3,5,7
/proc/20477/task/20480/stat : 20480 (SArTagnan) R 20475 20477 20055 0 -1 4202560 10375 0 0 0 624 2 0 0 25 0 4 0 523990105 296452096 23585 33554432000 4194304 4623224 140736589820336 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=289504 CPUtime=6.23 cores=1,3,5,7
/proc/20477/task/20481/stat : 20481 (SArTagnan) R 20475 20477 20055 0 -1 4202560 37412 0 0 0 617 6 0 0 25 0 4 0 523990105 296452096 23585 33554432000 4194304 4623224 140736589820336 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 289504

[startup+12.7012 s]
/proc/loadavg: 4.38 6.38 7.32 9/184 20491
/proc/meminfo: memFree=27485692/32950928 swapFree=67111356/67111528
[pid=20477] ppid=20475 vsize=314480 CPUtime=50.65 cores=1,3,5,7
/proc/20477/stat : 20477 (SArTagnan) R 20475 20477 20055 0 -1 4202496 103017 0 0 0 5044 21 0 0 25 0 4 0 523990102 322027520 33905 33554432000 4194304 4623224 140736589820336 18446744073709551615 4510202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20477/statm: 78620 33905 344 105 0 74124 0
[pid=20477/tid=20479] ppid=20475 vsize=314480 CPUtime=12.67 cores=1,3,5,7
/proc/20477/task/20479/stat : 20479 (SArTagnan) R 20475 20477 20055 0 -1 4202560 13926 0 0 0 1264 3 0 0 25 0 4 0 523990105 322027520 33905 33554432000 4194304 4623224 140736589820336 18446744073709551615 4278641 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=314480 CPUtime=12.66 cores=1,3,5,7
/proc/20477/task/20480/stat : 20480 (SArTagnan) R 20475 20477 20055 0 -1 4202560 14887 0 0 0 1262 4 0 0 25 0 4 0 523990105 322027520 33905 33554432000 4194304 4623224 140736589820336 18446744073709551615 4377133 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=314480 CPUtime=12.6 cores=1,3,5,7
/proc/20477/task/20481/stat : 20481 (SArTagnan) R 20475 20477 20055 0 -1 4202560 61856 0 0 0 1249 11 0 0 25 0 4 0 523990105 322027520 33905 33554432000 4194304 4623224 140736589820336 18446744073709551615 4577460 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 314480

[startup+25.5007 s]
/proc/loadavg: 5.18 6.46 7.33 9/184 20491
/proc/meminfo: memFree=27256160/32950928 swapFree=67111356/67111528
[pid=20477] ppid=20475 vsize=337224 CPUtime=101.78 cores=1,3,5,7
/proc/20477/stat : 20477 (SArTagnan) R 20475 20477 20055 0 -1 4202496 187144 0 0 0 10139 39 0 0 25 0 4 0 523990102 345317376 49301 33554432000 4194304 4623224 140736589820336 18446744073709551615 4416149 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20477/statm: 84306 49301 344 105 0 79810 0
[pid=20477/tid=20479] ppid=20475 vsize=337224 CPUtime=25.46 cores=1,3,5,7
/proc/20477/task/20479/stat : 20479 (SArTagnan) R 20475 20477 20055 0 -1 4202560 21099 0 0 0 2541 5 0 0 25 0 4 0 523990105 345317376 49301 33554432000 4194304 4623224 140736589820336 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=337224 CPUtime=25.46 cores=1,3,5,7
/proc/20477/task/20480/stat : 20480 (SArTagnan) R 20475 20477 20055 0 -1 4202560 22589 0 0 0 2539 7 0 0 25 0 4 0 523990105 345317376 49301 33554432000 4194304 4623224 140736589820336 18446744073709551615 4376643 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=337224 CPUtime=25.33 cores=1,3,5,7
/proc/20477/task/20481/stat : 20481 (SArTagnan) R 20475 20477 20055 0 -1 4202560 128922 0 0 0 2510 23 0 0 25 0 4 0 523990105 345317376 49301 33554432000 4194304 4623224 140736589820336 18446744073709551615 4545395 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 337224

[startup+51.1009 s]
/proc/loadavg: 6.22 6.60 7.35 9/184 20492
/proc/meminfo: memFree=26884456/32950928 swapFree=67111356/67111528
[pid=20477] ppid=20475 vsize=448556 CPUtime=204.04 cores=1,3,5,7
/proc/20477/stat : 20477 (SArTagnan) R 20475 20477 20055 0 -1 4202496 379483 0 0 0 20330 74 0 0 25 0 4 0 523990102 459321344 72914 33554432000 4194304 4623224 140736589820336 18446744073709551615 4415028 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20477/statm: 112139 72914 363 105 0 107643 0
[pid=20477/tid=20479] ppid=20475 vsize=448556 CPUtime=51.06 cores=1,3,5,7
/proc/20477/task/20479/stat : 20479 (SArTagnan) R 20475 20477 20055 0 -1 4202560 31609 0 0 0 5098 8 0 0 25 0 4 0 523990105 459321344 72914 33554432000 4194304 4623224 140736589820336 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=448556 CPUtime=51.06 cores=1,3,5,7
/proc/20477/task/20480/stat : 20480 (SArTagnan) R 20475 20477 20055 0 -1 4202560 33227 0 0 0 5095 11 0 0 25 0 4 0 523990105 459321344 72914 33554432000 4194304 4623224 140736589820336 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=448556 CPUtime=50.79 cores=1,3,5,7
/proc/20477/task/20481/stat : 20481 (SArTagnan) R 20475 20477 20055 0 -1 4202560 289038 0 0 0 5030 49 0 0 25 0 4 0 523990105 459321344 72914 33554432000 4194304 4623224 140736589820336 18446744073709551615 4577681 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 448556

[startup+102.301 s]
/proc/loadavg: 7.23 6.81 7.38 9/184 20493
/proc/meminfo: memFree=26346536/32950928 swapFree=67111356/67111528
[pid=20477] ppid=20475 vsize=695748 CPUtime=408.59 cores=1,3,5,7
/proc/20477/stat : 20477 (SArTagnan) R 20475 20477 20055 0 -1 4202496 713319 0 0 0 40726 133 0 0 25 0 4 0 523990102 712445952 117447 33554432000 4194304 4623224 140736589820336 18446744073709551615 4510127 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20477/statm: 173937 117447 344 105 0 169441 0
[pid=20477/tid=20479] ppid=20475 vsize=695748 CPUtime=102.28 cores=1,3,5,7
/proc/20477/task/20479/stat : 20479 (SArTagnan) R 20475 20477 20055 0 -1 4202560 48739 0 0 0 10212 16 0 0 25 0 4 0 523990105 712445952 117447 33554432000 4194304 4623224 140736589820336 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=695748 CPUtime=102.27 cores=1,3,5,7
/proc/20477/task/20480/stat : 20480 (SArTagnan) R 20475 20477 20055 0 -1 4202560 47760 0 0 0 10212 15 0 0 25 0 4 0 523990105 712445952 117447 33554432000 4194304 4623224 140736589820336 18446744073709551615 4376806 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=695748 CPUtime=101.72 cores=1,3,5,7
/proc/20477/task/20481/stat : 20481 (SArTagnan) R 20475 20477 20055 0 -1 4202560 540914 0 0 0 10083 89 0 0 25 0 4 0 523990105 712445952 117447 33554432000 4194304 4623224 140736589820336 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 695748

[startup+162.301 s]
/proc/loadavg: 7.83 7.06 7.43 9/184 20495
/proc/meminfo: memFree=25911888/32950928 swapFree=67111356/67111528
[pid=20477] ppid=20475 vsize=961792 CPUtime=648.24 cores=1,3,5,7
/proc/20477/stat : 20477 (SArTagnan) R 20475 20477 20055 0 -1 4202496 971551 0 0 0 64643 181 0 0 25 0 4 0 523990102 984875008 172472 33554432000 4194304 4623224 140736589820336 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20477/statm: 240448 172472 497 105 0 235952 0
[pid=20477/tid=20479] ppid=20475 vsize=961792 CPUtime=162.27 cores=1,3,5,7
/proc/20477/task/20479/stat : 20479 (SArTagnan) R 20475 20477 20055 0 -1 4202560 73792 0 0 0 16203 24 0 0 25 0 4 0 523990105 984875008 172472 33554432000 4194304 4623224 140736589820336 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=961792 CPUtime=162.26 cores=1,3,5,7
/proc/20477/task/20480/stat : 20480 (SArTagnan) R 20475 20477 20055 0 -1 4202560 65552 0 0 0 16204 22 0 0 25 0 4 0 523990105 984875008 172472 33554432000 4194304 4623224 140736589820336 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=961792 CPUtime=161.38 cores=1,3,5,7
/proc/20477/task/20481/stat : 20481 (SArTagnan) R 20475 20477 20055 0 -1 4202560 663148 0 0 0 16030 108 0 0 25 0 4 0 523990105 984875008 172472 33554432000 4194304 4623224 140736589820336 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.24
Current children cumulated vsize (KiB) 961792

[startup+222.306 s]
/proc/loadavg: 7.93 7.23 7.46 9/184 20496
/proc/meminfo: memFree=25383252/32950928 swapFree=67111356/67111528
[pid=20477] ppid=20475 vsize=1132812 CPUtime=887.93 cores=1,3,5,7
/proc/20477/stat : 20477 (SArTagnan) R 20475 20477 20055 0 -1 4202496 1556883 0 0 0 88515 278 0 0 25 0 4 0 523990102 1159999488 217007 33554432000 4194304 4623224 140736589820336 18446744073709551615 4415016 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20477/statm: 283203 217007 455 105 0 278707 0
[pid=20477/tid=20479] ppid=20475 vsize=1132812 CPUtime=222.27 cores=1,3,5,7
/proc/20477/task/20479/stat : 20479 (SArTagnan) R 20475 20477 20055 0 -1 4202560 85406 0 0 0 22198 29 0 0 25 0 4 0 523990105 1159999488 217007 33554432000 4194304 4623224 140736589820336 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=1132812 CPUtime=222.27 cores=1,3,5,7
/proc/20477/task/20480/stat : 20480 (SArTagnan) R 20475 20477 20055 0 -1 4202560 70826 0 0 0 22200 27 0 0 25 0 4 0 523990105 1159999488 217007 33554432000 4194304 4623224 140736589820336 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=1132812 CPUtime=221.05 cores=1,3,5,7
/proc/20477/task/20481/stat : 20481 (SArTagnan) R 20475 20477 20055 0 -1 4202560 1123988 0 0 0 21926 179 0 0 25 0 4 0 523990105 1159999488 217007 33554432000 4194304 4623224 140736589820336 18446744073709551615 4545702 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 887.93
Current children cumulated vsize (KiB) 1132812

[startup+282.301 s]

################
# More data... #
################

[pid=20477] ppid=20475 vsize=1865232 CPUtime=2565.65 cores=1,3,5,7
/proc/20477/stat : 20477 (SArTagnan) R 20475 20477 20055 0 -1 4202496 3513874 0 0 0 255910 655 0 0 25 0 4 0 523990102 1909997568 368568 33554432000 4194304 4623224 140736589820336 18446744073709551615 4414891 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20477/statm: 466308 368568 344 105 0 461812 0
[pid=20477/tid=20479] ppid=20475 vsize=1865232 CPUtime=642.27 cores=1,3,5,7
/proc/20477/task/20479/stat : 20479 (SArTagnan) R 20475 20477 20055 0 -1 4202560 161310 0 0 0 64163 64 0 0 25 0 4 0 523990105 1909997568 368568 33554432000 4194304 4623224 140736589820336 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=1865232 CPUtime=642.27 cores=1,3,5,7
/proc/20477/task/20480/stat : 20480 (SArTagnan) R 20475 20477 20055 0 -1 4202560 148710 0 0 0 64159 68 0 0 25 0 4 0 523990105 1909997568 368568 33554432000 4194304 4623224 140736589820336 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=1865232 CPUtime=638.77 cores=1,3,5,7
/proc/20477/task/20481/stat : 20481 (SArTagnan) R 20475 20477 20055 0 -1 4202560 2614519 0 0 0 63455 422 0 0 25 0 4 0 523990105 1909997568 368568 33554432000 4194304 4623224 140736589820336 18446744073709551615 4545379 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2565.65
Current children cumulated vsize (KiB) 1865232

[startup+702.301 s]
/proc/loadavg: 8.07 7.91 7.69 9/184 20509
/proc/meminfo: memFree=23999340/32950928 swapFree=67111356/67111528
[pid=20477] ppid=20475 vsize=1892632 CPUtime=2805.32 cores=1,3,5,7
/proc/20477/stat : 20477 (SArTagnan) R 20475 20477 20055 0 -1 4202496 4038250 0 0 0 279790 742 0 0 25 0 4 0 523990102 1938055168 379008 33554432000 4194304 4623224 140736589820336 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20477/statm: 473158 379008 344 105 0 468662 0
[pid=20477/tid=20479] ppid=20475 vsize=1892632 CPUtime=702.28 cores=1,3,5,7
/proc/20477/task/20479/stat : 20479 (SArTagnan) R 20475 20477 20055 0 -1 4202560 161476 0 0 0 70164 64 0 0 25 0 4 0 523990105 1938055168 379008 33554432000 4194304 4623224 140736589820336 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=1892632 CPUtime=702.26 cores=1,3,5,7
/proc/20477/task/20480/stat : 20480 (SArTagnan) R 20475 20477 20055 0 -1 4202560 151239 0 0 0 70157 69 0 0 25 0 4 0 523990105 1938055168 379009 33554432000 4194304 4623224 140736589820336 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=1892632 CPUtime=698.44 cores=1,3,5,7
/proc/20477/task/20481/stat : 20481 (SArTagnan) R 20475 20477 20055 0 -1 4202560 3118795 0 0 0 69339 505 0 0 25 0 4 0 523990105 1938055168 379010 33554432000 4194304 4623224 140736589820336 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.32
Current children cumulated vsize (KiB) 1892632

[startup+762.3 s]
/proc/loadavg: 8.07 7.94 7.72 9/184 20511
/proc/meminfo: memFree=23763948/32950928 swapFree=67111356/67111528
[pid=20477] ppid=20475 vsize=2151284 CPUtime=3045.02 cores=1,3,5,7
/proc/20477/stat : 20477 (SArTagnan) R 20475 20477 20055 0 -1 4202496 4710535 0 0 0 303652 850 0 0 25 0 4 0 523990102 2202914816 427784 33554432000 4194304 4623224 140736589820336 18446744073709551615 4415044 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20477/statm: 537821 427784 345 105 0 533325 0
[pid=20477/tid=20479] ppid=20475 vsize=2151284 CPUtime=762.28 cores=1,3,5,7
/proc/20477/task/20479/stat : 20479 (SArTagnan) R 20475 20477 20055 0 -1 4202560 161725 0 0 0 76164 64 0 0 25 0 4 0 523990105 2202914816 427784 33554432000 4194304 4623224 140736589820336 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=2151284 CPUtime=762.26 cores=1,3,5,7
/proc/20477/task/20480/stat : 20480 (SArTagnan) R 20475 20477 20055 0 -1 4202560 152514 0 0 0 76156 70 0 0 25 0 4 0 523990105 2202914816 427784 33554432000 4194304 4623224 140736589820336 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=2151284 CPUtime=758.12 cores=1,3,5,7
/proc/20477/task/20481/stat : 20481 (SArTagnan) R 20475 20477 20055 0 -1 4202560 3636165 0 0 0 75222 590 0 0 25 0 4 0 523990105 2202914816 427784 33554432000 4194304 4623224 140736589820336 18446744073709551615 4550450 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.02
Current children cumulated vsize (KiB) 2151284

[startup+822.301 s]
/proc/loadavg: 8.10 7.97 7.74 9/184 20512
/proc/meminfo: memFree=23696232/32950928 swapFree=67111356/67111528
[pid=20477] ppid=20475 vsize=2156300 CPUtime=3284.68 cores=1,3,5,7
/proc/20477/stat : 20477 (SArTagnan) R 20475 20477 20055 0 -1 4202496 5211829 0 0 0 327537 931 0 0 25 0 4 0 523990102 2208051200 434971 33554432000 4194304 4623224 140736589820336 18446744073709551615 4415071 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20477/statm: 539075 434971 344 105 0 534579 0
[pid=20477/tid=20479] ppid=20475 vsize=2156300 CPUtime=822.28 cores=1,3,5,7
/proc/20477/task/20479/stat : 20479 (SArTagnan) R 20475 20477 20055 0 -1 4202560 161866 0 0 0 82164 64 0 0 25 0 4 0 523990105 2208051200 434971 33554432000 4194304 4623224 140736589820336 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=2156300 CPUtime=822.26 cores=1,3,5,7
/proc/20477/task/20480/stat : 20480 (SArTagnan) R 20475 20477 20055 0 -1 4202560 154959 0 0 0 82155 71 0 0 25 0 4 0 523990105 2208051200 434971 33554432000 4194304 4623224 140736589820336 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=2156300 CPUtime=817.79 cores=1,3,5,7
/proc/20477/task/20481/stat : 20481 (SArTagnan) R 20475 20477 20055 0 -1 4202560 4132252 0 0 0 81110 669 0 0 25 0 4 0 523990105 2208051200 434971 33554432000 4194304 4623224 140736589820336 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.68
Current children cumulated vsize (KiB) 2156300

[startup+882.306 s]
/proc/loadavg: 8.08 7.99 7.76 9/184 20514
/proc/meminfo: memFree=23507976/32950928 swapFree=67111356/67111528
[pid=20477] ppid=20475 vsize=2245464 CPUtime=3524.39 cores=1,3,5,7
/proc/20477/stat : 20477 (SArTagnan) R 20475 20477 20055 0 -1 4202496 5573339 0 0 0 351445 994 0 0 25 0 4 0 523990102 2299355136 455777 33554432000 4194304 4623224 140736589820336 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20477/statm: 561366 455777 344 105 0 556870 0
[pid=20477/tid=20479] ppid=20475 vsize=2245464 CPUtime=882.29 cores=1,3,5,7
/proc/20477/task/20479/stat : 20479 (SArTagnan) R 20475 20477 20055 0 -1 4202560 162274 0 0 0 88164 65 0 0 25 0 4 0 523990105 2299355136 455777 33554432000 4194304 4623224 140736589820336 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=2245464 CPUtime=882.27 cores=1,3,5,7
/proc/20477/task/20480/stat : 20480 (SArTagnan) R 20475 20477 20055 0 -1 4202560 196120 0 0 0 88149 78 0 0 25 0 4 0 523990105 2299355136 455777 33554432000 4194304 4623224 140736589820336 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=2245464 CPUtime=877.47 cores=1,3,5,7
/proc/20477/task/20481/stat : 20481 (SArTagnan) R 20475 20477 20055 0 -1 4202560 4424520 0 0 0 87028 719 0 0 25 0 4 0 523990105 2299355136 455777 33554432000 4194304 4623224 140736589820336 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.39
Current children cumulated vsize (KiB) 2245464

[startup+942.301 s]
/proc/loadavg: 8.06 8.00 7.78 9/184 20515
/proc/meminfo: memFree=23368196/32950928 swapFree=67111356/67111528
[pid=20477] ppid=20475 vsize=2322724 CPUtime=3764.05 cores=1,3,5,7
/proc/20477/stat : 20477 (SArTagnan) R 20475 20477 20055 0 -1 4202496 5649465 0 0 0 375393 1012 0 0 25 0 4 0 523990102 2378469376 471298 33554432000 4194304 4623224 140736589820336 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20477/statm: 580681 471298 344 105 0 576185 0
[pid=20477/tid=20479] ppid=20475 vsize=2322724 CPUtime=942.29 cores=1,3,5,7
/proc/20477/task/20479/stat : 20479 (SArTagnan) R 20475 20477 20055 0 -1 4202560 162432 0 0 0 94164 65 0 0 25 0 4 0 523990105 2378469376 471298 33554432000 4194304 4623224 140736589820336 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=2322724 CPUtime=942.26 cores=1,3,5,7
/proc/20477/task/20480/stat : 20480 (SArTagnan) R 20475 20477 20055 0 -1 4202560 201389 0 0 0 94143 83 0 0 25 0 4 0 523990105 2378469376 471298 33554432000 4194304 4623224 140736589820336 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=2322724 CPUtime=937.14 cores=1,3,5,7
/proc/20477/task/20481/stat : 20481 (SArTagnan) R 20475 20477 20055 0 -1 4202560 4427920 0 0 0 92994 720 0 0 25 0 4 0 523990105 2378469376 471298 33554432000 4194304 4623224 140736589820336 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.05
Current children cumulated vsize (KiB) 2322724

[startup+1002.3 s]
/proc/loadavg: 8.06 8.01 7.79 9/184 20517
/proc/meminfo: memFree=23101808/32950928 swapFree=67111356/67111528
[pid=20477] ppid=20475 vsize=2331060 CPUtime=4003.72 cores=1,3,5,7
/proc/20477/stat : 20477 (SArTagnan) R 20475 20477 20055 0 -1 4202496 5880745 0 0 0 399315 1057 0 0 25 0 4 0 523990102 2387005440 484827 33554432000 4194304 4623224 140736589820336 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20477/statm: 582765 484827 344 105 0 578269 0
[pid=20477/tid=20479] ppid=20475 vsize=2331060 CPUtime=1002.29 cores=1,3,5,7
/proc/20477/task/20479/stat : 20479 (SArTagnan) R 20475 20477 20055 0 -1 4202560 162545 0 0 0 100164 65 0 0 25 0 4 0 523990105 2387005440 484827 33554432000 4194304 4623224 140736589820336 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=2331060 CPUtime=1002.27 cores=1,3,5,7
/proc/20477/task/20480/stat : 20480 (SArTagnan) R 20475 20477 20055 0 -1 4202560 205972 0 0 0 100139 88 0 0 25 0 4 0 523990105 2387005440 484827 33554432000 4194304 4623224 140736589820336 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=2331060 CPUtime=996.82 cores=1,3,5,7
/proc/20477/task/20481/stat : 20481 (SArTagnan) R 20475 20477 20055 0 -1 4202560 4566069 0 0 0 98937 745 0 0 25 0 4 0 523990105 2387005440 484827 33554432000 4194304 4623224 140736589820336 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.72
Current children cumulated vsize (KiB) 2331060

[startup+1062.3 s]
/proc/loadavg: 8.02 8.01 7.80 9/184 20519
/proc/meminfo: memFree=22957320/32950928 swapFree=67111356/67111528
[pid=20477] ppid=20475 vsize=2335548 CPUtime=4243.4 cores=1,3,5,7
/proc/20477/stat : 20477 (SArTagnan) R 20475 20477 20055 0 -1 4202496 6411010 0 0 0 423192 1148 0 0 25 0 4 0 523990102 2391601152 494140 33554432000 4194304 4623224 140736589820336 18446744073709551615 4414984 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20477/statm: 583887 494140 344 105 0 579391 0
[pid=20477/tid=20479] ppid=20475 vsize=2335548 CPUtime=1062.29 cores=1,3,5,7
/proc/20477/task/20479/stat : 20479 (SArTagnan) R 20475 20477 20055 0 -1 4202560 162886 0 0 0 106164 65 0 0 25 0 4 0 523990105 2391601152 494140 33554432000 4194304 4623224 140736589820336 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=2335548 CPUtime=1062.27 cores=1,3,5,7
/proc/20477/task/20480/stat : 20480 (SArTagnan) R 20475 20477 20055 0 -1 4202560 208196 0 0 0 106138 89 0 0 25 0 4 0 523990105 2391601152 494140 33554432000 4194304 4623224 140736589820336 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=2335548 CPUtime=1056.49 cores=1,3,5,7
/proc/20477/task/20481/stat : 20481 (SArTagnan) R 20475 20477 20055 0 -1 4202560 4992474 0 0 0 104832 817 0 0 25 0 4 0 523990105 2391601152 494140 33554432000 4194304 4623224 140736589820336 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.4
Current children cumulated vsize (KiB) 2335548

[startup+1122.3 s]
/proc/loadavg: 8.04 8.02 7.82 9/184 20520
/proc/meminfo: memFree=22902112/32950928 swapFree=67111356/67111528
[pid=20477] ppid=20475 vsize=2335944 CPUtime=4483.08 cores=1,3,5,7
/proc/20477/stat : 20477 (SArTagnan) R 20475 20477 20055 0 -1 4202496 6941665 0 0 0 447063 1245 0 0 25 0 4 0 523990102 2392006656 498895 33554432000 4194304 4623224 140736589820336 18446744073709551615 4510486 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20477/statm: 583986 498895 344 105 0 579490 0
[pid=20477/tid=20479] ppid=20475 vsize=2335944 CPUtime=1122.29 cores=1,3,5,7
/proc/20477/task/20479/stat : 20479 (SArTagnan) R 20475 20477 20055 0 -1 4202560 162931 0 0 0 112164 65 0 0 25 0 4 0 523990105 2392006656 498895 33554432000 4194304 4623224 140736589820336 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=2335944 CPUtime=1122.27 cores=1,3,5,7
/proc/20477/task/20480/stat : 20480 (SArTagnan) R 20475 20477 20055 0 -1 4202560 208440 0 0 0 112138 89 0 0 25 0 4 0 523990105 2392006656 498895 33554432000 4194304 4623224 140736589820336 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=2335944 CPUtime=1116.17 cores=1,3,5,7
/proc/20477/task/20481/stat : 20481 (SArTagnan) R 20475 20477 20055 0 -1 4202560 5423927 0 0 0 110723 894 0 0 25 0 4 0 523990105 2392006656 498895 33554432000 4194304 4623224 140736589820336 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.08
Current children cumulated vsize (KiB) 2335944

[startup+1182.3 s]
/proc/loadavg: 8.12 8.04 7.84 9/184 20522
/proc/meminfo: memFree=22793956/32950928 swapFree=67111356/67111528
[pid=20477] ppid=20475 vsize=2367340 CPUtime=4722.76 cores=1,3,5,7
/proc/20477/stat : 20477 (SArTagnan) R 20475 20477 20055 0 -1 4202496 7493262 0 0 0 470925 1351 0 0 25 0 4 0 523990102 2424156160 504551 33554432000 4194304 4623224 140736589820336 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20477/statm: 591835 504551 345 105 0 587339 0
[pid=20477/tid=20479] ppid=20475 vsize=2367340 CPUtime=1182.29 cores=1,3,5,7
/proc/20477/task/20479/stat : 20479 (SArTagnan) R 20475 20477 20055 0 -1 4202560 162984 0 0 0 118164 65 0 0 25 0 4 0 523990105 2424156160 504551 33554432000 4194304 4623224 140736589820336 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=2367340 CPUtime=1182.27 cores=1,3,5,7
/proc/20477/task/20480/stat : 20480 (SArTagnan) R 20475 20477 20055 0 -1 4202560 208584 0 0 0 118138 89 0 0 25 0 4 0 523990105 2424156160 504551 33554432000 4194304 4623224 140736589820336 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=2367340 CPUtime=1175.84 cores=1,3,5,7
/proc/20477/task/20481/stat : 20481 (SArTagnan) R 20475 20477 20055 0 -1 4202560 5879987 0 0 0 116604 980 0 0 25 0 4 0 523990105 2424156160 504551 33554432000 4194304 4623224 140736589820336 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.76
Current children cumulated vsize (KiB) 2367340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.09 8.04 7.84 9/184 20522
/proc/meminfo: memFree=22741744/32950928 swapFree=67111356/67111528
[pid=20477] ppid=20475 vsize=2367472 CPUtime=4800.28 cores=1,3,5,7
/proc/20477/stat : 20477 (SArTagnan) R 20475 20477 20055 0 -1 4202496 7677396 0 0 0 478642 1386 0 0 25 0 4 0 523990102 2424291328 506419 33554432000 4194304 4623224 140736589820336 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20477/statm: 591868 506419 344 105 0 587372 0
[pid=20477/tid=20479] ppid=20475 vsize=2367472 CPUtime=1201.7 cores=1,3,5,7
/proc/20477/task/20479/stat : 20479 (SArTagnan) R 20475 20477 20055 0 -1 4202560 163099 0 0 0 120105 65 0 0 25 0 4 0 523990105 2424291328 506419 33554432000 4194304 4623224 140736589820336 18446744073709551615 4357692 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20477/tid=20480] ppid=20475 vsize=2367472 CPUtime=1201.67 cores=1,3,5,7
/proc/20477/task/20480/stat : 20480 (SArTagnan) R 20475 20477 20055 0 -1 4202560 208622 0 0 0 120078 89 0 0 25 0 4 0 523990105 2424291328 506419 33554432000 4194304 4623224 140736589820336 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20477/tid=20481] ppid=20475 vsize=2367472 CPUtime=1195.14 cores=1,3,5,7
/proc/20477/task/20481/stat : 20481 (SArTagnan) R 20475 20477 20055 0 -1 4202560 6028050 0 0 0 118506 1008 0 0 25 0 4 0 523990105 2424291328 506419 33554432000 4194304 4623224 140736589820336 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 2367472

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.8
CPU time (s): 4800.39
CPU user time (s): 4786.45
CPU system time (s): 13.9439
CPU usage (%): 399.435
Max. virtual memory (cumulated for all children) (KiB): 2551952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4786.45
system time used= 13.9439
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7677400
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1803
involuntary context switches= 30340

runsolver used 1.67474 second user time and 4.88926 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-30 02:38:24
IDJOB=3251618
IDBENCH=88227
IDSOLVER=1656
FILE ID=node127/3251618-1304123904
RUNJOBID= node127-1304123904-20464
PBS_JOBID= 13170732
Free space on /tmp= 71820 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m32-q369.75-n30-p30-s25693430.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251618-1304123904/watcher-3251618-1304123904 -o /tmp/evaluation-result-3251618-1304123904/solver-3251618-1304123904 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3251618-1304123904.cnf -threads=4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 08b4f1e095a7a4b98cb40c2c00e78d45
RANDOM SEED=1141645201

node127.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27897040 kB
Buffers:       1285480 kB
Cached:        3249440 kB
SwapCached:          8 kB
Active:         169056 kB
Inactive:      4432840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27897040 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            2024 kB
Writeback:           0 kB
AnonPages:       67132 kB
Mapped:          14488 kB
Slab:           388192 kB
PageTables:       4336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   189864 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71812 MiB
End job on node127 at 2011-04-30 02:58:28