Trace number 3220335

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ppfolio par? (TO) 39971.7 5000.02

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S396831120-092.UNKNOWN.cnf
MD5SUM1c5680fb79b6ea8965a1c94337260953
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of clauses2662
Sum of the clauses size13310
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52662
Number of clauses of size over 50

Solver Data

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

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 6.77 7.75 7.91 1/170 22131
/proc/meminfo: memFree=23477444/32951124 swapFree=67111524/67111528
[pid=22131] ppid=22129 vsize=18324 CPUtime=0 cores=0-7
/proc/22131/stat : 22131 (ppfolio) R 22129 22131 22105 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 527321633 18763776 390 33554432000 4194304 4287625 140735597951184 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/22131/statm: 4581 390 341 23 0 91 0

[startup+0.144834 s]
/proc/loadavg: 6.77 7.75 7.91 1/170 22131
/proc/meminfo: memFree=23477444/32951124 swapFree=67111524/67111528
[pid=22131] ppid=22129 vsize=18324 CPUtime=0 cores=0-7
/proc/22131/stat : 22131 (ppfolio) R 22129 22131 22105 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 527321633 18763776 390 33554432000 4194304 4287625 140735597951184 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/22131/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200823 s]
/proc/loadavg: 6.77 7.75 7.91 1/170 22131
/proc/meminfo: memFree=23477444/32951124 swapFree=67111524/67111528
[pid=22131] ppid=22129 vsize=18324 CPUtime=0 cores=0-7
/proc/22131/stat : 22131 (ppfolio) R 22129 22131 22105 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 527321633 18763776 390 33554432000 4194304 4287625 140735597951184 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/22131/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300806 s]
/proc/loadavg: 6.77 7.75 7.91 1/170 22131
/proc/meminfo: memFree=23477444/32951124 swapFree=67111524/67111528
[pid=22131] ppid=22129 vsize=18324 CPUtime=0 cores=0-7
/proc/22131/stat : 22131 (ppfolio) R 22129 22131 22105 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 527321633 18763776 390 33554432000 4194304 4287625 140735597951184 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/22131/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70073 s]
/proc/loadavg: 6.77 7.75 7.91 1/170 22131
/proc/meminfo: memFree=23477444/32951124 swapFree=67111524/67111528
[pid=22131] ppid=22129 vsize=18324 CPUtime=0 cores=0-7
/proc/22131/stat : 22131 (ppfolio) R 22129 22131 22105 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 527321633 18763776 390 33554432000 4194304 4287625 140735597951184 18446744073709551615 244446965263 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/22131/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50058 s]
/proc/loadavg: 6.77 7.75 7.91 10/180 22146
/proc/meminfo: memFree=23460128/32951124 swapFree=67111524/67111528
[pid=22131] ppid=22129 vsize=18324 CPUtime=0 cores=0-7
/proc/22131/stat : 22131 (ppfolio) S 22129 22131 22105 0 -1 4202496 523 0 0 0 0 0 0 0 18 0 1 0 527321633 18763776 390 33554432000 4194304 4287625 140735597951184 18446744073709551615 244446965263 0 0 4096 65536 8936320891218821119 0 0 17 3 0 0 0
/proc/22131/statm: 4581 390 341 23 0 91 0
[pid=22132] ppid=22131 vsize=1066668 CPUtime=1.49 cores=0
/proc/22132/stat : 22132 (cryptominisat) R 22131 22131 22105 0 -1 4202496 3854 0 0 0 149 0 0 0 20 0 1 0 527321633 1092268032 2549 33554432000 4194304 4587354 140734613358576 18446744073709551615 4238512 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22132/statm: 266667 2549 337 96 0 263229 0
[pid=22133] ppid=22131 vsize=14068 CPUtime=1.49 cores=1
/proc/22133/stat : 22133 (clasp) R 22131 22131 22105 0 -1 4202496 970 0 0 0 149 0 0 0 20 0 1 0 527321633 14405632 862 33554432000 4194304 4785740 140735296386832 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22133/statm: 3517 862 340 145 0 562 0
[pid=22134] ppid=22131 vsize=455992 CPUtime=1.49 cores=2
/proc/22134/stat : 22134 (TNM) R 22131 22131 22105 0 -1 4202496 363 0 0 0 149 0 0 0 20 0 1 0 527321633 466935808 260 33554432000 134512640 134534564 4294308608 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22134/statm: 113998 260 95 6 0 112664 0
[pid=22135] ppid=22131 vsize=7708 CPUtime=1.49 cores=3
/proc/22135/stat : 22135 (march_hi) R 22131 22131 22105 0 -1 4202496 587 0 0 0 149 0 0 0 20 0 1 0 527321633 7892992 455 33554432000 4194304 4331988 140736465589088 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22135/statm: 1927 455 175 34 0 369 0
[pid=22136] ppid=22131 vsize=122632 CPUtime=5.91 cores=4-7
/proc/22136/stat : 22136 (plingeling) S 22131 22131 22105 0 -1 4202496 3656 1259 0 0 591 0 0 0 18 0 5 0 527321633 125575168 2733 33554432000 4194304 4356188 140734347627664 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/22136/statm: 30658 2733 161 40 0 29202 0
[pid=22136/tid=22143] ppid=22131 vsize=122632 CPUtime=1.48 cores=4-7
/proc/22136/task/22143/stat : 22143 (plingeling) R 22131 22131 22105 0 -1 4202560 787 1259 0 0 148 0 0 0 20 0 5 0 527321634 125575168 2733 33554432000 4194304 4356188 140734347627664 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22136/tid=22144] ppid=22131 vsize=122632 CPUtime=1.48 cores=4-7
/proc/22136/task/22144/stat : 22144 (plingeling) R 22131 22131 22105 0 -1 4202560 789 1259 0 0 148 0 0 0 23 0 5 0 527321634 125575168 2733 33554432000 4194304 4356188 140734347627664 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22136/tid=22145] ppid=22131 vsize=122632 CPUtime=1.46 cores=4-7
/proc/22136/task/22145/stat : 22145 (plingeling) R 22131 22131 22105 0 -1 4202560 728 1259 0 0 146 0 0 0 23 0 5 0 527321634 125575168 2733 33554432000 4194304 4356188 140734347627664 18446744073709551615 4332007 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22136/tid=22146] ppid=22131 vsize=122632 CPUtime=1.47 cores=4-7
/proc/22136/task/22146/stat : 22146 (plingeling) R 22131 22131 22105 0 -1 4202560 796 1259 0 0 147 0 0 0 23 0 5 0 527321634 125575168 2733 33554432000 4194304 4356188 140734347627664 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 1685392

[startup+3.10128 s]
/proc/loadavg: 6.87 7.76 7.91 9/180 22146
/proc/meminfo: memFree=23448348/32951124 swapFree=67111524/67111528
[pid=22131] ppid=22129 vsize=18324 CPUtime=0 cores=0-7
/proc/22131/stat : 22131 (ppfolio) S 22129 22131 22105 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527321633 18763776 390 33554432000 4194304 4287625 140735597951184 18446744073709551615 244446965263 0 0 4096 65536 8936320891218821119 0 0 17 3 0 0 0
/proc/22131/statm: 4581 390 341 23 0 91 0
[pid=22132] ppid=22131 vsize=1070696 CPUtime=3.09 cores=0
/proc/22132/stat : 22132 (cryptominisat) R 22131 22131 22105 0 -1 4202496 5633 0 0 0 309 0 0 0 25 0 1 0 527321633 1096392704 3387 33554432000 4194304 4587354 140734613358576 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22132/statm: 267674 3387 337 96 0 264236 0
[pid=22133] ppid=22131 vsize=14612 CPUtime=3.09 cores=1
/proc/22133/stat : 22133 (clasp) R 22131 22131 22105 0 -1 4202496 1103 0 0 0 309 0 0 0 25 0 1 0 527321633 14962688 995 33554432000 4194304 4785740 140735296386832 18446744073709551615 4549795 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22133/statm: 3653 995 340 145 0 698 0
[pid=22134] ppid=22131 vsize=455992 CPUtime=3.09 cores=2
/proc/22134/stat : 22134 (TNM) R 22131 22131 22105 0 -1 4202496 363 0 0 0 309 0 0 0 25 0 1 0 527321633 466935808 260 33554432000 134512640 134534564 4294308608 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22134/statm: 113998 260 95 6 0 112664 0
[pid=22135] ppid=22131 vsize=8276 CPUtime=3.09 cores=3
/proc/22135/stat : 22135 (march_hi) R 22131 22131 22105 0 -1 4202496 682 0 0 0 309 0 0 0 25 0 1 0 527321633 8474624 550 33554432000 4194304 4331988 140736465589088 18446744073709551615 4237340 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22135/statm: 2069 550 175 34 0 511 0
[pid=22136] ppid=22131 vsize=127760 CPUtime=12.31 cores=4-7
/proc/22136/stat : 22136 (plingeling) S 22131 22131 22105 0 -1 4202496 5418 1259 0 0 1231 0 0 0 18 0 5 0 527321633 130826240 4015 33554432000 4194304 4356188 140734347627664 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/22136/statm: 31940 4015 161 40 0 30484 0
[pid=22136/tid=22143] ppid=22131 vsize=127760 CPUtime=3.08 cores=4-7
/proc/22136/task/22143/stat : 22143 (plingeling) R 22131 22131 22105 0 -1 4202560 1203 1259 0 0 308 0 0 0 25 0 5 0 527321634 130826240 4015 33554432000 4194304 4356188 140734347627664 18446744073709551615 4334351 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22136/tid=22144] ppid=22131 vsize=127760 CPUtime=3.08 cores=4-7
/proc/22136/task/22144/stat : 22144 (plingeling) R 22131 22131 22105 0 -1 4202560 1238 1259 0 0 308 0 0 0 25 0 5 0 527321634 130826240 4015 33554432000 4194304 4356188 140734347627664 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22136/tid=22145] ppid=22131 vsize=127760 CPUtime=3.06 cores=4-7
/proc/22136/task/22145/stat : 22145 (plingeling) R 22131 22131 22105 0 -1 4202560 1208 1259 0 0 306 0 0 0 25 0 5 0 527321634 130826240 4015 33554432000 4194304 4356188 140734347627664 18446744073709551615 4279511 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22136/tid=22146] ppid=22131 vsize=127760 CPUtime=3.07 cores=4-7
/proc/22136/task/22146/stat : 22146 (plingeling) R 22131 22131 22105 0 -1 4202560 1213 1259 0 0 307 0 0 0 25 0 5 0 527321634 130826240 4015 33554432000 4194304 4356188 140734347627664 18446744073709551615 4331807 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 1695660

[startup+6.30068 s]
/proc/loadavg: 6.87 7.76 7.91 9/180 22146
/proc/meminfo: memFree=23440552/32951124 swapFree=67111524/67111528
[pid=22131] ppid=22129 vsize=18324 CPUtime=0 cores=0-7
/proc/22131/stat : 22131 (ppfolio) S 22129 22131 22105 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527321633 18763776 390 33554432000 4194304 4287625 140735597951184 18446744073709551615 244446965263 0 0 4096 65536 8936320891218821119 0 0 17 3 0 0 0
/proc/22131/statm: 4581 390 341 23 0 91 0
[pid=22132] ppid=22131 vsize=1073240 CPUtime=6.28 cores=0
/proc/22132/stat : 22132 (cryptominisat) R 22131 22131 22105 0 -1 4202496 8084 0 0 0 628 0 0 0 25 0 1 0 527321633 1098997760 3424 33554432000 4194304 4587354 140734613358576 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22132/statm: 268310 3424 337 96 0 264872 0
[pid=22133] ppid=22131 vsize=15560 CPUtime=6.29 cores=1
/proc/22133/stat : 22133 (clasp) R 22131 22131 22105 0 -1 4202496 1351 0 0 0 629 0 0 0 25 0 1 0 527321633 15933440 1243 33554432000 4194304 4785740 140735296386832 18446744073709551615 4287140 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22133/statm: 3890 1243 340 145 0 935 0
[pid=22134] ppid=22131 vsize=455992 CPUtime=6.29 cores=2
/proc/22134/stat : 22134 (TNM) R 22131 22131 22105 0 -1 4202496 363 0 0 0 629 0 0 0 25 0 1 0 527321633 466935808 260 33554432000 134512640 134534564 4294308608 18446744073709551615 134530648 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22134/statm: 113998 260 95 6 0 112664 0
[pid=22135] ppid=22131 vsize=8788 CPUtime=6.29 cores=3
/proc/22135/stat : 22135 (march_hi) R 22131 22131 22105 0 -1 4202496 860 0 0 0 629 0 0 0 25 0 1 0 527321633 8998912 728 33554432000 4194304 4331988 140736465589088 18446744073709551615 4299332 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22135/statm: 2197 728 175 34 0 639 0
[pid=22136] ppid=22131 vsize=129188 CPUtime=25.09 cores=4-7
/proc/22136/stat : 22136 (plingeling) S 22131 22131 22105 0 -1 4202496 7535 1259 0 0 2509 0 0 0 18 0 5 0 527321633 132288512 4372 33554432000 4194304 4356188 140734347627664 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/22136/statm: 32297 4372 161 40 0 30841 0
[pid=22136/tid=22143] ppid=22131 vsize=129188 CPUtime=6.28 cores=4-7
/proc/22136/task/22143/stat : 22143 (plingeling) R 22131 22131 22105 0 -1 4202560 1748 1259 0 0 628 0 0 0 25 0 5 0 527321634 132288512 4372 33554432000 4194304 4356188 140734347627664 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22136/tid=22144] ppid=22131 vsize=129188 CPUtime=6.28 cores=4-7
/proc/22136/task/22144/stat : 22144 (plingeling) R 22131 22131 22105 0 -1 4202560 1815 1259 0 0 628 0 0 0 25 0 5 0 527321634 132288512 4372 33554432000 4194304 4356188 140734347627664 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22136/tid=22145] ppid=22131 vsize=129188 CPUtime=6.26 cores=4-7
/proc/22136/task/22145/stat : 22145 (plingeling) R 22131 22131 22105 0 -1 4202560 1722 1259 0 0 626 0 0 0 25 0 5 0 527321634 132288512 4372 33554432000 4194304 4356188 140734347627664 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22136/tid=22146] ppid=22131 vsize=129188 CPUtime=6.25 cores=4-7
/proc/22136/task/22146/stat : 22146 (plingeling) R 22131 22131 22105 0 -1 4202560 1694 1259 0 0 625 0 0 0 25 0 5 0 527321634 132288512 4372 33554432000 4194304 4356188 140734347627664 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 1701092

[startup+12.7005 s]
/proc/loadavg: 7.04 7.77 7.91 9/180 22146
/proc/meminfo: memFree=23425252/32951124 swapFree=67111524/67111528
[pid=22131] ppid=22129 vsize=18324 CPUtime=0 cores=0-7
/proc/22131/stat : 22131 (ppfolio) S 22129 22131 22105 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527321633 18763776 390 33554432000 4194304 4287625 140735597951184 18446744073709551615 244446965263 0 0 4096 65536 8936320891218821119 0 0 17 3 0 0 0
/proc/22131/statm: 4581 390 341 23 0 91 0
[pid=22132] ppid=22131 vsize=15396520 CPUtime=12.69 cores=0
/proc/22132/stat : 22132 (cryptominisat) R 22131 22131 22105 0 -1 4202496 12109 0 0 0 1268 1 0 0 25 0 1 0 527321633 15766036480 4360 33554432000 4194304 4587354 140734613358576 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22132/statm: 3849130 4360 337 96 0 3845692 0
[pid=22133] ppid=22131 vsize=16708 CPUtime=12.69 cores=1
/proc/22133/stat : 22133 (clasp) R 22131 22131 22105 0 -1 4202496 1617 0 0 0 1269 0 0 0 25 0 1 0 527321633 17108992 1509 33554432000 4194304 4785740 140735296386832 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22133/statm: 4177 1509 340 145 0 1222 0
[pid=22134] ppid=22131 vsize=455992 CPUtime=12.69 cores=2
/proc/22134/stat : 22134 (TNM) R 22131 22131 22105 0 -1 4202496 363 0 0 0 1269 0 0 0 25 0 1 0 527321633 466935808 260 33554432000 134512640 134534564 4294308608 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22134/statm: 113998 260 95 6 0 112664 0
[pid=22135] ppid=22131 vsize=10868 CPUtime=12.69 cores=3
/proc/22135/stat : 22135 (march_hi) R 22131 22131 22105 0 -1 4202496 1211 0 0 0 1269 0 0 0 25 0 1 0 527321633 11128832 1079 33554432000 4194304 4331988 140736465589088 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22135/statm: 2717 1079 175 34 0 1159 0
[pid=22136] ppid=22131 vsize=139692 CPUtime=50.66 cores=4-7
/proc/22136/stat : 22136 (plingeling) S 22131 22131 22105 0 -1 4202496 12977 1259 0 0 5064 2 0 0 18 0 5 0 527321633 143044608 6998 33554432000 4194304 4356188 140734347627664 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/22136/statm: 34923 6998 161 40 0 33467 0
[pid=22136/tid=22143] ppid=22131 vsize=139692 CPUtime=12.68 cores=4-7
/proc/22136/task/22143/stat : 22143 (plingeling) R 22131 22131 22105 0 -1 4202560 3093 1259 0 0 1268 0 0 0 25 0 5 0 527321634 143044608 6998 33554432000 4194304 4356188 140734347627664 18446744073709551615 4279540 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22136/tid=22144] ppid=22131 vsize=139692 CPUtime=12.68 cores=4-7
/proc/22136/task/22144/stat : 22144 (plingeling) R 22131 22131 22105 0 -1 4202560 3127 1259 0 0 1268 0 0 0 25 0 5 0 527321634 143044608 6998 33554432000 4194304 4356188 140734347627664 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22136/tid=22145] ppid=22131 vsize=139692 CPUtime=12.66 cores=4-7
/proc/22136/task/22145/stat : 22145 (plingeling) R 22131 22131 22105 0 -1 4202560 3131 1259 0 0 1266 0 0 0 25 0 5 0 527321634 143044608 6998 33554432000 4194304 4356188 140734347627664 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22136/tid=22146] ppid=22131 vsize=139692 CPUtime=12.61 cores=4-7
/proc/22136/task/22146/stat : 22146 (plingeling) R 22131 22131 22105 0 -1 4202560 3070 1259 0 0 1261 0 0 0 25 0 5 0 527321634 143044608 6998 33554432000 4194304 4356188 140734347627664 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 16038104

[startup+25.5011 s]
/proc/loadavg: 7.19 7.77 7.91 9/180 22147
/proc/meminfo: memFree=23415484/32951124 swapFree=67111524/67111528
[pid=22131] ppid=22129 vsize=18324 CPUtime=0 cores=0-7
/proc/22131/stat : 22131 (ppfolio) S 22129 22131 22105 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527321633 18763776 390 33554432000 4194304 4287625 140735597951184 18446744073709551615 244446965263 0 0 4096 65536 8936320891218821119 0 0 17 3 0 0 0
/proc/22131/statm: 4581 390 341 23 0 91 0
[pid=22132] ppid=22131 vsize=1076632 CPUtime=25.48 cores=0
/proc/22132/stat : 22132 (cryptominisat) R 22131 22131 22105 0 -1 4202496 19114 0 0 0 2546 2 0 0 25 0 1 0 527321633 1102471168 5462 33554432000 4194304 4587354 140734613358576 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=22134] ppid=22131 vsize=455996 CPUtime=4841.96 cores=2
/proc/22134/stat : 22134 (TNM) R 22131 22131 22105 0 -1 4202496 372 0 0 0 484195 1 0 0 25 0 1 0 527321633 466939904 269 33554432000 134512640 134534564 4294308608 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22134/statm: 113999 269 103 6 0 112665 0
[pid=22135] ppid=22131 vsize=1067664 CPUtime=4840.83 cores=3
/proc/22135/stat : 22135 (march_hi) R 22131 22131 22105 0 -1 4202496 180230 0 0 0 483941 142 0 0 25 0 1 0 527321633 1093287936 180078 33554432000 4194304 4331988 140736465589088 18446744073709551615 4298848 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22135/statm: 266916 180078 175 34 0 265358 0
[pid=22136] ppid=22131 vsize=299048 CPUtime=19343.4 cores=4-7
/proc/22136/stat : 22136 (plingeling) S 22131 22131 22105 0 -1 4202496 817088 1259 0 0 1934216 124 0 0 18 0 5 0 527321633 306225152 46837 33554432000 4194304 4356188 140734347627664 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/22136/statm: 74762 46837 161 40 0 73306 0
[pid=22136/tid=22143] ppid=22131 vsize=299048 CPUtime=4842.45 cores=4-7
/proc/22136/task/22143/stat : 22143 (plingeling) R 22131 22131 22105 0 -1 4202560 209689 1259 0 0 484215 30 0 0 25 0 5 0 527321634 306225152 46837 33554432000 4194304 4356188 140734347627664 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22136/tid=22144] ppid=22131 vsize=299048 CPUtime=4842.45 cores=4-7
/proc/22136/task/22144/stat : 22144 (plingeling) R 22131 22131 22105 0 -1 4202560 203899 1259 0 0 484213 32 0 0 25 0 5 0 527321634 306225152 46837 33554432000 4194304 4356188 140734347627664 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22136/tid=22145] ppid=22131 vsize=299048 CPUtime=4842.42 cores=4-7
/proc/22136/task/22145/stat : 22145 (plingeling) R 22131 22131 22105 0 -1 4202560 199742 1259 0 0 484210 32 0 0 25 0 5 0 527321634 306225152 46837 33554432000 4194304 4356188 140734347627664 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22136/tid=22146] ppid=22131 vsize=299048 CPUtime=4816.04 cores=4-7
/proc/22136/task/22146/stat : 22146 (plingeling) R 22131 22131 22105 0 -1 4202560 203202 1259 0 0 481576 28 0 0 25 0 5 0 527321634 306225152 46837 33554432000 4194304 4356188 140734347627664 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38710.9
Current children cumulated vsize (KiB) 3124524

[startup+4902.3 s]
/proc/loadavg: 8.05 8.04 8.00 9/180 22301
/proc/meminfo: memFree=22411836/32951124 swapFree=67111524/67111528
[pid=22131] ppid=22129 vsize=18324 CPUtime=0 cores=0-7
/proc/22131/stat : 22131 (ppfolio) S 22129 22131 22105 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527321633 18763776 390 33554432000 4194304 4287625 140735597951184 18446744073709551615 244446965263 0 0 4096 65536 8936320891218821119 0 0 17 3 0 0 0
/proc/22131/statm: 4581 390 341 23 0 91 0
[pid=22132] ppid=22131 vsize=1220552 CPUtime=4902.44 cores=0
/proc/22132/stat : 22132 (cryptominisat) R 22131 22131 22105 0 -1 4202496 381151 0 0 0 490077 167 0 0 25 0 1 0 527321633 1249845248 28984 33554432000 4194304 4587354 140734613358576 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22132/statm: 305138 28984 337 96 0 301700 0
[pid=22133] ppid=22131 vsize=36280 CPUtime=4902.3 cores=1
/proc/22133/stat : 22133 (clasp) R 22131 22131 22105 0 -1 4202496 6252 0 0 0 490230 0 0 0 25 0 1 0 527321633 37150720 6144 33554432000 4194304 4785740 140735296386832 18446744073709551615 4287092 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22133/statm: 9070 6144 341 145 0 6115 0
[pid=22134] ppid=22131 vsize=455996 CPUtime=4901.95 cores=2
/proc/22134/stat : 22134 (TNM) R 22131 22131 22105 0 -1 4202496 372 0 0 0 490194 1 0 0 25 0 1 0 527321633 466939904 269 33554432000 134512640 134534564 4294308608 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22134/statm: 113999 269 103 6 0 112665 0
[pid=22135] ppid=22131 vsize=1067664 CPUtime=4900.82 cores=3
/proc/22135/stat : 22135 (march_hi) R 22131 22131 22105 0 -1 4202496 182293 0 0 0 489939 143 0 0 25 0 1 0 527321633 1093287936 182141 33554432000 4194304 4331988 140736465589088 18446744073709551615 4237398 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22135/statm: 266916 182141 175 34 0 265358 0
[pid=22136] ppid=22131 vsize=310312 CPUtime=19583.1 cores=4-7
/proc/22136/stat : 22136 (plingeling) S 22131 22131 22105 0 -1 4202496 822272 1259 0 0 1958182 125 0 0 18 0 5 0 527321633 317759488 49653 33554432000 4194304 4356188 140734347627664 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/22136/statm: 77578 49653 161 40 0 76122 0
[pid=22136/tid=22143] ppid=22131 vsize=310312 CPUtime=4902.45 cores=4-7
/proc/22136/task/22143/stat : 22143 (plingeling) R 22131 22131 22105 0 -1 4202560 211161 1259 0 0 490215 30 0 0 25 0 5 0 527321634 317759488 49653 33554432000 4194304 4356188 140734347627664 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22136/tid=22144] ppid=22131 vsize=310312 CPUtime=4902.45 cores=4-7
/proc/22136/task/22144/stat : 22144 (plingeling) R 22131 22131 22105 0 -1 4202560 205883 1259 0 0 490212 33 0 0 25 0 5 0 527321634 317759488 49653 33554432000 4194304 4356188 140734347627664 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22136/tid=22145] ppid=22131 vsize=310312 CPUtime=4902.42 cores=4-7
/proc/22136/task/22145/stat : 22145 (plingeling) R 22131 22131 22105 0 -1 4202560 200958 1259 0 0 490210 32 0 0 25 0 5 0 527321634 317759488 49653 33554432000 4194304 4356188 140734347627664 18446744073709551615 4331035 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22136/tid=22146] ppid=22131 vsize=310312 CPUtime=4875.71 cores=4-7
/proc/22136/task/22146/stat : 22146 (plingeling) R 22131 22131 22105 0 -1 4202560 203714 1259 0 0 487543 28 0 0 25 0 5 0 527321634 317759488 49653 33554432000 4194304 4356188 140734347627664 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39190.6
Current children cumulated vsize (KiB) 3109128

[startup+4962.3 s]
/proc/loadavg: 8.06 8.04 8.00 9/180 22302
/proc/meminfo: memFree=22401396/32951124 swapFree=67111524/67111528
[pid=22131] ppid=22129 vsize=18324 CPUtime=0 cores=0-7
/proc/22131/stat : 22131 (ppfolio) S 22129 22131 22105 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527321633 18763776 390 33554432000 4194304 4287625 140735597951184 18446744073709551615 244446965263 0 0 4096 65536 8936320891218821119 0 0 17 3 0 0 0
/proc/22131/statm: 4581 390 341 23 0 91 0
[pid=22132] ppid=22131 vsize=1220552 CPUtime=4962.44 cores=0
/proc/22132/stat : 22132 (cryptominisat) R 22131 22131 22105 0 -1 4202496 382974 0 0 0 496076 168 0 0 25 0 1 0 527321633 1249845248 30742 33554432000 4194304 4587354 140734613358576 18446744073709551615 4232088 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22132/statm: 305138 30742 337 96 0 301700 0
[pid=22133] ppid=22131 vsize=36280 CPUtime=4962.3 cores=1
/proc/22133/stat : 22133 (clasp) R 22131 22131 22105 0 -1 4202496 6255 0 0 0 496230 0 0 0 25 0 1 0 527321633 37150720 6147 33554432000 4194304 4785740 140735296386832 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22133/statm: 9070 6147 341 145 0 6115 0
[pid=22134] ppid=22131 vsize=455996 CPUtime=4961.95 cores=2
/proc/22134/stat : 22134 (TNM) R 22131 22131 22105 0 -1 4202496 372 0 0 0 496194 1 0 0 25 0 1 0 527321633 466939904 269 33554432000 134512640 134534564 4294308608 18446744073709551615 134530573 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22134/statm: 113999 269 103 6 0 112665 0
[pid=22135] ppid=22131 vsize=1067664 CPUtime=4960.82 cores=3
/proc/22135/stat : 22135 (march_hi) R 22131 22131 22105 0 -1 4202496 184257 0 0 0 495938 144 0 0 25 0 1 0 527321633 1093287936 184105 33554432000 4194304 4331988 140736465589088 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22135/statm: 266916 184105 175 34 0 265358 0
[pid=22136] ppid=22131 vsize=305192 CPUtime=19822.7 cores=4-7
/proc/22136/stat : 22136 (plingeling) S 22131 22131 22105 0 -1 4202496 832704 1259 0 0 1982146 128 0 0 18 0 5 0 527321633 312516608 48373 33554432000 4194304 4356188 140734347627664 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/22136/statm: 76298 48373 161 40 0 74842 0
[pid=22136/tid=22143] ppid=22131 vsize=305192 CPUtime=4962.45 cores=4-7
/proc/22136/task/22143/stat : 22143 (plingeling) R 22131 22131 22105 0 -1 4202560 216025 1259 0 0 496214 31 0 0 25 0 5 0 527321634 312516608 48373 33554432000 4194304 4356188 140734347627664 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22136/tid=22144] ppid=22131 vsize=305192 CPUtime=4962.45 cores=4-7
/proc/22136/task/22144/stat : 22144 (plingeling) R 22131 22131 22105 0 -1 4202560 207035 1259 0 0 496212 33 0 0 25 0 5 0 527321634 312516608 48373 33554432000 4194304 4356188 140734347627664 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22136/tid=22145] ppid=22131 vsize=305192 CPUtime=4962.43 cores=4-7
/proc/22136/task/22145/stat : 22145 (plingeling) R 22131 22131 22105 0 -1 4202560 202622 1259 0 0 496210 33 0 0 25 0 5 0 527321634 312516608 48373 33554432000 4194304 4356188 140734347627664 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22136/tid=22146] ppid=22131 vsize=305192 CPUtime=4935.38 cores=4-7
/proc/22136/task/22146/stat : 22146 (plingeling) R 22131 22131 22105 0 -1 4202560 206466 1259 0 0 493509 29 0 0 25 0 5 0 527321634 312516608 48373 33554432000 4194304 4356188 140734347627664 18446744073709551615 4331176 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39670.2
Current children cumulated vsize (KiB) 3104008



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.10 8.05 8.00 9/180 22303
/proc/meminfo: memFree=22413156/32951124 swapFree=67111524/67111528
[pid=22131] ppid=22129 vsize=18324 CPUtime=0 cores=0-7
/proc/22131/stat : 22131 (ppfolio) S 22129 22131 22105 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527321633 18763776 390 33554432000 4194304 4287625 140735597951184 18446744073709551615 244446965263 0 0 4096 65536 8936320891218821119 0 0 17 3 0 0 0
/proc/22131/statm: 4581 390 341 23 0 91 0
[pid=22132] ppid=22131 vsize=15508884 CPUtime=5000.15 cores=0
/proc/22132/stat : 22132 (cryptominisat) R 22131 22131 22105 0 -1 4202496 387727 0 0 0 499844 171 0 0 25 0 1 0 527321633 15881097216 33657 33554432000 4194304 4587354 140734613358576 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22132/statm: 3877221 33657 337 96 0 3873783 0
[pid=22133] ppid=22131 vsize=36280 CPUtime=5000.01 cores=1
/proc/22133/stat : 22133 (clasp) R 22131 22131 22105 0 -1 4202496 6255 0 0 0 500001 0 0 0 25 0 1 0 527321633 37150720 6147 33554432000 4194304 4785740 140735296386832 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22133/statm: 9070 6147 341 145 0 6115 0
[pid=22134] ppid=22131 vsize=455996 CPUtime=4999.66 cores=2
/proc/22134/stat : 22134 (TNM) R 22131 22131 22105 0 -1 4202496 372 0 0 0 499964 2 0 0 25 0 1 0 527321633 466939904 269 33554432000 134512640 134534564 4294308608 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22134/statm: 113999 269 103 6 0 112665 0
[pid=22135] ppid=22131 vsize=1067664 CPUtime=4998.54 cores=3
/proc/22135/stat : 22135 (march_hi) R 22131 22131 22105 0 -1 4202496 185495 0 0 0 499709 145 0 0 25 0 1 0 527321633 1093287936 185343 33554432000 4194304 4331988 140736465589088 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22135/statm: 266916 185343 175 34 0 265358 0
[pid=22136] ppid=22131 vsize=278056 CPUtime=19973.4 cores=4-7
/proc/22136/stat : 22136 (plingeling) S 22131 22131 22105 0 -1 4202496 834112 1259 0 0 1997208 128 0 0 18 0 5 0 527321633 284729344 41589 33554432000 4194304 4356188 140734347627664 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/22136/statm: 69514 41589 161 40 0 68058 0
[pid=22136/tid=22143] ppid=22131 vsize=278056 CPUtime=5000.16 cores=4-7
/proc/22136/task/22143/stat : 22143 (plingeling) R 22131 22131 22105 0 -1 4202560 216857 1259 0 0 499984 32 0 0 25 0 5 0 527321634 284729344 41589 33554432000 4194304 4356188 140734347627664 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22136/tid=22144] ppid=22131 vsize=278056 CPUtime=5000.16 cores=4-7
/proc/22136/task/22144/stat : 22144 (plingeling) R 22131 22131 22105 0 -1 4202560 207227 1259 0 0 499983 33 0 0 25 0 5 0 527321634 284729344 41589 33554432000 4194304 4356188 140734347627664 18446744073709551615 4331971 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22136/tid=22145] ppid=22131 vsize=278056 CPUtime=5000.13 cores=4-7
/proc/22136/task/22145/stat : 22145 (plingeling) R 22131 22131 22105 0 -1 4202560 203006 1259 0 0 499980 33 0 0 25 0 5 0 527321634 284729344 41589 33554432000 4194304 4356188 140734347627664 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22136/tid=22146] ppid=22131 vsize=278056 CPUtime=4972.88 cores=4-7
/proc/22136/task/22146/stat : 22146 (plingeling) R 22131 22131 22105 0 -1 4202560 206466 1259 0 0 497259 29 0 0 25 0 5 0 527321634 284729344 41589 33554432000 4194304 4356188 140734347627664 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39971.7
Current children cumulated vsize (KiB) 17365204

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

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

[startup+5000 s]
/proc/loadavg: 8.10 8.05 8.00 9/180 22303
/proc/meminfo: memFree=22413156/32951124 swapFree=67111524/67111528
[pid=22131] ppid=22129 vsize=18324 CPUtime=0 cores=0-7
/proc/22131/stat : 22131 (ppfolio) S 22129 22131 22105 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527321633 18763776 390 33554432000 4194304 4287625 140735597951184 18446744073709551615 244446965263 0 0 4096 65536 8936320891218821119 0 0 17 3 0 0 0
/proc/22131/statm: 4581 390 341 23 0 91 0
[pid=22132] ppid=22131 vsize=15508884 CPUtime=5000.15 cores=0
/proc/22132/stat : 22132 (cryptominisat) R 22131 22131 22105 0 -1 4202496 387727 0 0 0 499844 171 0 0 25 0 1 0 527321633 15881097216 33657 33554432000 4194304 4587354 140734613358576 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22132/statm: 3877221 33657 337 96 0 3873783 0
[pid=22133] ppid=22131 vsize=36280 CPUtime=5000.01 cores=1
/proc/22133/stat : 22133 (clasp) R 22131 22131 22105 0 -1 4202496 6255 0 0 0 500001 0 0 0 25 0 1 0 527321633 37150720 6147 33554432000 4194304 4785740 140735296386832 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22133/statm: 9070 6147 341 145 0 6115 0
[pid=22134] ppid=22131 vsize=455996 CPUtime=4999.66 cores=2
/proc/22134/stat : 22134 (TNM) R 22131 22131 22105 0 -1 4202496 372 0 0 0 499964 2 0 0 25 0 1 0 527321633 466939904 269 33554432000 134512640 134534564 4294308608 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22134/statm: 113999 269 103 6 0 112665 0
[pid=22135] ppid=22131 vsize=1067664 CPUtime=4998.54 cores=3
/proc/22135/stat : 22135 (march_hi) R 22131 22131 22105 0 -1 4202496 185495 0 0 0 499709 145 0 0 25 0 1 0 527321633 1093287936 185343 33554432000 4194304 4331988 140736465589088 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22135/statm: 266916 185343 175 34 0 265358 0
[pid=22136] ppid=22131 vsize=278056 CPUtime=19973.4 cores=4-7
/proc/22136/stat : 22136 (plingeling) S 22131 22131 22105 0 -1 4202496 834112 1259 0 0 1997208 128 0 0 18 0 5 0 527321633 284729344 41589 33554432000 4194304 4356188 140734347627664 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/22136/statm: 69514 41589 161 40 0 68058 0
[pid=22136/tid=22143] ppid=22131 vsize=278056 CPUtime=5000.16 cores=4-7
/proc/22136/task/22143/stat : 22143 (plingeling) R 22131 22131 22105 0 -1 4202560 216857 1259 0 0 499984 32 0 0 25 0 5 0 527321634 284729344 41589 33554432000 4194304 4356188 140734347627664 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=22136/tid=22144] ppid=22131 vsize=278056 CPUtime=5000.16 cores=4-7
/proc/22136/task/22144/stat : 22144 (plingeling) R 22131 22131 22105 0 -1 4202560 207227 1259 0 0 499983 33 0 0 25 0 5 0 527321634 284729344 41589 33554432000 4194304 4356188 140734347627664 18446744073709551615 4331971 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=22136/tid=22145] ppid=22131 vsize=278056 CPUtime=5000.13 cores=4-7
/proc/22136/task/22145/stat : 22145 (plingeling) R 22131 22131 22105 0 -1 4202560 203006 1259 0 0 499980 33 0 0 25 0 5 0 527321634 284729344 41589 33554432000 4194304 4356188 140734347627664 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=22136/tid=22146] ppid=22131 vsize=278056 CPUtime=4972.88 cores=4-7
/proc/22136/task/22146/stat : 22146 (plingeling) R 22131 22131 22105 0 -1 4202560 206466 1259 0 0 497259 29 0 0 25 0 5 0 527321634 284729344 41589 33554432000 4194304 4356188 140734347627664 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39971.7
Current children cumulated vsize (KiB) 17365204

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22131 and gives
#  childrusage.ru_utime.tv_sec=14998
#  childrusage.ru_utime.tv_usec=107941
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=762732
# CPU time returned by wait4() is 14999.9
# while last known CPU time is 39971.7
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.02
CPU time (s): 39971.7
CPU user time (s): 39967.3
CPU system time (s): 4.46
CPU usage (%): 799.432
Max. virtual memory (cumulated for all children) (KiB): 31502644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14998.1
system time used= 1.76273
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 394893
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= 832
involuntary context switches= 40867

runsolver used 8.36673 second user time and 18.9121 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-30 11:53:32
IDJOB=3220335
IDBENCH=82739
IDSOLVER=1638
FILE ID=node105/3220335-1304157212
RUNJOBID= node105-1304157212-22119
PBS_JOBID= 13170910
Free space on /tmp= 73044 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S396831120-092.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3220335-1304157212/watcher-3220335-1304157212 -o /tmp/evaluation-result-3220335-1304157212/solver-3220335-1304157212 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3220335-1304157212.cnf

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

MD5SUM BENCH= 1c5680fb79b6ea8965a1c94337260953
RANDOM SEED=2033691453

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23477724 kB
Buffers:       2179588 kB
Cached:        6677684 kB
SwapCached:          4 kB
Active:         653620 kB
Inactive:      8266512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23477724 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10212 kB
Writeback:           0 kB
AnonPages:       62948 kB
Mapped:          13944 kB
Slab:           488292 kB
PageTables:       4640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   180760 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= 73032 MiB
End job on node105 at 2011-04-30 13:16:54