Trace number 3385979

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-05-15 (fixed)? (TO) 3149.53 1300.06

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_19_80_8-log.shuffled-as.sat03-143.cnf
MD5SUM3aff0c2163848e3eed6bc22fc2c30cdf
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 variables95
Number of clauses36888
Sum of the clauses size368690
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 538
Number of clauses of size over 536850

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: 961)

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-3385979-1305582154/watcher-3385979-1305582154 -o /tmp/evaluation-result-3385979-1305582154/solver-3385979-1305582154 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385979-1305582154.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: 3.00 3.00 3.24 4/503 25736
/proc/meminfo: memFree=22616740/32951124 swapFree=53501260/67111528
[pid=25736] ppid=25734 vsize=21932 CPUtime=0.01 cores=0,2,4,6
/proc/25736/stat : 25736 (SArTagnan) R 25734 25736 25708 0 -1 4202496 1549 0 0 0 1 0 0 0 25 0 1 0 669818037 22458368 1025 33554432000 4194304 4625164 140734287612240 18446744073709551615 4360561 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25736/statm: 5483 1026 296 106 0 986 0

[startup+0.0396551 s]
/proc/loadavg: 3.00 3.00 3.24 4/503 25736
/proc/meminfo: memFree=22616740/32951124 swapFree=53501260/67111528
[pid=25736] ppid=25734 vsize=25504 CPUtime=0.03 cores=0,2,4,6
/proc/25736/stat : 25736 (SArTagnan) R 25734 25736 25708 0 -1 4202496 3121 0 0 0 3 0 0 0 25 0 1 0 669818037 26116096 1889 33554432000 4194304 4625164 140734287612240 18446744073709551615 4361412 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25736/statm: 6376 1906 305 106 0 1879 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25504

[startup+0.154588 s]
/proc/loadavg: 3.00 3.00 3.24 4/503 25736
/proc/meminfo: memFree=22616740/32951124 swapFree=53501260/67111528
[pid=25736] ppid=25734 vsize=202704 CPUtime=0.35 cores=0,2,4,6
/proc/25736/stat : 25736 (SArTagnan) R 25734 25736 25708 0 -1 4202496 9566 0 0 0 34 1 0 0 25 0 4 0 669818037 207568896 6838 33554432000 4194304 4625164 140734287612240 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/25736/statm: 50676 6838 388 106 0 46179 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 202704

[startup+0.300565 s]
/proc/loadavg: 3.00 3.00 3.24 4/503 25736
/proc/meminfo: memFree=22616740/32951124 swapFree=53501260/67111528
[pid=25736] ppid=25734 vsize=206288 CPUtime=0.79 cores=0,2,4,6
/proc/25736/stat : 25736 (SArTagnan) R 25734 25736 25708 0 -1 4202496 11100 0 0 0 78 1 0 0 25 0 4 0 669818037 211238912 8371 33554432000 4194304 4625164 140734287612240 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/25736/statm: 51572 8371 410 106 0 47075 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 206288

[startup+0.700467 s]
/proc/loadavg: 3.00 3.00 3.24 4/503 25736
/proc/meminfo: memFree=22616740/32951124 swapFree=53501260/67111528
[pid=25736] ppid=25734 vsize=211040 CPUtime=1.99 cores=0,2,4,6
/proc/25736/stat : 25736 (SArTagnan) R 25734 25736 25708 0 -1 4202496 13061 0 0 0 197 2 0 0 25 0 4 0 669818037 216104960 8590 33554432000 4194304 4625164 140734287612240 18446744073709551615 4519284 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/25736/statm: 52760 8590 388 106 0 48263 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 211040

[startup+1.50033 s]
/proc/loadavg: 3.00 3.00 3.24 12/515 25753
/proc/meminfo: memFree=22533824/32951124 swapFree=53501260/67111528
[pid=25736] ppid=25734 vsize=218276 CPUtime=4.56 cores=0,2,4,6
/proc/25736/stat : 25736 (SArTagnan) R 25734 25736 25708 0 -1 4202496 21300 0 0 0 453 3 0 0 25 0 4 0 669818037 223514624 10074 33554432000 4194304 4625164 140734287612240 18446744073709551615 4519403 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25736/statm: 54569 10074 358 106 0 50072 0
[pid=25736/tid=25738] ppid=25734 vsize=218276 CPUtime=1.1 cores=0,2,4,6
/proc/25736/task/25738/stat : 25738 (SArTagnan) R 25734 25736 25708 0 -1 4202560 3478 0 0 0 110 0 0 0 25 0 4 0 669818042 223514624 10074 33554432000 4194304 4625164 140734287612240 18446744073709551615 4339628 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25736/tid=25739] ppid=25734 vsize=218276 CPUtime=0.97 cores=0,2,4,6
/proc/25736/task/25739/stat : 25739 (SArTagnan) R 25734 25736 25708 0 -1 4202560 3010 0 0 0 97 0 0 0 25 0 4 0 669818042 223514624 10074 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25736/tid=25740] ppid=25734 vsize=218276 CPUtime=1.42 cores=0,2,4,6
/proc/25736/task/25740/stat : 25740 (SArTagnan) R 25734 25736 25708 0 -1 4202560 6525 0 0 0 141 1 0 0 25 0 4 0 669818042 223514624 10074 33554432000 4194304 4625164 140734287612240 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 218276

[startup+3.10105 s]
/proc/loadavg: 3.64 3.13 3.28 12/515 25753
/proc/meminfo: memFree=22515600/32951124 swapFree=53501260/67111528
[pid=25736] ppid=25734 vsize=221012 CPUtime=9.75 cores=0,2,4,6
/proc/25736/stat : 25736 (SArTagnan) R 25734 25736 25708 0 -1 4202496 29274 0 0 0 971 4 0 0 25 0 4 0 669818037 226316288 11897 33554432000 4194304 4625164 140734287612240 18446744073709551615 4512818 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25736/statm: 55253 11897 357 106 0 50756 0
[pid=25736/tid=25738] ppid=25734 vsize=221012 CPUtime=2.7 cores=0,2,4,6
/proc/25736/task/25738/stat : 25738 (SArTagnan) R 25734 25736 25708 0 -1 4202560 5902 0 0 0 270 0 0 0 25 0 4 0 669818042 226316288 11897 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351925 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25736/tid=25739] ppid=25734 vsize=221012 CPUtime=2.55 cores=0,2,4,6
/proc/25736/task/25739/stat : 25739 (SArTagnan) R 25734 25736 25708 0 -1 4202560 3273 0 0 0 255 0 0 0 25 0 4 0 669818042 226316288 11897 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25736/tid=25740] ppid=25734 vsize=221012 CPUtime=2.7 cores=0,2,4,6
/proc/25736/task/25740/stat : 25740 (SArTagnan) R 25734 25736 25708 0 -1 4202560 11597 0 0 0 268 2 0 0 25 0 4 0 669818042 226316288 11897 33554432000 4194304 4625164 140734287612240 18446744073709551615 4546680 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 9.75
Current children cumulated vsize (KiB) 221012

[startup+6.30048 s]
/proc/loadavg: 3.64 3.13 3.28 12/515 25754
/proc/meminfo: memFree=22487196/32951124 swapFree=53501260/67111528
[pid=25736] ppid=25734 vsize=229628 CPUtime=20.68 cores=0,2,4,6
/proc/25736/stat : 25736 (SArTagnan) R 25734 25736 25708 0 -1 4202496 49191 0 0 0 2061 7 0 0 25 0 4 0 669818037 235139072 15326 33554432000 4194304 4625164 140734287612240 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25736/statm: 57407 15326 343 106 0 52910 0
[pid=25736/tid=25738] ppid=25734 vsize=229628 CPUtime=5.91 cores=0,2,4,6
/proc/25736/task/25738/stat : 25738 (SArTagnan) R 25734 25736 25708 0 -1 4202560 8822 0 0 0 590 1 0 0 25 0 4 0 669818042 235139072 15326 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25736/tid=25739] ppid=25734 vsize=229628 CPUtime=5.7 cores=0,2,4,6
/proc/25736/task/25739/stat : 25739 (SArTagnan) R 25734 25736 25708 0 -1 4202560 5188 0 0 0 569 1 0 0 25 0 4 0 669818042 235139072 15326 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25736/tid=25740] ppid=25734 vsize=229628 CPUtime=4.3 cores=0,2,4,6
/proc/25736/task/25740/stat : 25740 (SArTagnan) R 25734 25736 25708 0 -1 4202560 26205 0 0 0 426 4 0 0 25 0 4 0 669818042 235139072 15326 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20.68
Current children cumulated vsize (KiB) 229628

[startup+12.7004 s]
/proc/loadavg: 4.23 3.26 3.32 12/515 25754
/proc/meminfo: memFree=22449084/32951124 swapFree=53501260/67111528
[pid=25736] ppid=25734 vsize=228824 CPUtime=42.88 cores=0,2,4,6
/proc/25736/stat : 25736 (SArTagnan) R 25734 25736 25708 0 -1 4202496 79301 0 0 0 4277 11 0 0 25 0 4 0 669818037 234315776 21208 33554432000 4194304 4625164 140734287612240 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25736/statm: 57206 21208 346 106 0 52709 0
[pid=25736/tid=25738] ppid=25734 vsize=228824 CPUtime=12.3 cores=0,2,4,6
/proc/25736/task/25738/stat : 25738 (SArTagnan) R 25734 25736 25708 0 -1 4202560 13951 0 0 0 1229 1 0 0 25 0 4 0 669818042 234315776 21208 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25736/tid=25739] ppid=25734 vsize=228824 CPUtime=11.98 cores=0,2,4,6
/proc/25736/task/25739/stat : 25739 (SArTagnan) R 25734 25736 25708 0 -1 4202560 8766 0 0 0 1197 1 0 0 25 0 4 0 669818042 234315776 21208 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25736/tid=25740] ppid=25734 vsize=228824 CPUtime=7.41 cores=0,2,4,6
/proc/25736/task/25740/stat : 25740 (SArTagnan) R 25734 25736 25708 0 -1 4202560 44956 0 0 0 735 6 0 0 25 0 4 0 669818042 234315776 21208 33554432000 4194304 4625164 140734287612240 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 42.88
Current children cumulated vsize (KiB) 228824

[startup+25.5011 s]
/proc/loadavg: 5.94 3.69 3.46 12/515 25754
/proc/meminfo: memFree=22394036/32951124 swapFree=53501260/67111528
[pid=25736] ppid=25734 vsize=240524 CPUtime=81.36 cores=0,2,4,6
/proc/25736/stat : 25736 (SArTagnan) R 25734 25736 25708 0 -1 4202496 126618 0 0 0 8114 22 0 0 25 0 4 0 669818037 246296576 27615 33554432000 4194304 4625164 140734287612240 18446744073709551615 4511959 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25736/statm: 60131 27615 345 106 0 55634 0
[pid=25736/tid=25738] ppid=25734 vsize=240524 CPUtime=25.1 cores=0,2,4,6
/proc/25736/task/25738/stat : 25738 (SArTagnan) R 25734 25736 25708 0 -1 4202560 17589 0 0 0 2507 3 0 0 25 0 4 0 669818042 246296576 27615 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25736/tid=25739] ppid=25734 vsize=240524 CPUtime=18.1 cores=0,2,4,6
/proc/25736/task/25739/stat : 25739 (SArTagnan) R 25734 25736 25708 0 -1 4202560 12603 0 0 0 1808 2 0 0 25 0 4 0 669818042 246296576 27615 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351878 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25736/tid=25740] ppid=25734 vsize=240524 CPUtime=14.16 cores=0,2,4,6
/proc/25736/task/25740/stat : 25740 (SArTagnan) R 25734 25736 25708 0 -1 4202560 84779 0 0 0 1402 14 0 0 25 0 4 0 669818042 246296576 27615 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 81.36
Current children cumulated vsize (KiB) 240524

[startup+51.1006 s]
/proc/loadavg: 7.67 4.28 3.66 12/515 25755
/proc/meminfo: memFree=22326920/32951124 swapFree=53501260/67111528
[pid=25736] ppid=25734 vsize=270432 CPUtime=159.65 cores=0,2,4,6
/proc/25736/stat : 25736 (SArTagnan) R 25734 25736 25708 0 -1 4202496 212742 0 0 0 15931 34 0 0 25 0 4 0 669818037 276922368 38318 33554432000 4194304 4625164 140734287612240 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25736/statm: 67608 38318 381 106 0 63111 0
[pid=25736/tid=25738] ppid=25734 vsize=270432 CPUtime=50.71 cores=0,2,4,6
/proc/25736/task/25738/stat : 25738 (SArTagnan) R 25734 25736 25708 0 -1 4202560 34411 0 0 0 5065 6 0 0 25 0 4 0 669818042 276922368 38318 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351814 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25736/tid=25739] ppid=25734 vsize=270432 CPUtime=30.32 cores=0,2,4,6
/proc/25736/task/25739/stat : 25739 (SArTagnan) R 25734 25736 25708 0 -1 4202560 13130 0 0 0 3030 2 0 0 25 0 4 0 669818042 276922368 38318 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25736/tid=25740] ppid=25734 vsize=270432 CPUtime=29.05 cores=0,2,4,6
/proc/25736/task/25740/stat : 25740 (SArTagnan) R 25734 25736 25708 0 -1 4202560 153355 0 0 0 2882 23 0 0 25 0 4 0 669818042 276922368 38318 33554432000 4194304 4625164 140734287612240 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 159.65
Current children cumulated vsize (KiB) 270432

[startup+102.32 s]
/proc/loadavg: 9.70 5.42 4.09 12/515 25756
/proc/meminfo: memFree=22206008/32951124 swapFree=53501260/67111528
[pid=25736] ppid=25734 vsize=325444 CPUtime=337.27 cores=0,2,4,6
/proc/25736/stat : 25736 (SArTagnan) R 25734 25736 25708 0 -1 4202496 297978 0 0 0 33678 49 0 0 25 0 4 0 669818037 333254656 59853 33554432000 4194304 4625164 140734287612240 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25736/statm: 81361 59853 639 106 0 76864 0
[pid=25736/tid=25738] ppid=25734 vsize=325444 CPUtime=101.92 cores=0,2,4,6
/proc/25736/task/25738/stat : 25738 (SArTagnan) R 25734 25736 25708 0 -1 4202560 38837 0 0 0 10185 7 0 0 25 0 4 0 669818042 333254656 59853 33554432000 4194304 4625164 140734287612240 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25736/tid=25739] ppid=25734 vsize=325444 CPUtime=55.14 cores=0,2,4,6
/proc/25736/task/25739/stat : 25739 (SArTagnan) R 25734 25736 25708 0 -1 4202560 13950 0 0 0 5512 2 0 0 25 0 4 0 669818042 333254656 59853 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25736/tid=25740] ppid=25734 vsize=325444 CPUtime=79.43 cores=0,2,4,6
/proc/25736/task/25740/stat : 25740 (SArTagnan) R 25734 25736 25708 0 -1 4202560 227170 0 0 0 7907 36 0 0 25 0 4 0 669818042 333254656 59853 33554432000 4194304 4625164 140734287612240 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 337.27
Current children cumulated vsize (KiB) 325444

[startup+162.301 s]
/proc/loadavg: 10.51 6.37 4.49 12/515 25758
/proc/meminfo: memFree=22122156/32951124 swapFree=53501260/67111528
[pid=25736] ppid=25734 vsize=396152 CPUtime=521.62 cores=0,2,4,6
/proc/25736/stat : 25736 (SArTagnan) R 25734 25736 25708 0 -1 4202496 328722 0 0 0 52109 53 0 0 25 0 4 0 669818037 405659648 74131 33554432000 4194304 4625164 140734287612240 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25736/statm: 99038 74131 837 106 0 94541 0
[pid=25736/tid=25738] ppid=25734 vsize=396152 CPUtime=146.92 cores=0,2,4,6
/proc/25736/task/25738/stat : 25738 (SArTagnan) R 25734 25736 25708 0 -1 4202560 53128 0 0 0 14683 9 0 0 25 0 4 0 669818042 405659648 74131 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25736/tid=25739] ppid=25734 vsize=396152 CPUtime=84.49 cores=0,2,4,6
/proc/25736/task/25739/stat : 25739 (SArTagnan) R 25734 25736 25708 0 -1 4202560 19551 0 0 0 8446 3 0 0 25 0 4 0 669818042 405659648 74131 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25736/tid=25740] ppid=25734 vsize=396152 CPUtime=138.43 cores=0,2,4,6
/proc/25736/task/25740/stat : 25740 (SArTagnan) R 25734 25736 25708 0 -1 4202560 228864 0 0 0 13807 36 0 0 25 0 4 0 669818042 405659648 74131 33554432000 4194304 4625164 140734287612240 18446744073709551615 4552399 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 521.62
Current children cumulated vsize (KiB) 396152

[startup+222.3 s]
/proc/loadavg: 11.04 7.33 4.94 12/515 25759
/proc/meminfo: memFree=22042248/32951124 swapFree=53501260/67111528
[pid=25736] ppid=25734 vsize=452984 CPUtime=670.46 cores=0,2,4,6
/proc/25736/stat : 25736 (SArTagnan) R 25734 25736 25708 0 -1 4202496 358487 0 0 0 66987 59 0 0 25 0 4 0 669818037 463855616 89551 33554432000 4194304 4625164 140734287612240 18446744073709551615 4519319 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25736/statm: 113246 89551 1540 106 0 108749 0
[pid=25736/tid=25738] ppid=25734 vsize=452984 CPUtime=177.12 cores=0,2,4,6
/proc/25736/task/25738/stat : 25738 (SArTagnan) R 25734 25736 25708 0 -1 4202560 55380 0 0 0 17703 9 0 0 25 0 4 0 669818042 463855616 89551 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25736/tid=25739] ppid=25734 vsize=452984 CPUtime=114.28 cores=0,2,4,6
/proc/25736/task/25739/stat : 25739 (SArTagnan) R 25734 25736 25708 0 -1 4202560 20290 0 0 0 11425 3 0 0 25 0 4 0 669818042 463855616 89551 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25736/tid=25740] ppid=25734 vsize=452984 CPUtime=195.76 cores=0,2,4,6
/proc/25736/task/25740/stat : 25740 (SArTagnan) R 25734 25736 25708 0 -1 4202560 243573 0 0 0 19537 39 0 0 25 0 4 0 669818042 463855616 89551 33554432000 4194304 4625164 140734287612240 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 670.46
Current children cumulated vsize (KiB) 452984

[startup+282.301 s]

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

[pid=25736] ppid=25734 vsize=742740 CPUtime=1743.44 cores=0,2,4,6
/proc/25736/stat : 25736 (SArTagnan) R 25734 25736 25708 0 -1 4202496 1502712 0 0 0 174117 227 0 0 25 0 4 0 669818037 760565760 135731 33554432000 4194304 4625164 140734287612240 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25736/statm: 185685 135731 1005 106 0 181188 0
[pid=25736/tid=25738] ppid=25734 vsize=742740 CPUtime=465.29 cores=0,2,4,6
/proc/25736/task/25738/stat : 25738 (SArTagnan) R 25734 25736 25708 0 -1 4202560 88574 0 0 0 46512 17 0 0 25 0 4 0 669818042 760565760 135731 33554432000 4194304 4625164 140734287612240 18446744073709551615 4464328 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25736/tid=25739] ppid=25734 vsize=742740 CPUtime=354.86 cores=0,2,4,6
/proc/25736/task/25739/stat : 25739 (SArTagnan) R 25734 25736 25708 0 -1 4202560 30498 0 0 0 35481 5 0 0 25 0 4 0 669818042 760565760 135731 33554432000 4194304 4625164 140734287612240 18446744073709551615 4352014 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25736/tid=25740] ppid=25734 vsize=742740 CPUtime=475.53 cores=0,2,4,6
/proc/25736/task/25740/stat : 25740 (SArTagnan) R 25734 25736 25708 0 -1 4202560 838326 0 0 0 47432 121 0 0 25 0 4 0 669818042 760565760 135731 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1743.44
Current children cumulated vsize (KiB) 742740

[startup+762.319 s]
/proc/loadavg: 11.09 10.49 7.65 12/515 25774
/proc/meminfo: memFree=21523036/32951124 swapFree=53501260/67111528
[pid=25736] ppid=25734 vsize=794764 CPUtime=1892.5 cores=0,2,4,6
/proc/25736/stat : 25736 (SArTagnan) R 25734 25736 25708 0 -1 4202496 1770395 0 0 0 188986 264 0 0 25 0 4 0 669818037 813838336 145289 33554432000 4194304 4625164 140734287612240 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25736/statm: 198691 145289 1033 106 0 194194 0
[pid=25736/tid=25738] ppid=25734 vsize=794764 CPUtime=513.44 cores=0,2,4,6
/proc/25736/task/25738/stat : 25738 (SArTagnan) R 25734 25736 25708 0 -1 4202560 119281 0 0 0 51323 21 0 0 25 0 4 0 669818042 813838336 145289 33554432000 4194304 4625164 140734287612240 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25736/tid=25739] ppid=25734 vsize=794764 CPUtime=395.93 cores=0,2,4,6
/proc/25736/task/25739/stat : 25739 (SArTagnan) R 25734 25736 25708 0 -1 4202560 30763 0 0 0 39588 5 0 0 25 0 4 0 669818042 813838336 145289 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351906 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25736/tid=25740] ppid=25734 vsize=794764 CPUtime=505.36 cores=0,2,4,6
/proc/25736/task/25740/stat : 25740 (SArTagnan) R 25734 25736 25708 0 -1 4202560 1042606 0 0 0 50387 149 0 0 25 0 4 0 669818042 813838336 145289 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1892.5
Current children cumulated vsize (KiB) 794764

[startup+822.3 s]
/proc/loadavg: 11.14 10.60 7.85 12/515 25775
/proc/meminfo: memFree=21466440/32951124 swapFree=53501260/67111528
[pid=25736] ppid=25734 vsize=818280 CPUtime=2041.4 cores=0,2,4,6
/proc/25736/stat : 25736 (SArTagnan) R 25734 25736 25708 0 -1 4202496 1977112 0 0 0 203846 294 0 0 25 0 4 0 669818037 837918720 154610 33554432000 4194304 4625164 140734287612240 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25736/statm: 204570 154610 1005 106 0 200073 0
[pid=25736/tid=25738] ppid=25734 vsize=818280 CPUtime=552.09 cores=0,2,4,6
/proc/25736/task/25738/stat : 25738 (SArTagnan) R 25734 25736 25708 0 -1 4202560 124939 0 0 0 55187 22 0 0 25 0 4 0 669818042 837918720 154610 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25736/tid=25739] ppid=25734 vsize=818280 CPUtime=432.64 cores=0,2,4,6
/proc/25736/task/25739/stat : 25739 (SArTagnan) R 25734 25736 25708 0 -1 4202560 31008 0 0 0 43259 5 0 0 25 0 4 0 669818042 837918720 154610 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25736/tid=25740] ppid=25734 vsize=818280 CPUtime=534.89 cores=0,2,4,6
/proc/25736/task/25740/stat : 25740 (SArTagnan) R 25734 25736 25708 0 -1 4202560 1227651 0 0 0 53313 176 0 0 25 0 4 0 669818042 837918720 154610 33554432000 4194304 4625164 140734287612240 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2041.4
Current children cumulated vsize (KiB) 818280

[startup+882.301 s]
/proc/loadavg: 11.20 10.72 8.08 12/515 25777
/proc/meminfo: memFree=21431916/32951124 swapFree=53501260/67111528
[pid=25736] ppid=25734 vsize=819180 CPUtime=2175.52 cores=0,2,4,6
/proc/25736/stat : 25736 (SArTagnan) R 25734 25736 25708 0 -1 4202496 2054380 0 0 0 217245 307 0 0 25 0 4 0 669818037 838840320 158102 33554432000 4194304 4625164 140734287612240 18446744073709551615 4512021 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25736/statm: 204795 158103 1014 106 0 200298 0
[pid=25736/tid=25738] ppid=25734 vsize=819180 CPUtime=596.73 cores=0,2,4,6
/proc/25736/task/25738/stat : 25738 (SArTagnan) R 25734 25736 25708 0 -1 4202560 127120 0 0 0 59648 25 0 0 25 0 4 0 669818042 838840320 158103 33554432000 4194304 4625164 140734287612240 18446744073709551615 216634176545 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25736/tid=25739] ppid=25734 vsize=819180 CPUtime=462.43 cores=0,2,4,6
/proc/25736/task/25739/stat : 25739 (SArTagnan) R 25734 25736 25708 0 -1 4202560 31008 0 0 0 46238 5 0 0 25 0 4 0 669818042 838840320 158103 33554432000 4194304 4625164 140734287612240 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25736/tid=25740] ppid=25734 vsize=819180 CPUtime=564.57 cores=0,2,4,6
/proc/25736/task/25740/stat : 25740 (SArTagnan) R 25734 25736 25708 0 -1 4202560 1301656 0 0 0 56272 185 0 0 25 0 4 0 669818042 838840320 158103 33554432000 4194304 4625164 140734287612240 18446744073709551615 4547859 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2175.52
Current children cumulated vsize (KiB) 819180

[startup+942.3 s]
/proc/loadavg: 11.08 10.77 8.24 12/515 25778
/proc/meminfo: memFree=21396776/32951124 swapFree=53501260/67111528
[pid=25736] ppid=25734 vsize=819180 CPUtime=2301.42 cores=0,2,4,6
/proc/25736/stat : 25736 (SArTagnan) R 25734 25736 25708 0 -1 4202496 2150659 0 0 0 229819 323 0 0 25 0 4 0 669818037 838840320 161682 33554432000 4194304 4625164 140734287612240 18446744073709551615 4519403 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25736/statm: 204795 161682 1027 106 0 200298 0
[pid=25736/tid=25738] ppid=25734 vsize=819180 CPUtime=626.72 cores=0,2,4,6
/proc/25736/task/25738/stat : 25738 (SArTagnan) R 25734 25736 25708 0 -1 4202560 127977 0 0 0 62647 25 0 0 25 0 4 0 669818042 838840320 161682 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25736/tid=25739] ppid=25734 vsize=819180 CPUtime=491.9 cores=0,2,4,6
/proc/25736/task/25739/stat : 25739 (SArTagnan) R 25734 25736 25708 0 -1 4202560 32031 0 0 0 49185 5 0 0 25 0 4 0 669818042 838840320 161682 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351814 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25736/tid=25740] ppid=25734 vsize=819180 CPUtime=601 cores=0,2,4,6
/proc/25736/task/25740/stat : 25740 (SArTagnan) R 25734 25736 25708 0 -1 4202560 1395028 0 0 0 59900 200 0 0 25 0 4 0 669818042 838840320 161682 33554432000 4194304 4625164 140734287612240 18446744073709551615 4579399 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2301.42
Current children cumulated vsize (KiB) 819180

[startup+1002.3 s]
/proc/loadavg: 11.02 10.81 8.42 12/515 25780
/proc/meminfo: memFree=21372812/32951124 swapFree=53501260/67111528
[pid=25736] ppid=25734 vsize=840940 CPUtime=2420.43 cores=0,2,4,6
/proc/25736/stat : 25736 (SArTagnan) R 25734 25736 25708 0 -1 4202496 2399598 0 0 0 241686 357 0 0 25 0 4 0 669818037 861122560 165777 33554432000 4194304 4625164 140734287612240 18446744073709551615 4511956 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25736/statm: 210235 165777 1027 106 0 205738 0
[pid=25736/tid=25738] ppid=25734 vsize=840940 CPUtime=656.72 cores=0,2,4,6
/proc/25736/task/25738/stat : 25738 (SArTagnan) R 25734 25736 25708 0 -1 4202560 128698 0 0 0 65646 26 0 0 25 0 4 0 669818042 861122560 165777 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25736/tid=25739] ppid=25734 vsize=840940 CPUtime=521.41 cores=0,2,4,6
/proc/25736/task/25739/stat : 25739 (SArTagnan) R 25734 25736 25708 0 -1 4202560 45270 0 0 0 52134 7 0 0 25 0 4 0 669818042 861122560 165777 33554432000 4194304 4625164 140734287612240 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25736/tid=25740] ppid=25734 vsize=840940 CPUtime=630.5 cores=0,2,4,6
/proc/25736/task/25740/stat : 25740 (SArTagnan) R 25734 25736 25708 0 -1 4202560 1629501 0 0 0 62819 231 0 0 25 0 4 0 669818042 861122560 165777 33554432000 4194304 4625164 140734287612240 18446744073709551615 4552423 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2420.43
Current children cumulated vsize (KiB) 840940

[startup+1062.3 s]
/proc/loadavg: 11.14 10.88 8.58 12/515 25782
/proc/meminfo: memFree=21346336/32951124 swapFree=53501260/67111528
[pid=25736] ppid=25734 vsize=840940 CPUtime=2539.46 cores=0,2,4,6
/proc/25736/stat : 25736 (SArTagnan) R 25734 25736 25708 0 -1 4202496 2638996 0 0 0 253557 389 0 0 25 0 4 0 669818037 861122560 168333 33554432000 4194304 4625164 140734287612240 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25736/statm: 210235 168333 1021 106 0 205738 0
[pid=25736/tid=25738] ppid=25734 vsize=840940 CPUtime=686.72 cores=0,2,4,6
/proc/25736/task/25738/stat : 25738 (SArTagnan) R 25734 25736 25708 0 -1 4202560 128944 0 0 0 68646 26 0 0 25 0 4 0 669818042 861122560 168333 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25736/tid=25739] ppid=25734 vsize=840940 CPUtime=550.92 cores=0,2,4,6
/proc/25736/task/25739/stat : 25739 (SArTagnan) R 25734 25736 25708 0 -1 4202560 45903 0 0 0 55084 8 0 0 25 0 4 0 669818042 861122560 168333 33554432000 4194304 4625164 140734287612240 18446744073709551615 4352735 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25736/tid=25740] ppid=25734 vsize=840940 CPUtime=660.02 cores=0,2,4,6
/proc/25736/task/25740/stat : 25740 (SArTagnan) R 25734 25736 25708 0 -1 4202560 1867110 0 0 0 65739 263 0 0 25 0 4 0 669818042 861122560 168333 33554432000 4194304 4625164 140734287612240 18446744073709551615 4579367 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2539.46
Current children cumulated vsize (KiB) 840940

[startup+1122.3 s]
/proc/loadavg: 11.16 10.94 8.76 12/515 25792
/proc/meminfo: memFree=21298152/32951124 swapFree=53501260/67111528
[pid=25736] ppid=25734 vsize=937680 CPUtime=2658.48 cores=0,2,4,6
/proc/25736/stat : 25736 (SArTagnan) R 25734 25736 25708 0 -1 4202496 2995145 0 0 0 265406 442 0 0 25 0 4 0 669818037 960184320 171332 33554432000 4194304 4625164 140734287612240 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/25736/statm: 234420 171332 817 106 0 229923 0
[pid=25736/tid=25738] ppid=25734 vsize=937680 CPUtime=716.91 cores=0,2,4,6
/proc/25736/task/25738/stat : 25738 (SArTagnan) R 25734 25736 25708 0 -1 4202560 129192 0 0 0 71665 26 0 0 25 0 4 0 669818042 960184320 171332 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25736/tid=25739] ppid=25734 vsize=937680 CPUtime=580.87 cores=0,2,4,6
/proc/25736/task/25739/stat : 25739 (SArTagnan) R 25734 25736 25708 0 -1 4202560 46309 0 0 0 58079 8 0 0 25 0 4 0 669818042 960184320 171332 33554432000 4194304 4625164 140734287612240 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25736/tid=25740] ppid=25734 vsize=937680 CPUtime=689.53 cores=0,2,4,6
/proc/25736/task/25740/stat : 25740 (SArTagnan) R 25734 25736 25708 0 -1 4202560 2102787 0 0 0 68654 299 0 0 25 0 4 0 669818042 960184320 171332 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2658.48
Current children cumulated vsize (KiB) 937680

[startup+1182.3 s]
/proc/loadavg: 11.21 11.00 8.90 12/515 25794
/proc/meminfo: memFree=21268720/32951124 swapFree=53501260/67111528
[pid=25736] ppid=25734 vsize=875388 CPUtime=2783.64 cores=0,2,4,6
/proc/25736/stat : 25736 (SArTagnan) R 25734 25736 25708 0 -1 4202496 3295815 0 0 0 277883 481 0 0 25 0 4 0 669818037 896397312 173313 33554432000 4194304 4625164 140734287612240 18446744073709551615 4512818 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25736/statm: 218847 173313 343 106 0 214350 0
[pid=25736/tid=25738] ppid=25734 vsize=875388 CPUtime=747.13 cores=0,2,4,6
/proc/25736/task/25738/stat : 25738 (SArTagnan) R 25734 25736 25708 0 -1 4202560 130208 0 0 0 74687 26 0 0 25 0 4 0 669818042 896397312 173313 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25736/tid=25739] ppid=25734 vsize=875388 CPUtime=615.21 cores=0,2,4,6
/proc/25736/task/25739/stat : 25739 (SArTagnan) R 25734 25736 25708 0 -1 4202560 46623 0 0 0 61512 9 0 0 25 0 4 0 669818042 896397312 173313 33554432000 4194304 4625164 140734287612240 18446744073709551615 4352098 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25736/tid=25740] ppid=25734 vsize=875388 CPUtime=719.08 cores=0,2,4,6
/proc/25736/task/25740/stat : 25740 (SArTagnan) R 25734 25736 25708 0 -1 4202560 2274440 0 0 0 71587 321 0 0 25 0 4 0 669818042 896397312 173313 33554432000 4194304 4625164 140734287612240 18446744073709551615 4547221 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2783.64
Current children cumulated vsize (KiB) 875388

[startup+1242.3 s]
/proc/loadavg: 11.20 11.04 9.06 12/515 25795
/proc/meminfo: memFree=21221564/32951124 swapFree=53501260/67111528
[pid=25736] ppid=25734 vsize=943540 CPUtime=2949.34 cores=0,2,4,6
/proc/25736/stat : 25736 (SArTagnan) R 25734 25736 25708 0 -1 4202496 3677840 0 0 0 294396 538 0 0 25 0 4 0 669818037 966184960 176353 33554432000 4194304 4625164 140734287612240 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25736/statm: 235885 176353 344 106 0 231388 0
[pid=25736/tid=25738] ppid=25734 vsize=943540 CPUtime=777.19 cores=0,2,4,6
/proc/25736/task/25738/stat : 25738 (SArTagnan) R 25734 25736 25708 0 -1 4202560 130617 0 0 0 77693 26 0 0 25 0 4 0 669818042 966184960 176353 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25736/tid=25739] ppid=25734 vsize=943540 CPUtime=648.76 cores=0,2,4,6
/proc/25736/task/25739/stat : 25739 (SArTagnan) R 25734 25736 25708 0 -1 4202560 46814 0 0 0 64867 9 0 0 25 0 4 0 669818042 966184960 176353 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25736/tid=25740] ppid=25734 vsize=943540 CPUtime=767.29 cores=0,2,4,6
/proc/25736/task/25740/stat : 25740 (SArTagnan) R 25734 25736 25708 0 -1 4202560 2561075 0 0 0 76366 363 0 0 25 0 4 0 669818042 966184960 176353 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2949.34
Current children cumulated vsize (KiB) 943540



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 11.41 11.12 9.20 12/515 25800
/proc/meminfo: memFree=21185872/32951124 swapFree=53501260/67111528
[pid=25736] ppid=25734 vsize=948732 CPUtime=3149.48 cores=0,2,4,6
/proc/25736/stat : 25736 (SArTagnan) R 25734 25736 25708 0 -1 4202496 4095220 0 0 0 314348 600 0 0 25 0 4 0 669818037 971501568 181486 33554432000 4194304 4625164 140734287612240 18446744073709551615 4519388 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25736/statm: 237183 181486 344 106 0 232686 0
[pid=25736/tid=25738] ppid=25734 vsize=948732 CPUtime=813.51 cores=0,2,4,6
/proc/25736/task/25738/stat : 25738 (SArTagnan) R 25734 25736 25708 0 -1 4202560 130788 0 0 0 81325 26 0 0 25 0 4 0 669818042 971501568 181486 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25736/tid=25739] ppid=25734 vsize=948732 CPUtime=705.82 cores=0,2,4,6
/proc/25736/task/25739/stat : 25739 (SArTagnan) R 25734 25736 25708 0 -1 4202560 47400 0 0 0 70572 10 0 0 25 0 4 0 669818042 971501568 181486 33554432000 4194304 4625164 140734287612240 18446744073709551615 4351958 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25736/tid=25740] ppid=25734 vsize=948732 CPUtime=823.89 cores=0,2,4,6
/proc/25736/task/25740/stat : 25740 (SArTagnan) R 25734 25736 25708 0 -1 4202560 2833301 0 0 0 81990 399 0 0 25 0 4 0 669818042 971501568 181486 33554432000 4194304 4625164 140734287612240 18446744073709551615 4547262 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3149.48
Current children cumulated vsize (KiB) 948732

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): 1300.06
CPU time (s): 3149.53
CPU user time (s): 3143.5
CPU system time (s): 6.02908
CPU usage (%): 242.261
Max. virtual memory (cumulated for all children) (KiB): 1004736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3143.5
system time used= 6.02908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4095220
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= 893
involuntary context switches= 41396

runsolver used 5.8921 second user time and 15.4766 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-16 23:42:34
IDJOB=3385979
IDBENCH=83899
IDSOLVER=1871
FILE ID=node103/3385979-1305582154
RUNJOBID= node103-1305582154-25726
PBS_JOBID= 13350311
Free space on /tmp= 73068 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_19_80_8-log.shuffled-as.sat03-143.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385979-1305582154/watcher-3385979-1305582154 -o /tmp/evaluation-result-3385979-1305582154/solver-3385979-1305582154 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385979-1305582154.cnf -threads=4

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

MD5SUM BENCH= 3aff0c2163848e3eed6bc22fc2c30cdf
RANDOM SEED=1615407170

node103.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.858
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.71
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.858
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.858
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.858
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.77
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.858
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.858
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.858
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.83
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.858
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22616888 kB
Buffers:        348940 kB
Cached:        4519872 kB
SwapCached:     340168 kB
Active:        4498504 kB
Inactive:      5525332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22616888 kB
SwapTotal:    67111528 kB
SwapFree:     53501260 kB
Dirty:            1568 kB
Writeback:           8 kB
AnonPages:     4825936 kB
Mapped:          23928 kB
Slab:           165540 kB
PageTables:      76320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 164774508 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= 73064 MiB
End job on node103 at 2011-05-17 00:04:16