Trace number 3275421

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.7 5003.72

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-6x40.cnf
MD5SUM3a7a68cedc6ab84c0df9c27d166b0b6b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables960
Number of clauses48480
Sum of the clauses size191040
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21440
Number of clauses of size 30
Number of clauses of size 447040
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 8 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	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-3275421-1304167086/watcher-3275421-1304167086 -o /tmp/evaluation-result-3275421-1304167086/solver-3275421-1304167086 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275421-1304167086.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.37 7.91 7.96 1/170 32576
/proc/meminfo: memFree=23399516/32951124 swapFree=67102140/67111528
[pid=32576] ppid=32574 vsize=18324 CPUtime=0 cores=0-7
/proc/32576/stat : 32576 (ppfolio) S 32574 32576 32115 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 606939230 18763776 390 33554432000 4194304 4287625 140736489182416 18446744073709551615 216735198735 0 0 4096 65536 4605344451970203647 0 0 17 4 0 0 0
/proc/32576/statm: 4581 390 341 23 0 91 0

[startup+0.055493 s]
/proc/loadavg: 7.37 7.91 7.96 1/170 32576
/proc/meminfo: memFree=23399516/32951124 swapFree=67102140/67111528
[pid=32576] ppid=32574 vsize=18324 CPUtime=0 cores=0-7
/proc/32576/stat : 32576 (ppfolio) S 32574 32576 32115 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 606939230 18763776 390 33554432000 4194304 4287625 140736489182416 18446744073709551615 216735198735 0 0 4096 65536 4605344451970203647 0 0 17 6 0 0 0
/proc/32576/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100441 s]
/proc/loadavg: 7.37 7.91 7.96 1/170 32576
/proc/meminfo: memFree=23399516/32951124 swapFree=67102140/67111528
[pid=32576] ppid=32574 vsize=18324 CPUtime=0 cores=0-7
/proc/32576/stat : 32576 (ppfolio) S 32574 32576 32115 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 606939230 18763776 390 33554432000 4194304 4287625 140736489182416 18446744073709551615 216735198735 0 0 4096 65536 4605344451970203647 0 0 17 6 0 0 0
/proc/32576/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300405 s]
/proc/loadavg: 7.37 7.91 7.96 1/170 32576
/proc/meminfo: memFree=23399516/32951124 swapFree=67102140/67111528
[pid=32576] ppid=32574 vsize=18324 CPUtime=0 cores=0-7
/proc/32576/stat : 32576 (ppfolio) S 32574 32576 32115 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 606939230 18763776 390 33554432000 4194304 4287625 140736489182416 18446744073709551615 216735198735 0 0 4096 65536 4605344451970203647 0 0 17 6 0 0 0
/proc/32576/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700332 s]
/proc/loadavg: 7.37 7.91 7.96 1/170 32576
/proc/meminfo: memFree=23399516/32951124 swapFree=67102140/67111528
[pid=32576] ppid=32574 vsize=18324 CPUtime=0 cores=0-7
/proc/32576/stat : 32576 (ppfolio) S 32574 32576 32115 0 -1 4202496 523 0 0 0 0 0 0 0 21 0 1 0 606939230 18763776 390 33554432000 4194304 4287625 140736489182416 18446744073709551615 216735198735 0 0 4096 65536 4605344451970203647 0 0 17 6 0 0 0
/proc/32576/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5012 s]
/proc/loadavg: 7.37 7.91 7.96 9/180 32591
/proc/meminfo: memFree=23328260/32951124 swapFree=67102140/67111528
[pid=32576] ppid=32574 vsize=18324 CPUtime=0 cores=0-7
/proc/32576/stat : 32576 (ppfolio) S 32574 32576 32115 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 606939230 18763776 390 33554432000 4194304 4287625 140736489182416 18446744073709551615 216735198735 0 0 4096 65536 4605344451970203647 0 0 17 6 0 0 0
/proc/32576/statm: 4581 390 341 23 0 91 0
[pid=32577] ppid=32576 vsize=1602936 CPUtime=1.49 cores=0
/proc/32577/stat : 32577 (cryptominisat) R 32576 32576 32115 0 -1 4202496 10700 0 0 0 148 1 0 0 20 0 1 0 606939230 1641406464 5669 33554432000 4194304 4587354 140737215431136 18446744073709551615 4364888 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32577/statm: 400734 5669 337 96 0 397296 0
[pid=32578] ppid=32576 vsize=27560 CPUtime=1.48 cores=1
/proc/32578/stat : 32578 (clasp) R 32576 32576 32115 0 -1 4202496 4593 0 0 0 148 0 0 0 20 0 1 0 606939230 28221440 4210 33554432000 4194304 4785740 140734449078624 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32578/statm: 6890 4210 340 145 0 3935 0
[pid=32579] ppid=32576 vsize=460316 CPUtime=1.49 cores=2
/proc/32579/stat : 32579 (TNM) R 32576 32576 32115 0 -1 4202496 1876 0 0 0 149 0 0 0 20 0 1 0 606939230 471363584 1772 33554432000 134512640 134534564 4292006992 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32579/statm: 115079 1772 95 6 0 113745 0
[pid=32580] ppid=32576 vsize=18400 CPUtime=1.49 cores=3
/proc/32580/stat : 32580 (march_hi) R 32576 32576 32115 0 -1 4202496 7027 0 0 0 148 1 0 0 20 0 1 0 606939230 18841600 2270 33554432000 4194304 4331988 140735542103968 18446744073709551615 4265498 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32580/statm: 4600 2270 173 34 0 3042 0
[pid=32581] ppid=32576 vsize=144236 CPUtime=5.78 cores=4-7
/proc/32581/stat : 32581 (plingeling) S 32576 32576 32115 0 -1 4202496 8739 1254 0 0 577 1 0 0 18 0 5 0 606939230 147697664 8118 33554432000 4194304 4356188 140736303746992 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32581/statm: 36059 8118 163 40 0 34603 0
[pid=32581/tid=32588] ppid=32576 vsize=144236 CPUtime=1.42 cores=4-7
/proc/32581/task/32588/stat : 32588 (plingeling) R 32576 32576 32115 0 -1 4202560 1383 1254 0 0 142 0 0 0 23 0 5 0 606939236 147697664 8118 33554432000 4194304 4356188 140736303746992 18446744073709551615 4238807 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32581/tid=32589] ppid=32576 vsize=144236 CPUtime=1.42 cores=4-7
/proc/32581/task/32589/stat : 32589 (plingeling) R 32576 32576 32115 0 -1 4202560 1389 1254 0 0 142 0 0 0 23 0 5 0 606939236 147697664 8118 33554432000 4194304 4356188 140736303746992 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32581/tid=32590] ppid=32576 vsize=144236 CPUtime=1.43 cores=4-7
/proc/32581/task/32590/stat : 32590 (plingeling) R 32576 32576 32115 0 -1 4202560 1351 1254 0 0 143 0 0 0 19 0 5 0 606939236 147697664 8118 33554432000 4194304 4356188 140736303746992 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32581/tid=32591] ppid=32576 vsize=144236 CPUtime=1.43 cores=4-7
/proc/32581/task/32591/stat : 32591 (plingeling) R 32576 32576 32115 0 -1 4202560 992 1254 0 0 143 0 0 0 23 0 5 0 606939236 147697664 8118 33554432000 4194304 4356188 140736303746992 18446744073709551615 4298598 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.73
Current children cumulated vsize (KiB) 2271772

[startup+3.10092 s]
/proc/loadavg: 7.37 7.91 7.96 9/180 32591
/proc/meminfo: memFree=23317356/32951124 swapFree=67102140/67111528
[pid=32576] ppid=32574 vsize=18324 CPUtime=0 cores=0-7
/proc/32576/stat : 32576 (ppfolio) S 32574 32576 32115 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 606939230 18763776 390 33554432000 4194304 4287625 140736489182416 18446744073709551615 216735198735 0 0 4096 65536 4605344451970203647 0 0 17 6 0 0 0
/proc/32576/statm: 4581 390 341 23 0 91 0
[pid=32577] ppid=32576 vsize=1615708 CPUtime=3.08 cores=0
/proc/32577/stat : 32577 (cryptominisat) R 32576 32576 32115 0 -1 4202496 15761 0 0 0 307 1 0 0 25 0 1 0 606939230 1654484992 8931 33554432000 4194304 4587354 140737215431136 18446744073709551615 4388261 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32577/statm: 403927 8931 337 96 0 400489 0
[pid=32578] ppid=32576 vsize=31560 CPUtime=3.08 cores=1
/proc/32578/stat : 32578 (clasp) R 32576 32576 32115 0 -1 4202496 5567 0 0 0 308 0 0 0 25 0 1 0 606939230 32317440 5184 33554432000 4194304 4785740 140734449078624 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32578/statm: 7890 5184 340 145 0 4935 0
[pid=32579] ppid=32576 vsize=460316 CPUtime=3.08 cores=2
/proc/32579/stat : 32579 (TNM) R 32576 32576 32115 0 -1 4202496 1876 0 0 0 308 0 0 0 25 0 1 0 606939230 471363584 1772 33554432000 134512640 134534564 4292006992 18446744073709551615 134528955 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32579/statm: 115079 1772 95 6 0 113745 0
[pid=32580] ppid=32576 vsize=18400 CPUtime=3.09 cores=3
/proc/32580/stat : 32580 (march_hi) R 32576 32576 32115 0 -1 4202496 7027 0 0 0 308 1 0 0 25 0 1 0 606939230 18841600 2270 33554432000 4194304 4331988 140735542103968 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32580/statm: 4600 2270 173 34 0 3042 0
[pid=32581] ppid=32576 vsize=141284 CPUtime=12.17 cores=4-7
/proc/32581/stat : 32581 (plingeling) S 32576 32576 32115 0 -1 4202496 9942 1254 0 0 1216 1 0 0 18 0 5 0 606939230 144674816 7364 33554432000 4194304 4356188 140736303746992 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32581/statm: 35321 7364 163 40 0 33865 0
[pid=32581/tid=32588] ppid=32576 vsize=141284 CPUtime=3.01 cores=4-7
/proc/32581/task/32588/stat : 32588 (plingeling) R 32576 32576 32115 0 -1 4202560 1658 1254 0 0 301 0 0 0 25 0 5 0 606939236 144674816 7364 33554432000 4194304 4356188 140736303746992 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32581/tid=32589] ppid=32576 vsize=141284 CPUtime=3.02 cores=4-7
/proc/32581/task/32589/stat : 32589 (plingeling) R 32576 32576 32115 0 -1 4202560 1627 1254 0 0 302 0 0 0 25 0 5 0 606939236 144674816 7364 33554432000 4194304 4356188 140736303746992 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32581/tid=32590] ppid=32576 vsize=141284 CPUtime=3.03 cores=4-7
/proc/32581/task/32590/stat : 32590 (plingeling) R 32576 32576 32115 0 -1 4202560 1672 1254 0 0 303 0 0 0 25 0 5 0 606939236 144674816 7364 33554432000 4194304 4356188 140736303746992 18446744073709551615 4273866 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32581/tid=32591] ppid=32576 vsize=141284 CPUtime=3.03 cores=4-7
/proc/32581/task/32591/stat : 32591 (plingeling) R 32576 32576 32115 0 -1 4202560 1361 1254 0 0 303 0 0 0 25 0 5 0 606939236 144674816 7364 33554432000 4194304 4356188 140736303746992 18446744073709551615 4331849 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.5
Current children cumulated vsize (KiB) 2285592

[startup+6.30136 s]
/proc/loadavg: 7.50 7.93 7.96 9/180 32591
/proc/meminfo: memFree=23293920/32951124 swapFree=67102140/67111528
[pid=32576] ppid=32574 vsize=18324 CPUtime=0 cores=0-7
/proc/32576/stat : 32576 (ppfolio) S 32574 32576 32115 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 606939230 18763776 390 33554432000 4194304 4287625 140736489182416 18446744073709551615 216735198735 0 0 4096 65536 4605344451970203647 0 0 17 6 0 0 0
/proc/32576/statm: 4581 390 341 23 0 91 0
[pid=32577] ppid=32576 vsize=1620384 CPUtime=6.28 cores=0
/proc/32577/stat : 32577 (cryptominisat) R 32576 32576 32115 0 -1 4202496 18200 0 0 0 627 1 0 0 25 0 1 0 606939230 1659273216 9656 33554432000 4194304 4587354 140737215431136 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32577/statm: 405096 9656 337 96 0 401658 0
[pid=32578] ppid=32576 vsize=38160 CPUtime=6.29 cores=1
/proc/32578/stat : 32578 (clasp) R 32576 32576 32115 0 -1 4202496 7163 0 0 0 628 1 0 0 25 0 1 0 606939230 39075840 6780 33554432000 4194304 4785740 140734449078624 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32578/statm: 9540 6780 340 145 0 6585 0
[pid=32579] ppid=32576 vsize=460316 CPUtime=6.28 cores=2
/proc/32579/stat : 32579 (TNM) R 32576 32576 32115 0 -1 4202496 1876 0 0 0 628 0 0 0 25 0 1 0 606939230 471363584 1772 33554432000 134512640 134534564 4292006992 18446744073709551615 6187384 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32579/statm: 115079 1772 95 6 0 113745 0
[pid=32580] ppid=32576 vsize=18400 CPUtime=6.29 cores=3
/proc/32580/stat : 32580 (march_hi) R 32576 32576 32115 0 -1 4202496 7028 0 0 0 628 1 0 0 25 0 1 0 606939230 18841600 2271 33554432000 4194304 4331988 140735542103968 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32580/statm: 4600 2271 173 34 0 3042 0
[pid=32581] ppid=32576 vsize=141788 CPUtime=24.96 cores=4-7
/proc/32581/stat : 32581 (plingeling) S 32576 32576 32115 0 -1 4202496 10996 1254 0 0 2494 2 0 0 18 0 5 0 606939230 145190912 7490 33554432000 4194304 4356188 140736303746992 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32581/statm: 35447 7490 163 40 0 33991 0
[pid=32581/tid=32588] ppid=32576 vsize=141788 CPUtime=6.19 cores=4-7
/proc/32581/task/32588/stat : 32588 (plingeling) R 32576 32576 32115 0 -1 4202560 1850 1254 0 0 619 0 0 0 25 0 5 0 606939236 145190912 7490 33554432000 4194304 4356188 140736303746992 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32581/tid=32589] ppid=32576 vsize=141788 CPUtime=6.22 cores=4-7
/proc/32581/task/32589/stat : 32589 (plingeling) R 32576 32576 32115 0 -1 4202560 1898 1254 0 0 622 0 0 0 25 0 5 0 606939236 145190912 7490 33554432000 4194304 4356188 140736303746992 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32581/tid=32590] ppid=32576 vsize=141788 CPUtime=6.23 cores=4-7
/proc/32581/task/32590/stat : 32590 (plingeling) R 32576 32576 32115 0 -1 4202560 1910 1254 0 0 623 0 0 0 25 0 5 0 606939236 145190912 7490 33554432000 4194304 4356188 140736303746992 18446744073709551615 4250576 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32581/tid=32591] ppid=32576 vsize=141788 CPUtime=6.23 cores=4-7
/proc/32581/task/32591/stat : 32591 (plingeling) R 32576 32576 32115 0 -1 4202560 1714 1254 0 0 623 0 0 0 25 0 5 0 606939236 145190912 7490 33554432000 4194304 4356188 140736303746992 18446744073709551615 4281652 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.1
Current children cumulated vsize (KiB) 2297372

[startup+12.7012 s]
/proc/loadavg: 7.54 7.93 7.96 9/180 32591
/proc/meminfo: memFree=23279108/32951124 swapFree=67102140/67111528
[pid=32576] ppid=32574 vsize=18324 CPUtime=0 cores=0-7
/proc/32576/stat : 32576 (ppfolio) S 32574 32576 32115 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 606939230 18763776 390 33554432000 4194304 4287625 140736489182416 18446744073709551615 216735198735 0 0 4096 65536 4605344451970203647 0 0 17 6 0 0 0
/proc/32576/statm: 4581 390 341 23 0 91 0
[pid=32577] ppid=32576 vsize=1629800 CPUtime=12.69 cores=0
/proc/32577/stat : 32577 (cryptominisat) R 32576 32576 32115 0 -1 4202496 29155 0 0 0 1266 3 0 0 25 0 1 0 606939230 1668915200 14248 33554432000 4194304 4587354 140737215431136 18446744073709551615 4357656 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32577/statm: 407450 14248 337 96 0 404012 0
[pid=32578] ppid=32576 vsize=45968 CPUtime=12.69 cores=1
/proc/32578/stat : 32578 (clasp) R 32576 32576 32115 0 -1 4202496 9007 0 0 0 1268 1 0 0 25 0 1 0 606939230 47071232 8624 33554432000 4194304 4785740 140734449078624 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32578/statm: 11492 8624 340 145 0 8537 0
[pid=32579] ppid=32576 vsize=460316 CPUtime=12.68 cores=2
/proc/32579/stat : 32579 (TNM) R 32576 32576 32115 0 -1 4202496 1876 0 0 0 1268 0 0 0 25 0 1 0 606939230 471363584 1772 33554432000 134512640 134534564 4292006992 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32579/statm: 115079 1772 95 6 0 113745 0
[pid=32580] ppid=32576 vsize=20700 CPUtime=12.69 cores=3
/proc/32580/stat : 32580 (march_hi) R 32576 32576 32115 0 -1 4202496 7440 0 0 0 1268 1 0 0 25 0 1 0 606939230 21196800 2683 33554432000 4194304 4331988 140735542103968 18446744073709551615 4226260 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32580/statm: 5175 2683 174 34 0 3617 0
[pid=32581] ppid=32576 vsize=142876 CPUtime=50.52 cores=4-7
/proc/32581/stat : 32581 (plingeling) S 32576 32576 32115 0 -1 4202496 12918 1254 0 0 5050 2 0 0 18 0 5 0 606939230 146305024 7780 33554432000 4194304 4356188 140736303746992 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32581/statm: 35719 7780 163 40 0 34263 0
[pid=32581/tid=32588] ppid=32576 vsize=142876 CPUtime=12.56 cores=4-7
/proc/32581/task/32588/stat : 32588 (plingeling) R 32576 32576 32115 0 -1 4202560 2313 1254 0 0 1256 0 0 0 25 0 5 0 606939236 146305024 7780 33554432000 4194304 4356188 140736303746992 18446744073709551615 4279435 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32581/tid=32589] ppid=32576 vsize=142876 CPUtime=12.62 cores=4-7
/proc/32581/task/32589/stat : 32589 (plingeling) R 32576 32576 32115 0 -1 4202560 2254 1254 0 0 1262 0 0 0 25 0 5 0 606939236 146305024 7780 33554432000 4194304 4356188 140736303746992 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32581/tid=32590] ppid=32576 vsize=142876 CPUtime=12.63 cores=4-7
/proc/32581/task/32590/stat : 32590 (plingeling) R 32576 32576 32115 0 -1 4202560 2423 1254 0 0 1263 0 0 0 25 0 5 0 606939236 146305024 7780 33554432000 4194304 4356188 140736303746992 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32581/tid=32591] ppid=32576 vsize=142876 CPUtime=12.63 cores=4-7
/proc/32581/task/32591/stat : 32591 (plingeling) R 32576 32576 32115 0 -1 4202560 2304 1254 0 0 1263 0 0 0 25 0 5 0 606939236 146305024 7780 33554432000 4194304 4356188 140736303746992 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 2317984

[startup+25.501 s]
/proc/loadavg: 7.64 7.93 7.96 9/180 32592
/proc/meminfo: memFree=23287196/32951124 swapFree=67102140/67111528
[pid=32576] ppid=32574 vsize=18324 CPUtime=0 cores=0-7
/proc/32576/stat : 32576 (ppfolio) S 32574 32576 32115 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 606939230 18763776 390 33554432000 4194304 4287625 140736489182416 18446744073709551615 216735198735 0 0 4096 65536 4605344451970203647 0 0 17 6 0 0 0
/proc/32576/statm: 4581 390 341 23 0 91 0
[pid=32577] ppid=32576 vsize=1603208 CPUtime=25.48 cores=0
/proc/32577/stat : 32577 (cryptominisat) R 32576 32576 32115 0 -1 4202496 51481 0 0 0 2542 6 0 0 25 0 1 0 606939230 1641684992 6104 33554432000 4194304 4587354 140737215431136 18446744073709551615 4238600 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=32579] ppid=32576 vsize=460316 CPUtime=4842.37 cores=2
/proc/32579/stat : 32579 (TNM) R 32576 32576 32115 0 -1 4202496 1876 0 0 0 484235 2 0 0 25 0 1 0 606939230 471363584 1772 33554432000 134512640 134534564 4292006992 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32579/statm: 115079 1772 95 6 0 113745 0
[pid=32580] ppid=32576 vsize=23576 CPUtime=4842.39 cores=3
/proc/32580/stat : 32580 (march_hi) R 32576 32576 32115 0 -1 4202496 7916 0 0 0 484238 1 0 0 25 0 1 0 606939230 24141824 3159 33554432000 4194304 4331988 140735542103968 18446744073709551615 4263162 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32580/statm: 5894 3159 174 34 0 4336 0
[pid=32581] ppid=32576 vsize=288104 CPUtime=19341 cores=4-7
/proc/32581/stat : 32581 (plingeling) S 32576 32576 32115 0 -1 4202496 1060951 1254 0 0 1933941 155 0 0 18 0 5 0 606939230 295018496 44101 33554432000 4194304 4356188 140736303746992 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32581/statm: 72026 44101 163 40 0 70570 0
[pid=32581/tid=32588] ppid=32576 vsize=288104 CPUtime=4815.94 cores=4-7
/proc/32581/task/32588/stat : 32588 (plingeling) R 32576 32576 32115 0 -1 4202560 285294 1254 0 0 481555 39 0 0 25 0 5 0 606939236 295018496 44101 33554432000 4194304 4356188 140736303746992 18446744073709551615 4330976 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32581/tid=32589] ppid=32576 vsize=288104 CPUtime=4841.68 cores=4-7
/proc/32581/task/32589/stat : 32589 (plingeling) R 32576 32576 32115 0 -1 4202560 261299 1254 0 0 484127 41 0 0 25 0 5 0 606939236 295018496 44101 33554432000 4194304 4356188 140736303746992 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32581/tid=32590] ppid=32576 vsize=288104 CPUtime=4840.92 cores=4-7
/proc/32581/task/32590/stat : 32590 (plingeling) R 32576 32576 32115 0 -1 4202560 263113 1254 0 0 484053 39 0 0 25 0 5 0 606939236 295018496 44101 33554432000 4194304 4356188 140736303746992 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32581/tid=32591] ppid=32576 vsize=288104 CPUtime=4842.32 cores=4-7
/proc/32581/task/32591/stat : 32591 (plingeling) R 32576 32576 32115 0 -1 4202560 247621 1254 0 0 484199 33 0 0 25 0 5 0 606939236 295018496 44101 33554432000 4194304 4356188 140736303746992 18446744073709551615 4331337 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38710.4
Current children cumulated vsize (KiB) 1378868

[startup+4902.3 s]
/proc/loadavg: 8.02 8.05 8.00 9/180 32737
/proc/meminfo: memFree=22787240/32951124 swapFree=67102140/67111528
[pid=32576] ppid=32574 vsize=18324 CPUtime=0 cores=0-7
/proc/32576/stat : 32576 (ppfolio) S 32574 32576 32115 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 606939230 18763776 390 33554432000 4194304 4287625 140736489182416 18446744073709551615 216735198735 0 0 4096 65536 4605344451970203647 0 0 17 6 0 0 0
/proc/32576/statm: 4581 390 341 23 0 91 0
[pid=32577] ppid=32576 vsize=1684708 CPUtime=4902.39 cores=0
/proc/32577/stat : 32577 (cryptominisat) R 32576 32576 32115 0 -1 4202496 3142229 0 0 0 489364 875 0 0 25 0 1 0 606939230 1725140992 24928 33554432000 4194304 4587354 140737215431136 18446744073709551615 216734875323 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32577/statm: 421177 24928 337 96 0 417739 0
[pid=32578] ppid=32576 vsize=308780 CPUtime=4902.25 cores=1
/proc/32578/stat : 32578 (clasp) R 32576 32576 32115 0 -1 4202496 68738 0 0 0 490212 13 0 0 25 0 1 0 606939230 316190720 68013 33554432000 4194304 4785740 140734449078624 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32578/statm: 77195 68013 340 145 0 74240 0
[pid=32579] ppid=32576 vsize=460316 CPUtime=4902.37 cores=2
/proc/32579/stat : 32579 (TNM) R 32576 32576 32115 0 -1 4202496 1876 0 0 0 490235 2 0 0 25 0 1 0 606939230 471363584 1772 33554432000 134512640 134534564 4292006992 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32579/statm: 115079 1772 95 6 0 113745 0
[pid=32580] ppid=32576 vsize=23576 CPUtime=4902.39 cores=3
/proc/32580/stat : 32580 (march_hi) R 32576 32576 32115 0 -1 4202496 7916 0 0 0 490238 1 0 0 25 0 1 0 606939230 24141824 3159 33554432000 4194304 4331988 140735542103968 18446744073709551615 4228343 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32580/statm: 5894 3159 174 34 0 4336 0
[pid=32581] ppid=32576 vsize=277608 CPUtime=19580.6 cores=4-7
/proc/32581/stat : 32581 (plingeling) S 32576 32576 32115 0 -1 4202496 1068503 1254 0 0 1957908 156 0 0 18 0 5 0 606939230 284270592 41477 33554432000 4194304 4356188 140736303746992 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32581/statm: 69402 41477 163 40 0 67946 0
[pid=32581/tid=32588] ppid=32576 vsize=277608 CPUtime=4875.61 cores=4-7
/proc/32581/task/32588/stat : 32588 (plingeling) R 32576 32576 32115 0 -1 4202560 285678 1254 0 0 487522 39 0 0 25 0 5 0 606939236 284270592 41477 33554432000 4194304 4356188 140736303746992 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32581/tid=32589] ppid=32576 vsize=277608 CPUtime=4901.68 cores=4-7
/proc/32581/task/32589/stat : 32589 (plingeling) R 32576 32576 32115 0 -1 4202560 263475 1254 0 0 490127 41 0 0 25 0 5 0 606939236 284270592 41477 33554432000 4194304 4356188 140736303746992 18446744073709551615 4331050 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32581/tid=32590] ppid=32576 vsize=277608 CPUtime=4900.91 cores=4-7
/proc/32581/task/32590/stat : 32590 (plingeling) R 32576 32576 32115 0 -1 4202560 265801 1254 0 0 490052 39 0 0 25 0 5 0 606939236 284270592 41477 33554432000 4194304 4356188 140736303746992 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32581/tid=32591] ppid=32576 vsize=277608 CPUtime=4902.32 cores=4-7
/proc/32581/task/32591/stat : 32591 (plingeling) R 32576 32576 32115 0 -1 4202560 249925 1254 0 0 490199 33 0 0 25 0 5 0 606939236 284270592 41477 33554432000 4194304 4356188 140736303746992 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39190
Current children cumulated vsize (KiB) 2773312

[startup+4962.3 s]
/proc/loadavg: 8.01 8.04 8.00 9/180 32738
/proc/meminfo: memFree=22804936/32951124 swapFree=67102140/67111528
[pid=32576] ppid=32574 vsize=18324 CPUtime=0 cores=0-7
/proc/32576/stat : 32576 (ppfolio) S 32574 32576 32115 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 606939230 18763776 390 33554432000 4194304 4287625 140736489182416 18446744073709551615 216735198735 0 0 4096 65536 4605344451970203647 0 0 17 6 0 0 0
/proc/32576/statm: 4581 390 341 23 0 91 0
[pid=32577] ppid=32576 vsize=1685216 CPUtime=4962.4 cores=0
/proc/32577/stat : 32577 (cryptominisat) R 32576 32576 32115 0 -1 4202496 3171161 0 0 0 495353 887 0 0 25 0 1 0 606939230 1725661184 32266 33554432000 4194304 4587354 140737215431136 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32577/statm: 421304 32266 337 96 0 417866 0
[pid=32578] ppid=32576 vsize=310276 CPUtime=4962.26 cores=1
/proc/32578/stat : 32578 (clasp) R 32576 32576 32115 0 -1 4202496 69080 0 0 0 496212 14 0 0 25 0 1 0 606939230 317722624 68355 33554432000 4194304 4785740 140734449078624 18446744073709551615 4287194 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32578/statm: 77569 68355 340 145 0 74614 0
[pid=32579] ppid=32576 vsize=460316 CPUtime=4962.37 cores=2
/proc/32579/stat : 32579 (TNM) R 32576 32576 32115 0 -1 4202496 1876 0 0 0 496235 2 0 0 25 0 1 0 606939230 471363584 1772 33554432000 134512640 134534564 4292006992 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32579/statm: 115079 1772 95 6 0 113745 0
[pid=32580] ppid=32576 vsize=23576 CPUtime=4962.4 cores=3
/proc/32580/stat : 32580 (march_hi) R 32576 32576 32115 0 -1 4202496 7916 0 0 0 496239 1 0 0 25 0 1 0 606939230 24141824 3159 33554432000 4194304 4331988 140735542103968 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32580/statm: 5894 3159 174 34 0 4336 0
[pid=32581] ppid=32576 vsize=288872 CPUtime=19820.3 cores=4-7
/proc/32581/stat : 32581 (plingeling) S 32576 32576 32115 0 -1 4202496 1077079 1254 0 0 1981874 156 0 0 18 0 5 0 606939230 295804928 44293 33554432000 4194304 4356188 140736303746992 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32581/statm: 72218 44293 163 40 0 70762 0
[pid=32581/tid=32588] ppid=32576 vsize=288872 CPUtime=4935.29 cores=4-7
/proc/32581/task/32588/stat : 32588 (plingeling) R 32576 32576 32115 0 -1 4202560 288558 1254 0 0 493489 40 0 0 25 0 5 0 606939236 295804928 44293 33554432000 4194304 4356188 140736303746992 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32581/tid=32589] ppid=32576 vsize=288872 CPUtime=4961.68 cores=4-7
/proc/32581/task/32589/stat : 32589 (plingeling) R 32576 32576 32115 0 -1 4202560 265651 1254 0 0 496127 41 0 0 25 0 5 0 606939236 295804928 44293 33554432000 4194304 4356188 140736303746992 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32581/tid=32590] ppid=32576 vsize=288872 CPUtime=4960.92 cores=4-7
/proc/32581/task/32590/stat : 32590 (plingeling) R 32576 32576 32115 0 -1 4202560 268233 1254 0 0 496052 40 0 0 25 0 5 0 606939236 295804928 44293 33554432000 4194304 4356188 140736303746992 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32581/tid=32591] ppid=32576 vsize=288872 CPUtime=4962.33 cores=4-7
/proc/32581/task/32591/stat : 32591 (plingeling) R 32576 32576 32115 0 -1 4202560 251013 1254 0 0 496200 33 0 0 25 0 5 0 606939236 295804928 44293 33554432000 4194304 4356188 140736303746992 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39669.7
Current children cumulated vsize (KiB) 2786580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.7 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 32748
/proc/meminfo: memFree=22806960/32951124 swapFree=67102140/67111528
[pid=32576] ppid=32574 vsize=18324 CPUtime=0 cores=0-7
/proc/32576/stat : 32576 (ppfolio) S 32574 32576 32115 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 606939230 18763776 390 33554432000 4194304 4287625 140736489182416 18446744073709551615 216735198735 0 0 4096 65536 4605344451970203647 0 0 17 6 0 0 0
/proc/32576/statm: 4581 390 341 23 0 91 0
[pid=32577] ppid=32576 vsize=1684380 CPUtime=5003.79 cores=0
/proc/32577/stat : 32577 (cryptominisat) R 32576 32576 32115 0 -1 4202496 3192056 0 0 0 499486 893 0 0 25 0 1 0 606939230 1724805120 31649 33554432000 4194304 4587354 140737215431136 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32577/statm: 421095 31649 337 96 0 417657 0
[pid=32578] ppid=32576 vsize=310916 CPUtime=5003.66 cores=1
/proc/32578/stat : 32578 (clasp) R 32576 32576 32115 0 -1 4202496 69271 0 0 0 500352 14 0 0 25 0 1 0 606939230 318377984 68546 33554432000 4194304 4785740 140734449078624 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32578/statm: 77729 68546 340 145 0 74774 0
[pid=32579] ppid=32576 vsize=460316 CPUtime=5003.78 cores=2
/proc/32579/stat : 32579 (TNM) R 32576 32576 32115 0 -1 4202496 1876 0 0 0 500376 2 0 0 25 0 1 0 606939230 471363584 1772 33554432000 134512640 134534564 4292006992 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32579/statm: 115079 1772 95 6 0 113745 0
[pid=32580] ppid=32576 vsize=23576 CPUtime=5003.8 cores=3
/proc/32580/stat : 32580 (march_hi) R 32576 32576 32115 0 -1 4202496 7916 0 0 0 500379 1 0 0 25 0 1 0 606939230 24141824 3159 33554432000 4194304 4331988 140735542103968 18446744073709551615 4265456 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32580/statm: 5894 3159 174 34 0 4336 0
[pid=32581] ppid=32576 vsize=286312 CPUtime=19985.7 cores=4-7
/proc/32581/stat : 32581 (plingeling) S 32576 32576 32115 0 -1 4202496 1086807 1254 0 0 1998412 157 0 0 18 0 5 0 606939230 293183488 43653 33554432000 4194304 4356188 140736303746992 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32581/statm: 71578 43653 163 40 0 70122 0
[pid=32581/tid=32588] ppid=32576 vsize=286312 CPUtime=4976.47 cores=4-7
/proc/32581/task/32588/stat : 32588 (plingeling) R 32576 32576 32115 0 -1 4202560 291118 1254 0 0 497607 40 0 0 25 0 5 0 606939236 293183488 43653 33554432000 4194304 4356188 140736303746992 18446744073709551615 4330990 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32581/tid=32589] ppid=32576 vsize=286312 CPUtime=5003.08 cores=4-7
/proc/32581/task/32589/stat : 32589 (plingeling) R 32576 32576 32115 0 -1 4202560 270131 1254 0 0 500267 41 0 0 25 0 5 0 606939236 293183488 43653 33554432000 4194304 4356188 140736303746992 18446744073709551615 4281643 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32581/tid=32590] ppid=32576 vsize=286312 CPUtime=5002.32 cores=4-7
/proc/32581/task/32590/stat : 32590 (plingeling) R 32576 32576 32115 0 -1 4202560 268361 1254 0 0 500192 40 0 0 25 0 5 0 606939236 293183488 43653 33554432000 4194304 4356188 140736303746992 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32581/tid=32591] ppid=32576 vsize=286312 CPUtime=5003.73 cores=4-7
/proc/32581/task/32591/stat : 32591 (plingeling) R 32576 32576 32115 0 -1 4202560 253573 1254 0 0 500339 34 0 0 25 0 5 0 606939236 293183488 43653 33554432000 4194304 4356188 140736303746992 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.7
Current children cumulated vsize (KiB) 2783824

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

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

[startup+5003.7 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 32748
/proc/meminfo: memFree=22806960/32951124 swapFree=67102140/67111528
[pid=32576] ppid=32574 vsize=18324 CPUtime=0 cores=0-7
/proc/32576/stat : 32576 (ppfolio) S 32574 32576 32115 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 606939230 18763776 390 33554432000 4194304 4287625 140736489182416 18446744073709551615 216735198735 0 0 4096 65536 4605344451970203647 0 0 17 6 0 0 0
/proc/32576/statm: 4581 390 341 23 0 91 0
[pid=32577] ppid=32576 vsize=1684380 CPUtime=5003.79 cores=0
/proc/32577/stat : 32577 (cryptominisat) R 32576 32576 32115 0 -1 4202496 3192056 0 0 0 499486 893 0 0 25 0 1 0 606939230 1724805120 31649 33554432000 4194304 4587354 140737215431136 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32577/statm: 421095 31649 337 96 0 417657 0
[pid=32578] ppid=32576 vsize=310916 CPUtime=5003.66 cores=1
/proc/32578/stat : 32578 (clasp) R 32576 32576 32115 0 -1 4202496 69271 0 0 0 500352 14 0 0 25 0 1 0 606939230 318377984 68546 33554432000 4194304 4785740 140734449078624 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32578/statm: 77729 68546 340 145 0 74774 0
[pid=32579] ppid=32576 vsize=460316 CPUtime=5003.78 cores=2
/proc/32579/stat : 32579 (TNM) R 32576 32576 32115 0 -1 4202496 1876 0 0 0 500376 2 0 0 25 0 1 0 606939230 471363584 1772 33554432000 134512640 134534564 4292006992 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32579/statm: 115079 1772 95 6 0 113745 0
[pid=32580] ppid=32576 vsize=23576 CPUtime=5003.8 cores=3
/proc/32580/stat : 32580 (march_hi) R 32576 32576 32115 0 -1 4202496 7916 0 0 0 500379 1 0 0 25 0 1 0 606939230 24141824 3159 33554432000 4194304 4331988 140735542103968 18446744073709551615 4265456 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32580/statm: 5894 3159 174 34 0 4336 0
[pid=32581] ppid=32576 vsize=286312 CPUtime=19985.7 cores=4-7
/proc/32581/stat : 32581 (plingeling) S 32576 32576 32115 0 -1 4202496 1086807 1254 0 0 1998412 157 0 0 18 0 5 0 606939230 293183488 43653 33554432000 4194304 4356188 140736303746992 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32581/statm: 71578 43653 163 40 0 70122 0
[pid=32581/tid=32588] ppid=32576 vsize=286312 CPUtime=4976.47 cores=4-7
/proc/32581/task/32588/stat : 32588 (plingeling) R 32576 32576 32115 0 -1 4202560 291118 1254 0 0 497607 40 0 0 25 0 5 0 606939236 293183488 43653 33554432000 4194304 4356188 140736303746992 18446744073709551615 4330990 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32581/tid=32589] ppid=32576 vsize=286312 CPUtime=5003.08 cores=4-7
/proc/32581/task/32589/stat : 32589 (plingeling) R 32576 32576 32115 0 -1 4202560 270131 1254 0 0 500267 41 0 0 25 0 5 0 606939236 293183488 43653 33554432000 4194304 4356188 140736303746992 18446744073709551615 4281643 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32581/tid=32590] ppid=32576 vsize=286312 CPUtime=5002.32 cores=4-7
/proc/32581/task/32590/stat : 32590 (plingeling) R 32576 32576 32115 0 -1 4202560 268361 1254 0 0 500192 40 0 0 25 0 5 0 606939236 293183488 43653 33554432000 4194304 4356188 140736303746992 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32581/tid=32591] ppid=32576 vsize=286312 CPUtime=5003.73 cores=4-7
/proc/32581/task/32591/stat : 32591 (plingeling) R 32576 32576 32115 0 -1 4202560 253573 1254 0 0 500339 34 0 0 25 0 5 0 606939236 293183488 43653 33554432000 4194304 4356188 140736303746992 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.7
Current children cumulated vsize (KiB) 2783824

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32576 and gives
#  childrusage.ru_utime.tv_sec=15002
#  childrusage.ru_utime.tv_usec=426284
#  childrusage.ru_stime.tv_sec=8
#  childrusage.ru_stime.tv_usec=992632
# CPU time returned by wait4() is 15011.4
# while last known CPU time is 40000.7
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.72
CPU time (s): 40000.7
CPU user time (s): 39990
CPU system time (s): 10.67
CPU usage (%): 799.42
Max. virtual memory (cumulated for all children) (KiB): 4416256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15002.4
system time used= 8.99263
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3202372
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= 673
involuntary context switches= 22836

runsolver used 7.73082 second user time and 19.541 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-30 14:38:06
IDJOB=3275421
IDBENCH=83178
IDSOLVER=1638
FILE ID=node119/3275421-1304167086
RUNJOBID= node119-1304162043-32129
PBS_JOBID= 13170936
Free space on /tmp= 73016 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-6x40.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275421-1304167086/watcher-3275421-1304167086 -o /tmp/evaluation-result-3275421-1304167086/solver-3275421-1304167086 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275421-1304167086.cnf

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

MD5SUM BENCH= 3a7a68cedc6ab84c0df9c27d166b0b6b
RANDOM SEED=713269550

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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.83
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.815
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.67
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.815
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.815
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.74
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.815
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:     32951124 kB
MemFree:      23399796 kB
Buffers:       1951028 kB
Cached:        6963748 kB
SwapCached:       3688 kB
Active:         444232 kB
Inactive:      8529452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23399796 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           10912 kB
Writeback:           0 kB
AnonPages:       58332 kB
Mapped:          14560 kB
Slab:           512068 kB
PageTables:       4784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185964 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73008 MiB
End job on node119 at 2011-04-30 16:01:31