Trace number 3310361

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

General information on the benchmark

NameSAT03/industrial/li/li-exam/
li-exam-61.shuffled-as.sat03-366.cnf
MD5SUM3be662940f394fa876137a905247d755
Bench CategoryAPPLICATION (applications 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 variables28147
Number of clauses108436
Sum of the clauses size373110
Maximum clause length166
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 218786
Number of clauses of size 351588
Number of clauses of size 437440
Number of clauses of size 53
Number of clauses of size over 5605

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-3310361-1304016392/watcher-3310361-1304016392 -o /tmp/evaluation-result-3310361-1304016392/solver-3310361-1304016392 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310361-1304016392.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: 8.21 8.09 7.83 1/170 26330
/proc/meminfo: memFree=13443332/32951124 swapFree=67111528/67111528
[pid=26330] ppid=26328 vsize=18324 CPUtime=0 cores=0-7
/proc/26330/stat : 26330 (ppfolio) S 26328 26330 25435 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 513239977 18763776 390 33554432000 4194304 4287625 140734966733184 18446744073709551615 222921797135 0 0 4096 65536 2826088513535 0 0 17 6 0 0 0
/proc/26330/statm: 4581 390 341 23 0 91 0

[startup+0.0200791 s]
/proc/loadavg: 8.21 8.09 7.83 1/170 26330
/proc/meminfo: memFree=13443332/32951124 swapFree=67111528/67111528
[pid=26330] ppid=26328 vsize=18324 CPUtime=0 cores=0-7
/proc/26330/stat : 26330 (ppfolio) S 26328 26330 25435 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 513239977 18763776 390 33554432000 4194304 4287625 140734966733184 18446744073709551615 222921797135 0 0 4096 65536 5614678259204620287 0 0 17 6 0 0 0
/proc/26330/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101054 s]
/proc/loadavg: 8.21 8.09 7.83 1/170 26330
/proc/meminfo: memFree=13443332/32951124 swapFree=67111528/67111528
[pid=26330] ppid=26328 vsize=18324 CPUtime=0 cores=0-7
/proc/26330/stat : 26330 (ppfolio) S 26328 26330 25435 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 513239977 18763776 390 33554432000 4194304 4287625 140734966733184 18446744073709551615 222921797135 0 0 4096 65536 5614678259204620287 0 0 17 4 0 0 0
/proc/26330/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300985 s]
/proc/loadavg: 8.21 8.09 7.83 1/170 26330
/proc/meminfo: memFree=13443332/32951124 swapFree=67111528/67111528
[pid=26330] ppid=26328 vsize=18324 CPUtime=0 cores=0-7
/proc/26330/stat : 26330 (ppfolio) S 26328 26330 25435 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 513239977 18763776 390 33554432000 4194304 4287625 140734966733184 18446744073709551615 222921797135 0 0 4096 65536 5614678259204620287 0 0 17 4 0 0 0
/proc/26330/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700912 s]
/proc/loadavg: 8.21 8.09 7.83 1/170 26330
/proc/meminfo: memFree=13443332/32951124 swapFree=67111528/67111528
[pid=26330] ppid=26328 vsize=18324 CPUtime=0 cores=0-7
/proc/26330/stat : 26330 (ppfolio) S 26328 26330 25435 0 -1 4202496 520 0 0 0 0 0 0 0 21 0 1 0 513239977 18763776 390 33554432000 4194304 4287625 140734966733184 18446744073709551615 222921797135 0 0 4096 65536 5614678259204620287 0 0 17 4 0 0 0
/proc/26330/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50076 s]
/proc/loadavg: 8.21 8.09 7.83 9/180 26345
/proc/meminfo: memFree=13303612/32951124 swapFree=67111528/67111528
[pid=26330] ppid=26328 vsize=18324 CPUtime=0 cores=0-7
/proc/26330/stat : 26330 (ppfolio) S 26328 26330 25435 0 -1 4202496 520 0 0 0 0 0 0 0 17 0 1 0 513239977 18763776 390 33554432000 4194304 4287625 140734966733184 18446744073709551615 222921797135 0 0 4096 65536 5614678259204620287 0 0 17 4 0 0 0
/proc/26330/statm: 4581 390 341 23 0 91 0
[pid=26331] ppid=26330 vsize=53840 CPUtime=1.49 cores=0
/proc/26331/stat : 26331 (cryptominisat) R 26330 26330 25435 0 -1 4202496 9951 0 0 0 148 1 0 0 20 0 1 0 513239977 55132160 8677 33554432000 4194304 4587354 140737307120816 18446744073709551615 4251433 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26331/statm: 13460 8677 333 96 0 10022 0
[pid=26332] ppid=26330 vsize=33048 CPUtime=1.49 cores=1
/proc/26332/stat : 26332 (clasp) R 26330 26330 25435 0 -1 4202496 6877 0 0 0 148 1 0 0 20 0 1 0 513239977 33841152 5526 33554432000 4194304 4785740 140736034805200 18446744073709551615 4320855 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26332/statm: 8262 5526 340 145 0 5307 0
[pid=26333] ppid=26330 vsize=464696 CPUtime=1.49 cores=2
/proc/26333/stat : 26333 (TNM) R 26330 26330 25435 0 -1 4202496 5130 0 0 0 148 1 0 0 20 0 1 0 513239977 475848704 5027 33554432000 134512640 134534564 4293214096 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26333/statm: 116174 5027 95 6 0 114840 0
[pid=26334] ppid=26330 vsize=29720 CPUtime=1.48 cores=3
/proc/26334/stat : 26334 (march_hi) R 26330 26330 25435 0 -1 4202496 18166 0 0 0 146 2 0 0 20 0 1 0 513239977 30433280 4931 33554432000 4194304 4331988 140733418955024 18446744073709551615 4217714 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26334/statm: 7430 4931 157 34 0 5872 0
[pid=26335] ppid=26330 vsize=162480 CPUtime=5.08 cores=4-7
/proc/26335/stat : 26335 (plingeling) S 26330 26330 25435 0 -1 4202496 17317 1250 0 0 506 2 0 0 25 0 5 0 513239977 166379520 12697 33554432000 4194304 4356188 140737357754304 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26335/statm: 40620 12697 164 40 0 39164 0
[pid=26335/tid=26342] ppid=26330 vsize=162480 CPUtime=1.2 cores=4-7
/proc/26335/task/26342/stat : 26342 (plingeling) R 26330 26330 25435 0 -1 4202560 2187 1250 0 0 120 0 0 0 19 0 5 0 513240007 166379520 12697 33554432000 4194304 4356188 140737357754304 18446744073709551615 4218169 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26335/tid=26343] ppid=26330 vsize=162480 CPUtime=1.19 cores=4-7
/proc/26335/task/26343/stat : 26343 (plingeling) R 26330 26330 25435 0 -1 4202560 2763 1250 0 0 119 0 0 0 25 0 5 0 513240007 166379520 12697 33554432000 4194304 4356188 140737357754304 18446744073709551615 4231344 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26335/tid=26344] ppid=26330 vsize=162480 CPUtime=1.19 cores=4-7
/proc/26335/task/26344/stat : 26344 (plingeling) R 26330 26330 25435 0 -1 4202560 2801 1250 0 0 119 0 0 0 25 0 5 0 513240007 166379520 12697 33554432000 4194304 4356188 140737357754304 18446744073709551615 4301796 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26335/tid=26345] ppid=26330 vsize=162480 CPUtime=1.19 cores=4-7
/proc/26335/task/26345/stat : 26345 (plingeling) R 26330 26330 25435 0 -1 4202560 1977 1250 0 0 119 0 0 0 25 0 5 0 513240007 166379520 12697 33554432000 4194304 4356188 140737357754304 18446744073709551615 4210581 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.03
Current children cumulated vsize (KiB) 762108

[startup+3.10047 s]
/proc/loadavg: 8.21 8.09 7.83 9/180 26345
/proc/meminfo: memFree=13297040/32951124 swapFree=67111528/67111528
[pid=26330] ppid=26328 vsize=18324 CPUtime=0 cores=0-7
/proc/26330/stat : 26330 (ppfolio) S 26328 26330 25435 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 513239977 18763776 390 33554432000 4194304 4287625 140734966733184 18446744073709551615 222921797135 0 0 4096 65536 5614678259204620287 0 0 17 4 0 0 0
/proc/26330/statm: 4581 390 341 23 0 91 0
[pid=26331] ppid=26330 vsize=53840 CPUtime=3.09 cores=0
/proc/26331/stat : 26331 (cryptominisat) R 26330 26330 25435 0 -1 4202496 9984 0 0 0 308 1 0 0 25 0 1 0 513239977 55132160 8705 33554432000 4194304 4587354 140737307120816 18446744073709551615 4248849 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26331/statm: 13460 8705 333 96 0 10022 0
[pid=26332] ppid=26330 vsize=33048 CPUtime=3.09 cores=1
/proc/26332/stat : 26332 (clasp) R 26330 26330 25435 0 -1 4202496 6877 0 0 0 308 1 0 0 25 0 1 0 513239977 33841152 5526 33554432000 4194304 4785740 140736034805200 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26332/statm: 8262 5526 340 145 0 5307 0
[pid=26333] ppid=26330 vsize=464696 CPUtime=3.09 cores=2
/proc/26333/stat : 26333 (TNM) R 26330 26330 25435 0 -1 4202496 5130 0 0 0 308 1 0 0 25 0 1 0 513239977 475848704 5027 33554432000 134512640 134534564 4293214096 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26333/statm: 116174 5027 95 6 0 114840 0
[pid=26334] ppid=26330 vsize=67996 CPUtime=3.08 cores=3
/proc/26334/stat : 26334 (march_hi) R 26330 26330 25435 0 -1 4202496 27278 0 0 0 305 3 0 0 25 0 1 0 513239977 69627904 8667 33554432000 4194304 4331988 140733418955024 18446744073709551615 4228524 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26334/statm: 16999 8667 184 34 0 15441 0
[pid=26335] ppid=26330 vsize=167604 CPUtime=11.47 cores=4-7
/proc/26335/stat : 26335 (plingeling) S 26330 26330 25435 0 -1 4202496 18598 1250 0 0 1145 2 0 0 25 0 5 0 513239977 171626496 13978 33554432000 4194304 4356188 140737357754304 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26335/statm: 41901 13978 164 40 0 40445 0
[pid=26335/tid=26342] ppid=26330 vsize=167604 CPUtime=2.79 cores=4-7
/proc/26335/task/26342/stat : 26342 (plingeling) R 26330 26330 25435 0 -1 4202560 2614 1250 0 0 279 0 0 0 23 0 5 0 513240007 171626496 13978 33554432000 4194304 4356188 140737357754304 18446744073709551615 4211900 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26335/tid=26343] ppid=26330 vsize=167604 CPUtime=2.79 cores=4-7
/proc/26335/task/26343/stat : 26343 (plingeling) R 26330 26330 25435 0 -1 4202560 3190 1250 0 0 279 0 0 0 25 0 5 0 513240007 171626496 13978 33554432000 4194304 4356188 140737357754304 18446744073709551615 4211178 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26335/tid=26344] ppid=26330 vsize=167604 CPUtime=2.79 cores=4-7
/proc/26335/task/26344/stat : 26344 (plingeling) R 26330 26330 25435 0 -1 4202560 3228 1250 0 0 279 0 0 0 25 0 5 0 513240007 171626496 13978 33554432000 4194304 4356188 140737357754304 18446744073709551615 4232891 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26335/tid=26345] ppid=26330 vsize=167604 CPUtime=2.78 cores=4-7
/proc/26335/task/26345/stat : 26345 (plingeling) R 26330 26330 25435 0 -1 4202560 1977 1250 0 0 278 0 0 0 25 0 5 0 513240007 171626496 13978 33554432000 4194304 4356188 140737357754304 18446744073709551615 4334524 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.82
Current children cumulated vsize (KiB) 805508

[startup+6.30089 s]
/proc/loadavg: 8.20 8.09 7.83 9/180 26346
/proc/meminfo: memFree=13278572/32951124 swapFree=67111528/67111528
[pid=26330] ppid=26328 vsize=18324 CPUtime=0 cores=0-7
/proc/26330/stat : 26330 (ppfolio) S 26328 26330 25435 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 513239977 18763776 390 33554432000 4194304 4287625 140734966733184 18446744073709551615 222921797135 0 0 4096 65536 5614678259204620287 0 0 17 4 0 0 0
/proc/26330/statm: 4581 390 341 23 0 91 0
[pid=26331] ppid=26330 vsize=53840 CPUtime=6.29 cores=0
/proc/26331/stat : 26331 (cryptominisat) R 26330 26330 25435 0 -1 4202496 10035 0 0 0 628 1 0 0 25 0 1 0 513239977 55132160 8749 33554432000 4194304 4587354 140737307120816 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26331/statm: 13460 8749 333 96 0 10022 0
[pid=26332] ppid=26330 vsize=33048 CPUtime=6.29 cores=1
/proc/26332/stat : 26332 (clasp) R 26330 26330 25435 0 -1 4202496 6877 0 0 0 628 1 0 0 25 0 1 0 513239977 33841152 5526 33554432000 4194304 4785740 140736034805200 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26332/statm: 8262 5526 340 145 0 5307 0
[pid=26333] ppid=26330 vsize=464696 CPUtime=6.28 cores=2
/proc/26333/stat : 26333 (TNM) R 26330 26330 25435 0 -1 4202496 5130 0 0 0 627 1 0 0 25 0 1 0 513239977 475848704 5027 33554432000 134512640 134534564 4293214096 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26333/statm: 116174 5027 95 6 0 114840 0
[pid=26334] ppid=26330 vsize=68260 CPUtime=6.28 cores=3
/proc/26334/stat : 26334 (march_hi) R 26330 26330 25435 0 -1 4202496 27380 0 0 0 625 3 0 0 25 0 1 0 513239977 69898240 8769 33554432000 4194304 4331988 140733418955024 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26334/statm: 17065 8769 184 34 0 15507 0
[pid=26335] ppid=26330 vsize=167580 CPUtime=24.26 cores=4-7
/proc/26335/stat : 26335 (plingeling) S 26330 26330 25435 0 -1 4202496 18598 1250 0 0 2424 2 0 0 25 0 5 0 513239977 171601920 13972 33554432000 4194304 4356188 140737357754304 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26335/statm: 41895 13972 164 40 0 40439 0
[pid=26335/tid=26342] ppid=26330 vsize=167580 CPUtime=6 cores=4-7
/proc/26335/task/26342/stat : 26342 (plingeling) R 26330 26330 25435 0 -1 4202560 2614 1250 0 0 600 0 0 0 25 0 5 0 513240007 171601920 13972 33554432000 4194304 4356188 140737357754304 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26335/tid=26343] ppid=26330 vsize=167580 CPUtime=5.99 cores=4-7
/proc/26335/task/26343/stat : 26343 (plingeling) R 26330 26330 25435 0 -1 4202560 3190 1250 0 0 599 0 0 0 25 0 5 0 513240007 171601920 13972 33554432000 4194304 4356188 140737357754304 18446744073709551615 4334591 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26335/tid=26344] ppid=26330 vsize=167580 CPUtime=5.99 cores=4-7
/proc/26335/task/26344/stat : 26344 (plingeling) R 26330 26330 25435 0 -1 4202560 3228 1250 0 0 599 0 0 0 25 0 5 0 513240007 171601920 13972 33554432000 4194304 4356188 140737357754304 18446744073709551615 4241912 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26335/tid=26345] ppid=26330 vsize=167580 CPUtime=5.96 cores=4-7
/proc/26335/task/26345/stat : 26345 (plingeling) R 26330 26330 25435 0 -1 4202560 1977 1250 0 0 596 0 0 0 25 0 5 0 513240007 171601920 13972 33554432000 4194304 4356188 140737357754304 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.4
Current children cumulated vsize (KiB) 805748

[startup+12.7007 s]
/proc/loadavg: 8.18 8.08 7.83 9/180 26346
/proc/meminfo: memFree=13277224/32951124 swapFree=67111528/67111528
[pid=26330] ppid=26328 vsize=18324 CPUtime=0 cores=0-7
/proc/26330/stat : 26330 (ppfolio) S 26328 26330 25435 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 513239977 18763776 390 33554432000 4194304 4287625 140734966733184 18446744073709551615 222921797135 0 0 4096 65536 5614678259204620287 0 0 17 4 0 0 0
/proc/26330/statm: 4581 390 341 23 0 91 0
[pid=26331] ppid=26330 vsize=54108 CPUtime=12.69 cores=0
/proc/26331/stat : 26331 (cryptominisat) R 26330 26330 25435 0 -1 4202496 10863 0 0 0 1268 1 0 0 25 0 1 0 513239977 55406592 9569 33554432000 4194304 4587354 140737307120816 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26331/statm: 13527 9569 333 96 0 10089 0
[pid=26332] ppid=26330 vsize=33048 CPUtime=12.69 cores=1
/proc/26332/stat : 26332 (clasp) R 26330 26330 25435 0 -1 4202496 6877 0 0 0 1268 1 0 0 25 0 1 0 513239977 33841152 5526 33554432000 4194304 4785740 140736034805200 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26332/statm: 8262 5526 340 145 0 5307 0
[pid=26333] ppid=26330 vsize=464696 CPUtime=12.68 cores=2
/proc/26333/stat : 26333 (TNM) R 26330 26330 25435 0 -1 4202496 5130 0 0 0 1267 1 0 0 25 0 1 0 513239977 475848704 5027 33554432000 134512640 134534564 4293214096 18446744073709551615 134525938 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26333/statm: 116174 5027 95 6 0 114840 0
[pid=26334] ppid=26330 vsize=68484 CPUtime=12.68 cores=3
/proc/26334/stat : 26334 (march_hi) R 26330 26330 25435 0 -1 4202496 27406 0 0 0 1265 3 0 0 25 0 1 0 513239977 70127616 8795 33554432000 4194304 4331988 140733418955024 18446744073709551615 4228459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26334/statm: 17121 8795 184 34 0 15563 0
[pid=26335] ppid=26330 vsize=168072 CPUtime=49.82 cores=4-7
/proc/26335/stat : 26335 (plingeling) S 26330 26330 25435 0 -1 4202496 18721 1250 0 0 4980 2 0 0 25 0 5 0 513239977 172105728 14095 33554432000 4194304 4356188 140737357754304 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26335/statm: 42018 14095 164 40 0 40562 0
[pid=26335/tid=26342] ppid=26330 vsize=168072 CPUtime=12.4 cores=4-7
/proc/26335/task/26342/stat : 26342 (plingeling) R 26330 26330 25435 0 -1 4202560 2614 1250 0 0 1240 0 0 0 25 0 5 0 513240007 172105728 14095 33554432000 4194304 4356188 140737357754304 18446744073709551615 4241952 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26335/tid=26343] ppid=26330 vsize=168072 CPUtime=12.39 cores=4-7
/proc/26335/task/26343/stat : 26343 (plingeling) R 26330 26330 25435 0 -1 4202560 3190 1250 0 0 1239 0 0 0 25 0 5 0 513240007 172105728 14095 33554432000 4194304 4356188 140737357754304 18446744073709551615 4334425 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26335/tid=26344] ppid=26330 vsize=168072 CPUtime=12.39 cores=4-7
/proc/26335/task/26344/stat : 26344 (plingeling) R 26330 26330 25435 0 -1 4202560 3351 1250 0 0 1239 0 0 0 25 0 5 0 513240007 172105728 14095 33554432000 4194304 4356188 140737357754304 18446744073709551615 4210587 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26335/tid=26345] ppid=26330 vsize=168072 CPUtime=12.33 cores=4-7
/proc/26335/task/26345/stat : 26345 (plingeling) R 26330 26330 25435 0 -1 4202560 1977 1250 0 0 1233 0 0 0 25 0 5 0 513240007 172105728 14095 33554432000 4194304 4356188 140737357754304 18446744073709551615 4298695 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.56
Current children cumulated vsize (KiB) 806732

[startup+25.5014 s]
/proc/loadavg: 8.14 8.08 7.83 9/180 26346
/proc/meminfo: memFree=13258872/32951124 swapFree=67111528/67111528
[pid=26330] ppid=26328 vsize=18324 CPUtime=0 cores=0-7
/proc/26330/stat : 26330 (ppfolio) S 26328 26330 25435 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 513239977 18763776 390 33554432000 4194304 4287625 140734966733184 18446744073709551615 222921797135 0 0 4096 65536 5614678259204620287 0 0 17 4 0 0 0
/proc/26330/statm: 4581 390 341 23 0 91 0
[pid=26331] ppid=26330 vsize=1391644 CPUtime=25.49 cores=0
/proc/26331/stat : 26331 (cryptominisat) R 26330 26330 25435 0 -1 4202496 19958 0 0 0 2544 5 0 0 25 0 1 0 513239977 1425043456 12045 33554432000 4194304 4587354 140737307120816 18446744073709551615 4248764 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=26333] ppid=26330 vsize=464700 CPUtime=4841.84 cores=2
/proc/26333/stat : 26333 (TNM) R 26330 26330 25435 0 -1 4202496 5139 0 0 0 484180 4 0 0 25 0 1 0 513239977 475852800 5036 33554432000 134512640 134534564 4293214096 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26333/statm: 116175 5036 103 6 0 114841 0
[pid=26334] ppid=26330 vsize=128644 CPUtime=4842.43 cores=3
/proc/26334/stat : 26334 (march_hi) R 26330 26330 25435 0 -1 4202496 40378 0 0 0 484231 12 0 0 25 0 1 0 513239977 131731456 21767 33554432000 4194304 4331988 140733418955024 18446744073709551615 4265452 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26334/statm: 32161 21767 184 34 0 30603 0
[pid=26335] ppid=26330 vsize=365928 CPUtime=19340.8 cores=4-7
/proc/26335/stat : 26335 (plingeling) S 26330 26330 25435 0 -1 4202496 715868 1250 0 0 1933971 111 0 0 25 0 5 0 513239977 374710272 63559 33554432000 4194304 4356188 140737357754304 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26335/statm: 91482 63559 164 40 0 90026 0
[pid=26335/tid=26342] ppid=26330 vsize=365928 CPUtime=4841.99 cores=4-7
/proc/26335/task/26342/stat : 26342 (plingeling) R 26330 26330 25435 0 -1 4202560 198357 1250 0 0 484168 31 0 0 25 0 5 0 513240007 374710272 63559 33554432000 4194304 4356188 140737357754304 18446744073709551615 4298704 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26335/tid=26343] ppid=26330 vsize=365928 CPUtime=4840.82 cores=4-7
/proc/26335/task/26343/stat : 26343 (plingeling) R 26330 26330 25435 0 -1 4202560 206863 1250 0 0 484049 33 0 0 25 0 5 0 513240007 374710272 63559 33554432000 4194304 4356188 140737357754304 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26335/tid=26344] ppid=26330 vsize=365928 CPUtime=4842.14 cores=4-7
/proc/26335/task/26344/stat : 26344 (plingeling) R 26330 26330 25435 0 -1 4202560 186523 1250 0 0 484186 28 0 0 25 0 5 0 513240007 374710272 63559 33554432000 4194304 4356188 140737357754304 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26335/tid=26345] ppid=26330 vsize=365928 CPUtime=4815.55 cores=4-7
/proc/26335/task/26345/stat : 26345 (plingeling) R 26330 26330 25435 0 -1 4202560 116536 1250 0 0 481537 18 0 0 25 0 5 0 513240007 374710272 63559 33554432000 4194304 4356188 140737357754304 18446744073709551615 4211015 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38709.9
Current children cumulated vsize (KiB) 3188312

[startup+4902.3 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 26500
/proc/meminfo: memFree=12164868/32951124 swapFree=67111528/67111528
[pid=26330] ppid=26328 vsize=18324 CPUtime=0 cores=0-7
/proc/26330/stat : 26330 (ppfolio) S 26328 26330 25435 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 513239977 18763776 390 33554432000 4194304 4287625 140734966733184 18446744073709551615 222921797135 0 0 4096 65536 5614678259204620287 0 0 17 4 0 0 0
/proc/26330/statm: 4581 390 341 23 0 91 0
[pid=26331] ppid=26330 vsize=1652724 CPUtime=4902.42 cores=0
/proc/26331/stat : 26331 (cryptominisat) R 26330 26330 25435 0 -1 4202496 3037174 0 0 0 489194 1048 0 0 25 0 1 0 513239977 1692389376 79574 33554432000 4194304 4587354 140737307120816 18446744073709551615 4236555 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26331/statm: 413181 79574 339 96 0 409743 0
[pid=26332] ppid=26330 vsize=621628 CPUtime=4902.4 cores=1
/proc/26332/stat : 26332 (clasp) R 26330 26330 25435 0 -1 4202496 153401 0 0 0 490184 56 0 0 25 0 1 0 513239977 636547072 151395 33554432000 4194304 4785740 140736034805200 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26332/statm: 155407 151395 341 145 0 152452 0
[pid=26333] ppid=26330 vsize=464700 CPUtime=4901.84 cores=2
/proc/26333/stat : 26333 (TNM) R 26330 26330 25435 0 -1 4202496 5139 0 0 0 490180 4 0 0 25 0 1 0 513239977 475852800 5036 33554432000 134512640 134534564 4293214096 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26333/statm: 116175 5036 103 6 0 114841 0
[pid=26334] ppid=26330 vsize=128644 CPUtime=4902.43 cores=3
/proc/26334/stat : 26334 (march_hi) R 26330 26330 25435 0 -1 4202496 40550 0 0 0 490231 12 0 0 25 0 1 0 513239977 131731456 21939 33554432000 4194304 4331988 140733418955024 18446744073709551615 222925236920 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26334/statm: 32161 21939 184 34 0 30603 0
[pid=26335] ppid=26330 vsize=363880 CPUtime=19580.5 cores=4-7
/proc/26335/stat : 26335 (plingeling) S 26330 26330 25435 0 -1 4202496 730972 1250 0 0 1957936 113 0 0 25 0 5 0 513239977 372613120 63047 33554432000 4194304 4356188 140737357754304 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26335/statm: 90970 63047 164 40 0 89514 0
[pid=26335/tid=26342] ppid=26330 vsize=363880 CPUtime=4901.98 cores=4-7
/proc/26335/task/26342/stat : 26342 (plingeling) R 26330 26330 25435 0 -1 4202560 206549 1250 0 0 490167 31 0 0 25 0 5 0 513240007 372613120 63047 33554432000 4194304 4356188 140737357754304 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26335/tid=26343] ppid=26330 vsize=363880 CPUtime=4900.83 cores=4-7
/proc/26335/task/26343/stat : 26343 (plingeling) R 26330 26330 25435 0 -1 4202560 212495 1250 0 0 490049 34 0 0 25 0 5 0 513240007 372613120 63047 33554432000 4194304 4356188 140737357754304 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26335/tid=26344] ppid=26330 vsize=363880 CPUtime=4902.14 cores=4-7
/proc/26335/task/26344/stat : 26344 (plingeling) R 26330 26330 25435 0 -1 4202560 186523 1250 0 0 490186 28 0 0 25 0 5 0 513240007 372613120 63047 33554432000 4194304 4356188 140737357754304 18446744073709551615 4279731 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26335/tid=26345] ppid=26330 vsize=363880 CPUtime=4875.22 cores=4-7
/proc/26335/task/26345/stat : 26345 (plingeling) R 26330 26330 25435 0 -1 4202560 117816 1250 0 0 487504 18 0 0 25 0 5 0 513240007 372613120 63047 33554432000 4194304 4356188 140737357754304 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39189.6
Current children cumulated vsize (KiB) 3249900

[startup+4962.3 s]
/proc/loadavg: 8.08 8.04 8.01 9/180 26502
/proc/meminfo: memFree=12070124/32951124 swapFree=67111528/67111528
[pid=26330] ppid=26328 vsize=18324 CPUtime=0 cores=0-7
/proc/26330/stat : 26330 (ppfolio) S 26328 26330 25435 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 513239977 18763776 390 33554432000 4194304 4287625 140734966733184 18446744073709551615 222921797135 0 0 4096 65536 5614678259204620287 0 0 17 4 0 0 0
/proc/26330/statm: 4581 390 341 23 0 91 0
[pid=26331] ppid=26330 vsize=1652724 CPUtime=4962.43 cores=0
/proc/26331/stat : 26331 (cryptominisat) R 26330 26330 25435 0 -1 4202496 3062029 0 0 0 495182 1061 0 0 25 0 1 0 513239977 1692389376 104367 33554432000 4194304 4587354 140737307120816 18446744073709551615 4236561 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26331/statm: 413181 104367 339 96 0 409743 0
[pid=26332] ppid=26330 vsize=625860 CPUtime=4962.41 cores=1
/proc/26332/stat : 26332 (clasp) R 26330 26330 25435 0 -1 4202496 154326 0 0 0 496185 56 0 0 25 0 1 0 513239977 640880640 152320 33554432000 4194304 4785740 140736034805200 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26332/statm: 156465 152320 341 145 0 153510 0
[pid=26333] ppid=26330 vsize=464700 CPUtime=4961.84 cores=2
/proc/26333/stat : 26333 (TNM) R 26330 26330 25435 0 -1 4202496 5139 0 0 0 496180 4 0 0 25 0 1 0 513239977 475852800 5036 33554432000 134512640 134534564 4293214096 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26333/statm: 116175 5036 103 6 0 114841 0
[pid=26334] ppid=26330 vsize=128644 CPUtime=4962.44 cores=3
/proc/26334/stat : 26334 (march_hi) R 26330 26330 25435 0 -1 4202496 40724 0 0 0 496232 12 0 0 25 0 1 0 513239977 131731456 22113 33554432000 4194304 4331988 140733418955024 18446744073709551615 4228459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26334/statm: 32161 22113 184 34 0 30603 0
[pid=26335] ppid=26330 vsize=353640 CPUtime=19820.2 cores=4-7
/proc/26335/stat : 26335 (plingeling) S 26330 26330 25435 0 -1 4202496 738396 1250 0 0 1981902 114 0 0 25 0 5 0 513239977 362127360 60487 33554432000 4194304 4356188 140737357754304 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26335/statm: 88410 60487 164 40 0 86954 0
[pid=26335/tid=26342] ppid=26330 vsize=353640 CPUtime=4961.99 cores=4-7
/proc/26335/task/26342/stat : 26342 (plingeling) R 26330 26330 25435 0 -1 4202560 206805 1250 0 0 496167 32 0 0 25 0 5 0 513240007 362127360 60487 33554432000 4194304 4356188 140737357754304 18446744073709551615 4330982 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26335/tid=26343] ppid=26330 vsize=353640 CPUtime=4960.83 cores=4-7
/proc/26335/task/26343/stat : 26343 (plingeling) R 26330 26330 25435 0 -1 4202560 215055 1250 0 0 496049 34 0 0 25 0 5 0 513240007 362127360 60487 33554432000 4194304 4356188 140737357754304 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26335/tid=26344] ppid=26330 vsize=353640 CPUtime=4962.14 cores=4-7
/proc/26335/task/26344/stat : 26344 (plingeling) R 26330 26330 25435 0 -1 4202560 189595 1250 0 0 496186 28 0 0 25 0 5 0 513240007 362127360 60487 33554432000 4194304 4356188 140737357754304 18446744073709551615 4330896 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26335/tid=26345] ppid=26330 vsize=353640 CPUtime=4934.89 cores=4-7
/proc/26335/task/26345/stat : 26345 (plingeling) R 26330 26330 25435 0 -1 4202560 119352 1250 0 0 493471 18 0 0 25 0 5 0 513240007 362127360 60487 33554432000 4194304 4356188 140737357754304 18446744073709551615 4281793 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39669.3
Current children cumulated vsize (KiB) 3243892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.7 s]
/proc/loadavg: 8.04 8.03 8.00 9/180 26503
/proc/meminfo: memFree=12250160/32951124 swapFree=67111528/67111528
[pid=26330] ppid=26328 vsize=18324 CPUtime=0 cores=0-7
/proc/26330/stat : 26330 (ppfolio) S 26328 26330 25435 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 513239977 18763776 390 33554432000 4194304 4287625 140734966733184 18446744073709551615 222921797135 0 0 4096 65536 5614678259204620287 0 0 17 4 0 0 0
/proc/26330/statm: 4581 390 341 23 0 91 0
[pid=26331] ppid=26330 vsize=1598492 CPUtime=5003.83 cores=0
/proc/26331/stat : 26331 (cryptominisat) R 26330 26330 25435 0 -1 4202496 3073645 0 0 0 499315 1068 0 0 25 0 1 0 513239977 1636855808 63635 33554432000 4194304 4587354 140737307120816 18446744073709551615 4238712 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26331/statm: 399623 63635 339 96 0 396185 0
[pid=26332] ppid=26330 vsize=625860 CPUtime=5003.81 cores=1
/proc/26332/stat : 26332 (clasp) R 26330 26330 25435 0 -1 4202496 154335 0 0 0 500325 56 0 0 25 0 1 0 513239977 640880640 152329 33554432000 4194304 4785740 140736034805200 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26332/statm: 156465 152329 341 145 0 153510 0
[pid=26333] ppid=26330 vsize=464700 CPUtime=5003.25 cores=2
/proc/26333/stat : 26333 (TNM) R 26330 26330 25435 0 -1 4202496 5139 0 0 0 500321 4 0 0 25 0 1 0 513239977 475852800 5036 33554432000 134512640 134534564 4293214096 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26333/statm: 116175 5036 103 6 0 114841 0
[pid=26334] ppid=26330 vsize=128644 CPUtime=5003.84 cores=3
/proc/26334/stat : 26334 (march_hi) R 26330 26330 25435 0 -1 4202496 40839 0 0 0 500372 12 0 0 25 0 1 0 513239977 131731456 22228 33554432000 4194304 4331988 140733418955024 18446744073709551615 4228453 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26334/statm: 32161 22228 184 34 0 30603 0
[pid=26335] ppid=26330 vsize=335208 CPUtime=19985.6 cores=4-7
/proc/26335/stat : 26335 (plingeling) S 26330 26330 25435 0 -1 4202496 741468 1250 0 0 1998442 115 0 0 25 0 5 0 513239977 343252992 55879 33554432000 4194304 4356188 140737357754304 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26335/statm: 83802 55879 164 40 0 82346 0
[pid=26335/tid=26342] ppid=26330 vsize=335208 CPUtime=5003.4 cores=4-7
/proc/26335/task/26342/stat : 26342 (plingeling) R 26330 26330 25435 0 -1 4202560 208341 1250 0 0 500308 32 0 0 25 0 5 0 513240007 343252992 55879 33554432000 4194304 4356188 140737357754304 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26335/tid=26343] ppid=26330 vsize=335208 CPUtime=5002.23 cores=4-7
/proc/26335/task/26343/stat : 26343 (plingeling) R 26330 26330 25435 0 -1 4202560 215567 1250 0 0 500189 34 0 0 25 0 5 0 513240007 343252992 55879 33554432000 4194304 4356188 140737357754304 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26335/tid=26344] ppid=26330 vsize=335208 CPUtime=5003.55 cores=4-7
/proc/26335/task/26344/stat : 26344 (plingeling) R 26330 26330 25435 0 -1 4202560 190619 1250 0 0 500327 28 0 0 25 0 5 0 513240007 343252992 55879 33554432000 4194304 4356188 140737357754304 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26335/tid=26345] ppid=26330 vsize=335208 CPUtime=4976.06 cores=4-7
/proc/26335/task/26345/stat : 26345 (plingeling) R 26330 26330 25435 0 -1 4202560 119352 1250 0 0 497588 18 0 0 25 0 5 0 513240007 343252992 55879 33554432000 4194304 4356188 140737357754304 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 3171228

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.04 8.03 8.00 9/180 26503
/proc/meminfo: memFree=12250160/32951124 swapFree=67111528/67111528
[pid=26330] ppid=26328 vsize=18324 CPUtime=0 cores=0-7
/proc/26330/stat : 26330 (ppfolio) S 26328 26330 25435 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 513239977 18763776 390 33554432000 4194304 4287625 140734966733184 18446744073709551615 222921797135 0 0 4096 65536 5614678259204620287 0 0 17 4 0 0 0
/proc/26330/statm: 4581 390 341 23 0 91 0
[pid=26331] ppid=26330 vsize=1598492 CPUtime=5003.83 cores=0
/proc/26331/stat : 26331 (cryptominisat) R 26330 26330 25435 0 -1 4202496 3073645 0 0 0 499315 1068 0 0 25 0 1 0 513239977 1636855808 63635 33554432000 4194304 4587354 140737307120816 18446744073709551615 4238712 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26331/statm: 399623 63635 339 96 0 396185 0
[pid=26332] ppid=26330 vsize=625860 CPUtime=5003.81 cores=1
/proc/26332/stat : 26332 (clasp) R 26330 26330 25435 0 -1 4202496 154335 0 0 0 500325 56 0 0 25 0 1 0 513239977 640880640 152329 33554432000 4194304 4785740 140736034805200 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26332/statm: 156465 152329 341 145 0 153510 0
[pid=26333] ppid=26330 vsize=464700 CPUtime=5003.25 cores=2
/proc/26333/stat : 26333 (TNM) R 26330 26330 25435 0 -1 4202496 5139 0 0 0 500321 4 0 0 25 0 1 0 513239977 475852800 5036 33554432000 134512640 134534564 4293214096 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26333/statm: 116175 5036 103 6 0 114841 0
[pid=26334] ppid=26330 vsize=128644 CPUtime=5003.84 cores=3
/proc/26334/stat : 26334 (march_hi) R 26330 26330 25435 0 -1 4202496 40839 0 0 0 500372 12 0 0 25 0 1 0 513239977 131731456 22228 33554432000 4194304 4331988 140733418955024 18446744073709551615 4228453 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26334/statm: 32161 22228 184 34 0 30603 0
[pid=26335] ppid=26330 vsize=335208 CPUtime=19985.6 cores=4-7
/proc/26335/stat : 26335 (plingeling) S 26330 26330 25435 0 -1 4202496 741468 1250 0 0 1998442 115 0 0 25 0 5 0 513239977 343252992 55879 33554432000 4194304 4356188 140737357754304 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26335/statm: 83802 55879 164 40 0 82346 0
[pid=26335/tid=26342] ppid=26330 vsize=335208 CPUtime=5003.4 cores=4-7
/proc/26335/task/26342/stat : 26342 (plingeling) R 26330 26330 25435 0 -1 4202560 208341 1250 0 0 500308 32 0 0 25 0 5 0 513240007 343252992 55879 33554432000 4194304 4356188 140737357754304 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26335/tid=26343] ppid=26330 vsize=335208 CPUtime=5002.23 cores=4-7
/proc/26335/task/26343/stat : 26343 (plingeling) R 26330 26330 25435 0 -1 4202560 215567 1250 0 0 500189 34 0 0 25 0 5 0 513240007 343252992 55879 33554432000 4194304 4356188 140737357754304 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26335/tid=26344] ppid=26330 vsize=335208 CPUtime=5003.55 cores=4-7
/proc/26335/task/26344/stat : 26344 (plingeling) R 26330 26330 25435 0 -1 4202560 190619 1250 0 0 500327 28 0 0 25 0 5 0 513240007 343252992 55879 33554432000 4194304 4356188 140737357754304 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26335/tid=26345] ppid=26330 vsize=335208 CPUtime=4976.06 cores=4-7
/proc/26335/task/26345/stat : 26345 (plingeling) R 26330 26330 25435 0 -1 4202560 119352 1250 0 0 497588 18 0 0 25 0 5 0 513240007 343252992 55879 33554432000 4194304 4356188 140737357754304 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 3171228

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26330 and gives
#  childrusage.ru_utime.tv_sec=10006
#  childrusage.ru_utime.tv_usec=947712
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=181972
# CPU time returned by wait4() is 10007.1
# while last known CPU time is 40000.3
#
# 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.3
CPU user time (s): 39987.8
CPU system time (s): 12.55
CPU usage (%): 799.412
Max. virtual memory (cumulated for all children) (KiB): 5111396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10006.9
system time used= 0.181972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46500
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= 489
involuntary context switches= 18901

runsolver used 8.12377 second user time and 19.1831 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-28 20:46:32
IDJOB=3310361
IDBENCH=84223
IDSOLVER=1638
FILE ID=node109/3310361-1304016392
RUNJOBID= node109-1304007435-25449
PBS_JOBID= 13168834
Free space on /tmp= 72380 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT03/industrial/li/li-exam/li-exam-61.shuffled-as.sat03-366.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310361-1304016392/watcher-3310361-1304016392 -o /tmp/evaluation-result-3310361-1304016392/solver-3310361-1304016392 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310361-1304016392.cnf

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

MD5SUM BENCH= 3be662940f394fa876137a905247d755
RANDOM SEED=634907916

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13443488 kB
Buffers:       2132656 kB
Cached:       16725832 kB
SwapCached:          0 kB
Active:        9838612 kB
Inactive:      9089032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13443488 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12416 kB
Writeback:           0 kB
AnonPages:       69256 kB
Mapped:          14784 kB
Slab:           513172 kB
PageTables:       4704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190916 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= 72372 MiB
End job on node109 at 2011-04-28 22:09:58