Trace number 3221349

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S1720013904-060.UNKNOWN.cnf
MD5SUMbb08468cf0220e53f83e89f3d31d3696
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 variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
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-3221349-1304161450/watcher-3221349-1304161450 -o /tmp/evaluation-result-3221349-1304161450/solver-3221349-1304161450 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221349-1304161450.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.48 7.94 7.96 1/170 5612
/proc/meminfo: memFree=30819928/32951124 swapFree=67111364/67111528
[pid=5612] ppid=5610 vsize=18324 CPUtime=0 cores=0-7
/proc/5612/stat : 5612 (ppfolio) S 5610 5612 5145 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 527742944 18763776 390 33554432000 4194304 4287625 140734038288656 18446744073709551615 228244368911 0 0 4096 65536 2826088513535 0 0 17 4 0 0 0
/proc/5612/statm: 4581 390 341 23 0 91 0

[startup+0.0131121 s]
/proc/loadavg: 7.48 7.94 7.96 1/170 5612
/proc/meminfo: memFree=30819928/32951124 swapFree=67111364/67111528
[pid=5612] ppid=5610 vsize=18324 CPUtime=0 cores=0-7
/proc/5612/stat : 5612 (ppfolio) S 5610 5612 5145 0 -1 4202496 522 0 0 0 0 0 0 0 17 0 1 0 527742944 18763776 390 33554432000 4194304 4287625 140734038288656 18446744073709551615 228244368911 0 0 4096 65536 4600347446499868671 0 0 17 4 0 0 0
/proc/5612/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100096 s]
/proc/loadavg: 7.48 7.94 7.96 1/170 5612
/proc/meminfo: memFree=30819928/32951124 swapFree=67111364/67111528
[pid=5612] ppid=5610 vsize=18324 CPUtime=0 cores=0-7
/proc/5612/stat : 5612 (ppfolio) S 5610 5612 5145 0 -1 4202496 522 0 0 0 0 0 0 0 17 0 1 0 527742944 18763776 390 33554432000 4194304 4287625 140734038288656 18446744073709551615 228244368911 0 0 4096 65536 4600347446499868671 0 0 17 4 0 0 0
/proc/5612/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300061 s]
/proc/loadavg: 7.48 7.94 7.96 1/170 5612
/proc/meminfo: memFree=30819928/32951124 swapFree=67111364/67111528
[pid=5612] ppid=5610 vsize=18324 CPUtime=0 cores=0-7
/proc/5612/stat : 5612 (ppfolio) S 5610 5612 5145 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527742944 18763776 390 33554432000 4194304 4287625 140734038288656 18446744073709551615 228244368911 0 0 4096 65536 4600347446499868671 0 0 17 4 0 0 0
/proc/5612/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700991 s]
/proc/loadavg: 7.48 7.94 7.96 1/170 5612
/proc/meminfo: memFree=30819928/32951124 swapFree=67111364/67111528
[pid=5612] ppid=5610 vsize=18324 CPUtime=0 cores=0-7
/proc/5612/stat : 5612 (ppfolio) S 5610 5612 5145 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527742944 18763776 390 33554432000 4194304 4287625 140734038288656 18446744073709551615 228244368911 0 0 4096 65536 4600347446499868671 0 0 17 4 0 0 0
/proc/5612/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50085 s]
/proc/loadavg: 7.48 7.94 7.96 9/180 5627
/proc/meminfo: memFree=30804236/32951124 swapFree=67111364/67111528
[pid=5612] ppid=5610 vsize=18324 CPUtime=0 cores=0-7
/proc/5612/stat : 5612 (ppfolio) S 5610 5612 5145 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527742944 18763776 390 33554432000 4194304 4287625 140734038288656 18446744073709551615 228244368911 0 0 4096 65536 4600347446499868671 0 0 17 4 0 0 0
/proc/5612/statm: 4581 390 341 23 0 91 0
[pid=5613] ppid=5612 vsize=70324 CPUtime=1.49 cores=0
/proc/5613/stat : 5613 (cryptominisat) R 5612 5612 5145 0 -1 4202496 3895 0 0 0 149 0 0 0 19 0 1 0 527742944 72011776 2626 33554432000 4194304 4587354 140736418428928 18446744073709551615 4364706 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5613/statm: 17581 2626 337 96 0 14143 0
[pid=5614] ppid=5612 vsize=14304 CPUtime=1.49 cores=1
/proc/5614/stat : 5614 (clasp) R 5612 5612 5145 0 -1 4202496 1034 0 0 0 149 0 0 0 20 0 1 0 527742944 14647296 921 33554432000 4194304 4785740 140735434708016 18446744073709551615 4553384 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5614/statm: 3576 921 340 145 0 621 0
[pid=5615] ppid=5612 vsize=455956 CPUtime=1.49 cores=2
/proc/5615/stat : 5615 (TNM) R 5612 5612 5145 0 -1 4202496 355 0 0 0 149 0 0 0 20 0 1 0 527742944 466898944 252 33554432000 134512640 134534564 4289574032 18446744073709551615 134528310 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5615/statm: 113989 252 95 6 0 112655 0
[pid=5616] ppid=5612 vsize=8268 CPUtime=1.49 cores=3
/proc/5616/stat : 5616 (march_hi) R 5612 5612 5145 0 -1 4202496 660 0 0 0 149 0 0 0 20 0 1 0 527742944 8466432 553 33554432000 4194304 4331988 140733269217408 18446744073709551615 4211585 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5616/statm: 2067 553 173 34 0 509 0
[pid=5617] ppid=5612 vsize=122760 CPUtime=5.92 cores=4-7
/proc/5617/stat : 5617 (plingeling) S 5612 5612 5145 0 -1 4202496 4047 1248 0 0 592 0 0 0 18 0 5 0 527742944 125706240 2780 33554432000 4194304 4356188 140736728215808 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5617/statm: 30690 2780 164 40 0 29234 0
[pid=5617/tid=5624] ppid=5612 vsize=122760 CPUtime=1.48 cores=4-7
/proc/5617/task/5624/stat : 5624 (plingeling) R 5612 5612 5145 0 -1 4202560 887 1248 0 0 148 0 0 0 23 0 5 0 527742945 125706240 2780 33554432000 4194304 4356188 140736728215808 18446744073709551615 4331019 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5617/tid=5625] ppid=5612 vsize=122760 CPUtime=1.47 cores=4-7
/proc/5617/task/5625/stat : 5625 (plingeling) R 5612 5612 5145 0 -1 4202560 851 1248 0 0 147 0 0 0 23 0 5 0 527742945 125706240 2780 33554432000 4194304 4356188 140736728215808 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5617/tid=5626] ppid=5612 vsize=122760 CPUtime=1.46 cores=4-7
/proc/5617/task/5626/stat : 5626 (plingeling) R 5612 5612 5145 0 -1 4202560 962 1248 0 0 146 0 0 0 23 0 5 0 527742945 125706240 2780 33554432000 4194304 4356188 140736728215808 18446744073709551615 4330982 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5617/tid=5627] ppid=5612 vsize=122760 CPUtime=1.48 cores=4-7
/proc/5617/task/5627/stat : 5627 (plingeling) R 5612 5612 5145 0 -1 4202560 820 1248 0 0 148 0 0 0 23 0 5 0 527742945 125706240 2780 33554432000 4194304 4356188 140736728215808 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 689936

[startup+3.10057 s]
/proc/loadavg: 7.52 7.94 7.96 9/180 5627
/proc/meminfo: memFree=30796052/32951124 swapFree=67111364/67111528
[pid=5612] ppid=5610 vsize=18324 CPUtime=0 cores=0-7
/proc/5612/stat : 5612 (ppfolio) S 5610 5612 5145 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527742944 18763776 390 33554432000 4194304 4287625 140734038288656 18446744073709551615 228244368911 0 0 4096 65536 4600347446499868671 0 0 17 4 0 0 0
/proc/5612/statm: 4581 390 341 23 0 91 0
[pid=5613] ppid=5612 vsize=71764 CPUtime=3.08 cores=0
/proc/5613/stat : 5613 (cryptominisat) R 5612 5612 5145 0 -1 4202496 5512 0 0 0 308 0 0 0 25 0 1 0 527742944 73486336 3327 33554432000 4194304 4587354 140736418428928 18446744073709551615 4357642 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5613/statm: 17941 3327 337 96 0 14503 0
[pid=5614] ppid=5612 vsize=14984 CPUtime=3.09 cores=1
/proc/5614/stat : 5614 (clasp) R 5612 5612 5145 0 -1 4202496 1222 0 0 0 309 0 0 0 25 0 1 0 527742944 15343616 1109 33554432000 4194304 4785740 140735434708016 18446744073709551615 4550444 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5614/statm: 3746 1109 341 145 0 791 0
[pid=5615] ppid=5612 vsize=455956 CPUtime=3.09 cores=2
/proc/5615/stat : 5615 (TNM) R 5612 5612 5145 0 -1 4202496 355 0 0 0 309 0 0 0 25 0 1 0 527742944 466898944 252 33554432000 134512640 134534564 4289574032 18446744073709551615 134530522 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5615/statm: 113989 252 95 6 0 112655 0
[pid=5616] ppid=5612 vsize=8648 CPUtime=3.09 cores=3
/proc/5616/stat : 5616 (march_hi) R 5612 5612 5145 0 -1 4202496 735 0 0 0 309 0 0 0 25 0 1 0 527742944 8855552 628 33554432000 4194304 4331988 140733269217408 18446744073709551615 4229806 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5616/statm: 2162 628 173 34 0 604 0
[pid=5617] ppid=5612 vsize=123028 CPUtime=12.31 cores=4-7
/proc/5617/stat : 5617 (plingeling) S 5612 5612 5145 0 -1 4202496 5195 1248 0 0 1231 0 0 0 18 0 5 0 527742944 125980672 2847 33554432000 4194304 4356188 140736728215808 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5617/statm: 30757 2847 164 40 0 29301 0
[pid=5617/tid=5624] ppid=5612 vsize=123028 CPUtime=3.08 cores=4-7
/proc/5617/task/5624/stat : 5624 (plingeling) R 5612 5612 5145 0 -1 4202560 1241 1248 0 0 308 0 0 0 25 0 5 0 527742945 125980672 2847 33554432000 4194304 4356188 140736728215808 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5617/tid=5625] ppid=5612 vsize=123028 CPUtime=3.07 cores=4-7
/proc/5617/task/5625/stat : 5625 (plingeling) R 5612 5612 5145 0 -1 4202560 1264 1248 0 0 307 0 0 0 25 0 5 0 527742945 125980672 2847 33554432000 4194304 4356188 140736728215808 18446744073709551615 4211028 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5617/tid=5626] ppid=5612 vsize=123028 CPUtime=3.05 cores=4-7
/proc/5617/task/5626/stat : 5626 (plingeling) R 5612 5612 5145 0 -1 4202560 1311 1248 0 0 305 0 0 0 25 0 5 0 527742945 125980672 2847 33554432000 4194304 4356188 140736728215808 18446744073709551615 4331335 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5617/tid=5627] ppid=5612 vsize=123028 CPUtime=3.08 cores=4-7
/proc/5617/task/5627/stat : 5627 (plingeling) R 5612 5612 5145 0 -1 4202560 852 1248 0 0 308 0 0 0 25 0 5 0 527742945 125980672 2847 33554432000 4194304 4356188 140736728215808 18446744073709551615 4284043 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 692704

[startup+6.30101 s]
/proc/loadavg: 7.52 7.94 7.96 9/180 5629
/proc/meminfo: memFree=30784280/32951124 swapFree=67111364/67111528
[pid=5612] ppid=5610 vsize=18324 CPUtime=0 cores=0-7
/proc/5612/stat : 5612 (ppfolio) S 5610 5612 5145 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527742944 18763776 390 33554432000 4194304 4287625 140734038288656 18446744073709551615 228244368911 0 0 4096 65536 4600347446499868671 0 0 17 4 0 0 0
/proc/5612/statm: 4581 390 341 23 0 91 0
[pid=5613] ppid=5612 vsize=73848 CPUtime=6.29 cores=0
/proc/5613/stat : 5613 (cryptominisat) R 5612 5612 5145 0 -1 4202496 7769 0 0 0 628 1 0 0 25 0 1 0 527742944 75620352 3863 33554432000 4194304 4587354 140736418428928 18446744073709551615 4238766 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5613/statm: 18462 3863 337 96 0 15024 0
[pid=5614] ppid=5612 vsize=16344 CPUtime=6.29 cores=1
/proc/5614/stat : 5614 (clasp) R 5612 5612 5145 0 -1 4202496 1552 0 0 0 629 0 0 0 25 0 1 0 527742944 16736256 1439 33554432000 4194304 4785740 140735434708016 18446744073709551615 4553061 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5614/statm: 4086 1439 341 145 0 1131 0
[pid=5615] ppid=5612 vsize=455956 CPUtime=6.29 cores=2
/proc/5615/stat : 5615 (TNM) R 5612 5612 5145 0 -1 4202496 355 0 0 0 629 0 0 0 25 0 1 0 527742944 466898944 252 33554432000 134512640 134534564 4289574032 18446744073709551615 134530773 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5615/statm: 113989 252 95 6 0 112655 0
[pid=5616] ppid=5612 vsize=9128 CPUtime=6.29 cores=3
/proc/5616/stat : 5616 (march_hi) R 5612 5612 5145 0 -1 4202496 882 0 0 0 629 0 0 0 25 0 1 0 527742944 9347072 775 33554432000 4194304 4331988 140733269217408 18446744073709551615 4211435 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5616/statm: 2282 775 173 34 0 724 0
[pid=5617] ppid=5612 vsize=125668 CPUtime=25.1 cores=4-7
/proc/5617/stat : 5617 (plingeling) S 5612 5612 5145 0 -1 4202496 8381 1248 0 0 2509 1 0 0 18 0 5 0 527742944 128684032 3537 33554432000 4194304 4356188 140736728215808 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5617/statm: 31417 3537 164 40 0 29961 0
[pid=5617/tid=5624] ppid=5612 vsize=125668 CPUtime=6.28 cores=4-7
/proc/5617/task/5624/stat : 5624 (plingeling) R 5612 5612 5145 0 -1 4202560 2234 1248 0 0 628 0 0 0 25 0 5 0 527742945 128684032 3537 33554432000 4194304 4356188 140736728215808 18446744073709551615 4210549 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5617/tid=5625] ppid=5612 vsize=125668 CPUtime=6.27 cores=4-7
/proc/5617/task/5625/stat : 5625 (plingeling) R 5612 5612 5145 0 -1 4202560 1969 1248 0 0 627 0 0 0 25 0 5 0 527742945 128684032 3537 33554432000 4194304 4356188 140736728215808 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5617/tid=5626] ppid=5612 vsize=125668 CPUtime=6.24 cores=4-7
/proc/5617/task/5626/stat : 5626 (plingeling) R 5612 5612 5145 0 -1 4202560 2096 1248 0 0 624 0 0 0 25 0 5 0 527742945 128684032 3537 33554432000 4194304 4356188 140736728215808 18446744073709551615 4279731 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5617/tid=5627] ppid=5612 vsize=125668 CPUtime=6.28 cores=4-7
/proc/5617/task/5627/stat : 5627 (plingeling) R 5612 5612 5145 0 -1 4202560 1555 1248 0 0 628 0 0 0 25 0 5 0 527742945 128684032 3537 33554432000 4194304 4356188 140736728215808 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 699268

[startup+12.7009 s]
/proc/loadavg: 7.56 7.94 7.96 9/180 5629
/proc/meminfo: memFree=30776168/32951124 swapFree=67111364/67111528
[pid=5612] ppid=5610 vsize=18324 CPUtime=0 cores=0-7
/proc/5612/stat : 5612 (ppfolio) S 5610 5612 5145 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527742944 18763776 390 33554432000 4194304 4287625 140734038288656 18446744073709551615 228244368911 0 0 4096 65536 4600347446499868671 0 0 17 4 0 0 0
/proc/5612/statm: 4581 390 341 23 0 91 0
[pid=5613] ppid=5612 vsize=77352 CPUtime=12.69 cores=0
/proc/5613/stat : 5613 (cryptominisat) R 5612 5612 5145 0 -1 4202496 11475 0 0 0 1268 1 0 0 25 0 1 0 527742944 79208448 4655 33554432000 4194304 4587354 140736418428928 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5613/statm: 19338 4655 337 96 0 15900 0
[pid=5614] ppid=5612 vsize=17992 CPUtime=12.69 cores=1
/proc/5614/stat : 5614 (clasp) R 5612 5612 5145 0 -1 4202496 1932 0 0 0 1269 0 0 0 25 0 1 0 527742944 18423808 1819 33554432000 4194304 4785740 140735434708016 18446744073709551615 228244008871 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5614/statm: 4498 1819 341 145 0 1543 0
[pid=5615] ppid=5612 vsize=455956 CPUtime=12.69 cores=2
/proc/5615/stat : 5615 (TNM) R 5612 5612 5145 0 -1 4202496 355 0 0 0 1269 0 0 0 25 0 1 0 527742944 466898944 252 33554432000 134512640 134534564 4289574032 18446744073709551615 134530186 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5615/statm: 113989 252 95 6 0 112655 0
[pid=5616] ppid=5612 vsize=10540 CPUtime=12.69 cores=3
/proc/5616/stat : 5616 (march_hi) R 5612 5612 5145 0 -1 4202496 1124 0 0 0 1269 0 0 0 25 0 1 0 527742944 10792960 1017 33554432000 4194304 4331988 140733269217408 18446744073709551615 4263152 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5616/statm: 2635 1017 173 34 0 1077 0
[pid=5617] ppid=5612 vsize=130548 CPUtime=50.67 cores=4-7
/proc/5617/stat : 5617 (plingeling) S 5612 5612 5145 0 -1 4202496 13281 1248 0 0 5065 2 0 0 18 0 5 0 527742944 133681152 4757 33554432000 4194304 4356188 140736728215808 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5617/statm: 32637 4757 164 40 0 31181 0
[pid=5617/tid=5624] ppid=5612 vsize=130548 CPUtime=12.68 cores=4-7
/proc/5617/task/5624/stat : 5624 (plingeling) R 5612 5612 5145 0 -1 4202560 3322 1248 0 0 1268 0 0 0 25 0 5 0 527742945 133681152 4757 33554432000 4194304 4356188 140736728215808 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5617/tid=5625] ppid=5612 vsize=130548 CPUtime=12.67 cores=4-7
/proc/5617/task/5625/stat : 5625 (plingeling) R 5612 5612 5145 0 -1 4202560 3410 1248 0 0 1267 0 0 0 25 0 5 0 527742945 133681152 4757 33554432000 4194304 4356188 140736728215808 18446744073709551615 4210846 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5617/tid=5626] ppid=5612 vsize=130548 CPUtime=12.6 cores=4-7
/proc/5617/task/5626/stat : 5626 (plingeling) R 5612 5612 5145 0 -1 4202560 3281 1248 0 0 1260 0 0 0 25 0 5 0 527742945 133681152 4757 33554432000 4194304 4356188 140736728215808 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5617/tid=5627] ppid=5612 vsize=130548 CPUtime=12.68 cores=4-7
/proc/5617/task/5627/stat : 5627 (plingeling) R 5612 5612 5145 0 -1 4202560 2741 1248 0 0 1268 0 0 0 25 0 5 0 527742945 133681152 4757 33554432000 4194304 4356188 140736728215808 18446744073709551615 4332260 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 710712

[startup+25.5007 s]
/proc/loadavg: 7.87 8.00 7.98 10/181 5631
/proc/meminfo: memFree=30743532/32951124 swapFree=67111364/67111528
[pid=5612] ppid=5610 vsize=18324 CPUtime=0 cores=0-7
/proc/5612/stat : 5612 (ppfolio) S 5610 5612 5145 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527742944 18763776 390 33554432000 4194304 4287625 140734038288656 18446744073709551615 228244368911 0 0 4096 65536 4600347446499868671 0 0 17 4 0 0 0
/proc/5612/statm: 4581 390 341 23 0 91 0
[pid=5613] ppid=5612 vsize=80716 CPUtime=25.48 cores=0
/proc/5613/stat : 5613 (cryptominisat) R 5612 5612 5145 0 -1 4202496 18187 0 0 0 2546 2 0 0 25 0 1 0 527742944 82653184 5630 33554432000 4194304 4587354 140736418428928 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=5615] ppid=5612 vsize=455960 CPUtime=4781.92 cores=2
/proc/5615/stat : 5615 (TNM) R 5612 5612 5145 0 -1 4202496 364 0 0 0 478191 1 0 0 25 0 1 0 527742944 466903040 261 33554432000 134512640 134534564 4289574032 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5615/statm: 113990 261 103 6 0 112656 0
[pid=5616] ppid=5612 vsize=597548 CPUtime=4782.39 cores=3
/proc/5616/stat : 5616 (march_hi) R 5612 5612 5145 0 -1 4202496 140663 0 0 0 478123 116 0 0 25 0 1 0 527742944 611889152 140556 33554432000 4194304 4331988 140733269217408 18446744073709551615 4237168 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5616/statm: 149387 140556 173 34 0 147829 0
[pid=5617] ppid=5612 vsize=304372 CPUtime=19102.2 cores=4-7
/proc/5617/stat : 5617 (plingeling) S 5612 5612 5145 0 -1 4202496 943989 1248 0 0 1910076 141 0 0 18 0 5 0 527742944 311676928 48216 33554432000 4194304 4356188 140736728215808 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5617/statm: 76093 48216 164 40 0 74637 0
[pid=5617/tid=5624] ppid=5612 vsize=304372 CPUtime=4782.37 cores=4-7
/proc/5617/task/5624/stat : 5624 (plingeling) R 5612 5612 5145 0 -1 4202560 239870 1248 0 0 478202 35 0 0 25 0 5 0 527742945 311676928 48216 33554432000 4194304 4356188 140736728215808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5617/tid=5625] ppid=5612 vsize=304372 CPUtime=4782.38 cores=4-7
/proc/5617/task/5625/stat : 5625 (plingeling) R 5612 5612 5145 0 -1 4202560 237398 1248 0 0 478204 34 0 0 25 0 5 0 527742945 311676928 48216 33554432000 4194304 4356188 140736728215808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5617/tid=5626] ppid=5612 vsize=304372 CPUtime=4755 cores=4-7
/proc/5617/task/5626/stat : 5626 (plingeling) R 5612 5612 5145 0 -1 4202560 243765 1248 0 0 475464 36 0 0 25 0 5 0 527742945 311676928 48216 33554432000 4194304 4356188 140736728215808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5617/tid=5627] ppid=5612 vsize=304372 CPUtime=4782.39 cores=4-7
/proc/5617/task/5627/stat : 5627 (plingeling) R 5612 5612 5145 0 -1 4202560 222429 1248 0 0 478205 34 0 0 25 0 5 0 527742945 311676928 48216 33554432000 4194304 4356188 140736728215808 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38230.9
Current children cumulated vsize (KiB) 1609208

[startup+4842.3 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 5771
/proc/meminfo: memFree=29888100/32951124 swapFree=67111364/67111528
[pid=5612] ppid=5610 vsize=18324 CPUtime=0 cores=0-7
/proc/5612/stat : 5612 (ppfolio) S 5610 5612 5145 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527742944 18763776 390 33554432000 4194304 4287625 140734038288656 18446744073709551615 228244368911 0 0 4096 65536 4600347446499868671 0 0 17 4 0 0 0
/proc/5612/statm: 4581 390 341 23 0 91 0
[pid=5613] ppid=5612 vsize=172372 CPUtime=4842.4 cores=0
/proc/5613/stat : 5613 (cryptominisat) R 5612 5612 5145 0 -1 4202496 240498 0 0 0 484129 111 0 0 25 0 1 0 527742944 176508928 30874 33554432000 4194304 4587354 140736418428928 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5613/statm: 43093 30874 337 96 0 39655 0
[pid=5614] ppid=5612 vsize=60048 CPUtime=4841.99 cores=1
/proc/5614/stat : 5614 (clasp) R 5612 5612 5145 0 -1 4202496 11616 0 0 0 484196 3 0 0 25 0 1 0 527742944 61489152 11503 33554432000 4194304 4785740 140735434708016 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5614/statm: 15012 11503 341 145 0 12057 0
[pid=5615] ppid=5612 vsize=455960 CPUtime=4841.91 cores=2
/proc/5615/stat : 5615 (TNM) R 5612 5612 5145 0 -1 4202496 364 0 0 0 484190 1 0 0 25 0 1 0 527742944 466903040 261 33554432000 134512640 134534564 4289574032 18446744073709551615 134528396 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5615/statm: 113990 261 103 6 0 112656 0
[pid=5616] ppid=5612 vsize=597548 CPUtime=4842.4 cores=3
/proc/5616/stat : 5616 (march_hi) R 5612 5612 5145 0 -1 4202496 142254 0 0 0 484123 117 0 0 25 0 1 0 527742944 611889152 142147 33554432000 4194304 4331988 140733269217408 18446744073709551615 4229471 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5616/statm: 149387 142147 173 34 0 147829 0
[pid=5617] ppid=5612 vsize=306676 CPUtime=19341.8 cores=4-7
/proc/5617/stat : 5617 (plingeling) S 5612 5612 5145 0 -1 4202496 956085 1248 0 0 1934041 143 0 0 18 0 5 0 527742944 314036224 48792 33554432000 4194304 4356188 140736728215808 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5617/statm: 76669 48792 164 40 0 75213 0
[pid=5617/tid=5624] ppid=5612 vsize=306676 CPUtime=4842.37 cores=4-7
/proc/5617/task/5624/stat : 5624 (plingeling) R 5612 5612 5145 0 -1 4202560 245662 1248 0 0 484202 35 0 0 25 0 5 0 527742945 314036224 48792 33554432000 4194304 4356188 140736728215808 18446744073709551615 4332136 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5617/tid=5625] ppid=5612 vsize=306676 CPUtime=4842.38 cores=4-7
/proc/5617/task/5625/stat : 5625 (plingeling) R 5612 5612 5145 0 -1 4202560 237782 1248 0 0 484204 34 0 0 25 0 5 0 527742945 314036224 48792 33554432000 4194304 4356188 140736728215808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5617/tid=5626] ppid=5612 vsize=306676 CPUtime=4814.67 cores=4-7
/proc/5617/task/5626/stat : 5626 (plingeling) R 5612 5612 5145 0 -1 4202560 245077 1248 0 0 481430 37 0 0 25 0 5 0 527742945 314036224 48792 33554432000 4194304 4356188 140736728215808 18446744073709551615 4330995 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5617/tid=5627] ppid=5612 vsize=306676 CPUtime=4842.38 cores=4-7
/proc/5617/task/5627/stat : 5627 (plingeling) R 5612 5612 5145 0 -1 4202560 227037 1248 0 0 484204 34 0 0 25 0 5 0 527742945 314036224 48792 33554432000 4194304 4356188 140736728215808 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38710.5
Current children cumulated vsize (KiB) 1610928

[startup+4902.3 s]
/proc/loadavg: 8.00 8.02 8.00 9/180 5773
/proc/meminfo: memFree=29869696/32951124 swapFree=67111364/67111528
[pid=5612] ppid=5610 vsize=18324 CPUtime=0 cores=0-7
/proc/5612/stat : 5612 (ppfolio) S 5610 5612 5145 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527742944 18763776 390 33554432000 4194304 4287625 140734038288656 18446744073709551615 228244368911 0 0 4096 65536 4600347446499868671 0 0 17 4 0 0 0
/proc/5612/statm: 4581 390 341 23 0 91 0
[pid=5613] ppid=5612 vsize=172492 CPUtime=4902.39 cores=0
/proc/5613/stat : 5613 (cryptominisat) R 5612 5612 5145 0 -1 4202496 241830 0 0 0 490127 112 0 0 25 0 1 0 527742944 176631808 30302 33554432000 4194304 4587354 140736418428928 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5613/statm: 43123 30302 337 96 0 39685 0
[pid=5614] ppid=5612 vsize=60048 CPUtime=4901.99 cores=1
/proc/5614/stat : 5614 (clasp) R 5612 5612 5145 0 -1 4202496 11617 0 0 0 490196 3 0 0 25 0 1 0 527742944 61489152 11504 33554432000 4194304 4785740 140735434708016 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5614/statm: 15012 11504 341 145 0 12057 0
[pid=5615] ppid=5612 vsize=455960 CPUtime=4901.91 cores=2
/proc/5615/stat : 5615 (TNM) R 5612 5612 5145 0 -1 4202496 364 0 0 0 490190 1 0 0 25 0 1 0 527742944 466903040 261 33554432000 134512640 134534564 4289574032 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5615/statm: 113990 261 103 6 0 112656 0
[pid=5616] ppid=5612 vsize=597548 CPUtime=4902.39 cores=3
/proc/5616/stat : 5616 (march_hi) R 5612 5612 5145 0 -1 4202496 143921 0 0 0 490121 118 0 0 25 0 1 0 527742944 611889152 143814 33554432000 4194304 4331988 140733269217408 18446744073709551615 4229548 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5616/statm: 149387 143814 173 34 0 147829 0
[pid=5617] ppid=5612 vsize=321268 CPUtime=19581.5 cores=4-7
/proc/5617/stat : 5617 (plingeling) S 5612 5612 5145 0 -1 4202496 962197 1248 0 0 1958008 144 0 0 18 0 5 0 527742944 328978432 52440 33554432000 4194304 4356188 140736728215808 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5617/statm: 80317 52440 164 40 0 78861 0
[pid=5617/tid=5624] ppid=5612 vsize=321268 CPUtime=4902.38 cores=4-7
/proc/5617/task/5624/stat : 5624 (plingeling) R 5612 5612 5145 0 -1 4202560 246430 1248 0 0 490202 36 0 0 25 0 5 0 527742945 328978432 52440 33554432000 4194304 4356188 140736728215808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5617/tid=5625] ppid=5612 vsize=321268 CPUtime=4902.38 cores=4-7
/proc/5617/task/5625/stat : 5625 (plingeling) R 5612 5612 5145 0 -1 4202560 240246 1248 0 0 490203 35 0 0 25 0 5 0 527742945 328978432 52440 33554432000 4194304 4356188 140736728215808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5617/tid=5626] ppid=5612 vsize=321268 CPUtime=4874.35 cores=4-7
/proc/5617/task/5626/stat : 5626 (plingeling) R 5612 5612 5145 0 -1 4202560 246261 1248 0 0 487398 37 0 0 25 0 5 0 527742945 328978432 52440 33554432000 4194304 4356188 140736728215808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5617/tid=5627] ppid=5612 vsize=321268 CPUtime=4902.39 cores=4-7
/proc/5617/task/5627/stat : 5627 (plingeling) R 5612 5612 5145 0 -1 4202560 228733 1248 0 0 490204 35 0 0 25 0 5 0 527742945 328978432 52440 33554432000 4194304 4356188 140736728215808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39190.2
Current children cumulated vsize (KiB) 1625640

[startup+4962.3 s]
/proc/loadavg: 8.00 8.02 8.00 9/180 5774
/proc/meminfo: memFree=29873728/32951124 swapFree=67111364/67111528
[pid=5612] ppid=5610 vsize=18324 CPUtime=0 cores=0-7
/proc/5612/stat : 5612 (ppfolio) S 5610 5612 5145 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527742944 18763776 390 33554432000 4194304 4287625 140734038288656 18446744073709551615 228244368911 0 0 4096 65536 4600347446499868671 0 0 17 4 0 0 0
/proc/5612/statm: 4581 390 341 23 0 91 0
[pid=5613] ppid=5612 vsize=191280 CPUtime=4962.39 cores=0
/proc/5613/stat : 5613 (cryptominisat) R 5612 5612 5145 0 -1 4202496 243702 0 0 0 496126 113 0 0 25 0 1 0 527742944 195870720 30302 33554432000 4194304 4587354 140736418428928 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5613/statm: 47820 30302 337 96 0 44382 0
[pid=5614] ppid=5612 vsize=60048 CPUtime=4961.99 cores=1
/proc/5614/stat : 5614 (clasp) R 5612 5612 5145 0 -1 4202496 11619 0 0 0 496196 3 0 0 25 0 1 0 527742944 61489152 11506 33554432000 4194304 4785740 140735434708016 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5614/statm: 15012 11506 341 145 0 12057 0
[pid=5615] ppid=5612 vsize=455960 CPUtime=4961.91 cores=2
/proc/5615/stat : 5615 (TNM) R 5612 5612 5145 0 -1 4202496 364 0 0 0 496190 1 0 0 25 0 1 0 527742944 466903040 261 33554432000 134512640 134534564 4289574032 18446744073709551615 134530549 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5615/statm: 113990 261 103 6 0 112656 0
[pid=5616] ppid=5612 vsize=821312 CPUtime=4962.39 cores=3
/proc/5616/stat : 5616 (march_hi) R 5612 5612 5145 0 -1 4202496 145646 0 0 0 496120 119 0 0 25 0 1 0 527742944 841023488 145539 33554432000 4194304 4331988 140733269217408 18446744073709551615 4291569 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5616/statm: 205328 145539 173 34 0 203770 0
[pid=5617] ppid=5612 vsize=310516 CPUtime=19821.2 cores=4-7
/proc/5617/stat : 5617 (plingeling) S 5612 5612 5145 0 -1 4202496 971093 1248 0 0 1981974 145 0 0 18 0 5 0 527742944 317968384 49752 33554432000 4194304 4356188 140736728215808 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5617/statm: 77629 49752 164 40 0 76173 0
[pid=5617/tid=5624] ppid=5612 vsize=310516 CPUtime=4962.37 cores=4-7
/proc/5617/task/5624/stat : 5624 (plingeling) R 5612 5612 5145 0 -1 4202560 248894 1248 0 0 496201 36 0 0 25 0 5 0 527742945 317968384 49752 33554432000 4194304 4356188 140736728215808 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5617/tid=5625] ppid=5612 vsize=310516 CPUtime=4962.38 cores=4-7
/proc/5617/task/5625/stat : 5625 (plingeling) R 5612 5612 5145 0 -1 4202560 240502 1248 0 0 496203 35 0 0 25 0 5 0 527742945 317968384 49752 33554432000 4194304 4356188 140736728215808 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5617/tid=5626] ppid=5612 vsize=310516 CPUtime=4934.02 cores=4-7
/proc/5617/task/5626/stat : 5626 (plingeling) R 5612 5612 5145 0 -1 4202560 251669 1248 0 0 493364 38 0 0 25 0 5 0 527742945 317968384 49752 33554432000 4194304 4356188 140736728215808 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5617/tid=5627] ppid=5612 vsize=310516 CPUtime=4962.39 cores=4-7
/proc/5617/task/5627/stat : 5627 (plingeling) R 5612 5612 5145 0 -1 4202560 229501 1248 0 0 496204 35 0 0 25 0 5 0 527742945 317968384 49752 33554432000 4194304 4356188 140736728215808 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39669.9
Current children cumulated vsize (KiB) 1857440



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.00 8.01 8.00 9/180 5775
/proc/meminfo: memFree=29899752/32951124 swapFree=67111364/67111528
[pid=5612] ppid=5610 vsize=18324 CPUtime=0 cores=0-7
/proc/5612/stat : 5612 (ppfolio) S 5610 5612 5145 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527742944 18763776 390 33554432000 4194304 4287625 140734038288656 18446744073709551615 228244368911 0 0 4096 65536 4600347446499868671 0 0 17 4 0 0 0
/proc/5612/statm: 4581 390 341 23 0 91 0
[pid=5613] ppid=5612 vsize=191280 CPUtime=5000.1 cores=0
/proc/5613/stat : 5613 (cryptominisat) R 5612 5612 5145 0 -1 4202496 243702 0 0 0 499897 113 0 0 25 0 1 0 527742944 195870720 30302 33554432000 4194304 4587354 140736418428928 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5613/statm: 47820 30302 337 96 0 44382 0
[pid=5614] ppid=5612 vsize=60048 CPUtime=4999.69 cores=1
/proc/5614/stat : 5614 (clasp) R 5612 5612 5145 0 -1 4202496 11622 0 0 0 499966 3 0 0 25 0 1 0 527742944 61489152 11509 33554432000 4194304 4785740 140735434708016 18446744073709551615 4550928 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5614/statm: 15012 11509 341 145 0 12057 0
[pid=5615] ppid=5612 vsize=455960 CPUtime=4999.61 cores=2
/proc/5615/stat : 5615 (TNM) R 5612 5612 5145 0 -1 4202496 364 0 0 0 499960 1 0 0 25 0 1 0 527742944 466903040 261 33554432000 134512640 134534564 4289574032 18446744073709551615 134528680 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5615/statm: 113990 261 103 6 0 112656 0
[pid=5616] ppid=5612 vsize=821312 CPUtime=5000.1 cores=3
/proc/5616/stat : 5616 (march_hi) R 5612 5612 5145 0 -1 4202496 146669 0 0 0 499890 120 0 0 25 0 1 0 527742944 841023488 146562 33554432000 4194304 4331988 140733269217408 18446744073709551615 4240535 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5616/statm: 205328 146562 173 34 0 203770 0
[pid=5617] ppid=5612 vsize=280436 CPUtime=19971.8 cores=4-7
/proc/5617/stat : 5617 (plingeling) S 5612 5612 5145 0 -1 4202496 974229 1248 0 0 1997035 146 0 0 18 0 5 0 527742944 287166464 42232 33554432000 4194304 4356188 140736728215808 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5617/statm: 70109 42232 164 40 0 68653 0
[pid=5617/tid=5624] ppid=5612 vsize=280436 CPUtime=5000.08 cores=4-7
/proc/5617/task/5624/stat : 5624 (plingeling) R 5612 5612 5145 0 -1 4202560 248894 1248 0 0 499972 36 0 0 25 0 5 0 527742945 287166464 42232 33554432000 4194304 4356188 140736728215808 18446744073709551615 4331199 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5617/tid=5625] ppid=5612 vsize=280436 CPUtime=5000.09 cores=4-7
/proc/5617/task/5625/stat : 5625 (plingeling) R 5612 5612 5145 0 -1 4202560 241942 1248 0 0 499974 35 0 0 25 0 5 0 527742945 287166464 42232 33554432000 4194304 4356188 140736728215808 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5617/tid=5626] ppid=5612 vsize=280436 CPUtime=4971.52 cores=4-7
/proc/5617/task/5626/stat : 5626 (plingeling) R 5612 5612 5145 0 -1 4202560 252725 1248 0 0 497114 38 0 0 25 0 5 0 527742945 287166464 42232 33554432000 4194304 4356188 140736728215808 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5617/tid=5627] ppid=5612 vsize=280436 CPUtime=5000.09 cores=4-7
/proc/5617/task/5627/stat : 5627 (plingeling) R 5612 5612 5145 0 -1 4202560 230141 1248 0 0 499974 35 0 0 25 0 5 0 527742945 287166464 42232 33554432000 4194304 4356188 140736728215808 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39971.3
Current children cumulated vsize (KiB) 1827360

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 5612 and gives
#  childrusage.ru_utime.tv_sec=14998
#  childrusage.ru_utime.tv_usec=254918
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=205816
# CPU time returned by wait4() is 14999.5
# while last known CPU time is 39971.3
#
# 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.3
CPU user time (s): 39967.5
CPU system time (s): 3.83
CPU usage (%): 799.424
Max. virtual memory (cumulated for all children) (KiB): 1857440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14998.3
system time used= 1.20582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 256227
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= 782
involuntary context switches= 34966

runsolver used 7.74382 second user time and 19.504 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-30 13:04:10
IDJOB=3221349
IDBENCH=82908
IDSOLVER=1638
FILE ID=node136/3221349-1304161450
RUNJOBID= node136-1304153919-5159
PBS_JOBID= 13170905
Free space on /tmp= 73080 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S1720013904-060.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221349-1304161450/watcher-3221349-1304161450 -o /tmp/evaluation-result-3221349-1304161450/solver-3221349-1304161450 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3221349-1304161450.cnf

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

MD5SUM BENCH= bb08468cf0220e53f83e89f3d31d3696
RANDOM SEED=1727473855

node136.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.75
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.76
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.75
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.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.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:      30820340 kB
Buffers:        621764 kB
Cached:        1018432 kB
SwapCached:          0 kB
Active:         189460 kB
Inactive:      1514072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30820340 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           10328 kB
Writeback:           0 kB
AnonPages:       63292 kB
Mapped:          14764 kB
Slab:           361144 kB
PageTables:       4456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188584 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= 73072 MiB
End job on node136 at 2011-04-30 14:27:32