Trace number 3276361

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.1 5003.52

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q505.75-n35-p30-s59841049.cnf
MD5SUMc86ce640ddb0138bf41ccc37bc6fcf28
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.156975
Satisfiable
(Un)Satisfiability was proved
Number of variables1295
Number of clauses148400
Sum of the clauses size298025
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2148365
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

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-3276361-1304176035/watcher-3276361-1304176035 -o /tmp/evaluation-result-3276361-1304176035/solver-3276361-1304176035 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3276361-1304176035.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: 6.91 7.91 8.03 1/174 18301
/proc/meminfo: memFree=29970604/32951124 swapFree=67102748/67111528
[pid=18301] ppid=18299 vsize=18324 CPUtime=0 cores=0-7
/proc/18301/stat : 18301 (ppfolio) S 18299 18301 18275 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 529201729 18763776 390 33554432000 4194304 4287625 140736559515936 18446744073709551615 246516854287 0 0 4096 65536 4559314634623942655 0 0 17 4 0 0 0
/proc/18301/statm: 4581 390 341 23 0 91 0

[startup+0.0878951 s]
/proc/loadavg: 6.91 7.91 8.03 1/174 18301
/proc/meminfo: memFree=29970604/32951124 swapFree=67102748/67111528
[pid=18301] ppid=18299 vsize=18324 CPUtime=0 cores=0-7
/proc/18301/stat : 18301 (ppfolio) S 18299 18301 18275 0 -1 4202496 523 0 0 0 0 0 0 0 17 0 1 0 529201729 18763776 390 33554432000 4194304 4287625 140736559515936 18446744073709551615 246516854287 0 0 4096 65536 4559314634623942655 0 0 17 4 0 0 0
/proc/18301/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: 6.91 7.91 8.03 1/174 18301
/proc/meminfo: memFree=29970604/32951124 swapFree=67102748/67111528
[pid=18301] ppid=18299 vsize=18324 CPUtime=0 cores=0-7
/proc/18301/stat : 18301 (ppfolio) S 18299 18301 18275 0 -1 4202496 523 0 0 0 0 0 0 0 17 0 1 0 529201729 18763776 390 33554432000 4194304 4287625 140736559515936 18446744073709551615 246516854287 0 0 4096 65536 4559314634623942655 0 0 17 4 0 0 0
/proc/18301/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300828 s]
/proc/loadavg: 6.91 7.91 8.03 1/174 18301
/proc/meminfo: memFree=29970604/32951124 swapFree=67102748/67111528
[pid=18301] ppid=18299 vsize=18324 CPUtime=0 cores=0-7
/proc/18301/stat : 18301 (ppfolio) S 18299 18301 18275 0 -1 4202496 523 0 0 0 0 0 0 0 17 0 1 0 529201729 18763776 390 33554432000 4194304 4287625 140736559515936 18446744073709551615 246516854287 0 0 4096 65536 4559314634623942655 0 0 17 4 0 0 0
/proc/18301/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700753 s]
/proc/loadavg: 6.91 7.91 8.03 1/174 18301
/proc/meminfo: memFree=29970604/32951124 swapFree=67102748/67111528
[pid=18301] ppid=18299 vsize=18324 CPUtime=0 cores=0-7
/proc/18301/stat : 18301 (ppfolio) S 18299 18301 18275 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 529201729 18763776 390 33554432000 4194304 4287625 140736559515936 18446744073709551615 246516854287 0 0 4096 65536 4559314634623942655 0 0 17 4 0 0 0
/proc/18301/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50061 s]
/proc/loadavg: 6.91 7.91 8.03 9/184 18316
/proc/meminfo: memFree=29878144/32951124 swapFree=67102748/67111528
[pid=18301] ppid=18299 vsize=18324 CPUtime=0 cores=0-7
/proc/18301/stat : 18301 (ppfolio) S 18299 18301 18275 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 529201729 18763776 390 33554432000 4194304 4287625 140736559515936 18446744073709551615 246516854287 0 0 4096 65536 4559314634623942655 0 0 17 4 0 0 0
/proc/18301/statm: 4581 390 341 23 0 91 0
[pid=18302] ppid=18301 vsize=47532 CPUtime=1.49 cores=0
/proc/18302/stat : 18302 (cryptominisat) R 18301 18301 18275 0 -1 4202496 9249 0 0 0 148 1 0 0 20 0 1 0 529201729 48672768 7119 33554432000 4194304 4587354 140733713800160 18446744073709551615 4244590 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18302/statm: 11883 7119 326 96 0 8445 0
[pid=18303] ppid=18301 vsize=25368 CPUtime=1.48 cores=1
/proc/18303/stat : 18303 (clasp) R 18301 18301 18275 0 -1 4202496 4830 0 0 0 148 0 0 0 20 0 1 0 529201729 25976832 3676 33554432000 4194304 4785740 140734533453504 18446744073709551615 4553437 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18303/statm: 6342 3676 340 145 0 3387 0
[pid=18304] ppid=18301 vsize=463880 CPUtime=1.48 cores=2
/proc/18304/stat : 18304 (TNM) R 18301 18301 18275 0 -1 4202496 3674 0 0 0 148 0 0 0 20 0 1 0 529201729 475013120 3571 33554432000 134512640 134534564 4291328944 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18304/statm: 115970 3571 95 6 0 114636 0
[pid=18305] ppid=18301 vsize=27316 CPUtime=1.48 cores=3
/proc/18305/stat : 18305 (march_hi) R 18301 18301 18275 0 -1 4202496 11975 0 0 0 147 1 0 0 20 0 1 0 529201729 27971584 2853 33554432000 4194304 4331988 140733466092704 18446744073709551615 4228224 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18305/statm: 6829 2853 174 34 0 5271 0
[pid=18306] ppid=18301 vsize=82776 CPUtime=5.65 cores=4-7
/proc/18306/stat : 18306 (plingeling) S 18301 18301 18275 0 -1 4202496 10832 1257 0 0 564 1 0 0 18 0 5 0 529201729 84762624 9118 33554432000 4194304 4356188 140734695493312 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18306/statm: 20694 9118 162 40 0 19238 0
[pid=18306/tid=18313] ppid=18301 vsize=82776 CPUtime=1.4 cores=4-7
/proc/18306/task/18313/stat : 18313 (plingeling) R 18301 18301 18275 0 -1 4202560 1114 1257 0 0 140 0 0 0 25 0 5 0 529201738 84762624 9118 33554432000 4194304 4356188 140734695493312 18446744073709551615 4271040 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18306/tid=18314] ppid=18301 vsize=82776 CPUtime=1.36 cores=4-7
/proc/18306/task/18314/stat : 18314 (plingeling) R 18301 18301 18275 0 -1 4202560 1256 1257 0 0 136 0 0 0 25 0 5 0 529201739 84762624 9118 33554432000 4194304 4356188 140734695493312 18446744073709551615 4208868 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18306/tid=18315] ppid=18301 vsize=82776 CPUtime=1.39 cores=4-7
/proc/18306/task/18315/stat : 18315 (plingeling) R 18301 18301 18275 0 -1 4202560 1097 1257 0 0 139 0 0 0 23 0 5 0 529201739 84762624 9118 33554432000 4194304 4356188 140734695493312 18446744073709551615 4208840 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18306/tid=18316] ppid=18301 vsize=82776 CPUtime=1.39 cores=4-7
/proc/18306/task/18316/stat : 18316 (plingeling) R 18301 18301 18275 0 -1 4202560 2742 1257 0 0 139 0 0 0 23 0 5 0 529201739 84762624 9118 33554432000 4194304 4356188 140734695493312 18446744073709551615 4212151 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.58
Current children cumulated vsize (KiB) 665196

[startup+3.10132 s]
/proc/loadavg: 6.91 7.91 8.03 9/184 18316
/proc/meminfo: memFree=29865868/32951124 swapFree=67102748/67111528
[pid=18301] ppid=18299 vsize=18324 CPUtime=0 cores=0-7
/proc/18301/stat : 18301 (ppfolio) S 18299 18301 18275 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 529201729 18763776 390 33554432000 4194304 4287625 140736559515936 18446744073709551615 246516854287 0 0 4096 65536 4559314634623942655 0 0 17 4 0 0 0
/proc/18301/statm: 4581 390 341 23 0 91 0
[pid=18302] ppid=18301 vsize=458876 CPUtime=3.09 cores=0
/proc/18302/stat : 18302 (cryptominisat) R 18301 18301 18275 0 -1 4202496 10588 0 0 0 308 1 0 0 25 0 1 0 529201729 469889024 7124 33554432000 4194304 4587354 140733713800160 18446744073709551615 4365216 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18302/statm: 114719 7124 337 96 0 111281 0
[pid=18303] ppid=18301 vsize=36420 CPUtime=3.09 cores=1
/proc/18303/stat : 18303 (clasp) R 18301 18301 18275 0 -1 4202496 7600 0 0 0 308 1 0 0 25 0 1 0 529201729 37294080 6446 33554432000 4194304 4785740 140734533453504 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18303/statm: 9105 6446 340 145 0 6150 0
[pid=18304] ppid=18301 vsize=463880 CPUtime=3.08 cores=2
/proc/18304/stat : 18304 (TNM) R 18301 18301 18275 0 -1 4202496 3674 0 0 0 308 0 0 0 25 0 1 0 529201729 475013120 3571 33554432000 134512640 134534564 4291328944 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18304/statm: 115970 3571 95 6 0 114636 0
[pid=18305] ppid=18301 vsize=27612 CPUtime=3.09 cores=3
/proc/18305/stat : 18305 (march_hi) R 18301 18301 18275 0 -1 4202496 12042 0 0 0 308 1 0 0 25 0 1 0 529201729 28274688 2920 33554432000 4194304 4331988 140733466092704 18446744073709551615 4226601 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18305/statm: 6903 2920 174 34 0 5345 0
[pid=18306] ppid=18301 vsize=160856 CPUtime=12.04 cores=4-7
/proc/18306/stat : 18306 (plingeling) S 18301 18301 18275 0 -1 4202496 13974 1257 0 0 1202 2 0 0 18 0 5 0 529201729 164716544 12260 33554432000 4194304 4356188 140734695493312 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18306/statm: 40214 12260 162 40 0 38758 0
[pid=18306/tid=18313] ppid=18301 vsize=160856 CPUtime=3 cores=4-7
/proc/18306/task/18313/stat : 18313 (plingeling) R 18301 18301 18275 0 -1 4202560 1881 1257 0 0 300 0 0 0 25 0 5 0 529201738 164716544 12260 33554432000 4194304 4356188 140734695493312 18446744073709551615 4281748 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18306/tid=18314] ppid=18301 vsize=160856 CPUtime=2.96 cores=4-7
/proc/18306/task/18314/stat : 18314 (plingeling) R 18301 18301 18275 0 -1 4202560 2281 1257 0 0 296 0 0 0 25 0 5 0 529201739 164716544 12260 33554432000 4194304 4356188 140734695493312 18446744073709551615 4283929 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18306/tid=18315] ppid=18301 vsize=160856 CPUtime=2.98 cores=4-7
/proc/18306/task/18315/stat : 18315 (plingeling) R 18301 18301 18275 0 -1 4202560 1481 1257 0 0 298 0 0 0 25 0 5 0 529201739 164716544 12260 33554432000 4194304 4356188 140734695493312 18446744073709551615 4233936 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18306/tid=18316] ppid=18301 vsize=160856 CPUtime=2.99 cores=4-7
/proc/18306/task/18316/stat : 18316 (plingeling) R 18301 18301 18275 0 -1 4202560 3708 1257 0 0 299 0 0 0 25 0 5 0 529201739 164716544 12260 33554432000 4194304 4356188 140734695493312 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.39
Current children cumulated vsize (KiB) 1165968

[startup+6.30073 s]
/proc/loadavg: 7.00 7.91 8.03 9/184 18316
/proc/meminfo: memFree=29823092/32951124 swapFree=67102748/67111528
[pid=18301] ppid=18299 vsize=18324 CPUtime=0 cores=0-7
/proc/18301/stat : 18301 (ppfolio) S 18299 18301 18275 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 529201729 18763776 390 33554432000 4194304 4287625 140736559515936 18446744073709551615 246516854287 0 0 4096 65536 4559314634623942655 0 0 17 4 0 0 0
/proc/18301/statm: 4581 390 341 23 0 91 0
[pid=18302] ppid=18301 vsize=466020 CPUtime=6.29 cores=0
/proc/18302/stat : 18302 (cryptominisat) R 18301 18301 18275 0 -1 4202496 11901 0 0 0 628 1 0 0 25 0 1 0 529201729 477204480 8437 33554432000 4194304 4587354 140733713800160 18446744073709551615 4365216 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18302/statm: 116505 8437 337 96 0 113067 0
[pid=18303] ppid=18301 vsize=54488 CPUtime=6.29 cores=1
/proc/18303/stat : 18303 (clasp) R 18301 18301 18275 0 -1 4202496 12000 0 0 0 626 3 0 0 25 0 1 0 529201729 55795712 10846 33554432000 4194304 4785740 140734533453504 18446744073709551615 4278107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18303/statm: 13622 10846 340 145 0 10667 0
[pid=18304] ppid=18301 vsize=463880 CPUtime=6.28 cores=2
/proc/18304/stat : 18304 (TNM) R 18301 18301 18275 0 -1 4202496 3674 0 0 0 628 0 0 0 25 0 1 0 529201729 475013120 3571 33554432000 134512640 134534564 4291328944 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18304/statm: 115970 3571 95 6 0 114636 0
[pid=18305] ppid=18301 vsize=27612 CPUtime=6.29 cores=3
/proc/18305/stat : 18305 (march_hi) R 18301 18301 18275 0 -1 4202496 12058 0 0 0 628 1 0 0 25 0 1 0 529201729 28274688 2936 33554432000 4194304 4331988 140733466092704 18446744073709551615 4226496 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18305/statm: 6903 2936 174 34 0 5345 0
[pid=18306] ppid=18301 vsize=172632 CPUtime=24.82 cores=4-7
/proc/18306/stat : 18306 (plingeling) S 18301 18301 18275 0 -1 4202496 16918 1257 0 0 2480 2 0 0 18 0 5 0 529201729 176775168 15204 33554432000 4194304 4356188 140734695493312 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18306/statm: 43158 15204 162 40 0 41702 0
[pid=18306/tid=18313] ppid=18301 vsize=172632 CPUtime=6.2 cores=4-7
/proc/18306/task/18313/stat : 18313 (plingeling) R 18301 18301 18275 0 -1 4202560 2393 1257 0 0 620 0 0 0 25 0 5 0 529201738 176775168 15204 33554432000 4194304 4356188 140734695493312 18446744073709551615 4212703 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18306/tid=18314] ppid=18301 vsize=172632 CPUtime=6.15 cores=4-7
/proc/18306/task/18314/stat : 18314 (plingeling) R 18301 18301 18275 0 -1 4202560 2794 1257 0 0 615 0 0 0 25 0 5 0 529201739 176775168 15204 33554432000 4194304 4356188 140734695493312 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18306/tid=18315] ppid=18301 vsize=172632 CPUtime=6.16 cores=4-7
/proc/18306/task/18315/stat : 18315 (plingeling) R 18301 18301 18275 0 -1 4202560 1865 1257 0 0 616 0 0 0 25 0 5 0 529201739 176775168 15204 33554432000 4194304 4356188 140734695493312 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18306/tid=18316] ppid=18301 vsize=172632 CPUtime=6.19 cores=4-7
/proc/18306/task/18316/stat : 18316 (plingeling) R 18301 18301 18275 0 -1 4202560 5243 1257 0 0 619 0 0 0 25 0 5 0 529201739 176775168 15204 33554432000 4194304 4356188 140734695493312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.97
Current children cumulated vsize (KiB) 1202956

[startup+12.7006 s]
/proc/loadavg: 7.16 7.93 8.03 9/184 18316
/proc/meminfo: memFree=29773796/32951124 swapFree=67102748/67111528
[pid=18301] ppid=18299 vsize=18324 CPUtime=0 cores=0-7
/proc/18301/stat : 18301 (ppfolio) S 18299 18301 18275 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 529201729 18763776 390 33554432000 4194304 4287625 140736559515936 18446744073709551615 246516854287 0 0 4096 65536 4559314634623942655 0 0 17 4 0 0 0
/proc/18301/statm: 4581 390 341 23 0 91 0
[pid=18302] ppid=18301 vsize=444112 CPUtime=12.69 cores=0
/proc/18302/stat : 18302 (cryptominisat) R 18301 18301 18275 0 -1 4202496 17871 0 0 0 1267 2 0 0 25 0 1 0 529201729 454770688 12513 33554432000 4194304 4587354 140733713800160 18446744073709551615 4365254 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18302/statm: 111028 12513 337 96 0 107590 0
[pid=18303] ppid=18301 vsize=63928 CPUtime=12.69 cores=1
/proc/18303/stat : 18303 (clasp) R 18301 18301 18275 0 -1 4202496 14298 0 0 0 1266 3 0 0 25 0 1 0 529201729 65462272 13144 33554432000 4194304 4785740 140734533453504 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18303/statm: 15982 13144 340 145 0 13027 0
[pid=18304] ppid=18301 vsize=463880 CPUtime=12.68 cores=2
/proc/18304/stat : 18304 (TNM) R 18301 18301 18275 0 -1 4202496 3674 0 0 0 1268 0 0 0 25 0 1 0 529201729 475013120 3571 33554432000 134512640 134534564 4291328944 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18304/statm: 115970 3571 95 6 0 114636 0
[pid=18305] ppid=18301 vsize=27888 CPUtime=12.68 cores=3
/proc/18305/stat : 18305 (march_hi) R 18301 18301 18275 0 -1 4202496 12089 0 0 0 1267 1 0 0 25 0 1 0 529201729 28557312 2967 33554432000 4194304 4331988 140733466092704 18446744073709551615 4226489 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18305/statm: 6972 2967 174 34 0 5414 0
[pid=18306] ppid=18301 vsize=188200 CPUtime=50.38 cores=4-7
/proc/18306/stat : 18306 (plingeling) S 18301 18301 18275 0 -1 4202496 20810 1257 0 0 5036 2 0 0 18 0 5 0 529201729 192716800 19096 33554432000 4194304 4356188 140734695493312 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18306/statm: 47050 19096 162 40 0 45594 0
[pid=18306/tid=18313] ppid=18301 vsize=188200 CPUtime=12.6 cores=4-7
/proc/18306/task/18313/stat : 18313 (plingeling) R 18301 18301 18275 0 -1 4202560 3161 1257 0 0 1260 0 0 0 25 0 5 0 529201738 192716800 19096 33554432000 4194304 4356188 140734695493312 18446744073709551615 4310864 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18306/tid=18314] ppid=18301 vsize=188200 CPUtime=12.55 cores=4-7
/proc/18306/task/18314/stat : 18314 (plingeling) R 18301 18301 18275 0 -1 4202560 3615 1257 0 0 1255 0 0 0 25 0 5 0 529201739 192716800 19096 33554432000 4194304 4356188 140734695493312 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18306/tid=18315] ppid=18301 vsize=188200 CPUtime=12.52 cores=4-7
/proc/18306/task/18315/stat : 18315 (plingeling) R 18301 18301 18275 0 -1 4202560 3657 1257 0 0 1252 0 0 0 25 0 5 0 529201739 192716800 19096 33554432000 4194304 4356188 140734695493312 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18306/tid=18316] ppid=18301 vsize=188200 CPUtime=12.6 cores=4-7
/proc/18306/task/18316/stat : 18316 (plingeling) R 18301 18301 18275 0 -1 4202560 5754 1257 0 0 1259 1 0 0 25 0 5 0 529201739 192716800 19096 33554432000 4194304 4356188 140734695493312 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.12
Current children cumulated vsize (KiB) 1206332

[startup+25.5012 s]
/proc/loadavg: 7.34 7.93 8.03 9/184 18317
/proc/meminfo: memFree=29703096/32951124 swapFree=67102748/67111528
[pid=18301] ppid=18299 vsize=18324 CPUtime=0 cores=0-7
/proc/18301/stat : 18301 (ppfolio) S 18299 18301 18275 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 529201729 18763776 390 33554432000 4194304 4287625 140736559515936 18446744073709551615 246516854287 0 0 4096 65536 4559314634623942655 0 0 17 4 0 0 0
/proc/18301/statm: 4581 390 341 23 0 91 0
[pid=18302] ppid=18301 vsize=510076 CPUtime=25.49 cores=0
/proc/18302/stat : 18302 (cryptominisat) R 18301 18301 18275 0 -1 4202496 28190 0 0 0 2545 4 0 0 25 0 1 0 529201729 522317824 17001 33554432000 4194304 4587354 140733713800160 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=18304] ppid=18301 vsize=463880 CPUtime=4841.52 cores=2
/proc/18304/stat : 18304 (TNM) R 18301 18301 18275 0 -1 4202496 3674 0 0 0 484150 2 0 0 25 0 1 0 529201729 475013120 3571 33554432000 134512640 134534564 4291328944 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18304/statm: 115970 3571 95 6 0 114636 0
[pid=18305] ppid=18301 vsize=248136 CPUtime=4842.44 cores=3
/proc/18305/stat : 18305 (march_hi) R 18301 18301 18275 0 -1 4202496 59845 0 0 0 484209 35 0 0 25 0 1 0 529201729 254091264 50723 33554432000 4194304 4331988 140733466092704 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18305/statm: 62034 50723 175 34 0 60476 0
[pid=18306] ppid=18301 vsize=595204 CPUtime=19342.5 cores=4-7
/proc/18306/stat : 18306 (plingeling) S 18301 18301 18275 0 -1 4202496 3806118 1257 0 0 1933740 514 0 0 18 0 5 0 529201729 609488896 120879 33554432000 4194304 4356188 140734695493312 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18306/statm: 148801 120879 162 40 0 147345 0
[pid=18306/tid=18313] ppid=18301 vsize=595204 CPUtime=4842.33 cores=4-7
/proc/18306/task/18313/stat : 18313 (plingeling) R 18301 18301 18275 0 -1 4202560 981848 1257 0 0 484092 141 0 0 25 0 5 0 529201738 609488896 120879 33554432000 4194304 4356188 140734695493312 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18306/tid=18314] ppid=18301 vsize=595204 CPUtime=4841.84 cores=4-7
/proc/18306/task/18314/stat : 18314 (plingeling) R 18301 18301 18275 0 -1 4202560 805929 1257 0 0 484065 119 0 0 25 0 5 0 529201739 609488896 120879 33554432000 4194304 4356188 140734695493312 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18306/tid=18315] ppid=18301 vsize=595204 CPUtime=4815.9 cores=4-7
/proc/18306/task/18315/stat : 18315 (plingeling) R 18301 18301 18275 0 -1 4202560 581906 1257 0 0 481516 74 0 0 25 0 5 0 529201739 609488896 120879 33554432000 4194304 4356188 140734695493312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18306/tid=18316] ppid=18301 vsize=595204 CPUtime=4842.34 cores=4-7
/proc/18306/task/18316/stat : 18316 (plingeling) R 18301 18301 18275 0 -1 4202560 1431812 1257 0 0 484057 177 0 0 25 0 5 0 529201739 609488896 120879 33554432000 4194304 4356188 140734695493312 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38711.4
Current children cumulated vsize (KiB) 2611064

[startup+4902.3 s]
/proc/loadavg: 8.28 8.14 8.09 9/184 18459
/proc/meminfo: memFree=28408180/32951124 swapFree=67102748/67111528
[pid=18301] ppid=18299 vsize=18324 CPUtime=0 cores=0-7
/proc/18301/stat : 18301 (ppfolio) S 18299 18301 18275 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 529201729 18763776 390 33554432000 4194304 4287625 140736559515936 18446744073709551615 246516854287 0 0 4096 65536 4559314634623942655 0 0 17 4 0 0 0
/proc/18301/statm: 4581 390 341 23 0 91 0
[pid=18302] ppid=18301 vsize=791128 CPUtime=4902.42 cores=0
/proc/18302/stat : 18302 (cryptominisat) R 18301 18301 18275 0 -1 4202496 1050403 0 0 0 489778 464 0 0 25 0 1 0 529201729 810115072 105283 33554432000 4194304 4587354 140733713800160 18446744073709551615 4231879 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18302/statm: 197782 105283 337 96 0 194344 0
[pid=18303] ppid=18301 vsize=495672 CPUtime=4902.43 cores=1
/proc/18303/stat : 18303 (clasp) R 18301 18301 18275 0 -1 4202496 114543 0 0 0 490213 30 0 0 25 0 1 0 529201729 507568128 113389 33554432000 4194304 4785740 140734533453504 18446744073709551615 4287024 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18303/statm: 123918 113389 340 145 0 120963 0
[pid=18304] ppid=18301 vsize=463880 CPUtime=4901.52 cores=2
/proc/18304/stat : 18304 (TNM) R 18301 18301 18275 0 -1 4202496 3674 0 0 0 490150 2 0 0 25 0 1 0 529201729 475013120 3571 33554432000 134512640 134534564 4291328944 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18304/statm: 115970 3571 95 6 0 114636 0
[pid=18305] ppid=18301 vsize=248136 CPUtime=4902.43 cores=3
/proc/18305/stat : 18305 (march_hi) R 18301 18301 18275 0 -1 4202496 60610 0 0 0 490208 35 0 0 25 0 1 0 529201729 254091264 51488 33554432000 4194304 4331988 140733466092704 18446744073709551615 4226479 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18305/statm: 62034 51488 175 34 0 60476 0
[pid=18306] ppid=18301 vsize=588548 CPUtime=19582.2 cores=4-7
/proc/18306/stat : 18306 (plingeling) S 18301 18301 18275 0 -1 4202496 3840934 1257 0 0 1957703 518 0 0 18 0 5 0 529201729 602673152 119215 33554432000 4194304 4356188 140734695493312 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18306/statm: 147137 119215 162 40 0 145681 0
[pid=18306/tid=18313] ppid=18301 vsize=588548 CPUtime=4902.34 cores=4-7
/proc/18306/task/18313/stat : 18313 (plingeling) R 18301 18301 18275 0 -1 4202560 989272 1257 0 0 490092 142 0 0 25 0 5 0 529201738 602673152 119215 33554432000 4194304 4356188 140734695493312 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18306/tid=18314] ppid=18301 vsize=588548 CPUtime=4901.84 cores=4-7
/proc/18306/task/18314/stat : 18314 (plingeling) R 18301 18301 18275 0 -1 4202560 815913 1257 0 0 490064 120 0 0 25 0 5 0 529201739 602673152 119215 33554432000 4194304 4356188 140734695493312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18306/tid=18315] ppid=18301 vsize=588548 CPUtime=4875.58 cores=4-7
/proc/18306/task/18315/stat : 18315 (plingeling) R 18301 18301 18275 0 -1 4202560 586002 1257 0 0 487483 75 0 0 25 0 5 0 529201739 602673152 119215 33554432000 4194304 4356188 140734695493312 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18306/tid=18316] ppid=18301 vsize=588548 CPUtime=4902.35 cores=4-7
/proc/18306/task/18316/stat : 18316 (plingeling) R 18301 18301 18275 0 -1 4202560 1445124 1257 0 0 490056 179 0 0 25 0 5 0 529201739 602673152 119215 33554432000 4194304 4356188 140734695493312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39191
Current children cumulated vsize (KiB) 2605688

[startup+4962.3 s]
/proc/loadavg: 8.16 8.13 8.09 9/184 18460
/proc/meminfo: memFree=28388688/32951124 swapFree=67102748/67111528
[pid=18301] ppid=18299 vsize=18324 CPUtime=0 cores=0-7
/proc/18301/stat : 18301 (ppfolio) S 18299 18301 18275 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 529201729 18763776 390 33554432000 4194304 4287625 140736559515936 18446744073709551615 246516854287 0 0 4096 65536 4559314634623942655 0 0 17 4 0 0 0
/proc/18301/statm: 4581 390 341 23 0 91 0
[pid=18302] ppid=18301 vsize=1169072 CPUtime=4962.43 cores=0
/proc/18302/stat : 18302 (cryptominisat) R 18301 18301 18275 0 -1 4202496 1058528 0 0 0 495773 470 0 0 25 0 1 0 529201729 1197129728 96777 33554432000 4194304 4587354 140733713800160 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18302/statm: 292268 96777 337 96 0 288830 0
[pid=18303] ppid=18301 vsize=498016 CPUtime=4962.43 cores=1
/proc/18303/stat : 18303 (clasp) R 18301 18301 18275 0 -1 4202496 115107 0 0 0 496213 30 0 0 25 0 1 0 529201729 509968384 113953 33554432000 4194304 4785740 140734533453504 18446744073709551615 4286976 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18303/statm: 124504 113953 340 145 0 121549 0
[pid=18304] ppid=18301 vsize=463880 CPUtime=4961.52 cores=2
/proc/18304/stat : 18304 (TNM) R 18301 18301 18275 0 -1 4202496 3674 0 0 0 496150 2 0 0 25 0 1 0 529201729 475013120 3571 33554432000 134512640 134534564 4291328944 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18304/statm: 115970 3571 95 6 0 114636 0
[pid=18305] ppid=18301 vsize=248136 CPUtime=4962.44 cores=3
/proc/18305/stat : 18305 (march_hi) R 18301 18301 18275 0 -1 4202496 61391 0 0 0 496208 36 0 0 25 0 1 0 529201729 254091264 52269 33554432000 4194304 4331988 140733466092704 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18305/statm: 62034 52269 175 34 0 60476 0
[pid=18306] ppid=18301 vsize=628484 CPUtime=19821.9 cores=4-7
/proc/18306/stat : 18306 (plingeling) S 18301 18301 18275 0 -1 4202496 3891750 1257 0 0 1981665 524 0 0 18 0 5 0 529201729 643567616 129199 33554432000 4194304 4356188 140734695493312 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18306/statm: 157121 129199 162 40 0 155665 0
[pid=18306/tid=18313] ppid=18301 vsize=628484 CPUtime=4962.34 cores=4-7
/proc/18306/task/18313/stat : 18313 (plingeling) R 18301 18301 18275 0 -1 4202560 1001048 1257 0 0 496091 143 0 0 25 0 5 0 529201738 643567616 129199 33554432000 4194304 4356188 140734695493312 18446744073709551615 4331792 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18306/tid=18314] ppid=18301 vsize=628484 CPUtime=4961.82 cores=4-7
/proc/18306/task/18314/stat : 18314 (plingeling) R 18301 18301 18275 0 -1 4202560 821545 1257 0 0 496062 120 0 0 25 0 5 0 529201739 643567616 129199 33554432000 4194304 4356188 140734695493312 18446744073709551615 4331144 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18306/tid=18315] ppid=18301 vsize=628484 CPUtime=4935.25 cores=4-7
/proc/18306/task/18315/stat : 18315 (plingeling) R 18301 18301 18275 0 -1 4202560 600978 1257 0 0 493448 77 0 0 25 0 5 0 529201739 643567616 129199 33554432000 4194304 4356188 140734695493312 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18306/tid=18316] ppid=18301 vsize=628484 CPUtime=4962.34 cores=4-7
/proc/18306/task/18316/stat : 18316 (plingeling) R 18301 18301 18275 0 -1 4202560 1463556 1257 0 0 496053 181 0 0 25 0 5 0 529201739 643567616 129199 33554432000 4194304 4356188 140734695493312 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39670.7
Current children cumulated vsize (KiB) 3025912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.5 s]
/proc/loadavg: 8.23 8.14 8.09 9/184 18461
/proc/meminfo: memFree=28364116/32951124 swapFree=67102748/67111528
[pid=18301] ppid=18299 vsize=18324 CPUtime=0 cores=0-7
/proc/18301/stat : 18301 (ppfolio) S 18299 18301 18275 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 529201729 18763776 390 33554432000 4194304 4287625 140736559515936 18446744073709551615 246516854287 0 0 4096 65536 4559314634623942655 0 0 17 4 0 0 0
/proc/18301/statm: 4581 390 341 23 0 91 0
[pid=18302] ppid=18301 vsize=1169072 CPUtime=5003.64 cores=0
/proc/18302/stat : 18302 (cryptominisat) R 18301 18301 18275 0 -1 4202496 1067316 0 0 0 499889 475 0 0 25 0 1 0 529201729 1197129728 105430 33554432000 4194304 4587354 140733713800160 18446744073709551615 4231420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18302/statm: 292268 105430 337 96 0 288830 0
[pid=18303] ppid=18301 vsize=500044 CPUtime=5003.65 cores=1
/proc/18303/stat : 18303 (clasp) R 18301 18301 18275 0 -1 4202496 115516 0 0 0 500334 31 0 0 25 0 1 0 529201729 512045056 114362 33554432000 4194304 4785740 140734533453504 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18303/statm: 125011 114362 340 145 0 122056 0
[pid=18304] ppid=18301 vsize=463880 CPUtime=5002.73 cores=2
/proc/18304/stat : 18304 (TNM) R 18301 18301 18275 0 -1 4202496 3674 0 0 0 500271 2 0 0 25 0 1 0 529201729 475013120 3571 33554432000 134512640 134534564 4291328944 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18304/statm: 115970 3571 95 6 0 114636 0
[pid=18305] ppid=18301 vsize=248136 CPUtime=5003.65 cores=3
/proc/18305/stat : 18305 (march_hi) R 18301 18301 18275 0 -1 4202496 61924 0 0 0 500328 37 0 0 25 0 1 0 529201729 254091264 52802 33554432000 4194304 4331988 140733466092704 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18305/statm: 62034 52802 175 34 0 60476 0
[pid=18306] ppid=18301 vsize=615172 CPUtime=19986.5 cores=4-7
/proc/18306/stat : 18306 (plingeling) S 18301 18301 18275 0 -1 4202496 3933606 1257 0 0 1998118 530 0 0 18 0 5 0 529201729 629936128 125871 33554432000 4194304 4356188 140734695493312 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18306/statm: 153793 125871 162 40 0 152337 0
[pid=18306/tid=18313] ppid=18301 vsize=615172 CPUtime=5003.55 cores=4-7
/proc/18306/task/18313/stat : 18313 (plingeling) R 18301 18301 18275 0 -1 4202560 1014360 1257 0 0 500210 145 0 0 25 0 5 0 529201738 629936128 125871 33554432000 4194304 4356188 140734695493312 18446744073709551615 4332156 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18306/tid=18314] ppid=18301 vsize=615172 CPUtime=5003.03 cores=4-7
/proc/18306/task/18314/stat : 18314 (plingeling) R 18301 18301 18275 0 -1 4202560 835113 1257 0 0 500180 123 0 0 25 0 5 0 529201739 629936128 125871 33554432000 4194304 4356188 140734695493312 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18306/tid=18315] ppid=18301 vsize=615172 CPUtime=4976.23 cores=4-7
/proc/18306/task/18315/stat : 18315 (plingeling) R 18301 18301 18275 0 -1 4202560 600978 1257 0 0 497546 77 0 0 25 0 5 0 529201739 629936128 125871 33554432000 4194304 4356188 140734695493312 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18306/tid=18316] ppid=18301 vsize=615172 CPUtime=5003.55 cores=4-7
/proc/18306/task/18316/stat : 18316 (plingeling) R 18301 18301 18275 0 -1 4202560 1478532 1257 0 0 500172 183 0 0 25 0 5 0 529201739 629936128 125871 33554432000 4194304 4356188 140734695493312 18446744073709551615 4279490 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.1
Current children cumulated vsize (KiB) 3014628

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

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

[startup+5003.5 s]
/proc/loadavg: 8.23 8.14 8.09 9/184 18461
/proc/meminfo: memFree=28364116/32951124 swapFree=67102748/67111528
[pid=18301] ppid=18299 vsize=18324 CPUtime=0 cores=0-7
/proc/18301/stat : 18301 (ppfolio) S 18299 18301 18275 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 529201729 18763776 390 33554432000 4194304 4287625 140736559515936 18446744073709551615 246516854287 0 0 4096 65536 4559314634623942655 0 0 17 4 0 0 0
/proc/18301/statm: 4581 390 341 23 0 91 0
[pid=18302] ppid=18301 vsize=1169072 CPUtime=5003.64 cores=0
/proc/18302/stat : 18302 (cryptominisat) R 18301 18301 18275 0 -1 4202496 1067316 0 0 0 499889 475 0 0 25 0 1 0 529201729 1197129728 105430 33554432000 4194304 4587354 140733713800160 18446744073709551615 4231420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18302/statm: 292268 105430 337 96 0 288830 0
[pid=18303] ppid=18301 vsize=500044 CPUtime=5003.65 cores=1
/proc/18303/stat : 18303 (clasp) R 18301 18301 18275 0 -1 4202496 115516 0 0 0 500334 31 0 0 25 0 1 0 529201729 512045056 114362 33554432000 4194304 4785740 140734533453504 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18303/statm: 125011 114362 340 145 0 122056 0
[pid=18304] ppid=18301 vsize=463880 CPUtime=5002.73 cores=2
/proc/18304/stat : 18304 (TNM) R 18301 18301 18275 0 -1 4202496 3674 0 0 0 500271 2 0 0 25 0 1 0 529201729 475013120 3571 33554432000 134512640 134534564 4291328944 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18304/statm: 115970 3571 95 6 0 114636 0
[pid=18305] ppid=18301 vsize=248136 CPUtime=5003.65 cores=3
/proc/18305/stat : 18305 (march_hi) R 18301 18301 18275 0 -1 4202496 61924 0 0 0 500328 37 0 0 25 0 1 0 529201729 254091264 52802 33554432000 4194304 4331988 140733466092704 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18305/statm: 62034 52802 175 34 0 60476 0
[pid=18306] ppid=18301 vsize=615172 CPUtime=19986.5 cores=4-7
/proc/18306/stat : 18306 (plingeling) S 18301 18301 18275 0 -1 4202496 3933606 1257 0 0 1998118 530 0 0 18 0 5 0 529201729 629936128 125871 33554432000 4194304 4356188 140734695493312 18446744073709551615 246528636901 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/18306/statm: 153793 125871 162 40 0 152337 0
[pid=18306/tid=18313] ppid=18301 vsize=615172 CPUtime=5003.55 cores=4-7
/proc/18306/task/18313/stat : 18313 (plingeling) R 18301 18301 18275 0 -1 4202560 1014360 1257 0 0 500210 145 0 0 25 0 5 0 529201738 629936128 125871 33554432000 4194304 4356188 140734695493312 18446744073709551615 4332156 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18306/tid=18314] ppid=18301 vsize=615172 CPUtime=5003.03 cores=4-7
/proc/18306/task/18314/stat : 18314 (plingeling) R 18301 18301 18275 0 -1 4202560 835113 1257 0 0 500180 123 0 0 25 0 5 0 529201739 629936128 125871 33554432000 4194304 4356188 140734695493312 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18306/tid=18315] ppid=18301 vsize=615172 CPUtime=4976.23 cores=4-7
/proc/18306/task/18315/stat : 18315 (plingeling) R 18301 18301 18275 0 -1 4202560 600978 1257 0 0 497546 77 0 0 25 0 5 0 529201739 629936128 125871 33554432000 4194304 4356188 140734695493312 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18306/tid=18316] ppid=18301 vsize=615172 CPUtime=5003.55 cores=4-7
/proc/18306/task/18316/stat : 18316 (plingeling) R 18301 18301 18275 0 -1 4202560 1478532 1257 0 0 500172 183 0 0 25 0 5 0 529201739 629936128 125871 33554432000 4194304 4356188 140734695493312 18446744073709551615 4279490 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.1
Current children cumulated vsize (KiB) 3014628

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18301 and gives
#  childrusage.ru_utime.tv_sec=5002
#  childrusage.ru_utime.tv_usec=713471
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=25996
# CPU time returned by wait4() is 5002.74
# while last known CPU time is 40000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.52
CPU time (s): 40000.1
CPU user time (s): 39989.4
CPU system time (s): 10.75
CPU usage (%): 799.441
Max. virtual memory (cumulated for all children) (KiB): 7781684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5002.71
system time used= 0.025996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4199
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= 460
involuntary context switches= 14173

runsolver used 7.38288 second user time and 19.916 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-30 17:07:15
IDJOB=3276361
IDBENCH=88218
IDSOLVER=1638
FILE ID=node134/3276361-1304176035
RUNJOBID= node134-1304176035-18289
PBS_JOBID= 13170976
Free space on /tmp= 72512 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q505.75-n35-p30-s59841049.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3276361-1304176035/watcher-3276361-1304176035 -o /tmp/evaluation-result-3276361-1304176035/solver-3276361-1304176035 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3276361-1304176035.cnf

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

MD5SUM BENCH= c86ce640ddb0138bf41ccc37bc6fcf28
RANDOM SEED=489265880

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29971008 kB
Buffers:       1037816 kB
Cached:        1482004 kB
SwapCached:       4632 kB
Active:         216360 kB
Inactive:      2363004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29971008 kB
SwapTotal:    67111528 kB
SwapFree:     67102748 kB
Dirty:           11700 kB
Writeback:           0 kB
AnonPages:       56512 kB
Mapped:          14284 kB
Slab:           335684 kB
PageTables:       4776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184648 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72500 MiB
End job on node134 at 2011-04-30 18:30:41