Trace number 3219537

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) 39971.7 5000.02

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S376724493-075-UNKNOWN.cnf
MD5SUMb318fd1a86aee981aadb17224d952a44
Bench CategoryRANDOM (random 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 variables300
Number of clauses25500
Sum of the clauses size178500
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 525500

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-3219537-1304150788/watcher-3219537-1304150788 -o /tmp/evaluation-result-3219537-1304150788/solver-3219537-1304150788 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3219537-1304150788.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): 5000 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.48 7.96 7.97 2/170 22870
/proc/meminfo: memFree=30804352/32950928 swapFree=67111448/67111528
[pid=22870] ppid=22868 vsize=18324 CPUtime=0 cores=0-7
/proc/22870/stat : 22870 (ppfolio) S 22868 22870 22513 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 526677546 18763776 390 33554432000 4194304 4287625 140736586188480 18446744073709551615 251814260239 0 0 4096 65536 4545416532770947071 0 0 17 4 0 0 0
/proc/22870/statm: 4581 390 341 23 0 91 0

[startup+0.161394 s]
/proc/loadavg: 7.48 7.96 7.97 2/170 22870
/proc/meminfo: memFree=30804352/32950928 swapFree=67111448/67111528
[pid=22870] ppid=22868 vsize=18324 CPUtime=0 cores=0-7
/proc/22870/stat : 22870 (ppfolio) S 22868 22870 22513 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 526677546 18763776 390 33554432000 4194304 4287625 140736586188480 18446744073709551615 251814260239 0 0 4096 65536 4545416532770947071 0 0 17 6 0 0 0
/proc/22870/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200389 s]
/proc/loadavg: 7.48 7.96 7.97 2/170 22870
/proc/meminfo: memFree=30804352/32950928 swapFree=67111448/67111528
[pid=22870] ppid=22868 vsize=18324 CPUtime=0 cores=0-7
/proc/22870/stat : 22870 (ppfolio) S 22868 22870 22513 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 526677546 18763776 390 33554432000 4194304 4287625 140736586188480 18446744073709551615 251814260239 0 0 4096 65536 4545416532770947071 0 0 17 6 0 0 0
/proc/22870/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300373 s]
/proc/loadavg: 7.48 7.96 7.97 2/170 22870
/proc/meminfo: memFree=30804352/32950928 swapFree=67111448/67111528
[pid=22870] ppid=22868 vsize=18324 CPUtime=0 cores=0-7
/proc/22870/stat : 22870 (ppfolio) S 22868 22870 22513 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 526677546 18763776 390 33554432000 4194304 4287625 140736586188480 18446744073709551615 251814260239 0 0 4096 65536 4545416532770947071 0 0 17 6 0 0 0
/proc/22870/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700303 s]
/proc/loadavg: 7.48 7.96 7.97 2/170 22870
/proc/meminfo: memFree=30804352/32950928 swapFree=67111448/67111528
[pid=22870] ppid=22868 vsize=18324 CPUtime=0 cores=0-7
/proc/22870/stat : 22870 (ppfolio) S 22868 22870 22513 0 -1 4202496 522 0 0 0 0 0 0 0 19 0 1 0 526677546 18763776 390 33554432000 4194304 4287625 140736586188480 18446744073709551615 251814260239 0 0 4096 65536 4545416532770947071 0 0 17 6 0 0 0
/proc/22870/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50117 s]
/proc/loadavg: 7.48 7.96 7.97 9/180 22885
/proc/meminfo: memFree=30767444/32950928 swapFree=67111448/67111528
[pid=22870] ppid=22868 vsize=18324 CPUtime=0 cores=0-7
/proc/22870/stat : 22870 (ppfolio) S 22868 22870 22513 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 526677546 18763776 390 33554432000 4194304 4287625 140736586188480 18446744073709551615 251814260239 0 0 4096 65536 4545416532770947071 0 0 17 6 0 0 0
/proc/22870/statm: 4581 390 341 23 0 91 0
[pid=22871] ppid=22870 vsize=463996 CPUtime=1.48 cores=0
/proc/22871/stat : 22871 (cryptominisat) R 22870 22870 22513 0 -1 4202496 5148 0 0 0 148 0 0 0 25 0 1 0 526677546 475131904 2073 33554432000 4194304 4587354 140733259607184 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22871/statm: 115999 2073 327 96 0 112561 0
[pid=22872] ppid=22870 vsize=21140 CPUtime=1.49 cores=1
/proc/22872/stat : 22872 (clasp) R 22870 22870 22513 0 -1 4202496 2818 0 0 0 149 0 0 0 25 0 1 0 526677546 21647360 2622 33554432000 4194304 4785740 140734755536320 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22872/statm: 5285 2622 340 145 0 2330 0
[pid=22873] ppid=22870 vsize=455032 CPUtime=1.49 cores=2
/proc/22873/stat : 22873 (TNM) R 22870 22870 22513 0 -1 4202496 1151 0 0 0 149 0 0 0 25 0 1 0 526677546 465952768 1047 33554432000 134512640 134534564 4287536656 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22873/statm: 113758 1047 91 6 0 112424 0
[pid=22874] ppid=22870 vsize=10932 CPUtime=1.48 cores=3
/proc/22874/stat : 22874 (march_hi) R 22870 22870 22513 0 -1 4202496 4745 0 0 0 148 0 0 0 25 0 1 0 526677546 11194368 1064 33554432000 4194304 4331988 140737294494816 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22874/statm: 2733 1064 150 34 0 1175 0
[pid=22875] ppid=22870 vsize=125164 CPUtime=5.75 cores=4-7
/proc/22875/stat : 22875 (plingeling) S 22870 22870 22513 0 -1 4202496 5933 1257 0 0 575 0 0 0 25 0 5 0 526677546 128167936 3357 33554432000 4194304 4356188 140736788028400 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22875/statm: 31291 3357 162 40 0 29835 0
[pid=22875/tid=22882] ppid=22870 vsize=125164 CPUtime=1.44 cores=4-7
/proc/22875/task/22882/stat : 22882 (plingeling) R 22870 22870 22513 0 -1 4202560 576 1257 0 0 144 0 0 0 25 0 5 0 526677552 128167936 3357 33554432000 4194304 4356188 140736788028400 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22875/tid=22883] ppid=22870 vsize=125164 CPUtime=1.43 cores=4-7
/proc/22875/task/22883/stat : 22883 (plingeling) R 22870 22870 22513 0 -1 4202560 557 1257 0 0 143 0 0 0 25 0 5 0 526677552 128167936 3357 33554432000 4194304 4356188 140736788028400 18446744073709551615 4234340 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22875/tid=22884] ppid=22870 vsize=125164 CPUtime=1.39 cores=4-7
/proc/22875/task/22884/stat : 22884 (plingeling) R 22870 22870 22513 0 -1 4202560 572 1257 0 0 139 0 0 0 25 0 5 0 526677552 128167936 3357 33554432000 4194304 4356188 140736788028400 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22875/tid=22885] ppid=22870 vsize=125164 CPUtime=1.43 cores=4-7
/proc/22875/task/22885/stat : 22885 (plingeling) R 22870 22870 22513 0 -1 4202560 632 1257 0 0 143 0 0 0 25 0 5 0 526677552 128167936 3357 33554432000 4194304 4356188 140736788028400 18446744073709551615 4332125 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.69
Current children cumulated vsize (KiB) 1094588

[startup+3.10091 s]
/proc/loadavg: 7.48 7.96 7.97 9/180 22885
/proc/meminfo: memFree=30762484/32950928 swapFree=67111448/67111528
[pid=22870] ppid=22868 vsize=18324 CPUtime=0 cores=0-7
/proc/22870/stat : 22870 (ppfolio) S 22868 22870 22513 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 526677546 18763776 390 33554432000 4194304 4287625 140736586188480 18446744073709551615 251814260239 0 0 4096 65536 4545416532770947071 0 0 17 6 0 0 0
/proc/22870/statm: 4581 390 341 23 0 91 0
[pid=22871] ppid=22870 vsize=483264 CPUtime=3.08 cores=0
/proc/22871/stat : 22871 (cryptominisat) R 22870 22870 22513 0 -1 4202496 11842 0 0 0 306 2 0 0 25 0 1 0 526677546 494862336 6673 33554432000 4194304 4587354 140733259607184 18446744073709551615 4388248 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22871/statm: 120816 6673 337 96 0 117378 0
[pid=22872] ppid=22870 vsize=22964 CPUtime=3.09 cores=1
/proc/22872/stat : 22872 (clasp) R 22870 22870 22513 0 -1 4202496 3261 0 0 0 309 0 0 0 25 0 1 0 526677546 23515136 3065 33554432000 4194304 4785740 140734755536320 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22872/statm: 5741 3065 340 145 0 2786 0
[pid=22873] ppid=22870 vsize=455032 CPUtime=3.08 cores=2
/proc/22873/stat : 22873 (TNM) R 22870 22870 22513 0 -1 4202496 1151 0 0 0 308 0 0 0 25 0 1 0 526677546 465952768 1047 33554432000 134512640 134534564 4287536656 18446744073709551615 134524536 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22873/statm: 113758 1047 91 6 0 112424 0
[pid=22874] ppid=22870 vsize=14320 CPUtime=3.09 cores=3
/proc/22874/stat : 22874 (march_hi) R 22870 22870 22513 0 -1 4202496 5787 0 0 0 308 1 0 0 25 0 1 0 526677546 14663680 1731 33554432000 4194304 4331988 140737294494816 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22874/statm: 3580 1731 174 34 0 2022 0
[pid=22875] ppid=22870 vsize=126940 CPUtime=12.15 cores=4-7
/proc/22875/stat : 22875 (plingeling) S 22870 22870 22513 0 -1 4202496 6409 1257 0 0 1214 1 0 0 25 0 5 0 526677546 129986560 3833 33554432000 4194304 4356188 140736788028400 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22875/statm: 31735 3833 162 40 0 30279 0
[pid=22875/tid=22882] ppid=22870 vsize=126940 CPUtime=3.04 cores=4-7
/proc/22875/task/22882/stat : 22882 (plingeling) R 22870 22870 22513 0 -1 4202560 674 1257 0 0 304 0 0 0 25 0 5 0 526677552 129986560 3833 33554432000 4194304 4356188 140736788028400 18446744073709551615 4331694 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22875/tid=22883] ppid=22870 vsize=126940 CPUtime=3.03 cores=4-7
/proc/22875/task/22883/stat : 22883 (plingeling) R 22870 22870 22513 0 -1 4202560 726 1257 0 0 303 0 0 0 25 0 5 0 526677552 129986560 3833 33554432000 4194304 4356188 140736788028400 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22875/tid=22884] ppid=22870 vsize=126940 CPUtime=2.99 cores=4-7
/proc/22875/task/22884/stat : 22884 (plingeling) R 22870 22870 22513 0 -1 4202560 653 1257 0 0 299 0 0 0 25 0 5 0 526677552 129986560 3833 33554432000 4194304 4356188 140736788028400 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22875/tid=22885] ppid=22870 vsize=126940 CPUtime=3.02 cores=4-7
/proc/22875/task/22885/stat : 22885 (plingeling) R 22870 22870 22513 0 -1 4202560 760 1257 0 0 302 0 0 0 25 0 5 0 526677552 129986560 3833 33554432000 4194304 4356188 140736788028400 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.49
Current children cumulated vsize (KiB) 1120844

[startup+6.30137 s]
/proc/loadavg: 7.61 7.97 7.97 9/180 22885
/proc/meminfo: memFree=30737708/32950928 swapFree=67111448/67111528
[pid=22870] ppid=22868 vsize=18324 CPUtime=0 cores=0-7
/proc/22870/stat : 22870 (ppfolio) S 22868 22870 22513 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 526677546 18763776 390 33554432000 4194304 4287625 140736586188480 18446744073709551615 251814260239 0 0 4096 65536 4545416532770947071 0 0 17 6 0 0 0
/proc/22870/statm: 4581 390 341 23 0 91 0
[pid=22871] ppid=22870 vsize=472004 CPUtime=6.29 cores=0
/proc/22871/stat : 22871 (cryptominisat) R 22870 22870 22513 0 -1 4202496 12558 0 0 0 626 3 0 0 25 0 1 0 526677546 483332096 6150 33554432000 4194304 4587354 140733259607184 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22871/statm: 118001 6150 337 96 0 114563 0
[pid=22872] ppid=22870 vsize=25692 CPUtime=6.29 cores=1
/proc/22872/stat : 22872 (clasp) R 22870 22870 22513 0 -1 4202496 3924 0 0 0 629 0 0 0 25 0 1 0 526677546 26308608 3728 33554432000 4194304 4785740 140734755536320 18446744073709551615 4278129 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22872/statm: 6423 3728 340 145 0 3468 0
[pid=22873] ppid=22870 vsize=459288 CPUtime=6.29 cores=2
/proc/22873/stat : 22873 (TNM) R 22870 22870 22513 0 -1 4202496 1400 0 0 0 629 0 0 0 25 0 1 0 526677546 470310912 1296 33554432000 134512640 134534564 4287536656 18446744073709551615 4397334 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22873/statm: 114822 1296 95 6 0 113488 0
[pid=22874] ppid=22870 vsize=14320 CPUtime=6.29 cores=3
/proc/22874/stat : 22874 (march_hi) R 22870 22870 22513 0 -1 4202496 5788 0 0 0 628 1 0 0 25 0 1 0 526677546 14663680 1732 33554432000 4194304 4331988 140737294494816 18446744073709551615 4246341 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22874/statm: 3580 1732 174 34 0 2022 0
[pid=22875] ppid=22870 vsize=131232 CPUtime=24.93 cores=4-7
/proc/22875/stat : 22875 (plingeling) S 22870 22870 22513 0 -1 4202496 7468 1257 0 0 2492 1 0 0 25 0 5 0 526677546 134381568 4874 33554432000 4194304 4356188 140736788028400 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22875/statm: 32808 4874 162 40 0 31352 0
[pid=22875/tid=22882] ppid=22870 vsize=131232 CPUtime=6.24 cores=4-7
/proc/22875/task/22882/stat : 22882 (plingeling) R 22870 22870 22513 0 -1 4202560 973 1257 0 0 624 0 0 0 25 0 5 0 526677552 134381568 4874 33554432000 4194304 4356188 140736788028400 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22875/tid=22883] ppid=22870 vsize=131232 CPUtime=6.23 cores=4-7
/proc/22875/task/22883/stat : 22883 (plingeling) R 22870 22870 22513 0 -1 4202560 952 1257 0 0 623 0 0 0 25 0 5 0 526677552 134381568 4874 33554432000 4194304 4356188 140736788028400 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22875/tid=22884] ppid=22870 vsize=131232 CPUtime=6.19 cores=4-7
/proc/22875/task/22884/stat : 22884 (plingeling) R 22870 22870 22513 0 -1 4202560 928 1257 0 0 619 0 0 0 25 0 5 0 526677552 134381568 4874 33554432000 4194304 4356188 140736788028400 18446744073709551615 4238846 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22875/tid=22885] ppid=22870 vsize=131232 CPUtime=6.21 cores=4-7
/proc/22875/task/22885/stat : 22885 (plingeling) R 22870 22870 22513 0 -1 4202560 1019 1257 0 0 621 0 0 0 25 0 5 0 526677552 134381568 4874 33554432000 4194304 4356188 140736788028400 18446744073709551615 4330780 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.09
Current children cumulated vsize (KiB) 1120860

[startup+12.7013 s]
/proc/loadavg: 7.64 7.97 7.97 9/180 22885
/proc/meminfo: memFree=30732528/32950928 swapFree=67111448/67111528
[pid=22870] ppid=22868 vsize=18324 CPUtime=0 cores=0-7
/proc/22870/stat : 22870 (ppfolio) S 22868 22870 22513 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 526677546 18763776 390 33554432000 4194304 4287625 140736586188480 18446744073709551615 251814260239 0 0 4096 65536 4545416532770947071 0 0 17 6 0 0 0
/proc/22870/statm: 4581 390 341 23 0 91 0
[pid=22871] ppid=22870 vsize=481324 CPUtime=12.69 cores=0
/proc/22871/stat : 22871 (cryptominisat) R 22870 22870 22513 0 -1 4202496 14753 0 0 0 1266 3 0 0 25 0 1 0 526677546 492875776 6947 33554432000 4194304 4587354 140733259607184 18446744073709551615 4238463 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22871/statm: 120331 6947 337 96 0 116893 0
[pid=22872] ppid=22870 vsize=28564 CPUtime=12.68 cores=1
/proc/22872/stat : 22872 (clasp) R 22870 22870 22513 0 -1 4202496 4595 0 0 0 1268 0 0 0 25 0 1 0 526677546 29249536 4399 33554432000 4194304 4785740 140734755536320 18446744073709551615 4286976 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22872/statm: 7141 4399 340 145 0 4186 0
[pid=22873] ppid=22870 vsize=459288 CPUtime=12.69 cores=2
/proc/22873/stat : 22873 (TNM) R 22870 22870 22513 0 -1 4202496 1400 0 0 0 1269 0 0 0 25 0 1 0 526677546 470310912 1296 33554432000 134512640 134534564 4287536656 18446744073709551615 134528523 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22873/statm: 114822 1296 95 6 0 113488 0
[pid=22874] ppid=22870 vsize=15344 CPUtime=12.69 cores=3
/proc/22874/stat : 22874 (march_hi) R 22870 22870 22513 0 -1 4202496 6038 0 0 0 1268 1 0 0 25 0 1 0 526677546 15712256 1982 33554432000 4194304 4331988 140737294494816 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22874/statm: 3836 1982 174 34 0 2278 0
[pid=22875] ppid=22870 vsize=130892 CPUtime=50.49 cores=4-7
/proc/22875/stat : 22875 (plingeling) S 22870 22870 22513 0 -1 4202496 9591 1257 0 0 5048 1 0 0 25 0 5 0 526677546 134033408 4821 33554432000 4194304 4356188 140736788028400 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22875/statm: 32723 4821 162 40 0 31267 0
[pid=22875/tid=22882] ppid=22870 vsize=130892 CPUtime=12.63 cores=4-7
/proc/22875/task/22882/stat : 22882 (plingeling) R 22870 22870 22513 0 -1 4202560 1614 1257 0 0 1263 0 0 0 25 0 5 0 526677552 134033408 4821 33554432000 4194304 4356188 140736788028400 18446744073709551615 4331079 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22875/tid=22883] ppid=22870 vsize=130892 CPUtime=12.63 cores=4-7
/proc/22875/task/22883/stat : 22883 (plingeling) R 22870 22870 22513 0 -1 4202560 1600 1257 0 0 1263 0 0 0 25 0 5 0 526677552 134033408 4821 33554432000 4194304 4356188 140736788028400 18446744073709551615 4332239 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22875/tid=22884] ppid=22870 vsize=130892 CPUtime=12.59 cores=4-7
/proc/22875/task/22884/stat : 22884 (plingeling) R 22870 22870 22513 0 -1 4202560 1058 1257 0 0 1259 0 0 0 25 0 5 0 526677552 134033408 4821 33554432000 4194304 4356188 140736788028400 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22875/tid=22885] ppid=22870 vsize=130892 CPUtime=12.57 cores=4-7
/proc/22875/task/22885/stat : 22885 (plingeling) R 22870 22870 22513 0 -1 4202560 1723 1257 0 0 1257 0 0 0 25 0 5 0 526677552 134033408 4821 33554432000 4194304 4356188 140736788028400 18446744073709551615 4331050 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 1133736

[startup+25.5011 s]
/proc/loadavg: 7.72 7.97 7.97 9/180 22885
/proc/meminfo: memFree=30735548/32950928 swapFree=67111448/67111528
[pid=22870] ppid=22868 vsize=18324 CPUtime=0 cores=0-7
/proc/22870/stat : 22870 (ppfolio) S 22868 22870 22513 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 526677546 18763776 390 33554432000 4194304 4287625 140736586188480 18446744073709551615 251814260239 0 0 4096 65536 4545416532770947071 0 0 17 6 0 0 0
/proc/22870/statm: 4581 390 341 23 0 91 0
[pid=22871] ppid=22870 vsize=10614488 CPUtime=25.48 cores=0
/proc/22871/stat : 22871 (cryptominisat) R 22870 22870 22513 0 -1 4202496 21123 0 0 0 2544 4 0 0 25 0 1 0 526677546 10869235712 2766 33554432000 4194304 4587354 140733259607184 18446744073709551615 4237592 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=22873] ppid=22870 vsize=459288 CPUtime=4842.35 cores=2
/proc/22873/stat : 22873 (TNM) R 22870 22870 22513 0 -1 4202496 1400 0 0 0 484233 2 0 0 25 0 1 0 526677546 470310912 1296 33554432000 134512640 134534564 4287536656 18446744073709551615 134528710 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22873/statm: 114822 1296 95 6 0 113488 0
[pid=22874] ppid=22870 vsize=697944 CPUtime=4841.56 cores=3
/proc/22874/stat : 22874 (march_hi) R 22870 22870 22513 0 -1 4202496 137017 0 0 0 484058 98 0 0 25 0 1 0 526677546 714694656 132961 33554432000 4194304 4331988 140737294494816 18446744073709551615 4299299 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22874/statm: 174486 132961 175 34 0 172928 0
[pid=22875] ppid=22870 vsize=199768 CPUtime=19342.4 cores=4-7
/proc/22875/stat : 22875 (plingeling) S 22870 22870 22513 0 -1 4202496 412471 1257 0 0 1934172 68 0 0 25 0 5 0 526677546 204562432 22040 33554432000 4194304 4356188 140736788028400 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22875/statm: 49942 22040 162 40 0 48486 0
[pid=22875/tid=22882] ppid=22870 vsize=199768 CPUtime=4842.32 cores=4-7
/proc/22875/task/22882/stat : 22882 (plingeling) R 22870 22870 22513 0 -1 4202560 113341 1257 0 0 484214 18 0 0 25 0 5 0 526677552 204562432 22040 33554432000 4194304 4356188 140736788028400 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22875/tid=22883] ppid=22870 vsize=199768 CPUtime=4842.31 cores=4-7
/proc/22875/task/22883/stat : 22883 (plingeling) R 22870 22870 22513 0 -1 4202560 90922 1257 0 0 484215 16 0 0 25 0 5 0 526677552 204562432 22040 33554432000 4194304 4356188 140736788028400 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22875/tid=22884] ppid=22870 vsize=199768 CPUtime=4841.8 cores=4-7
/proc/22875/task/22884/stat : 22884 (plingeling) R 22870 22870 22513 0 -1 4202560 92306 1257 0 0 484164 16 0 0 25 0 5 0 526677552 204562432 22040 33554432000 4194304 4356188 140736788028400 18446744073709551615 4237401 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22875/tid=22885] ppid=22870 vsize=199768 CPUtime=4815.9 cores=4-7
/proc/22875/task/22885/stat : 22885 (plingeling) R 22870 22870 22513 0 -1 4202560 112306 1257 0 0 481573 17 0 0 25 0 5 0 526677552 204562432 22040 33554432000 4194304 4356188 140736788028400 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38710.9
Current children cumulated vsize (KiB) 2313680

[startup+4902.3 s]
/proc/loadavg: 8.01 8.04 8.00 9/180 23027
/proc/meminfo: memFree=29695516/32950928 swapFree=67111448/67111528
[pid=22870] ppid=22868 vsize=18324 CPUtime=0 cores=0-7
/proc/22870/stat : 22870 (ppfolio) S 22868 22870 22513 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 526677546 18763776 390 33554432000 4194304 4287625 140736586188480 18446744073709551615 251814260239 0 0 4096 65536 4545416532770947071 0 0 17 6 0 0 0
/proc/22870/statm: 4581 390 341 23 0 91 0
[pid=22871] ppid=22870 vsize=766640 CPUtime=4902.23 cores=0
/proc/22871/stat : 22871 (cryptominisat) R 22870 22870 22513 0 -1 4202496 986423 0 0 0 489819 404 0 0 25 0 1 0 526677546 785039360 83709 33554432000 4194304 4587354 140733259607184 18446744073709551615 4357662 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22871/statm: 191660 83709 337 96 0 188222 0
[pid=22872] ppid=22870 vsize=173424 CPUtime=4902.36 cores=1
/proc/22872/stat : 22872 (clasp) R 22870 22870 22513 0 -1 4202496 37968 0 0 0 490226 10 0 0 25 0 1 0 526677546 177586176 36693 33554432000 4194304 4785740 140734755536320 18446744073709551615 4416773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22872/statm: 43356 36693 341 145 0 40401 0
[pid=22873] ppid=22870 vsize=459288 CPUtime=4902.35 cores=2
/proc/22873/stat : 22873 (TNM) R 22870 22870 22513 0 -1 4202496 1400 0 0 0 490233 2 0 0 25 0 1 0 526677546 470310912 1296 33554432000 134512640 134534564 4287536656 18446744073709551615 134530598 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22873/statm: 114822 1296 95 6 0 113488 0
[pid=22874] ppid=22870 vsize=697944 CPUtime=4901.55 cores=3
/proc/22874/stat : 22874 (march_hi) R 22870 22870 22513 0 -1 4202496 138683 0 0 0 490055 100 0 0 25 0 1 0 526677546 714694656 134627 33554432000 4194304 4331988 140737294494816 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22874/statm: 174486 134627 175 34 0 172928 0
[pid=22875] ppid=22870 vsize=197208 CPUtime=19582.1 cores=4-7
/proc/22875/stat : 22875 (plingeling) S 22870 22870 22513 0 -1 4202496 413879 1257 0 0 1958138 68 0 0 25 0 5 0 526677546 201940992 21400 33554432000 4194304 4356188 140736788028400 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22875/statm: 49302 21400 162 40 0 47846 0
[pid=22875/tid=22882] ppid=22870 vsize=197208 CPUtime=4902.31 cores=4-7
/proc/22875/task/22882/stat : 22882 (plingeling) R 22870 22870 22513 0 -1 4202560 114749 1257 0 0 490213 18 0 0 25 0 5 0 526677552 201940992 21400 33554432000 4194304 4356188 140736788028400 18446744073709551615 4332026 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22875/tid=22883] ppid=22870 vsize=197208 CPUtime=4902.31 cores=4-7
/proc/22875/task/22883/stat : 22883 (plingeling) R 22870 22870 22513 0 -1 4202560 90922 1257 0 0 490215 16 0 0 25 0 5 0 526677552 201940992 21400 33554432000 4194304 4356188 140736788028400 18446744073709551615 4331309 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22875/tid=22884] ppid=22870 vsize=197208 CPUtime=4901.79 cores=4-7
/proc/22875/task/22884/stat : 22884 (plingeling) R 22870 22870 22513 0 -1 4202560 92306 1257 0 0 490163 16 0 0 25 0 5 0 526677552 201940992 21400 33554432000 4194304 4356188 140736788028400 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22875/tid=22885] ppid=22870 vsize=197208 CPUtime=4875.57 cores=4-7
/proc/22875/task/22885/stat : 22885 (plingeling) R 22870 22870 22513 0 -1 4202560 112306 1257 0 0 487540 17 0 0 25 0 5 0 526677552 201940992 21400 33554432000 4194304 4356188 140736788028400 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39190.6
Current children cumulated vsize (KiB) 2312828

[startup+4962.3 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 23029
/proc/meminfo: memFree=29664980/32950928 swapFree=67111448/67111528
[pid=22870] ppid=22868 vsize=18324 CPUtime=0 cores=0-7
/proc/22870/stat : 22870 (ppfolio) S 22868 22870 22513 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 526677546 18763776 390 33554432000 4194304 4287625 140736586188480 18446744073709551615 251814260239 0 0 4096 65536 4545416532770947071 0 0 17 6 0 0 0
/proc/22870/statm: 4581 390 341 23 0 91 0
[pid=22871] ppid=22870 vsize=766640 CPUtime=4962.23 cores=0
/proc/22871/stat : 22871 (cryptominisat) R 22870 22870 22513 0 -1 4202496 986423 0 0 0 495819 404 0 0 25 0 1 0 526677546 785039360 83709 33554432000 4194304 4587354 140733259607184 18446744073709551615 4357632 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22871/statm: 191660 83709 337 96 0 188222 0
[pid=22872] ppid=22870 vsize=173852 CPUtime=4962.36 cores=1
/proc/22872/stat : 22872 (clasp) R 22870 22870 22513 0 -1 4202496 38093 0 0 0 496226 10 0 0 25 0 1 0 526677546 178024448 36818 33554432000 4194304 4785740 140734755536320 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22872/statm: 43463 36818 341 145 0 40508 0
[pid=22873] ppid=22870 vsize=459288 CPUtime=4962.35 cores=2
/proc/22873/stat : 22873 (TNM) R 22870 22870 22513 0 -1 4202496 1400 0 0 0 496233 2 0 0 25 0 1 0 526677546 470310912 1296 33554432000 134512640 134534564 4287536656 18446744073709551615 134530260 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22873/statm: 114822 1296 95 6 0 113488 0
[pid=22874] ppid=22870 vsize=697944 CPUtime=4961.55 cores=3
/proc/22874/stat : 22874 (march_hi) R 22870 22870 22513 0 -1 4202496 140325 0 0 0 496054 101 0 0 25 0 1 0 526677546 714694656 136269 33554432000 4194304 4331988 140737294494816 18446744073709551615 4239542 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22874/statm: 174486 136269 175 34 0 172928 0
[pid=22875] ppid=22870 vsize=222172 CPUtime=19821.7 cores=4-7
/proc/22875/stat : 22875 (plingeling) S 22870 22870 22513 0 -1 4202496 420120 1257 0 0 1982103 69 0 0 25 0 5 0 526677546 227504128 27641 33554432000 4194304 4356188 140736788028400 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22875/statm: 55543 27641 162 40 0 54087 0
[pid=22875/tid=22882] ppid=22870 vsize=222172 CPUtime=4962.31 cores=4-7
/proc/22875/task/22882/stat : 22882 (plingeling) R 22870 22870 22513 0 -1 4202560 116829 1257 0 0 496213 18 0 0 25 0 5 0 526677552 227504128 27641 33554432000 4194304 4356188 140736788028400 18446744073709551615 4331193 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22875/tid=22883] ppid=22870 vsize=222172 CPUtime=4962.31 cores=4-7
/proc/22875/task/22883/stat : 22883 (plingeling) R 22870 22870 22513 0 -1 4202560 92138 1257 0 0 496215 16 0 0 25 0 5 0 526677552 227504128 27641 33554432000 4194304 4356188 140736788028400 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22875/tid=22884] ppid=22870 vsize=222172 CPUtime=4961.78 cores=4-7
/proc/22875/task/22884/stat : 22884 (plingeling) R 22870 22870 22513 0 -1 4202560 93843 1257 0 0 496162 16 0 0 25 0 5 0 526677552 227504128 27641 33554432000 4194304 4356188 140736788028400 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22875/tid=22885] ppid=22870 vsize=222172 CPUtime=4935.24 cores=4-7
/proc/22875/task/22885/stat : 22885 (plingeling) R 22870 22870 22513 0 -1 4202560 113714 1257 0 0 493507 17 0 0 25 0 5 0 526677552 227504128 27641 33554432000 4194304 4356188 140736788028400 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39670.2
Current children cumulated vsize (KiB) 2338220



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.00 8.02 8.00 9/180 23030
/proc/meminfo: memFree=29661612/32950928 swapFree=67111448/67111528
[pid=22870] ppid=22868 vsize=18324 CPUtime=0 cores=0-7
/proc/22870/stat : 22870 (ppfolio) S 22868 22870 22513 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 526677546 18763776 390 33554432000 4194304 4287625 140736586188480 18446744073709551615 251814260239 0 0 4096 65536 4545416532770947071 0 0 17 6 0 0 0
/proc/22870/statm: 4581 390 341 23 0 91 0
[pid=22871] ppid=22870 vsize=766640 CPUtime=4999.93 cores=0
/proc/22871/stat : 22871 (cryptominisat) R 22870 22870 22513 0 -1 4202496 986423 0 0 0 499589 404 0 0 25 0 1 0 526677546 785039360 83709 33554432000 4194304 4587354 140733259607184 18446744073709551615 4388352 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22871/statm: 191660 83709 337 96 0 188222 0
[pid=22872] ppid=22870 vsize=173852 CPUtime=5000.07 cores=1
/proc/22872/stat : 22872 (clasp) R 22870 22870 22513 0 -1 4202496 38096 0 0 0 499997 10 0 0 25 0 1 0 526677546 178024448 36821 33554432000 4194304 4785740 140734755536320 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22872/statm: 43463 36821 341 145 0 40508 0
[pid=22873] ppid=22870 vsize=459288 CPUtime=5000.06 cores=2
/proc/22873/stat : 22873 (TNM) R 22870 22870 22513 0 -1 4202496 1400 0 0 0 500004 2 0 0 25 0 1 0 526677546 470310912 1296 33554432000 134512640 134534564 4287536656 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22873/statm: 114822 1296 95 6 0 113488 0
[pid=22874] ppid=22870 vsize=697944 CPUtime=4999.26 cores=3
/proc/22874/stat : 22874 (march_hi) R 22870 22870 22513 0 -1 4202496 141374 0 0 0 499824 102 0 0 25 0 1 0 526677546 714694656 137318 33554432000 4194304 4331988 140737294494816 18446744073709551615 4287606 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22874/statm: 174486 137318 175 34 0 172928 0
[pid=22875] ppid=22870 vsize=220256 CPUtime=19972.3 cores=4-7
/proc/22875/stat : 22875 (plingeling) S 22870 22870 22513 0 -1 4202496 425177 1257 0 0 1997164 69 0 0 25 0 5 0 526677546 225542144 27162 33554432000 4194304 4356188 140736788028400 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22875/statm: 55064 27162 162 40 0 53608 0
[pid=22875/tid=22882] ppid=22870 vsize=220256 CPUtime=5000.02 cores=4-7
/proc/22875/task/22882/stat : 22882 (plingeling) R 22870 22870 22513 0 -1 4202560 117470 1257 0 0 499984 18 0 0 25 0 5 0 526677552 225542144 27162 33554432000 4194304 4356188 140736788028400 18446744073709551615 4330995 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22875/tid=22883] ppid=22870 vsize=220256 CPUtime=5000.01 cores=4-7
/proc/22875/task/22883/stat : 22883 (plingeling) R 22870 22870 22513 0 -1 4202560 92394 1257 0 0 499985 16 0 0 25 0 5 0 526677552 225542144 27162 33554432000 4194304 4356188 140736788028400 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22875/tid=22884] ppid=22870 vsize=220256 CPUtime=4999.49 cores=4-7
/proc/22875/task/22884/stat : 22884 (plingeling) R 22870 22870 22513 0 -1 4202560 95923 1257 0 0 499933 16 0 0 25 0 5 0 526677552 225542144 27162 33554432000 4194304 4356188 140736788028400 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22875/tid=22885] ppid=22870 vsize=220256 CPUtime=4972.74 cores=4-7
/proc/22875/task/22885/stat : 22885 (plingeling) R 22870 22870 22513 0 -1 4202560 115794 1257 0 0 497257 17 0 0 25 0 5 0 526677552 225542144 27162 33554432000 4194304 4356188 140736788028400 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39971.7
Current children cumulated vsize (KiB) 2336304

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

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

[startup+5000 s]
/proc/loadavg: 8.00 8.02 8.00 9/180 23030
/proc/meminfo: memFree=29661612/32950928 swapFree=67111448/67111528
[pid=22870] ppid=22868 vsize=18324 CPUtime=0 cores=0-7
/proc/22870/stat : 22870 (ppfolio) S 22868 22870 22513 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 526677546 18763776 390 33554432000 4194304 4287625 140736586188480 18446744073709551615 251814260239 0 0 4096 65536 4545416532770947071 0 0 17 6 0 0 0
/proc/22870/statm: 4581 390 341 23 0 91 0
[pid=22871] ppid=22870 vsize=766640 CPUtime=4999.93 cores=0
/proc/22871/stat : 22871 (cryptominisat) R 22870 22870 22513 0 -1 4202496 986423 0 0 0 499589 404 0 0 25 0 1 0 526677546 785039360 83709 33554432000 4194304 4587354 140733259607184 18446744073709551615 4388352 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22871/statm: 191660 83709 337 96 0 188222 0
[pid=22872] ppid=22870 vsize=173852 CPUtime=5000.07 cores=1
/proc/22872/stat : 22872 (clasp) R 22870 22870 22513 0 -1 4202496 38096 0 0 0 499997 10 0 0 25 0 1 0 526677546 178024448 36821 33554432000 4194304 4785740 140734755536320 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22872/statm: 43463 36821 341 145 0 40508 0
[pid=22873] ppid=22870 vsize=459288 CPUtime=5000.06 cores=2
/proc/22873/stat : 22873 (TNM) R 22870 22870 22513 0 -1 4202496 1400 0 0 0 500004 2 0 0 25 0 1 0 526677546 470310912 1296 33554432000 134512640 134534564 4287536656 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22873/statm: 114822 1296 95 6 0 113488 0
[pid=22874] ppid=22870 vsize=697944 CPUtime=4999.26 cores=3
/proc/22874/stat : 22874 (march_hi) R 22870 22870 22513 0 -1 4202496 141374 0 0 0 499824 102 0 0 25 0 1 0 526677546 714694656 137318 33554432000 4194304 4331988 140737294494816 18446744073709551615 4287606 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22874/statm: 174486 137318 175 34 0 172928 0
[pid=22875] ppid=22870 vsize=220256 CPUtime=19972.3 cores=4-7
/proc/22875/stat : 22875 (plingeling) S 22870 22870 22513 0 -1 4202496 425177 1257 0 0 1997164 69 0 0 25 0 5 0 526677546 225542144 27162 33554432000 4194304 4356188 140736788028400 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/22875/statm: 55064 27162 162 40 0 53608 0
[pid=22875/tid=22882] ppid=22870 vsize=220256 CPUtime=5000.02 cores=4-7
/proc/22875/task/22882/stat : 22882 (plingeling) R 22870 22870 22513 0 -1 4202560 117470 1257 0 0 499984 18 0 0 25 0 5 0 526677552 225542144 27162 33554432000 4194304 4356188 140736788028400 18446744073709551615 4330995 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22875/tid=22883] ppid=22870 vsize=220256 CPUtime=5000.01 cores=4-7
/proc/22875/task/22883/stat : 22883 (plingeling) R 22870 22870 22513 0 -1 4202560 92394 1257 0 0 499985 16 0 0 25 0 5 0 526677552 225542144 27162 33554432000 4194304 4356188 140736788028400 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22875/tid=22884] ppid=22870 vsize=220256 CPUtime=4999.49 cores=4-7
/proc/22875/task/22884/stat : 22884 (plingeling) R 22870 22870 22513 0 -1 4202560 95923 1257 0 0 499933 16 0 0 25 0 5 0 526677552 225542144 27162 33554432000 4194304 4356188 140736788028400 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22875/tid=22885] ppid=22870 vsize=220256 CPUtime=4972.74 cores=4-7
/proc/22875/task/22885/stat : 22885 (plingeling) R 22870 22870 22513 0 -1 4202560 115794 1257 0 0 497257 17 0 0 25 0 5 0 526677552 225542144 27162 33554432000 4194304 4356188 140736788028400 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39971.7
Current children cumulated vsize (KiB) 2336304

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22870 and gives
#  childrusage.ru_utime.tv_sec=10000
#  childrusage.ru_utime.tv_usec=15766
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=146977
# CPU time returned by wait4() is 10000.2
# while last known CPU time is 39971.7
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.02
CPU time (s): 39971.7
CPU user time (s): 39965.8
CPU system time (s): 5.87
CPU usage (%): 799.43
Max. virtual memory (cumulated for all children) (KiB): 11724288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10000
system time used= 0.146977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40034
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= 701
involuntary context switches= 21803

runsolver used 7.41187 second user time and 19.859 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-30 10:06:28
IDJOB=3219537
IDBENCH=82606
IDSOLVER=1638
FILE ID=node126/3219537-1304150788
RUNJOBID= node126-1304145480-22527
PBS_JOBID= 13170888
Free space on /tmp= 73184 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S376724493-075-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219537-1304150788/watcher-3219537-1304150788 -o /tmp/evaluation-result-3219537-1304150788/solver-3219537-1304150788 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3219537-1304150788.cnf

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

MD5SUM BENCH= b318fd1a86aee981aadb17224d952a44
RANDOM SEED=931562896

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30804764 kB
Buffers:        290972 kB
Cached:        1477152 kB
SwapCached:         76 kB
Active:         201432 kB
Inactive:      1630744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30804764 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           10888 kB
Writeback:           0 kB
AnonPages:       64052 kB
Mapped:          14716 kB
Slab:           247668 kB
PageTables:       4244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185980 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= 73172 MiB
End job on node126 at 2011-04-30 11:29:51