Trace number 3310159

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ppfolio par? (TO) 40000.3 5003.52

General information on the benchmark

NameAPPLICATIONS/bitverif/
mulhs/mulhs016.cnf
MD5SUMe4ef55733955e0a45519e9f7dec923e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4656
Number of clauses13871
Sum of the clauses size32363
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 29246
Number of clauses of size 34623
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3310159-1303997418/watcher-3310159-1303997418 -o /tmp/evaluation-result-3310159-1303997418/solver-3310159-1303997418 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310159-1303997418.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.10 8.07 8.00 2/170 25052
/proc/meminfo: memFree=13473244/32951124 swapFree=67111528/67111528
[pid=25052] ppid=25050 vsize=18324 CPUtime=0 cores=0-7
/proc/25052/stat : 25052 (ppfolio) S 25050 25052 24839 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 511342534 18763776 389 33554432000 4194304 4287625 140734793227008 18446744073709551615 222921797135 0 0 4096 65536 13142374117854412799 0 0 17 4 0 0 0
/proc/25052/statm: 4581 389 341 23 0 91 0

[startup+0.0914979 s]
/proc/loadavg: 8.10 8.07 8.00 2/170 25052
/proc/meminfo: memFree=13473244/32951124 swapFree=67111528/67111528
[pid=25052] ppid=25050 vsize=18324 CPUtime=0 cores=0-7
/proc/25052/stat : 25052 (ppfolio) R 25050 25052 24839 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 511342534 18763776 389 33554432000 4194304 4287625 140734793227008 18446744073709551615 222921797135 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/25052/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100494 s]
/proc/loadavg: 8.10 8.07 8.00 2/170 25052
/proc/meminfo: memFree=13473244/32951124 swapFree=67111528/67111528
[pid=25052] ppid=25050 vsize=18324 CPUtime=0 cores=0-7
/proc/25052/stat : 25052 (ppfolio) R 25050 25052 24839 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 511342534 18763776 389 33554432000 4194304 4287625 140734793227008 18446744073709551615 222921797135 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/25052/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30046 s]
/proc/loadavg: 8.10 8.07 8.00 2/170 25052
/proc/meminfo: memFree=13473244/32951124 swapFree=67111528/67111528
[pid=25052] ppid=25050 vsize=18324 CPUtime=0 cores=0-7
/proc/25052/stat : 25052 (ppfolio) R 25050 25052 24839 0 -1 4202496 518 0 0 0 0 0 0 0 24 0 1 0 511342534 18763776 389 33554432000 4194304 4287625 140734793227008 18446744073709551615 222921797135 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/25052/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700388 s]
/proc/loadavg: 8.10 8.07 8.00 2/170 25052
/proc/meminfo: memFree=13473244/32951124 swapFree=67111528/67111528
[pid=25052] ppid=25050 vsize=18324 CPUtime=0 cores=0-7
/proc/25052/stat : 25052 (ppfolio) R 25050 25052 24839 0 -1 4202496 518 0 0 0 0 0 0 0 22 0 1 0 511342534 18763776 389 33554432000 4194304 4287625 140734793227008 18446744073709551615 222921797135 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/25052/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50124 s]
/proc/loadavg: 8.10 8.07 8.00 9/180 25067
/proc/meminfo: memFree=13443912/32951124 swapFree=67111528/67111528
[pid=25052] ppid=25050 vsize=18324 CPUtime=0 cores=0-7
/proc/25052/stat : 25052 (ppfolio) S 25050 25052 24839 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 511342534 18763776 389 33554432000 4194304 4287625 140734793227008 18446744073709551615 222921797135 0 0 4096 65536 13142374117854412799 0 0 17 6 0 0 0
/proc/25052/statm: 4581 389 341 23 0 91 0
[pid=25053] ppid=25052 vsize=349424 CPUtime=1.49 cores=0
/proc/25053/stat : 25053 (cryptominisat) R 25052 25052 24839 0 -1 4202496 2813 0 0 0 149 0 0 0 25 0 1 0 511342534 357810176 1509 33554432000 4194304 4587354 140734571410656 18446744073709551615 4287456 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25053/statm: 87356 1509 329 96 0 83918 0
[pid=25054] ppid=25052 vsize=16892 CPUtime=1.49 cores=1
/proc/25054/stat : 25054 (clasp) R 25052 25052 24839 0 -1 4202496 1791 0 0 0 149 0 0 0 20 0 1 0 511342534 17297408 1564 33554432000 4194304 4785740 140735700880096 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25054/statm: 4223 1564 340 145 0 1268 0
[pid=25055] ppid=25052 vsize=452788 CPUtime=1.49 cores=2
/proc/25055/stat : 25055 (TNM) R 25052 25052 24839 0 -1 4202496 735 0 0 0 149 0 0 0 20 0 1 0 511342534 463654912 632 33554432000 134512640 134534564 4287814032 18446744073709551615 134529098 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25055/statm: 113197 632 95 6 0 111863 0
[pid=25056] ppid=25052 vsize=16904 CPUtime=1.49 cores=3
/proc/25056/stat : 25056 (march_hi) R 25052 25052 24839 0 -1 4202496 5137 0 0 0 149 0 0 0 20 0 1 0 511342534 17309696 1982 33554432000 4194304 4331988 140735641915968 18446744073709551615 4226443 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25056/statm: 4226 1982 173 34 0 2668 0
[pid=25057] ppid=25052 vsize=125976 CPUtime=5.88 cores=4-7
/proc/25057/stat : 25057 (plingeling) S 25052 25052 24839 0 -1 4202496 4462 1254 0 0 588 0 0 0 18 0 5 0 511342534 128999424 3619 33554432000 4194304 4356188 140733257609456 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25057/statm: 31494 3619 164 40 0 30038 0
[pid=25057/tid=25064] ppid=25052 vsize=125976 CPUtime=1.47 cores=4-7
/proc/25057/task/25064/stat : 25064 (plingeling) R 25052 25052 24839 0 -1 4202560 893 1254 0 0 147 0 0 0 20 0 5 0 511342536 128999424 3619 33554432000 4194304 4356188 140733257609456 18446744073709551615 4279717 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25057/tid=25065] ppid=25052 vsize=125976 CPUtime=1.47 cores=4-7
/proc/25057/task/25065/stat : 25065 (plingeling) R 25052 25052 24839 0 -1 4202560 1065 1254 0 0 147 0 0 0 20 0 5 0 511342536 128999424 3619 33554432000 4194304 4356188 140733257609456 18446744073709551615 4279494 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25057/tid=25066] ppid=25052 vsize=125976 CPUtime=1.44 cores=4-7
/proc/25057/task/25066/stat : 25066 (plingeling) R 25052 25052 24839 0 -1 4202560 760 1254 0 0 144 0 0 0 23 0 5 0 511342536 128999424 3619 33554432000 4194304 4356188 140733257609456 18446744073709551615 4281574 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25057/tid=25067] ppid=25052 vsize=125976 CPUtime=1.47 cores=4-7
/proc/25057/task/25067/stat : 25067 (plingeling) R 25052 25052 24839 0 -1 4202560 670 1254 0 0 147 0 0 0 23 0 5 0 511342536 128999424 3619 33554432000 4194304 4356188 140733257609456 18446744073709551615 4331951 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.84
Current children cumulated vsize (KiB) 980308

[startup+3.10095 s]
/proc/loadavg: 8.10 8.07 8.00 9/180 25067
/proc/meminfo: memFree=13436472/32951124 swapFree=67111528/67111528
[pid=25052] ppid=25050 vsize=18324 CPUtime=0 cores=0-7
/proc/25052/stat : 25052 (ppfolio) S 25050 25052 24839 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 511342534 18763776 389 33554432000 4194304 4287625 140734793227008 18446744073709551615 222921797135 0 0 4096 65536 13142374117854412799 0 0 17 6 0 0 0
/proc/25052/statm: 4581 389 341 23 0 91 0
[pid=25053] ppid=25052 vsize=353072 CPUtime=3.09 cores=0
/proc/25053/stat : 25053 (cryptominisat) R 25052 25052 24839 0 -1 4202496 4552 0 0 0 309 0 0 0 25 0 1 0 511342534 361545728 2725 33554432000 4194304 4587354 140734571410656 18446744073709551615 4236479 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25053/statm: 88268 2725 338 96 0 84830 0
[pid=25054] ppid=25052 vsize=18404 CPUtime=3.09 cores=1
/proc/25054/stat : 25054 (clasp) R 25052 25052 24839 0 -1 4202496 2157 0 0 0 309 0 0 0 25 0 1 0 511342534 18845696 1930 33554432000 4194304 4785740 140735700880096 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25054/statm: 4601 1930 340 145 0 1646 0
[pid=25055] ppid=25052 vsize=452788 CPUtime=3.09 cores=2
/proc/25055/stat : 25055 (TNM) R 25052 25052 24839 0 -1 4202496 735 0 0 0 309 0 0 0 25 0 1 0 511342534 463654912 632 33554432000 134512640 134534564 4287814032 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25055/statm: 113197 632 95 6 0 111863 0
[pid=25056] ppid=25052 vsize=17496 CPUtime=3.09 cores=3
/proc/25056/stat : 25056 (march_hi) R 25052 25052 24839 0 -1 4202496 5285 0 0 0 309 0 0 0 25 0 1 0 511342534 17915904 2130 33554432000 4194304 4331988 140735641915968 18446744073709551615 4226448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25056/statm: 4374 2130 173 34 0 2816 0
[pid=25057] ppid=25052 vsize=125980 CPUtime=12.28 cores=4-7
/proc/25057/stat : 25057 (plingeling) S 25052 25052 24839 0 -1 4202496 5327 1254 0 0 1228 0 0 0 18 0 5 0 511342534 129003520 3593 33554432000 4194304 4356188 140733257609456 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25057/statm: 31495 3593 164 40 0 30039 0
[pid=25057/tid=25064] ppid=25052 vsize=125980 CPUtime=3.07 cores=4-7
/proc/25057/task/25064/stat : 25064 (plingeling) R 25052 25052 24839 0 -1 4202560 1050 1254 0 0 307 0 0 0 25 0 5 0 511342536 129003520 3593 33554432000 4194304 4356188 140733257609456 18446744073709551615 4285443 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25057/tid=25065] ppid=25052 vsize=125980 CPUtime=3.07 cores=4-7
/proc/25057/task/25065/stat : 25065 (plingeling) R 25052 25052 24839 0 -1 4202560 1253 1254 0 0 307 0 0 0 25 0 5 0 511342536 129003520 3593 33554432000 4194304 4356188 140733257609456 18446744073709551615 4331383 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25057/tid=25066] ppid=25052 vsize=125980 CPUtime=3.04 cores=4-7
/proc/25057/task/25066/stat : 25066 (plingeling) R 25052 25052 24839 0 -1 4202560 1022 1254 0 0 304 0 0 0 25 0 5 0 511342536 129003520 3593 33554432000 4194304 4356188 140733257609456 18446744073709551615 4279622 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25057/tid=25067] ppid=25052 vsize=125980 CPUtime=3.07 cores=4-7
/proc/25057/task/25067/stat : 25067 (plingeling) R 25052 25052 24839 0 -1 4202560 928 1254 0 0 307 0 0 0 25 0 5 0 511342536 129003520 3593 33554432000 4194304 4356188 140733257609456 18446744073709551615 4234276 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.64
Current children cumulated vsize (KiB) 986064

[startup+6.30137 s]
/proc/loadavg: 8.09 8.07 8.00 9/180 25068
/proc/meminfo: memFree=13429516/32951124 swapFree=67111528/67111528
[pid=25052] ppid=25050 vsize=18324 CPUtime=0 cores=0-7
/proc/25052/stat : 25052 (ppfolio) S 25050 25052 24839 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 511342534 18763776 389 33554432000 4194304 4287625 140734793227008 18446744073709551615 222921797135 0 0 4096 65536 13142374117854412799 0 0 17 6 0 0 0
/proc/25052/statm: 4581 389 341 23 0 91 0
[pid=25053] ppid=25052 vsize=356400 CPUtime=6.29 cores=0
/proc/25053/stat : 25053 (cryptominisat) R 25052 25052 24839 0 -1 4202496 6426 0 0 0 628 1 0 0 25 0 1 0 511342534 364953600 2956 33554432000 4194304 4587354 140734571410656 18446744073709551615 4238955 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25053/statm: 89100 2956 338 96 0 85662 0
[pid=25054] ppid=25052 vsize=19480 CPUtime=6.29 cores=1
/proc/25054/stat : 25054 (clasp) R 25052 25052 24839 0 -1 4202496 2453 0 0 0 629 0 0 0 25 0 1 0 511342534 19947520 2226 33554432000 4194304 4785740 140735700880096 18446744073709551615 4553068 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25054/statm: 4870 2226 340 145 0 1915 0
[pid=25055] ppid=25052 vsize=452788 CPUtime=6.29 cores=2
/proc/25055/stat : 25055 (TNM) R 25052 25052 24839 0 -1 4202496 735 0 0 0 629 0 0 0 25 0 1 0 511342534 463654912 632 33554432000 134512640 134534564 4287814032 18446744073709551615 11535857 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25055/statm: 113197 632 95 6 0 111863 0
[pid=25056] ppid=25052 vsize=18412 CPUtime=6.29 cores=3
/proc/25056/stat : 25056 (march_hi) R 25052 25052 24839 0 -1 4202496 5502 0 0 0 629 0 0 0 25 0 1 0 511342534 18853888 2347 33554432000 4194304 4331988 140735641915968 18446744073709551615 4229344 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25056/statm: 4603 2347 173 34 0 3045 0
[pid=25057] ppid=25052 vsize=130564 CPUtime=25.06 cores=4-7
/proc/25057/stat : 25057 (plingeling) S 25052 25052 24839 0 -1 4202496 7780 1254 0 0 2506 0 0 0 18 0 5 0 511342534 133697536 4734 33554432000 4194304 4356188 140733257609456 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25057/statm: 32641 4734 164 40 0 31185 0
[pid=25057/tid=25064] ppid=25052 vsize=130564 CPUtime=6.27 cores=4-7
/proc/25057/task/25064/stat : 25064 (plingeling) R 25052 25052 24839 0 -1 4202560 1850 1254 0 0 627 0 0 0 25 0 5 0 511342536 133697536 4734 33554432000 4194304 4356188 140733257609456 18446744073709551615 4234297 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25057/tid=25065] ppid=25052 vsize=130564 CPUtime=6.27 cores=4-7
/proc/25057/task/25065/stat : 25065 (plingeling) R 25052 25052 24839 0 -1 4202560 1882 1254 0 0 627 0 0 0 25 0 5 0 511342536 133697536 4734 33554432000 4194304 4356188 140733257609456 18446744073709551615 4331007 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25057/tid=25066] ppid=25052 vsize=130564 CPUtime=6.22 cores=4-7
/proc/25057/task/25066/stat : 25066 (plingeling) R 25052 25052 24839 0 -1 4202560 1589 1254 0 0 622 0 0 0 25 0 5 0 511342536 133697536 4734 33554432000 4194304 4356188 140733257609456 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25057/tid=25067] ppid=25052 vsize=130564 CPUtime=6.27 cores=4-7
/proc/25057/task/25067/stat : 25067 (plingeling) R 25052 25052 24839 0 -1 4202560 1385 1254 0 0 627 0 0 0 25 0 5 0 511342536 133697536 4734 33554432000 4194304 4356188 140733257609456 18446744073709551615 4284043 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.22
Current children cumulated vsize (KiB) 995968

[startup+12.7012 s]
/proc/loadavg: 8.08 8.06 8.00 9/180 25068
/proc/meminfo: memFree=13412880/32951124 swapFree=67111528/67111528
[pid=25052] ppid=25050 vsize=18324 CPUtime=0 cores=0-7
/proc/25052/stat : 25052 (ppfolio) S 25050 25052 24839 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 511342534 18763776 389 33554432000 4194304 4287625 140734793227008 18446744073709551615 222921797135 0 0 4096 65536 13142374117854412799 0 0 17 6 0 0 0
/proc/25052/statm: 4581 389 341 23 0 91 0
[pid=25053] ppid=25052 vsize=363872 CPUtime=12.69 cores=0
/proc/25053/stat : 25053 (cryptominisat) R 25052 25052 24839 0 -1 4202496 11333 0 0 0 1267 2 0 0 25 0 1 0 511342534 372604928 5081 33554432000 4194304 4587354 140734571410656 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25053/statm: 90968 5081 338 96 0 87530 0
[pid=25054] ppid=25052 vsize=21668 CPUtime=12.69 cores=1
/proc/25054/stat : 25054 (clasp) R 25052 25052 24839 0 -1 4202496 2982 0 0 0 1269 0 0 0 25 0 1 0 511342534 22188032 2755 33554432000 4194304 4785740 140735700880096 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25054/statm: 5417 2755 340 145 0 2462 0
[pid=25055] ppid=25052 vsize=452788 CPUtime=12.69 cores=2
/proc/25055/stat : 25055 (TNM) R 25052 25052 24839 0 -1 4202496 735 0 0 0 1269 0 0 0 25 0 1 0 511342534 463654912 632 33554432000 134512640 134534564 4287814032 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25055/statm: 113197 632 95 6 0 111863 0
[pid=25056] ppid=25052 vsize=20224 CPUtime=12.69 cores=3
/proc/25056/stat : 25056 (march_hi) R 25052 25052 24839 0 -1 4202496 5829 0 0 0 1269 0 0 0 25 0 1 0 511342534 20709376 2674 33554432000 4194304 4331988 140735641915968 18446744073709551615 4209134 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25056/statm: 5056 2674 173 34 0 3498 0
[pid=25057] ppid=25052 vsize=134120 CPUtime=50.62 cores=4-7
/proc/25057/stat : 25057 (plingeling) S 25052 25052 24839 0 -1 4202496 11703 1254 0 0 5061 1 0 0 18 0 5 0 511342534 137338880 5655 33554432000 4194304 4356188 140733257609456 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25057/statm: 33530 5655 164 40 0 32074 0
[pid=25057/tid=25064] ppid=25052 vsize=134120 CPUtime=12.67 cores=4-7
/proc/25057/task/25064/stat : 25064 (plingeling) R 25052 25052 24839 0 -1 4202560 2735 1254 0 0 1267 0 0 0 25 0 5 0 511342536 137338880 5655 33554432000 4194304 4356188 140733257609456 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25057/tid=25065] ppid=25052 vsize=134120 CPUtime=12.67 cores=4-7
/proc/25057/task/25065/stat : 25065 (plingeling) R 25052 25052 24839 0 -1 4202560 2967 1254 0 0 1267 0 0 0 25 0 5 0 511342536 137338880 5655 33554432000 4194304 4356188 140733257609456 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25057/tid=25066] ppid=25052 vsize=134120 CPUtime=12.58 cores=4-7
/proc/25057/task/25066/stat : 25066 (plingeling) R 25052 25052 24839 0 -1 4202560 2902 1254 0 0 1258 0 0 0 25 0 5 0 511342536 137338880 5655 33554432000 4194304 4356188 140733257609456 18446744073709551615 4234107 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25057/tid=25067] ppid=25052 vsize=134120 CPUtime=12.67 cores=4-7
/proc/25057/task/25067/stat : 25067 (plingeling) R 25052 25052 24839 0 -1 4202560 2025 1254 0 0 1267 0 0 0 25 0 5 0 511342536 137338880 5655 33554432000 4194304 4356188 140733257609456 18446744073709551615 4332288 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 1010996

[startup+25.5009 s]
/proc/loadavg: 8.14 8.08 8.01 9/180 25068
/proc/meminfo: memFree=13392588/32951124 swapFree=67111528/67111528
[pid=25052] ppid=25050 vsize=18324 CPUtime=0 cores=0-7
/proc/25052/stat : 25052 (ppfolio) S 25050 25052 24839 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 511342534 18763776 389 33554432000 4194304 4287625 140734793227008 18446744073709551615 222921797135 0 0 4096 65536 13142374117854412799 0 0 17 6 0 0 0
/proc/25052/statm: 4581 389 341 23 0 91 0
[pid=25053] ppid=25052 vsize=376924 CPUtime=25.49 cores=0
/proc/25053/stat : 25053 (cryptominisat) R 25052 25052 24839 0 -1 4202496 17793 0 0 0 2546 3 0 0 25 0 1 0 511342534 385970176 7085 33554432000 4194304 4587354 140734571410656 18446744073709551615 4238739 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=25055] ppid=25052 vsize=452792 CPUtime=4841.95 cores=2
/proc/25055/stat : 25055 (TNM) R 25052 25052 24839 0 -1 4202496 744 0 0 0 484194 1 0 0 25 0 1 0 511342534 463659008 641 33554432000 134512640 134534564 4287814032 18446744073709551615 134530598 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25055/statm: 113198 641 103 6 0 111864 0
[pid=25056] ppid=25052 vsize=1364008 CPUtime=4842.44 cores=3
/proc/25056/stat : 25056 (march_hi) R 25052 25052 24839 0 -1 4202496 238841 0 0 0 484077 167 0 0 25 0 1 0 511342534 1396744192 235686 33554432000 4194304 4331988 140735641915968 18446744073709551615 4226400 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25056/statm: 341002 235686 173 34 0 339444 0
[pid=25057] ppid=25052 vsize=252108 CPUtime=19342.3 cores=4-7
/proc/25057/stat : 25057 (plingeling) S 25052 25052 24839 0 -1 4202496 776273 1254 0 0 1934117 115 0 0 18 0 5 0 511342534 258158592 35127 33554432000 4194304 4356188 140733257609456 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25057/statm: 63027 35127 164 40 0 61571 0
[pid=25057/tid=25064] ppid=25052 vsize=252108 CPUtime=4842.27 cores=4-7
/proc/25057/task/25064/stat : 25064 (plingeling) R 25052 25052 24839 0 -1 4202560 206983 1254 0 0 484197 30 0 0 25 0 5 0 511342536 258158592 35127 33554432000 4194304 4356188 140733257609456 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25057/tid=25065] ppid=25052 vsize=252108 CPUtime=4842.42 cores=4-7
/proc/25057/task/25065/stat : 25065 (plingeling) R 25052 25052 24839 0 -1 4202560 205966 1254 0 0 484212 30 0 0 25 0 5 0 511342536 258158592 35127 33554432000 4194304 4356188 140733257609456 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25057/tid=25066] ppid=25052 vsize=252108 CPUtime=4815.17 cores=4-7
/proc/25057/task/25066/stat : 25066 (plingeling) R 25052 25052 24839 0 -1 4202560 193246 1254 0 0 481489 28 0 0 25 0 5 0 511342536 258158592 35127 33554432000 4194304 4356188 140733257609456 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25057/tid=25067] ppid=25052 vsize=252108 CPUtime=4842.41 cores=4-7
/proc/25057/task/25067/stat : 25067 (plingeling) R 25052 25052 24839 0 -1 4202560 169004 1254 0 0 484216 25 0 0 25 0 5 0 511342536 258158592 35127 33554432000 4194304 4356188 140733257609456 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38711.5
Current children cumulated vsize (KiB) 2646352

[startup+4902.3 s]
/proc/loadavg: 8.12 8.07 8.00 9/180 25210
/proc/meminfo: memFree=12149980/32951124 swapFree=67111528/67111528
[pid=25052] ppid=25050 vsize=18324 CPUtime=0 cores=0-7
/proc/25052/stat : 25052 (ppfolio) S 25050 25052 24839 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 511342534 18763776 389 33554432000 4194304 4287625 140734793227008 18446744073709551615 222921797135 0 0 4096 65536 13142374117854412799 0 0 17 6 0 0 0
/proc/25052/statm: 4581 389 341 23 0 91 0
[pid=25053] ppid=25052 vsize=446272 CPUtime=4902.43 cores=0
/proc/25053/stat : 25053 (cryptominisat) R 25052 25052 24839 0 -1 4202496 261392 0 0 0 490131 112 0 0 25 0 1 0 511342534 456982528 28022 33554432000 4194304 4587354 140734571410656 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25053/statm: 111568 28022 338 96 0 108130 0
[pid=25054] ppid=25052 vsize=90740 CPUtime=4902.41 cores=1
/proc/25054/stat : 25054 (clasp) R 25052 25052 24839 0 -1 4202496 20216 0 0 0 490235 6 0 0 25 0 1 0 511342534 92917760 19696 33554432000 4194304 4785740 140735700880096 18446744073709551615 4416856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25054/statm: 22685 19696 341 145 0 19730 0
[pid=25055] ppid=25052 vsize=452792 CPUtime=4901.95 cores=2
/proc/25055/stat : 25055 (TNM) R 25052 25052 24839 0 -1 4202496 744 0 0 0 490194 1 0 0 25 0 1 0 511342534 463659008 641 33554432000 134512640 134534564 4287814032 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25055/statm: 113198 641 103 6 0 111864 0
[pid=25056] ppid=25052 vsize=1364008 CPUtime=4902.44 cores=3
/proc/25056/stat : 25056 (march_hi) R 25052 25052 24839 0 -1 4202496 241888 0 0 0 490075 169 0 0 25 0 1 0 511342534 1396744192 238733 33554432000 4194304 4331988 140735641915968 18446744073709551615 4226450 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25056/statm: 341002 238733 173 34 0 339444 0
[pid=25057] ppid=25052 vsize=292300 CPUtime=19582 cores=4-7
/proc/25057/stat : 25057 (plingeling) S 25052 25052 24839 0 -1 4202496 786321 1254 0 0 1958084 116 0 0 18 0 5 0 511342534 299315200 45175 33554432000 4194304 4356188 140733257609456 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25057/statm: 73075 45175 164 40 0 71619 0
[pid=25057/tid=25064] ppid=25052 vsize=292300 CPUtime=4902.27 cores=4-7
/proc/25057/task/25064/stat : 25064 (plingeling) R 25052 25052 24839 0 -1 4202560 209191 1254 0 0 490197 30 0 0 25 0 5 0 511342536 299315200 45175 33554432000 4194304 4356188 140733257609456 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25057/tid=25065] ppid=25052 vsize=292300 CPUtime=4902.42 cores=4-7
/proc/25057/task/25065/stat : 25065 (plingeling) R 25052 25052 24839 0 -1 4202560 210222 1254 0 0 490212 30 0 0 25 0 5 0 511342536 299315200 45175 33554432000 4194304 4356188 140733257609456 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25057/tid=25066] ppid=25052 vsize=292300 CPUtime=4874.85 cores=4-7
/proc/25057/task/25066/stat : 25066 (plingeling) R 25052 25052 24839 0 -1 4202560 195038 1254 0 0 487457 28 0 0 25 0 5 0 511342536 299315200 45175 33554432000 4194304 4356188 140733257609456 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25057/tid=25067] ppid=25052 vsize=292300 CPUtime=4902.41 cores=4-7
/proc/25057/task/25067/stat : 25067 (plingeling) R 25052 25052 24839 0 -1 4202560 170796 1254 0 0 490216 25 0 0 25 0 5 0 511342536 299315200 45175 33554432000 4194304 4356188 140733257609456 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39191.2
Current children cumulated vsize (KiB) 2664436

[startup+4962.3 s]
/proc/loadavg: 8.10 8.07 8.00 9/180 25212
/proc/meminfo: memFree=12118224/32951124 swapFree=67111528/67111528
[pid=25052] ppid=25050 vsize=18324 CPUtime=0 cores=0-7
/proc/25052/stat : 25052 (ppfolio) S 25050 25052 24839 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 511342534 18763776 389 33554432000 4194304 4287625 140734793227008 18446744073709551615 222921797135 0 0 4096 65536 13142374117854412799 0 0 17 6 0 0 0
/proc/25052/statm: 4581 389 341 23 0 91 0
[pid=25053] ppid=25052 vsize=495816 CPUtime=4962.43 cores=0
/proc/25053/stat : 25053 (cryptominisat) R 25052 25052 24839 0 -1 4202496 273591 0 0 0 496129 114 0 0 25 0 1 0 511342534 507715584 40192 33554432000 4194304 4587354 140734571410656 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25053/statm: 123954 40192 338 96 0 120516 0
[pid=25054] ppid=25052 vsize=91652 CPUtime=4962.42 cores=1
/proc/25054/stat : 25054 (clasp) R 25052 25052 24839 0 -1 4202496 20395 0 0 0 496235 7 0 0 25 0 1 0 511342534 93851648 19875 33554432000 4194304 4785740 140735700880096 18446744073709551615 4287207 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25054/statm: 22913 19875 341 145 0 19958 0
[pid=25055] ppid=25052 vsize=452792 CPUtime=4961.95 cores=2
/proc/25055/stat : 25055 (TNM) R 25052 25052 24839 0 -1 4202496 744 0 0 0 496194 1 0 0 25 0 1 0 511342534 463659008 641 33554432000 134512640 134534564 4287814032 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25055/statm: 113198 641 103 6 0 111864 0
[pid=25056] ppid=25052 vsize=1364008 CPUtime=4962.43 cores=3
/proc/25056/stat : 25056 (march_hi) R 25052 25052 24839 0 -1 4202496 246193 0 0 0 496072 171 0 0 25 0 1 0 511342534 1396744192 243038 33554432000 4194304 4331988 140735641915968 18446744073709551615 4297232 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25056/statm: 341002 243038 173 34 0 339444 0
[pid=25057] ppid=25052 vsize=279756 CPUtime=19821.7 cores=4-7
/proc/25057/stat : 25057 (plingeling) S 25052 25052 24839 0 -1 4202496 790705 1254 0 0 1982051 117 0 0 18 0 5 0 511342534 286470144 42039 33554432000 4194304 4356188 140733257609456 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25057/statm: 69939 42039 164 40 0 68483 0
[pid=25057/tid=25064] ppid=25052 vsize=279756 CPUtime=4962.27 cores=4-7
/proc/25057/task/25064/stat : 25064 (plingeling) R 25052 25052 24839 0 -1 4202560 209319 1254 0 0 496197 30 0 0 25 0 5 0 511342536 286470144 42039 33554432000 4194304 4356188 140733257609456 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25057/tid=25065] ppid=25052 vsize=279756 CPUtime=4962.42 cores=4-7
/proc/25057/task/25065/stat : 25065 (plingeling) R 25052 25052 24839 0 -1 4202560 213806 1254 0 0 496211 31 0 0 25 0 5 0 511342536 286470144 42039 33554432000 4194304 4356188 140733257609456 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25057/tid=25066] ppid=25052 vsize=279756 CPUtime=4934.52 cores=4-7
/proc/25057/task/25066/stat : 25066 (plingeling) R 25052 25052 24839 0 -1 4202560 195198 1254 0 0 493424 28 0 0 25 0 5 0 511342536 286470144 42039 33554432000 4194304 4356188 140733257609456 18446744073709551615 4331076 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25057/tid=25067] ppid=25052 vsize=279756 CPUtime=4962.41 cores=4-7
/proc/25057/task/25067/stat : 25067 (plingeling) R 25052 25052 24839 0 -1 4202560 171308 1254 0 0 496216 25 0 0 25 0 5 0 511342536 286470144 42039 33554432000 4194304 4356188 140733257609456 18446744073709551615 4279499 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39670.9
Current children cumulated vsize (KiB) 2702348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.5 s]
/proc/loadavg: 8.13 8.07 8.01 9/180 25213
/proc/meminfo: memFree=12093664/32951124 swapFree=67111528/67111528
[pid=25052] ppid=25050 vsize=18324 CPUtime=0 cores=0-7
/proc/25052/stat : 25052 (ppfolio) S 25050 25052 24839 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 511342534 18763776 389 33554432000 4194304 4287625 140734793227008 18446744073709551615 222921797135 0 0 4096 65536 13142374117854412799 0 0 17 6 0 0 0
/proc/25052/statm: 4581 389 341 23 0 91 0
[pid=25053] ppid=25052 vsize=468584 CPUtime=5003.63 cores=0
/proc/25053/stat : 25053 (cryptominisat) R 25052 25052 24839 0 -1 4202496 279632 0 0 0 500247 116 0 0 25 0 1 0 511342534 479830016 35759 33554432000 4194304 4587354 140734571410656 18446744073709551615 4241151 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25053/statm: 117146 35759 338 96 0 113708 0
[pid=25054] ppid=25052 vsize=92876 CPUtime=5003.63 cores=1
/proc/25054/stat : 25054 (clasp) R 25052 25052 24839 0 -1 4202496 20711 0 0 0 500356 7 0 0 25 0 1 0 511342534 95105024 20191 33554432000 4194304 4785740 140735700880096 18446744073709551615 4287092 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25054/statm: 23219 20191 341 145 0 20264 0
[pid=25055] ppid=25052 vsize=452792 CPUtime=5003.15 cores=2
/proc/25055/stat : 25055 (TNM) R 25052 25052 24839 0 -1 4202496 744 0 0 0 500314 1 0 0 25 0 1 0 511342534 463659008 641 33554432000 134512640 134534564 4287814032 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25055/statm: 113198 641 103 6 0 111864 0
[pid=25056] ppid=25052 vsize=1364140 CPUtime=5003.64 cores=3
/proc/25056/stat : 25056 (march_hi) R 25052 25052 24839 0 -1 4202496 248564 0 0 0 500191 173 0 0 25 0 1 0 511342534 1396879360 245409 33554432000 4194304 4331988 140735641915968 18446744073709551615 4297344 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25056/statm: 341035 245409 173 34 0 339477 0
[pid=25057] ppid=25052 vsize=285900 CPUtime=19986.3 cores=4-7
/proc/25057/stat : 25057 (plingeling) S 25052 25052 24839 0 -1 4202496 797649 1254 0 0 1998510 118 0 0 18 0 5 0 511342534 292761600 43575 33554432000 4194304 4356188 140733257609456 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25057/statm: 71475 43575 164 40 0 70019 0
[pid=25057/tid=25064] ppid=25052 vsize=285900 CPUtime=5003.48 cores=4-7
/proc/25057/task/25064/stat : 25064 (plingeling) R 25052 25052 24839 0 -1 4202560 211111 1254 0 0 500318 30 0 0 25 0 5 0 511342536 292761600 43575 33554432000 4194304 4356188 140733257609456 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25057/tid=25065] ppid=25052 vsize=285900 CPUtime=5003.63 cores=4-7
/proc/25057/task/25065/stat : 25065 (plingeling) R 25052 25052 24839 0 -1 4202560 215758 1254 0 0 500332 31 0 0 25 0 5 0 511342536 292761600 43575 33554432000 4194304 4356188 140733257609456 18446744073709551615 4330976 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25057/tid=25066] ppid=25052 vsize=285900 CPUtime=4975.5 cores=4-7
/proc/25057/task/25066/stat : 25066 (plingeling) R 25052 25052 24839 0 -1 4202560 195198 1254 0 0 497522 28 0 0 25 0 5 0 511342536 292761600 43575 33554432000 4194304 4356188 140733257609456 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25057/tid=25067] ppid=25052 vsize=285900 CPUtime=5003.62 cores=4-7
/proc/25057/task/25067/stat : 25067 (plingeling) R 25052 25052 24839 0 -1 4202560 174508 1254 0 0 500336 26 0 0 25 0 5 0 511342536 292761600 43575 33554432000 4194304 4356188 140733257609456 18446744073709551615 4331506 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 2682616

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

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

[startup+5003.5 s]
/proc/loadavg: 8.13 8.07 8.01 9/180 25213
/proc/meminfo: memFree=12093664/32951124 swapFree=67111528/67111528
[pid=25052] ppid=25050 vsize=18324 CPUtime=0 cores=0-7
/proc/25052/stat : 25052 (ppfolio) S 25050 25052 24839 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 511342534 18763776 389 33554432000 4194304 4287625 140734793227008 18446744073709551615 222921797135 0 0 4096 65536 13142374117854412799 0 0 17 6 0 0 0
/proc/25052/statm: 4581 389 341 23 0 91 0
[pid=25053] ppid=25052 vsize=468584 CPUtime=5003.63 cores=0
/proc/25053/stat : 25053 (cryptominisat) R 25052 25052 24839 0 -1 4202496 279632 0 0 0 500247 116 0 0 25 0 1 0 511342534 479830016 35759 33554432000 4194304 4587354 140734571410656 18446744073709551615 4241151 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25053/statm: 117146 35759 338 96 0 113708 0
[pid=25054] ppid=25052 vsize=92876 CPUtime=5003.63 cores=1
/proc/25054/stat : 25054 (clasp) R 25052 25052 24839 0 -1 4202496 20711 0 0 0 500356 7 0 0 25 0 1 0 511342534 95105024 20191 33554432000 4194304 4785740 140735700880096 18446744073709551615 4287092 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25054/statm: 23219 20191 341 145 0 20264 0
[pid=25055] ppid=25052 vsize=452792 CPUtime=5003.15 cores=2
/proc/25055/stat : 25055 (TNM) R 25052 25052 24839 0 -1 4202496 744 0 0 0 500314 1 0 0 25 0 1 0 511342534 463659008 641 33554432000 134512640 134534564 4287814032 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25055/statm: 113198 641 103 6 0 111864 0
[pid=25056] ppid=25052 vsize=1364140 CPUtime=5003.64 cores=3
/proc/25056/stat : 25056 (march_hi) R 25052 25052 24839 0 -1 4202496 248564 0 0 0 500191 173 0 0 25 0 1 0 511342534 1396879360 245409 33554432000 4194304 4331988 140735641915968 18446744073709551615 4297344 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25056/statm: 341035 245409 173 34 0 339477 0
[pid=25057] ppid=25052 vsize=285900 CPUtime=19986.3 cores=4-7
/proc/25057/stat : 25057 (plingeling) S 25052 25052 24839 0 -1 4202496 797649 1254 0 0 1998510 118 0 0 18 0 5 0 511342534 292761600 43575 33554432000 4194304 4356188 140733257609456 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/25057/statm: 71475 43575 164 40 0 70019 0
[pid=25057/tid=25064] ppid=25052 vsize=285900 CPUtime=5003.48 cores=4-7
/proc/25057/task/25064/stat : 25064 (plingeling) R 25052 25052 24839 0 -1 4202560 211111 1254 0 0 500318 30 0 0 25 0 5 0 511342536 292761600 43575 33554432000 4194304 4356188 140733257609456 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=25057/tid=25065] ppid=25052 vsize=285900 CPUtime=5003.63 cores=4-7
/proc/25057/task/25065/stat : 25065 (plingeling) R 25052 25052 24839 0 -1 4202560 215758 1254 0 0 500332 31 0 0 25 0 5 0 511342536 292761600 43575 33554432000 4194304 4356188 140733257609456 18446744073709551615 4330976 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=25057/tid=25066] ppid=25052 vsize=285900 CPUtime=4975.5 cores=4-7
/proc/25057/task/25066/stat : 25066 (plingeling) R 25052 25052 24839 0 -1 4202560 195198 1254 0 0 497522 28 0 0 25 0 5 0 511342536 292761600 43575 33554432000 4194304 4356188 140733257609456 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=25057/tid=25067] ppid=25052 vsize=285900 CPUtime=5003.62 cores=4-7
/proc/25057/task/25067/stat : 25067 (plingeling) R 25052 25052 24839 0 -1 4202560 174508 1254 0 0 500336 26 0 0 25 0 5 0 511342536 292761600 43575 33554432000 4194304 4356188 140733257609456 18446744073709551615 4331506 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 2682616

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25052 and gives
#  childrusage.ru_utime.tv_sec=15009
#  childrusage.ru_utime.tv_usec=188256
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=274806
# CPU time returned by wait4() is 15010.5
# while last known CPU time is 40000.3
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.52
CPU time (s): 40000.3
CPU user time (s): 39996.2
CPU system time (s): 4.15
CPU usage (%): 799.444
Max. virtual memory (cumulated for all children) (KiB): 2955980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15009.2
system time used= 1.27481
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 301620
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= 730
involuntary context switches= 96674

runsolver used 7.8778 second user time and 19.424 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-28 15:30:18
IDJOB=3310159
IDBENCH=70785
IDSOLVER=1638
FILE ID=node109/3310159-1303997418
RUNJOBID= node109-1303992412-24853
PBS_JOBID= 13168776
Free space on /tmp= 72384 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/APPLICATIONS/bitverif/mulhs/mulhs016.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310159-1303997418/watcher-3310159-1303997418 -o /tmp/evaluation-result-3310159-1303997418/solver-3310159-1303997418 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310159-1303997418.cnf

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

MD5SUM BENCH= e4ef55733955e0a45519e9f7dec923e5
RANDOM SEED=781134962

node109.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13473276 kB
Buffers:       2131984 kB
Cached:       16703620 kB
SwapCached:          0 kB
Active:        9816244 kB
Inactive:      9083824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13473276 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10108 kB
Writeback:           0 kB
AnonPages:       64192 kB
Mapped:          14688 kB
Slab:           513148 kB
PageTables:       4664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188380 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= 72376 MiB
End job on node109 at 2011-04-28 16:53:43