Trace number 3263588

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.54 1201.94

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_29_30_6-dir.shuffled-as.sat03-130.cnf
MD5SUMe826117d87949a5b285e72732bfa395b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses69964
Sum of the clauses size140740
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 269935
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 529

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-3263588-1304101190/watcher-3263588-1304101190 -o /tmp/evaluation-result-3263588-1304101190/solver-3263588-1304101190 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3263588-1304101190.cnf -threads=4 

running on 4 cores: 0,2,4,6

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: 5.06 7.28 7.81 3/176 31094
/proc/meminfo: memFree=30952484/32951124 swapFree=67111364/67111528
[pid=31094] ppid=31092 vsize=20464 CPUtime=0 cores=0,2,4,6
/proc/31094/stat : 31094 (SArTagnan) R 31092 31094 30527 0 -1 4202496 591 0 0 0 0 0 0 0 22 0 1 0 521716938 20955136 457 33554432000 4194304 4623224 140737015389072 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/31094/statm: 5116 457 297 105 0 620 0

[startup+0.060163 s]
/proc/loadavg: 5.06 7.28 7.81 3/176 31094
/proc/meminfo: memFree=30952484/32951124 swapFree=67111364/67111528
[pid=31094] ppid=31092 vsize=187832 CPUtime=0.17 cores=0,2,4,6
/proc/31094/stat : 31094 (SArTagnan) R 31092 31094 30527 0 -1 4202496 3176 0 0 0 17 0 0 0 24 0 4 0 521716938 192339968 2386 33554432000 4194304 4623224 140737015389072 18446744073709551615 4498333 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31094/statm: 46958 2386 342 105 0 42462 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 187832

[startup+0.100155 s]
/proc/loadavg: 5.06 7.28 7.81 3/176 31094
/proc/meminfo: memFree=30952484/32951124 swapFree=67111364/67111528
[pid=31094] ppid=31092 vsize=254316 CPUtime=0.33 cores=0,2,4,6
/proc/31094/stat : 31094 (SArTagnan) R 31092 31094 30527 0 -1 4202496 3900 0 0 0 33 0 0 0 24 0 4 0 521716938 260419584 2863 33554432000 4194304 4623224 140737015389072 18446744073709551615 4507356 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31094/statm: 63579 2863 344 105 0 59083 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 254316

[startup+0.300122 s]
/proc/loadavg: 5.06 7.28 7.81 3/176 31094
/proc/meminfo: memFree=30952484/32951124 swapFree=67111364/67111528
[pid=31094] ppid=31092 vsize=257564 CPUtime=1.12 cores=0,2,4,6
/proc/31094/stat : 31094 (SArTagnan) R 31092 31094 30527 0 -1 4202496 7157 0 0 0 112 0 0 0 25 0 4 0 521716938 263745536 5192 33554432000 4194304 4623224 140737015389072 18446744073709551615 4510086 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31094/statm: 64391 5192 345 105 0 59895 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 257564

[startup+0.701053 s]
/proc/loadavg: 5.06 7.28 7.81 3/176 31094
/proc/meminfo: memFree=30952484/32951124 swapFree=67111364/67111528
[pid=31094] ppid=31092 vsize=262252 CPUtime=2.73 cores=0,2,4,6
/proc/31094/stat : 31094 (SArTagnan) R 31092 31094 30527 0 -1 4202496 11220 0 0 0 272 1 0 0 25 0 4 0 521716938 268546048 8415 33554432000 4194304 4623224 140737015389072 18446744073709551615 4368803 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31094/statm: 65563 8415 348 105 0 61067 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 262252

[startup+1.50091 s]
/proc/loadavg: 5.06 7.28 7.81 9/184 31102
/proc/meminfo: memFree=30885840/32951124 swapFree=67111364/67111528
[pid=31094] ppid=31092 vsize=267744 CPUtime=5.93 cores=0,2,4,6
/proc/31094/stat : 31094 (SArTagnan) R 31092 31094 30527 0 -1 4202496 14865 0 0 0 591 2 0 0 25 0 4 0 521716938 274169856 10338 33554432000 4194304 4623224 140737015389072 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31094/statm: 66936 10338 347 105 0 62440 0
[pid=31094/tid=31100] ppid=31092 vsize=267744 CPUtime=1.47 cores=0,2,4,6
/proc/31094/task/31100/stat : 31100 (SArTagnan) R 31092 31094 30527 0 -1 4202560 2100 0 0 0 147 0 0 0 25 0 4 0 521716940 274169856 10338 33554432000 4194304 4623224 140737015389072 18446744073709551615 4373099 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31094/tid=31101] ppid=31092 vsize=267744 CPUtime=1.47 cores=0,2,4,6
/proc/31094/task/31101/stat : 31101 (SArTagnan) R 31092 31094 30527 0 -1 4202560 2465 0 0 0 147 0 0 0 25 0 4 0 521716940 274169856 10338 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31094/tid=31102] ppid=31092 vsize=267744 CPUtime=1.47 cores=0,2,4,6
/proc/31094/task/31102/stat : 31102 (SArTagnan) R 31092 31094 30527 0 -1 4202560 1963 0 0 0 147 0 0 0 25 0 4 0 521716940 274169856 10338 33554432000 4194304 4623224 140737015389072 18446744073709551615 4364414 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 267744

[startup+3.10063 s]
/proc/loadavg: 5.06 7.28 7.81 9/184 31102
/proc/meminfo: memFree=30854964/32951124 swapFree=67111364/67111528
[pid=31094] ppid=31092 vsize=274508 CPUtime=12.32 cores=0,2,4,6
/proc/31094/stat : 31094 (SArTagnan) R 31092 31094 30527 0 -1 4202496 22261 0 0 0 1229 3 0 0 25 0 4 0 521716938 281096192 15355 33554432000 4194304 4623224 140737015389072 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31094/statm: 68627 15355 380 105 0 64131 0
[pid=31094/tid=31100] ppid=31092 vsize=274508 CPUtime=3.07 cores=0,2,4,6
/proc/31094/task/31100/stat : 31100 (SArTagnan) R 31092 31094 30527 0 -1 4202560 3383 0 0 0 307 0 0 0 25 0 4 0 521716940 281096192 15355 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31094/tid=31101] ppid=31092 vsize=274508 CPUtime=3.06 cores=0,2,4,6
/proc/31094/task/31101/stat : 31101 (SArTagnan) R 31092 31094 30527 0 -1 4202560 3540 0 0 0 306 0 0 0 25 0 4 0 521716940 281096192 15355 33554432000 4194304 4623224 140737015389072 18446744073709551615 228244016130 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31094/tid=31102] ppid=31092 vsize=274508 CPUtime=3.07 cores=0,2,4,6
/proc/31094/task/31102/stat : 31102 (SArTagnan) R 31092 31094 30527 0 -1 4202560 3663 0 0 0 307 0 0 0 25 0 4 0 521716940 281096192 15355 33554432000 4194304 4623224 140737015389072 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 274508

[startup+6.30107 s]
/proc/loadavg: 5.30 7.29 7.81 9/184 31102
/proc/meminfo: memFree=30786436/32951124 swapFree=67111364/67111528
[pid=31094] ppid=31092 vsize=300872 CPUtime=25.09 cores=0,2,4,6
/proc/31094/stat : 31094 (SArTagnan) R 31092 31094 30527 0 -1 4202496 34689 0 0 0 2504 5 0 0 25 0 4 0 521716938 308092928 22476 33554432000 4194304 4623224 140737015389072 18446744073709551615 4510472 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31094/statm: 75218 22476 411 105 0 70722 0
[pid=31094/tid=31100] ppid=31092 vsize=300872 CPUtime=6.27 cores=0,2,4,6
/proc/31094/task/31100/stat : 31100 (SArTagnan) R 31092 31094 30527 0 -1 4202560 6502 0 0 0 626 1 0 0 25 0 4 0 521716940 308092928 22476 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31094/tid=31101] ppid=31092 vsize=300872 CPUtime=6.24 cores=0,2,4,6
/proc/31094/task/31101/stat : 31101 (SArTagnan) R 31092 31094 30527 0 -1 4202560 5286 0 0 0 623 1 0 0 25 0 4 0 521716940 308092928 22476 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31094/tid=31102] ppid=31092 vsize=300872 CPUtime=6.27 cores=0,2,4,6
/proc/31094/task/31102/stat : 31102 (SArTagnan) R 31092 31094 30527 0 -1 4202560 5567 0 0 0 627 0 0 0 25 0 4 0 521716940 308092928 22476 33554432000 4194304 4623224 140737015389072 18446744073709551615 4366480 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 300872

[startup+12.701 s]
/proc/loadavg: 5.59 7.32 7.82 9/184 31102
/proc/meminfo: memFree=30686088/32951124 swapFree=67111364/67111528
[pid=31094] ppid=31092 vsize=330588 CPUtime=50.66 cores=0,2,4,6
/proc/31094/stat : 31094 (SArTagnan) R 31092 31094 30527 0 -1 4202496 88088 0 0 0 5052 14 0 0 25 0 4 0 521716938 338522112 35503 33554432000 4194304 4623224 140737015389072 18446744073709551615 4510116 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31094/statm: 82647 35503 520 105 0 78151 0
[pid=31094/tid=31100] ppid=31092 vsize=330588 CPUtime=12.67 cores=0,2,4,6
/proc/31094/task/31100/stat : 31100 (SArTagnan) R 31092 31094 30527 0 -1 4202560 10544 0 0 0 1265 2 0 0 25 0 4 0 521716940 338522112 35503 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31094/tid=31101] ppid=31092 vsize=330588 CPUtime=12.6 cores=0,2,4,6
/proc/31094/task/31101/stat : 31101 (SArTagnan) R 31092 31094 30527 0 -1 4202560 8038 0 0 0 1259 1 0 0 25 0 4 0 521716940 338522112 35503 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31094/tid=31102] ppid=31092 vsize=330588 CPUtime=12.67 cores=0,2,4,6
/proc/31094/task/31102/stat : 31102 (SArTagnan) R 31092 31094 30527 0 -1 4202560 36214 0 0 0 1262 5 0 0 25 0 4 0 521716940 338522112 35503 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 330588

[startup+25.5007 s]
/proc/loadavg: 6.13 7.35 7.82 9/184 31103
/proc/meminfo: memFree=30515824/32951124 swapFree=67111364/67111528
[pid=31094] ppid=31092 vsize=415240 CPUtime=101.78 cores=0,2,4,6
/proc/31094/stat : 31094 (SArTagnan) R 31092 31094 30527 0 -1 4202496 140877 0 0 0 10153 25 0 0 25 0 4 0 521716938 425205760 55766 33554432000 4194304 4623224 140737015389072 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31094/statm: 103810 55766 816 105 0 99314 0
[pid=31094/tid=31100] ppid=31092 vsize=415240 CPUtime=25.47 cores=0,2,4,6
/proc/31094/task/31100/stat : 31100 (SArTagnan) R 31092 31094 30527 0 -1 4202560 17626 0 0 0 2542 5 0 0 25 0 4 0 521716940 425205760 55766 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31094/tid=31101] ppid=31092 vsize=415240 CPUtime=25.34 cores=0,2,4,6
/proc/31094/task/31101/stat : 31101 (SArTagnan) R 31092 31094 30527 0 -1 4202560 11649 0 0 0 2531 3 0 0 25 0 4 0 521716940 425205760 55766 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31094/tid=31102] ppid=31092 vsize=415240 CPUtime=25.47 cores=0,2,4,6
/proc/31094/task/31102/stat : 31102 (SArTagnan) R 31092 31094 30527 0 -1 4202560 59379 0 0 0 2538 9 0 0 25 0 4 0 521716940 425205760 55766 33554432000 4194304 4623224 140737015389072 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 415240

[startup+51.1002 s]
/proc/loadavg: 6.83 7.42 7.83 9/184 31103
/proc/meminfo: memFree=30254380/32951124 swapFree=67111364/67111528
[pid=31094] ppid=31092 vsize=465200 CPUtime=204.05 cores=0,2,4,6
/proc/31094/stat : 31094 (SArTagnan) R 31092 31094 30527 0 -1 4202496 176261 0 0 0 20372 33 0 0 25 0 4 0 521716938 476364800 75621 33554432000 4194304 4623224 140737015389072 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31094/statm: 116300 75621 678 105 0 111804 0
[pid=31094/tid=31100] ppid=31092 vsize=465200 CPUtime=51.07 cores=0,2,4,6
/proc/31094/task/31100/stat : 31100 (SArTagnan) R 31092 31094 30527 0 -1 4202560 21109 0 0 0 5099 8 0 0 25 0 4 0 521716940 476364800 75621 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31094/tid=31101] ppid=31092 vsize=465200 CPUtime=50.79 cores=0,2,4,6
/proc/31094/task/31101/stat : 31101 (SArTagnan) R 31092 31094 30527 0 -1 4202560 16090 0 0 0 5076 3 0 0 25 0 4 0 521716940 476364800 75621 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31094/tid=31102] ppid=31092 vsize=465200 CPUtime=51.07 cores=0,2,4,6
/proc/31094/task/31102/stat : 31102 (SArTagnan) R 31092 31094 30527 0 -1 4202560 60962 0 0 0 5097 10 0 0 25 0 4 0 521716940 476364800 75621 33554432000 4194304 4623224 140737015389072 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 465200

[startup+102.306 s]
/proc/loadavg: 7.49 7.51 7.83 9/184 31105
/proc/meminfo: memFree=29944860/32951124 swapFree=67111364/67111528
[pid=31094] ppid=31092 vsize=635160 CPUtime=408.59 cores=0,2,4,6
/proc/31094/stat : 31094 (SArTagnan) R 31092 31094 30527 0 -1 4202496 440203 0 0 0 40787 72 0 0 25 0 4 0 521716938 650403840 108889 33554432000 4194304 4623224 140737015389072 18446744073709551615 4510127 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31094/statm: 158790 108889 871 105 0 154294 0
[pid=31094/tid=31100] ppid=31092 vsize=635160 CPUtime=102.28 cores=0,2,4,6
/proc/31094/task/31100/stat : 31100 (SArTagnan) R 31092 31094 30527 0 -1 4202560 38525 0 0 0 10217 11 0 0 25 0 4 0 521716940 650403840 108890 33554432000 4194304 4623224 140737015389072 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31094/tid=31101] ppid=31092 vsize=635160 CPUtime=101.72 cores=0,2,4,6
/proc/31094/task/31101/stat : 31101 (SArTagnan) R 31092 31094 30527 0 -1 4202560 24647 0 0 0 10167 5 0 0 25 0 4 0 521716940 650403840 108890 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31094/tid=31102] ppid=31092 vsize=635160 CPUtime=102.28 cores=0,2,4,6
/proc/31094/task/31102/stat : 31102 (SArTagnan) R 31092 31094 30527 0 -1 4202560 261215 0 0 0 10190 38 0 0 25 0 4 0 521716940 650403840 108890 33554432000 4194304 4623224 140737015389072 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 635160

[startup+162.301 s]
/proc/loadavg: 7.81 7.59 7.84 9/184 31106
/proc/meminfo: memFree=29564156/32951124 swapFree=67111364/67111528
[pid=31094] ppid=31092 vsize=836224 CPUtime=648.22 cores=0,2,4,6
/proc/31094/stat : 31094 (SArTagnan) R 31092 31094 30527 0 -1 4202496 616790 0 0 0 64726 96 0 0 25 0 4 0 521716938 856293376 148763 33554432000 4194304 4623224 140737015389072 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31094/statm: 209056 148763 372 105 0 204560 0
[pid=31094/tid=31100] ppid=31092 vsize=836224 CPUtime=162.27 cores=0,2,4,6
/proc/31094/task/31100/stat : 31100 (SArTagnan) R 31092 31094 30527 0 -1 4202560 57076 0 0 0 16213 14 0 0 25 0 4 0 521716940 856293376 148763 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31094/tid=31101] ppid=31092 vsize=836224 CPUtime=161.38 cores=0,2,4,6
/proc/31094/task/31101/stat : 31101 (SArTagnan) R 31092 31094 30527 0 -1 4202560 26772 0 0 0 16132 6 0 0 25 0 4 0 521716940 856293376 148763 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31094/tid=31102] ppid=31092 vsize=836224 CPUtime=162.26 cores=0,2,4,6
/proc/31094/task/31102/stat : 31102 (SArTagnan) R 31092 31094 30527 0 -1 4202560 350207 0 0 0 16177 49 0 0 25 0 4 0 521716940 856293376 148763 33554432000 4194304 4623224 140737015389072 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.22
Current children cumulated vsize (KiB) 836224

[startup+222.3 s]
/proc/loadavg: 7.93 7.67 7.84 9/184 31108
/proc/meminfo: memFree=29214704/32951124 swapFree=67111364/67111528
[pid=31094] ppid=31092 vsize=1086184 CPUtime=887.87 cores=0,2,4,6
/proc/31094/stat : 31094 (SArTagnan) R 31092 31094 30527 0 -1 4202496 942783 0 0 0 88639 148 0 0 25 0 4 0 521716938 1112252416 174199 33554432000 4194304 4623224 140737015389072 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31094/statm: 271546 174199 372 105 0 267050 0
[pid=31094/tid=31100] ppid=31092 vsize=1086184 CPUtime=222.26 cores=0,2,4,6
/proc/31094/task/31100/stat : 31100 (SArTagnan) R 31092 31094 30527 0 -1 4202560 62677 0 0 0 22207 19 0 0 25 0 4 0 521716940 1112252416 174199 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31094/tid=31101] ppid=31092 vsize=1086184 CPUtime=221.05 cores=0,2,4,6
/proc/31094/task/31101/stat : 31101 (SArTagnan) R 31092 31094 30527 0 -1 4202560 28316 0 0 0 22097 8 0 0 25 0 4 0 521716940 1112252416 174200 33554432000 4194304 4623224 140737015389072 18446744073709551615 4316589 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31094/tid=31102] ppid=31092 vsize=1086184 CPUtime=222.26 cores=0,2,4,6
/proc/31094/task/31102/stat : 31102 (SArTagnan) R 31092 31094 30527 0 -1 4202560 583329 0 0 0 22142 84 0 0 25 0 4 0 521716940 1112252416 174200 33554432000 4194304 4623224 140737015389072 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 887.87
Current children cumulated vsize (KiB) 1086184

[startup+282.301 s]

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


[startup+702.3 s]
/proc/loadavg: 8.04 8.02 7.94 9/184 31121
/proc/meminfo: memFree=26154908/32951124 swapFree=67111364/67111528
[pid=31094] ppid=31092 vsize=2506660 CPUtime=2805.18 cores=0,2,4,6
/proc/31094/stat : 31094 (SArTagnan) R 31092 31094 30527 0 -1 4202496 3275563 0 0 0 280007 511 0 0 25 0 4 0 521716938 2566819840 470884 33554432000 4194304 4623224 140737015389072 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31094/statm: 626665 470884 346 105 0 622169 0
[pid=31094/tid=31100] ppid=31092 vsize=2506660 CPUtime=701.07 cores=0,2,4,6
/proc/31094/task/31100/stat : 31100 (SArTagnan) R 31092 31094 30527 0 -1 4202560 138968 0 0 0 70068 39 0 0 25 0 4 0 521716940 2566819840 470884 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31094/tid=31101] ppid=31092 vsize=2506660 CPUtime=699.61 cores=0,2,4,6
/proc/31094/task/31101/stat : 31101 (SArTagnan) R 31092 31094 30527 0 -1 4202560 63274 0 0 0 69943 18 0 0 25 0 4 0 521716940 2566819840 470884 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31094/tid=31102] ppid=31092 vsize=2506660 CPUtime=702.27 cores=0,2,4,6
/proc/31094/task/31102/stat : 31102 (SArTagnan) R 31092 31094 30527 0 -1 4202560 2113934 0 0 0 69912 315 0 0 25 0 4 0 521716940 2566819840 470884 33554432000 4194304 4623224 140737015389072 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.18
Current children cumulated vsize (KiB) 2506660

[startup+762.307 s]
/proc/loadavg: 8.01 8.01 7.94 9/184 31122
/proc/meminfo: memFree=25819832/32951124 swapFree=67111364/67111528
[pid=31094] ppid=31092 vsize=2576628 CPUtime=3044.87 cores=0,2,4,6
/proc/31094/stat : 31094 (SArTagnan) R 31092 31094 30527 0 -1 4202496 3747645 0 0 0 303907 580 0 0 25 0 4 0 521716938 2638467072 485605 33554432000 4194304 4623224 140737015389072 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31094/statm: 644157 485605 344 105 0 639661 0
[pid=31094/tid=31100] ppid=31092 vsize=2576628 CPUtime=760.74 cores=0,2,4,6
/proc/31094/task/31100/stat : 31100 (SArTagnan) R 31092 31094 30527 0 -1 4202560 141399 0 0 0 76034 40 0 0 25 0 4 0 521716940 2638467072 485605 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31094/tid=31101] ppid=31092 vsize=2576628 CPUtime=759.61 cores=0,2,4,6
/proc/31094/task/31101/stat : 31101 (SArTagnan) R 31092 31094 30527 0 -1 4202560 63780 0 0 0 75943 18 0 0 25 0 4 0 521716940 2638467072 485605 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376714 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31094/tid=31102] ppid=31092 vsize=2576628 CPUtime=762.28 cores=0,2,4,6
/proc/31094/task/31102/stat : 31102 (SArTagnan) R 31092 31094 30527 0 -1 4202560 2561815 0 0 0 75849 379 0 0 25 0 4 0 521716940 2638467072 485605 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.87
Current children cumulated vsize (KiB) 2576628

[startup+822.3 s]
/proc/loadavg: 8.00 8.01 7.94 9/184 31124
/proc/meminfo: memFree=25286856/32951124 swapFree=67111364/67111528
[pid=31094] ppid=31092 vsize=2580088 CPUtime=3284.53 cores=0,2,4,6
/proc/31094/stat : 31094 (SArTagnan) R 31092 31094 30527 0 -1 4202496 4233622 0 0 0 327799 654 0 0 25 0 4 0 521716938 2642010112 502542 33554432000 4194304 4623224 140737015389072 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31094/statm: 645022 502542 347 105 0 640526 0
[pid=31094/tid=31100] ppid=31092 vsize=2580088 CPUtime=820.42 cores=0,2,4,6
/proc/31094/task/31100/stat : 31100 (SArTagnan) R 31092 31094 30527 0 -1 4202560 143922 0 0 0 82001 41 0 0 25 0 4 0 521716940 2642010112 502542 33554432000 4194304 4623224 140737015389072 18446744073709551615 4463842 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31094/tid=31101] ppid=31092 vsize=2580088 CPUtime=819.61 cores=0,2,4,6
/proc/31094/task/31101/stat : 31101 (SArTagnan) R 31092 31094 30527 0 -1 4202560 66674 0 0 0 81940 21 0 0 25 0 4 0 521716940 2642010112 502542 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31094/tid=31102] ppid=31092 vsize=2580088 CPUtime=822.27 cores=0,2,4,6
/proc/31094/task/31102/stat : 31102 (SArTagnan) R 31092 31094 30527 0 -1 4202560 3030814 0 0 0 81780 447 0 0 25 0 4 0 521716940 2642010112 502542 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.53
Current children cumulated vsize (KiB) 2580088

[startup+882.301 s]
/proc/loadavg: 8.00 8.00 7.94 9/184 31126
/proc/meminfo: memFree=24954628/32951124 swapFree=67111364/67111528
[pid=31094] ppid=31092 vsize=2651616 CPUtime=3524.19 cores=0,2,4,6
/proc/31094/stat : 31094 (SArTagnan) R 31092 31094 30527 0 -1 4202496 4773457 0 0 0 351687 732 0 0 25 0 4 0 521716938 2715254784 512304 33554432000 4194304 4623224 140737015389072 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31094/statm: 662904 512304 349 105 0 658408 0
[pid=31094/tid=31100] ppid=31092 vsize=2651616 CPUtime=880.09 cores=0,2,4,6
/proc/31094/task/31100/stat : 31100 (SArTagnan) R 31092 31094 30527 0 -1 4202560 146472 0 0 0 87966 43 0 0 25 0 4 0 521716940 2715254784 512304 33554432000 4194304 4623224 140737015389072 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31094/tid=31101] ppid=31092 vsize=2651616 CPUtime=879.6 cores=0,2,4,6
/proc/31094/task/31101/stat : 31101 (SArTagnan) R 31092 31094 30527 0 -1 4202560 68801 0 0 0 87938 22 0 0 25 0 4 0 521716940 2715254784 512304 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31094/tid=31102] ppid=31092 vsize=2651616 CPUtime=882.27 cores=0,2,4,6
/proc/31094/task/31102/stat : 31102 (SArTagnan) R 31092 31094 30527 0 -1 4202560 3561339 0 0 0 87706 521 0 0 25 0 4 0 521716940 2715254784 512304 33554432000 4194304 4623224 140737015389072 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.19
Current children cumulated vsize (KiB) 2651616

[startup+942.3 s]
/proc/loadavg: 8.00 8.00 7.94 9/184 31127
/proc/meminfo: memFree=24785596/32951124 swapFree=67111364/67111528
[pid=31094] ppid=31092 vsize=2697936 CPUtime=3763.86 cores=0,2,4,6
/proc/31094/stat : 31094 (SArTagnan) R 31092 31094 30527 0 -1 4202496 5264434 0 0 0 375578 808 0 0 25 0 4 0 521716938 2762686464 544926 33554432000 4194304 4623224 140737015389072 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31094/statm: 674484 544926 352 105 0 669988 0
[pid=31094/tid=31100] ppid=31092 vsize=2697936 CPUtime=939.77 cores=0,2,4,6
/proc/31094/task/31100/stat : 31100 (SArTagnan) R 31092 31094 30527 0 -1 4202560 149268 0 0 0 93931 46 0 0 25 0 4 0 521716940 2762686464 544926 33554432000 4194304 4623224 140737015389072 18446744073709551615 4377703 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31094/tid=31101] ppid=31092 vsize=2697936 CPUtime=939.6 cores=0,2,4,6
/proc/31094/task/31101/stat : 31101 (SArTagnan) R 31092 31094 30527 0 -1 4202560 70221 0 0 0 93936 24 0 0 25 0 4 0 521716940 2762686464 544927 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376823 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31094/tid=31102] ppid=31092 vsize=2697936 CPUtime=942.28 cores=0,2,4,6
/proc/31094/task/31102/stat : 31102 (SArTagnan) R 31092 31094 30527 0 -1 4202560 4021059 0 0 0 93640 588 0 0 25 0 4 0 521716940 2762686464 544927 33554432000 4194304 4623224 140737015389072 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.86
Current children cumulated vsize (KiB) 2697936

[startup+1002.3 s]
/proc/loadavg: 8.00 8.00 7.94 9/184 31129
/proc/meminfo: memFree=24444816/32951124 swapFree=67111364/67111528
[pid=31094] ppid=31092 vsize=2786700 CPUtime=4003.53 cores=0,2,4,6
/proc/31094/stat : 31094 (SArTagnan) R 31092 31094 30527 0 -1 4202496 5819635 0 0 0 399460 893 0 0 25 0 4 0 521716938 2853580800 563924 33554432000 4194304 4623224 140737015389072 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31094/statm: 696675 563924 347 105 0 692179 0
[pid=31094/tid=31100] ppid=31092 vsize=2786700 CPUtime=999.44 cores=0,2,4,6
/proc/31094/task/31100/stat : 31100 (SArTagnan) R 31092 31094 30527 0 -1 4202560 150856 0 0 0 99896 48 0 0 25 0 4 0 521716940 2853580800 563924 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31094/tid=31101] ppid=31092 vsize=2786700 CPUtime=999.6 cores=0,2,4,6
/proc/31094/task/31101/stat : 31101 (SArTagnan) R 31092 31094 30527 0 -1 4202560 72017 0 0 0 99933 27 0 0 25 0 4 0 521716940 2853580800 563924 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31094/tid=31102] ppid=31092 vsize=2786700 CPUtime=1002.27 cores=0,2,4,6
/proc/31094/task/31102/stat : 31102 (SArTagnan) R 31092 31094 30527 0 -1 4202560 4521080 0 0 0 99568 659 0 0 25 0 4 0 521716940 2853580800 563924 33554432000 4194304 4623224 140737015389072 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.53
Current children cumulated vsize (KiB) 2786700

[startup+1062.3 s]
/proc/loadavg: 8.06 8.02 7.94 9/184 31130
/proc/meminfo: memFree=24225308/32951124 swapFree=67111364/67111528
[pid=31094] ppid=31092 vsize=2929884 CPUtime=4243.19 cores=0,2,4,6
/proc/31094/stat : 31094 (SArTagnan) R 31092 31094 30527 0 -1 4202496 6251423 0 0 0 423365 954 0 0 25 0 4 0 521716938 3000201216 594570 33554432000 4194304 4623224 140737015389072 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31094/statm: 732471 594570 344 105 0 727975 0
[pid=31094/tid=31100] ppid=31092 vsize=2929884 CPUtime=1059.12 cores=0,2,4,6
/proc/31094/task/31100/stat : 31100 (SArTagnan) R 31092 31094 30527 0 -1 4202560 152853 0 0 0 105862 50 0 0 25 0 4 0 521716940 3000201216 594570 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31094/tid=31101] ppid=31092 vsize=2929884 CPUtime=1059.6 cores=0,2,4,6
/proc/31094/task/31101/stat : 31101 (SArTagnan) R 31092 31094 30527 0 -1 4202560 93177 0 0 0 105929 31 0 0 25 0 4 0 521716940 3000201216 594570 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31094/tid=31102] ppid=31092 vsize=2929884 CPUtime=1062.27 cores=0,2,4,6
/proc/31094/task/31102/stat : 31102 (SArTagnan) R 31092 31094 30527 0 -1 4202560 4892582 0 0 0 105518 709 0 0 25 0 4 0 521716940 3000201216 594570 33554432000 4194304 4623224 140737015389072 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.19
Current children cumulated vsize (KiB) 2929884

[startup+1122.3 s]
/proc/loadavg: 8.08 8.03 7.95 9/184 31132
/proc/meminfo: memFree=23936000/32951124 swapFree=67111364/67111528
[pid=31094] ppid=31092 vsize=2931952 CPUtime=4482.85 cores=0,2,4,6
/proc/31094/stat : 31094 (SArTagnan) R 31092 31094 30527 0 -1 4202496 6420096 0 0 0 447307 978 0 0 25 0 4 0 521716938 3002318848 607525 33554432000 4194304 4623224 140737015389072 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31094/statm: 732988 607525 356 105 0 728492 0
[pid=31094/tid=31100] ppid=31092 vsize=2931952 CPUtime=1118.78 cores=0,2,4,6
/proc/31094/task/31100/stat : 31100 (SArTagnan) R 31092 31094 30527 0 -1 4202560 154391 0 0 0 111828 50 0 0 25 0 4 0 521716940 3002318848 607525 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31094/tid=31101] ppid=31092 vsize=2931952 CPUtime=1119.59 cores=0,2,4,6
/proc/31094/task/31101/stat : 31101 (SArTagnan) R 31092 31094 30527 0 -1 4202560 94705 0 0 0 111928 31 0 0 25 0 4 0 521716940 3002318848 607525 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31094/tid=31102] ppid=31092 vsize=2931952 CPUtime=1122.27 cores=0,2,4,6
/proc/31094/task/31102/stat : 31102 (SArTagnan) R 31092 31094 30527 0 -1 4202560 5028472 0 0 0 111499 728 0 0 25 0 4 0 521716940 3002318848 607525 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.85
Current children cumulated vsize (KiB) 2931952

[startup+1182.3 s]
/proc/loadavg: 8.11 8.05 7.96 9/184 31134
/proc/meminfo: memFree=23476428/32951124 swapFree=67111364/67111528
[pid=31094] ppid=31092 vsize=3658600 CPUtime=4722.48 cores=0,2,4,6
/proc/31094/stat : 31094 (SArTagnan) R 31092 31094 30527 0 -1 4202496 7292562 0 0 0 471143 1105 0 0 25 0 4 0 521716938 3746406400 708183 33554432000 4194304 4623224 140737015389072 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31094/statm: 914650 708183 350 105 0 910154 0
[pid=31094/tid=31100] ppid=31092 vsize=3658600 CPUtime=1178.46 cores=0,2,4,6
/proc/31094/task/31100/stat : 31100 (SArTagnan) R 31092 31094 30527 0 -1 4202560 162293 0 0 0 117794 52 0 0 25 0 4 0 521716940 3746406400 708183 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31094/tid=31101] ppid=31092 vsize=3658600 CPUtime=1179.59 cores=0,2,4,6
/proc/31094/task/31101/stat : 31101 (SArTagnan) R 31092 31094 30527 0 -1 4202560 96661 0 0 0 117927 32 0 0 25 0 4 0 521716940 3746406400 708183 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31094/tid=31102] ppid=31092 vsize=3658600 CPUtime=1182.22 cores=0,2,4,6
/proc/31094/task/31102/stat : 31102 (SArTagnan) R 31092 31094 30527 0 -1 4202560 5541029 0 0 0 117421 801 0 0 25 0 4 0 521716940 3746406400 708183 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376883 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 3658600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.14 8.06 7.97 6/183 31135
/proc/meminfo: memFree=25703340/32951124 swapFree=67111364/67111528
[pid=31094] ppid=31092 vsize=3658864 CPUtime=4800.38 cores=0,2,4,6
/proc/31094/stat : 31094 (SArTagnan) R 31092 31094 30527 0 -1 4202496 7473943 0 0 0 478905 1133 0 0 25 0 4 0 521716938 3746676736 715865 33554432000 4194304 4623224 140737015389072 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31094/statm: 914716 715865 344 105 0 910220 0
[pid=31094/tid=31100] ppid=31092 vsize=3658864 CPUtime=1197.85 cores=0,2,4,6
/proc/31094/task/31100/stat : 31100 (SArTagnan) R 31092 31094 30527 0 -1 4202560 162711 0 0 0 119733 52 0 0 25 0 4 0 521716940 3746676736 715865 33554432000 4194304 4623224 140737015389072 18446744073709551615 4462966 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31094/tid=31101] ppid=31092 vsize=3658864 CPUtime=1199.09 cores=0,2,4,6
/proc/31094/task/31101/stat : 31101 (SArTagnan) R 31092 31094 30527 0 -1 4202560 96949 0 0 0 119877 32 0 0 25 0 4 0 521716940 3746676736 715865 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31094/tid=31102] ppid=31092 vsize=3658864 CPUtime=1201.74 cores=0,2,4,6
/proc/31094/task/31102/stat : 31102 (SArTagnan) R 31092 31094 30527 0 -1 4202560 5712213 0 0 0 119347 827 0 0 25 0 4 0 521716940 3746676736 715865 33554432000 4194304 4623224 140737015389072 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 3658864

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

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

[startup+1201.91 s]
/proc/loadavg: 8.14 8.06 7.97 6/183 31135
/proc/meminfo: memFree=25703340/32951124 swapFree=67111364/67111528
[pid=31094] ppid=31092 vsize=0 CPUtime=4800.5 cores=0,2,4,6
/proc/31094/stat : 31094 (SArTagnan) Z 31092 31094 30527 0 -1 4203548 7473943 0 0 0 478907 1143 0 0 25 0 2 0 521716938 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31094/statm: 0 0 0 0 0 0 0
[pid=31094/tid=31100] ppid=31092 vsize=0 CPUtime=1197.96 cores=0,2,4,6
/proc/31094/task/31100/stat : 31100 (SArTagnan) R 31092 31094 30527 0 -1 4203588 162711 0 0 0 119734 62 0 0 25 0 2 0 521716940 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.5
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.94
CPU time (s): 4800.54
CPU user time (s): 4789.08
CPU system time (s): 11.4593
CPU usage (%): 399.4
Max. virtual memory (cumulated for all children) (KiB): 4545544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4789.08
system time used= 11.4593
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7473943
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= 2791
involuntary context switches= 21583

runsolver used 1.88371 second user time and 4.67929 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 20:19:50
IDJOB=3263588
IDBENCH=83986
IDSOLVER=1656
FILE ID=node136/3263588-1304101190
RUNJOBID= node136-1304101190-31075
PBS_JOBID= 13170595
Free space on /tmp= 72332 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_29_30_6-dir.shuffled-as.sat03-130.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263588-1304101190/watcher-3263588-1304101190 -o /tmp/evaluation-result-3263588-1304101190/solver-3263588-1304101190 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3263588-1304101190.cnf -threads=4

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

MD5SUM BENCH= e826117d87949a5b285e72732bfa395b
RANDOM SEED=635187748

node136.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.809
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.61
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.809
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.75
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.809
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.75
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.809
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.76
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.809
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.809
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.83
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.809
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.75
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30953128 kB
Buffers:        582404 kB
Cached:         928060 kB
SwapCached:          0 kB
Active:         125788 kB
Inactive:      1448944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30953128 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            2052 kB
Writeback:           0 kB
AnonPages:       63380 kB
Mapped:          14872 kB
Slab:           359800 kB
PageTables:       5120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   201244 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= 72336 MiB
End job on node136 at 2011-04-29 20:39:54