Trace number 3386308

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) 3736.77 1300.2

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k100.cnf
MD5SUMcf1b8194ff6d413d396ac9e26bb031ef
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark202.908
Satisfiable
(Un)Satisfiability was proved
Number of variables50797
Number of clauses177980
Sum of the clauses size470252
Maximum clause length37
Minimum clause length1
Number of clauses of size 11318
Number of clauses of size 295086
Number of clauses of size 374860
Number of clauses of size 4486
Number of clauses of size 5945
Number of clauses of size over 55285

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-3386308-1305576906/watcher-3386308-1305576906 -o /tmp/evaluation-result-3386308-1305576906/solver-3386308-1305576906 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386308-1305576906.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: 9.74 10.56 10.48 4/367 27866
/proc/meminfo: memFree=14866192/32951132 swapFree=67093824/67111528
[pid=27866] ppid=27864 vsize=18752 CPUtime=0.01 cores=1,3,5,7
/proc/27866/stat : 27866 (SArTagnan) R 27864 27866 27834 0 -1 4202496 470 0 0 0 1 0 0 0 25 0 1 0 669290245 19202048 408 33554432000 4194304 4625164 140736914762336 18446744073709551615 4296876 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27866/statm: 4688 419 291 106 0 191 0

[startup+0.108887 s]
/proc/loadavg: 9.74 10.56 10.48 4/367 27866
/proc/meminfo: memFree=14866192/32951132 swapFree=67093824/67111528
[pid=27866] ppid=27864 vsize=57708 CPUtime=0.1 cores=1,3,5,7
/proc/27866/stat : 27866 (SArTagnan) R 27864 27866 27834 0 -1 4202496 11185 0 0 0 9 1 0 0 25 0 1 0 669290245 59092992 8702 33554432000 4194304 4625164 140736914762336 18446744073709551615 4277645 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27866/statm: 15093 8725 301 106 0 10596 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 57708

[startup+1.02669 s]
/proc/loadavg: 9.74 10.56 10.48 4/367 27866
/proc/meminfo: memFree=14866192/32951132 swapFree=67093824/67111528
[pid=27866] ppid=27864 vsize=304776 CPUtime=2.84 cores=1,3,5,7
/proc/27866/stat : 27866 (SArTagnan) R 27864 27866 27834 0 -1 4202496 21555 0 0 0 282 2 0 0 25 0 4 0 669290245 312090624 16861 33554432000 4194304 4625164 140736914762336 18446744073709551615 274664475610 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27866/statm: 76194 16861 336 106 0 71697 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 304776

[startup+1.10068 s]
/proc/loadavg: 9.74 10.56 10.48 4/367 27866
/proc/meminfo: memFree=14866192/32951132 swapFree=67093824/67111528
[pid=27866] ppid=27864 vsize=304776 CPUtime=3.06 cores=1,3,5,7
/proc/27866/stat : 27866 (SArTagnan) R 27864 27866 27834 0 -1 4202496 21945 0 0 0 304 2 0 0 25 0 4 0 669290245 312090624 17251 33554432000 4194304 4625164 140736914762336 18446744073709551615 274664475610 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27866/statm: 76194 17251 336 106 0 71697 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 304776

[startup+1.20066 s]
/proc/loadavg: 9.74 10.56 10.48 4/367 27866
/proc/meminfo: memFree=14866192/32951132 swapFree=67093824/67111528
[pid=27866] ppid=27864 vsize=306124 CPUtime=3.36 cores=1,3,5,7
/proc/27866/stat : 27866 (SArTagnan) R 27864 27866 27834 0 -1 4202496 22628 0 0 0 334 2 0 0 25 0 4 0 669290245 313470976 17002 33554432000 4194304 4625164 140736914762336 18446744073709551615 4390693 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27866/statm: 76531 17002 336 106 0 72034 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 306124

[startup+1.50062 s]
/proc/loadavg: 9.74 10.56 10.48 4/367 27866
/proc/meminfo: memFree=14866192/32951132 swapFree=67093824/67111528
[pid=27866] ppid=27864 vsize=306124 CPUtime=4.26 cores=1,3,5,7
/proc/27866/stat : 27866 (SArTagnan) R 27864 27866 27834 0 -1 4202496 22666 0 0 0 424 2 0 0 25 0 4 0 669290245 313470976 17040 33554432000 4194304 4625164 140736914762336 18446744073709551615 4390900 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27866/statm: 76531 17040 336 106 0 72034 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 306124

[startup+3.11434 s]
/proc/loadavg: 9.76 10.55 10.48 11/377 27879
/proc/meminfo: memFree=14653592/32951132 swapFree=67093824/67111528
[pid=27866] ppid=27864 vsize=307272 CPUtime=9.07 cores=1,3,5,7
/proc/27866/stat : 27866 (SArTagnan) R 27864 27866 27834 0 -1 4202496 23621 0 0 0 905 2 0 0 25 0 4 0 669290245 314646528 17422 33554432000 4194304 4625164 140736914762336 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27866/statm: 76818 17422 343 106 0 72321 0
[pid=27866/tid=27874] ppid=27864 vsize=307272 CPUtime=1.93 cores=1,3,5,7
/proc/27866/task/27874/stat : 27874 (SArTagnan) R 27864 27866 27834 0 -1 4202560 2784 0 0 0 193 0 0 0 20 0 4 0 669290256 314646528 17422 33554432000 4194304 4625164 140736914762336 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=307272 CPUtime=2.95 cores=1,3,5,7
/proc/27866/task/27875/stat : 27875 (SArTagnan) R 27864 27866 27834 0 -1 4202560 2401 0 0 0 295 0 0 0 25 0 4 0 669290256 314646528 17422 33554432000 4194304 4625164 140736914762336 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=307272 CPUtime=2.97 cores=1,3,5,7
/proc/27866/task/27876/stat : 27876 (SArTagnan) R 27864 27866 27834 0 -1 4202560 2743 0 0 0 297 0 0 0 24 0 4 0 669290256 314646528 17422 33554432000 4194304 4625164 140736914762336 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.07
Current children cumulated vsize (KiB) 307272

[startup+6.30078 s]
/proc/loadavg: 10.02 10.59 10.49 13/377 27879
/proc/meminfo: memFree=14647764/32951132 swapFree=67093824/67111528
[pid=27866] ppid=27864 vsize=313764 CPUtime=18.63 cores=1,3,5,7
/proc/27866/stat : 27866 (SArTagnan) R 27864 27866 27834 0 -1 4202496 31302 0 0 0 1860 3 0 0 25 0 4 0 669290245 321294336 20194 33554432000 4194304 4625164 140736914762336 18446744073709551615 4509162 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27866/statm: 78441 20194 343 106 0 73944 0
[pid=27866/tid=27874] ppid=27864 vsize=313764 CPUtime=3.53 cores=1,3,5,7
/proc/27866/task/27874/stat : 27874 (SArTagnan) R 27864 27866 27834 0 -1 4202560 4299 0 0 0 353 0 0 0 25 0 4 0 669290256 321294336 20194 33554432000 4194304 4625164 140736914762336 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=313764 CPUtime=6.14 cores=1,3,5,7
/proc/27866/task/27875/stat : 27875 (SArTagnan) R 27864 27866 27834 0 -1 4202560 4185 0 0 0 614 0 0 0 25 0 4 0 669290256 321294336 20194 33554432000 4194304 4625164 140736914762336 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=313764 CPUtime=6.12 cores=1,3,5,7
/proc/27866/task/27876/stat : 27876 (SArTagnan) R 27864 27866 27834 0 -1 4202560 7052 0 0 0 612 0 0 0 25 0 4 0 669290256 321294336 20194 33554432000 4194304 4625164 140736914762336 18446744073709551615 4547221 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 18.63
Current children cumulated vsize (KiB) 313764

[startup+12.7007 s]
/proc/loadavg: 10.10 10.60 10.49 11/377 27880
/proc/meminfo: memFree=14547720/32951132 swapFree=67093824/67111528
[pid=27866] ppid=27864 vsize=379860 CPUtime=34.26 cores=1,3,5,7
/proc/27866/stat : 27866 (SArTagnan) R 27864 27866 27834 0 -1 4202496 81316 0 0 0 3414 12 0 0 25 0 4 0 669290245 388976640 43115 33554432000 4194304 4625164 140736914762336 18446744073709551615 4508979 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27866/statm: 94965 43115 349 106 0 90468 0
[pid=27866/tid=27874] ppid=27864 vsize=379860 CPUtime=6.86 cores=1,3,5,7
/proc/27866/task/27874/stat : 27874 (SArTagnan) R 27864 27866 27834 0 -1 4202560 11199 0 0 0 684 2 0 0 25 0 4 0 669290256 388976640 43115 33554432000 4194304 4625164 140736914762336 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=379860 CPUtime=9.39 cores=1,3,5,7
/proc/27866/task/27875/stat : 27875 (SArTagnan) R 27864 27866 27834 0 -1 4202560 8789 0 0 0 938 1 0 0 25 0 4 0 669290256 388976640 43115 33554432000 4194304 4625164 140736914762336 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=379860 CPUtime=9.4 cores=1,3,5,7
/proc/27866/task/27876/stat : 27876 (SArTagnan) R 27864 27866 27834 0 -1 4202560 21178 0 0 0 937 3 0 0 25 0 4 0 669290256 388976640 43115 33554432000 4194304 4625164 140736914762336 18446744073709551615 274664505671 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 34.26
Current children cumulated vsize (KiB) 379860

[startup+25.5005 s]
/proc/loadavg: 10.16 10.59 10.49 11/377 27880
/proc/meminfo: memFree=14494360/32951132 swapFree=67093824/67111528
[pid=27866] ppid=27864 vsize=398252 CPUtime=66.26 cores=1,3,5,7
/proc/27866/stat : 27866 (SArTagnan) R 27864 27866 27834 0 -1 4202496 89022 0 0 0 6612 14 0 0 25 0 4 0 669290245 407810048 48569 33554432000 4194304 4625164 140736914762336 18446744073709551615 4509196 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27866/statm: 99563 48569 375 106 0 95066 0
[pid=27866/tid=27874] ppid=27864 vsize=398252 CPUtime=13.25 cores=1,3,5,7
/proc/27866/task/27874/stat : 27874 (SArTagnan) R 27864 27866 27834 0 -1 4202560 12230 0 0 0 1323 2 0 0 25 0 4 0 669290256 407810048 48569 33554432000 4194304 4625164 140736914762336 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=398252 CPUtime=15.79 cores=1,3,5,7
/proc/27866/task/27875/stat : 27875 (SArTagnan) R 27864 27866 27834 0 -1 4202560 11703 0 0 0 1577 2 0 0 25 0 4 0 669290256 407810048 48569 33554432000 4194304 4625164 140736914762336 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=398252 CPUtime=15.8 cores=1,3,5,7
/proc/27866/task/27876/stat : 27876 (SArTagnan) R 27864 27866 27834 0 -1 4202560 24670 0 0 0 1577 3 0 0 25 0 4 0 669290256 407810048 48569 33554432000 4194304 4625164 140736914762336 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 66.26
Current children cumulated vsize (KiB) 398252

[startup+51.101 s]
/proc/loadavg: 10.17 10.56 10.48 11/377 27881
/proc/meminfo: memFree=14394300/32951132 swapFree=67093824/67111528
[pid=27866] ppid=27864 vsize=433852 CPUtime=122.74 cores=1,3,5,7
/proc/27866/stat : 27866 (SArTagnan) R 27864 27866 27834 0 -1 4202496 110991 0 0 0 12254 20 0 0 25 0 4 0 669290245 444264448 60399 33554432000 4194304 4625164 140736914762336 18446744073709551615 4509184 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/27866/statm: 108463 60399 375 106 0 103966 0
[pid=27866/tid=27874] ppid=27864 vsize=433852 CPUtime=25.77 cores=1,3,5,7
/proc/27866/task/27874/stat : 27874 (SArTagnan) R 27864 27866 27834 0 -1 4202560 19523 0 0 0 2573 4 0 0 25 0 4 0 669290256 444264448 60399 33554432000 4194304 4625164 140736914762336 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=433852 CPUtime=28.21 cores=1,3,5,7
/proc/27866/task/27875/stat : 27875 (SArTagnan) R 27864 27866 27834 0 -1 4202560 18373 0 0 0 2817 4 0 0 25 0 4 0 669290256 444264448 60399 33554432000 4194304 4625164 140736914762336 18446744073709551615 4351998 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=433852 CPUtime=30.31 cores=1,3,5,7
/proc/27866/task/27876/stat : 27876 (SArTagnan) R 27864 27866 27834 0 -1 4202560 28725 0 0 0 3027 4 0 0 25 0 4 0 669290256 444264448 60399 33554432000 4194304 4625164 140736914762336 18446744073709551615 4334321 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 122.74
Current children cumulated vsize (KiB) 433852

[startup+102.301 s]
/proc/loadavg: 10.18 10.49 10.46 11/377 27882
/proc/meminfo: memFree=14096444/32951132 swapFree=67093824/67111528
[pid=27866] ppid=27864 vsize=577952 CPUtime=231.98 cores=1,3,5,7
/proc/27866/stat : 27866 (SArTagnan) R 27864 27866 27834 0 -1 4202496 232488 0 0 0 23152 46 0 0 25 0 4 0 669290245 591822848 97749 33554432000 4194304 4625164 140736914762336 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27866/statm: 144488 97749 347 106 0 139991 0
[pid=27866/tid=27874] ppid=27864 vsize=577952 CPUtime=50.3 cores=1,3,5,7
/proc/27866/task/27874/stat : 27874 (SArTagnan) R 27864 27866 27834 0 -1 4202560 47150 0 0 0 5018 12 0 0 25 0 4 0 669290256 591822848 97749 33554432000 4194304 4625164 140736914762336 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=577952 CPUtime=54.6 cores=1,3,5,7
/proc/27866/task/27875/stat : 27875 (SArTagnan) R 27864 27866 27834 0 -1 4202560 46399 0 0 0 5449 11 0 0 25 0 4 0 669290256 591822848 97749 33554432000 4194304 4625164 140736914762336 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=577952 CPUtime=58.79 cores=1,3,5,7
/proc/27866/task/27876/stat : 27876 (SArTagnan) R 27864 27866 27834 0 -1 4202560 90177 0 0 0 5865 14 0 0 25 0 4 0 669290256 591822848 97749 33554432000 4194304 4625164 140736914762336 18446744073709551615 4547221 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 231.98
Current children cumulated vsize (KiB) 577952

[startup+162.301 s]
/proc/loadavg: 10.22 10.45 10.45 11/377 27884
/proc/meminfo: memFree=13974792/32951132 swapFree=67093824/67111528
[pid=27866] ppid=27864 vsize=637344 CPUtime=351.27 cores=1,3,5,7
/proc/27866/stat : 27866 (SArTagnan) R 27864 27866 27834 0 -1 4202496 370708 0 0 0 35059 68 0 0 25 0 4 0 669290245 652640256 116875 33554432000 4194304 4625164 140736914762336 18446744073709551615 4509287 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27866/statm: 159336 116875 347 106 0 154839 0
[pid=27866/tid=27874] ppid=27864 vsize=637344 CPUtime=79.82 cores=1,3,5,7
/proc/27866/task/27874/stat : 27874 (SArTagnan) R 27864 27866 27834 0 -1 4202560 66465 0 0 0 7968 14 0 0 25 0 4 0 669290256 652640256 116875 33554432000 4194304 4625164 140736914762336 18446744073709551615 4375338 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=637344 CPUtime=84.23 cores=1,3,5,7
/proc/27866/task/27875/stat : 27875 (SArTagnan) R 27864 27866 27834 0 -1 4202560 53855 0 0 0 8410 13 0 0 25 0 4 0 669290256 652640256 116875 33554432000 4194304 4625164 140736914762336 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=637344 CPUtime=88.89 cores=1,3,5,7
/proc/27866/task/27876/stat : 27876 (SArTagnan) R 27864 27866 27834 0 -1 4202560 200889 0 0 0 8857 32 0 0 25 0 4 0 669290256 652640256 116875 33554432000 4194304 4625164 140736914762336 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 351.27
Current children cumulated vsize (KiB) 637344

[startup+222.3 s]
/proc/loadavg: 10.42 10.46 10.45 11/377 27885
/proc/meminfo: memFree=13772788/32951132 swapFree=67093824/67111528
[pid=27866] ppid=27864 vsize=802920 CPUtime=487.74 cores=1,3,5,7
/proc/27866/stat : 27866 (SArTagnan) R 27864 27866 27834 0 -1 4202496 512252 0 0 0 48682 92 0 0 25 0 4 0 669290245 822190080 146870 33554432000 4194304 4625164 140736914762336 18446744073709551615 4512017 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27866/statm: 200730 146870 529 106 0 196233 0
[pid=27866/tid=27874] ppid=27864 vsize=802920 CPUtime=109.87 cores=1,3,5,7
/proc/27866/task/27874/stat : 27874 (SArTagnan) R 27864 27866 27834 0 -1 4202560 77365 0 0 0 10970 17 0 0 25 0 4 0 669290256 822190080 146870 33554432000 4194304 4625164 140736914762336 18446744073709551615 274664466560 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=802920 CPUtime=117.3 cores=1,3,5,7
/proc/27866/task/27875/stat : 27875 (SArTagnan) R 27864 27866 27834 0 -1 4202560 72317 0 0 0 11713 17 0 0 25 0 4 0 669290256 822190080 146870 33554432000 4194304 4625164 140736914762336 18446744073709551615 4278640 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=802920 CPUtime=123.27 cores=1,3,5,7
/proc/27866/task/27876/stat : 27876 (SArTagnan) R 27864 27866 27834 0 -1 4202560 306821 0 0 0 12279 48 0 0 25 0 4 0 669290256 822190080 146870 33554432000 4194304 4625164 140736914762336 18446744073709551615 4552399 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 487.74
Current children cumulated vsize (KiB) 802920

[startup+282.301 s]
/proc/loadavg: 10.24 10.40 10.43 11/377 27887
/proc/meminfo: memFree=13662792/32951132 swapFree=67093824/67111528
[pid=27866] ppid=27864 vsize=804032 CPUtime=667.03 cores=1,3,5,7
/proc/27866/stat : 27866 (SArTagnan) R 27864 27866 27834 0 -1 4202496 639112 0 0 0 66589 114 0 0 25 0 4 0 669290245 823328768 151506 33554432000 4194304 4625164 140736914762336 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/27866/statm: 201008 151506 529 106 0 196511 0
[pid=27866/tid=27874] ppid=27864 vsize=804032 CPUtime=140.12 cores=1,3,5,7

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


[startup+762.301 s]
/proc/loadavg: 10.12 10.18 10.29 11/377 27900
/proc/meminfo: memFree=10490792/32951132 swapFree=67093824/67111528
[pid=27866] ppid=27864 vsize=3434760 CPUtime=2127.48 cores=1,3,5,7
/proc/27866/stat : 27866 (SArTagnan) R 27864 27866 27834 0 -1 4202496 3444540 0 0 0 212176 572 0 0 25 0 4 0 669290245 3517194240 697029 33554432000 4194304 4625164 140736914762336 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27866/statm: 858690 697029 347 106 0 854193 0
[pid=27866/tid=27874] ppid=27864 vsize=3434760 CPUtime=529.03 cores=1,3,5,7
/proc/27866/task/27874/stat : 27874 (SArTagnan) R 27864 27866 27834 0 -1 4202560 225360 0 0 0 52835 68 0 0 25 0 4 0 669290256 3517194240 697029 33554432000 4194304 4625164 140736914762336 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=3434760 CPUtime=507.75 cores=1,3,5,7
/proc/27866/task/27875/stat : 27875 (SArTagnan) R 27864 27866 27834 0 -1 4202560 127728 0 0 0 50722 53 0 0 25 0 4 0 669290256 3517194240 697029 33554432000 4194304 4625164 140736914762336 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=3434760 CPUtime=518.12 cores=1,3,5,7
/proc/27866/task/27876/stat : 27876 (SArTagnan) R 27864 27866 27834 0 -1 4202560 1874935 0 0 0 51522 290 0 0 25 0 4 0 669290256 3517194240 697029 33554432000 4194304 4625164 140736914762336 18446744073709551615 274664457397 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2127.48
Current children cumulated vsize (KiB) 3434760

[startup+822.3 s]
/proc/loadavg: 10.12 10.16 10.27 11/377 27901
/proc/meminfo: memFree=10042276/32951132 swapFree=67093824/67111528
[pid=27866] ppid=27864 vsize=3988692 CPUtime=2306.71 cores=1,3,5,7
/proc/27866/stat : 27866 (SArTagnan) R 27864 27866 27834 0 -1 4202496 3941263 0 0 0 230036 635 0 0 25 0 4 0 669290245 4084420608 761826 33554432000 4194304 4625164 140736914762336 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27866/statm: 997173 761826 350 106 0 992676 0
[pid=27866/tid=27874] ppid=27864 vsize=3988692 CPUtime=588.29 cores=1,3,5,7
/proc/27866/task/27874/stat : 27874 (SArTagnan) R 27864 27866 27834 0 -1 4202560 226373 0 0 0 58761 68 0 0 25 0 4 0 669290256 4084420608 761826 33554432000 4194304 4625164 140736914762336 18446744073709551615 4462556 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=3988692 CPUtime=561.56 cores=1,3,5,7
/proc/27866/task/27875/stat : 27875 (SArTagnan) R 27864 27866 27834 0 -1 4202560 132526 0 0 0 56101 55 0 0 25 0 4 0 669290256 4084420608 761826 33554432000 4194304 4625164 140736914762336 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=3988692 CPUtime=548.62 cores=1,3,5,7
/proc/27866/task/27876/stat : 27876 (SArTagnan) R 27864 27866 27834 0 -1 4202560 2053091 0 0 0 54547 315 0 0 25 0 4 0 669290256 4084420608 761826 33554432000 4194304 4625164 140736914762336 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2306.71
Current children cumulated vsize (KiB) 3988692

[startup+882.301 s]
/proc/loadavg: 10.15 10.16 10.27 11/377 27903
/proc/meminfo: memFree=9861848/32951132 swapFree=67093824/67111528
[pid=27866] ppid=27864 vsize=4061608 CPUtime=2486.33 cores=1,3,5,7
/proc/27866/stat : 27866 (SArTagnan) R 27864 27866 27834 0 -1 4202496 4164808 0 0 0 247954 679 0 0 25 0 4 0 669290245 4159086592 780056 33554432000 4194304 4625164 140736914762336 18446744073709551615 4519319 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27866/statm: 1015402 780056 354 106 0 1010905 0
[pid=27866/tid=27874] ppid=27864 vsize=4061608 CPUtime=635.66 cores=1,3,5,7
/proc/27866/task/27874/stat : 27874 (SArTagnan) R 27864 27866 27834 0 -1 4202560 230041 0 0 0 63493 73 0 0 25 0 4 0 669290256 4159086592 780056 33554432000 4194304 4625164 140736914762336 18446744073709551615 4288762 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=4061608 CPUtime=598.52 cores=1,3,5,7
/proc/27866/task/27875/stat : 27875 (SArTagnan) R 27864 27866 27834 0 -1 4202560 135550 0 0 0 59792 60 0 0 20 0 4 0 669290256 4159086592 780056 33554432000 4194304 4625164 140736914762336 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=4061608 CPUtime=584.05 cores=1,3,5,7
/proc/27866/task/27876/stat : 27876 (SArTagnan) R 27864 27866 27834 0 -1 4202560 2264444 0 0 0 58057 348 0 0 25 0 4 0 669290256 4159086592 780056 33554432000 4194304 4625164 140736914762336 18446744073709551615 4552336 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2486.33
Current children cumulated vsize (KiB) 4061608

[startup+942.301 s]
/proc/loadavg: 10.14 10.16 10.26 11/377 27904
/proc/meminfo: memFree=9664056/32951132 swapFree=67093824/67111528
[pid=27866] ppid=27864 vsize=4177128 CPUtime=2665.31 cores=1,3,5,7
/proc/27866/stat : 27866 (SArTagnan) R 27864 27866 27834 0 -1 4202496 4358273 0 0 0 265813 718 0 0 25 0 4 0 669290245 4277379072 815221 33554432000 4194304 4625164 140736914762336 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27866/statm: 1044282 815221 352 106 0 1039785 0
[pid=27866/tid=27874] ppid=27864 vsize=4177128 CPUtime=683.46 cores=1,3,5,7
/proc/27866/task/27874/stat : 27874 (SArTagnan) R 27864 27866 27834 0 -1 4202560 232588 0 0 0 68268 78 0 0 25 0 4 0 669290256 4277379072 815221 33554432000 4194304 4625164 140736914762336 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=4177128 CPUtime=639.5 cores=1,3,5,7
/proc/27866/task/27875/stat : 27875 (SArTagnan) R 27864 27866 27834 0 -1 4202560 138522 0 0 0 63885 65 0 0 25 0 4 0 669290256 4277379072 815221 33554432000 4194304 4625164 140736914762336 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=4177128 CPUtime=614.31 cores=1,3,5,7
/proc/27866/task/27876/stat : 27876 (SArTagnan) R 27864 27866 27834 0 -1 4202560 2429741 0 0 0 61056 375 0 0 25 0 4 0 669290256 4277379072 815221 33554432000 4194304 4625164 140736914762336 18446744073709551615 4352831 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2665.31
Current children cumulated vsize (KiB) 4177128

[startup+1002.3 s]
/proc/loadavg: 10.09 10.14 10.25 11/377 27906
/proc/meminfo: memFree=9475816/32951132 swapFree=67093824/67111528
[pid=27866] ppid=27864 vsize=4206344 CPUtime=2844.6 cores=1,3,5,7
/proc/27866/stat : 27866 (SArTagnan) R 27864 27866 27834 0 -1 4202496 4547577 0 0 0 283707 753 0 0 25 0 4 0 669290245 4307296256 838273 33554432000 4194304 4625164 140736914762336 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27866/statm: 1051586 838273 353 106 0 1047089 0
[pid=27866/tid=27874] ppid=27864 vsize=4206344 CPUtime=742.4 cores=1,3,5,7
/proc/27866/task/27874/stat : 27874 (SArTagnan) R 27864 27866 27834 0 -1 4202560 232611 0 0 0 74162 78 0 0 25 0 4 0 669290256 4307296256 838273 33554432000 4194304 4625164 140736914762336 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=4206344 CPUtime=670.22 cores=1,3,5,7
/proc/27866/task/27875/stat : 27875 (SArTagnan) R 27864 27866 27834 0 -1 4202560 140427 0 0 0 66953 69 0 0 25 0 4 0 669290256 4307296256 838273 33554432000 4194304 4625164 140736914762336 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=4206344 CPUtime=643.94 cores=1,3,5,7
/proc/27866/task/27876/stat : 27876 (SArTagnan) R 27864 27866 27834 0 -1 4202560 2600494 0 0 0 63990 404 0 0 25 0 4 0 669290256 4307296256 838273 33554432000 4194304 4625164 140736914762336 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2844.6
Current children cumulated vsize (KiB) 4206344

[startup+1062.3 s]
/proc/loadavg: 10.09 10.13 10.24 11/377 27908
/proc/meminfo: memFree=9204872/32951132 swapFree=67093824/67111528
[pid=27866] ppid=27864 vsize=4290672 CPUtime=3025.85 cores=1,3,5,7
/proc/27866/stat : 27866 (SArTagnan) R 27864 27866 27834 0 -1 4202496 4788225 0 0 0 301789 796 0 0 25 0 4 0 669290245 4393648128 883751 33554432000 4194304 4625164 140736914762336 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27866/statm: 1072668 883751 349 106 0 1068171 0
[pid=27866/tid=27874] ppid=27864 vsize=4290672 CPUtime=801.73 cores=1,3,5,7
/proc/27866/task/27874/stat : 27874 (SArTagnan) R 27864 27866 27834 0 -1 4202560 232641 0 0 0 80095 78 0 0 25 0 4 0 669290256 4393648128 883751 33554432000 4194304 4625164 140736914762336 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=4290672 CPUtime=702.61 cores=1,3,5,7
/proc/27866/task/27875/stat : 27875 (SArTagnan) R 27864 27866 27834 0 -1 4202560 147499 0 0 0 70187 74 0 0 25 0 4 0 669290256 4393648128 883751 33554432000 4194304 4625164 140736914762336 18446744073709551615 4352005 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=4290672 CPUtime=678.68 cores=1,3,5,7
/proc/27866/task/27876/stat : 27876 (SArTagnan) R 27864 27866 27834 0 -1 4202560 2799049 0 0 0 67431 437 0 0 25 0 4 0 669290256 4393648128 883751 33554432000 4194304 4625164 140736914762336 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3025.85
Current children cumulated vsize (KiB) 4290672

[startup+1122.3 s]
/proc/loadavg: 10.03 10.10 10.22 11/377 27909
/proc/meminfo: memFree=9041804/32951132 swapFree=67093824/67111528
[pid=27866] ppid=27864 vsize=4399288 CPUtime=3205.11 cores=1,3,5,7
/proc/27866/stat : 27866 (SArTagnan) R 27864 27866 27834 0 -1 4202496 4989978 0 0 0 319679 832 0 0 25 0 4 0 669290245 4504870912 918251 33554432000 4194304 4625164 140736914762336 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27866/statm: 1099822 918274 348 106 0 1095325 0
[pid=27866/tid=27874] ppid=27864 vsize=4399288 CPUtime=861.72 cores=1,3,5,7
/proc/27866/task/27874/stat : 27874 (SArTagnan) R 27864 27866 27834 0 -1 4202560 232651 0 0 0 86094 78 0 0 25 0 4 0 669290256 4504870912 918285 33554432000 4194304 4625164 140736914762336 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=4399288 CPUtime=732.6 cores=1,3,5,7
/proc/27866/task/27875/stat : 27875 (SArTagnan) R 27864 27866 27834 0 -1 4202560 149166 0 0 0 73183 77 0 0 25 0 4 0 669290256 4504870912 918298 33554432000 4194304 4625164 140736914762336 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=4399288 CPUtime=708.68 cores=1,3,5,7
/proc/27866/task/27876/stat : 27876 (SArTagnan) R 27864 27866 27834 0 -1 4202560 2969841 0 0 0 70404 464 0 0 25 0 4 0 669290256 4504870912 918310 33554432000 4194304 4625164 140736914762336 18446744073709551615 274664505721 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3205.11
Current children cumulated vsize (KiB) 4399288

[startup+1182.31 s]
/proc/loadavg: 10.01 10.08 10.20 11/377 27911
/proc/meminfo: memFree=8798628/32951132 swapFree=67093824/67111528
[pid=27866] ppid=27864 vsize=4501748 CPUtime=3384.9 cores=1,3,5,7
/proc/27866/stat : 27866 (SArTagnan) R 27864 27866 27834 0 -1 4202496 5171279 0 0 0 337625 865 0 0 25 0 4 0 669290245 4609789952 969269 33554432000 4194304 4625164 140736914762336 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27866/statm: 1125437 969269 347 106 0 1120940 0
[pid=27866/tid=27874] ppid=27864 vsize=4501748 CPUtime=921.73 cores=1,3,5,7
/proc/27866/task/27874/stat : 27874 (SArTagnan) R 27864 27866 27834 0 -1 4202560 232667 0 0 0 92095 78 0 0 25 0 4 0 669290256 4609789952 969269 33554432000 4194304 4625164 140736914762336 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=4501748 CPUtime=764.27 cores=1,3,5,7
/proc/27866/task/27875/stat : 27875 (SArTagnan) R 27864 27866 27834 0 -1 4202560 151118 0 0 0 76347 80 0 0 25 0 4 0 669290256 4609789952 969269 33554432000 4194304 4625164 140736914762336 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=4501748 CPUtime=739.39 cores=1,3,5,7
/proc/27866/task/27876/stat : 27876 (SArTagnan) R 27864 27866 27834 0 -1 4202560 3096421 0 0 0 73454 485 0 0 25 0 4 0 669290256 4609789952 969269 33554432000 4194304 4625164 140736914762336 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3384.9
Current children cumulated vsize (KiB) 4501748

[startup+1242.3 s]
/proc/loadavg: 10.13 10.11 10.20 11/377 27912
/proc/meminfo: memFree=8637788/32951132 swapFree=67093824/67111528
[pid=27866] ppid=27864 vsize=4539060 CPUtime=3564.15 cores=1,3,5,7
/proc/27866/stat : 27866 (SArTagnan) R 27864 27866 27834 0 -1 4202496 5374618 0 0 0 355513 902 0 0 25 0 4 0 669290245 4647997440 1001058 33554432000 4194304 4625164 140736914762336 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27866/statm: 1134765 1001058 356 106 0 1130268 0
[pid=27866/tid=27874] ppid=27864 vsize=4539060 CPUtime=981.72 cores=1,3,5,7
/proc/27866/task/27874/stat : 27874 (SArTagnan) R 27864 27866 27834 0 -1 4202560 232680 0 0 0 98094 78 0 0 25 0 4 0 669290256 4647997440 1001058 33554432000 4194304 4625164 140736914762336 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=4539060 CPUtime=794 cores=1,3,5,7
/proc/27866/task/27875/stat : 27875 (SArTagnan) R 27864 27866 27834 0 -1 4202560 152778 0 0 0 79317 83 0 0 25 0 4 0 669290256 4647997440 1001058 33554432000 4194304 4625164 140736914762336 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=4539060 CPUtime=771.86 cores=1,3,5,7
/proc/27866/task/27876/stat : 27876 (SArTagnan) R 27864 27866 27834 0 -1 4202560 3271170 0 0 0 76671 515 0 0 25 0 4 0 669290256 4647997440 1001058 33554432000 4194304 4625164 140736914762336 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3564.15
Current children cumulated vsize (KiB) 4539060



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.01 s]
/proc/loadavg: 10.13 10.12 10.19 12/377 27914
/proc/meminfo: memFree=8304348/32951132 swapFree=67093824/67111528
[pid=27866] ppid=27864 vsize=5365016 CPUtime=3736.58 cores=1,3,5,7
/proc/27866/stat : 27866 (SArTagnan) R 27864 27866 27834 0 -1 4202496 5998537 0 0 0 372668 990 0 0 25 0 4 0 669290245 5493776384 1077747 33554432000 4194304 4625164 140736914762336 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27866/statm: 1341254 1077747 354 106 0 1336757 0
[pid=27866/tid=27874] ppid=27864 vsize=5365016 CPUtime=1039.45 cores=1,3,5,7
/proc/27866/task/27874/stat : 27874 (SArTagnan) R 27864 27866 27834 0 -1 4202560 232848 0 0 0 103867 78 0 0 25 0 4 0 669290256 5493776384 1077747 33554432000 4194304 4625164 140736914762336 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=5365016 CPUtime=823.49 cores=1,3,5,7
/proc/27866/task/27875/stat : 27875 (SArTagnan) R 27864 27866 27834 0 -1 4202560 154358 0 0 0 82264 85 0 0 25 0 4 0 669290256 5493776384 1077747 33554432000 4194304 4625164 140736914762336 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=5365016 CPUtime=800.75 cores=1,3,5,7
/proc/27866/task/27876/stat : 27876 (SArTagnan) R 27864 27866 27834 0 -1 4202560 3429756 0 0 0 79532 543 0 0 25 0 4 0 669290256 5493776384 1077747 33554432000 4194304 4625164 140736914762336 18446744073709551615 4579376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3736.58
Current children cumulated vsize (KiB) 5365016

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

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

[startup+1300.12 s]
/proc/loadavg: 10.13 10.12 10.19 12/377 27914
/proc/meminfo: memFree=8304348/32951132 swapFree=67093824/67111528
[pid=27866] ppid=27864 vsize=0 CPUtime=3736.69 cores=1,3,5,7
/proc/27866/stat : 27866 (SArTagnan) Z 27864 27866 27834 0 -1 4203548 5998537 0 0 0 372670 999 0 0 25 0 2 0 669290245 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27866/statm: 0 0 0 0 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=0 CPUtime=823.58 cores=1,3,5,7
/proc/27866/task/27875/stat : 27875 (SArTagnan) R 27864 27866 27834 0 -1 4203588 154358 0 0 0 82264 94 0 0 25 0 2 0 669290256 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3736.69
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.2
CPU time (s): 3736.77
CPU user time (s): 3726.7
CPU system time (s): 10.0675
CPU usage (%): 287.4
Max. virtual memory (cumulated for all children) (KiB): 6926772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3726.7
system time used= 10.0675
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5998537
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= 31082
involuntary context switches= 44339

runsolver used 4.23436 second user time and 11.1783 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-16 22:15:06
IDJOB=3386308
IDBENCH=20536
IDSOLVER=1871
FILE ID=node131/3386308-1305576906
RUNJOBID= node131-1305576906-27853
PBS_JOBID= 13350211
Free space on /tmp= 73568 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k100.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386308-1305576906/watcher-3386308-1305576906 -o /tmp/evaluation-result-3386308-1305576906/solver-3386308-1305576906 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386308-1305576906.cnf -threads=4

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

MD5SUM BENCH= cf1b8194ff6d413d396ac9e26bb031ef
RANDOM SEED=1018925599

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:     32951132 kB
MemFree:      14866216 kB
Buffers:        308748 kB
Cached:        4722660 kB
SwapCached:       1504 kB
Active:       14107296 kB
Inactive:      3689952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      14866216 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:            7580 kB
Writeback:           0 kB
AnonPages:    12764636 kB
Mapped:          32120 kB
Slab:           171368 kB
PageTables:      45676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 65678136 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73568 MiB
End job on node131 at 2011-05-16 22:36:48