Trace number 3310125

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-7-ipc5-h15-unsat.cnf
MD5SUM0683489092a5eb0c881dd17c2c45d08e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables105623
Number of clauses374254
Sum of the clauses size911890
Maximum clause length43
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 2269133
Number of clauses of size 399944
Number of clauses of size 4407
Number of clauses of size 5309
Number of clauses of size over 54333

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-3310125-1303989001/watcher-3310125-1303989001 -o /tmp/evaluation-result-3310125-1303989001/solver-3310125-1303989001 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310125-1303989001.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.42 7.88 6.94 1/170 26565
/proc/meminfo: memFree=19554900/32951124 swapFree=67111528/67111528
[pid=26565] ppid=26563 vsize=18324 CPUtime=0 cores=0-7
/proc/26565/stat : 26565 (ppfolio) S 26563 26565 26443 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 243091460 18763776 390 33554432000 4194304 4287625 140734271370736 18446744073709551615 268660682255 0 0 4096 65536 4585200574315626495 0 0 17 6 0 0 0
/proc/26565/statm: 4581 390 341 23 0 91 0

[startup+0.0848741 s]
/proc/loadavg: 7.42 7.88 6.94 1/170 26565
/proc/meminfo: memFree=19554900/32951124 swapFree=67111528/67111528
[pid=26565] ppid=26563 vsize=18324 CPUtime=0 cores=0-7
/proc/26565/stat : 26565 (ppfolio) S 26563 26565 26443 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 243091460 18763776 390 33554432000 4194304 4287625 140734271370736 18446744073709551615 268660682255 0 0 4096 65536 4585200574315626495 0 0 17 6 0 0 0
/proc/26565/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100864 s]
/proc/loadavg: 7.42 7.88 6.94 1/170 26565
/proc/meminfo: memFree=19554900/32951124 swapFree=67111528/67111528
[pid=26565] ppid=26563 vsize=18324 CPUtime=0 cores=0-7
/proc/26565/stat : 26565 (ppfolio) S 26563 26565 26443 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 243091460 18763776 390 33554432000 4194304 4287625 140734271370736 18446744073709551615 268660682255 0 0 4096 65536 4585200574315626495 0 0 17 6 0 0 0
/proc/26565/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300834 s]
/proc/loadavg: 7.42 7.88 6.94 1/170 26565
/proc/meminfo: memFree=19554900/32951124 swapFree=67111528/67111528
[pid=26565] ppid=26563 vsize=18324 CPUtime=0 cores=0-7
/proc/26565/stat : 26565 (ppfolio) S 26563 26565 26443 0 -1 4202496 522 0 0 0 0 0 0 0 21 0 1 0 243091460 18763776 390 33554432000 4194304 4287625 140734271370736 18446744073709551615 268660682255 0 0 4096 65536 4585200574315626495 0 0 17 6 0 0 0
/proc/26565/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700734 s]
/proc/loadavg: 7.42 7.88 6.94 1/170 26565
/proc/meminfo: memFree=19554900/32951124 swapFree=67111528/67111528
[pid=26565] ppid=26563 vsize=18324 CPUtime=0 cores=0-7
/proc/26565/stat : 26565 (ppfolio) S 26563 26565 26443 0 -1 4202496 522 0 0 0 0 0 0 0 21 0 1 0 243091460 18763776 390 33554432000 4194304 4287625 140734271370736 18446744073709551615 268660682255 0 0 4096 65536 4585200574315626495 0 0 17 6 0 0 0
/proc/26565/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50059 s]
/proc/loadavg: 7.42 7.88 6.94 9/180 26580
/proc/meminfo: memFree=19262056/32951124 swapFree=67111528/67111528
[pid=26565] ppid=26563 vsize=18324 CPUtime=0 cores=0-7
/proc/26565/stat : 26565 (ppfolio) S 26563 26565 26443 0 -1 4202496 522 0 0 0 0 0 0 0 21 0 1 0 243091460 18763776 390 33554432000 4194304 4287625 140734271370736 18446744073709551615 268660682255 0 0 4096 65536 4585200574315626495 0 0 17 6 0 0 0
/proc/26565/statm: 4581 390 341 23 0 91 0
[pid=26566] ppid=26565 vsize=67024 CPUtime=1.48 cores=0
/proc/26566/stat : 26566 (cryptominisat) R 26565 26565 26443 0 -1 4202496 10836 0 0 0 147 1 0 0 20 0 1 0 243091460 68632576 10545 33554432000 4194304 4587354 140735592671792 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26566/statm: 16756 10545 305 96 0 13318 0
[pid=26567] ppid=26565 vsize=79688 CPUtime=1.49 cores=1
/proc/26567/stat : 26567 (clasp) R 26565 26565 26443 0 -1 4202496 21530 0 0 0 146 3 0 0 20 0 1 0 243091460 81600512 16807 33554432000 4194304 4785740 140736991154640 18446744073709551615 4319144 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26567/statm: 19922 16807 326 145 0 16967 0
[pid=26568] ppid=26565 vsize=474436 CPUtime=1.48 cores=2
/proc/26568/stat : 26568 (TNM) R 26565 26565 26443 0 -1 4202496 7858 0 0 0 148 0 0 0 20 0 1 0 243091460 485822464 7754 33554432000 134512640 134534564 4293176304 18446744073709551615 134524745 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26568/statm: 118609 7754 91 6 0 117275 0
[pid=26569] ppid=26565 vsize=79808 CPUtime=1.49 cores=3
/proc/26569/stat : 26569 (march_hi) R 26565 26565 26443 0 -1 4202496 54803 0 0 0 143 6 0 0 20 0 1 0 243091460 81723392 14856 33554432000 4194304 4331988 140735404661408 18446744073709551615 4252200 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26569/statm: 19952 14856 148 34 0 18394 0
[pid=26570] ppid=26565 vsize=300424 CPUtime=4.55 cores=4-7
/proc/26570/stat : 26570 (plingeling) S 26565 26565 26443 0 -1 4202496 37934 1250 0 0 450 5 0 0 20 0 5 0 243091460 307634176 30784 33554432000 4194304 4356188 140734646795584 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26570/statm: 75106 30784 150 40 0 73650 0
[pid=26570/tid=26577] ppid=26565 vsize=300424 CPUtime=1.02 cores=4-7
/proc/26570/task/26577/stat : 26577 (plingeling) R 26565 26565 26443 0 -1 4202560 3333 1250 0 0 102 0 0 0 19 0 5 0 243091507 307634176 30784 33554432000 4194304 4356188 140734646795584 18446744073709551615 4237251 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26570/tid=26578] ppid=26565 vsize=300424 CPUtime=1.01 cores=4-7
/proc/26570/task/26578/stat : 26578 (plingeling) R 26565 26565 26443 0 -1 4202560 8762 1250 0 0 100 1 0 0 24 0 5 0 243091507 307634176 30784 33554432000 4194304 4356188 140734646795584 18446744073709551615 4265866 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26570/tid=26579] ppid=26565 vsize=300424 CPUtime=1.01 cores=4-7
/proc/26570/task/26579/stat : 26579 (plingeling) R 26565 26565 26443 0 -1 4202560 3334 1250 0 0 101 0 0 0 25 0 5 0 243091507 307634176 30784 33554432000 4194304 4356188 140734646795584 18446744073709551615 4237473 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26570/tid=26580] ppid=26565 vsize=300424 CPUtime=1.01 cores=4-7
/proc/26570/task/26580/stat : 26580 (plingeling) R 26565 26565 26443 0 -1 4202560 5177 1250 0 0 101 0 0 0 25 0 5 0 243091507 307634176 30784 33554432000 4194304 4356188 140734646795584 18446744073709551615 4266163 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.49
Current children cumulated vsize (KiB) 1019704

[startup+3.10131 s]
/proc/loadavg: 7.46 7.88 6.95 9/180 26580
/proc/meminfo: memFree=19263668/32951124 swapFree=67111528/67111528
[pid=26565] ppid=26563 vsize=18324 CPUtime=0 cores=0-7
/proc/26565/stat : 26565 (ppfolio) S 26563 26565 26443 0 -1 4202496 522 0 0 0 0 0 0 0 17 0 1 0 243091460 18763776 390 33554432000 4194304 4287625 140734271370736 18446744073709551615 268660682255 0 0 4096 65536 4585200574315626495 0 0 17 6 0 0 0
/proc/26565/statm: 4581 390 341 23 0 91 0
[pid=26566] ppid=26565 vsize=85400 CPUtime=3.09 cores=0
/proc/26566/stat : 26566 (cryptominisat) R 26565 26565 26443 0 -1 4202496 15372 0 0 0 307 2 0 0 25 0 1 0 243091460 87449600 15080 33554432000 4194304 4587354 140735592671792 18446744073709551615 4421069 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26566/statm: 21350 15080 311 96 0 17912 0
[pid=26567] ppid=26565 vsize=79688 CPUtime=3.09 cores=1
/proc/26567/stat : 26567 (clasp) R 26565 26565 26443 0 -1 4202496 21544 0 0 0 306 3 0 0 25 0 1 0 243091460 81600512 16821 33554432000 4194304 4785740 140736991154640 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26567/statm: 19922 16821 340 145 0 16967 0
[pid=26568] ppid=26565 vsize=474436 CPUtime=3.09 cores=2
/proc/26568/stat : 26568 (TNM) R 26565 26565 26443 0 -1 4202496 7858 0 0 0 308 1 0 0 25 0 1 0 243091460 485822464 7754 33554432000 134512640 134534564 4293176304 18446744073709551615 134524664 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26568/statm: 118609 7754 91 6 0 117275 0
[pid=26569] ppid=26565 vsize=96388 CPUtime=3.08 cores=3
/proc/26569/stat : 26569 (march_hi) R 26565 26565 26443 0 -1 4202496 77670 0 0 0 299 9 0 0 25 0 1 0 243091460 98701312 18673 33554432000 4194304 4331988 140735404661408 18446744073709551615 268660323013 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26569/statm: 24097 18674 151 34 0 22539 0
[pid=26570] ppid=26565 vsize=283848 CPUtime=10.94 cores=4-7
/proc/26570/stat : 26570 (plingeling) S 26565 26565 26443 0 -1 4202496 50294 1250 0 0 1088 6 0 0 20 0 5 0 243091460 290660352 26660 33554432000 4194304 4356188 140734646795584 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26570/statm: 70962 26660 164 40 0 69506 0
[pid=26570/tid=26577] ppid=26565 vsize=283848 CPUtime=2.61 cores=4-7
/proc/26570/task/26577/stat : 26577 (plingeling) R 26565 26565 26443 0 -1 4202560 8270 1250 0 0 261 0 0 0 23 0 5 0 243091507 290660352 26660 33554432000 4194304 4356188 140734646795584 18446744073709551615 4322106 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26570/tid=26578] ppid=26565 vsize=283848 CPUtime=2.62 cores=4-7
/proc/26570/task/26578/stat : 26578 (plingeling) R 26565 26565 26443 0 -1 4202560 8777 1250 0 0 261 1 0 0 25 0 5 0 243091507 290660352 26660 33554432000 4194304 4356188 140734646795584 18446744073709551615 4293967 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26570/tid=26579] ppid=26565 vsize=283848 CPUtime=2.6 cores=4-7
/proc/26570/task/26579/stat : 26579 (plingeling) R 26565 26565 26443 0 -1 4202560 8690 1250 0 0 259 1 0 0 25 0 5 0 243091507 290660352 26660 33554432000 4194304 4356188 140734646795584 18446744073709551615 4322106 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26570/tid=26580] ppid=26565 vsize=283848 CPUtime=2.61 cores=4-7
/proc/26570/task/26580/stat : 26580 (plingeling) R 26565 26565 26443 0 -1 4202560 7229 1250 0 0 261 0 0 0 25 0 5 0 243091507 290660352 26660 33554432000 4194304 4356188 140734646795584 18446744073709551615 4234244 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.29
Current children cumulated vsize (KiB) 1038084

[startup+6.30074 s]
/proc/loadavg: 7.46 7.88 6.95 9/180 26580
/proc/meminfo: memFree=19101228/32951124 swapFree=67111528/67111528
[pid=26565] ppid=26563 vsize=18324 CPUtime=0 cores=0-7
/proc/26565/stat : 26565 (ppfolio) S 26563 26565 26443 0 -1 4202496 522 0 0 0 0 0 0 0 17 0 1 0 243091460 18763776 390 33554432000 4194304 4287625 140734271370736 18446744073709551615 268660682255 0 0 4096 65536 4585200574315626495 0 0 17 6 0 0 0
/proc/26565/statm: 4581 390 341 23 0 91 0
[pid=26566] ppid=26565 vsize=86032 CPUtime=6.29 cores=0
/proc/26566/stat : 26566 (cryptominisat) R 26565 26565 26443 0 -1 4202496 15527 0 0 0 627 2 0 0 25 0 1 0 243091460 88096768 15235 33554432000 4194304 4587354 140735592671792 18446744073709551615 4421207 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26566/statm: 21508 15235 313 96 0 18070 0
[pid=26567] ppid=26565 vsize=79688 CPUtime=6.29 cores=1
/proc/26567/stat : 26567 (clasp) R 26565 26565 26443 0 -1 4202496 21544 0 0 0 626 3 0 0 25 0 1 0 243091460 81600512 16821 33554432000 4194304 4785740 140736991154640 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26567/statm: 19922 16821 340 145 0 16967 0
[pid=26568] ppid=26565 vsize=478264 CPUtime=6.28 cores=2
/proc/26568/stat : 26568 (TNM) R 26565 26565 26443 0 -1 4202496 12844 0 0 0 627 1 0 0 25 0 1 0 243091460 489742336 12740 33554432000 134512640 134534564 4293176304 18446744073709551615 134529944 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26568/statm: 119566 12740 95 6 0 118232 0
[pid=26569] ppid=26565 vsize=172012 CPUtime=6.29 cores=3
/proc/26569/stat : 26569 (march_hi) R 26565 26565 26443 0 -1 4202496 98997 0 0 0 617 12 0 0 25 0 1 0 243091460 176140288 37727 33554432000 4194304 4331988 140735404661408 18446744073709551615 4256793 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26569/statm: 43003 37727 151 34 0 41445 0
[pid=26570] ppid=26565 vsize=331172 CPUtime=23.73 cores=4-7
/proc/26570/stat : 26570 (plingeling) S 26565 26565 26443 0 -1 4202496 63565 1250 0 0 2365 8 0 0 20 0 5 0 243091460 339120128 38544 33554432000 4194304 4356188 140734646795584 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26570/statm: 82793 38544 164 40 0 81337 0
[pid=26570/tid=26577] ppid=26565 vsize=331172 CPUtime=5.82 cores=4-7
/proc/26570/task/26577/stat : 26577 (plingeling) R 26565 26565 26443 0 -1 4202560 11478 1250 0 0 581 1 0 0 25 0 5 0 243091507 339120128 38544 33554432000 4194304 4356188 140734646795584 18446744073709551615 4300706 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26570/tid=26578] ppid=26565 vsize=331172 CPUtime=5.82 cores=4-7
/proc/26570/task/26578/stat : 26578 (plingeling) R 26565 26565 26443 0 -1 4202560 11979 1250 0 0 580 2 0 0 25 0 5 0 243091507 339120128 38544 33554432000 4194304 4356188 140734646795584 18446744073709551615 4312413 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26570/tid=26579] ppid=26565 vsize=331172 CPUtime=5.79 cores=4-7
/proc/26570/task/26579/stat : 26579 (plingeling) R 26565 26565 26443 0 -1 4202560 12922 1250 0 0 577 2 0 0 25 0 5 0 243091507 339120128 38544 33554432000 4194304 4356188 140734646795584 18446744073709551615 4292800 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26570/tid=26580] ppid=26565 vsize=331172 CPUtime=5.81 cores=4-7
/proc/26570/task/26580/stat : 26580 (plingeling) R 26565 26565 26443 0 -1 4202560 9858 1250 0 0 581 0 0 0 25 0 5 0 243091507 339120128 38544 33554432000 4194304 4356188 140734646795584 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.88
Current children cumulated vsize (KiB) 1165492

[startup+12.7006 s]
/proc/loadavg: 7.54 7.89 6.96 9/180 26580
/proc/meminfo: memFree=18799004/32951124 swapFree=67111528/67111528
[pid=26565] ppid=26563 vsize=18324 CPUtime=0 cores=0-7
/proc/26565/stat : 26565 (ppfolio) S 26563 26565 26443 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 243091460 18763776 390 33554432000 4194304 4287625 140734271370736 18446744073709551615 268660682255 0 0 4096 65536 4585200574315626495 0 0 17 6 0 0 0
/proc/26565/statm: 4581 390 341 23 0 91 0
[pid=26566] ppid=26565 vsize=163752 CPUtime=12.69 cores=0
/proc/26566/stat : 26566 (cryptominisat) R 26565 26565 26443 0 -1 4202496 32552 0 0 0 1265 4 0 0 25 0 1 0 243091460 167682048 26827 33554432000 4194304 4587354 140735592671792 18446744073709551615 4238224 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26566/statm: 40938 26827 330 96 0 37500 0
[pid=26567] ppid=26565 vsize=79688 CPUtime=12.69 cores=1
/proc/26567/stat : 26567 (clasp) R 26565 26565 26443 0 -1 4202496 21544 0 0 0 1266 3 0 0 25 0 1 0 243091460 81600512 16821 33554432000 4194304 4785740 140736991154640 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26567/statm: 19922 16821 340 145 0 16967 0
[pid=26568] ppid=26565 vsize=478264 CPUtime=12.68 cores=2
/proc/26568/stat : 26568 (TNM) R 26565 26565 26443 0 -1 4202496 12844 0 0 0 1267 1 0 0 25 0 1 0 243091460 489742336 12740 33554432000 134512640 134534564 4293176304 18446744073709551615 134529024 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26568/statm: 119566 12740 95 6 0 118232 0
[pid=26569] ppid=26565 vsize=615924 CPUtime=12.69 cores=3
/proc/26569/stat : 26569 (march_hi) R 26565 26565 26443 0 -1 4202496 388198 0 0 0 1220 49 0 0 25 0 1 0 243091460 630706176 99493 33554432000 4194304 4331988 140735404661408 18446744073709551615 4226260 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26569/statm: 153981 99493 172 34 0 152423 0
[pid=26570] ppid=26565 vsize=305608 CPUtime=49.29 cores=4-7
/proc/26570/stat : 26570 (plingeling) S 26565 26565 26443 0 -1 4202496 65007 1250 0 0 4920 9 0 0 20 0 5 0 243091460 312942592 33595 33554432000 4194304 4356188 140734646795584 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26570/statm: 76402 33595 164 40 0 74946 0
[pid=26570/tid=26577] ppid=26565 vsize=305608 CPUtime=12.22 cores=4-7
/proc/26570/task/26577/stat : 26577 (plingeling) R 26565 26565 26443 0 -1 4202560 11478 1250 0 0 1221 1 0 0 25 0 5 0 243091507 312942592 33595 33554432000 4194304 4356188 140734646795584 18446744073709551615 4238464 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26570/tid=26578] ppid=26565 vsize=305608 CPUtime=12.22 cores=4-7
/proc/26570/task/26578/stat : 26578 (plingeling) R 26565 26565 26443 0 -1 4202560 11979 1250 0 0 1220 2 0 0 25 0 5 0 243091507 312942592 33595 33554432000 4194304 4356188 140734646795584 18446744073709551615 4212207 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26570/tid=26579] ppid=26565 vsize=305608 CPUtime=12.15 cores=4-7
/proc/26570/task/26579/stat : 26579 (plingeling) R 26565 26565 26443 0 -1 4202560 12922 1250 0 0 1213 2 0 0 25 0 5 0 243091507 312942592 33595 33554432000 4194304 4356188 140734646795584 18446744073709551615 4236874 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26570/tid=26580] ppid=26565 vsize=305608 CPUtime=12.22 cores=4-7
/proc/26570/task/26580/stat : 26580 (plingeling) R 26565 26565 26443 0 -1 4202560 11300 1250 0 0 1221 1 0 0 25 0 5 0 243091507 312942592 33595 33554432000 4194304 4356188 140734646795584 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.04
Current children cumulated vsize (KiB) 1661560

[startup+25.5014 s]
/proc/loadavg: 7.69 7.91 6.97 9/180 26580
/proc/meminfo: memFree=18793908/32951124 swapFree=67111528/67111528
[pid=26565] ppid=26563 vsize=18324 CPUtime=0 cores=0-7
/proc/26565/stat : 26565 (ppfolio) S 26563 26565 26443 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 243091460 18763776 390 33554432000 4194304 4287625 140734271370736 18446744073709551615 268660682255 0 0 4096 65536 4585200574315626495 0 0 17 6 0 0 0
/proc/26565/statm: 4581 390 341 23 0 91 0
[pid=26566] ppid=26565 vsize=164552 CPUtime=25.49 cores=0
/proc/26566/stat : 26566 (cryptominisat) R 26565 26565 26443 0 -1 4202496 33525 0 0 0 2545 4 0 0 25 0 1 0 243091460 168501248 27778 33554432000 4194304 4587354 140735592671792 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=26568] ppid=26565 vsize=478268 CPUtime=4842.39 cores=2
/proc/26568/stat : 26568 (TNM) R 26565 26565 26443 0 -1 4202496 12856 0 0 0 484237 2 0 0 25 0 1 0 243091460 489746432 12752 33554432000 134512640 134534564 4293176304 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26568/statm: 119567 12752 103 6 0 118233 0
[pid=26569] ppid=26565 vsize=632136 CPUtime=4842.39 cores=3
/proc/26569/stat : 26569 (march_hi) R 26565 26565 26443 0 -1 4202496 393886 0 0 0 484189 50 0 0 25 0 1 0 243091460 647307264 105181 33554432000 4194304 4331988 140735404661408 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26569/statm: 158034 105181 175 34 0 156476 0
[pid=26570] ppid=26565 vsize=476496 CPUtime=19340.3 cores=4-7
/proc/26570/stat : 26570 (plingeling) S 26565 26565 26443 0 -1 4202496 321612 1250 0 0 1933984 48 0 0 20 0 5 0 243091460 487931904 75610 33554432000 4194304 4356188 140734646795584 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26570/statm: 119124 75610 164 40 0 117668 0
[pid=26570/tid=26577] ppid=26565 vsize=476496 CPUtime=4841.93 cores=4-7
/proc/26570/task/26577/stat : 26577 (plingeling) R 26565 26565 26443 0 -1 4202560 62585 1250 0 0 484184 9 0 0 25 0 5 0 243091507 487931904 75610 33554432000 4194304 4356188 140734646795584 18446744073709551615 4331141 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26570/tid=26578] ppid=26565 vsize=476496 CPUtime=4841.93 cores=4-7
/proc/26570/task/26578/stat : 26578 (plingeling) R 26565 26565 26443 0 -1 4202560 80040 1250 0 0 484181 12 0 0 25 0 5 0 243091507 487931904 75610 33554432000 4194304 4356188 140734646795584 18446744073709551615 4330992 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26570/tid=26579] ppid=26565 vsize=476496 CPUtime=4814.52 cores=4-7
/proc/26570/task/26579/stat : 26579 (plingeling) R 26565 26565 26443 0 -1 4202560 67641 1250 0 0 481441 11 0 0 25 0 5 0 243091507 487931904 75610 33554432000 4194304 4356188 140734646795584 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26570/tid=26580] ppid=26565 vsize=476496 CPUtime=4841.44 cores=4-7
/proc/26570/task/26580/stat : 26580 (plingeling) R 26565 26565 26443 0 -1 4202560 94018 1250 0 0 484132 12 0 0 25 0 5 0 243091507 487931904 75610 33554432000 4194304 4356188 140734646795584 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38709.9
Current children cumulated vsize (KiB) 4072736

[startup+4902.3 s]
/proc/loadavg: 8.00 8.00 8.00 9/180 26722
/proc/meminfo: memFree=18145464/32951124 swapFree=67111528/67111528
[pid=26565] ppid=26563 vsize=18324 CPUtime=0 cores=0-7
/proc/26565/stat : 26565 (ppfolio) S 26563 26565 26443 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 243091460 18763776 390 33554432000 4194304 4287625 140734271370736 18446744073709551615 268660682255 0 0 4096 65536 4585200574315626495 0 0 17 6 0 0 0
/proc/26565/statm: 4581 390 341 23 0 91 0
[pid=26566] ppid=26565 vsize=2057772 CPUtime=4902.4 cores=0
/proc/26566/stat : 26566 (cryptominisat) R 26565 26565 26443 0 -1 4202496 342148 0 0 0 490129 111 0 0 25 0 1 0 243091460 2107158528 56031 33554432000 4194304 4587354 140735592671792 18446744073709551615 4238719 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26566/statm: 514443 56031 338 96 0 511005 0
[pid=26567] ppid=26565 vsize=416744 CPUtime=4902.39 cores=1
/proc/26567/stat : 26567 (clasp) R 26565 26565 26443 0 -1 4202496 103958 0 0 0 490185 54 0 0 25 0 1 0 243091460 426745856 99235 33554432000 4194304 4785740 140736991154640 18446744073709551615 4416773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26567/statm: 104186 99235 340 145 0 101231 0
[pid=26568] ppid=26565 vsize=478268 CPUtime=4902.39 cores=2
/proc/26568/stat : 26568 (TNM) R 26565 26565 26443 0 -1 4202496 12856 0 0 0 490237 2 0 0 25 0 1 0 243091460 489746432 12752 33554432000 134512640 134534564 4293176304 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26568/statm: 119567 12752 103 6 0 118233 0
[pid=26569] ppid=26565 vsize=632136 CPUtime=4902.39 cores=3
/proc/26569/stat : 26569 (march_hi) R 26565 26565 26443 0 -1 4202496 393886 0 0 0 490189 50 0 0 25 0 1 0 243091460 647307264 105181 33554432000 4194304 4331988 140735404661408 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26569/statm: 158034 105181 175 34 0 156476 0
[pid=26570] ppid=26565 vsize=492880 CPUtime=19580 cores=4-7
/proc/26570/stat : 26570 (plingeling) S 26565 26565 26443 0 -1 4202496 325708 1250 0 0 1957950 48 0 0 20 0 5 0 243091460 504709120 79706 33554432000 4194304 4356188 140734646795584 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26570/statm: 123220 79706 164 40 0 121764 0
[pid=26570/tid=26577] ppid=26565 vsize=492880 CPUtime=4901.93 cores=4-7
/proc/26570/task/26577/stat : 26577 (plingeling) R 26565 26565 26443 0 -1 4202560 62585 1250 0 0 490184 9 0 0 25 0 5 0 243091507 504709120 79706 33554432000 4194304 4356188 140734646795584 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26570/tid=26578] ppid=26565 vsize=492880 CPUtime=4901.93 cores=4-7
/proc/26570/task/26578/stat : 26578 (plingeling) R 26565 26565 26443 0 -1 4202560 80040 1250 0 0 490181 12 0 0 25 0 5 0 243091507 504709120 79706 33554432000 4194304 4356188 140734646795584 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26570/tid=26579] ppid=26565 vsize=492880 CPUtime=4874.19 cores=4-7
/proc/26570/task/26579/stat : 26579 (plingeling) R 26565 26565 26443 0 -1 4202560 71737 1250 0 0 487408 11 0 0 25 0 5 0 243091507 504709120 79706 33554432000 4194304 4356188 140734646795584 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26570/tid=26580] ppid=26565 vsize=492880 CPUtime=4901.43 cores=4-7
/proc/26570/task/26580/stat : 26580 (plingeling) R 26565 26565 26443 0 -1 4202560 94018 1250 0 0 490131 12 0 0 25 0 5 0 243091507 504709120 79706 33554432000 4194304 4356188 140734646795584 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39189.5
Current children cumulated vsize (KiB) 4096124

[startup+4962.3 s]
/proc/loadavg: 8.00 8.00 8.00 9/180 26724
/proc/meminfo: memFree=18160528/32951124 swapFree=67111528/67111528
[pid=26565] ppid=26563 vsize=18324 CPUtime=0 cores=0-7
/proc/26565/stat : 26565 (ppfolio) S 26563 26565 26443 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 243091460 18763776 390 33554432000 4194304 4287625 140734271370736 18446744073709551615 268660682255 0 0 4096 65536 4585200574315626495 0 0 17 6 0 0 0
/proc/26565/statm: 4581 390 341 23 0 91 0
[pid=26566] ppid=26565 vsize=2264712 CPUtime=4962.4 cores=0
/proc/26566/stat : 26566 (cryptominisat) R 26565 26565 26443 0 -1 4202496 342150 0 0 0 496129 111 0 0 25 0 1 0 243091460 2319065088 56032 33554432000 4194304 4587354 140735592671792 18446744073709551615 4248766 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26566/statm: 566178 56032 338 96 0 562740 0
[pid=26567] ppid=26565 vsize=417996 CPUtime=4962.39 cores=1
/proc/26567/stat : 26567 (clasp) R 26565 26565 26443 0 -1 4202496 104185 0 0 0 496185 54 0 0 25 0 1 0 243091460 428027904 99462 33554432000 4194304 4785740 140736991154640 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26567/statm: 104499 99462 340 145 0 101544 0
[pid=26568] ppid=26565 vsize=478268 CPUtime=4962.4 cores=2
/proc/26568/stat : 26568 (TNM) R 26565 26565 26443 0 -1 4202496 12856 0 0 0 496238 2 0 0 25 0 1 0 243091460 489746432 12752 33554432000 134512640 134534564 4293176304 18446744073709551615 134530672 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26568/statm: 119567 12752 103 6 0 118233 0
[pid=26569] ppid=26565 vsize=632136 CPUtime=4962.4 cores=3
/proc/26569/stat : 26569 (march_hi) R 26565 26565 26443 0 -1 4202496 393886 0 0 0 496190 50 0 0 25 0 1 0 243091460 647307264 105181 33554432000 4194304 4331988 140735404661408 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26569/statm: 158034 105181 175 34 0 156476 0
[pid=26570] ppid=26565 vsize=476496 CPUtime=19819.7 cores=4-7
/proc/26570/stat : 26570 (plingeling) S 26565 26565 26443 0 -1 4202496 325933 1250 0 0 1981917 48 0 0 20 0 5 0 243091460 487931904 75610 33554432000 4194304 4356188 140734646795584 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26570/statm: 119124 75610 164 40 0 117668 0
[pid=26570/tid=26577] ppid=26565 vsize=476496 CPUtime=4961.93 cores=4-7
/proc/26570/task/26577/stat : 26577 (plingeling) R 26565 26565 26443 0 -1 4202560 62585 1250 0 0 496184 9 0 0 25 0 5 0 243091507 487931904 75610 33554432000 4194304 4356188 140734646795584 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26570/tid=26578] ppid=26565 vsize=476496 CPUtime=4961.93 cores=4-7
/proc/26570/task/26578/stat : 26578 (plingeling) R 26565 26565 26443 0 -1 4202560 80040 1250 0 0 496181 12 0 0 25 0 5 0 243091507 487931904 75610 33554432000 4194304 4356188 140734646795584 18446744073709551615 4244632 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26570/tid=26579] ppid=26565 vsize=476496 CPUtime=4933.86 cores=4-7
/proc/26570/task/26579/stat : 26579 (plingeling) R 26565 26565 26443 0 -1 4202560 71737 1250 0 0 493375 11 0 0 25 0 5 0 243091507 487931904 75610 33554432000 4194304 4356188 140734646795584 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26570/tid=26580] ppid=26565 vsize=476496 CPUtime=4961.43 cores=4-7
/proc/26570/task/26580/stat : 26580 (plingeling) R 26565 26565 26443 0 -1 4202560 94243 1250 0 0 496131 12 0 0 25 0 5 0 243091507 487931904 75610 33554432000 4194304 4356188 140734646795584 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39669.2
Current children cumulated vsize (KiB) 4287932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.7 s]
/proc/loadavg: 8.00 8.00 8.00 9/180 26725
/proc/meminfo: memFree=18160496/32951124 swapFree=67111528/67111528
[pid=26565] ppid=26563 vsize=18324 CPUtime=0 cores=0-7
/proc/26565/stat : 26565 (ppfolio) S 26563 26565 26443 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 243091460 18763776 390 33554432000 4194304 4287625 140734271370736 18446744073709551615 268660682255 0 0 4096 65536 4585200574315626495 0 0 17 6 0 0 0
/proc/26565/statm: 4581 390 341 23 0 91 0
[pid=26566] ppid=26565 vsize=2264712 CPUtime=5003.81 cores=0
/proc/26566/stat : 26566 (cryptominisat) R 26565 26565 26443 0 -1 4202496 342150 0 0 0 500270 111 0 0 25 0 1 0 243091460 2319065088 56032 33554432000 4194304 4587354 140735592671792 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26566/statm: 566178 56032 338 96 0 562740 0
[pid=26567] ppid=26565 vsize=417996 CPUtime=5003.8 cores=1
/proc/26567/stat : 26567 (clasp) R 26565 26565 26443 0 -1 4202496 104185 0 0 0 500326 54 0 0 25 0 1 0 243091460 428027904 99462 33554432000 4194304 4785740 140736991154640 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26567/statm: 104499 99462 340 145 0 101544 0
[pid=26568] ppid=26565 vsize=478268 CPUtime=5003.8 cores=2
/proc/26568/stat : 26568 (TNM) R 26565 26565 26443 0 -1 4202496 12856 0 0 0 500378 2 0 0 25 0 1 0 243091460 489746432 12752 33554432000 134512640 134534564 4293176304 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26568/statm: 119567 12752 103 6 0 118233 0
[pid=26569] ppid=26565 vsize=632136 CPUtime=5003.8 cores=3
/proc/26569/stat : 26569 (march_hi) R 26565 26565 26443 0 -1 4202496 393886 0 0 0 500330 50 0 0 25 0 1 0 243091460 647307264 105181 33554432000 4194304 4331988 140735404661408 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26569/statm: 158034 105181 175 34 0 156476 0
[pid=26570] ppid=26565 vsize=476496 CPUtime=19985.1 cores=4-7
/proc/26570/stat : 26570 (plingeling) S 26565 26565 26443 0 -1 4202496 330029 1250 0 0 1998456 49 0 0 20 0 5 0 243091460 487931904 75610 33554432000 4194304 4356188 140734646795584 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26570/statm: 119124 75610 164 40 0 117668 0
[pid=26570/tid=26577] ppid=26565 vsize=476496 CPUtime=5003.34 cores=4-7
/proc/26570/task/26577/stat : 26577 (plingeling) R 26565 26565 26443 0 -1 4202560 62585 1250 0 0 500325 9 0 0 25 0 5 0 243091507 487931904 75610 33554432000 4194304 4356188 140734646795584 18446744073709551615 4331111 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26570/tid=26578] ppid=26565 vsize=476496 CPUtime=5003.34 cores=4-7
/proc/26570/task/26578/stat : 26578 (plingeling) R 26565 26565 26443 0 -1 4202560 84136 1250 0 0 500321 13 0 0 25 0 5 0 243091507 487931904 75610 33554432000 4194304 4356188 140734646795584 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26570/tid=26579] ppid=26565 vsize=476496 CPUtime=4975.04 cores=4-7
/proc/26570/task/26579/stat : 26579 (plingeling) R 26565 26565 26443 0 -1 4202560 71737 1250 0 0 497493 11 0 0 25 0 5 0 243091507 487931904 75610 33554432000 4194304 4356188 140734646795584 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26570/tid=26580] ppid=26565 vsize=476496 CPUtime=5002.83 cores=4-7
/proc/26570/task/26580/stat : 26580 (plingeling) R 26565 26565 26443 0 -1 4202560 94243 1250 0 0 500271 12 0 0 25 0 5 0 243091507 487931904 75610 33554432000 4194304 4356188 140734646795584 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 4287932

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.00 8.00 8.00 9/180 26725
/proc/meminfo: memFree=18160496/32951124 swapFree=67111528/67111528
[pid=26565] ppid=26563 vsize=18324 CPUtime=0 cores=0-7
/proc/26565/stat : 26565 (ppfolio) S 26563 26565 26443 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 243091460 18763776 390 33554432000 4194304 4287625 140734271370736 18446744073709551615 268660682255 0 0 4096 65536 4585200574315626495 0 0 17 6 0 0 0
/proc/26565/statm: 4581 390 341 23 0 91 0
[pid=26566] ppid=26565 vsize=2264712 CPUtime=5003.81 cores=0
/proc/26566/stat : 26566 (cryptominisat) R 26565 26565 26443 0 -1 4202496 342150 0 0 0 500270 111 0 0 25 0 1 0 243091460 2319065088 56032 33554432000 4194304 4587354 140735592671792 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26566/statm: 566178 56032 338 96 0 562740 0
[pid=26567] ppid=26565 vsize=417996 CPUtime=5003.8 cores=1
/proc/26567/stat : 26567 (clasp) R 26565 26565 26443 0 -1 4202496 104185 0 0 0 500326 54 0 0 25 0 1 0 243091460 428027904 99462 33554432000 4194304 4785740 140736991154640 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26567/statm: 104499 99462 340 145 0 101544 0
[pid=26568] ppid=26565 vsize=478268 CPUtime=5003.8 cores=2
/proc/26568/stat : 26568 (TNM) R 26565 26565 26443 0 -1 4202496 12856 0 0 0 500378 2 0 0 25 0 1 0 243091460 489746432 12752 33554432000 134512640 134534564 4293176304 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26568/statm: 119567 12752 103 6 0 118233 0
[pid=26569] ppid=26565 vsize=632136 CPUtime=5003.8 cores=3
/proc/26569/stat : 26569 (march_hi) R 26565 26565 26443 0 -1 4202496 393886 0 0 0 500330 50 0 0 25 0 1 0 243091460 647307264 105181 33554432000 4194304 4331988 140735404661408 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26569/statm: 158034 105181 175 34 0 156476 0
[pid=26570] ppid=26565 vsize=476496 CPUtime=19985.1 cores=4-7
/proc/26570/stat : 26570 (plingeling) S 26565 26565 26443 0 -1 4202496 330029 1250 0 0 1998456 49 0 0 20 0 5 0 243091460 487931904 75610 33554432000 4194304 4356188 140734646795584 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26570/statm: 119124 75610 164 40 0 117668 0
[pid=26570/tid=26577] ppid=26565 vsize=476496 CPUtime=5003.34 cores=4-7
/proc/26570/task/26577/stat : 26577 (plingeling) R 26565 26565 26443 0 -1 4202560 62585 1250 0 0 500325 9 0 0 25 0 5 0 243091507 487931904 75610 33554432000 4194304 4356188 140734646795584 18446744073709551615 4331111 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26570/tid=26578] ppid=26565 vsize=476496 CPUtime=5003.34 cores=4-7
/proc/26570/task/26578/stat : 26578 (plingeling) R 26565 26565 26443 0 -1 4202560 84136 1250 0 0 500321 13 0 0 25 0 5 0 243091507 487931904 75610 33554432000 4194304 4356188 140734646795584 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26570/tid=26579] ppid=26565 vsize=476496 CPUtime=4975.04 cores=4-7
/proc/26570/task/26579/stat : 26579 (plingeling) R 26565 26565 26443 0 -1 4202560 71737 1250 0 0 497493 11 0 0 25 0 5 0 243091507 487931904 75610 33554432000 4194304 4356188 140734646795584 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26570/tid=26580] ppid=26565 vsize=476496 CPUtime=5002.83 cores=4-7
/proc/26570/task/26580/stat : 26580 (plingeling) R 26565 26565 26443 0 -1 4202560 94243 1250 0 0 500271 12 0 0 25 0 5 0 243091507 487931904 75610 33554432000 4194304 4356188 140734646795584 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 4287932

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5003.72
CPU time (s): 40000.3
CPU user time (s): 39997.6
CPU system time (s): 2.66
CPU usage (%): 799.411
Max. virtual memory (cumulated for all children) (KiB): 13469108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5003.79
system time used= 0.036994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13379
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= 453
involuntary context switches= 9142

runsolver used 7.69883 second user time and 19.608 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-28 13:10:02
IDJOB=3310125
IDBENCH=20406
IDSOLVER=1638
FILE ID=node107/3310125-1303989001
RUNJOBID= node107-1303987384-26457
PBS_JOBID= 13168767
Free space on /tmp= 71796 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-7-ipc5-h15-unsat.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310125-1303989001/watcher-3310125-1303989001 -o /tmp/evaluation-result-3310125-1303989001/solver-3310125-1303989001 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310125-1303989001.cnf

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

MD5SUM BENCH= 0683489092a5eb0c881dd17c2c45d08e
RANDOM SEED=726925902

node107.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.829
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.65
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.829
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19555304 kB
Buffers:       2045500 kB
Cached:       10805072 kB
SwapCached:          0 kB
Active:        8380584 kB
Inactive:      4532888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19555304 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           16348 kB
Writeback:           0 kB
AnonPages:       62304 kB
Mapped:          14512 kB
Slab:           417340 kB
PageTables:       3904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   181604 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= 71784 MiB
End job on node107 at 2011-04-28 14:33:28