Trace number 3276146

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
ppfolio par? (TO) 40000.8 5005.42

General information on the benchmark

NameSAT05/crafted/lynce05/social-golfer-problem/
sgp_5-6-8.shuffled-as.sat05-2669.cnf
MD5SUM4229175ff4382a4625ce92a19d20dde4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3276.36
Satisfiable
(Un)Satisfiability was proved
Number of variables58560
Number of clauses778800
Sum of the clauses size1766280
Maximum clause length48
Minimum clause length1
Number of clauses of size 196
Number of clauses of size 2599208
Number of clauses of size 3177096
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52400

Solver Data

0.00/0.38	This is pico-portfolio, a naive parallel portfolio
0.00/0.38	Copyright (C) 2011 Olivier Roussel
0.00/0.38	Using 8 processing units
0.00/0.38	This portfolio uses the following solvers:
0.00/0.38	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.38	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.38	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.38	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.38	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.38	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.38	Starting clasp 1.3.6 on core(s) 1
0.00/0.38	Starting TNM 2009 on core(s) 2
0.00/0.38	Starting march_hi 2009 on core(s) 3
0.00/0.38	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7

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-3276146-1304173831/watcher-3276146-1304173831 -o /tmp/evaluation-result-3276146-1304173831/solver-3276146-1304173831 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3276146-1304173831.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.45 7.91 7.96 1/168 16611
/proc/meminfo: memFree=30818908/32951132 swapFree=67080200/67111528
[pid=16611] ppid=16609 vsize=18324 CPUtime=0 cores=0-7
/proc/16611/stat : 16611 (ppfolio) R 16609 16611 15470 0 -1 4194304 498 0 0 0 0 0 0 0 23 0 1 0 528983024 18763776 387 33554432000 4194304 4287625 140735415876576 18446744073709551615 47461560187612 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/16611/statm: 4581 387 339 23 0 91 0

[startup+0.0480781 s]
/proc/loadavg: 7.45 7.91 7.96 1/168 16611
/proc/meminfo: memFree=30818908/32951132 swapFree=67080200/67111528
[pid=16611] ppid=16609 vsize=18324 CPUtime=0 cores=0-7
/proc/16611/stat : 16611 (ppfolio) R 16609 16611 15470 0 -1 4194304 498 0 0 0 0 0 0 0 23 0 1 0 528983024 18763776 387 33554432000 4194304 4287625 140735415876576 18446744073709551615 47461560187612 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/16611/statm: 4581 387 339 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101072 s]
/proc/loadavg: 7.45 7.91 7.96 1/168 16611
/proc/meminfo: memFree=30818908/32951132 swapFree=67080200/67111528
[pid=16611] ppid=16609 vsize=18324 CPUtime=0 cores=0-7
/proc/16611/stat : 16611 (ppfolio) R 16609 16611 15470 0 -1 4194304 498 0 0 0 0 0 0 0 23 0 1 0 528983024 18763776 387 33554432000 4194304 4287625 140735415876576 18446744073709551615 47461560187612 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/16611/statm: 4581 387 339 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301035 s]
/proc/loadavg: 7.45 7.91 7.96 1/168 16611
/proc/meminfo: memFree=30818908/32951132 swapFree=67080200/67111528
[pid=16611] ppid=16609 vsize=18324 CPUtime=0 cores=0-7
/proc/16611/stat : 16611 (ppfolio) R 16609 16611 15470 0 -1 4194304 498 0 0 0 0 0 0 0 23 0 1 0 528983024 18763776 387 33554432000 4194304 4287625 140735415876576 18446744073709551615 47461560187612 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/16611/statm: 4581 387 339 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700971 s]
/proc/loadavg: 7.45 7.91 7.96 1/168 16611
/proc/meminfo: memFree=30818908/32951132 swapFree=67080200/67111528
[pid=16611] ppid=16609 vsize=18324 CPUtime=0 cores=0-7
/proc/16611/stat : 16611 (ppfolio) S 16609 16611 15470 0 -1 4202496 518 0 0 0 0 0 0 0 23 0 1 0 528983024 18763776 389 33554432000 4194304 4287625 140735415876576 18446744073709551615 210647166479 0 0 4096 65536 3813317710532575231 0 0 17 4 0 0 0
/proc/16611/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50084 s]
/proc/loadavg: 7.45 7.91 7.96 6/174 16622
/proc/meminfo: memFree=30554632/32951132 swapFree=67080200/67111528
[pid=16611] ppid=16609 vsize=18324 CPUtime=0 cores=0-7
/proc/16611/stat : 16611 (ppfolio) S 16609 16611 15470 0 -1 4202496 518 0 0 0 0 0 0 0 23 0 1 0 528983024 18763776 389 33554432000 4194304 4287625 140735415876576 18446744073709551615 210647166479 0 0 4096 65536 3813317710532575231 0 0 17 4 0 0 0
/proc/16611/statm: 4581 389 341 23 0 91 0
[pid=16612] ppid=16611 vsize=74444 CPUtime=1.49 cores=0
/proc/16612/stat : 16612 (cryptominisat) R 16611 16611 15470 0 -1 4202496 13716 0 0 0 147 2 0 0 25 0 1 0 528983024 76230656 13438 33554432000 4194304 4587354 140736336413104 18446744073709551615 4238065 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16612/statm: 18611 13438 306 96 0 15173 0
[pid=16613] ppid=16611 vsize=64240 CPUtime=1.49 cores=1
/proc/16613/stat : 16613 (clasp) R 16611 16611 15470 0 -1 4202496 16571 0 0 0 147 2 0 0 20 0 1 0 528983024 65781760 13083 33554432000 4194304 4785740 140736918725760 18446744073709551615 4495691 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16613/statm: 16060 13083 317 145 0 13105 0
[pid=16614] ppid=16611 vsize=493312 CPUtime=1.49 cores=2
/proc/16614/stat : 16614 (TNM) R 16611 16611 15470 0 -1 4202496 13926 0 0 0 148 1 0 0 20 0 1 0 528983024 505151488 13823 33554432000 134512640 134534564 4289295664 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16614/statm: 123328 13823 91 6 0 121994 0
[pid=16615] ppid=16611 vsize=88060 CPUtime=1.48 cores=3
/proc/16615/stat : 16615 (march_hi) R 16611 16611 15470 0 -1 4194304 22034 0 0 0 145 3 0 0 25 0 1 0 528983024 90173440 12944 33554432000 4194304 4331988 140736887682672 18446744073709551615 4261831 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16615/statm: 22015 12944 129 34 0 20457 0
[pid=16617] ppid=16611 vsize=88660 CPUtime=1.1 cores=4-7
/proc/16617/stat : 16617 (plingeling) R 16611 16611 15470 0 -1 4202496 20954 1249 0 0 107 3 0 0 25 0 1 0 528983063 90787840 20827 33554432000 4194304 4356188 140735114709840 18446744073709551615 4213270 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/16617/statm: 22165 20827 132 40 0 20709 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 827040

[startup+3.10054 s]
/proc/loadavg: 7.25 7.87 7.95 9/178 16626
/proc/meminfo: memFree=30523352/32951132 swapFree=67080200/67111528
[pid=16611] ppid=16609 vsize=18324 CPUtime=0 cores=0-7
/proc/16611/stat : 16611 (ppfolio) S 16609 16611 15470 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 528983024 18763776 389 33554432000 4194304 4287625 140735415876576 18446744073709551615 210647166479 0 0 4096 65536 3813317710532575231 0 0 17 4 0 0 0
/proc/16611/statm: 4581 389 341 23 0 91 0
[pid=16612] ppid=16611 vsize=105192 CPUtime=3.09 cores=0
/proc/16612/stat : 16612 (cryptominisat) R 16611 16611 15470 0 -1 4202496 21834 0 0 0 306 3 0 0 25 0 1 0 528983024 107716608 21098 33554432000 4194304 4587354 140736336413104 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16612/statm: 26298 21098 316 96 0 22860 0
[pid=16613] ppid=16611 vsize=64880 CPUtime=2.59 cores=1
/proc/16613/stat : 16613 (clasp) R 16611 16611 15470 0 -1 4202496 16719 0 0 0 251 8 0 0 22 0 1 0 528983024 66437120 13231 33554432000 4194304 4785740 140736918725760 18446744073709551615 4500039 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16613/statm: 16220 13231 319 145 0 13265 0
[pid=16614] ppid=16611 vsize=493312 CPUtime=3.08 cores=2
/proc/16614/stat : 16614 (TNM) R 16611 16611 15470 0 -1 4202496 13926 0 0 0 307 1 0 0 25 0 1 0 528983024 505151488 13823 33554432000 134512640 134534564 4289295664 18446744073709551615 134524573 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16614/statm: 123328 13823 91 6 0 121994 0
[pid=16615] ppid=16611 vsize=87796 CPUtime=3.08 cores=3
/proc/16615/stat : 16615 (march_hi) R 16611 16611 15470 0 -1 4202496 38208 0 0 0 303 5 0 0 25 0 1 0 528983024 89903104 12884 33554432000 4194304 4331988 140736887682672 18446744073709551615 210646804214 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16615/statm: 21949 12884 150 34 0 20391 0
[pid=16617] ppid=16611 vsize=125936 CPUtime=5.73 cores=4-7
/proc/16617/stat : 16617 (plingeling) S 16611 16611 15470 0 -1 4202496 43584 1249 0 0 567 6 0 0 25 0 5 0 528983063 128958464 19903 33554432000 4194304 4356188 140735114709840 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16617/statm: 31484 19903 157 40 0 30028 0
[pid=16617/tid=16623] ppid=16611 vsize=125936 CPUtime=1.02 cores=4-7
/proc/16617/task/16623/stat : 16623 (plingeling) R 16611 16611 15470 0 -1 4202560 4961 1249 0 0 102 0 0 0 19 0 5 0 528983231 128958464 19903 33554432000 4194304 4356188 140735114709840 18446744073709551615 4322026 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16617/tid=16624] ppid=16611 vsize=125936 CPUtime=1.02 cores=4-7
/proc/16617/task/16624/stat : 16624 (plingeling) R 16611 16611 15470 0 -1 4202560 6770 1249 0 0 102 0 0 0 19 0 5 0 528983231 128958464 19903 33554432000 4194304 4356188 140735114709840 18446744073709551615 4322016 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16617/tid=16625] ppid=16611 vsize=125936 CPUtime=1.01 cores=4-7
/proc/16617/task/16625/stat : 16625 (plingeling) R 16611 16611 15470 0 -1 4202560 5284 1249 0 0 100 1 0 0 25 0 5 0 528983231 128958464 19903 33554432000 4194304 4356188 140735114709840 18446744073709551615 4322016 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16617/tid=16626] ppid=16611 vsize=125936 CPUtime=0.98 cores=4-7
/proc/16617/task/16626/stat : 16626 (plingeling) R 16611 16611 15470 0 -1 4202560 5603 1249 0 0 97 1 0 0 25 0 5 0 528983231 128958464 19903 33554432000 4194304 4356188 140735114709840 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 17.57
Current children cumulated vsize (KiB) 895440

[startup+6.301 s]
/proc/loadavg: 7.25 7.87 7.95 10/178 16626
/proc/meminfo: memFree=30408172/32951132 swapFree=67080200/67111528
[pid=16611] ppid=16609 vsize=18324 CPUtime=0 cores=0-7
/proc/16611/stat : 16611 (ppfolio) S 16609 16611 15470 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 528983024 18763776 389 33554432000 4194304 4287625 140735415876576 18446744073709551615 210647166479 0 0 4096 65536 3813317710532575231 0 0 17 4 0 0 0
/proc/16611/statm: 4581 389 341 23 0 91 0
[pid=16612] ppid=16611 vsize=160832 CPUtime=6.28 cores=0
/proc/16612/stat : 16612 (cryptominisat) R 16611 16611 15470 0 -1 4202496 29705 0 0 0 624 4 0 0 25 0 1 0 528983024 164691968 26302 33554432000 4194304 4587354 140736336413104 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16612/statm: 40208 26302 327 96 0 36770 0
[pid=16613] ppid=16611 vsize=64880 CPUtime=3.38 cores=1
/proc/16613/stat : 16613 (clasp) R 16611 16611 15470 0 -1 4202496 16719 0 0 0 270 68 0 0 25 0 1 0 528983024 66437120 13231 33554432000 4194304 4785740 140736918725760 18446744073709551615 4499910 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16613/statm: 16220 13231 319 145 0 13265 0
[pid=16614] ppid=16611 vsize=493312 CPUtime=6.28 cores=2
/proc/16614/stat : 16614 (TNM) R 16611 16611 15470 0 -1 4202496 13926 0 0 0 626 2 0 0 25 0 1 0 528983024 505151488 13823 33554432000 134512640 134534564 4289295664 18446744073709551615 134524500 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16614/statm: 123328 13823 91 6 0 121994 0
[pid=16615] ppid=16611 vsize=215276 CPUtime=6.29 cores=3
/proc/16615/stat : 16615 (march_hi) R 16611 16611 15470 0 -1 4202496 83606 0 0 0 617 12 0 0 25 0 1 0 528983024 220442624 28054 33554432000 4194304 4331988 140736887682672 18446744073709551615 4210430 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16615/statm: 53819 28054 171 34 0 52261 0
[pid=16617] ppid=16611 vsize=146512 CPUtime=18.51 cores=4-7
/proc/16617/stat : 16617 (plingeling) S 16611 16611 15470 0 -1 4202496 48547 1249 0 0 1841 10 0 0 25 0 5 0 528983063 150028288 24833 33554432000 4194304 4356188 140735114709840 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16617/statm: 36628 24833 163 40 0 35172 0
[pid=16617/tid=16623] ppid=16611 vsize=146512 CPUtime=4.23 cores=4-7
/proc/16617/task/16623/stat : 16623 (plingeling) R 16611 16611 15470 0 -1 4202560 6848 1249 0 0 422 1 0 0 25 0 5 0 528983231 150028288 24833 33554432000 4194304 4356188 140735114709840 18446744073709551615 4234112 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16617/tid=16624] ppid=16611 vsize=146512 CPUtime=4.22 cores=4-7
/proc/16617/task/16624/stat : 16624 (plingeling) R 16611 16611 15470 0 -1 4202560 8631 1249 0 0 421 1 0 0 25 0 5 0 528983231 150028288 24833 33554432000 4194304 4356188 140735114709840 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16617/tid=16625] ppid=16611 vsize=146512 CPUtime=4.19 cores=4-7
/proc/16617/task/16625/stat : 16625 (plingeling) R 16611 16611 15470 0 -1 4202560 6499 1249 0 0 418 1 0 0 25 0 5 0 528983231 150028288 24833 33554432000 4194304 4356188 140735114709840 18446744073709551615 4241912 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16617/tid=16626] ppid=16611 vsize=146512 CPUtime=4.17 cores=4-7
/proc/16617/task/16626/stat : 16626 (plingeling) R 16611 16611 15470 0 -1 4202560 5603 1249 0 0 415 2 0 0 25 0 5 0 528983231 150028288 24833 33554432000 4194304 4356188 140735114709840 18446744073709551615 4284127 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40.74
Current children cumulated vsize (KiB) 1099136

[startup+12.7009 s]
/proc/loadavg: 7.51 7.90 7.96 9/178 16626
/proc/meminfo: memFree=30363432/32951132 swapFree=67080200/67111528
[pid=16611] ppid=16609 vsize=18324 CPUtime=0 cores=0-7
/proc/16611/stat : 16611 (ppfolio) S 16609 16611 15470 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 528983024 18763776 389 33554432000 4194304 4287625 140735415876576 18446744073709551615 210647166479 0 0 4096 65536 3813317710532575231 0 0 17 4 0 0 0
/proc/16611/statm: 4581 389 341 23 0 91 0
[pid=16612] ppid=16611 vsize=318564 CPUtime=12.69 cores=0
/proc/16612/stat : 16612 (cryptominisat) R 16611 16611 15470 0 -1 4202496 33116 0 0 0 1263 6 0 0 25 0 1 0 528983024 326209536 26040 33554432000 4194304 4587354 140736336413104 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16612/statm: 79641 26040 331 96 0 76203 0
[pid=16613] ppid=16611 vsize=68836 CPUtime=9.11 cores=1
/proc/16613/stat : 16613 (clasp) R 16611 16611 15470 0 -1 4202496 19245 0 0 0 834 77 0 0 25 0 1 0 528983024 70488064 14424 33554432000 4194304 4785740 140736918725760 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16613/statm: 17209 14424 340 145 0 14254 0
[pid=16614] ppid=16611 vsize=497668 CPUtime=12.67 cores=2
/proc/16614/stat : 16614 (TNM) R 16611 16611 15470 0 -1 4202496 19668 0 0 0 1264 3 0 0 25 0 1 0 528983024 509612032 19565 33554432000 134512640 134534564 4289295664 18446744073709551615 134528972 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16614/statm: 124417 19565 95 6 0 123083 0
[pid=16615] ppid=16611 vsize=215276 CPUtime=12.69 cores=3
/proc/16615/stat : 16615 (march_hi) R 16611 16611 15470 0 -1 4202496 83606 0 0 0 1257 12 0 0 25 0 1 0 528983024 220442624 28054 33554432000 4194304 4331988 140736887682672 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16615/statm: 53819 28054 171 34 0 52261 0
[pid=16617] ppid=16611 vsize=158492 CPUtime=44.07 cores=4-7
/proc/16617/stat : 16617 (plingeling) S 16611 16611 15470 0 -1 4202496 52337 1249 0 0 4396 11 0 0 25 0 5 0 528983063 162295808 28063 33554432000 4194304 4356188 140735114709840 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16617/statm: 39623 28063 163 40 0 38167 0
[pid=16617/tid=16623] ppid=16611 vsize=158492 CPUtime=10.63 cores=4-7
/proc/16617/task/16623/stat : 16623 (plingeling) R 16611 16611 15470 0 -1 4202560 7104 1249 0 0 1062 1 0 0 25 0 5 0 528983231 162295808 28063 33554432000 4194304 4356188 140735114709840 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16617/tid=16624] ppid=16611 vsize=158492 CPUtime=10.62 cores=4-7
/proc/16617/task/16624/stat : 16624 (plingeling) R 16611 16611 15470 0 -1 4202560 9911 1249 0 0 1061 1 0 0 25 0 5 0 528983231 162295808 28063 33554432000 4194304 4356188 140735114709840 18446744073709551615 4210575 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16617/tid=16625] ppid=16611 vsize=158492 CPUtime=10.54 cores=4-7
/proc/16617/task/16625/stat : 16625 (plingeling) R 16611 16611 15470 0 -1 4202560 7914 1249 0 0 1052 2 0 0 25 0 5 0 528983231 162295808 28063 33554432000 4194304 4356188 140735114709840 18446744073709551615 4331992 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16617/tid=16626] ppid=16611 vsize=158492 CPUtime=10.57 cores=4-7
/proc/16617/task/16626/stat : 16626 (plingeling) R 16611 16611 15470 0 -1 4202560 6442 1249 0 0 1055 2 0 0 25 0 5 0 528983231 162295808 28063 33554432000 4194304 4356188 140735114709840 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 91.23
Current children cumulated vsize (KiB) 1277160

[startup+25.5008 s]
/proc/loadavg: 7.59 7.91 7.96 9/178 16626
/proc/meminfo: memFree=30288212/32951132 swapFree=67080200/67111528
[pid=16611] ppid=16609 vsize=18324 CPUtime=0 cores=0-7
/proc/16611/stat : 16611 (ppfolio) S 16609 16611 15470 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 528983024 18763776 389 33554432000 4194304 4287625 140735415876576 18446744073709551615 210647166479 0 0 4096 65536 3813317710532575231 0 0 17 4 0 0 0
/proc/16611/statm: 4581 389 341 23 0 91 0
[pid=16612] ppid=16611 vsize=271588 CPUtime=25.49 cores=0
/proc/16612/stat : 16612 (cryptominisat) R 16611 16611 15470 0 -1 4202496 45005 0 0 0 2540 9 0 0 25 0 1 0 528983024 278106112 25747 33554432000 4194304 4587354 140736336413104 18446744073709551615 4238271 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16612/statm: 67897 25747 337 96 0 64459 0
[pid=16613] ppid=16611 vsize=122696 CPUtime=21.91 cores=1
/proc/16613/stat : 16613 (clasp) R 16611 16611 15470 0 -1 4202496 32628 0 0 0 2110 81 0 0 25 0 1 0 528983024 125640704 27807 33554432000 4194304 4785740 140736918725760 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16613/statm: 30674 27807 340 145 0 27719 0
[pid=16614] ppid=16611 vsize=497668 CPUtime=25.47 cores=2
/proc/16614/stat : 16614 (TNM) R 16611 16611 15470 0 -1 4202496 19668 0 0 0 2544 3 0 0 25 0 1 0 528983024 509612032 19565 33554432000 134512640 134534564 4289295664 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16614/statm: 124417 19565 95 6 0 123083 0
[pid=16615] ppid=16611 vsize=215276 CPUtime=25.49 cores=3

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

[pid=16614] ppid=16611 vsize=497668 CPUtime=4781.62 cores=2
/proc/16614/stat : 16614 (TNM) R 16611 16611 15470 0 -1 4202496 19668 0 0 0 478158 4 0 0 25 0 1 0 528983024 509612032 19565 33554432000 134512640 134534564 4289295664 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16614/statm: 124417 19565 95 6 0 123083 0
[pid=16615] ppid=16611 vsize=243052 CPUtime=4782.36 cores=3
/proc/16615/stat : 16615 (march_hi) R 16611 16611 15470 0 -1 4202496 92070 0 0 0 478222 14 0 0 25 0 1 0 528983024 248885248 36518 33554432000 4194304 4331988 140736887682672 18446744073709551615 4287601 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16615/statm: 60763 36518 175 34 0 59205 0
[pid=16617] ppid=16611 vsize=466892 CPUtime=19092.3 cores=4-7
/proc/16617/stat : 16617 (plingeling) S 16611 16611 15470 0 -1 4202496 513960 1249 0 0 1909044 182 0 0 25 0 5 0 528983063 478097408 88813 33554432000 4194304 4356188 140735114709840 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16617/statm: 116723 88813 164 40 0 115267 0
[pid=16617/tid=16623] ppid=16611 vsize=466892 CPUtime=4780.2 cores=4-7
/proc/16617/task/16623/stat : 16623 (plingeling) R 16611 16611 15470 0 -1 4202560 154923 1249 0 0 478001 19 0 0 25 0 5 0 528983231 478097408 88813 33554432000 4194304 4356188 140735114709840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16617/tid=16624] ppid=16611 vsize=466892 CPUtime=4778.2 cores=4-7
/proc/16617/task/16624/stat : 16624 (plingeling) R 16611 16611 15470 0 -1 4202560 128012 1249 0 0 477757 63 0 0 25 0 5 0 528983231 478097408 88813 33554432000 4194304 4356188 140735114709840 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16617/tid=16625] ppid=16611 vsize=466892 CPUtime=4753.88 cores=4-7
/proc/16617/task/16625/stat : 16625 (plingeling) R 16611 16611 15470 0 -1 4202560 172603 1249 0 0 475367 21 0 0 25 0 5 0 528983231 478097408 88813 33554432000 4194304 4356188 140735114709840 18446744073709551615 4330843 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16617/tid=16626] ppid=16611 vsize=466892 CPUtime=4778.27 cores=4-7
/proc/16617/task/16626/stat : 16626 (plingeling) R 16611 16611 15470 0 -1 4202560 37456 1249 0 0 477753 74 0 0 25 0 5 0 528983231 478097408 88813 33554432000 4194304 4356188 140735114709840 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38217.3
Current children cumulated vsize (KiB) 2977244

[startup+4842.3 s]
/proc/loadavg: 8.01 8.02 8.00 9/178 16766
/proc/meminfo: memFree=28696340/32951132 swapFree=67080200/67111528
[pid=16611] ppid=16609 vsize=18324 CPUtime=0 cores=0-7
/proc/16611/stat : 16611 (ppfolio) S 16609 16611 15470 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 528983024 18763776 389 33554432000 4194304 4287625 140735415876576 18446744073709551615 210647166479 0 0 4096 65536 3813317710532575231 0 0 17 4 0 0 0
/proc/16611/statm: 4581 389 341 23 0 91 0
[pid=16612] ppid=16611 vsize=525768 CPUtime=4842.36 cores=0
/proc/16612/stat : 16612 (cryptominisat) R 16611 16611 15470 0 -1 4202496 1515440 0 0 0 483551 685 0 0 25 0 1 0 528983024 538386432 90310 33554432000 4194304 4587354 140736336413104 18446744073709551615 4238224 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16612/statm: 131442 90310 337 96 0 128004 0
[pid=16613] ppid=16611 vsize=1228488 CPUtime=4838.73 cores=1
/proc/16613/stat : 16613 (clasp) R 16611 16611 15470 0 -1 4202496 306781 0 0 0 483684 189 0 0 25 0 1 0 528983024 1257971712 301960 33554432000 4194304 4785740 140736918725760 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16613/statm: 307122 301960 340 145 0 304167 0
[pid=16614] ppid=16611 vsize=497668 CPUtime=4841.62 cores=2
/proc/16614/stat : 16614 (TNM) R 16611 16611 15470 0 -1 4202496 19668 0 0 0 484158 4 0 0 25 0 1 0 528983024 509612032 19565 33554432000 134512640 134534564 4289295664 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16614/statm: 124417 19565 95 6 0 123083 0
[pid=16615] ppid=16611 vsize=243052 CPUtime=4842.36 cores=3
/proc/16615/stat : 16615 (march_hi) R 16611 16611 15470 0 -1 4202496 92095 0 0 0 484222 14 0 0 25 0 1 0 528983024 248885248 36543 33554432000 4194304 4331988 140736887682672 18446744073709551615 210646542033 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16615/statm: 60763 36543 175 34 0 59205 0
[pid=16617] ppid=16611 vsize=442316 CPUtime=19331.9 cores=4-7
/proc/16617/stat : 16617 (plingeling) S 16611 16611 15470 0 -1 4202496 520104 1249 0 0 1933005 183 0 0 25 0 5 0 528983063 452931584 82669 33554432000 4194304 4356188 140735114709840 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16617/statm: 110579 82669 164 40 0 109123 0
[pid=16617/tid=16623] ppid=16611 vsize=442316 CPUtime=4840.21 cores=4-7
/proc/16617/task/16623/stat : 16623 (plingeling) R 16611 16611 15470 0 -1 4202560 160043 1249 0 0 484001 20 0 0 25 0 5 0 528983231 452931584 82669 33554432000 4194304 4356188 140735114709840 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16617/tid=16624] ppid=16611 vsize=442316 CPUtime=4838.17 cores=4-7
/proc/16617/task/16624/stat : 16624 (plingeling) R 16611 16611 15470 0 -1 4202560 128012 1249 0 0 483753 64 0 0 25 0 5 0 528983231 452931584 82669 33554432000 4194304 4356188 140735114709840 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16617/tid=16625] ppid=16611 vsize=442316 CPUtime=4813.54 cores=4-7
/proc/16617/task/16625/stat : 16625 (plingeling) R 16611 16611 15470 0 -1 4202560 172603 1249 0 0 481333 21 0 0 25 0 5 0 528983231 452931584 82669 33554432000 4194304 4356188 140735114709840 18446744073709551615 4238570 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16617/tid=16626] ppid=16611 vsize=442316 CPUtime=4838.26 cores=4-7
/proc/16617/task/16626/stat : 16626 (plingeling) R 16611 16611 15470 0 -1 4202560 38480 1249 0 0 483752 74 0 0 25 0 5 0 528983231 452931584 82669 33554432000 4194304 4356188 140735114709840 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38697
Current children cumulated vsize (KiB) 2955616

[startup+4902.3 s]
/proc/loadavg: 8.07 8.03 8.00 9/178 16768
/proc/meminfo: memFree=28690004/32951132 swapFree=67080200/67111528
[pid=16611] ppid=16609 vsize=18324 CPUtime=0 cores=0-7
/proc/16611/stat : 16611 (ppfolio) S 16609 16611 15470 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 528983024 18763776 389 33554432000 4194304 4287625 140735415876576 18446744073709551615 210647166479 0 0 4096 65536 3813317710532575231 0 0 17 4 0 0 0
/proc/16611/statm: 4581 389 341 23 0 91 0
[pid=16612] ppid=16611 vsize=498928 CPUtime=4902.36 cores=0
/proc/16612/stat : 16612 (cryptominisat) R 16611 16611 15470 0 -1 4202496 1531703 0 0 0 489541 695 0 0 25 0 1 0 528983024 510902272 86686 33554432000 4194304 4587354 140736336413104 18446744073709551615 4238399 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16612/statm: 124732 86686 337 96 0 121294 0
[pid=16613] ppid=16611 vsize=1228488 CPUtime=4898.73 cores=1
/proc/16613/stat : 16613 (clasp) R 16611 16611 15470 0 -1 4202496 306794 0 0 0 489684 189 0 0 25 0 1 0 528983024 1257971712 301973 33554432000 4194304 4785740 140736918725760 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16613/statm: 307122 301973 340 145 0 304167 0
[pid=16614] ppid=16611 vsize=497668 CPUtime=4901.62 cores=2
/proc/16614/stat : 16614 (TNM) R 16611 16611 15470 0 -1 4202496 19668 0 0 0 490158 4 0 0 25 0 1 0 528983024 509612032 19565 33554432000 134512640 134534564 4289295664 18446744073709551615 134530236 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16614/statm: 124417 19565 95 6 0 123083 0
[pid=16615] ppid=16611 vsize=243052 CPUtime=4902.36 cores=3
/proc/16615/stat : 16615 (march_hi) R 16611 16611 15470 0 -1 4202496 92120 0 0 0 490222 14 0 0 25 0 1 0 528983024 248885248 36568 33554432000 4194304 4331988 140736887682672 18446744073709551615 4228335 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16615/statm: 60763 36568 175 34 0 59205 0
[pid=16617] ppid=16611 vsize=462796 CPUtime=19571.5 cores=4-7
/proc/16617/stat : 16617 (plingeling) S 16611 16611 15470 0 -1 4202496 526248 1249 0 0 1956967 185 0 0 25 0 5 0 528983063 473903104 87789 33554432000 4194304 4356188 140735114709840 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16617/statm: 115699 87789 164 40 0 114243 0
[pid=16617/tid=16623] ppid=16611 vsize=462796 CPUtime=4900.21 cores=4-7
/proc/16617/task/16623/stat : 16623 (plingeling) R 16611 16611 15470 0 -1 4202560 160043 1249 0 0 490001 20 0 0 25 0 5 0 528983231 473903104 87789 33554432000 4194304 4356188 140735114709840 18446744073709551615 4237473 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16617/tid=16624] ppid=16611 vsize=462796 CPUtime=4898.13 cores=4-7
/proc/16617/task/16624/stat : 16624 (plingeling) R 16611 16611 15470 0 -1 4202560 133132 1249 0 0 489748 65 0 0 25 0 5 0 528983231 473903104 87789 33554432000 4194304 4356188 140735114709840 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16617/tid=16625] ppid=16611 vsize=462796 CPUtime=4873.22 cores=4-7
/proc/16617/task/16625/stat : 16625 (plingeling) R 16611 16611 15470 0 -1 4202560 173627 1249 0 0 487301 21 0 0 25 0 5 0 528983231 473903104 87789 33554432000 4194304 4356188 140735114709840 18446744073709551615 4330990 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16617/tid=16626] ppid=16611 vsize=462796 CPUtime=4898.25 cores=4-7
/proc/16617/task/16626/stat : 16626 (plingeling) R 16611 16611 15470 0 -1 4202560 38480 1249 0 0 489751 74 0 0 25 0 5 0 528983231 473903104 87789 33554432000 4194304 4356188 140735114709840 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39176.6
Current children cumulated vsize (KiB) 2949256

[startup+4962.3 s]
/proc/loadavg: 8.02 8.02 8.00 9/178 16770
/proc/meminfo: memFree=28594760/32951132 swapFree=67080200/67111528
[pid=16611] ppid=16609 vsize=18324 CPUtime=0 cores=0-7
/proc/16611/stat : 16611 (ppfolio) S 16609 16611 15470 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 528983024 18763776 389 33554432000 4194304 4287625 140735415876576 18446744073709551615 210647166479 0 0 4096 65536 3813317710532575231 0 0 17 4 0 0 0
/proc/16611/statm: 4581 389 341 23 0 91 0
[pid=16612] ppid=16611 vsize=498928 CPUtime=4962.37 cores=0
/proc/16612/stat : 16612 (cryptominisat) R 16611 16611 15470 0 -1 4202496 1548607 0 0 0 495533 704 0 0 25 0 1 0 528983024 510902272 103490 33554432000 4194304 4587354 140736336413104 18446744073709551615 4243416 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16612/statm: 124732 103490 337 96 0 121294 0
[pid=16613] ppid=16611 vsize=1228488 CPUtime=4958.73 cores=1
/proc/16613/stat : 16613 (clasp) R 16611 16611 15470 0 -1 4202496 306800 0 0 0 495684 189 0 0 25 0 1 0 528983024 1257971712 301979 33554432000 4194304 4785740 140736918725760 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16613/statm: 307122 301979 340 145 0 304167 0
[pid=16614] ppid=16611 vsize=497668 CPUtime=4961.62 cores=2
/proc/16614/stat : 16614 (TNM) R 16611 16611 15470 0 -1 4202496 19668 0 0 0 496158 4 0 0 25 0 1 0 528983024 509612032 19565 33554432000 134512640 134534564 4289295664 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16614/statm: 124417 19565 95 6 0 123083 0
[pid=16615] ppid=16611 vsize=243052 CPUtime=4962.36 cores=3
/proc/16615/stat : 16615 (march_hi) R 16611 16611 15470 0 -1 4202496 92145 0 0 0 496222 14 0 0 25 0 1 0 528983024 248885248 36593 33554432000 4194304 4331988 140736887682672 18446744073709551615 210646541502 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16615/statm: 60763 36593 175 34 0 59205 0
[pid=16617] ppid=16611 vsize=491468 CPUtime=19811.1 cores=4-7
/proc/16617/stat : 16617 (plingeling) S 16611 16611 15470 0 -1 4202496 535464 1249 0 0 1980927 186 0 0 25 0 5 0 528983063 503263232 94957 33554432000 4194304 4356188 140735114709840 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16617/statm: 122867 94957 164 40 0 121411 0
[pid=16617/tid=16623] ppid=16611 vsize=491468 CPUtime=4960.21 cores=4-7
/proc/16617/task/16623/stat : 16623 (plingeling) R 16611 16611 15470 0 -1 4202560 161067 1249 0 0 496001 20 0 0 25 0 5 0 528983231 503263232 94957 33554432000 4194304 4356188 140735114709840 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16617/tid=16624] ppid=16611 vsize=491468 CPUtime=4958.1 cores=4-7
/proc/16617/task/16624/stat : 16624 (plingeling) R 16611 16611 15470 0 -1 4202560 139276 1249 0 0 495744 66 0 0 25 0 5 0 528983231 503263232 94957 33554432000 4194304 4356188 140735114709840 18446744073709551615 4281495 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16617/tid=16625] ppid=16611 vsize=491468 CPUtime=4932.88 cores=4-7
/proc/16617/task/16625/stat : 16625 (plingeling) R 16611 16611 15470 0 -1 4202560 175675 1249 0 0 493267 21 0 0 25 0 5 0 528983231 503263232 94957 33554432000 4194304 4356188 140735114709840 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16617/tid=16626] ppid=16611 vsize=491468 CPUtime=4958.24 cores=4-7
/proc/16617/task/16626/stat : 16626 (plingeling) R 16611 16611 15470 0 -1 4202560 38480 1249 0 0 495750 74 0 0 25 0 5 0 528983231 503263232 94957 33554432000 4194304 4356188 140735114709840 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39656.2
Current children cumulated vsize (KiB) 2977928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5005.4 s]
/proc/loadavg: 8.01 8.02 8.00 9/178 16771
/proc/meminfo: memFree=28633940/32951132 swapFree=67080200/67111528
[pid=16611] ppid=16609 vsize=18324 CPUtime=0 cores=0-7
/proc/16611/stat : 16611 (ppfolio) S 16609 16611 15470 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 528983024 18763776 389 33554432000 4194304 4287625 140735415876576 18446744073709551615 210647166479 0 0 4096 65536 3813317710532575231 0 0 17 4 0 0 0
/proc/16611/statm: 4581 389 341 23 0 91 0
[pid=16612] ppid=16611 vsize=506780 CPUtime=5005.47 cores=0
/proc/16612/stat : 16612 (cryptominisat) R 16611 16611 15470 0 -1 4202496 1559158 0 0 0 499838 709 0 0 25 0 1 0 528983024 518942720 94464 33554432000 4194304 4587354 140736336413104 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16612/statm: 126695 94464 337 96 0 123257 0
[pid=16613] ppid=16611 vsize=1228488 CPUtime=5001.83 cores=1
/proc/16613/stat : 16613 (clasp) R 16611 16611 15470 0 -1 4202496 306802 0 0 0 499994 189 0 0 25 0 1 0 528983024 1257971712 301981 33554432000 4194304 4785740 140736918725760 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16613/statm: 307122 301981 340 145 0 304167 0
[pid=16614] ppid=16611 vsize=497668 CPUtime=5004.73 cores=2
/proc/16614/stat : 16614 (TNM) R 16611 16611 15470 0 -1 4202496 19668 0 0 0 500469 4 0 0 25 0 1 0 528983024 509612032 19565 33554432000 134512640 134534564 4289295664 18446744073709551615 134529675 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16614/statm: 124417 19565 95 6 0 123083 0
[pid=16615] ppid=16611 vsize=243052 CPUtime=5005.47 cores=3
/proc/16615/stat : 16615 (march_hi) R 16611 16611 15470 0 -1 4202496 92164 0 0 0 500533 14 0 0 25 0 1 0 528983024 248885248 36612 33554432000 4194304 4331988 140736887682672 18446744073709551615 4263319 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16615/statm: 60763 36612 175 34 0 59205 0
[pid=16617] ppid=16611 vsize=487372 CPUtime=19983.3 cores=4-7
/proc/16617/stat : 16617 (plingeling) S 16611 16611 15470 0 -1 4202496 535464 1249 0 0 1998142 186 0 0 25 0 5 0 528983063 499068928 93933 33554432000 4194304 4356188 140735114709840 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16617/statm: 121843 93933 164 40 0 120387 0
[pid=16617/tid=16623] ppid=16611 vsize=487372 CPUtime=5003.31 cores=4-7
/proc/16617/task/16623/stat : 16623 (plingeling) R 16611 16611 15470 0 -1 4202560 161067 1249 0 0 500311 20 0 0 25 0 5 0 528983231 499068928 93933 33554432000 4194304 4356188 140735114709840 18446744073709551615 4331337 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16617/tid=16624] ppid=16611 vsize=487372 CPUtime=5001.18 cores=4-7
/proc/16617/task/16624/stat : 16624 (plingeling) R 16611 16611 15470 0 -1 4202560 139276 1249 0 0 500052 66 0 0 25 0 5 0 528983231 499068928 93933 33554432000 4194304 4356188 140735114709840 18446744073709551615 4236764 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16617/tid=16625] ppid=16611 vsize=487372 CPUtime=4975.74 cores=4-7
/proc/16617/task/16625/stat : 16625 (plingeling) R 16611 16611 15470 0 -1 4202560 175675 1249 0 0 497553 21 0 0 25 0 5 0 528983231 499068928 93933 33554432000 4194304 4356188 140735114709840 18446744073709551615 4324028 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16617/tid=16626] ppid=16611 vsize=487372 CPUtime=5001.34 cores=4-7
/proc/16617/task/16626/stat : 16626 (plingeling) R 16611 16611 15470 0 -1 4202560 38480 1249 0 0 500060 74 0 0 25 0 5 0 528983231 499068928 93933 33554432000 4194304 4356188 140735114709840 18446744073709551615 4331002 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.8
Current children cumulated vsize (KiB) 2981684

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16611 and gives
#  childrusage.ru_utime.tv_sec=10010
#  childrusage.ru_utime.tv_usec=30244
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=209968
# CPU time returned by wait4() is 10010.2
# while last known CPU time is 40000.8
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5005.42
CPU time (s): 40000.8
CPU user time (s): 39989.8
CPU system time (s): 11.02
CPU usage (%): 799.15
Max. virtual memory (cumulated for all children) (KiB): 3139432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10010
system time used= 0.209968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112351
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= 360
involuntary context switches= 18213

runsolver used 8.09677 second user time and 19.2171 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-30 16:30:34
IDJOB=3276146
IDBENCH=85640
IDSOLVER=1638
FILE ID=node129/3276146-1304173831
RUNJOBID= node129-1304158550-15484
PBS_JOBID= 13170917
Free space on /tmp= 67240 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT05/crafted/lynce05/social-golfer-problem/sgp_5-6-8.shuffled-as.sat05-2669.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3276146-1304173831/watcher-3276146-1304173831 -o /tmp/evaluation-result-3276146-1304173831/solver-3276146-1304173831 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3276146-1304173831.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 4229175ff4382a4625ce92a19d20dde4
RANDOM SEED=1127419648

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30818940 kB
Buffers:        283832 kB
Cached:        1466952 kB
SwapCached:       5056 kB
Active:         154796 kB
Inactive:      1633532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30818940 kB
SwapTotal:    67111528 kB
SwapFree:     67080200 kB
Dirty:           22576 kB
Writeback:           0 kB
AnonPages:       35628 kB
Mapped:          12268 kB
Slab:           277084 kB
PageTables:       4300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   186224 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= 67228 MiB
End job on node129 at 2011-04-30 17:54:01