Trace number 3291659

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-03-24? (TO) 4800.31 1202.94

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
bc57-sensors-1-k303-unsat.shuffled-as.sat03-406.cnf
MD5SUMf16626953757fdd1326f2a14f01adca9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1015.28
Satisfiable
(Un)Satisfiability was proved
Number of variables435701
Number of clauses1379987
Sum of the clauses size3544455
Maximum clause length304
Minimum clause length1
Number of clauses of size 1142
Number of clauses of size 2654099
Number of clauses of size 3705129
Number of clauses of size 412732
Number of clauses of size 54852
Number of clauses of size over 53033

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.58 7.95 7.97 3/177 3762
/proc/meminfo: memFree=27466940/32951124 swapFree=67111356/67111528
[pid=3762] ppid=3760 vsize=25372 CPUtime=0 cores=1,3,5,7
/proc/3762/stat : 3762 (SArTagnan) R 3760 3762 3527 0 -1 4202496 1425 0 0 0 0 0 0 0 23 0 1 0 521901859 25980928 1362 33554432000 4194304 4623224 140734685898528 18446744073709551615 4315013 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/3762/statm: 6343 1364 290 105 0 1847 0

[startup+0.093964 s]
/proc/loadavg: 7.58 7.95 7.97 3/177 3762
/proc/meminfo: memFree=27466940/32951124 swapFree=67111356/67111528
[pid=3762] ppid=3760 vsize=95648 CPUtime=0.09 cores=1,3,5,7
/proc/3762/stat : 3762 (SArTagnan) R 3760 3762 3527 0 -1 4202496 12420 0 0 0 8 1 0 0 23 0 1 0 521901859 97943552 10377 33554432000 4194304 4623224 140734685898528 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/3762/statm: 23912 10377 301 105 0 19416 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 95648

[startup+0.100957 s]
/proc/loadavg: 7.58 7.95 7.97 3/177 3762
/proc/meminfo: memFree=27466940/32951124 swapFree=67111356/67111528
[pid=3762] ppid=3760 vsize=96368 CPUtime=0.09 cores=1,3,5,7
/proc/3762/stat : 3762 (SArTagnan) R 3760 3762 3527 0 -1 4202496 12904 0 0 0 8 1 0 0 23 0 1 0 521901859 98680832 10500 33554432000 4194304 4623224 140734685898528 18446744073709551615 4388091 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/3762/statm: 24092 10501 301 105 0 19596 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 96368

[startup+0.300926 s]
/proc/loadavg: 7.58 7.95 7.97 3/177 3762
/proc/meminfo: memFree=27466940/32951124 swapFree=67111356/67111528
[pid=3762] ppid=3760 vsize=113700 CPUtime=0.29 cores=1,3,5,7
/proc/3762/stat : 3762 (SArTagnan) R 3760 3762 3527 0 -1 4202496 23513 0 0 0 26 3 0 0 25 0 1 0 521901859 116428800 14621 33554432000 4194304 4623224 140734685898528 18446744073709551615 218905730816 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/3762/statm: 28425 14624 301 105 0 23929 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 113700

[startup+0.700852 s]
/proc/loadavg: 7.58 7.95 7.97 3/177 3762
/proc/meminfo: memFree=27466940/32951124 swapFree=67111356/67111528
[pid=3762] ppid=3760 vsize=137696 CPUtime=0.69 cores=1,3,5,7
/proc/3762/stat : 3762 (SArTagnan) R 3760 3762 3527 0 -1 4202496 38204 0 0 0 64 5 0 0 25 0 1 0 521901859 141000704 21715 33554432000 4194304 4623224 140734685898528 18446744073709551615 4388779 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/3762/statm: 34424 21715 301 105 0 29928 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 137696

[startup+1.50068 s]
/proc/loadavg: 7.58 7.95 7.97 6/181 3766
/proc/meminfo: memFree=27226868/32951124 swapFree=67111356/67111528
[pid=3762] ppid=3760 vsize=600100 CPUtime=1.92 cores=1,3,5,7
/proc/3762/stat : 3762 (SArTagnan) R 3760 3762 3527 0 -1 4202496 117155 0 0 0 176 16 0 0 25 0 4 0 521901859 614502400 92005 33554432000 4194304 4623224 140734685898528 18446744073709551615 4497432 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3762/statm: 150025 92005 324 105 0 145529 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 600100

[startup+3.10039 s]
/proc/loadavg: 7.58 7.95 7.97 9/184 3769
/proc/meminfo: memFree=26888324/32951124 swapFree=67111356/67111528
[pid=3762] ppid=3760 vsize=681608 CPUtime=8.3 cores=1,3,5,7
/proc/3762/stat : 3762 (SArTagnan) R 3760 3762 3527 0 -1 4202496 132242 0 0 0 813 17 0 0 25 0 4 0 521901859 697966592 107092 33554432000 4194304 4623224 140734685898528 18446744073709551615 4359339 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3762/statm: 170402 107092 340 105 0 165906 0
[pid=3762/tid=3767] ppid=3760 vsize=681608 CPUtime=1.72 cores=1,3,5,7
/proc/3762/task/3767/stat : 3767 (SArTagnan) R 3760 3762 3527 0 -1 4202560 7707 0 0 0 172 0 0 0 25 0 4 0 521901995 697966592 107092 33554432000 4194304 4623224 140734685898528 18446744073709551615 4363742 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3762/tid=3768] ppid=3760 vsize=681608 CPUtime=1.73 cores=1,3,5,7
/proc/3762/task/3768/stat : 3768 (SArTagnan) R 3760 3762 3527 0 -1 4202560 9531 0 0 0 172 1 0 0 25 0 4 0 521901995 697966592 107092 33554432000 4194304 4623224 140734685898528 18446744073709551615 4468031 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3762/tid=3769] ppid=3760 vsize=681608 CPUtime=1.74 cores=1,3,5,7
/proc/3762/task/3769/stat : 3769 (SArTagnan) R 3760 3762 3527 0 -1 4202560 1388 0 0 0 174 0 0 0 25 0 4 0 521901995 697966592 107092 33554432000 4194304 4623224 140734685898528 18446744073709551615 4330746 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8.3
Current children cumulated vsize (KiB) 681608

[startup+6.30081 s]
/proc/loadavg: 7.69 7.97 7.97 9/184 3769
/proc/meminfo: memFree=26846172/32951124 swapFree=67111356/67111528
[pid=3762] ppid=3760 vsize=698012 CPUtime=21.09 cores=1,3,5,7
/proc/3762/stat : 3762 (SArTagnan) R 3760 3762 3527 0 -1 4202496 136097 0 0 0 2090 19 0 0 25 0 4 0 521901859 714764288 110947 33554432000 4194304 4623224 140734685898528 18446744073709551615 4412457 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3762/statm: 174503 110947 351 105 0 170007 0
[pid=3762/tid=3767] ppid=3760 vsize=698012 CPUtime=4.91 cores=1,3,5,7
/proc/3762/task/3767/stat : 3767 (SArTagnan) R 3760 3762 3527 0 -1 4202560 8052 0 0 0 490 1 0 0 25 0 4 0 521901995 714764288 110947 33554432000 4194304 4623224 140734685898528 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3762/tid=3768] ppid=3760 vsize=698012 CPUtime=4.94 cores=1,3,5,7
/proc/3762/task/3768/stat : 3768 (SArTagnan) R 3760 3762 3527 0 -1 4202560 9616 0 0 0 493 1 0 0 25 0 4 0 521901995 714764288 110947 33554432000 4194304 4623224 140734685898528 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3762/tid=3769] ppid=3760 vsize=698012 CPUtime=4.93 cores=1,3,5,7
/proc/3762/task/3769/stat : 3769 (SArTagnan) R 3760 3762 3527 0 -1 4202560 4722 0 0 0 493 0 0 0 25 0 4 0 521901995 714764288 110947 33554432000 4194304 4623224 140734685898528 18446744073709551615 4355396 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 21.09
Current children cumulated vsize (KiB) 698012

[startup+12.7006 s]
/proc/loadavg: 7.72 7.97 7.97 9/184 3769
/proc/meminfo: memFree=26831704/32951124 swapFree=67111356/67111528
[pid=3762] ppid=3760 vsize=706212 CPUtime=46.65 cores=1,3,5,7
/proc/3762/stat : 3762 (SArTagnan) R 3760 3762 3527 0 -1 4202496 141416 0 0 0 4645 20 0 0 25 0 4 0 521901859 723161088 112134 33554432000 4194304 4623224 140734685898528 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3762/statm: 176553 112134 351 105 0 172057 0
[pid=3762/tid=3767] ppid=3760 vsize=706212 CPUtime=11.27 cores=1,3,5,7
/proc/3762/task/3767/stat : 3767 (SArTagnan) R 3760 3762 3527 0 -1 4202560 8698 0 0 0 1126 1 0 0 25 0 4 0 521901995 723161088 112134 33554432000 4194304 4623224 140734685898528 18446744073709551615 4289875 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3762/tid=3768] ppid=3760 vsize=706212 CPUtime=11.33 cores=1,3,5,7
/proc/3762/task/3768/stat : 3768 (SArTagnan) R 3760 3762 3527 0 -1 4202560 9849 0 0 0 1132 1 0 0 25 0 4 0 521901995 723161088 112134 33554432000 4194304 4623224 140734685898528 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3762/tid=3769] ppid=3760 vsize=706212 CPUtime=11.34 cores=1,3,5,7
/proc/3762/task/3769/stat : 3769 (SArTagnan) R 3760 3762 3527 0 -1 4202560 4880 0 0 0 1133 1 0 0 25 0 4 0 521901995 723161088 112134 33554432000 4194304 4623224 140734685898528 18446744073709551615 4488362 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 46.65
Current children cumulated vsize (KiB) 706212

[startup+25.5003 s]
/proc/loadavg: 7.78 7.97 7.97 9/184 3770
/proc/meminfo: memFree=26805864/32951124 swapFree=67111356/67111528
[pid=3762] ppid=3760 vsize=706212 CPUtime=97.78 cores=1,3,5,7
/proc/3762/stat : 3762 (SArTagnan) R 3760 3762 3527 0 -1 4202496 154909 0 0 0 9756 22 0 0 25 0 4 0 521901859 723161088 114563 33554432000 4194304 4623224 140734685898528 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3762/statm: 176553 114563 351 105 0 172057 0
[pid=3762/tid=3767] ppid=3760 vsize=706212 CPUtime=23.99 cores=1,3,5,7
/proc/3762/task/3767/stat : 3767 (SArTagnan) R 3760 3762 3527 0 -1 4202560 9258 0 0 0 2398 1 0 0 25 0 4 0 521901995 723161088 114563 33554432000 4194304 4623224 140734685898528 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3762/tid=3768] ppid=3760 vsize=706212 CPUtime=24.13 cores=1,3,5,7
/proc/3762/task/3768/stat : 3768 (SArTagnan) R 3760 3762 3527 0 -1 4202560 10003 0 0 0 2412 1 0 0 25 0 4 0 521901995 723161088 114564 33554432000 4194304 4623224 140734685898528 18446744073709551615 4317145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3762/tid=3769] ppid=3760 vsize=706212 CPUtime=24.13 cores=1,3,5,7
/proc/3762/task/3769/stat : 3769 (SArTagnan) R 3760 3762 3527 0 -1 4202560 17495 0 0 0 2411 2 0 0 25 0 4 0 521901995 723161088 114564 33554432000 4194304 4623224 140734685898528 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 97.78
Current children cumulated vsize (KiB) 706212

[startup+51.1007 s]
/proc/loadavg: 7.85 7.97 7.97 9/184 3770
/proc/meminfo: memFree=26778404/32951124 swapFree=67111356/67111528
[pid=3762] ppid=3760 vsize=706212 CPUtime=200.04 cores=1,3,5,7
/proc/3762/stat : 3762 (SArTagnan) R 3760 3762 3527 0 -1 4202496 201168 0 0 0 19974 30 0 0 25 0 4 0 521901859 723161088 117562 33554432000 4194304 4623224 140734685898528 18446744073709551615 4412513 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3762/statm: 176553 117563 351 105 0 172057 0
[pid=3762/tid=3767] ppid=3760 vsize=706212 CPUtime=49.46 cores=1,3,5,7
/proc/3762/task/3767/stat : 3767 (SArTagnan) R 3760 3762 3527 0 -1 4202560 10982 0 0 0 4945 1 0 0 25 0 4 0 521901995 723161088 117563 33554432000 4194304 4623224 140734685898528 18446744073709551615 4377034 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3762/tid=3768] ppid=3760 vsize=706212 CPUtime=49.73 cores=1,3,5,7
/proc/3762/task/3768/stat : 3768 (SArTagnan) R 3760 3762 3527 0 -1 4202560 10072 0 0 0 4972 1 0 0 25 0 4 0 521901995 723161088 117563 33554432000 4194304 4623224 140734685898528 18446744073709551615 4317176 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3762/tid=3769] ppid=3760 vsize=706212 CPUtime=49.73 cores=1,3,5,7
/proc/3762/task/3769/stat : 3769 (SArTagnan) R 3760 3762 3527 0 -1 4202560 61873 0 0 0 4963 10 0 0 25 0 4 0 521901995 723161088 117563 33554432000 4194304 4623224 140734685898528 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (KiB) 706212

[startup+102.306 s]
/proc/loadavg: 7.98 7.99 7.98 9/184 3772
/proc/meminfo: memFree=26702820/32951124 swapFree=67111356/67111528
[pid=3762] ppid=3760 vsize=706212 CPUtime=404.59 cores=1,3,5,7
/proc/3762/stat : 3762 (SArTagnan) R 3760 3762 3527 0 -1 4202496 212781 0 0 0 40426 33 0 0 25 0 4 0 521901859 723161088 120126 33554432000 4194304 4623224 140734685898528 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3762/statm: 176553 120126 346 105 0 172057 0
[pid=3762/tid=3767] ppid=3760 vsize=706212 CPUtime=100.38 cores=1,3,5,7
/proc/3762/task/3767/stat : 3767 (SArTagnan) R 3760 3762 3527 0 -1 4202560 11157 0 0 0 10037 1 0 0 25 0 4 0 521901995 723161088 120126 33554432000 4194304 4623224 140734685898528 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3762/tid=3768] ppid=3760 vsize=706212 CPUtime=100.94 cores=1,3,5,7
/proc/3762/task/3768/stat : 3768 (SArTagnan) R 3760 3762 3527 0 -1 4202560 10204 0 0 0 10093 1 0 0 25 0 4 0 521901995 723161088 120126 33554432000 4194304 4623224 140734685898528 18446744073709551615 4317145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3762/tid=3769] ppid=3760 vsize=706212 CPUtime=100.94 cores=1,3,5,7
/proc/3762/task/3769/stat : 3769 (SArTagnan) R 3760 3762 3527 0 -1 4202560 72730 0 0 0 10082 12 0 0 25 0 4 0 521901995 723161088 120126 33554432000 4194304 4623224 140734685898528 18446744073709551615 4363742 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 404.59
Current children cumulated vsize (KiB) 706212

[startup+162.301 s]
/proc/loadavg: 8.03 8.00 7.98 9/184 3773
/proc/meminfo: memFree=26565276/32951124 swapFree=67111356/67111528
[pid=3762] ppid=3760 vsize=706212 CPUtime=644.25 cores=1,3,5,7
/proc/3762/stat : 3762 (SArTagnan) R 3760 3762 3527 0 -1 4202496 369815 0 0 0 64366 59 0 0 25 0 4 0 521901859 723161088 124462 33554432000 4194304 4623224 140734685898528 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3762/statm: 176553 124462 354 105 0 172057 0
[pid=3762/tid=3767] ppid=3760 vsize=706212 CPUtime=160.05 cores=1,3,5,7
/proc/3762/task/3767/stat : 3767 (SArTagnan) R 3760 3762 3527 0 -1 4202560 11636 0 0 0 16004 1 0 0 25 0 4 0 521901995 723161088 124462 33554432000 4194304 4623224 140734685898528 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3762/tid=3768] ppid=3760 vsize=706212 CPUtime=160.94 cores=1,3,5,7
/proc/3762/task/3768/stat : 3768 (SArTagnan) R 3760 3762 3527 0 -1 4202560 11937 0 0 0 16092 2 0 0 25 0 4 0 521901995 723161088 124462 33554432000 4194304 4623224 140734685898528 18446744073709551615 4317471 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3762/tid=3769] ppid=3760 vsize=706212 CPUtime=160.93 cores=1,3,5,7
/proc/3762/task/3769/stat : 3769 (SArTagnan) R 3760 3762 3527 0 -1 4202560 226424 0 0 0 16056 37 0 0 25 0 4 0 521901995 723161088 124462 33554432000 4194304 4623224 140734685898528 18446744073709551615 4364507 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 644.25
Current children cumulated vsize (KiB) 706212

[startup+222.301 s]
/proc/loadavg: 8.08 8.03 8.00 9/184 3775
/proc/meminfo: memFree=26345632/32951124 swapFree=67111356/67111528
[pid=3762] ppid=3760 vsize=755452 CPUtime=883.93 cores=1,3,5,7
/proc/3762/stat : 3762 (SArTagnan) R 3760 3762 3527 0 -1 4202496 448814 0 0 0 88321 72 0 0 25 0 4 0 521901859 773582848 128096 33554432000 4194304 4623224 140734685898528 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3762/statm: 188863 128096 412 105 0 184367 0
[pid=3762/tid=3767] ppid=3760 vsize=755452 CPUtime=219.73 cores=1,3,5,7
/proc/3762/task/3767/stat : 3767 (SArTagnan) R 3760 3762 3527 0 -1 4202560 11975 0 0 0 21971 2 0 0 25 0 4 0 521901995 773582848 128096 33554432000 4194304 4623224 140734685898528 18446744073709551615 4317471 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3762/tid=3768] ppid=3760 vsize=755452 CPUtime=220.94 cores=1,3,5,7
/proc/3762/task/3768/stat : 3768 (SArTagnan) R 3760 3762 3527 0 -1 4202560 16966 0 0 0 22092 2 0 0 25 0 4 0 521901995 773582848 128096 33554432000 4194304 4623224 140734685898528 18446744073709551615 4317471 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3762/tid=3769] ppid=3760 vsize=755452 CPUtime=220.93 cores=1,3,5,7
/proc/3762/task/3769/stat : 3769 (SArTagnan) R 3760 3762 3527 0 -1 4202560 294686 0 0 0 22045 48 0 0 25 0 4 0 521901995 773582848 128096 33554432000 4194304 4623224 140734685898528 18446744073709551615 4488366 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 883.93
Current children cumulated vsize (KiB) 755452

[startup+282.301 s]
/proc/loadavg: 8.09 8.05 8.00 9/184 3777
/proc/meminfo: memFree=26219360/32951124 swapFree=67111356/67111528
[pid=3762] ppid=3760 vsize=780176 CPUtime=1123.61 cores=1,3,5,7
/proc/3762/stat : 3762 (SArTagnan) R 3760 3762 3527 0 -1 4202496 593921 0 0 0 112265 96 0 0 25 0 4 0 521901859 798900224 136746 33554432000 4194304 4623224 140734685898528 18446744073709551615 4412527 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3762/statm: 195044 136746 453 105 0 190548 0
[pid=3762/tid=3767] ppid=3760 vsize=780176 CPUtime=279.4 cores=1,3,5,7

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

[pid=3762] ppid=3760 vsize=854076 CPUtime=2801.35 cores=1,3,5,7
/proc/3762/stat : 3762 (SArTagnan) R 3760 3762 3527 0 -1 4202496 1522137 0 0 0 279881 254 0 0 25 0 4 0 521901859 874573824 158377 33554432000 4194304 4623224 140734685898528 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3762/statm: 213519 158377 429 105 0 209023 0
[pid=3762/tid=3767] ppid=3760 vsize=854076 CPUtime=697.13 cores=1,3,5,7
/proc/3762/task/3767/stat : 3767 (SArTagnan) R 3760 3762 3527 0 -1 4202560 31783 0 0 0 69705 8 0 0 25 0 4 0 521901995 874573824 158377 33554432000 4194304 4623224 140734685898528 18446744073709551615 4463064 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3762/tid=3768] ppid=3760 vsize=854076 CPUtime=700.93 cores=1,3,5,7
/proc/3762/task/3768/stat : 3768 (SArTagnan) R 3760 3762 3527 0 -1 4202560 133805 0 0 0 70070 23 0 0 25 0 4 0 521901995 874573824 158377 33554432000 4194304 4623224 140734685898528 18446744073709551615 4317840 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3762/tid=3769] ppid=3760 vsize=854076 CPUtime=700.94 cores=1,3,5,7
/proc/3762/task/3769/stat : 3769 (SArTagnan) R 3760 3762 3527 0 -1 4202560 1215466 0 0 0 69893 201 0 0 25 0 4 0 521901995 874573824 158377 33554432000 4194304 4623224 140734685898528 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2801.35
Current children cumulated vsize (KiB) 854076

[startup+762.307 s]
/proc/loadavg: 8.17 8.11 8.02 9/184 3798
/proc/meminfo: memFree=25331004/32951124 swapFree=67111356/67111528
[pid=3762] ppid=3760 vsize=854076 CPUtime=3041.05 cores=1,3,5,7
/proc/3762/stat : 3762 (SArTagnan) R 3760 3762 3527 0 -1 4202496 1749100 0 0 0 303808 297 0 0 25 0 4 0 521901859 874573824 160755 33554432000 4194304 4623224 140734685898528 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3762/statm: 213519 160755 429 105 0 209023 0
[pid=3762/tid=3767] ppid=3760 vsize=854076 CPUtime=756.8 cores=1,3,5,7
/proc/3762/task/3767/stat : 3767 (SArTagnan) R 3760 3762 3527 0 -1 4202560 33635 0 0 0 75672 8 0 0 25 0 4 0 521901995 874573824 160755 33554432000 4194304 4623224 140734685898528 18446744073709551615 4330746 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3762/tid=3768] ppid=3760 vsize=854076 CPUtime=760.94 cores=1,3,5,7
/proc/3762/task/3768/stat : 3768 (SArTagnan) R 3760 3762 3527 0 -1 4202560 185088 0 0 0 76059 35 0 0 25 0 4 0 521901995 874573824 160755 33554432000 4194304 4623224 140734685898528 18446744073709551615 4317264 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3762/tid=3769] ppid=3760 vsize=854076 CPUtime=760.96 cores=1,3,5,7
/proc/3762/task/3769/stat : 3769 (SArTagnan) R 3760 3762 3527 0 -1 4202560 1389225 0 0 0 75864 232 0 0 25 0 4 0 521901995 874573824 160755 33554432000 4194304 4623224 140734685898528 18446744073709551615 4330746 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3041.05
Current children cumulated vsize (KiB) 854076

[startup+822.301 s]
/proc/loadavg: 8.16 8.11 8.03 9/184 3802
/proc/meminfo: memFree=25089036/32951124 swapFree=67111356/67111528
[pid=3762] ppid=3760 vsize=866380 CPUtime=3280.7 cores=1,3,5,7
/proc/3762/stat : 3762 (SArTagnan) R 3760 3762 3527 0 -1 4202496 1939970 0 0 0 327738 332 0 0 25 0 4 0 521901859 887173120 164895 33554432000 4194304 4623224 140734685898528 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3762/statm: 216595 164895 429 105 0 212099 0
[pid=3762/tid=3767] ppid=3760 vsize=866380 CPUtime=816.47 cores=1,3,5,7
/proc/3762/task/3767/stat : 3767 (SArTagnan) R 3760 3762 3527 0 -1 4202560 39637 0 0 0 81636 11 0 0 25 0 4 0 521901995 887173120 164895 33554432000 4194304 4623224 140734685898528 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3762/tid=3768] ppid=3760 vsize=866380 CPUtime=820.93 cores=1,3,5,7
/proc/3762/task/3768/stat : 3768 (SArTagnan) R 3760 3762 3527 0 -1 4202560 223716 0 0 0 82049 44 0 0 25 0 4 0 521901995 887173120 164895 33554432000 4194304 4623224 140734685898528 18446744073709551615 4317448 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3762/tid=3769] ppid=3760 vsize=866380 CPUtime=820.95 cores=1,3,5,7
/proc/3762/task/3769/stat : 3769 (SArTagnan) R 3760 3762 3527 0 -1 4202560 1535322 0 0 0 81841 254 0 0 25 0 4 0 521901995 887173120 164895 33554432000 4194304 4623224 140734685898528 18446744073709551615 4289853 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3280.7
Current children cumulated vsize (KiB) 866380

[startup+882.301 s]
/proc/loadavg: 8.25 8.16 8.05 9/184 3805
/proc/meminfo: memFree=25025168/32951124 swapFree=67111356/67111528
[pid=3762] ppid=3760 vsize=866380 CPUtime=3519.55 cores=1,3,5,7
/proc/3762/stat : 3762 (SArTagnan) R 3760 3762 3527 0 -1 4202496 2004413 0 0 0 351611 344 0 0 25 0 4 0 521901859 887173120 169662 33554432000 4194304 4623224 140734685898528 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3762/statm: 216595 169662 429 105 0 212099 0
[pid=3762/tid=3767] ppid=3760 vsize=866380 CPUtime=875.3 cores=1,3,5,7
/proc/3762/task/3767/stat : 3767 (SArTagnan) R 3760 3762 3527 0 -1 4202560 43481 0 0 0 87518 12 0 0 25 0 4 0 521901995 887173120 169662 33554432000 4194304 4623224 140734685898528 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3762/tid=3768] ppid=3760 vsize=866380 CPUtime=880.94 cores=1,3,5,7
/proc/3762/task/3768/stat : 3768 (SArTagnan) R 3760 3762 3527 0 -1 4202560 253245 0 0 0 88044 50 0 0 25 0 4 0 521901995 887173120 169662 33554432000 4194304 4623224 140734685898528 18446744073709551615 4377457 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3762/tid=3769] ppid=3760 vsize=866380 CPUtime=880.95 cores=1,3,5,7
/proc/3762/task/3769/stat : 3769 (SArTagnan) R 3760 3762 3527 0 -1 4202560 1566184 0 0 0 87836 259 0 0 25 0 4 0 521901995 887173120 169662 33554432000 4194304 4623224 140734685898528 18446744073709551615 4366400 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3519.55
Current children cumulated vsize (KiB) 866380

[startup+942.301 s]
/proc/loadavg: 8.09 8.13 8.04 9/184 3806
/proc/meminfo: memFree=25004308/32951124 swapFree=67111356/67111528
[pid=3762] ppid=3760 vsize=866380 CPUtime=3759.23 cores=1,3,5,7
/proc/3762/stat : 3762 (SArTagnan) R 3760 3762 3527 0 -1 4202496 2085488 0 0 0 375565 358 0 0 25 0 4 0 521901859 887173120 172974 33554432000 4194304 4623224 140734685898528 18446744073709551615 4412510 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3762/statm: 216595 172974 429 105 0 212099 0
[pid=3762/tid=3767] ppid=3760 vsize=866380 CPUtime=934.99 cores=1,3,5,7
/proc/3762/task/3767/stat : 3767 (SArTagnan) R 3760 3762 3527 0 -1 4202560 43936 0 0 0 93486 13 0 0 25 0 4 0 521901995 887173120 172974 33554432000 4194304 4623224 140734685898528 18446744073709551615 4289881 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3762/tid=3768] ppid=3760 vsize=866380 CPUtime=940.94 cores=1,3,5,7
/proc/3762/task/3768/stat : 3768 (SArTagnan) R 3760 3762 3527 0 -1 4202560 253361 0 0 0 94044 50 0 0 25 0 4 0 521901995 887173120 172974 33554432000 4194304 4623224 140734685898528 18446744073709551615 4317214 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3762/tid=3769] ppid=3760 vsize=866380 CPUtime=940.96 cores=1,3,5,7
/proc/3762/task/3769/stat : 3769 (SArTagnan) R 3760 3762 3527 0 -1 4202560 1646306 0 0 0 93823 273 0 0 25 0 4 0 521901995 887173120 172974 33554432000 4194304 4623224 140734685898528 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3759.23
Current children cumulated vsize (KiB) 866380

[startup+1002.3 s]
/proc/loadavg: 8.07 8.12 8.04 9/184 3808
/proc/meminfo: memFree=24880892/32951124 swapFree=67111356/67111528
[pid=3762] ppid=3760 vsize=866380 CPUtime=3998.9 cores=1,3,5,7
/proc/3762/stat : 3762 (SArTagnan) R 3760 3762 3527 0 -1 4202496 2183607 0 0 0 399518 372 0 0 25 0 4 0 521901859 887173120 175929 33554432000 4194304 4623224 140734685898528 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3762/statm: 216595 175929 429 105 0 212099 0
[pid=3762/tid=3767] ppid=3760 vsize=866380 CPUtime=994.66 cores=1,3,5,7
/proc/3762/task/3767/stat : 3767 (SArTagnan) R 3760 3762 3527 0 -1 4202560 44179 0 0 0 99453 13 0 0 25 0 4 0 521901995 887173120 175929 33554432000 4194304 4623224 140734685898528 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3762/tid=3768] ppid=3760 vsize=866380 CPUtime=1000.94 cores=1,3,5,7
/proc/3762/task/3768/stat : 3768 (SArTagnan) R 3760 3762 3527 0 -1 4202560 253443 0 0 0 100044 50 0 0 25 0 4 0 521901995 887173120 175929 33554432000 4194304 4623224 140734685898528 18446744073709551615 4317166 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3762/tid=3769] ppid=3760 vsize=866380 CPUtime=1000.96 cores=1,3,5,7
/proc/3762/task/3769/stat : 3769 (SArTagnan) R 3760 3762 3527 0 -1 4202560 1743758 0 0 0 99809 287 0 0 25 0 4 0 521901995 887173120 175929 33554432000 4194304 4623224 140734685898528 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3998.9
Current children cumulated vsize (KiB) 866380

[startup+1062.3 s]
/proc/loadavg: 8.10 8.12 8.05 9/184 3809
/proc/meminfo: memFree=24791948/32951124 swapFree=67111356/67111528
[pid=3762] ppid=3760 vsize=950376 CPUtime=4238.59 cores=1,3,5,7
/proc/3762/stat : 3762 (SArTagnan) R 3760 3762 3527 0 -1 4202496 2209825 0 0 0 423480 379 0 0 25 0 4 0 521901859 973185024 178157 33554432000 4194304 4623224 140734685898528 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3762/statm: 237594 178157 429 105 0 233098 0
[pid=3762/tid=3767] ppid=3760 vsize=950376 CPUtime=1054.34 cores=1,3,5,7
/proc/3762/task/3767/stat : 3767 (SArTagnan) R 3760 3762 3527 0 -1 4202560 55709 0 0 0 105417 17 0 0 25 0 4 0 521901995 973185024 178157 33554432000 4194304 4623224 140734685898528 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3762/tid=3768] ppid=3760 vsize=950376 CPUtime=1060.94 cores=1,3,5,7
/proc/3762/task/3768/stat : 3768 (SArTagnan) R 3760 3762 3527 0 -1 4202560 255887 0 0 0 106043 51 0 0 25 0 4 0 521901995 973185024 178157 33554432000 4194304 4623224 140734685898528 18446744073709551615 4317145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3762/tid=3769] ppid=3760 vsize=950376 CPUtime=1060.96 cores=1,3,5,7
/proc/3762/task/3769/stat : 3769 (SArTagnan) R 3760 3762 3527 0 -1 4202560 1755165 0 0 0 105807 289 0 0 25 0 4 0 521901995 973185024 178157 33554432000 4194304 4623224 140734685898528 18446744073709551615 4555203 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4238.59
Current children cumulated vsize (KiB) 950376

[startup+1122.3 s]
/proc/loadavg: 8.16 8.14 8.06 9/184 3811
/proc/meminfo: memFree=24703872/32951124 swapFree=67111356/67111528
[pid=3762] ppid=3760 vsize=1015912 CPUtime=4478.26 cores=1,3,5,7
/proc/3762/stat : 3762 (SArTagnan) R 3760 3762 3527 0 -1 4202496 2359310 0 0 0 447422 404 0 0 25 0 4 0 521901859 1040293888 183578 33554432000 4194304 4623224 140734685898528 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3762/statm: 253978 183578 429 105 0 249482 0
[pid=3762/tid=3767] ppid=3760 vsize=1015912 CPUtime=1114.01 cores=1,3,5,7
/proc/3762/task/3767/stat : 3767 (SArTagnan) R 3760 3762 3527 0 -1 4202560 60633 0 0 0 111382 19 0 0 25 0 4 0 521901995 1040293888 183578 33554432000 4194304 4623224 140734685898528 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3762/tid=3768] ppid=3760 vsize=1015912 CPUtime=1120.95 cores=1,3,5,7
/proc/3762/task/3768/stat : 3768 (SArTagnan) R 3760 3762 3527 0 -1 4202560 255992 0 0 0 112044 51 0 0 25 0 4 0 521901995 1040293888 183578 33554432000 4194304 4623224 140734685898528 18446744073709551615 4316616 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3762/tid=3769] ppid=3760 vsize=1015912 CPUtime=1120.96 cores=1,3,5,7
/proc/3762/task/3769/stat : 3769 (SArTagnan) R 3760 3762 3527 0 -1 4202560 1899162 0 0 0 111784 312 0 0 25 0 4 0 521901995 1040293888 183578 33554432000 4194304 4623224 140734685898528 18446744073709551615 4365859 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4478.26
Current children cumulated vsize (KiB) 1015912

[startup+1182.3 s]
/proc/loadavg: 8.20 8.16 8.07 9/184 3813
/proc/meminfo: memFree=24569792/32951124 swapFree=67111356/67111528
[pid=3762] ppid=3760 vsize=950376 CPUtime=4717.94 cores=1,3,5,7
/proc/3762/stat : 3762 (SArTagnan) R 3760 3762 3527 0 -1 4202496 2461663 0 0 0 471373 421 0 0 25 0 4 0 521901859 973185024 186033 33554432000 4194304 4623224 140734685898528 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3762/statm: 237594 186033 428 105 0 233098 0
[pid=3762/tid=3767] ppid=3760 vsize=950376 CPUtime=1173.68 cores=1,3,5,7
/proc/3762/task/3767/stat : 3767 (SArTagnan) R 3760 3762 3527 0 -1 4202560 61017 0 0 0 117349 19 0 0 25 0 4 0 521901995 973185024 186033 33554432000 4194304 4623224 140734685898528 18446744073709551615 4466086 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3762/tid=3768] ppid=3760 vsize=950376 CPUtime=1180.95 cores=1,3,5,7
/proc/3762/task/3768/stat : 3768 (SArTagnan) R 3760 3762 3527 0 -1 4202560 265427 0 0 0 118042 53 0 0 25 0 4 0 521901995 973185024 186033 33554432000 4194304 4623224 140734685898528 18446744073709551615 4463162 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3762/tid=3769] ppid=3760 vsize=950376 CPUtime=1180.96 cores=1,3,5,7
/proc/3762/task/3769/stat : 3769 (SArTagnan) R 3760 3762 3527 0 -1 4202560 1991286 0 0 0 117769 327 0 0 25 0 4 0 521901995 973185024 186033 33554432000 4194304 4623224 140734685898528 18446744073709551615 4552768 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4717.94
Current children cumulated vsize (KiB) 950376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.9 s]
/proc/loadavg: 8.21 8.16 8.07 5/179 3814
/proc/meminfo: memFree=26827228/32951124 swapFree=67111356/67111528
[pid=3762] ppid=3760 vsize=950376 CPUtime=4800.24 cores=1,3,5,7
/proc/3762/stat : 3762 (SArTagnan) R 3760 3762 3527 0 -1 4202496 2497163 0 0 0 479597 427 0 0 25 0 4 0 521901859 973185024 190149 33554432000 4194304 4623224 140734685898528 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3762/statm: 237594 190149 421 105 0 233098 0
[pid=3762/tid=3767] ppid=3760 vsize=950376 CPUtime=1194.17 cores=1,3,5,7
/proc/3762/task/3767/stat : 3767 (SArTagnan) R 3760 3762 3527 0 -1 4202560 61668 0 0 0 119397 20 0 0 25 0 4 0 521901995 973185024 190149 33554432000 4194304 4623224 140734685898528 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3762/tid=3768] ppid=3760 vsize=950376 CPUtime=1201.55 cores=1,3,5,7
/proc/3762/task/3768/stat : 3768 (SArTagnan) R 3760 3762 3527 0 -1 4202560 265487 0 0 0 120102 53 0 0 25 0 4 0 521901995 973185024 190149 33554432000 4194304 4623224 140734685898528 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3762/tid=3769] ppid=3760 vsize=950376 CPUtime=1201.57 cores=1,3,5,7
/proc/3762/task/3769/stat : 3769 (SArTagnan) R 3760 3762 3527 0 -1 4202560 2025907 0 0 0 119825 332 0 0 25 0 4 0 521901995 973185024 190149 33554432000 4194304 4623224 140734685898528 18446744073709551615 4289775 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 950376

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

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

[startup+1202.9 s]
/proc/loadavg: 8.21 8.16 8.07 5/179 3814
/proc/meminfo: memFree=26827228/32951124 swapFree=67111356/67111528
[pid=3762] ppid=3760 vsize=950376 CPUtime=4800.24 cores=1,3,5,7
/proc/3762/stat : 3762 (SArTagnan) R 3760 3762 3527 0 -1 4202496 2497163 0 0 0 479597 427 0 0 25 0 4 0 521901859 973185024 190149 33554432000 4194304 4623224 140734685898528 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3762/statm: 237594 190149 421 105 0 233098 0
[pid=3762/tid=3767] ppid=3760 vsize=950376 CPUtime=1194.17 cores=1,3,5,7
/proc/3762/task/3767/stat : 3767 (SArTagnan) R 3760 3762 3527 0 -1 4202560 61668 0 0 0 119397 20 0 0 25 0 4 0 521901995 973185024 190149 33554432000 4194304 4623224 140734685898528 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3762/tid=3768] ppid=3760 vsize=950376 CPUtime=1201.55 cores=1,3,5,7
/proc/3762/task/3768/stat : 3768 (SArTagnan) R 3760 3762 3527 0 -1 4202560 265487 0 0 0 120102 53 0 0 25 0 4 0 521901995 973185024 190149 33554432000 4194304 4623224 140734685898528 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3762/tid=3769] ppid=3760 vsize=950376 CPUtime=1201.57 cores=1,3,5,7
/proc/3762/task/3769/stat : 3769 (SArTagnan) R 3760 3762 3527 0 -1 4202560 2025907 0 0 0 119825 332 0 0 25 0 4 0 521901995 973185024 190149 33554432000 4194304 4623224 140734685898528 18446744073709551615 4289775 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 950376

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.94
CPU time (s): 4800.31
CPU user time (s): 4796
CPU system time (s): 4.30934
CPU usage (%): 399.048
Max. virtual memory (cumulated for all children) (KiB): 1015912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796
system time used= 4.30934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2497163
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= 63
involuntary context switches= 33016

runsolver used 1.84372 second user time and 4.72628 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 20:50:41
IDJOB=3291659
IDBENCH=84246
IDSOLVER=1656
FILE ID=node137/3291659-1304103040
RUNJOBID= node137-1304100632-3552
PBS_JOBID= 13170625
Free space on /tmp= 71576 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT03/industrial/schuppan/l2s/bc57-sensors-1-k303-unsat.shuffled-as.sat03-406.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291659-1304103040/watcher-3291659-1304103040 -o /tmp/evaluation-result-3291659-1304103040/solver-3291659-1304103040 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3291659-1304103040.cnf -threads=4

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

MD5SUM BENCH= f16626953757fdd1326f2a14f01adca9
RANDOM SEED=529824670

node137.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.844
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.68
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.844
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.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27471312 kB
Buffers:        923028 kB
Cached:        3909404 kB
SwapCached:         56 kB
Active:         497920 kB
Inactive:      4515680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27471312 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           43712 kB
Writeback:           0 kB
AnonPages:      180628 kB
Mapped:          14924 kB
Slab:           403252 kB
PageTables:       5060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   361848 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= 71592 MiB
End job on node137 at 2011-04-29 21:10:46