Trace number 3385999

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) 3661.02 1300.06

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v945c61409g6.cnf
MD5SUM2094ee8d4e443e860293b947e469bd81
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 variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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-3385999-1305578207/watcher-3385999-1305578207 -o /tmp/evaluation-result-3385999-1305578207/solver-3385999-1305578207 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385999-1305578207.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: 11.11 11.05 9.12 5/387 3710
/proc/meminfo: memFree=11605492/32951124 swapFree=54427476/67111528
[pid=3710] ppid=3708 vsize=6356 CPUtime=0 cores=0,2,4,6
/proc/3710/stat : 3710 (SArTagnan) S 3708 3710 3578 0 -1 4194304 92 0 0 0 0 0 0 0 25 0 1 0 669418710 6508544 47 33554432000 4194304 4625164 140734038839008 18446744073709551615 228117790343 0 2147483391 4096 0 18446744071699207358 0 0 17 0 0 0 0
/proc/3710/statm: 1589 47 37 106 0 44 0

[startup+0.144361 s]
/proc/loadavg: 11.11 11.05 9.12 5/387 3710
/proc/meminfo: memFree=11605492/32951124 swapFree=54427476/67111528
[pid=3710] ppid=3708 vsize=121824 CPUtime=0.23 cores=0,2,4,6
/proc/3710/stat : 3710 (SArTagnan) R 3708 3710 3578 0 -1 4202496 2201 0 0 0 23 0 0 0 25 0 4 0 669418710 124747776 1645 33554432000 4194304 4625164 140734038839008 18446744073709551615 47225097234354 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3710/statm: 30456 1645 323 106 0 25959 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 121824

[startup+0.200318 s]
/proc/loadavg: 11.11 11.05 9.12 5/387 3710
/proc/meminfo: memFree=11605492/32951124 swapFree=54427476/67111528
[pid=3710] ppid=3708 vsize=253492 CPUtime=0.34 cores=0,2,4,6
/proc/3710/stat : 3710 (SArTagnan) S 3708 3710 3578 0 -1 4202496 2489 0 0 0 34 0 0 0 25 0 4 0 669418710 259575808 1933 33554432000 4194304 4625164 140734038839008 18446744073709551615 228122819054 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3710/statm: 63373 1933 329 106 0 58876 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 253492

[startup+0.3003 s]
/proc/loadavg: 11.11 11.05 9.12 5/387 3710
/proc/meminfo: memFree=11605492/32951124 swapFree=54427476/67111528
[pid=3710] ppid=3708 vsize=256000 CPUtime=0.52 cores=0,2,4,6
/proc/3710/stat : 3710 (SArTagnan) D 3708 3710 3578 0 -1 4202496 3832 0 0 0 52 0 0 0 25 0 4 0 669418710 262144000 3032 33554432000 4194304 4625164 140734038839008 18446744073709551615 4339447 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3710/statm: 64000 3032 333 106 0 59503 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 256000

[startup+0.700229 s]
/proc/loadavg: 11.11 11.05 9.12 5/387 3710
/proc/meminfo: memFree=11605492/32951124 swapFree=54427476/67111528
[pid=3710] ppid=3708 vsize=264364 CPUtime=1.31 cores=0,2,4,6
/proc/3710/stat : 3710 (SArTagnan) R 3708 3710 3578 0 -1 4202496 9159 0 0 0 130 1 0 0 25 0 4 0 669418710 270708736 6402 33554432000 4194304 4625164 140734038839008 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3710/statm: 66091 6402 349 106 0 61594 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 264364

[startup+1.50108 s]
/proc/loadavg: 11.11 11.05 9.12 12/397 3723
/proc/meminfo: memFree=11540392/32951124 swapFree=54427476/67111528
[pid=3710] ppid=3708 vsize=266076 CPUtime=2.9 cores=0,2,4,6
/proc/3710/stat : 3710 (SArTagnan) R 3708 3710 3578 0 -1 4202496 9907 0 0 0 289 1 0 0 25 0 4 0 669418710 272461824 6682 33554432000 4194304 4625164 140734038839008 18446744073709551615 4511970 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3710/statm: 66519 6682 349 106 0 62022 0
[pid=3710/tid=3712] ppid=3708 vsize=266076 CPUtime=0.89 cores=0,2,4,6
/proc/3710/task/3712/stat : 3712 (SArTagnan) R 3708 3710 3578 0 -1 4202560 1365 0 0 0 89 0 0 0 25 0 4 0 669418714 272461824 6682 33554432000 4194304 4625164 140734038839008 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3710/tid=3713] ppid=3708 vsize=266076 CPUtime=0.52 cores=0,2,4,6
/proc/3710/task/3713/stat : 3713 (SArTagnan) R 3708 3710 3578 0 -1 4202560 1066 0 0 0 52 0 0 0 25 0 4 0 669418714 272461824 6682 33554432000 4194304 4625164 140734038839008 18446744073709551615 4352002 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3710/tid=3714] ppid=3708 vsize=266076 CPUtime=0.85 cores=0,2,4,6
/proc/3710/task/3714/stat : 3714 (SArTagnan) R 3708 3710 3578 0 -1 4202560 993 0 0 0 85 0 0 0 25 0 4 0 669418714 272461824 6682 33554432000 4194304 4625164 140734038839008 18446744073709551615 4559902 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 266076

[startup+3.1008 s]
/proc/loadavg: 11.10 11.04 9.13 12/397 3723
/proc/meminfo: memFree=11453524/32951124 swapFree=54427476/67111528
[pid=3710] ppid=3708 vsize=268648 CPUtime=6.08 cores=0,2,4,6
/proc/3710/stat : 3710 (SArTagnan) R 3708 3710 3578 0 -1 4202496 12628 0 0 0 607 1 0 0 25 0 4 0 669418710 275095552 8881 33554432000 4194304 4625164 140734038839008 18446744073709551615 4512312 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3710/statm: 67162 8881 352 106 0 62665 0
[pid=3710/tid=3712] ppid=3708 vsize=268648 CPUtime=1.68 cores=0,2,4,6
/proc/3710/task/3712/stat : 3712 (SArTagnan) R 3708 3710 3578 0 -1 4202560 2005 0 0 0 168 0 0 0 25 0 4 0 669418714 275095552 8881 33554432000 4194304 4625164 140734038839008 18446744073709551615 4351844 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3710/tid=3713] ppid=3708 vsize=268648 CPUtime=1.31 cores=0,2,4,6
/proc/3710/task/3713/stat : 3713 (SArTagnan) R 3708 3710 3578 0 -1 4202560 2076 0 0 0 131 0 0 0 25 0 4 0 669418714 275095552 8881 33554432000 4194304 4625164 140734038839008 18446744073709551615 4352010 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3710/tid=3714] ppid=3708 vsize=268648 CPUtime=1.65 cores=0,2,4,6
/proc/3710/task/3714/stat : 3714 (SArTagnan) R 3708 3710 3578 0 -1 4202560 2018 0 0 0 165 0 0 0 25 0 4 0 669418714 275095552 8881 33554432000 4194304 4625164 140734038839008 18446744073709551615 4562692 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 268648

[startup+6.30022 s]
/proc/loadavg: 11.10 11.04 9.13 12/397 3723
/proc/meminfo: memFree=11425832/32951124 swapFree=54427476/67111528
[pid=3710] ppid=3708 vsize=276028 CPUtime=12.44 cores=0,2,4,6
/proc/3710/stat : 3710 (SArTagnan) R 3708 3710 3578 0 -1 4202496 17281 0 0 0 1242 2 0 0 25 0 4 0 669418710 282652672 12041 33554432000 4194304 4625164 140734038839008 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3710/statm: 69007 12041 360 106 0 64510 0
[pid=3710/tid=3712] ppid=3708 vsize=276028 CPUtime=3.04 cores=0,2,4,6
/proc/3710/task/3712/stat : 3712 (SArTagnan) R 3708 3710 3578 0 -1 4202560 2894 0 0 0 304 0 0 0 25 0 4 0 669418714 282652672 12041 33554432000 4194304 4625164 140734038839008 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3710/tid=3713] ppid=3708 vsize=276028 CPUtime=2.91 cores=0,2,4,6
/proc/3710/task/3713/stat : 3713 (SArTagnan) R 3708 3710 3578 0 -1 4202560 3262 0 0 0 291 0 0 0 25 0 4 0 669418714 282652672 12041 33554432000 4194304 4625164 140734038839008 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3710/tid=3714] ppid=3708 vsize=276028 CPUtime=3.4 cores=0,2,4,6
/proc/3710/task/3714/stat : 3714 (SArTagnan) R 3708 3710 3578 0 -1 4202560 4194 0 0 0 340 0 0 0 25 0 4 0 669418714 282652672 12041 33554432000 4194304 4625164 140734038839008 18446744073709551615 4556488 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 276028

[startup+12.7011 s]
/proc/loadavg: 11.09 11.04 9.15 12/397 3724
/proc/meminfo: memFree=11380968/32951124 swapFree=54427476/67111528
[pid=3710] ppid=3708 vsize=282424 CPUtime=26.35 cores=0,2,4,6
/proc/3710/stat : 3710 (SArTagnan) R 3708 3710 3578 0 -1 4202496 42906 0 0 0 2629 6 0 0 25 0 4 0 669418710 289202176 16125 33554432000 4194304 4625164 140734038839008 18446744073709551615 4512042 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3710/statm: 70606 16125 358 106 0 66109 0
[pid=3710/tid=3712] ppid=3708 vsize=282424 CPUtime=6.41 cores=0,2,4,6
/proc/3710/task/3712/stat : 3712 (SArTagnan) R 3708 3710 3578 0 -1 4202560 4560 0 0 0 641 0 0 0 25 0 4 0 669418714 289202176 16125 33554432000 4194304 4625164 140734038839008 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3710/tid=3713] ppid=3708 vsize=282424 CPUtime=6.01 cores=0,2,4,6
/proc/3710/task/3713/stat : 3713 (SArTagnan) R 3708 3710 3578 0 -1 4202560 6829 0 0 0 600 1 0 0 25 0 4 0 669418714 289202176 16125 33554432000 4194304 4625164 140734038839008 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3710/tid=3714] ppid=3708 vsize=282424 CPUtime=6.1 cores=0,2,4,6
/proc/3710/task/3714/stat : 3714 (SArTagnan) R 3708 3710 3578 0 -1 4202560 24370 0 0 0 607 3 0 0 25 0 4 0 669418714 289202176 16125 33554432000 4194304 4625164 140734038839008 18446744073709551615 4339600 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 26.35
Current children cumulated vsize (KiB) 282424

[startup+25.5007 s]
/proc/loadavg: 11.22 11.07 9.18 12/397 3724
/proc/meminfo: memFree=11323928/32951124 swapFree=54427476/67111528
[pid=3710] ppid=3708 vsize=289380 CPUtime=56.22 cores=0,2,4,6
/proc/3710/stat : 3710 (SArTagnan) R 3708 3710 3578 0 -1 4202496 110044 0 0 0 5603 19 0 0 25 0 4 0 669418710 296325120 22215 33554432000 4194304 4625164 140734038839008 18446744073709551615 4511950 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3710/statm: 72345 22215 357 106 0 67848 0
[pid=3710/tid=3712] ppid=3708 vsize=289380 CPUtime=12.63 cores=0,2,4,6
/proc/3710/task/3712/stat : 3712 (SArTagnan) R 3708 3710 3578 0 -1 4202560 8146 0 0 0 1261 2 0 0 25 0 4 0 669418714 296325120 22215 33554432000 4194304 4625164 140734038839008 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3710/tid=3713] ppid=3708 vsize=289380 CPUtime=11.89 cores=0,2,4,6
/proc/3710/task/3713/stat : 3713 (SArTagnan) R 3708 3710 3578 0 -1 4202560 11088 0 0 0 1187 2 0 0 25 0 4 0 669418714 296325120 22215 33554432000 4194304 4625164 140734038839008 18446744073709551615 228122819054 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3710/tid=3714] ppid=3708 vsize=289380 CPUtime=11.67 cores=0,2,4,6
/proc/3710/task/3714/stat : 3714 (SArTagnan) R 3708 3710 3578 0 -1 4202560 83528 0 0 0 1155 12 0 0 25 0 4 0 669418714 296325120 22215 33554432000 4194304 4625164 140734038839008 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 56.22
Current children cumulated vsize (KiB) 289380

[startup+51.1011 s]
/proc/loadavg: 11.20 11.08 9.23 12/397 3725
/proc/meminfo: memFree=11233016/32951124 swapFree=54427476/67111528
[pid=3710] ppid=3708 vsize=302652 CPUtime=112.77 cores=0,2,4,6
/proc/3710/stat : 3710 (SArTagnan) R 3708 3710 3578 0 -1 4202496 187139 0 0 0 11244 33 0 0 25 0 4 0 669418710 309915648 34088 33554432000 4194304 4625164 140734038839008 18446744073709551615 4512007 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3710/statm: 75663 34088 350 106 0 71166 0
[pid=3710/tid=3712] ppid=3708 vsize=302652 CPUtime=26.92 cores=0,2,4,6
/proc/3710/task/3712/stat : 3712 (SArTagnan) R 3708 3710 3578 0 -1 4202560 12097 0 0 0 2689 3 0 0 25 0 4 0 669418714 309915648 34088 33554432000 4194304 4625164 140734038839008 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3710/tid=3713] ppid=3708 vsize=302652 CPUtime=24.31 cores=0,2,4,6
/proc/3710/task/3713/stat : 3713 (SArTagnan) R 3708 3710 3578 0 -1 4202560 17397 0 0 0 2426 5 0 0 25 0 4 0 669418714 309915648 34088 33554432000 4194304 4625164 140734038839008 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3710/tid=3714] ppid=3708 vsize=302652 CPUtime=25.4 cores=0,2,4,6
/proc/3710/task/3714/stat : 3714 (SArTagnan) R 3708 3710 3578 0 -1 4202560 147552 0 0 0 2518 22 0 0 25 0 4 0 669418714 309915648 34088 33554432000 4194304 4625164 140734038839008 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 112.77
Current children cumulated vsize (KiB) 302652

[startup+102.301 s]
/proc/loadavg: 11.18 11.10 9.34 12/397 3726
/proc/meminfo: memFree=11018204/32951124 swapFree=54427476/67111528
[pid=3710] ppid=3708 vsize=396660 CPUtime=239.65 cores=0,2,4,6
/proc/3710/stat : 3710 (SArTagnan) R 3708 3710 3578 0 -1 4202496 541211 0 0 0 23882 83 0 0 25 0 4 0 669418710 406179840 60109 33554432000 4194304 4625164 140734038839008 18446744073709551615 4511950 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3710/statm: 99165 60109 361 106 0 94668 0
[pid=3710/tid=3712] ppid=3708 vsize=396660 CPUtime=52.22 cores=0,2,4,6
/proc/3710/task/3712/stat : 3712 (SArTagnan) R 3708 3710 3578 0 -1 4202560 24129 0 0 0 5217 5 0 0 25 0 4 0 669418714 406179840 60109 33554432000 4194304 4625164 140734038839008 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3710/tid=3713] ppid=3708 vsize=396660 CPUtime=53.54 cores=0,2,4,6
/proc/3710/task/3713/stat : 3713 (SArTagnan) R 3708 3710 3578 0 -1 4202560 20872 0 0 0 5348 6 0 0 25 0 4 0 669418714 406179840 60109 33554432000 4194304 4625164 140734038839008 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3710/tid=3714] ppid=3708 vsize=396660 CPUtime=72.49 cores=0,2,4,6
/proc/3710/task/3714/stat : 3714 (SArTagnan) R 3708 3710 3578 0 -1 4202560 447199 0 0 0 7185 64 0 0 25 0 4 0 669418714 406179840 60109 33554432000 4194304 4625164 140734038839008 18446744073709551615 4334499 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 239.65
Current children cumulated vsize (KiB) 396660

[startup+162.301 s]
/proc/loadavg: 11.15 11.11 9.45 12/397 3728
/proc/meminfo: memFree=10764600/32951124 swapFree=54427476/67111528
[pid=3710] ppid=3708 vsize=505440 CPUtime=380.27 cores=0,2,4,6
/proc/3710/stat : 3710 (SArTagnan) R 3708 3710 3578 0 -1 4202496 786355 0 0 0 37912 115 0 0 25 0 4 0 669418710 517570560 80829 33554432000 4194304 4625164 140734038839008 18446744073709551615 4511938 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3710/statm: 126360 80829 366 106 0 121863 0
[pid=3710/tid=3712] ppid=3708 vsize=505440 CPUtime=82.26 cores=0,2,4,6
/proc/3710/task/3712/stat : 3712 (SArTagnan) R 3708 3710 3578 0 -1 4202560 27646 0 0 0 8220 6 0 0 25 0 4 0 669418714 517570560 80829 33554432000 4194304 4625164 140734038839008 18446744073709551615 4351798 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3710/tid=3713] ppid=3708 vsize=505440 CPUtime=87.3 cores=0,2,4,6
/proc/3710/task/3713/stat : 3713 (SArTagnan) R 3708 3710 3578 0 -1 4202560 27425 0 0 0 8723 7 0 0 25 0 4 0 669418714 517570560 80829 33554432000 4194304 4625164 140734038839008 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3710/tid=3714] ppid=3708 vsize=505440 CPUtime=102.33 cores=0,2,4,6
/proc/3710/task/3714/stat : 3714 (SArTagnan) R 3708 3710 3578 0 -1 4202560 656914 0 0 0 10143 90 0 0 25 0 4 0 669418714 517570560 80829 33554432000 4194304 4625164 140734038839008 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 380.27
Current children cumulated vsize (KiB) 505440

[startup+222.315 s]
/proc/loadavg: 11.14 11.11 9.56 12/397 3729
/proc/meminfo: memFree=10607448/32951124 swapFree=54427476/67111528
[pid=3710] ppid=3708 vsize=585868 CPUtime=529.34 cores=0,2,4,6
/proc/3710/stat : 3710 (SArTagnan) R 3708 3710 3578 0 -1 4202496 882449 0 0 0 52804 130 0 0 25 0 4 0 669418710 599928832 92004 33554432000 4194304 4625164 140734038839008 18446744073709551615 4512869 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3710/statm: 146467 92004 389 106 0 141970 0
[pid=3710/tid=3712] ppid=3708 vsize=585868 CPUtime=112.28 cores=0,2,4,6
/proc/3710/task/3712/stat : 3712 (SArTagnan) R 3708 3710 3578 0 -1 4202560 36483 0 0 0 11221 7 0 0 25 0 4 0 669418714 599928832 92004 33554432000 4194304 4625164 140734038839008 18446744073709551615 4352005 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3710/tid=3713] ppid=3708 vsize=585868 CPUtime=117.29 cores=0,2,4,6
/proc/3710/task/3713/stat : 3713 (SArTagnan) R 3708 3710 3578 0 -1 4202560 29555 0 0 0 11721 8 0 0 25 0 4 0 669418714 599928832 92004 33554432000 4194304 4625164 140734038839008 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3710/tid=3714] ppid=3708 vsize=585868 CPUtime=138.45 cores=0,2,4,6
/proc/3710/task/3714/stat : 3714 (SArTagnan) R 3708 3710 3578 0 -1 4202560 734970 0 0 0 13743 102 0 0 25 0 4 0 669418714 599928832 92004 33554432000 4194304 4625164 140734038839008 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 529.34
Current children cumulated vsize (KiB) 585868

[startup+282.3 s]

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

[pid=3710] ppid=3708 vsize=1072748 CPUtime=2047.81 cores=0,2,4,6
/proc/3710/stat : 3710 (SArTagnan) R 3708 3710 3578 0 -1 4202496 3228670 0 0 0 204319 462 0 0 25 0 4 0 669418710 1098493952 182631 33554432000 4194304 4625164 140734038839008 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3710/statm: 268187 182631 433 106 0 263690 0
[pid=3710/tid=3712] ppid=3708 vsize=1072748 CPUtime=382.27 cores=0,2,4,6
/proc/3710/task/3712/stat : 3712 (SArTagnan) R 3708 3710 3578 0 -1 4202560 87341 0 0 0 38209 18 0 0 25 0 4 0 669418714 1098493952 182631 33554432000 4194304 4625164 140734038839008 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3710/tid=3713] ppid=3708 vsize=1072748 CPUtime=569.63 cores=0,2,4,6
/proc/3710/task/3713/stat : 3713 (SArTagnan) R 3708 3710 3578 0 -1 4202560 56785 0 0 0 56948 15 0 0 25 0 4 0 669418714 1098493952 182631 33554432000 4194304 4625164 140734038839008 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3710/tid=3714] ppid=3708 vsize=1072748 CPUtime=528.79 cores=0,2,4,6
/proc/3710/task/3714/stat : 3714 (SArTagnan) R 3708 3710 3578 0 -1 4202560 2904467 0 0 0 52476 403 0 0 25 0 4 0 669418714 1098493952 182631 33554432000 4194304 4625164 140734038839008 18446744073709551615 4334439 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2047.81
Current children cumulated vsize (KiB) 1072748

[startup+822.301 s]
/proc/loadavg: 10.19 10.40 9.94 11/396 3745
/proc/meminfo: memFree=10043032/32951124 swapFree=54427476/67111528
[pid=3710] ppid=3708 vsize=1078952 CPUtime=2227.79 cores=0,2,4,6
/proc/3710/stat : 3710 (SArTagnan) R 3708 3710 3578 0 -1 4202496 3233568 0 0 0 222316 463 0 0 25 0 4 0 669418710 1104846848 187250 33554432000 4194304 4625164 140734038839008 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3710/statm: 269738 187250 425 106 0 265241 0
[pid=3710/tid=3712] ppid=3708 vsize=1078952 CPUtime=412.34 cores=0,2,4,6
/proc/3710/task/3712/stat : 3712 (SArTagnan) R 3708 3710 3578 0 -1 4202560 89370 0 0 0 41215 19 0 0 25 0 4 0 669418714 1104846848 187250 33554432000 4194304 4625164 140734038839008 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3710/tid=3713] ppid=3708 vsize=1078952 CPUtime=629.61 cores=0,2,4,6
/proc/3710/task/3713/stat : 3713 (SArTagnan) R 3708 3710 3578 0 -1 4202560 57271 0 0 0 62946 15 0 0 25 0 4 0 669418714 1104846848 187250 33554432000 4194304 4625164 140734038839008 18446744073709551615 4352240 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3710/tid=3714] ppid=3708 vsize=1078952 CPUtime=558.72 cores=0,2,4,6
/proc/3710/task/3714/stat : 3714 (SArTagnan) R 3708 3710 3578 0 -1 4202560 2904651 0 0 0 55469 403 0 0 25 0 4 0 669418714 1104846848 187250 33554432000 4194304 4625164 140734038839008 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2227.79
Current children cumulated vsize (KiB) 1078952

[startup+882.316 s]
/proc/loadavg: 10.07 10.33 9.94 11/396 3747
/proc/meminfo: memFree=9950860/32951124 swapFree=54427476/67111528
[pid=3710] ppid=3708 vsize=1084760 CPUtime=2407.84 cores=0,2,4,6
/proc/3710/stat : 3710 (SArTagnan) R 3708 3710 3578 0 -1 4202496 3238526 0 0 0 240318 466 0 0 25 0 4 0 669418710 1110794240 191865 33554432000 4194304 4625164 140734038839008 18446744073709551615 4511941 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3710/statm: 271190 191865 422 106 0 266693 0
[pid=3710/tid=3712] ppid=3708 vsize=1084760 CPUtime=442.36 cores=0,2,4,6
/proc/3710/task/3712/stat : 3712 (SArTagnan) R 3708 3710 3578 0 -1 4202560 91403 0 0 0 44216 20 0 0 25 0 4 0 669418714 1110794240 191865 33554432000 4194304 4625164 140734038839008 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3710/tid=3713] ppid=3708 vsize=1084760 CPUtime=689.63 cores=0,2,4,6
/proc/3710/task/3713/stat : 3713 (SArTagnan) R 3708 3710 3578 0 -1 4202560 57800 0 0 0 68947 16 0 0 25 0 4 0 669418714 1110794240 191865 33554432000 4194304 4625164 140734038839008 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3710/tid=3714] ppid=3708 vsize=1084760 CPUtime=588.71 cores=0,2,4,6
/proc/3710/task/3714/stat : 3714 (SArTagnan) R 3708 3710 3578 0 -1 4202560 2904657 0 0 0 58468 403 0 0 25 0 4 0 669418714 1110794240 191865 33554432000 4194304 4625164 140734038839008 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2407.84
Current children cumulated vsize (KiB) 1084760

[startup+942.301 s]
/proc/loadavg: 10.13 10.29 9.95 11/396 3748
/proc/meminfo: memFree=9887460/32951124 swapFree=54427476/67111528
[pid=3710] ppid=3708 vsize=1090172 CPUtime=2587.8 cores=0,2,4,6
/proc/3710/stat : 3710 (SArTagnan) R 3708 3710 3578 0 -1 4202496 3243704 0 0 0 258312 468 0 0 25 0 4 0 669418710 1116336128 196612 33554432000 4194304 4625164 140734038839008 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3710/statm: 272543 196612 401 106 0 268046 0
[pid=3710/tid=3712] ppid=3708 vsize=1090172 CPUtime=472.35 cores=0,2,4,6
/proc/3710/task/3712/stat : 3712 (SArTagnan) R 3708 3710 3578 0 -1 4202560 93664 0 0 0 47214 21 0 0 25 0 4 0 669418714 1116336128 196612 33554432000 4194304 4625164 140734038839008 18446744073709551615 4352017 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3710/tid=3713] ppid=3708 vsize=1090172 CPUtime=749.62 cores=0,2,4,6
/proc/3710/task/3713/stat : 3713 (SArTagnan) R 3708 3710 3578 0 -1 4202560 58267 0 0 0 74946 16 0 0 25 0 4 0 669418714 1116336128 196612 33554432000 4194304 4625164 140734038839008 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3710/tid=3714] ppid=3708 vsize=1090172 CPUtime=618.71 cores=0,2,4,6
/proc/3710/task/3714/stat : 3714 (SArTagnan) R 3708 3710 3578 0 -1 4202560 2904667 0 0 0 61468 403 0 0 25 0 4 0 669418714 1116336128 196612 33554432000 4194304 4625164 140734038839008 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2587.8
Current children cumulated vsize (KiB) 1090172

[startup+1002.3 s]
/proc/loadavg: 10.14 10.27 9.96 11/396 3750
/proc/meminfo: memFree=9791080/32951124 swapFree=54427476/67111528
[pid=3710] ppid=3708 vsize=1200468 CPUtime=2767.8 cores=0,2,4,6
/proc/3710/stat : 3710 (SArTagnan) R 3708 3710 3578 0 -1 4202496 3428624 0 0 0 276283 497 0 0 25 0 4 0 669418710 1229279232 208870 33554432000 4194304 4625164 140734038839008 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3710/statm: 300117 208870 397 106 0 295620 0
[pid=3710/tid=3712] ppid=3708 vsize=1200468 CPUtime=502.35 cores=0,2,4,6
/proc/3710/task/3712/stat : 3712 (SArTagnan) R 3708 3710 3578 0 -1 4202560 95058 0 0 0 50213 22 0 0 25 0 4 0 669418714 1229279232 208871 33554432000 4194304 4625164 140734038839008 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3710/tid=3713] ppid=3708 vsize=1200468 CPUtime=809.6 cores=0,2,4,6
/proc/3710/task/3713/stat : 3713 (SArTagnan) R 3708 3710 3578 0 -1 4202560 61531 0 0 0 80942 18 0 0 25 0 4 0 669418714 1229279232 208872 33554432000 4194304 4625164 140734038839008 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3710/tid=3714] ppid=3708 vsize=1200468 CPUtime=648.71 cores=0,2,4,6
/proc/3710/task/3714/stat : 3714 (SArTagnan) R 3708 3710 3578 0 -1 4202560 3028751 0 0 0 64449 422 0 0 25 0 4 0 669418714 1229279232 208872 33554432000 4194304 4625164 140734038839008 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2767.8
Current children cumulated vsize (KiB) 1200468

[startup+1062.3 s]
/proc/loadavg: 10.14 10.25 9.97 11/396 3752
/proc/meminfo: memFree=9639888/32951124 swapFree=54427476/67111528
[pid=3710] ppid=3708 vsize=1204032 CPUtime=2947.8 cores=0,2,4,6
/proc/3710/stat : 3710 (SArTagnan) R 3708 3710 3578 0 -1 4202496 3696223 0 0 0 294243 537 0 0 25 0 4 0 669418710 1232928768 214588 33554432000 4194304 4625164 140734038839008 18446744073709551615 4393074 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3710/statm: 301008 214588 398 106 0 296511 0
[pid=3710/tid=3712] ppid=3708 vsize=1204032 CPUtime=532.4 cores=0,2,4,6
/proc/3710/task/3712/stat : 3712 (SArTagnan) R 3708 3710 3578 0 -1 4202560 97034 0 0 0 53216 24 0 0 25 0 4 0 669418714 1232928768 214588 33554432000 4194304 4625164 140734038839008 18446744073709551615 4351786 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3710/tid=3713] ppid=3708 vsize=1204032 CPUtime=869.57 cores=0,2,4,6
/proc/3710/task/3713/stat : 3713 (SArTagnan) R 3708 3710 3578 0 -1 4202560 62617 0 0 0 86939 18 0 0 25 0 4 0 669418714 1232928768 214588 33554432000 4194304 4625164 140734038839008 18446744073709551615 4464328 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3710/tid=3714] ppid=3708 vsize=1204032 CPUtime=678.7 cores=0,2,4,6
/proc/3710/task/3714/stat : 3714 (SArTagnan) R 3708 3710 3578 0 -1 4202560 3291533 0 0 0 67410 460 0 0 25 0 4 0 669418714 1232928768 214588 33554432000 4194304 4625164 140734038839008 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2947.8
Current children cumulated vsize (KiB) 1204032

[startup+1122.3 s]
/proc/loadavg: 10.18 10.24 9.99 11/396 3753
/proc/meminfo: memFree=9532460/32951124 swapFree=54427476/67111528
[pid=3710] ppid=3708 vsize=1239356 CPUtime=3127.81 cores=0,2,4,6
/proc/3710/stat : 3710 (SArTagnan) R 3708 3710 3578 0 -1 4202496 3881857 0 0 0 312219 562 0 0 25 0 4 0 669418710 1269100544 222135 33554432000 4194304 4625164 140734038839008 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3710/statm: 309839 222135 397 106 0 305342 0
[pid=3710/tid=3712] ppid=3708 vsize=1239356 CPUtime=562.45 cores=0,2,4,6
/proc/3710/task/3712/stat : 3712 (SArTagnan) R 3708 3710 3578 0 -1 4202560 98504 0 0 0 56219 26 0 0 25 0 4 0 669418714 1269100544 222135 33554432000 4194304 4625164 140734038839008 18446744073709551615 4352186 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3710/tid=3713] ppid=3708 vsize=1239356 CPUtime=929.56 cores=0,2,4,6
/proc/3710/task/3713/stat : 3713 (SArTagnan) R 3708 3710 3578 0 -1 4202560 65085 0 0 0 92938 18 0 0 25 0 4 0 669418714 1269100544 222135 33554432000 4194304 4625164 140734038839008 18446744073709551615 4352014 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3710/tid=3714] ppid=3708 vsize=1239356 CPUtime=708.66 cores=0,2,4,6
/proc/3710/task/3714/stat : 3714 (SArTagnan) R 3708 3710 3578 0 -1 4202560 3458154 0 0 0 70385 481 0 0 25 0 4 0 669418714 1269100544 222135 33554432000 4194304 4625164 140734038839008 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3127.81
Current children cumulated vsize (KiB) 1239356

[startup+1182.3 s]
/proc/loadavg: 10.14 10.22 10.00 11/396 3755
/proc/meminfo: memFree=9453304/32951124 swapFree=54427476/67111528
[pid=3710] ppid=3708 vsize=1240236 CPUtime=3307.8 cores=0,2,4,6
/proc/3710/stat : 3710 (SArTagnan) R 3708 3710 3578 0 -1 4202496 3887698 0 0 0 330214 566 0 0 25 0 4 0 669418710 1270001664 227837 33554432000 4194304 4625164 140734038839008 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3710/statm: 310059 227837 397 106 0 305562 0
[pid=3710/tid=3712] ppid=3708 vsize=1240236 CPUtime=592.45 cores=0,2,4,6
/proc/3710/task/3712/stat : 3712 (SArTagnan) R 3708 3710 3578 0 -1 4202560 100038 0 0 0 59218 27 0 0 25 0 4 0 669418714 1270001664 227837 33554432000 4194304 4625164 140734038839008 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3710/tid=3713] ppid=3708 vsize=1240236 CPUtime=989.56 cores=0,2,4,6
/proc/3710/task/3713/stat : 3713 (SArTagnan) R 3708 3710 3578 0 -1 4202560 67376 0 0 0 98935 21 0 0 25 0 4 0 669418714 1270001664 227837 33554432000 4194304 4625164 140734038839008 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3710/tid=3714] ppid=3708 vsize=1240236 CPUtime=738.66 cores=0,2,4,6
/proc/3710/task/3714/stat : 3714 (SArTagnan) R 3708 3710 3578 0 -1 4202560 3458339 0 0 0 73385 481 0 0 25 0 4 0 669418714 1270001664 227837 33554432000 4194304 4625164 140734038839008 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3307.8
Current children cumulated vsize (KiB) 1240236

[startup+1242.3 s]
/proc/loadavg: 10.12 10.21 10.01 11/396 3756
/proc/meminfo: memFree=9374900/32951124 swapFree=54427476/67111528
[pid=3710] ppid=3708 vsize=1240236 CPUtime=3487.81 cores=0,2,4,6
/proc/3710/stat : 3710 (SArTagnan) R 3708 3710 3578 0 -1 4202496 3895333 0 0 0 348206 575 0 0 25 0 4 0 669418710 1270001664 235290 33554432000 4194304 4625164 140734038839008 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3710/statm: 310059 235290 397 106 0 305562 0
[pid=3710/tid=3712] ppid=3708 vsize=1240236 CPUtime=622.52 cores=0,2,4,6
/proc/3710/task/3712/stat : 3712 (SArTagnan) R 3708 3710 3578 0 -1 4202560 100733 0 0 0 62225 27 0 0 25 0 4 0 669418714 1270001664 235290 33554432000 4194304 4625164 140734038839008 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3710/tid=3713] ppid=3708 vsize=1240236 CPUtime=1049.57 cores=0,2,4,6
/proc/3710/task/3713/stat : 3713 (SArTagnan) R 3708 3710 3578 0 -1 4202560 72291 0 0 0 104928 29 0 0 25 0 4 0 669418714 1270001664 235290 33554432000 4194304 4625164 140734038839008 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3710/tid=3714] ppid=3708 vsize=1240236 CPUtime=768.59 cores=0,2,4,6
/proc/3710/task/3714/stat : 3714 (SArTagnan) R 3708 3710 3578 0 -1 4202560 3458344 0 0 0 76378 481 0 0 25 0 4 0 669418714 1270001664 235290 33554432000 4194304 4625164 140734038839008 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3487.81
Current children cumulated vsize (KiB) 1240236



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 10.11 10.20 10.01 11/396 3758
/proc/meminfo: memFree=9309892/32951124 swapFree=54427476/67111528
[pid=3710] ppid=3708 vsize=1247080 CPUtime=3660.94 cores=0,2,4,6
/proc/3710/stat : 3710 (SArTagnan) R 3708 3710 3578 0 -1 4202496 3899984 0 0 0 365517 577 0 0 25 0 4 0 669418710 1277009920 239740 33554432000 4194304 4625164 140734038839008 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3710/statm: 311770 239740 397 106 0 307273 0
[pid=3710/tid=3712] ppid=3708 vsize=1247080 CPUtime=651.34 cores=0,2,4,6
/proc/3710/task/3712/stat : 3712 (SArTagnan) R 3708 3710 3578 0 -1 4202560 101193 0 0 0 65107 27 0 0 25 0 4 0 669418714 1277009920 239740 33554432000 4194304 4625164 140734038839008 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3710/tid=3713] ppid=3708 vsize=1247080 CPUtime=1107.28 cores=0,2,4,6
/proc/3710/task/3713/stat : 3713 (SArTagnan) R 3708 3710 3578 0 -1 4202560 73093 0 0 0 110698 30 0 0 25 0 4 0 669418714 1277009920 239740 33554432000 4194304 4625164 140734038839008 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3710/tid=3714] ppid=3708 vsize=1247080 CPUtime=797.48 cores=0,2,4,6
/proc/3710/task/3714/stat : 3714 (SArTagnan) R 3708 3710 3578 0 -1 4202560 3460093 0 0 0 79267 481 0 0 25 0 4 0 669418714 1277009920 239740 33554432000 4194304 4625164 140734038839008 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3660.94
Current children cumulated vsize (KiB) 1247080

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

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

[startup+1300 s]
/proc/loadavg: 10.11 10.20 10.01 11/396 3758
/proc/meminfo: memFree=9309892/32951124 swapFree=54427476/67111528
[pid=3710] ppid=3708 vsize=1247080 CPUtime=3660.94 cores=0,2,4,6
/proc/3710/stat : 3710 (SArTagnan) R 3708 3710 3578 0 -1 4202496 3899984 0 0 0 365517 577 0 0 25 0 4 0 669418710 1277009920 239740 33554432000 4194304 4625164 140734038839008 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3710/statm: 311770 239740 397 106 0 307273 0
[pid=3710/tid=3712] ppid=3708 vsize=1247080 CPUtime=651.34 cores=0,2,4,6
/proc/3710/task/3712/stat : 3712 (SArTagnan) R 3708 3710 3578 0 -1 4202560 101193 0 0 0 65107 27 0 0 25 0 4 0 669418714 1277009920 239740 33554432000 4194304 4625164 140734038839008 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3710/tid=3713] ppid=3708 vsize=1247080 CPUtime=1107.28 cores=0,2,4,6
/proc/3710/task/3713/stat : 3713 (SArTagnan) R 3708 3710 3578 0 -1 4202560 73093 0 0 0 110698 30 0 0 25 0 4 0 669418714 1277009920 239740 33554432000 4194304 4625164 140734038839008 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3710/tid=3714] ppid=3708 vsize=1247080 CPUtime=797.48 cores=0,2,4,6
/proc/3710/task/3714/stat : 3714 (SArTagnan) R 3708 3710 3578 0 -1 4202560 3460093 0 0 0 79267 481 0 0 25 0 4 0 669418714 1277009920 239740 33554432000 4194304 4625164 140734038839008 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3660.94
Current children cumulated vsize (KiB) 1247080

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.06
CPU time (s): 3661.02
CPU user time (s): 3655.21
CPU system time (s): 5.81212
CPU usage (%): 281.604
Max. virtual memory (cumulated for all children) (KiB): 1387432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3655.21
system time used= 5.81212
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3899984
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= 2531
involuntary context switches= 34943

runsolver used 4.68429 second user time and 11.8652 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-16 22:36:47
IDJOB=3385999
IDBENCH=71300
IDSOLVER=1871
FILE ID=node138/3385999-1305578207
RUNJOBID= node138-1305576905-3600
PBS_JOBID= 13350210
Free space on /tmp= 73440 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v945c61409g6.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385999-1305578207/watcher-3385999-1305578207 -o /tmp/evaluation-result-3385999-1305578207/solver-3385999-1305578207 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385999-1305578207.cnf -threads=4

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

MD5SUM BENCH= 2094ee8d4e443e860293b947e469bd81
RANDOM SEED=979351463

node138.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.854
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.70
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.854
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.854
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.82
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.854
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.75
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.854
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.80
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.854
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.854
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.82
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.854
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:      11606392 kB
Buffers:        313520 kB
Cached:        4393000 kB
SwapCached:      18488 kB
Active:       17733944 kB
Inactive:      3324016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11606392 kB
SwapTotal:    67111528 kB
SwapFree:     54427476 kB
Dirty:            1176 kB
Writeback:           0 kB
AnonPages:    16344968 kB
Mapped:          19428 kB
Slab:           135200 kB
PageTables:      86472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 96453048 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= 73436 MiB
End job on node138 at 2011-05-16 22:58:29