Trace number 3221331

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1230934123-063.UNKNOWN.cnf
MD5SUM5aca76da937068f3a8e48a26305deff6
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 variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.86 7.84 7.92 2/170 26557
/proc/meminfo: memFree=30502756/32951124 swapFree=67111416/67111528
[pid=26557] ppid=26555 vsize=18324 CPUtime=0 cores=0-7
/proc/26557/stat : 26557 (ppfolio) S 26555 26557 26437 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 527735870 18763776 390 33554432000 4194304 4287625 140736628480176 18446744073709551615 212436037135 0 0 4096 65536 2826088513535 0 0 17 6 0 0 0
/proc/26557/statm: 4581 390 341 23 0 91 0

[startup+0.107291 s]
/proc/loadavg: 7.86 7.84 7.92 2/170 26557
/proc/meminfo: memFree=30502756/32951124 swapFree=67111416/67111528
[pid=26557] ppid=26555 vsize=18324 CPUtime=0 cores=0-7
/proc/26557/stat : 26557 (ppfolio) R 26555 26557 26437 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 527735870 18763776 390 33554432000 4194304 4287625 140736628480176 18446744073709551615 212436037135 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/26557/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200273 s]
/proc/loadavg: 7.86 7.84 7.92 2/170 26557
/proc/meminfo: memFree=30502756/32951124 swapFree=67111416/67111528
[pid=26557] ppid=26555 vsize=18324 CPUtime=0 cores=0-7
/proc/26557/stat : 26557 (ppfolio) S 26555 26557 26437 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 527735870 18763776 390 33554432000 4194304 4287625 140736628480176 18446744073709551615 212436037135 0 0 4096 65536 8887563735279861759 0 0 17 4 0 0 0
/proc/26557/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300255 s]
/proc/loadavg: 7.86 7.84 7.92 2/170 26557
/proc/meminfo: memFree=30502756/32951124 swapFree=67111416/67111528
[pid=26557] ppid=26555 vsize=18324 CPUtime=0 cores=0-7
/proc/26557/stat : 26557 (ppfolio) S 26555 26557 26437 0 -1 4202496 523 0 0 0 0 0 0 0 24 0 1 0 527735870 18763776 390 33554432000 4194304 4287625 140736628480176 18446744073709551615 212436037135 0 0 4096 65536 8887563735279861759 0 0 17 4 0 0 0
/proc/26557/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700179 s]
/proc/loadavg: 7.86 7.84 7.92 2/170 26557
/proc/meminfo: memFree=30502756/32951124 swapFree=67111416/67111528
[pid=26557] ppid=26555 vsize=18324 CPUtime=0 cores=0-7
/proc/26557/stat : 26557 (ppfolio) S 26555 26557 26437 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 527735870 18763776 390 33554432000 4194304 4287625 140736628480176 18446744073709551615 212436037135 0 0 4096 65536 8887563735279861759 0 0 17 4 0 0 0
/proc/26557/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50103 s]
/proc/loadavg: 7.86 7.84 7.92 9/180 26572
/proc/meminfo: memFree=30483944/32951124 swapFree=67111416/67111528
[pid=26557] ppid=26555 vsize=18324 CPUtime=0 cores=0-7
/proc/26557/stat : 26557 (ppfolio) S 26555 26557 26437 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527735870 18763776 390 33554432000 4194304 4287625 140736628480176 18446744073709551615 212436037135 0 0 4096 65536 8887563735279861759 0 0 17 4 0 0 0
/proc/26557/statm: 4581 390 341 23 0 91 0
[pid=26558] ppid=26557 vsize=758040 CPUtime=1.49 cores=0
/proc/26558/stat : 26558 (cryptominisat) R 26557 26557 26437 0 -1 4202496 2515 0 0 0 149 0 0 0 25 0 1 0 527735870 776232960 1087 33554432000 4194304 4587354 140734666255248 18446744073709551615 212435713734 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26558/statm: 189510 1087 331 96 0 186072 0
[pid=26559] ppid=26557 vsize=14536 CPUtime=1.49 cores=1
/proc/26559/stat : 26559 (clasp) R 26557 26557 26437 0 -1 4202496 1097 0 0 0 149 0 0 0 20 0 1 0 527735870 14884864 983 33554432000 4194304 4785740 140736242552304 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26559/statm: 3634 983 341 145 0 679 0
[pid=26560] ppid=26557 vsize=455956 CPUtime=1.49 cores=2
/proc/26560/stat : 26560 (TNM) R 26557 26557 26437 0 -1 4202496 373 0 0 0 149 0 0 0 20 0 1 0 527735870 466898944 270 33554432000 134512640 134534564 4289428432 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26560/statm: 113989 270 95 6 0 112655 0
[pid=26561] ppid=26557 vsize=8772 CPUtime=1.49 cores=3
/proc/26561/stat : 26561 (march_hi) R 26557 26557 26437 0 -1 4202496 771 0 0 0 149 0 0 0 20 0 1 0 527735870 8982528 660 33554432000 4194304 4331988 140737119048304 18446744073709551615 4226483 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26561/statm: 2193 660 172 34 0 635 0
[pid=26562] ppid=26557 vsize=188648 CPUtime=5.93 cores=4-7
/proc/26562/stat : 26562 (plingeling) S 26557 26557 26437 0 -1 4202496 3583 1250 0 0 593 0 0 0 25 0 5 0 527735871 193175552 3013 33554432000 4194304 4356188 140736945437504 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26562/statm: 47162 3013 164 40 0 45706 0
[pid=26562/tid=26569] ppid=26557 vsize=188648 CPUtime=1.48 cores=4-7
/proc/26562/task/26569/stat : 26569 (plingeling) R 26557 26557 26437 0 -1 4202560 711 1250 0 0 148 0 0 0 20 0 5 0 527735871 193175552 3013 33554432000 4194304 4356188 140736945437504 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26562/tid=26570] ppid=26557 vsize=188648 CPUtime=1.48 cores=4-7
/proc/26562/task/26570/stat : 26570 (plingeling) R 26557 26557 26437 0 -1 4202560 848 1250 0 0 148 0 0 0 25 0 5 0 527735871 193175552 3013 33554432000 4194304 4356188 140736945437504 18446744073709551615 4331309 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26562/tid=26571] ppid=26557 vsize=188648 CPUtime=1.48 cores=4-7
/proc/26562/task/26571/stat : 26571 (plingeling) R 26557 26557 26437 0 -1 4202560 717 1250 0 0 148 0 0 0 25 0 5 0 527735871 193175552 3013 33554432000 4194304 4356188 140736945437504 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26562/tid=26572] ppid=26557 vsize=188648 CPUtime=1.47 cores=4-7
/proc/26562/task/26572/stat : 26572 (plingeling) R 26557 26557 26437 0 -1 4202560 778 1250 0 0 147 0 0 0 25 0 5 0 527735871 193175552 3013 33554432000 4194304 4356188 140736945437504 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 1444276

[startup+3.10072 s]
/proc/loadavg: 7.86 7.84 7.92 9/180 26572
/proc/meminfo: memFree=30474284/32951124 swapFree=67111416/67111528
[pid=26557] ppid=26555 vsize=18324 CPUtime=0 cores=0-7
/proc/26557/stat : 26557 (ppfolio) S 26555 26557 26437 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527735870 18763776 390 33554432000 4194304 4287625 140736628480176 18446744073709551615 212436037135 0 0 4096 65536 8887563735279861759 0 0 17 4 0 0 0
/proc/26557/statm: 4581 390 341 23 0 91 0
[pid=26558] ppid=26557 vsize=759900 CPUtime=3.08 cores=0
/proc/26558/stat : 26558 (cryptominisat) R 26557 26557 26437 0 -1 4202496 5212 0 0 0 308 0 0 0 25 0 1 0 527735870 778137600 2782 33554432000 4194304 4587354 140734666255248 18446744073709551615 4238712 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26558/statm: 189975 2782 337 96 0 186537 0
[pid=26559] ppid=26557 vsize=15472 CPUtime=3.09 cores=1
/proc/26559/stat : 26559 (clasp) R 26557 26557 26437 0 -1 4202496 1325 0 0 0 309 0 0 0 25 0 1 0 527735870 15843328 1211 33554432000 4194304 4785740 140736242552304 18446744073709551615 4562640 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26559/statm: 3868 1211 341 145 0 913 0
[pid=26560] ppid=26557 vsize=455956 CPUtime=3.09 cores=2
/proc/26560/stat : 26560 (TNM) R 26557 26557 26437 0 -1 4202496 373 0 0 0 309 0 0 0 25 0 1 0 527735870 466898944 270 33554432000 134512640 134534564 4289428432 18446744073709551615 134528719 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26560/statm: 113989 270 95 6 0 112655 0
[pid=26561] ppid=26557 vsize=9152 CPUtime=3.09 cores=3
/proc/26561/stat : 26561 (march_hi) R 26557 26557 26437 0 -1 4202496 839 0 0 0 309 0 0 0 25 0 1 0 527735870 9371648 728 33554432000 4194304 4331988 140737119048304 18446744073709551615 4237076 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26561/statm: 2288 728 173 34 0 730 0
[pid=26562] ppid=26557 vsize=188400 CPUtime=12.32 cores=4-7
/proc/26562/stat : 26562 (plingeling) S 26557 26557 26437 0 -1 4202496 4129 1250 0 0 1232 0 0 0 25 0 5 0 527735871 192921600 2951 33554432000 4194304 4356188 140736945437504 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26562/statm: 47100 2951 164 40 0 45644 0
[pid=26562/tid=26569] ppid=26557 vsize=188400 CPUtime=3.08 cores=4-7
/proc/26562/task/26569/stat : 26569 (plingeling) R 26557 26557 26437 0 -1 4202560 1096 1250 0 0 308 0 0 0 25 0 5 0 527735871 192921600 2951 33554432000 4194304 4356188 140736945437504 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26562/tid=26570] ppid=26557 vsize=188400 CPUtime=3.08 cores=4-7
/proc/26562/task/26570/stat : 26570 (plingeling) R 26557 26557 26437 0 -1 4202560 880 1250 0 0 308 0 0 0 25 0 5 0 527735871 192921600 2951 33554432000 4194304 4356188 140736945437504 18446744073709551615 4279755 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26562/tid=26571] ppid=26557 vsize=188400 CPUtime=3.08 cores=4-7
/proc/26562/task/26571/stat : 26571 (plingeling) R 26557 26557 26437 0 -1 4202560 749 1250 0 0 308 0 0 0 25 0 5 0 527735871 192921600 2951 33554432000 4194304 4356188 140736945437504 18446744073709551615 4279761 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26562/tid=26572] ppid=26557 vsize=188400 CPUtime=3.06 cores=4-7
/proc/26562/task/26572/stat : 26572 (plingeling) R 26557 26557 26437 0 -1 4202560 875 1250 0 0 306 0 0 0 25 0 5 0 527735871 192921600 2951 33554432000 4194304 4356188 140736945437504 18446744073709551615 4332046 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) 1447204

[startup+6.30111 s]
/proc/loadavg: 7.87 7.84 7.92 9/180 26573
/proc/meminfo: memFree=30464944/32951124 swapFree=67111416/67111528
[pid=26557] ppid=26555 vsize=18324 CPUtime=0 cores=0-7
/proc/26557/stat : 26557 (ppfolio) S 26555 26557 26437 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527735870 18763776 390 33554432000 4194304 4287625 140736628480176 18446744073709551615 212436037135 0 0 4096 65536 8887563735279861759 0 0 17 4 0 0 0
/proc/26557/statm: 4581 390 341 23 0 91 0
[pid=26558] ppid=26557 vsize=778816 CPUtime=6.29 cores=0
/proc/26558/stat : 26558 (cryptominisat) R 26557 26557 26437 0 -1 4202496 6170 0 0 0 628 1 0 0 25 0 1 0 527735870 797507584 3721 33554432000 4194304 4587354 140734666255248 18446744073709551615 4238240 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26558/statm: 194704 3721 337 96 0 191266 0
[pid=26559] ppid=26557 vsize=16556 CPUtime=6.29 cores=1
/proc/26559/stat : 26559 (clasp) R 26557 26557 26437 0 -1 4202496 1611 0 0 0 629 0 0 0 25 0 1 0 527735870 16953344 1497 33554432000 4194304 4785740 140736242552304 18446744073709551615 4553015 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26559/statm: 4139 1497 341 145 0 1184 0
[pid=26560] ppid=26557 vsize=455956 CPUtime=6.29 cores=2
/proc/26560/stat : 26560 (TNM) R 26557 26557 26437 0 -1 4202496 373 0 0 0 629 0 0 0 25 0 1 0 527735870 466898944 270 33554432000 134512640 134534564 4289428432 18446744073709551615 134528600 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26560/statm: 113989 270 95 6 0 112655 0
[pid=26561] ppid=26557 vsize=9492 CPUtime=6.29 cores=3
/proc/26561/stat : 26561 (march_hi) R 26557 26557 26437 0 -1 4202496 971 0 0 0 629 0 0 0 25 0 1 0 527735870 9719808 860 33554432000 4194304 4331988 140737119048304 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26561/statm: 2373 860 173 34 0 815 0
[pid=26562] ppid=26557 vsize=189764 CPUtime=25.1 cores=4-7
/proc/26562/stat : 26562 (plingeling) S 26557 26557 26437 0 -1 4202496 6378 1250 0 0 2510 0 0 0 25 0 5 0 527735871 194318336 3245 33554432000 4194304 4356188 140736945437504 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26562/statm: 47441 3245 164 40 0 45985 0
[pid=26562/tid=26569] ppid=26557 vsize=189764 CPUtime=6.28 cores=4-7
/proc/26562/task/26569/stat : 26569 (plingeling) R 26557 26557 26437 0 -1 4202560 1610 1250 0 0 628 0 0 0 25 0 5 0 527735871 194318336 3245 33554432000 4194304 4356188 140736945437504 18446744073709551615 4332322 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26562/tid=26570] ppid=26557 vsize=189764 CPUtime=6.28 cores=4-7
/proc/26562/task/26570/stat : 26570 (plingeling) R 26557 26557 26437 0 -1 4202560 1457 1250 0 0 628 0 0 0 25 0 5 0 527735871 194318336 3245 33554432000 4194304 4356188 140736945437504 18446744073709551615 4332320 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26562/tid=26571] ppid=26557 vsize=189764 CPUtime=6.28 cores=4-7
/proc/26562/task/26571/stat : 26571 (plingeling) R 26557 26557 26437 0 -1 4202560 1327 1250 0 0 628 0 0 0 25 0 5 0 527735871 194318336 3245 33554432000 4194304 4356188 140736945437504 18446744073709551615 4234297 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26562/tid=26572] ppid=26557 vsize=189764 CPUtime=6.25 cores=4-7
/proc/26562/task/26572/stat : 26572 (plingeling) R 26557 26557 26437 0 -1 4202560 1455 1250 0 0 625 0 0 0 25 0 5 0 527735871 194318336 3245 33554432000 4194304 4356188 140736945437504 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 1468908

[startup+12.7009 s]
/proc/loadavg: 7.88 7.85 7.92 9/180 26573
/proc/meminfo: memFree=30449848/32951124 swapFree=67111416/67111528
[pid=26557] ppid=26555 vsize=18324 CPUtime=0 cores=0-7
/proc/26557/stat : 26557 (ppfolio) S 26555 26557 26437 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527735870 18763776 390 33554432000 4194304 4287625 140736628480176 18446744073709551615 212436037135 0 0 4096 65536 8887563735279861759 0 0 17 4 0 0 0
/proc/26557/statm: 4581 390 341 23 0 91 0
[pid=26558] ppid=26557 vsize=45720 CPUtime=12.69 cores=0
/proc/26558/stat : 26558 (cryptominisat) R 26557 26557 26437 0 -1 4202496 12731 0 0 0 1267 2 0 0 25 0 1 0 527735870 46817280 5711 33554432000 4194304 4587354 140734666255248 18446744073709551615 4238622 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26558/statm: 11430 5711 337 96 0 7992 0
[pid=26559] ppid=26557 vsize=18336 CPUtime=12.69 cores=1
/proc/26559/stat : 26559 (clasp) R 26557 26557 26437 0 -1 4202496 2035 0 0 0 1269 0 0 0 25 0 1 0 527735870 18776064 1921 33554432000 4194304 4785740 140736242552304 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26559/statm: 4584 1921 341 145 0 1629 0
[pid=26560] ppid=26557 vsize=455956 CPUtime=12.69 cores=2
/proc/26560/stat : 26560 (TNM) R 26557 26557 26437 0 -1 4202496 373 0 0 0 1269 0 0 0 25 0 1 0 527735870 466898944 270 33554432000 134512640 134534564 4289428432 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26560/statm: 113989 270 95 6 0 112655 0
[pid=26561] ppid=26557 vsize=10916 CPUtime=12.69 cores=3
/proc/26561/stat : 26561 (march_hi) R 26557 26557 26437 0 -1 4202496 1269 0 0 0 1269 0 0 0 25 0 1 0 527735870 11177984 1124 33554432000 4194304 4331988 140737119048304 18446744073709551615 4211435 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26561/statm: 2729 1124 173 34 0 1171 0
[pid=26562] ppid=26557 vsize=196200 CPUtime=50.67 cores=4-7
/proc/26562/stat : 26562 (plingeling) S 26557 26557 26437 0 -1 4202496 11323 1250 0 0 5066 1 0 0 25 0 5 0 527735871 200908800 4854 33554432000 4194304 4356188 140736945437504 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26562/statm: 49050 4854 164 40 0 47594 0
[pid=26562/tid=26569] ppid=26557 vsize=196200 CPUtime=12.68 cores=4-7
/proc/26562/task/26569/stat : 26569 (plingeling) R 26557 26557 26437 0 -1 4202560 2989 1250 0 0 1268 0 0 0 25 0 5 0 527735871 200908800 4854 33554432000 4194304 4356188 140736945437504 18446744073709551615 4331101 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26562/tid=26570] ppid=26557 vsize=196200 CPUtime=12.68 cores=4-7
/proc/26562/task/26570/stat : 26570 (plingeling) R 26557 26557 26437 0 -1 4202560 2458 1250 0 0 1268 0 0 0 25 0 5 0 527735871 200908800 4854 33554432000 4194304 4356188 140736945437504 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26562/tid=26571] ppid=26557 vsize=196200 CPUtime=12.68 cores=4-7
/proc/26562/task/26571/stat : 26571 (plingeling) R 26557 26557 26437 0 -1 4202560 2321 1250 0 0 1268 0 0 0 25 0 5 0 527735871 200908800 4854 33554432000 4194304 4356188 140736945437504 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26562/tid=26572] ppid=26557 vsize=196200 CPUtime=12.61 cores=4-7
/proc/26562/task/26572/stat : 26572 (plingeling) R 26557 26557 26437 0 -1 4202560 3026 1250 0 0 1261 0 0 0 25 0 5 0 527735871 200908800 4854 33554432000 4194304 4356188 140736945437504 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 745452

[startup+25.5005 s]
/proc/loadavg: 7.91 7.85 7.92 9/180 26573
/proc/meminfo: memFree=30435824/32951124 swapFree=67111416/67111528
[pid=26557] ppid=26555 vsize=18324 CPUtime=0 cores=0-7
/proc/26557/stat : 26557 (ppfolio) S 26555 26557 26437 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527735870 18763776 390 33554432000 4194304 4287625 140736628480176 18446744073709551615 212436037135 0 0 4096 65536 8887563735279861759 0 0 17 4 0 0 0
/proc/26557/statm: 4581 390 341 23 0 91 0
[pid=26558] ppid=26557 vsize=776776 CPUtime=25.49 cores=0
/proc/26558/stat : 26558 (cryptominisat) R 26557 26557 26437 0 -1 4202496 18890 0 0 0 2546 3 0 0 25 0 1 0 527735870 795418624 7098 33554432000 4194304 4587354 140734666255248 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=26560] ppid=26557 vsize=455960 CPUtime=4842 cores=2
/proc/26560/stat : 26560 (TNM) R 26557 26557 26437 0 -1 4202496 382 0 0 0 484199 1 0 0 25 0 1 0 527735870 466903040 279 33554432000 134512640 134534564 4289428432 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26560/statm: 113990 279 103 6 0 112656 0
[pid=26561] ppid=26557 vsize=833340 CPUtime=4842.47 cores=3
/proc/26561/stat : 26561 (march_hi) R 26557 26557 26437 0 -1 4202496 162583 0 0 0 484128 119 0 0 25 0 1 0 527735870 853340160 162438 33554432000 4194304 4331988 140737119048304 18446744073709551615 4211467 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26561/statm: 208335 162438 173 34 0 206777 0
[pid=26562] ppid=26557 vsize=316992 CPUtime=19341.7 cores=4-7
/proc/26562/stat : 26562 (plingeling) S 26557 26557 26437 0 -1 4202496 867285 1250 0 0 1934041 133 0 0 25 0 5 0 527735871 324599808 34988 33554432000 4194304 4356188 140736945437504 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26562/statm: 79248 34988 164 40 0 77792 0
[pid=26562/tid=26569] ppid=26557 vsize=316992 CPUtime=4842.33 cores=4-7
/proc/26562/task/26569/stat : 26569 (plingeling) R 26557 26557 26437 0 -1 4202560 218129 1250 0 0 484200 33 0 0 25 0 5 0 527735871 324599808 34988 33554432000 4194304 4356188 140736945437504 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26562/tid=26570] ppid=26557 vsize=316992 CPUtime=4840.88 cores=4-7
/proc/26562/task/26570/stat : 26570 (plingeling) R 26557 26557 26437 0 -1 4202560 206079 1250 0 0 484055 33 0 0 25 0 5 0 527735871 324599808 34988 33554432000 4194304 4356188 140736945437504 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26562/tid=26571] ppid=26557 vsize=316992 CPUtime=4842.45 cores=4-7
/proc/26562/task/26571/stat : 26571 (plingeling) R 26557 26557 26437 0 -1 4202560 213563 1250 0 0 484211 34 0 0 25 0 5 0 527735871 324599808 34988 33554432000 4194304 4356188 140736945437504 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26562/tid=26572] ppid=26557 vsize=316992 CPUtime=4816.04 cores=4-7
/proc/26562/task/26572/stat : 26572 (plingeling) R 26557 26557 26437 0 -1 4202560 228985 1250 0 0 481573 31 0 0 25 0 5 0 527735871 324599808 34988 33554432000 4194304 4356188 140736945437504 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38711.2
Current children cumulated vsize (KiB) 2719540

[startup+4902.3 s]
/proc/loadavg: 8.08 8.05 8.00 9/180 26718
/proc/meminfo: memFree=29443492/32951124 swapFree=67111416/67111528
[pid=26557] ppid=26555 vsize=18324 CPUtime=0 cores=0-7
/proc/26557/stat : 26557 (ppfolio) S 26555 26557 26437 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527735870 18763776 390 33554432000 4194304 4287625 140736628480176 18446744073709551615 212436037135 0 0 4096 65536 8887563735279861759 0 0 17 4 0 0 0
/proc/26557/statm: 4581 390 341 23 0 91 0
[pid=26558] ppid=26557 vsize=928744 CPUtime=4902.46 cores=0
/proc/26558/stat : 26558 (cryptominisat) R 26557 26557 26437 0 -1 4202496 287356 0 0 0 490109 137 0 0 25 0 1 0 527735870 951033856 44622 33554432000 4194304 4587354 140734666255248 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26558/statm: 232186 44622 337 96 0 228748 0
[pid=26559] ppid=26557 vsize=71924 CPUtime=4902.47 cores=1
/proc/26559/stat : 26559 (clasp) R 26557 26557 26437 0 -1 4202496 14343 0 0 0 490244 3 0 0 25 0 1 0 527735870 73650176 14229 33554432000 4194304 4785740 140736242552304 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26559/statm: 17981 14229 341 145 0 15026 0
[pid=26560] ppid=26557 vsize=455960 CPUtime=4901.99 cores=2
/proc/26560/stat : 26560 (TNM) R 26557 26557 26437 0 -1 4202496 382 0 0 0 490198 1 0 0 25 0 1 0 527735870 466903040 279 33554432000 134512640 134534564 4289428432 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26560/statm: 113990 279 103 6 0 112656 0
[pid=26561] ppid=26557 vsize=833340 CPUtime=4902.47 cores=3
/proc/26561/stat : 26561 (march_hi) R 26557 26557 26437 0 -1 4202496 164462 0 0 0 490127 120 0 0 25 0 1 0 527735870 853340160 164317 33554432000 4194304 4331988 140737119048304 18446744073709551615 4226499 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26561/statm: 208335 164317 173 34 0 206777 0
[pid=26562] ppid=26557 vsize=342976 CPUtime=19581.4 cores=4-7
/proc/26562/stat : 26562 (plingeling) S 26557 26557 26437 0 -1 4202496 878581 1250 0 0 1958006 134 0 0 25 0 5 0 527735871 351207424 41484 33554432000 4194304 4356188 140736945437504 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26562/statm: 85744 41484 164 40 0 84288 0
[pid=26562/tid=26569] ppid=26557 vsize=342976 CPUtime=4902.32 cores=4-7
/proc/26562/task/26569/stat : 26569 (plingeling) R 26557 26557 26437 0 -1 4202560 219857 1250 0 0 490199 33 0 0 25 0 5 0 527735871 351207424 41484 33554432000 4194304 4356188 140736945437504 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26562/tid=26570] ppid=26557 vsize=342976 CPUtime=4900.87 cores=4-7
/proc/26562/task/26570/stat : 26570 (plingeling) R 26557 26557 26437 0 -1 4202560 207519 1250 0 0 490054 33 0 0 25 0 5 0 527735871 351207424 41484 33554432000 4194304 4356188 140736945437504 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26562/tid=26571] ppid=26557 vsize=342976 CPUtime=4902.46 cores=4-7
/proc/26562/task/26571/stat : 26571 (plingeling) R 26557 26557 26437 0 -1 4202560 215387 1250 0 0 490211 35 0 0 25 0 5 0 527735871 351207424 41484 33554432000 4194304 4356188 140736945437504 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26562/tid=26572] ppid=26557 vsize=342976 CPUtime=4875.72 cores=4-7
/proc/26562/task/26572/stat : 26572 (plingeling) R 26557 26557 26437 0 -1 4202560 235289 1250 0 0 487540 32 0 0 25 0 5 0 527735871 351207424 41484 33554432000 4194304 4356188 140736945437504 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39190.8
Current children cumulated vsize (KiB) 2651268

[startup+4962.3 s]
/proc/loadavg: 8.07 8.05 8.00 9/180 26720
/proc/meminfo: memFree=29460576/32951124 swapFree=67111416/67111528
[pid=26557] ppid=26555 vsize=18324 CPUtime=0 cores=0-7
/proc/26557/stat : 26557 (ppfolio) S 26555 26557 26437 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527735870 18763776 390 33554432000 4194304 4287625 140736628480176 18446744073709551615 212436037135 0 0 4096 65536 8887563735279861759 0 0 17 4 0 0 0
/proc/26557/statm: 4581 390 341 23 0 91 0
[pid=26558] ppid=26557 vsize=927388 CPUtime=4962.46 cores=0
/proc/26558/stat : 26558 (cryptominisat) R 26557 26557 26437 0 -1 4202496 289964 0 0 0 496107 139 0 0 25 0 1 0 527735870 949645312 44622 33554432000 4194304 4587354 140734666255248 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26558/statm: 231847 44622 337 96 0 228409 0
[pid=26559] ppid=26557 vsize=71924 CPUtime=4962.48 cores=1
/proc/26559/stat : 26559 (clasp) R 26557 26557 26437 0 -1 4202496 14357 0 0 0 496245 3 0 0 25 0 1 0 527735870 73650176 14243 33554432000 4194304 4785740 140736242552304 18446744073709551615 4549056 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26559/statm: 17981 14243 341 145 0 15026 0
[pid=26560] ppid=26557 vsize=455960 CPUtime=4961.99 cores=2
/proc/26560/stat : 26560 (TNM) R 26557 26557 26437 0 -1 4202496 382 0 0 0 496198 1 0 0 25 0 1 0 527735870 466903040 279 33554432000 134512640 134534564 4289428432 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26560/statm: 113990 279 103 6 0 112656 0
[pid=26561] ppid=26557 vsize=833340 CPUtime=4962.47 cores=3
/proc/26561/stat : 26561 (march_hi) R 26557 26557 26437 0 -1 4202496 166256 0 0 0 496126 121 0 0 25 0 1 0 527735870 853340160 166111 33554432000 4194304 4331988 140737119048304 18446744073709551615 4229363 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26561/statm: 208335 166111 173 34 0 206777 0
[pid=26562] ppid=26557 vsize=318528 CPUtime=19821.1 cores=4-7
/proc/26562/stat : 26562 (plingeling) S 26557 26557 26437 0 -1 4202496 881525 1250 0 0 1981973 135 0 0 25 0 5 0 527735871 326172672 35372 33554432000 4194304 4356188 140736945437504 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26562/statm: 79632 35372 164 40 0 78176 0
[pid=26562/tid=26569] ppid=26557 vsize=318528 CPUtime=4962.33 cores=4-7
/proc/26562/task/26569/stat : 26569 (plingeling) R 26557 26557 26437 0 -1 4202560 220625 1250 0 0 496199 34 0 0 25 0 5 0 527735871 326172672 35372 33554432000 4194304 4356188 140736945437504 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26562/tid=26570] ppid=26557 vsize=318528 CPUtime=4960.87 cores=4-7
/proc/26562/task/26570/stat : 26570 (plingeling) R 26557 26557 26437 0 -1 4202560 208671 1250 0 0 496054 33 0 0 25 0 5 0 527735871 326172672 35372 33554432000 4194304 4356188 140736945437504 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26562/tid=26571] ppid=26557 vsize=318528 CPUtime=4962.46 cores=4-7
/proc/26562/task/26571/stat : 26571 (plingeling) R 26557 26557 26437 0 -1 4202560 216155 1250 0 0 496211 35 0 0 25 0 5 0 527735871 326172672 35372 33554432000 4194304 4356188 140736945437504 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26562/tid=26572] ppid=26557 vsize=318528 CPUtime=4935.39 cores=4-7
/proc/26562/task/26572/stat : 26572 (plingeling) R 26557 26557 26437 0 -1 4202560 235545 1250 0 0 493507 32 0 0 25 0 5 0 527735871 326172672 35372 33554432000 4194304 4356188 140736945437504 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39670.5
Current children cumulated vsize (KiB) 2625464



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.10 8.06 8.00 9/180 26721
/proc/meminfo: memFree=29434884/32951124 swapFree=67111416/67111528
[pid=26557] ppid=26555 vsize=18324 CPUtime=0 cores=0-7
/proc/26557/stat : 26557 (ppfolio) S 26555 26557 26437 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527735870 18763776 390 33554432000 4194304 4287625 140736628480176 18446744073709551615 212436037135 0 0 4096 65536 8887563735279861759 0 0 17 4 0 0 0
/proc/26557/statm: 4581 390 341 23 0 91 0
[pid=26558] ppid=26557 vsize=927388 CPUtime=5000.17 cores=0
/proc/26558/stat : 26558 (cryptominisat) R 26557 26557 26437 0 -1 4202496 290249 0 0 0 499878 139 0 0 25 0 1 0 527735870 949645312 44898 33554432000 4194304 4587354 140734666255248 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26558/statm: 231847 44898 337 96 0 228409 0
[pid=26559] ppid=26557 vsize=72092 CPUtime=5000.18 cores=1
/proc/26559/stat : 26559 (clasp) R 26557 26557 26437 0 -1 4202496 14386 0 0 0 500015 3 0 0 25 0 1 0 527735870 73822208 14272 33554432000 4194304 4785740 140736242552304 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26559/statm: 18023 14272 341 145 0 15068 0
[pid=26560] ppid=26557 vsize=455960 CPUtime=4999.69 cores=2
/proc/26560/stat : 26560 (TNM) R 26557 26557 26437 0 -1 4202496 382 0 0 0 499968 1 0 0 25 0 1 0 527735870 466903040 279 33554432000 134512640 134534564 4289428432 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26560/statm: 113990 279 103 6 0 112656 0
[pid=26561] ppid=26557 vsize=833340 CPUtime=5000.18 cores=3
/proc/26561/stat : 26561 (march_hi) R 26557 26557 26437 0 -1 4202496 167452 0 0 0 499896 122 0 0 25 0 1 0 527735870 853340160 167307 33554432000 4194304 4331988 140737119048304 18446744073709551615 4211503 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26561/statm: 208335 167307 173 34 0 206777 0
[pid=26562] ppid=26557 vsize=339904 CPUtime=19971.7 cores=4-7
/proc/26562/stat : 26562 (plingeling) S 26557 26557 26437 0 -1 4202496 886869 1250 0 0 1997034 136 0 0 25 0 5 0 527735871 348061696 40716 33554432000 4194304 4356188 140736945437504 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26562/statm: 84976 40716 164 40 0 83520 0
[pid=26562/tid=26569] ppid=26557 vsize=339904 CPUtime=5000.04 cores=4-7
/proc/26562/task/26569/stat : 26569 (plingeling) R 26557 26557 26437 0 -1 4202560 222321 1250 0 0 499970 34 0 0 25 0 5 0 527735871 348061696 40716 33554432000 4194304 4356188 140736945437504 18446744073709551615 4273720 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26562/tid=26570] ppid=26557 vsize=339904 CPUtime=4998.58 cores=4-7
/proc/26562/task/26570/stat : 26570 (plingeling) R 26557 26557 26437 0 -1 4202560 209855 1250 0 0 499825 33 0 0 25 0 5 0 527735871 348061696 40716 33554432000 4194304 4356188 140736945437504 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26562/tid=26571] ppid=26557 vsize=339904 CPUtime=5000.16 cores=4-7
/proc/26562/task/26571/stat : 26571 (plingeling) R 26557 26557 26437 0 -1 4202560 217179 1250 0 0 499981 35 0 0 25 0 5 0 527735871 348061696 40716 33554432000 4194304 4356188 140736945437504 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26562/tid=26572] ppid=26557 vsize=339904 CPUtime=4972.89 cores=4-7
/proc/26562/task/26572/stat : 26572 (plingeling) R 26557 26557 26437 0 -1 4202560 236985 1250 0 0 497257 32 0 0 25 0 5 0 527735871 348061696 40716 33554432000 4194304 4356188 140736945437504 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39971.9
Current children cumulated vsize (KiB) 2647008

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.06 8.00 9/180 26721
/proc/meminfo: memFree=29434884/32951124 swapFree=67111416/67111528
[pid=26557] ppid=26555 vsize=18324 CPUtime=0 cores=0-7
/proc/26557/stat : 26557 (ppfolio) S 26555 26557 26437 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527735870 18763776 390 33554432000 4194304 4287625 140736628480176 18446744073709551615 212436037135 0 0 4096 65536 8887563735279861759 0 0 17 4 0 0 0
/proc/26557/statm: 4581 390 341 23 0 91 0
[pid=26558] ppid=26557 vsize=927388 CPUtime=5000.17 cores=0
/proc/26558/stat : 26558 (cryptominisat) R 26557 26557 26437 0 -1 4202496 290249 0 0 0 499878 139 0 0 25 0 1 0 527735870 949645312 44898 33554432000 4194304 4587354 140734666255248 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26558/statm: 231847 44898 337 96 0 228409 0
[pid=26559] ppid=26557 vsize=72092 CPUtime=5000.18 cores=1
/proc/26559/stat : 26559 (clasp) R 26557 26557 26437 0 -1 4202496 14386 0 0 0 500015 3 0 0 25 0 1 0 527735870 73822208 14272 33554432000 4194304 4785740 140736242552304 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26559/statm: 18023 14272 341 145 0 15068 0
[pid=26560] ppid=26557 vsize=455960 CPUtime=4999.69 cores=2
/proc/26560/stat : 26560 (TNM) R 26557 26557 26437 0 -1 4202496 382 0 0 0 499968 1 0 0 25 0 1 0 527735870 466903040 279 33554432000 134512640 134534564 4289428432 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26560/statm: 113990 279 103 6 0 112656 0
[pid=26561] ppid=26557 vsize=833340 CPUtime=5000.18 cores=3
/proc/26561/stat : 26561 (march_hi) R 26557 26557 26437 0 -1 4202496 167452 0 0 0 499896 122 0 0 25 0 1 0 527735870 853340160 167307 33554432000 4194304 4331988 140737119048304 18446744073709551615 4211503 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26561/statm: 208335 167307 173 34 0 206777 0
[pid=26562] ppid=26557 vsize=339904 CPUtime=19971.7 cores=4-7
/proc/26562/stat : 26562 (plingeling) S 26557 26557 26437 0 -1 4202496 886869 1250 0 0 1997034 136 0 0 25 0 5 0 527735871 348061696 40716 33554432000 4194304 4356188 140736945437504 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26562/statm: 84976 40716 164 40 0 83520 0
[pid=26562/tid=26569] ppid=26557 vsize=339904 CPUtime=5000.04 cores=4-7
/proc/26562/task/26569/stat : 26569 (plingeling) R 26557 26557 26437 0 -1 4202560 222321 1250 0 0 499970 34 0 0 25 0 5 0 527735871 348061696 40716 33554432000 4194304 4356188 140736945437504 18446744073709551615 4273720 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26562/tid=26570] ppid=26557 vsize=339904 CPUtime=4998.58 cores=4-7
/proc/26562/task/26570/stat : 26570 (plingeling) R 26557 26557 26437 0 -1 4202560 209855 1250 0 0 499825 33 0 0 25 0 5 0 527735871 348061696 40716 33554432000 4194304 4356188 140736945437504 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26562/tid=26571] ppid=26557 vsize=339904 CPUtime=5000.16 cores=4-7
/proc/26562/task/26571/stat : 26571 (plingeling) R 26557 26557 26437 0 -1 4202560 217179 1250 0 0 499981 35 0 0 25 0 5 0 527735871 348061696 40716 33554432000 4194304 4356188 140736945437504 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26562/tid=26572] ppid=26557 vsize=339904 CPUtime=4972.89 cores=4-7
/proc/26562/task/26572/stat : 26572 (plingeling) R 26557 26557 26437 0 -1 4202560 236985 1250 0 0 497257 32 0 0 25 0 5 0 527735871 348061696 40716 33554432000 4194304 4356188 140736945437504 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39971.9
Current children cumulated vsize (KiB) 2647008

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26557 and gives
#  childrusage.ru_utime.tv_sec=14998
#  childrusage.ru_utime.tv_usec=633861
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=470776
# CPU time returned by wait4() is 15000.1
# while last known CPU time is 39971.9
#
# 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.9
CPU user time (s): 39967.9
CPU system time (s): 4.01
CPU usage (%): 799.436
Max. virtual memory (cumulated for all children) (KiB): 3509664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14998.6
system time used= 1.47078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 305556
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= 770
involuntary context switches= 34273

runsolver used 8.09177 second user time and 19.1861 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-30 13:02:15
IDJOB=3221331
IDBENCH=82905
IDSOLVER=1638
FILE ID=node102/3221331-1304161335
RUNJOBID= node102-1304161221-26451
PBS_JOBID= 13170930
Free space on /tmp= 72472 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S1230934123-063.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221331-1304161335/watcher-3221331-1304161335 -o /tmp/evaluation-result-3221331-1304161335/solver-3221331-1304161335 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3221331-1304161335.cnf

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

MD5SUM BENCH= 5aca76da937068f3a8e48a26305deff6
RANDOM SEED=814654189

node102.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.828
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.828
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.828
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.828
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.828
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.82
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.828
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.75
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.828
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.828
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:      30503300 kB
Buffers:        627368 kB
Cached:        1340120 kB
SwapCached:          0 kB
Active:         194960 kB
Inactive:      1836332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30503300 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:           10108 kB
Writeback:           0 kB
AnonPages:       64380 kB
Mapped:          14776 kB
Slab:           351964 kB
PageTables:       3856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186500 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= 72460 MiB
End job on node102 at 2011-04-30 14:25:37