Trace number 3221043

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/medium/
unif-k7-r89-v80-c7120-S839353433-100.UNKNOWN.cnf
MD5SUMe68176dd0214c3858ad791ec08d1acee
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 variables80
Number of clauses7120
Sum of the clauses size49840
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 57120

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-3221043-1304160730/watcher-3221043-1304160730 -o /tmp/evaluation-result-3221043-1304160730/solver-3221043-1304160730 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221043-1304160730.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: 8.00 7.96 7.98 1/170 29862
/proc/meminfo: memFree=30717516/32951124 swapFree=67103364/67111528
[pid=29862] ppid=29860 vsize=18324 CPUtime=0 cores=0-7
/proc/29862/stat : 29862 (ppfolio) S 29860 29862 29580 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 606303692 18763776 390 33554432000 4194304 4287625 140735639639664 18446744073709551615 224284945935 0 0 4096 65536 4601114218421288959 0 0 17 6 0 0 0
/proc/29862/statm: 4581 390 341 23 0 91 0

[startup+0.011493 s]
/proc/loadavg: 8.00 7.96 7.98 1/170 29862
/proc/meminfo: memFree=30717516/32951124 swapFree=67103364/67111528
[pid=29862] ppid=29860 vsize=18324 CPUtime=0 cores=0-7
/proc/29862/stat : 29862 (ppfolio) S 29860 29862 29580 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 606303692 18763776 390 33554432000 4194304 4287625 140735639639664 18446744073709551615 224284945935 0 0 4096 65536 4601114218421288959 0 0 17 6 0 0 0
/proc/29862/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.12944 s]
/proc/loadavg: 8.00 7.96 7.98 1/170 29862
/proc/meminfo: memFree=30717516/32951124 swapFree=67103364/67111528
[pid=29862] ppid=29860 vsize=18324 CPUtime=0 cores=0-7
/proc/29862/stat : 29862 (ppfolio) S 29860 29862 29580 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 606303692 18763776 390 33554432000 4194304 4287625 140735639639664 18446744073709551615 224284945935 0 0 4096 65536 4601114218421288959 0 0 17 6 0 0 0
/proc/29862/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300411 s]
/proc/loadavg: 8.00 7.96 7.98 1/170 29862
/proc/meminfo: memFree=30717516/32951124 swapFree=67103364/67111528
[pid=29862] ppid=29860 vsize=18324 CPUtime=0 cores=0-7
/proc/29862/stat : 29862 (ppfolio) S 29860 29862 29580 0 -1 4202496 522 0 0 0 0 0 0 0 24 0 1 0 606303692 18763776 390 33554432000 4194304 4287625 140735639639664 18446744073709551615 224284945935 0 0 4096 65536 4601114218421288959 0 0 17 6 0 0 0
/proc/29862/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700345 s]
/proc/loadavg: 8.00 7.96 7.98 1/170 29862
/proc/meminfo: memFree=30717516/32951124 swapFree=67103364/67111528
[pid=29862] ppid=29860 vsize=18324 CPUtime=0 cores=0-7
/proc/29862/stat : 29862 (ppfolio) R 29860 29862 29580 0 -1 4202496 522 0 0 0 0 0 0 0 21 0 1 0 606303692 18763776 390 33554432000 4194304 4287625 140735639639664 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/29862/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50121 s]
/proc/loadavg: 8.00 7.96 7.98 9/180 29877
/proc/meminfo: memFree=30696852/32951124 swapFree=67103364/67111528
[pid=29862] ppid=29860 vsize=18324 CPUtime=0 cores=0-7
/proc/29862/stat : 29862 (ppfolio) S 29860 29862 29580 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 606303692 18763776 390 33554432000 4194304 4287625 140735639639664 18446744073709551615 224284945935 0 0 4096 65536 4601114218421288959 0 0 17 6 0 0 0
/proc/29862/statm: 4581 390 341 23 0 91 0
[pid=29863] ppid=29862 vsize=1062096 CPUtime=1.49 cores=0
/proc/29863/stat : 29863 (cryptominisat) R 29862 29862 29580 0 -1 4202496 3453 0 0 0 149 0 0 0 25 0 1 0 606303693 1087586304 1593 33554432000 4194304 4587354 140733359295872 18446744073709551615 4430911 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29863/statm: 265524 1593 336 96 0 262086 0
[pid=29864] ppid=29862 vsize=15044 CPUtime=1.49 cores=1
/proc/29864/stat : 29864 (clasp) R 29862 29862 29580 0 -1 4202496 1201 0 0 0 149 0 0 0 20 0 1 0 606303693 15405056 1092 33554432000 4194304 4785740 140735383492160 18446744073709551615 4553388 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29864/statm: 3761 1092 340 145 0 806 0
[pid=29865] ppid=29862 vsize=456652 CPUtime=1.49 cores=2
/proc/29865/stat : 29865 (TNM) R 29862 29862 29580 0 -1 4202496 557 0 0 0 149 0 0 0 20 0 1 0 606303693 467611648 453 33554432000 134512640 134534564 4291407216 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29865/statm: 114163 453 95 6 0 112829 0
[pid=29866] ppid=29862 vsize=8580 CPUtime=1.49 cores=3
/proc/29866/stat : 29866 (march_hi) R 29862 29862 29580 0 -1 4202496 1546 0 0 0 149 0 0 0 20 0 1 0 606303693 8785920 627 33554432000 4194304 4331988 140736305001456 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29866/statm: 2145 627 174 34 0 587 0
[pid=29867] ppid=29862 vsize=126852 CPUtime=5.92 cores=4-7
/proc/29867/stat : 29867 (plingeling) S 29862 29862 29580 0 -1 4202496 4703 1255 0 0 592 0 0 0 18 0 5 0 606303693 129896448 3786 33554432000 4194304 4356188 140735796342464 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29867/statm: 31713 3786 161 40 0 30257 0
[pid=29867/tid=29874] ppid=29862 vsize=126852 CPUtime=1.47 cores=4-7
/proc/29867/task/29874/stat : 29874 (plingeling) R 29862 29862 29580 0 -1 4202560 901 1255 0 0 147 0 0 0 23 0 5 0 606303694 129896448 3786 33554432000 4194304 4356188 140735796342464 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29867/tid=29875] ppid=29862 vsize=126852 CPUtime=1.47 cores=4-7
/proc/29867/task/29875/stat : 29875 (plingeling) R 29862 29862 29580 0 -1 4202560 877 1255 0 0 147 0 0 0 20 0 5 0 606303694 129896448 3786 33554432000 4194304 4356188 140735796342464 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29867/tid=29876] ppid=29862 vsize=126852 CPUtime=1.47 cores=4-7
/proc/29867/task/29876/stat : 29876 (plingeling) R 29862 29862 29580 0 -1 4202560 897 1255 0 0 147 0 0 0 23 0 5 0 606303694 129896448 3786 33554432000 4194304 4356188 140735796342464 18446744073709551615 4330839 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29867/tid=29877] ppid=29862 vsize=126852 CPUtime=1.46 cores=4-7
/proc/29867/task/29877/stat : 29877 (plingeling) R 29862 29862 29580 0 -1 4202560 839 1255 0 0 146 0 0 0 23 0 5 0 606303694 129896448 3786 33554432000 4194304 4356188 140735796342464 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 1687548

[startup+3.10094 s]
/proc/loadavg: 8.00 7.96 7.98 9/180 29877
/proc/meminfo: memFree=30684080/32951124 swapFree=67103364/67111528
[pid=29862] ppid=29860 vsize=18324 CPUtime=0 cores=0-7
/proc/29862/stat : 29862 (ppfolio) S 29860 29862 29580 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 606303692 18763776 390 33554432000 4194304 4287625 140735639639664 18446744073709551615 224284945935 0 0 4096 65536 4601114218421288959 0 0 17 6 0 0 0
/proc/29862/statm: 4581 390 341 23 0 91 0
[pid=29863] ppid=29862 vsize=3746192 CPUtime=3.08 cores=0
/proc/29863/stat : 29863 (cryptominisat) R 29862 29862 29580 0 -1 4202496 5898 0 0 0 308 0 0 0 25 0 1 0 606303693 3836100608 3025 33554432000 4194304 4587354 140733359295872 18446744073709551615 4388373 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29863/statm: 936548 3025 336 96 0 933110 0
[pid=29864] ppid=29862 vsize=15940 CPUtime=3.09 cores=1
/proc/29864/stat : 29864 (clasp) R 29862 29862 29580 0 -1 4202496 1431 0 0 0 309 0 0 0 25 0 1 0 606303693 16322560 1322 33554432000 4194304 4785740 140735383492160 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29864/statm: 3985 1322 340 145 0 1030 0
[pid=29865] ppid=29862 vsize=456652 CPUtime=3.09 cores=2
/proc/29865/stat : 29865 (TNM) R 29862 29862 29580 0 -1 4202496 557 0 0 0 309 0 0 0 25 0 1 0 606303693 467611648 453 33554432000 134512640 134534564 4291407216 18446744073709551615 134530353 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29865/statm: 114163 453 95 6 0 112829 0
[pid=29866] ppid=29862 vsize=8884 CPUtime=3.09 cores=3
/proc/29866/stat : 29866 (march_hi) R 29862 29862 29580 0 -1 4202496 1620 0 0 0 309 0 0 0 25 0 1 0 606303693 9097216 701 33554432000 4194304 4331988 140736305001456 18446744073709551615 4287549 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29866/statm: 2221 701 174 34 0 663 0
[pid=29867] ppid=29862 vsize=127624 CPUtime=12.31 cores=4-7
/proc/29867/stat : 29867 (plingeling) S 29862 29862 29580 0 -1 4202496 5640 1255 0 0 1231 0 0 0 18 0 5 0 606303693 130686976 3979 33554432000 4194304 4356188 140735796342464 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29867/statm: 31906 3979 161 40 0 30450 0
[pid=29867/tid=29874] ppid=29862 vsize=127624 CPUtime=3.07 cores=4-7
/proc/29867/task/29874/stat : 29874 (plingeling) R 29862 29862 29580 0 -1 4202560 1127 1255 0 0 307 0 0 0 25 0 5 0 606303694 130686976 3979 33554432000 4194304 4356188 140735796342464 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29867/tid=29875] ppid=29862 vsize=127624 CPUtime=3.07 cores=4-7
/proc/29867/task/29875/stat : 29875 (plingeling) R 29862 29862 29580 0 -1 4202560 1136 1255 0 0 307 0 0 0 25 0 5 0 606303694 130686976 3979 33554432000 4194304 4356188 140735796342464 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29867/tid=29876] ppid=29862 vsize=127624 CPUtime=3.07 cores=4-7
/proc/29867/task/29876/stat : 29876 (plingeling) R 29862 29862 29580 0 -1 4202560 1124 1255 0 0 307 0 0 0 25 0 5 0 606303694 130686976 3979 33554432000 4194304 4356188 140735796342464 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29867/tid=29877] ppid=29862 vsize=127624 CPUtime=3.06 cores=4-7
/proc/29867/task/29877/stat : 29877 (plingeling) R 29862 29862 29580 0 -1 4202560 1064 1255 0 0 306 0 0 0 25 0 5 0 606303694 130686976 3979 33554432000 4194304 4356188 140735796342464 18446744073709551615 4332026 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 4373616

[startup+6.30041 s]
/proc/loadavg: 8.00 7.96 7.98 9/180 29877
/proc/meminfo: memFree=30680732/32951124 swapFree=67103364/67111528
[pid=29862] ppid=29860 vsize=18324 CPUtime=0 cores=0-7
/proc/29862/stat : 29862 (ppfolio) S 29860 29862 29580 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 606303692 18763776 390 33554432000 4194304 4287625 140735639639664 18446744073709551615 224284945935 0 0 4096 65536 4601114218421288959 0 0 17 6 0 0 0
/proc/29862/statm: 4581 390 341 23 0 91 0
[pid=29863] ppid=29862 vsize=38956 CPUtime=6.28 cores=0
/proc/29863/stat : 29863 (cryptominisat) R 29862 29862 29580 0 -1 4202496 7631 0 0 0 628 0 0 0 25 0 1 0 606303693 39890944 3589 33554432000 4194304 4587354 140733359295872 18446744073709551615 4236264 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29863/statm: 9739 3589 336 96 0 6301 0
[pid=29864] ppid=29862 vsize=17236 CPUtime=6.29 cores=1
/proc/29864/stat : 29864 (clasp) R 29862 29862 29580 0 -1 4202496 1710 0 0 0 629 0 0 0 25 0 1 0 606303693 17649664 1601 33554432000 4194304 4785740 140735383492160 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29864/statm: 4309 1601 340 145 0 1354 0
[pid=29865] ppid=29862 vsize=456652 CPUtime=6.29 cores=2
/proc/29865/stat : 29865 (TNM) R 29862 29862 29580 0 -1 4202496 557 0 0 0 629 0 0 0 25 0 1 0 606303693 467611648 453 33554432000 134512640 134534564 4291407216 18446744073709551615 134528960 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29865/statm: 114163 453 95 6 0 112829 0
[pid=29866] ppid=29862 vsize=9264 CPUtime=6.29 cores=3
/proc/29866/stat : 29866 (march_hi) R 29862 29862 29580 0 -1 4202496 1716 0 0 0 629 0 0 0 25 0 1 0 606303693 9486336 797 33554432000 4194304 4331988 140736305001456 18446744073709551615 4239578 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29866/statm: 2316 797 175 34 0 758 0
[pid=29867] ppid=29862 vsize=128652 CPUtime=25.09 cores=4-7
/proc/29867/stat : 29867 (plingeling) S 29862 29862 29580 0 -1 4202496 7081 1255 0 0 2509 0 0 0 18 0 5 0 606303693 131739648 4236 33554432000 4194304 4356188 140735796342464 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29867/statm: 32163 4236 161 40 0 30707 0
[pid=29867/tid=29874] ppid=29862 vsize=128652 CPUtime=6.27 cores=4-7
/proc/29867/task/29874/stat : 29874 (plingeling) R 29862 29862 29580 0 -1 4202560 1479 1255 0 0 627 0 0 0 25 0 5 0 606303694 131739648 4236 33554432000 4194304 4356188 140735796342464 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29867/tid=29875] ppid=29862 vsize=128652 CPUtime=6.27 cores=4-7
/proc/29867/task/29875/stat : 29875 (plingeling) R 29862 29862 29580 0 -1 4202560 1488 1255 0 0 627 0 0 0 25 0 5 0 606303694 131739648 4236 33554432000 4194304 4356188 140735796342464 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29867/tid=29876] ppid=29862 vsize=128652 CPUtime=6.27 cores=4-7
/proc/29867/task/29876/stat : 29876 (plingeling) R 29862 29862 29580 0 -1 4202560 1412 1255 0 0 627 0 0 0 25 0 5 0 606303694 131739648 4236 33554432000 4194304 4356188 140735796342464 18446744073709551615 4331807 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29867/tid=29877] ppid=29862 vsize=128652 CPUtime=6.24 cores=4-7
/proc/29867/task/29877/stat : 29877 (plingeling) R 29862 29862 29580 0 -1 4202560 1513 1255 0 0 624 0 0 0 25 0 5 0 606303694 131739648 4236 33554432000 4194304 4356188 140735796342464 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 669084

[startup+12.7003 s]
/proc/loadavg: 8.00 7.96 7.98 9/180 29877
/proc/meminfo: memFree=30669952/32951124 swapFree=67103364/67111528
[pid=29862] ppid=29860 vsize=18324 CPUtime=0 cores=0-7
/proc/29862/stat : 29862 (ppfolio) S 29860 29862 29580 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 606303692 18763776 390 33554432000 4194304 4287625 140735639639664 18446744073709551615 224284945935 0 0 4096 65536 4601114218421288959 0 0 17 6 0 0 0
/proc/29862/statm: 4581 390 341 23 0 91 0
[pid=29863] ppid=29862 vsize=1075436 CPUtime=12.69 cores=0
/proc/29863/stat : 29863 (cryptominisat) R 29862 29862 29580 0 -1 4202496 12541 0 0 0 1268 1 0 0 25 0 1 0 606303693 1101246464 4815 33554432000 4194304 4587354 140733359295872 18446744073709551615 4238947 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29863/statm: 268859 4815 336 96 0 265421 0
[pid=29864] ppid=29862 vsize=18856 CPUtime=12.69 cores=1
/proc/29864/stat : 29864 (clasp) R 29862 29862 29580 0 -1 4202496 2095 0 0 0 1269 0 0 0 25 0 1 0 606303693 19308544 1986 33554432000 4194304 4785740 140735383492160 18446744073709551615 4287560 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29864/statm: 4714 1986 341 145 0 1759 0
[pid=29865] ppid=29862 vsize=456652 CPUtime=12.69 cores=2
/proc/29865/stat : 29865 (TNM) R 29862 29862 29580 0 -1 4202496 557 0 0 0 1269 0 0 0 25 0 1 0 606303693 467611648 453 33554432000 134512640 134534564 4291407216 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29865/statm: 114163 453 95 6 0 112829 0
[pid=29866] ppid=29862 vsize=10116 CPUtime=12.69 cores=3
/proc/29866/stat : 29866 (march_hi) R 29862 29862 29580 0 -1 4202496 1899 0 0 0 1269 0 0 0 25 0 1 0 606303693 10358784 980 33554432000 4194304 4331988 140736305001456 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29866/statm: 2529 980 175 34 0 971 0
[pid=29867] ppid=29862 vsize=133656 CPUtime=50.65 cores=4-7
/proc/29867/stat : 29867 (plingeling) S 29862 29862 29580 0 -1 4202496 10700 1255 0 0 5064 1 0 0 18 0 5 0 606303693 136863744 5487 33554432000 4194304 4356188 140735796342464 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29867/statm: 33414 5487 161 40 0 31958 0
[pid=29867/tid=29874] ppid=29862 vsize=133656 CPUtime=12.67 cores=4-7
/proc/29867/task/29874/stat : 29874 (plingeling) R 29862 29862 29580 0 -1 4202560 2248 1255 0 0 1267 0 0 0 25 0 5 0 606303694 136863744 5487 33554432000 4194304 4356188 140735796342464 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29867/tid=29875] ppid=29862 vsize=133656 CPUtime=12.67 cores=4-7
/proc/29867/task/29875/stat : 29875 (plingeling) R 29862 29862 29580 0 -1 4202560 2768 1255 0 0 1267 0 0 0 25 0 5 0 606303694 136863744 5487 33554432000 4194304 4356188 140735796342464 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29867/tid=29876] ppid=29862 vsize=133656 CPUtime=12.67 cores=4-7
/proc/29867/task/29876/stat : 29876 (plingeling) R 29862 29862 29580 0 -1 4202560 2213 1255 0 0 1267 0 0 0 25 0 5 0 606303694 136863744 5487 33554432000 4194304 4356188 140735796342464 18446744073709551615 4273855 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29867/tid=29877] ppid=29862 vsize=133656 CPUtime=12.6 cores=4-7
/proc/29867/task/29877/stat : 29877 (plingeling) R 29862 29862 29580 0 -1 4202560 2282 1255 0 0 1260 0 0 0 25 0 5 0 606303694 136863744 5487 33554432000 4194304 4356188 140735796342464 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 1713040

[startup+25.5012 s]
/proc/loadavg: 8.00 7.96 7.98 9/180 29877
/proc/meminfo: memFree=30650372/32951124 swapFree=67103364/67111528
[pid=29862] ppid=29860 vsize=18324 CPUtime=0 cores=0-7
/proc/29862/stat : 29862 (ppfolio) S 29860 29862 29580 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 606303692 18763776 390 33554432000 4194304 4287625 140735639639664 18446744073709551615 224284945935 0 0 4096 65536 4601114218421288959 0 0 17 6 0 0 0
/proc/29862/statm: 4581 390 341 23 0 91 0
[pid=29863] ppid=29862 vsize=49044 CPUtime=25.48 cores=0
/proc/29863/stat : 29863 (cryptominisat) R 29862 29862 29580 0 -1 4202496 18342 0 0 0 2546 2 0 0 25 0 1 0 606303693 50221056 6902 33554432000 4194304 4587354 140733359295872 18446744073709551615 4238491 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=29865] ppid=29862 vsize=456652 CPUtime=4782.35 cores=2
/proc/29865/stat : 29865 (TNM) R 29862 29862 29580 0 -1 4202496 557 0 0 0 478234 1 0 0 25 0 1 0 606303693 467611648 453 33554432000 134512640 134534564 4291407216 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29865/statm: 114163 453 95 6 0 112829 0
[pid=29866] ppid=29862 vsize=464456 CPUtime=4782.2 cores=3
/proc/29866/stat : 29866 (march_hi) R 29862 29862 29580 0 -1 4202496 113253 0 0 0 478134 86 0 0 25 0 1 0 606303693 475602944 112334 33554432000 4194304 4331988 140736305001456 18446744073709551615 4298866 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29866/statm: 116114 112334 175 34 0 114556 0
[pid=29867] ppid=29862 vsize=321504 CPUtime=19102 cores=4-7
/proc/29867/stat : 29867 (plingeling) S 29862 29862 29580 0 -1 4202496 593338 1255 0 0 1910111 93 0 0 18 0 5 0 606303693 329220096 52449 33554432000 4194304 4356188 140735796342464 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29867/statm: 80376 52449 161 40 0 78920 0
[pid=29867/tid=29874] ppid=29862 vsize=321504 CPUtime=4781.89 cores=4-7
/proc/29867/task/29874/stat : 29874 (plingeling) R 29862 29862 29580 0 -1 4202560 142668 1255 0 0 478166 23 0 0 25 0 5 0 606303694 329220096 52449 33554432000 4194304 4356188 140735796342464 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29867/tid=29875] ppid=29862 vsize=321504 CPUtime=4782.33 cores=4-7
/proc/29867/task/29875/stat : 29875 (plingeling) R 29862 29862 29580 0 -1 4202560 154036 1255 0 0 478210 23 0 0 25 0 5 0 606303694 329220096 52449 33554432000 4194304 4356188 140735796342464 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29867/tid=29876] ppid=29862 vsize=321504 CPUtime=4782.32 cores=4-7
/proc/29867/task/29876/stat : 29876 (plingeling) R 29862 29862 29580 0 -1 4202560 144840 1255 0 0 478209 23 0 0 25 0 5 0 606303694 329220096 52449 33554432000 4194304 4356188 140735796342464 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29867/tid=29877] ppid=29862 vsize=321504 CPUtime=4755.44 cores=4-7
/proc/29867/task/29877/stat : 29877 (plingeling) R 29862 29862 29580 0 -1 4202560 150605 1255 0 0 475523 21 0 0 25 0 5 0 606303694 329220096 52449 33554432000 4194304 4356188 140735796342464 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38231.3
Current children cumulated vsize (KiB) 1427000

[startup+4842.3 s]
/proc/loadavg: 8.04 8.05 8.00 9/180 30026
/proc/meminfo: memFree=29916496/32951124 swapFree=67103364/67111528
[pid=29862] ppid=29860 vsize=18324 CPUtime=0 cores=0-7
/proc/29862/stat : 29862 (ppfolio) S 29860 29862 29580 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 606303692 18763776 390 33554432000 4194304 4287625 140735639639664 18446744073709551615 224284945935 0 0 4096 65536 4601114218421288959 0 0 17 6 0 0 0
/proc/29862/statm: 4581 390 341 23 0 91 0
[pid=29863] ppid=29862 vsize=125000 CPUtime=4842.34 cores=0
/proc/29863/stat : 29863 (cryptominisat) R 29862 29862 29580 0 -1 4202496 344266 0 0 0 484080 154 0 0 25 0 1 0 606303693 128000000 25101 33554432000 4194304 4587354 140733359295872 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29863/statm: 31250 25101 336 96 0 27812 0
[pid=29864] ppid=29862 vsize=59632 CPUtime=4842.34 cores=1
/proc/29864/stat : 29864 (clasp) R 29862 29862 29580 0 -1 4202496 12841 0 0 0 484231 3 0 0 25 0 1 0 606303693 61063168 10713 33554432000 4194304 4785740 140735383492160 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29864/statm: 14908 10713 341 145 0 11953 0
[pid=29865] ppid=29862 vsize=456652 CPUtime=4842.35 cores=2
/proc/29865/stat : 29865 (TNM) R 29862 29862 29580 0 -1 4202496 557 0 0 0 484234 1 0 0 25 0 1 0 606303693 467611648 453 33554432000 134512640 134534564 4291407216 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29865/statm: 114163 453 95 6 0 112829 0
[pid=29866] ppid=29862 vsize=464456 CPUtime=4842.2 cores=3
/proc/29866/stat : 29866 (march_hi) R 29862 29862 29580 0 -1 4202496 114533 0 0 0 484133 87 0 0 25 0 1 0 606303693 475602944 113614 33554432000 4194304 4331988 140736305001456 18446744073709551615 4287092 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29866/statm: 116114 113614 175 34 0 114556 0
[pid=29867] ppid=29862 vsize=313312 CPUtime=19341.7 cores=4-7
/proc/29867/stat : 29867 (plingeling) S 29862 29862 29580 0 -1 4202496 600250 1255 0 0 1934077 94 0 0 18 0 5 0 606303693 320831488 50401 33554432000 4194304 4356188 140735796342464 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29867/statm: 78328 50401 161 40 0 76872 0
[pid=29867/tid=29874] ppid=29862 vsize=313312 CPUtime=4841.88 cores=4-7
/proc/29867/task/29874/stat : 29874 (plingeling) R 29862 29862 29580 0 -1 4202560 144460 1255 0 0 484165 23 0 0 25 0 5 0 606303694 320831488 50401 33554432000 4194304 4356188 140735796342464 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29867/tid=29875] ppid=29862 vsize=313312 CPUtime=4842.34 cores=4-7
/proc/29867/task/29875/stat : 29875 (plingeling) R 29862 29862 29580 0 -1 4202560 155316 1255 0 0 484210 24 0 0 25 0 5 0 606303694 320831488 50401 33554432000 4194304 4356188 140735796342464 18446744073709551615 4330982 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29867/tid=29876] ppid=29862 vsize=313312 CPUtime=4842.33 cores=4-7
/proc/29867/task/29876/stat : 29876 (plingeling) R 29862 29862 29580 0 -1 4202560 146760 1255 0 0 484209 24 0 0 25 0 5 0 606303694 320831488 50401 33554432000 4194304 4356188 140735796342464 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29867/tid=29877] ppid=29862 vsize=313312 CPUtime=4815.12 cores=4-7
/proc/29867/task/29877/stat : 29877 (plingeling) R 29862 29862 29580 0 -1 4202560 152525 1255 0 0 481490 22 0 0 25 0 5 0 606303694 320831488 50401 33554432000 4194304 4356188 140735796342464 18446744073709551615 4234276 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) 1437376

[startup+4902.3 s]
/proc/loadavg: 8.05 8.05 8.00 9/180 30028
/proc/meminfo: memFree=29889420/32951124 swapFree=67103364/67111528
[pid=29862] ppid=29860 vsize=18324 CPUtime=0 cores=0-7
/proc/29862/stat : 29862 (ppfolio) S 29860 29862 29580 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 606303692 18763776 390 33554432000 4194304 4287625 140735639639664 18446744073709551615 224284945935 0 0 4096 65536 4601114218421288959 0 0 17 6 0 0 0
/proc/29862/statm: 4581 390 341 23 0 91 0
[pid=29863] ppid=29862 vsize=199260 CPUtime=4902.34 cores=0
/proc/29863/stat : 29863 (cryptominisat) R 29862 29862 29580 0 -1 4202496 347150 0 0 0 490078 156 0 0 25 0 1 0 606303693 204042240 27905 33554432000 4194304 4587354 140733359295872 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29863/statm: 49815 27905 336 96 0 46377 0
[pid=29864] ppid=29862 vsize=59632 CPUtime=4902.34 cores=1
/proc/29864/stat : 29864 (clasp) R 29862 29862 29580 0 -1 4202496 12842 0 0 0 490231 3 0 0 25 0 1 0 606303693 61063168 10714 33554432000 4194304 4785740 140735383492160 18446744073709551615 4553380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29864/statm: 14908 10714 341 145 0 11953 0
[pid=29865] ppid=29862 vsize=456652 CPUtime=4902.35 cores=2
/proc/29865/stat : 29865 (TNM) R 29862 29862 29580 0 -1 4202496 557 0 0 0 490234 1 0 0 25 0 1 0 606303693 467611648 453 33554432000 134512640 134534564 4291407216 18446744073709551615 134528902 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29865/statm: 114163 453 95 6 0 112829 0
[pid=29866] ppid=29862 vsize=696568 CPUtime=4902.2 cores=3
/proc/29866/stat : 29866 (march_hi) R 29862 29862 29580 0 -1 4202496 115703 0 0 0 490132 88 0 0 25 0 1 0 606303693 713285632 114784 33554432000 4194304 4331988 140736305001456 18446744073709551615 4308792 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29866/statm: 174142 114784 175 34 0 172584 0
[pid=29867] ppid=29862 vsize=327648 CPUtime=19581.4 cores=4-7
/proc/29867/stat : 29867 (plingeling) S 29862 29862 29580 0 -1 4202496 603834 1255 0 0 1958044 94 0 0 18 0 5 0 606303693 335511552 53985 33554432000 4194304 4356188 140735796342464 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29867/statm: 81912 53985 161 40 0 80456 0
[pid=29867/tid=29874] ppid=29862 vsize=327648 CPUtime=4901.88 cores=4-7
/proc/29867/task/29874/stat : 29874 (plingeling) R 29862 29862 29580 0 -1 4202560 145420 1255 0 0 490164 24 0 0 25 0 5 0 606303694 335511552 53985 33554432000 4194304 4356188 140735796342464 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29867/tid=29875] ppid=29862 vsize=327648 CPUtime=4902.34 cores=4-7
/proc/29867/task/29875/stat : 29875 (plingeling) R 29862 29862 29580 0 -1 4202560 156532 1255 0 0 490210 24 0 0 25 0 5 0 606303694 335511552 53985 33554432000 4194304 4356188 140735796342464 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29867/tid=29876] ppid=29862 vsize=327648 CPUtime=4902.33 cores=4-7
/proc/29867/task/29876/stat : 29876 (plingeling) R 29862 29862 29580 0 -1 4202560 147720 1255 0 0 490209 24 0 0 25 0 5 0 606303694 335511552 53985 33554432000 4194304 4356188 140735796342464 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29867/tid=29877] ppid=29862 vsize=327648 CPUtime=4874.8 cores=4-7
/proc/29867/task/29877/stat : 29877 (plingeling) R 29862 29862 29580 0 -1 4202560 152973 1255 0 0 487458 22 0 0 25 0 5 0 606303694 335511552 53985 33554432000 4194304 4356188 140735796342464 18446744073709551615 4331154 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) 1758084

[startup+4962.3 s]
/proc/loadavg: 8.05 8.06 8.00 9/180 30030
/proc/meminfo: memFree=29914420/32951124 swapFree=67103364/67111528
[pid=29862] ppid=29860 vsize=18324 CPUtime=0 cores=0-7
/proc/29862/stat : 29862 (ppfolio) S 29860 29862 29580 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 606303692 18763776 390 33554432000 4194304 4287625 140735639639664 18446744073709551615 224284945935 0 0 4096 65536 4601114218421288959 0 0 17 6 0 0 0
/proc/29862/statm: 4581 390 341 23 0 91 0
[pid=29863] ppid=29862 vsize=106432 CPUtime=4962.34 cores=0
/proc/29863/stat : 29863 (cryptominisat) R 29862 29862 29580 0 -1 4202496 348367 0 0 0 496077 157 0 0 25 0 1 0 606303693 108986368 23169 33554432000 4194304 4587354 140733359295872 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29863/statm: 26608 23169 336 96 0 23170 0
[pid=29864] ppid=29862 vsize=60016 CPUtime=4962.34 cores=1
/proc/29864/stat : 29864 (clasp) R 29862 29862 29580 0 -1 4202496 12953 0 0 0 496231 3 0 0 25 0 1 0 606303693 61456384 10777 33554432000 4194304 4785740 140735383492160 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29864/statm: 15004 10777 341 145 0 12049 0
[pid=29865] ppid=29862 vsize=456652 CPUtime=4962.35 cores=2
/proc/29865/stat : 29865 (TNM) R 29862 29862 29580 0 -1 4202496 557 0 0 0 496234 1 0 0 25 0 1 0 606303693 467611648 453 33554432000 134512640 134534564 4291407216 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29865/statm: 114163 453 95 6 0 112829 0
[pid=29866] ppid=29862 vsize=696568 CPUtime=4962.2 cores=3
/proc/29866/stat : 29866 (march_hi) R 29862 29862 29580 0 -1 4202496 117132 0 0 0 496131 89 0 0 25 0 1 0 606303693 713285632 116213 33554432000 4194304 4331988 140736305001456 18446744073709551615 224284235624 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29866/statm: 174142 116213 175 34 0 172584 0
[pid=29867] ppid=29862 vsize=312544 CPUtime=19821.1 cores=4-7
/proc/29867/stat : 29867 (plingeling) S 29862 29862 29580 0 -1 4202496 609210 1255 0 0 1982010 95 0 0 18 0 5 0 606303693 320045056 50209 33554432000 4194304 4356188 140735796342464 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29867/statm: 78136 50209 161 40 0 76680 0
[pid=29867/tid=29874] ppid=29862 vsize=312544 CPUtime=4961.87 cores=4-7
/proc/29867/task/29874/stat : 29874 (plingeling) R 29862 29862 29580 0 -1 4202560 146700 1255 0 0 496163 24 0 0 25 0 5 0 606303694 320045056 50209 33554432000 4194304 4356188 140735796342464 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29867/tid=29875] ppid=29862 vsize=312544 CPUtime=4962.34 cores=4-7
/proc/29867/task/29875/stat : 29875 (plingeling) R 29862 29862 29580 0 -1 4202560 157556 1255 0 0 496210 24 0 0 25 0 5 0 606303694 320045056 50209 33554432000 4194304 4356188 140735796342464 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29867/tid=29876] ppid=29862 vsize=312544 CPUtime=4962.33 cores=4-7
/proc/29867/task/29876/stat : 29876 (plingeling) R 29862 29862 29580 0 -1 4202560 149000 1255 0 0 496209 24 0 0 25 0 5 0 606303694 320045056 50209 33554432000 4194304 4356188 140735796342464 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29867/tid=29877] ppid=29862 vsize=312544 CPUtime=4934.47 cores=4-7
/proc/29867/task/29877/stat : 29877 (plingeling) R 29862 29862 29580 0 -1 4202560 154765 1255 0 0 493425 22 0 0 25 0 5 0 606303694 320045056 50209 33554432000 4194304 4356188 140735796342464 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39670.3
Current children cumulated vsize (KiB) 1650536



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.07 8.06 8.00 9/180 30030
/proc/meminfo: memFree=29909440/32951124 swapFree=67103364/67111528
[pid=29862] ppid=29860 vsize=18324 CPUtime=0 cores=0-7
/proc/29862/stat : 29862 (ppfolio) S 29860 29862 29580 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 606303692 18763776 390 33554432000 4194304 4287625 140735639639664 18446744073709551615 224284945935 0 0 4096 65536 4601114218421288959 0 0 17 6 0 0 0
/proc/29862/statm: 4581 390 341 23 0 91 0
[pid=29863] ppid=29862 vsize=106432 CPUtime=5000.05 cores=0
/proc/29863/stat : 29863 (cryptominisat) R 29862 29862 29580 0 -1 4202496 348367 0 0 0 499848 157 0 0 25 0 1 0 606303693 108986368 23169 33554432000 4194304 4587354 140733359295872 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/29863/statm: 26608 23169 336 96 0 23170 0
[pid=29864] ppid=29862 vsize=60016 CPUtime=5000.05 cores=1
/proc/29864/stat : 29864 (clasp) R 29862 29862 29580 0 -1 4202496 12953 0 0 0 500002 3 0 0 25 0 1 0 606303693 61456384 10777 33554432000 4194304 4785740 140735383492160 18446744073709551615 4550336 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29864/statm: 15004 10777 341 145 0 12049 0
[pid=29865] ppid=29862 vsize=456652 CPUtime=5000.06 cores=2
/proc/29865/stat : 29865 (TNM) R 29862 29862 29580 0 -1 4202496 557 0 0 0 500005 1 0 0 25 0 1 0 606303693 467611648 453 33554432000 134512640 134534564 4291407216 18446744073709551615 134528993 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29865/statm: 114163 453 95 6 0 112829 0
[pid=29866] ppid=29862 vsize=696568 CPUtime=4999.9 cores=3
/proc/29866/stat : 29866 (march_hi) R 29862 29862 29580 0 -1 4202496 117979 0 0 0 499900 90 0 0 25 0 1 0 606303693 713285632 117060 33554432000 4194304 4331988 140736305001456 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/29866/statm: 174142 117060 175 34 0 172584 0
[pid=29867] ppid=29862 vsize=316128 CPUtime=19971.7 cores=4-7
/proc/29867/stat : 29867 (plingeling) S 29862 29862 29580 0 -1 4202496 610106 1255 0 0 1997071 95 0 0 18 0 5 0 606303693 323715072 51105 33554432000 4194304 4356188 140735796342464 18446744073709551615 224296728549 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/29867/statm: 79032 51105 161 40 0 77576 0
[pid=29867/tid=29874] ppid=29862 vsize=316128 CPUtime=4999.58 cores=4-7
/proc/29867/task/29874/stat : 29874 (plingeling) R 29862 29862 29580 0 -1 4202560 147020 1255 0 0 499934 24 0 0 25 0 5 0 606303694 323715072 51105 33554432000 4194304 4356188 140735796342464 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=29867/tid=29875] ppid=29862 vsize=316128 CPUtime=5000.05 cores=4-7
/proc/29867/task/29875/stat : 29875 (plingeling) R 29862 29862 29580 0 -1 4202560 157876 1255 0 0 499981 24 0 0 25 0 5 0 606303694 323715072 51105 33554432000 4194304 4356188 140735796342464 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=29867/tid=29876] ppid=29862 vsize=316128 CPUtime=5000.04 cores=4-7
/proc/29867/task/29876/stat : 29876 (plingeling) R 29862 29862 29580 0 -1 4202560 149256 1255 0 0 499980 24 0 0 25 0 5 0 606303694 323715072 51105 33554432000 4194304 4356188 140735796342464 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=29867/tid=29877] ppid=29862 vsize=316128 CPUtime=4971.96 cores=4-7
/proc/29867/task/29877/stat : 29877 (plingeling) R 29862 29862 29580 0 -1 4202560 154765 1255 0 0 497174 22 0 0 25 0 5 0 606303694 323715072 51105 33554432000 4194304 4356188 140735796342464 18446744073709551615 4332046 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) 1654120

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29862 and gives
#  childrusage.ru_utime.tv_sec=14998
#  childrusage.ru_utime.tv_usec=565871
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=641750
# CPU time returned by wait4() is 15000.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): 39968.3
CPU system time (s): 3.46
CPU usage (%): 799.432
Max. virtual memory (cumulated for all children) (KiB): 4375456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14998.6
system time used= 1.64175
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 362415
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= 898
involuntary context switches= 28744

runsolver used 8.25774 second user time and 19.0231 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-30 12:52:10
IDJOB=3221043
IDBENCH=82857
IDSOLVER=1638
FILE ID=node118/3221043-1304160730
RUNJOBID= node118-1304160367-29594
PBS_JOBID= 13170921
Free space on /tmp= 71936 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S839353433-100.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221043-1304160730/watcher-3221043-1304160730 -o /tmp/evaluation-result-3221043-1304160730/solver-3221043-1304160730 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3221043-1304160730.cnf

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

MD5SUM BENCH= e68176dd0214c3858ad791ec08d1acee
RANDOM SEED=1015377099

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30717548 kB
Buffers:        430096 kB
Cached:        1388312 kB
SwapCached:       2644 kB
Active:         167352 kB
Inactive:      1710240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30717548 kB
SwapTotal:    67111528 kB
SwapFree:     67103364 kB
Dirty:           10132 kB
Writeback:           0 kB
AnonPages:       59404 kB
Mapped:          14872 kB
Slab:           289912 kB
PageTables:       4860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188860 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= 71924 MiB
End job on node118 at 2011-04-30 14:15:32