Trace number 3275916

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_22_70_7-dir.shuffled-as.sat03-154.cnf
MD5SUMaa9ee2fa26214e80fac6d004d5d0b003
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17173
Satisfiable
(Un)Satisfiability was proved
Number of variables660
Number of clauses56654
Sum of the clauses size113924
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 256632
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 522

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-3275916-1304171741/watcher-3275916-1304171741 -o /tmp/evaluation-result-3275916-1304171741/solver-3275916-1304171741 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275916-1304171741.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: 7.36 7.87 7.96 1/170 6060
/proc/meminfo: memFree=30816664/32951124 swapFree=67111364/67111528
[pid=6060] ppid=6058 vsize=18324 CPUtime=0 cores=0-7
/proc/6060/stat : 6060 (ppfolio) S 6058 6060 5799 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 528772047 18763776 390 33554432000 4194304 4287625 140734757924912 18446744073709551615 228244368911 0 0 4096 65536 4514349281972322303 0 0 17 4 0 0 0
/proc/6060/statm: 4581 390 341 23 0 91 0

[startup+0.0462869 s]
/proc/loadavg: 7.36 7.87 7.96 1/170 6060
/proc/meminfo: memFree=30816664/32951124 swapFree=67111364/67111528
[pid=6060] ppid=6058 vsize=18324 CPUtime=0 cores=0-7
/proc/6060/stat : 6060 (ppfolio) S 6058 6060 5799 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 528772047 18763776 390 33554432000 4194304 4287625 140734757924912 18446744073709551615 228244368911 0 0 4096 65536 4514349281972322303 0 0 17 4 0 0 0
/proc/6060/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100244 s]
/proc/loadavg: 7.36 7.87 7.96 1/170 6060
/proc/meminfo: memFree=30816664/32951124 swapFree=67111364/67111528
[pid=6060] ppid=6058 vsize=18324 CPUtime=0 cores=0-7
/proc/6060/stat : 6060 (ppfolio) S 6058 6060 5799 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 528772047 18763776 390 33554432000 4194304 4287625 140734757924912 18446744073709551615 228244368911 0 0 4096 65536 4514349281972322303 0 0 17 4 0 0 0
/proc/6060/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300205 s]
/proc/loadavg: 7.36 7.87 7.96 1/170 6060
/proc/meminfo: memFree=30816664/32951124 swapFree=67111364/67111528
[pid=6060] ppid=6058 vsize=18324 CPUtime=0 cores=0-7
/proc/6060/stat : 6060 (ppfolio) S 6058 6060 5799 0 -1 4202496 522 0 0 0 0 0 0 0 24 0 1 0 528772047 18763776 390 33554432000 4194304 4287625 140734757924912 18446744073709551615 228244368911 0 0 4096 65536 4514349281972322303 0 0 17 4 0 0 0
/proc/6060/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700137 s]
/proc/loadavg: 7.36 7.87 7.96 1/170 6060
/proc/meminfo: memFree=30816664/32951124 swapFree=67111364/67111528
[pid=6060] ppid=6058 vsize=18324 CPUtime=0 cores=0-7
/proc/6060/stat : 6060 (ppfolio) S 6058 6060 5799 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 528772047 18763776 390 33554432000 4194304 4287625 140734757924912 18446744073709551615 228244368911 0 0 4096 65536 4514349281972322303 0 0 17 4 0 0 0
/proc/6060/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.501 s]
/proc/loadavg: 7.36 7.87 7.96 9/180 6075
/proc/meminfo: memFree=30762768/32951124 swapFree=67111364/67111528
[pid=6060] ppid=6058 vsize=18324 CPUtime=0 cores=0-7
/proc/6060/stat : 6060 (ppfolio) S 6058 6060 5799 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 528772047 18763776 390 33554432000 4194304 4287625 140734757924912 18446744073709551615 228244368911 0 0 4096 65536 4514349281972322303 0 0 17 4 0 0 0
/proc/6060/statm: 4581 390 341 23 0 91 0
[pid=6061] ppid=6060 vsize=1207028 CPUtime=1.49 cores=0
/proc/6061/stat : 6061 (cryptominisat) R 6060 6060 5799 0 -1 4202496 4853 0 0 0 149 0 0 0 20 0 1 0 528772047 1235996672 3240 33554432000 4194304 4587354 140733250021776 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6061/statm: 301757 3240 327 96 0 298319 0
[pid=6062] ppid=6060 vsize=26628 CPUtime=1.49 cores=1
/proc/6062/stat : 6062 (clasp) R 6060 6060 5799 0 -1 4202496 4392 0 0 0 149 0 0 0 20 0 1 0 528772047 27267072 3996 33554432000 4194304 4785740 140734698410912 18446744073709551615 228244009669 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6062/statm: 6657 3996 340 145 0 3702 0
[pid=6063] ppid=6060 vsize=458732 CPUtime=1.49 cores=2
/proc/6063/stat : 6063 (TNM) R 6060 6060 5799 0 -1 4202496 1562 0 0 0 149 0 0 0 20 0 1 0 528772047 469741568 1459 33554432000 134512640 134534564 4288628576 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6063/statm: 114683 1459 95 6 0 113349 0
[pid=6064] ppid=6060 vsize=15212 CPUtime=1.48 cores=3
/proc/6064/stat : 6064 (march_hi) R 6060 6060 5799 0 -1 4202496 3505 0 0 0 148 0 0 0 20 0 1 0 528772047 15577088 1490 33554432000 4194304 4331988 140736305971488 18446744073709551615 4210445 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6064/statm: 3803 1490 174 34 0 2245 0
[pid=6065] ppid=6060 vsize=72868 CPUtime=5.82 cores=4-7
/proc/6065/stat : 6065 (plingeling) S 6060 6060 5799 0 -1 4202496 7627 1250 0 0 582 0 0 0 18 0 5 0 528772047 74616832 6642 33554432000 4194304 4356188 140735066168256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6065/statm: 18217 6642 163 40 0 16761 0
[pid=6065/tid=6072] ppid=6060 vsize=72868 CPUtime=1.45 cores=4-7
/proc/6065/task/6072/stat : 6072 (plingeling) R 6060 6060 5799 0 -1 4202560 987 1250 0 0 145 0 0 0 25 0 5 0 528772052 74616832 6642 33554432000 4194304 4356188 140735066168256 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6065/tid=6073] ppid=6060 vsize=72868 CPUtime=1.44 cores=4-7
/proc/6065/task/6073/stat : 6073 (plingeling) R 6060 6060 5799 0 -1 4202560 856 1250 0 0 144 0 0 0 25 0 5 0 528772052 74616832 6642 33554432000 4194304 4356188 140735066168256 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6065/tid=6074] ppid=6060 vsize=72868 CPUtime=1.45 cores=4-7
/proc/6065/task/6074/stat : 6074 (plingeling) R 6060 6060 5799 0 -1 4202560 911 1250 0 0 145 0 0 0 20 0 5 0 528772052 74616832 6642 33554432000 4194304 4356188 140735066168256 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6065/tid=6075] ppid=6060 vsize=72868 CPUtime=1.44 cores=4-7
/proc/6065/task/6075/stat : 6075 (plingeling) R 6060 6060 5799 0 -1 4202560 2359 1250 0 0 144 0 0 0 23 0 5 0 528772052 74616832 6642 33554432000 4194304 4356188 140735066168256 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.77
Current children cumulated vsize (KiB) 1798792

[startup+3.10072 s]
/proc/loadavg: 7.36 7.87 7.96 9/180 6075
/proc/meminfo: memFree=30745672/32951124 swapFree=67111364/67111528
[pid=6060] ppid=6058 vsize=18324 CPUtime=0 cores=0-7
/proc/6060/stat : 6060 (ppfolio) S 6058 6060 5799 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 528772047 18763776 390 33554432000 4194304 4287625 140734757924912 18446744073709551615 228244368911 0 0 4096 65536 4514349281972322303 0 0 17 4 0 0 0
/proc/6060/statm: 4581 390 341 23 0 91 0
[pid=6061] ppid=6060 vsize=1207688 CPUtime=3.09 cores=0
/proc/6061/stat : 6061 (cryptominisat) R 6060 6060 5799 0 -1 4202496 6369 0 0 0 309 0 0 0 25 0 1 0 528772047 1236672512 3733 33554432000 4194304 4587354 140733250021776 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6061/statm: 301922 3733 331 96 0 298484 0
[pid=6062] ppid=6060 vsize=30688 CPUtime=3.08 cores=1
/proc/6062/stat : 6062 (clasp) R 6060 6060 5799 0 -1 4202496 5366 0 0 0 308 0 0 0 25 0 1 0 528772047 31424512 4970 33554432000 4194304 4785740 140734698410912 18446744073709551615 4278081 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6062/statm: 7672 4970 340 145 0 4717 0
[pid=6063] ppid=6060 vsize=458732 CPUtime=3.09 cores=2
/proc/6063/stat : 6063 (TNM) R 6060 6060 5799 0 -1 4202496 1562 0 0 0 309 0 0 0 25 0 1 0 528772047 469741568 1459 33554432000 134512640 134534564 4288628576 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6063/statm: 114683 1459 95 6 0 113349 0
[pid=6064] ppid=6060 vsize=15212 CPUtime=3.08 cores=3
/proc/6064/stat : 6064 (march_hi) R 6060 6060 5799 0 -1 4202496 3519 0 0 0 308 0 0 0 25 0 1 0 528772047 15577088 1504 33554432000 4194304 4331988 140736305971488 18446744073709551615 4228235 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6064/statm: 3803 1504 174 34 0 2245 0
[pid=6065] ppid=6060 vsize=81316 CPUtime=12.22 cores=4-7
/proc/6065/stat : 6065 (plingeling) S 6060 6060 5799 0 -1 4202496 10251 1250 0 0 1221 1 0 0 18 0 5 0 528772047 83267584 8754 33554432000 4194304 4356188 140735066168256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6065/statm: 20329 8754 163 40 0 18873 0
[pid=6065/tid=6072] ppid=6060 vsize=81316 CPUtime=3.05 cores=4-7
/proc/6065/task/6072/stat : 6072 (plingeling) R 6060 6060 5799 0 -1 4202560 1500 1250 0 0 305 0 0 0 25 0 5 0 528772052 83267584 8754 33554432000 4194304 4356188 140735066168256 18446744073709551615 4238780 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6065/tid=6073] ppid=6060 vsize=81316 CPUtime=3.03 cores=4-7
/proc/6065/task/6073/stat : 6073 (plingeling) R 6060 6060 5799 0 -1 4202560 1751 1250 0 0 303 0 0 0 25 0 5 0 528772052 83267584 8754 33554432000 4194304 4356188 140735066168256 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6065/tid=6074] ppid=6060 vsize=81316 CPUtime=3.05 cores=4-7
/proc/6065/task/6074/stat : 6074 (plingeling) R 6060 6060 5799 0 -1 4202560 1039 1250 0 0 305 0 0 0 25 0 5 0 528772052 83267584 8754 33554432000 4194304 4356188 140735066168256 18446744073709551615 4331771 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6065/tid=6075] ppid=6060 vsize=81316 CPUtime=3.03 cores=4-7
/proc/6065/task/6075/stat : 6075 (plingeling) R 6060 6060 5799 0 -1 4202560 3447 1250 0 0 303 0 0 0 25 0 5 0 528772052 83267584 8754 33554432000 4194304 4356188 140735066168256 18446744073709551615 4331352 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.56
Current children cumulated vsize (KiB) 1811960

[startup+6.30116 s]
/proc/loadavg: 7.41 7.87 7.96 9/180 6076
/proc/meminfo: memFree=30697932/32951124 swapFree=67111364/67111528
[pid=6060] ppid=6058 vsize=18324 CPUtime=0 cores=0-7
/proc/6060/stat : 6060 (ppfolio) S 6058 6060 5799 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 528772047 18763776 390 33554432000 4194304 4287625 140734757924912 18446744073709551615 228244368911 0 0 4096 65536 4514349281972322303 0 0 17 4 0 0 0
/proc/6060/statm: 4581 390 341 23 0 91 0
[pid=6061] ppid=6060 vsize=1236832 CPUtime=6.29 cores=0
/proc/6061/stat : 6061 (cryptominisat) R 6060 6060 5799 0 -1 4202496 13574 0 0 0 628 1 0 0 25 0 1 0 528772047 1266515968 10935 33554432000 4194304 4587354 140733250021776 18446744073709551615 4365236 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6061/statm: 309208 10935 337 96 0 305770 0
[pid=6062] ppid=6060 vsize=38632 CPUtime=6.29 cores=1
/proc/6062/stat : 6062 (clasp) R 6060 6060 5799 0 -1 4202496 7285 0 0 0 628 1 0 0 25 0 1 0 528772047 39559168 6889 33554432000 4194304 4785740 140734698410912 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6062/statm: 9658 6889 340 145 0 6703 0
[pid=6063] ppid=6060 vsize=458732 CPUtime=6.29 cores=2
/proc/6063/stat : 6063 (TNM) R 6060 6060 5799 0 -1 4202496 1562 0 0 0 629 0 0 0 25 0 1 0 528772047 469741568 1459 33554432000 134512640 134534564 4288628576 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6063/statm: 114683 1459 95 6 0 113349 0
[pid=6064] ppid=6060 vsize=15624 CPUtime=6.28 cores=3
/proc/6064/stat : 6064 (march_hi) R 6060 6060 5799 0 -1 4202496 3598 0 0 0 628 0 0 0 25 0 1 0 528772047 15998976 1583 33554432000 4194304 4331988 140736305971488 18446744073709551615 4226448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6064/statm: 3906 1583 174 34 0 2348 0
[pid=6065] ppid=6060 vsize=94376 CPUtime=25 cores=4-7
/proc/6065/stat : 6065 (plingeling) S 6060 6060 5799 0 -1 4202496 15564 1250 0 0 2499 1 0 0 18 0 5 0 528772047 96641024 12019 33554432000 4194304 4356188 140735066168256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6065/statm: 23594 12019 163 40 0 22138 0
[pid=6065/tid=6072] ppid=6060 vsize=94376 CPUtime=6.25 cores=4-7
/proc/6065/task/6072/stat : 6072 (plingeling) R 6060 6060 5799 0 -1 4202560 2587 1250 0 0 625 0 0 0 25 0 5 0 528772052 96641024 12019 33554432000 4194304 4356188 140735066168256 18446744073709551615 4331519 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6065/tid=6073] ppid=6060 vsize=94376 CPUtime=6.21 cores=4-7
/proc/6065/task/6073/stat : 6073 (plingeling) R 6060 6060 5799 0 -1 4202560 3031 1250 0 0 621 0 0 0 25 0 5 0 528772052 96641024 12019 33554432000 4194304 4356188 140735066168256 18446744073709551615 4332037 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6065/tid=6074] ppid=6060 vsize=94376 CPUtime=6.25 cores=4-7
/proc/6065/task/6074/stat : 6074 (plingeling) R 6060 6060 5799 0 -1 4202560 2319 1250 0 0 625 0 0 0 25 0 5 0 528772052 96641024 12019 33554432000 4194304 4356188 140735066168256 18446744073709551615 4282858 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6065/tid=6075] ppid=6060 vsize=94376 CPUtime=6.23 cores=4-7
/proc/6065/task/6075/stat : 6075 (plingeling) R 6060 6060 5799 0 -1 4202560 5113 1250 0 0 623 0 0 0 25 0 5 0 528772052 96641024 12019 33554432000 4194304 4356188 140735066168256 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.15
Current children cumulated vsize (KiB) 1862520

[startup+12.701 s]
/proc/loadavg: 7.46 7.87 7.96 9/180 6076
/proc/meminfo: memFree=30670836/32951124 swapFree=67111364/67111528
[pid=6060] ppid=6058 vsize=18324 CPUtime=0 cores=0-7
/proc/6060/stat : 6060 (ppfolio) S 6058 6060 5799 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 528772047 18763776 390 33554432000 4194304 4287625 140734757924912 18446744073709551615 228244368911 0 0 4096 65536 4514349281972322303 0 0 17 4 0 0 0
/proc/6060/statm: 4581 390 341 23 0 91 0
[pid=6061] ppid=6060 vsize=1263244 CPUtime=12.69 cores=0
/proc/6061/stat : 6061 (cryptominisat) R 6060 6060 5799 0 -1 4202496 15003 0 0 0 1268 1 0 0 25 0 1 0 528772047 1293561856 11051 33554432000 4194304 4587354 140733250021776 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6061/statm: 315811 11051 337 96 0 312373 0
[pid=6062] ppid=6060 vsize=47108 CPUtime=12.69 cores=1
/proc/6062/stat : 6062 (clasp) R 6060 6060 5799 0 -1 4202496 9311 0 0 0 1268 1 0 0 25 0 1 0 528772047 48238592 8915 33554432000 4194304 4785740 140734698410912 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6062/statm: 11777 8915 340 145 0 8822 0
[pid=6063] ppid=6060 vsize=458732 CPUtime=12.69 cores=2
/proc/6063/stat : 6063 (TNM) R 6060 6060 5799 0 -1 4202496 1562 0 0 0 1269 0 0 0 25 0 1 0 528772047 469741568 1459 33554432000 134512640 134534564 4288628576 18446744073709551615 134530573 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6063/statm: 114683 1459 95 6 0 113349 0
[pid=6064] ppid=6060 vsize=16648 CPUtime=12.68 cores=3
/proc/6064/stat : 6064 (march_hi) R 6060 6060 5799 0 -1 4202496 3792 0 0 0 1268 0 0 0 25 0 1 0 528772047 17047552 1777 33554432000 4194304 4331988 140736305971488 18446744073709551615 4226499 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6064/statm: 4162 1777 175 34 0 2604 0
[pid=6065] ppid=6060 vsize=108208 CPUtime=50.57 cores=4-7
/proc/6065/stat : 6065 (plingeling) S 6060 6060 5799 0 -1 4202496 20558 1250 0 0 5055 2 0 0 18 0 5 0 528772047 110804992 15477 33554432000 4194304 4356188 140735066168256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6065/statm: 27052 15477 163 40 0 25596 0
[pid=6065/tid=6072] ppid=6060 vsize=108208 CPUtime=12.65 cores=4-7
/proc/6065/task/6072/stat : 6072 (plingeling) R 6060 6060 5799 0 -1 4202560 4380 1250 0 0 1265 0 0 0 25 0 5 0 528772052 110804992 15477 33554432000 4194304 4356188 140735066168256 18446744073709551615 4279432 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6065/tid=6073] ppid=6060 vsize=108208 CPUtime=12.57 cores=4-7
/proc/6065/task/6073/stat : 6073 (plingeling) R 6060 6060 5799 0 -1 4202560 3671 1250 0 0 1257 0 0 0 25 0 5 0 528772052 110804992 15477 33554432000 4194304 4356188 140735066168256 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6065/tid=6074] ppid=6060 vsize=108208 CPUtime=12.65 cores=4-7
/proc/6065/task/6074/stat : 6074 (plingeling) R 6060 6060 5799 0 -1 4202560 3087 1250 0 0 1265 0 0 0 25 0 5 0 528772052 110804992 15477 33554432000 4194304 4356188 140735066168256 18446744073709551615 4270759 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6065/tid=6075] ppid=6060 vsize=108208 CPUtime=12.63 cores=4-7
/proc/6065/task/6075/stat : 6075 (plingeling) R 6060 6060 5799 0 -1 4202560 6906 1250 0 0 1263 0 0 0 25 0 5 0 528772052 110804992 15477 33554432000 4194304 4356188 140735066168256 18446744073709551615 4279490 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 1912264

[startup+25.5008 s]
/proc/loadavg: 7.66 7.90 7.96 9/180 6076
/proc/meminfo: memFree=30643880/32951124 swapFree=67111364/67111528
[pid=6060] ppid=6058 vsize=18324 CPUtime=0 cores=0-7
/proc/6060/stat : 6060 (ppfolio) S 6058 6060 5799 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 528772047 18763776 390 33554432000 4194304 4287625 140734757924912 18446744073709551615 228244368911 0 0 4096 65536 4514349281972322303 0 0 17 4 0 0 0
/proc/6060/statm: 4581 390 341 23 0 91 0
[pid=6061] ppid=6060 vsize=1236328 CPUtime=25.49 cores=0
/proc/6061/stat : 6061 (cryptominisat) R 6060 6060 5799 0 -1 4202496 20280 0 0 0 2547 2 0 0 25 0 1 0 528772047 1265999872 11987 33554432000 4194304 4587354 140733250021776 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=6063] ppid=6060 vsize=458732 CPUtime=4842.38 cores=2
/proc/6063/stat : 6063 (TNM) R 6060 6060 5799 0 -1 4202496 1562 0 0 0 484237 1 0 0 25 0 1 0 528772047 469741568 1459 33554432000 134512640 134534564 4288628576 18446744073709551615 134528918 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6063/statm: 114683 1459 95 6 0 113349 0
[pid=6064] ppid=6060 vsize=1128472 CPUtime=4842.4 cores=3
/proc/6064/stat : 6064 (march_hi) R 6060 6060 5799 0 -1 4202496 236072 0 0 0 484083 157 0 0 25 0 1 0 528772047 1155555328 234057 33554432000 4194304 4331988 140736305971488 18446744073709551615 4298744 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6064/statm: 282118 234057 175 34 0 280560 0
[pid=6065] ppid=6060 vsize=515564 CPUtime=19342.4 cores=4-7
/proc/6065/stat : 6065 (plingeling) S 6060 6060 5799 0 -1 4202496 2881110 1250 0 0 1933847 392 0 0 18 0 5 0 528772047 527937536 117348 33554432000 4194304 4356188 140735066168256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6065/statm: 128891 117348 163 40 0 127435 0
[pid=6065/tid=6072] ppid=6060 vsize=515564 CPUtime=4842.35 cores=4-7
/proc/6065/task/6072/stat : 6072 (plingeling) R 6060 6060 5799 0 -1 4202560 779558 1250 0 0 484126 109 0 0 25 0 5 0 528772052 527937536 117348 33554432000 4194304 4356188 140735066168256 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6065/tid=6073] ppid=6060 vsize=515564 CPUtime=4815.74 cores=4-7
/proc/6065/task/6073/stat : 6073 (plingeling) R 6060 6060 5799 0 -1 4202560 606913 1250 0 0 481491 83 0 0 25 0 5 0 528772052 527937536 117348 33554432000 4194304 4356188 140735066168256 18446744073709551615 4332037 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6065/tid=6074] ppid=6060 vsize=515564 CPUtime=4842.34 cores=4-7
/proc/6065/task/6074/stat : 6074 (plingeling) R 6060 6060 5799 0 -1 4202560 651802 1250 0 0 484148 86 0 0 25 0 5 0 528772052 527937536 117348 33554432000 4194304 4356188 140735066168256 18446744073709551615 4331345 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6065/tid=6075] ppid=6060 vsize=515564 CPUtime=4841.88 cores=4-7
/proc/6065/task/6075/stat : 6075 (plingeling) R 6060 6060 5799 0 -1 4202560 840323 1250 0 0 484077 111 0 0 25 0 5 0 528772052 527937536 117348 33554432000 4194304 4356188 140735066168256 18446744073709551615 4210615 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38710.3
Current children cumulated vsize (KiB) 4942252

[startup+4902.3 s]
/proc/loadavg: 8.11 8.06 8.00 9/180 6230
/proc/meminfo: memFree=28992080/32951124 swapFree=67111364/67111528
[pid=6060] ppid=6058 vsize=18324 CPUtime=0 cores=0-7
/proc/6060/stat : 6060 (ppfolio) S 6058 6060 5799 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 528772047 18763776 390 33554432000 4194304 4287625 140734757924912 18446744073709551615 228244368911 0 0 4096 65536 4514349281972322303 0 0 17 4 0 0 0
/proc/6060/statm: 4581 390 341 23 0 91 0
[pid=6061] ppid=6060 vsize=2588004 CPUtime=4902.38 cores=0
/proc/6061/stat : 6061 (cryptominisat) R 6060 6060 5799 0 -1 4202496 670383 0 0 0 489970 268 0 0 25 0 1 0 528772047 2650116096 50283 33554432000 4194304 4587354 140733250021776 18446744073709551615 4232230 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6061/statm: 647001 50283 337 96 0 643563 0
[pid=6062] ppid=6060 vsize=234224 CPUtime=4900.8 cores=1
/proc/6062/stat : 6062 (clasp) R 6060 6060 5799 0 -1 4202496 53300 0 0 0 490068 12 0 0 25 0 1 0 528772047 239845376 52601 33554432000 4194304 4785740 140734698410912 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6062/statm: 58556 52601 340 145 0 55601 0
[pid=6063] ppid=6060 vsize=458732 CPUtime=4902.38 cores=2
/proc/6063/stat : 6063 (TNM) R 6060 6060 5799 0 -1 4202496 1562 0 0 0 490237 1 0 0 25 0 1 0 528772047 469741568 1459 33554432000 134512640 134534564 4288628576 18446744073709551615 134530614 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6063/statm: 114683 1459 95 6 0 113349 0
[pid=6064] ppid=6060 vsize=1128472 CPUtime=4902.39 cores=3
/proc/6064/stat : 6064 (march_hi) R 6060 6060 5799 0 -1 4202496 239893 0 0 0 490080 159 0 0 25 0 1 0 528772047 1155555328 237878 33554432000 4194304 4331988 140736305971488 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6064/statm: 282118 237878 175 34 0 280560 0
[pid=6065] ppid=6060 vsize=502252 CPUtime=19582.1 cores=4-7
/proc/6065/stat : 6065 (plingeling) S 6060 6060 5799 0 -1 4202496 2914262 1250 0 0 1957809 397 0 0 18 0 5 0 528772047 514306048 114020 33554432000 4194304 4356188 140735066168256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6065/statm: 125563 114020 163 40 0 124107 0
[pid=6065/tid=6072] ppid=6060 vsize=502252 CPUtime=4902.35 cores=4-7
/proc/6065/task/6072/stat : 6072 (plingeling) R 6060 6060 5799 0 -1 4202560 792614 1250 0 0 490124 111 0 0 25 0 5 0 528772052 514306048 114020 33554432000 4194304 4356188 140735066168256 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6065/tid=6073] ppid=6060 vsize=502252 CPUtime=4875.42 cores=4-7
/proc/6065/task/6073/stat : 6073 (plingeling) R 6060 6060 5799 0 -1 4202560 609985 1250 0 0 487458 84 0 0 25 0 5 0 528772052 514306048 114020 33554432000 4194304 4356188 140735066168256 18446744073709551615 4332260 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6065/tid=6074] ppid=6060 vsize=502252 CPUtime=4902.34 cores=4-7
/proc/6065/task/6074/stat : 6074 (plingeling) R 6060 6060 5799 0 -1 4202560 662426 1250 0 0 490147 87 0 0 25 0 5 0 528772052 514306048 114020 33554432000 4194304 4356188 140735066168256 18446744073709551615 4237401 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6065/tid=6075] ppid=6060 vsize=502252 CPUtime=4901.88 cores=4-7
/proc/6065/task/6075/stat : 6075 (plingeling) R 6060 6060 5799 0 -1 4202560 846723 1250 0 0 490076 112 0 0 25 0 5 0 528772052 514306048 114020 33554432000 4194304 4356188 140735066168256 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39190
Current children cumulated vsize (KiB) 4930008

[startup+4962.3 s]
/proc/loadavg: 8.10 8.06 8.00 9/180 6232
/proc/meminfo: memFree=29030952/32951124 swapFree=67111364/67111528
[pid=6060] ppid=6058 vsize=18324 CPUtime=0 cores=0-7
/proc/6060/stat : 6060 (ppfolio) S 6058 6060 5799 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 528772047 18763776 390 33554432000 4194304 4287625 140734757924912 18446744073709551615 228244368911 0 0 4096 65536 4514349281972322303 0 0 17 4 0 0 0
/proc/6060/statm: 4581 390 341 23 0 91 0
[pid=6061] ppid=6060 vsize=2588004 CPUtime=4962.38 cores=0
/proc/6061/stat : 6061 (cryptominisat) R 6060 6060 5799 0 -1 4202496 676244 0 0 0 495967 271 0 0 25 0 1 0 528772047 2650116096 44416 33554432000 4194304 4587354 140733250021776 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6061/statm: 647001 44416 337 96 0 643563 0
[pid=6062] ppid=6060 vsize=236360 CPUtime=4960.8 cores=1
/proc/6062/stat : 6062 (clasp) R 6060 6060 5799 0 -1 4202496 53737 0 0 0 496068 12 0 0 25 0 1 0 528772047 242032640 53038 33554432000 4194304 4785740 140734698410912 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6062/statm: 59090 53038 340 145 0 56135 0
[pid=6063] ppid=6060 vsize=458732 CPUtime=4962.39 cores=2
/proc/6063/stat : 6063 (TNM) R 6060 6060 5799 0 -1 4202496 1562 0 0 0 496237 2 0 0 25 0 1 0 528772047 469741568 1459 33554432000 134512640 134534564 4288628576 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6063/statm: 114683 1459 95 6 0 113349 0
[pid=6064] ppid=6060 vsize=1128472 CPUtime=4962.39 cores=3
/proc/6064/stat : 6064 (march_hi) R 6060 6060 5799 0 -1 4202496 243658 0 0 0 496078 161 0 0 25 0 1 0 528772047 1155555328 241643 33554432000 4194304 4331988 140736305971488 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6064/statm: 282118 241643 175 34 0 280560 0
[pid=6065] ppid=6060 vsize=469996 CPUtime=19821.7 cores=4-7
/proc/6065/stat : 6065 (plingeling) S 6060 6060 5799 0 -1 4202496 2934870 1250 0 0 1981773 400 0 0 18 0 5 0 528772047 481275904 105956 33554432000 4194304 4356188 140735066168256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6065/statm: 117499 105956 163 40 0 116043 0
[pid=6065/tid=6072] ppid=6060 vsize=469996 CPUtime=4962.35 cores=4-7
/proc/6065/task/6072/stat : 6072 (plingeling) R 6060 6060 5799 0 -1 4202560 799782 1250 0 0 496123 112 0 0 25 0 5 0 528772052 481275904 105956 33554432000 4194304 4356188 140735066168256 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6065/tid=6073] ppid=6060 vsize=469996 CPUtime=4935.09 cores=4-7
/proc/6065/task/6073/stat : 6073 (plingeling) R 6060 6060 5799 0 -1 4202560 618817 1250 0 0 493424 85 0 0 25 0 5 0 528772052 481275904 105956 33554432000 4194304 4356188 140735066168256 18446744073709551615 4258698 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6065/tid=6074] ppid=6060 vsize=469996 CPUtime=4962.34 cores=4-7
/proc/6065/task/6074/stat : 6074 (plingeling) R 6060 6060 5799 0 -1 4202560 665754 1250 0 0 496146 88 0 0 25 0 5 0 528772052 481275904 105956 33554432000 4194304 4356188 140735066168256 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6065/tid=6075] ppid=6060 vsize=469996 CPUtime=4961.88 cores=4-7
/proc/6065/task/6075/stat : 6075 (plingeling) R 6060 6060 5799 0 -1 4202560 848003 1250 0 0 496075 113 0 0 25 0 5 0 528772052 481275904 105956 33554432000 4194304 4356188 140735066168256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39669.7
Current children cumulated vsize (KiB) 4899888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.7 s]
/proc/loadavg: 8.12 8.07 8.00 9/180 6233
/proc/meminfo: memFree=29035488/32951124 swapFree=67111364/67111528
[pid=6060] ppid=6058 vsize=18324 CPUtime=0 cores=0-7
/proc/6060/stat : 6060 (ppfolio) S 6058 6060 5799 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 528772047 18763776 390 33554432000 4194304 4287625 140734757924912 18446744073709551615 228244368911 0 0 4096 65536 4514349281972322303 0 0 17 4 0 0 0
/proc/6060/statm: 4581 390 341 23 0 91 0
[pid=6061] ppid=6060 vsize=2588004 CPUtime=5003.79 cores=0
/proc/6061/stat : 6061 (cryptominisat) R 6060 6060 5799 0 -1 4202496 681009 0 0 0 500106 273 0 0 25 0 1 0 528772047 2650116096 49092 33554432000 4194304 4587354 140733250021776 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6061/statm: 647001 49092 337 96 0 643563 0
[pid=6062] ppid=6060 vsize=237964 CPUtime=5002.21 cores=1
/proc/6062/stat : 6062 (clasp) R 6060 6060 5799 0 -1 4202496 54063 0 0 0 500209 12 0 0 25 0 1 0 528772047 243675136 53364 33554432000 4194304 4785740 140734698410912 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6062/statm: 59491 53364 340 145 0 56536 0
[pid=6063] ppid=6060 vsize=458732 CPUtime=5003.8 cores=2
/proc/6063/stat : 6063 (TNM) R 6060 6060 5799 0 -1 4202496 1562 0 0 0 500378 2 0 0 25 0 1 0 528772047 469741568 1459 33554432000 134512640 134534564 4288628576 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6063/statm: 114683 1459 95 6 0 113349 0
[pid=6064] ppid=6060 vsize=1128472 CPUtime=5003.8 cores=3
/proc/6064/stat : 6064 (march_hi) R 6060 6060 5799 0 -1 4202496 246193 0 0 0 500217 163 0 0 25 0 1 0 528772047 1155555328 244178 33554432000 4194304 4331988 140736305971488 18446744073709551615 228243744477 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6064/statm: 282118 244178 175 34 0 280560 0
[pid=6065] ppid=6060 vsize=435180 CPUtime=19987.1 cores=4-7
/proc/6065/stat : 6065 (plingeling) S 6060 6060 5799 0 -1 4202496 2949206 1250 0 0 1998311 402 0 0 18 0 5 0 528772047 445624320 97252 33554432000 4194304 4356188 140735066168256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6065/statm: 108795 97252 163 40 0 107339 0
[pid=6065/tid=6072] ppid=6060 vsize=435180 CPUtime=5003.76 cores=4-7
/proc/6065/task/6072/stat : 6072 (plingeling) R 6060 6060 5799 0 -1 4202560 806182 1250 0 0 500263 113 0 0 25 0 5 0 528772052 445624320 97252 33554432000 4194304 4356188 140735066168256 18446744073709551615 4331975 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6065/tid=6073] ppid=6060 vsize=435180 CPUtime=4976.27 cores=4-7
/proc/6065/task/6073/stat : 6073 (plingeling) R 6060 6060 5799 0 -1 4202560 624193 1250 0 0 497541 86 0 0 25 0 5 0 528772052 445624320 97252 33554432000 4194304 4356188 140735066168256 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6065/tid=6074] ppid=6060 vsize=435180 CPUtime=5003.75 cores=4-7
/proc/6065/task/6074/stat : 6074 (plingeling) R 6060 6060 5799 0 -1 4202560 668314 1250 0 0 500287 88 0 0 25 0 5 0 528772052 445624320 97252 33554432000 4194304 4356188 140735066168256 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6065/tid=6075] ppid=6060 vsize=435180 CPUtime=5003.28 cores=4-7
/proc/6065/task/6075/stat : 6075 (plingeling) R 6060 6060 5799 0 -1 4202560 848003 1250 0 0 500215 113 0 0 25 0 5 0 528772052 445624320 97252 33554432000 4194304 4356188 140735066168256 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.7
Current children cumulated vsize (KiB) 4866676

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

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

[startup+5003.7 s]
/proc/loadavg: 8.12 8.07 8.00 9/180 6233
/proc/meminfo: memFree=29035488/32951124 swapFree=67111364/67111528
[pid=6060] ppid=6058 vsize=18324 CPUtime=0 cores=0-7
/proc/6060/stat : 6060 (ppfolio) S 6058 6060 5799 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 528772047 18763776 390 33554432000 4194304 4287625 140734757924912 18446744073709551615 228244368911 0 0 4096 65536 4514349281972322303 0 0 17 4 0 0 0
/proc/6060/statm: 4581 390 341 23 0 91 0
[pid=6061] ppid=6060 vsize=2588004 CPUtime=5003.79 cores=0
/proc/6061/stat : 6061 (cryptominisat) R 6060 6060 5799 0 -1 4202496 681009 0 0 0 500106 273 0 0 25 0 1 0 528772047 2650116096 49092 33554432000 4194304 4587354 140733250021776 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6061/statm: 647001 49092 337 96 0 643563 0
[pid=6062] ppid=6060 vsize=237964 CPUtime=5002.21 cores=1
/proc/6062/stat : 6062 (clasp) R 6060 6060 5799 0 -1 4202496 54063 0 0 0 500209 12 0 0 25 0 1 0 528772047 243675136 53364 33554432000 4194304 4785740 140734698410912 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6062/statm: 59491 53364 340 145 0 56536 0
[pid=6063] ppid=6060 vsize=458732 CPUtime=5003.8 cores=2
/proc/6063/stat : 6063 (TNM) R 6060 6060 5799 0 -1 4202496 1562 0 0 0 500378 2 0 0 25 0 1 0 528772047 469741568 1459 33554432000 134512640 134534564 4288628576 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6063/statm: 114683 1459 95 6 0 113349 0
[pid=6064] ppid=6060 vsize=1128472 CPUtime=5003.8 cores=3
/proc/6064/stat : 6064 (march_hi) R 6060 6060 5799 0 -1 4202496 246193 0 0 0 500217 163 0 0 25 0 1 0 528772047 1155555328 244178 33554432000 4194304 4331988 140736305971488 18446744073709551615 228243744477 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6064/statm: 282118 244178 175 34 0 280560 0
[pid=6065] ppid=6060 vsize=435180 CPUtime=19987.1 cores=4-7
/proc/6065/stat : 6065 (plingeling) S 6060 6060 5799 0 -1 4202496 2949206 1250 0 0 1998311 402 0 0 18 0 5 0 528772047 445624320 97252 33554432000 4194304 4356188 140735066168256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/6065/statm: 108795 97252 163 40 0 107339 0
[pid=6065/tid=6072] ppid=6060 vsize=435180 CPUtime=5003.76 cores=4-7
/proc/6065/task/6072/stat : 6072 (plingeling) R 6060 6060 5799 0 -1 4202560 806182 1250 0 0 500263 113 0 0 25 0 5 0 528772052 445624320 97252 33554432000 4194304 4356188 140735066168256 18446744073709551615 4331975 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6065/tid=6073] ppid=6060 vsize=435180 CPUtime=4976.27 cores=4-7
/proc/6065/task/6073/stat : 6073 (plingeling) R 6060 6060 5799 0 -1 4202560 624193 1250 0 0 497541 86 0 0 25 0 5 0 528772052 445624320 97252 33554432000 4194304 4356188 140735066168256 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6065/tid=6074] ppid=6060 vsize=435180 CPUtime=5003.75 cores=4-7
/proc/6065/task/6074/stat : 6074 (plingeling) R 6060 6060 5799 0 -1 4202560 668314 1250 0 0 500287 88 0 0 25 0 5 0 528772052 445624320 97252 33554432000 4194304 4356188 140735066168256 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6065/tid=6075] ppid=6060 vsize=435180 CPUtime=5003.28 cores=4-7
/proc/6065/task/6075/stat : 6075 (plingeling) R 6060 6060 5799 0 -1 4202560 848003 1250 0 0 500215 113 0 0 25 0 5 0 528772052 445624320 97252 33554432000 4194304 4356188 140735066168256 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.7
Current children cumulated vsize (KiB) 4866676

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6060 and gives
#  childrusage.ru_utime.tv_sec=5003
#  childrusage.ru_utime.tv_usec=783309
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=31995
# CPU time returned by wait4() is 5003.82
# while last known CPU time is 40000.7
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.72
CPU time (s): 40000.7
CPU user time (s): 39992.2
CPU system time (s): 8.52
CPU usage (%): 799.42
Max. virtual memory (cumulated for all children) (KiB): 7322584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5003.78
system time used= 0.031995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2085
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= 555
involuntary context switches= 7702

runsolver used 8.05278 second user time and 19.2521 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-30 15:55:41
IDJOB=3275916
IDBENCH=83976
IDSOLVER=1638
FILE ID=node136/3275916-1304171741
RUNJOBID= node136-1304166457-5813
PBS_JOBID= 13170954
Free space on /tmp= 73080 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_22_70_7-dir.shuffled-as.sat03-154.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275916-1304171741/watcher-3275916-1304171741 -o /tmp/evaluation-result-3275916-1304171741/solver-3275916-1304171741 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275916-1304171741.cnf

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

MD5SUM BENCH= aa9ee2fa26214e80fac6d004d5d0b003
RANDOM SEED=1160614378

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:      30816944 kB
Buffers:        624860 kB
Cached:        1019608 kB
SwapCached:          0 kB
Active:         192672 kB
Inactive:      1515028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30816944 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           10476 kB
Writeback:           0 kB
AnonPages:       63672 kB
Mapped:          14528 kB
Slab:           360972 kB
PageTables:       4188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186892 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= 73068 MiB
End job on node136 at 2011-04-30 17:19:07