Trace number 3275086

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/rbsat/random/
forced/rbsat-v1820c171155gyes3.cnf
MD5SUMcd19d9eb9be97e183fa1a1d47d679d01
Bench CategoryCRAFTED (crafted 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 variables1820
Number of clauses171155
Sum of the clauses size344000
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2171090
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 565

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-3275086-1304145244/watcher-3275086-1304145244 -o /tmp/evaluation-result-3275086-1304145244/solver-3275086-1304145244 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275086-1304145244.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: 2.44 3.30 3.45 2/170 26856
/proc/meminfo: memFree=30113708/32951124 swapFree=67111364/67111528
[pid=26856] ppid=26854 vsize=18324 CPUtime=0 cores=0-7
/proc/26856/stat : 26856 (ppfolio) S 26854 26856 26830 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 526124791 18763776 389 33554432000 4194304 4287625 140737353744128 18446744073709551615 253640879631 0 0 4096 65536 2826088480827 0 0 17 2 0 0 0
/proc/26856/statm: 4581 389 341 23 0 91 0

[startup+0.01164 s]
/proc/loadavg: 2.44 3.30 3.45 2/170 26856
/proc/meminfo: memFree=30113708/32951124 swapFree=67111364/67111528
[pid=26856] ppid=26854 vsize=18324 CPUtime=0 cores=0-7
/proc/26856/stat : 26856 (ppfolio) S 26854 26856 26830 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 526124791 18763776 389 33554432000 4194304 4287625 140737353744128 18446744073709551615 253640879631 0 0 4096 65536 4579615742441291775 0 0 17 6 0 0 0
/proc/26856/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.10063 s]
/proc/loadavg: 2.44 3.30 3.45 2/170 26856
/proc/meminfo: memFree=30113708/32951124 swapFree=67111364/67111528
[pid=26856] ppid=26854 vsize=18324 CPUtime=0 cores=0-7
/proc/26856/stat : 26856 (ppfolio) S 26854 26856 26830 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 526124791 18763776 389 33554432000 4194304 4287625 140737353744128 18446744073709551615 253640879631 0 0 4096 65536 4579615742441291775 0 0 17 6 0 0 0
/proc/26856/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.325555 s]
/proc/loadavg: 2.44 3.30 3.45 2/170 26856
/proc/meminfo: memFree=30113708/32951124 swapFree=67111364/67111528
[pid=26856] ppid=26854 vsize=18324 CPUtime=0 cores=0-7
/proc/26856/stat : 26856 (ppfolio) S 26854 26856 26830 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 526124791 18763776 389 33554432000 4194304 4287625 140737353744128 18446744073709551615 253640879631 0 0 4096 65536 4579615742441291775 0 0 17 6 0 0 0
/proc/26856/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700487 s]
/proc/loadavg: 2.44 3.30 3.45 2/170 26856
/proc/meminfo: memFree=30113708/32951124 swapFree=67111364/67111528
[pid=26856] ppid=26854 vsize=18324 CPUtime=0 cores=0-7
/proc/26856/stat : 26856 (ppfolio) R 26854 26856 26830 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 526124791 18763776 389 33554432000 4194304 4287625 140737353744128 18446744073709551615 253640879631 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/26856/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50134 s]
/proc/loadavg: 2.44 3.30 3.45 9/180 26871
/proc/meminfo: memFree=30012808/32951124 swapFree=67111364/67111528
[pid=26856] ppid=26854 vsize=18324 CPUtime=0 cores=0-7
/proc/26856/stat : 26856 (ppfolio) S 26854 26856 26830 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526124791 18763776 389 33554432000 4194304 4287625 140737353744128 18446744073709551615 253640879631 0 0 4096 65536 4579615742441291775 0 0 17 6 0 0 0
/proc/26856/statm: 4581 389 341 23 0 91 0
[pid=26857] ppid=26856 vsize=51640 CPUtime=1.49 cores=0
/proc/26857/stat : 26857 (cryptominisat) R 26856 26856 26830 0 -1 4202496 11977 0 0 0 148 1 0 0 25 0 1 0 526124792 52879360 8128 33554432000 4194304 4587354 140736853528576 18446744073709551615 4236783 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26857/statm: 12910 8128 326 96 0 9472 0
[pid=26858] ppid=26856 vsize=23636 CPUtime=1.49 cores=1
/proc/26858/stat : 26858 (clasp) R 26856 26856 26830 0 -1 4202496 4413 0 0 0 149 0 0 0 20 0 1 0 526124792 24203264 3209 33554432000 4194304 4785740 140735789975872 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26858/statm: 5909 3209 340 145 0 2954 0
[pid=26859] ppid=26856 vsize=465068 CPUtime=1.48 cores=2
/proc/26859/stat : 26859 (TNM) R 26856 26856 26830 0 -1 4202496 4161 0 0 0 148 0 0 0 25 0 1 0 526124792 476229632 4058 33554432000 134512640 134534564 4293686000 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26859/statm: 116267 4058 95 6 0 114933 0
[pid=26860] ppid=26856 vsize=30740 CPUtime=1.48 cores=3
/proc/26860/stat : 26860 (march_hi) R 26856 26856 26830 0 -1 4202496 13114 0 0 0 148 0 0 0 20 0 1 0 526124792 31477760 3299 33554432000 4194304 4331988 140735677629472 18446744073709551615 4208387 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26860/statm: 7685 3299 175 34 0 6127 0
[pid=26861] ppid=26856 vsize=78156 CPUtime=5.6 cores=4-7
/proc/26861/stat : 26861 (plingeling) S 26856 26856 26830 0 -1 4202496 10169 1257 0 0 559 1 0 0 18 0 5 0 526124792 80031744 7964 33554432000 4194304 4356188 140736655405008 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26861/statm: 19539 7964 163 40 0 18083 0
[pid=26861/tid=26868] ppid=26856 vsize=78156 CPUtime=1.38 cores=4-7
/proc/26861/task/26868/stat : 26868 (plingeling) R 26856 26856 26830 0 -1 4202560 1583 1257 0 0 138 0 0 0 25 0 5 0 526124803 80031744 7964 33554432000 4194304 4356188 140736655405008 18446744073709551615 4270889 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26861/tid=26869] ppid=26856 vsize=78156 CPUtime=1.36 cores=4-7
/proc/26861/task/26869/stat : 26869 (plingeling) R 26856 26856 26830 0 -1 4202560 1413 1257 0 0 136 0 0 0 25 0 5 0 526124803 80031744 7964 33554432000 4194304 4356188 140736655405008 18446744073709551615 4271373 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26861/tid=26870] ppid=26856 vsize=78156 CPUtime=1.36 cores=4-7
/proc/26861/task/26870/stat : 26870 (plingeling) R 26856 26856 26830 0 -1 4202560 1491 1257 0 0 136 0 0 0 23 0 5 0 526124803 80031744 7964 33554432000 4194304 4356188 140736655405008 18446744073709551615 4210575 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26861/tid=26871] ppid=26856 vsize=78156 CPUtime=1.37 cores=4-7
/proc/26861/task/26871/stat : 26871 (plingeling) R 26856 26856 26830 0 -1 4202560 1131 1257 0 0 137 0 0 0 23 0 5 0 526124803 80031744 7964 33554432000 4194304 4356188 140736655405008 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.54
Current children cumulated vsize (KiB) 667564

[startup+3.10105 s]
/proc/loadavg: 2.89 3.38 3.47 9/180 26872
/proc/meminfo: memFree=30007244/32951124 swapFree=67111364/67111528
[pid=26856] ppid=26854 vsize=18324 CPUtime=0 cores=0-7
/proc/26856/stat : 26856 (ppfolio) S 26854 26856 26830 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526124791 18763776 389 33554432000 4194304 4287625 140737353744128 18446744073709551615 253640879631 0 0 4096 65536 4579615742441291775 0 0 17 6 0 0 0
/proc/26856/statm: 4581 389 341 23 0 91 0
[pid=26857] ppid=26856 vsize=1559436 CPUtime=3.08 cores=0
/proc/26857/stat : 26857 (cryptominisat) R 26856 26856 26830 0 -1 4202496 13351 0 0 0 307 1 0 0 25 0 1 0 526124792 1596862464 8162 33554432000 4194304 4587354 140736853528576 18446744073709551615 4364685 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26857/statm: 389859 8162 337 96 0 386421 0
[pid=26858] ppid=26856 vsize=27600 CPUtime=3.08 cores=1
/proc/26858/stat : 26858 (clasp) R 26856 26856 26830 0 -1 4202496 5447 0 0 0 308 0 0 0 25 0 1 0 526124792 28262400 4243 33554432000 4194304 4785740 140735789975872 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26858/statm: 6900 4243 340 145 0 3945 0
[pid=26859] ppid=26856 vsize=465068 CPUtime=3.08 cores=2
/proc/26859/stat : 26859 (TNM) R 26856 26856 26830 0 -1 4202496 4161 0 0 0 308 0 0 0 25 0 1 0 526124792 476229632 4058 33554432000 134512640 134534564 4293686000 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26859/statm: 116267 4058 95 6 0 114933 0
[pid=26860] ppid=26856 vsize=31040 CPUtime=3.08 cores=3
/proc/26860/stat : 26860 (march_hi) R 26856 26856 26830 0 -1 4202496 13168 0 0 0 308 0 0 0 25 0 1 0 526124792 31784960 3352 33554432000 4194304 4331988 140735677629472 18446744073709551615 4226434 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26860/statm: 7760 3352 175 34 0 6202 0
[pid=26861] ppid=26856 vsize=92236 CPUtime=11.99 cores=4-7
/proc/26861/stat : 26861 (plingeling) S 26856 26856 26830 0 -1 4202496 13689 1257 0 0 1198 1 0 0 18 0 5 0 526124792 94449664 11484 33554432000 4194304 4356188 140736655405008 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26861/statm: 23059 11484 163 40 0 21603 0
[pid=26861/tid=26868] ppid=26856 vsize=92236 CPUtime=2.98 cores=4-7
/proc/26861/task/26868/stat : 26868 (plingeling) R 26856 26856 26830 0 -1 4202560 2350 1257 0 0 298 0 0 0 25 0 5 0 526124803 94449664 11484 33554432000 4194304 4356188 140736655405008 18446744073709551615 4334575 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26861/tid=26869] ppid=26856 vsize=92236 CPUtime=2.96 cores=4-7
/proc/26861/task/26869/stat : 26869 (plingeling) R 26856 26856 26830 0 -1 4202560 2309 1257 0 0 296 0 0 0 25 0 5 0 526124803 94449664 11484 33554432000 4194304 4356188 140736655405008 18446744073709551615 4331319 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26861/tid=26870] ppid=26856 vsize=92236 CPUtime=2.96 cores=4-7
/proc/26861/task/26870/stat : 26870 (plingeling) R 26856 26856 26830 0 -1 4202560 1939 1257 0 0 296 0 0 0 25 0 5 0 526124803 94449664 11484 33554432000 4194304 4356188 140736655405008 18446744073709551615 4225618 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26861/tid=26871] ppid=26856 vsize=92236 CPUtime=2.96 cores=4-7
/proc/26861/task/26871/stat : 26871 (plingeling) R 26856 26856 26830 0 -1 4202560 2540 1257 0 0 296 0 0 0 25 0 5 0 526124803 94449664 11484 33554432000 4194304 4356188 140736655405008 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.31
Current children cumulated vsize (KiB) 2193704

[startup+6.30047 s]
/proc/loadavg: 2.89 3.38 3.47 9/180 26872
/proc/meminfo: memFree=29975384/32951124 swapFree=67111364/67111528
[pid=26856] ppid=26854 vsize=18324 CPUtime=0 cores=0-7
/proc/26856/stat : 26856 (ppfolio) S 26854 26856 26830 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526124791 18763776 389 33554432000 4194304 4287625 140737353744128 18446744073709551615 253640879631 0 0 4096 65536 4579615742441291775 0 0 17 6 0 0 0
/proc/26856/statm: 4581 389 341 23 0 91 0
[pid=26857] ppid=26856 vsize=1590484 CPUtime=6.28 cores=0
/proc/26857/stat : 26857 (cryptominisat) R 26856 26856 26830 0 -1 4202496 20077 0 0 0 626 2 0 0 25 0 1 0 526124792 1628655616 14881 33554432000 4194304 4587354 140736853528576 18446744073709551615 4388190 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26857/statm: 397621 14881 337 96 0 394183 0
[pid=26858] ppid=26856 vsize=39072 CPUtime=6.29 cores=1
/proc/26858/stat : 26858 (clasp) R 26856 26856 26830 0 -1 4202496 8268 0 0 0 628 1 0 0 25 0 1 0 526124792 40009728 7064 33554432000 4194304 4785740 140735789975872 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26858/statm: 9768 7064 340 145 0 6813 0
[pid=26859] ppid=26856 vsize=465068 CPUtime=6.29 cores=2
/proc/26859/stat : 26859 (TNM) R 26856 26856 26830 0 -1 4202496 4161 0 0 0 628 1 0 0 25 0 1 0 526124792 476229632 4058 33554432000 134512640 134534564 4293686000 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26859/statm: 116267 4058 95 6 0 114933 0
[pid=26860] ppid=26856 vsize=31328 CPUtime=6.28 cores=3
/proc/26860/stat : 26860 (march_hi) R 26856 26856 26830 0 -1 4202496 13242 0 0 0 628 0 0 0 25 0 1 0 526124792 32079872 3426 33554432000 4194304 4331988 140735677629472 18446744073709551615 4226543 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26860/statm: 7832 3426 175 34 0 6274 0
[pid=26861] ppid=26856 vsize=96116 CPUtime=24.77 cores=4-7
/proc/26861/stat : 26861 (plingeling) S 26856 26856 26830 0 -1 4202496 14659 1257 0 0 2476 1 0 0 18 0 5 0 526124792 98422784 12454 33554432000 4194304 4356188 140736655405008 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26861/statm: 24029 12454 163 40 0 22573 0
[pid=26861/tid=26868] ppid=26856 vsize=96116 CPUtime=6.18 cores=4-7
/proc/26861/task/26868/stat : 26868 (plingeling) R 26856 26856 26830 0 -1 4202560 2510 1257 0 0 618 0 0 0 25 0 5 0 526124803 98422784 12454 33554432000 4194304 4356188 140736655405008 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26861/tid=26869] ppid=26856 vsize=96116 CPUtime=6.16 cores=4-7
/proc/26861/task/26869/stat : 26869 (plingeling) R 26856 26856 26830 0 -1 4202560 2693 1257 0 0 616 0 0 0 25 0 5 0 526124803 98422784 12454 33554432000 4194304 4356188 140736655405008 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26861/tid=26870] ppid=26856 vsize=96116 CPUtime=6.16 cores=4-7
/proc/26861/task/26870/stat : 26870 (plingeling) R 26856 26856 26830 0 -1 4202560 1939 1257 0 0 616 0 0 0 25 0 5 0 526124803 98422784 12454 33554432000 4194304 4356188 140736655405008 18446744073709551615 4237401 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26861/tid=26871] ppid=26856 vsize=96116 CPUtime=6.14 cores=4-7
/proc/26861/task/26871/stat : 26871 (plingeling) R 26856 26856 26830 0 -1 4202560 2966 1257 0 0 614 0 0 0 25 0 5 0 526124803 98422784 12454 33554432000 4194304 4356188 140736655405008 18446744073709551615 4331281 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.91
Current children cumulated vsize (KiB) 2240392

[startup+12.7013 s]
/proc/loadavg: 3.67 3.53 3.52 9/180 26872
/proc/meminfo: memFree=29918392/32951124 swapFree=67111364/67111528
[pid=26856] ppid=26854 vsize=18324 CPUtime=0 cores=0-7
/proc/26856/stat : 26856 (ppfolio) S 26854 26856 26830 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526124791 18763776 389 33554432000 4194304 4287625 140737353744128 18446744073709551615 253640879631 0 0 4096 65536 4579615742441291775 0 0 17 6 0 0 0
/proc/26856/statm: 4581 389 341 23 0 91 0
[pid=26857] ppid=26856 vsize=1588576 CPUtime=12.68 cores=0
/proc/26857/stat : 26857 (cryptominisat) R 26856 26856 26830 0 -1 4202496 23693 0 0 0 1265 3 0 0 25 0 1 0 526124792 1626701824 16424 33554432000 4194304 4587354 140736853528576 18446744073709551615 4238455 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26857/statm: 397144 16424 337 96 0 393706 0
[pid=26858] ppid=26856 vsize=50112 CPUtime=12.68 cores=1
/proc/26858/stat : 26858 (clasp) R 26856 26856 26830 0 -1 4202496 11019 0 0 0 1267 1 0 0 25 0 1 0 526124792 51314688 9815 33554432000 4194304 4785740 140735789975872 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26858/statm: 12528 9815 340 145 0 9573 0
[pid=26859] ppid=26856 vsize=465068 CPUtime=12.69 cores=2
/proc/26859/stat : 26859 (TNM) R 26856 26856 26830 0 -1 4202496 4161 0 0 0 1268 1 0 0 25 0 1 0 526124792 476229632 4058 33554432000 134512640 134534564 4293686000 18446744073709551615 134528710 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26859/statm: 116267 4058 95 6 0 114933 0
[pid=26860] ppid=26856 vsize=31996 CPUtime=12.68 cores=3
/proc/26860/stat : 26860 (march_hi) R 26856 26856 26830 0 -1 4202496 13397 0 0 0 1268 0 0 0 25 0 1 0 526124792 32763904 3581 33554432000 4194304 4331988 140735677629472 18446744073709551615 4228243 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26860/statm: 7999 3581 175 34 0 6441 0
[pid=26861] ppid=26856 vsize=109940 CPUtime=50.34 cores=4-7
/proc/26861/stat : 26861 (plingeling) S 26856 26856 26830 0 -1 4202496 21187 1257 0 0 5032 2 0 0 18 0 5 0 526124792 112578560 15910 33554432000 4194304 4356188 140736655405008 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26861/statm: 27485 15910 163 40 0 26029 0
[pid=26861/tid=26868] ppid=26856 vsize=109940 CPUtime=12.57 cores=4-7
/proc/26861/task/26868/stat : 26868 (plingeling) R 26856 26856 26830 0 -1 4202560 4175 1257 0 0 1257 0 0 0 25 0 5 0 526124803 112578560 15910 33554432000 4194304 4356188 140736655405008 18446744073709551615 4331076 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26861/tid=26869] ppid=26856 vsize=109940 CPUtime=12.56 cores=4-7
/proc/26861/task/26869/stat : 26869 (plingeling) R 26856 26856 26830 0 -1 4202560 4741 1257 0 0 1256 0 0 0 25 0 5 0 526124803 112578560 15910 33554432000 4194304 4356188 140736655405008 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26861/tid=26870] ppid=26856 vsize=109940 CPUtime=12.56 cores=4-7
/proc/26861/task/26870/stat : 26870 (plingeling) R 26856 26856 26830 0 -1 4202560 3475 1257 0 0 1256 0 0 0 25 0 5 0 526124803 112578560 15910 33554432000 4194304 4356188 140736655405008 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26861/tid=26871] ppid=26856 vsize=109940 CPUtime=12.51 cores=4-7
/proc/26861/task/26871/stat : 26871 (plingeling) R 26856 26856 26830 0 -1 4202560 4245 1257 0 0 1251 0 0 0 25 0 5 0 526124803 112578560 15910 33554432000 4194304 4356188 140736655405008 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.07
Current children cumulated vsize (KiB) 2264016

[startup+25.501 s]
/proc/loadavg: 4.34 3.68 3.57 9/180 26872
/proc/meminfo: memFree=29860264/32951124 swapFree=67111364/67111528
[pid=26856] ppid=26854 vsize=18324 CPUtime=0 cores=0-7
/proc/26856/stat : 26856 (ppfolio) S 26854 26856 26830 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526124791 18763776 389 33554432000 4194304 4287625 140737353744128 18446744073709551615 253640879631 0 0 4096 65536 4579615742441291775 0 0 17 6 0 0 0
/proc/26856/statm: 4581 389 341 23 0 91 0
[pid=26857] ppid=26856 vsize=1613960 CPUtime=25.49 cores=0
/proc/26857/stat : 26857 (cryptominisat) R 26856 26856 26830 0 -1 4202496 34966 0 0 0 2544 5 0 0 25 0 1 0 526124792 1652695040 21694 33554432000 4194304 4587354 140736853528576 18446744073709551615 4365232 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=26859] ppid=26856 vsize=465068 CPUtime=4841.82 cores=2
/proc/26859/stat : 26859 (TNM) R 26856 26856 26830 0 -1 4202496 4161 0 0 0 484175 7 0 0 25 0 1 0 526124792 476229632 4058 33554432000 134512640 134534564 4293686000 18446744073709551615 134530573 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26859/statm: 116267 4058 95 6 0 114933 0
[pid=26860] ppid=26856 vsize=539556 CPUtime=4842.43 cores=3
/proc/26860/stat : 26860 (march_hi) R 26856 26856 26830 0 -1 4202496 108895 0 0 0 484172 71 0 0 25 0 1 0 526124792 552505344 99079 33554432000 4194304 4331988 140735677629472 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26860/statm: 134889 99079 176 34 0 133331 0
[pid=26861] ppid=26856 vsize=486964 CPUtime=19342.2 cores=4-7
/proc/26861/stat : 26861 (plingeling) S 26856 26856 26830 0 -1 4202496 3234035 1257 0 0 1933798 420 0 0 18 0 5 0 526124792 498651136 110166 33554432000 4194304 4356188 140736655405008 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26861/statm: 121741 110166 163 40 0 120285 0
[pid=26861/tid=26868] ppid=26856 vsize=486964 CPUtime=4842.17 cores=4-7
/proc/26861/task/26868/stat : 26868 (plingeling) R 26856 26856 26830 0 -1 4202560 965135 1257 0 0 484091 126 0 0 25 0 5 0 526124803 498651136 110166 33554432000 4194304 4356188 140736655405008 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26861/tid=26869] ppid=26856 vsize=486964 CPUtime=4842.3 cores=4-7
/proc/26861/task/26869/stat : 26869 (plingeling) R 26856 26856 26830 0 -1 4202560 751334 1257 0 0 484129 101 0 0 25 0 5 0 526124803 498651136 110166 33554432000 4194304 4356188 140736655405008 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26861/tid=26870] ppid=26856 vsize=486964 CPUtime=4841.65 cores=4-7
/proc/26861/task/26870/stat : 26870 (plingeling) R 26856 26856 26830 0 -1 4202560 853402 1257 0 0 484060 105 0 0 25 0 5 0 526124803 498651136 110166 33554432000 4194304 4356188 140736655405008 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26861/tid=26871] ppid=26856 vsize=486964 CPUtime=4815.9 cores=4-7
/proc/26861/task/26871/stat : 26871 (plingeling) R 26856 26856 26830 0 -1 4202560 659613 1257 0 0 481505 85 0 0 25 0 5 0 526124803 498651136 110166 33554432000 4194304 4356188 140736655405008 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38711.3
Current children cumulated vsize (KiB) 3554668

[startup+4902.3 s]
/proc/loadavg: 8.00 8.02 7.96 9/180 27014
/proc/meminfo: memFree=28790808/32951124 swapFree=67111364/67111528
[pid=26856] ppid=26854 vsize=18324 CPUtime=0 cores=0-7
/proc/26856/stat : 26856 (ppfolio) S 26854 26856 26830 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526124791 18763776 389 33554432000 4194304 4287625 140737353744128 18446744073709551615 253640879631 0 0 4096 65536 4579615742441291775 0 0 17 6 0 0 0
/proc/26856/statm: 4581 389 341 23 0 91 0
[pid=26857] ppid=26856 vsize=1777332 CPUtime=4902.42 cores=0
/proc/26857/stat : 26857 (cryptominisat) R 26856 26856 26830 0 -1 4202496 1100025 0 0 0 489758 484 0 0 25 0 1 0 526124792 1819987968 63747 33554432000 4194304 4587354 140736853528576 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26857/statm: 444333 63747 337 96 0 440895 0
[pid=26858] ppid=26856 vsize=298816 CPUtime=4902.43 cores=1
/proc/26858/stat : 26858 (clasp) R 26856 26856 26830 0 -1 4202496 69119 0 0 0 490221 22 0 0 25 0 1 0 526124792 305987584 67915 33554432000 4194304 4785740 140735789975872 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26858/statm: 74704 67915 340 145 0 71749 0
[pid=26859] ppid=26856 vsize=465068 CPUtime=4901.81 cores=2
/proc/26859/stat : 26859 (TNM) R 26856 26856 26830 0 -1 4202496 4161 0 0 0 490174 7 0 0 25 0 1 0 526124792 476229632 4058 33554432000 134512640 134534564 4293686000 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26859/statm: 116267 4058 95 6 0 114933 0
[pid=26860] ppid=26856 vsize=539556 CPUtime=4902.43 cores=3
/proc/26860/stat : 26860 (march_hi) R 26856 26856 26830 0 -1 4202496 110074 0 0 0 490172 71 0 0 25 0 1 0 526124792 552505344 100258 33554432000 4194304 4331988 140735677629472 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26860/statm: 134889 100258 176 34 0 133331 0
[pid=26861] ppid=26856 vsize=435764 CPUtime=19581.9 cores=4-7
/proc/26861/stat : 26861 (plingeling) S 26856 26856 26830 0 -1 4202496 3282163 1257 0 0 1957761 425 0 0 18 0 5 0 526124792 446222336 97366 33554432000 4194304 4356188 140736655405008 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26861/statm: 108941 97366 163 40 0 107485 0
[pid=26861/tid=26868] ppid=26856 vsize=435764 CPUtime=4902.17 cores=4-7
/proc/26861/task/26868/stat : 26868 (plingeling) R 26856 26856 26830 0 -1 4202560 976399 1257 0 0 490090 127 0 0 25 0 5 0 526124803 446222336 97366 33554432000 4194304 4356188 140736655405008 18446744073709551615 4332125 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26861/tid=26869] ppid=26856 vsize=435764 CPUtime=4902.31 cores=4-7
/proc/26861/task/26869/stat : 26869 (plingeling) R 26856 26856 26830 0 -1 4202560 767718 1257 0 0 490128 103 0 0 25 0 5 0 526124803 446222336 97366 33554432000 4194304 4356188 140736655405008 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26861/tid=26870] ppid=26856 vsize=435764 CPUtime=4901.66 cores=4-7
/proc/26861/task/26870/stat : 26870 (plingeling) R 26856 26856 26830 0 -1 4202560 870810 1257 0 0 490059 107 0 0 25 0 5 0 526124803 446222336 97366 33554432000 4194304 4356188 140736655405008 18446744073709551615 4332007 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26861/tid=26871] ppid=26856 vsize=435764 CPUtime=4875.58 cores=4-7
/proc/26861/task/26871/stat : 26871 (plingeling) R 26856 26856 26830 0 -1 4202560 662685 1257 0 0 487473 85 0 0 25 0 5 0 526124803 446222336 97366 33554432000 4194304 4356188 140736655405008 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39190.9
Current children cumulated vsize (KiB) 3534860

[startup+4962.3 s]
/proc/loadavg: 8.00 8.01 7.96 9/180 27016
/proc/meminfo: memFree=28731644/32951124 swapFree=67111364/67111528
[pid=26856] ppid=26854 vsize=18324 CPUtime=0 cores=0-7
/proc/26856/stat : 26856 (ppfolio) S 26854 26856 26830 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526124791 18763776 389 33554432000 4194304 4287625 140737353744128 18446744073709551615 253640879631 0 0 4096 65536 4579615742441291775 0 0 17 6 0 0 0
/proc/26856/statm: 4581 389 341 23 0 91 0
[pid=26857] ppid=26856 vsize=1754684 CPUtime=4962.42 cores=0
/proc/26857/stat : 26857 (cryptominisat) R 26856 26856 26830 0 -1 4202496 1112849 0 0 0 495752 490 0 0 25 0 1 0 526124792 1796796416 60875 33554432000 4194304 4587354 140736853528576 18446744073709551615 4238683 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26857/statm: 438671 60875 337 96 0 435233 0
[pid=26858] ppid=26856 vsize=300520 CPUtime=4962.43 cores=1
/proc/26858/stat : 26858 (clasp) R 26856 26856 26830 0 -1 4202496 69537 0 0 0 496221 22 0 0 25 0 1 0 526124792 307732480 68333 33554432000 4194304 4785740 140735789975872 18446744073709551615 4548911 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26858/statm: 75130 68333 340 145 0 72175 0
[pid=26859] ppid=26856 vsize=465068 CPUtime=4961.81 cores=2
/proc/26859/stat : 26859 (TNM) R 26856 26856 26830 0 -1 4202496 4161 0 0 0 496174 7 0 0 25 0 1 0 526124792 476229632 4058 33554432000 134512640 134534564 4293686000 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26859/statm: 116267 4058 95 6 0 114933 0
[pid=26860] ppid=26856 vsize=539556 CPUtime=4962.43 cores=3
/proc/26860/stat : 26860 (march_hi) R 26856 26856 26830 0 -1 4202496 111438 0 0 0 496171 72 0 0 25 0 1 0 526124792 552505344 101622 33554432000 4194304 4331988 140735677629472 18446744073709551615 4228235 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26860/statm: 134889 101622 176 34 0 133331 0
[pid=26861] ppid=26856 vsize=491060 CPUtime=19821.5 cores=4-7
/proc/26861/stat : 26861 (plingeling) S 26856 26856 26830 0 -1 4202496 3327731 1257 0 0 1981724 430 0 0 18 0 5 0 526124792 502845440 111190 33554432000 4194304 4356188 140736655405008 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26861/statm: 122765 111190 163 40 0 121309 0
[pid=26861/tid=26868] ppid=26856 vsize=491060 CPUtime=4962.17 cores=4-7
/proc/26861/task/26868/stat : 26868 (plingeling) R 26856 26856 26830 0 -1 4202560 986639 1257 0 0 496089 128 0 0 25 0 5 0 526124803 502845440 111190 33554432000 4194304 4356188 140736655405008 18446744073709551615 4330786 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26861/tid=26869] ppid=26856 vsize=491060 CPUtime=4962.31 cores=4-7
/proc/26861/task/26869/stat : 26869 (plingeling) R 26856 26856 26830 0 -1 4202560 776934 1257 0 0 496127 104 0 0 25 0 5 0 526124803 502845440 111190 33554432000 4194304 4356188 140736655405008 18446744073709551615 4331141 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26861/tid=26870] ppid=26856 vsize=491060 CPUtime=4961.66 cores=4-7
/proc/26861/task/26870/stat : 26870 (plingeling) R 26856 26856 26830 0 -1 4202560 886170 1257 0 0 496057 109 0 0 25 0 5 0 526124803 502845440 111190 33554432000 4194304 4356188 140736655405008 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26861/tid=26871] ppid=26856 vsize=491060 CPUtime=4935.25 cores=4-7
/proc/26861/task/26871/stat : 26871 (plingeling) R 26856 26856 26830 0 -1 4202560 673437 1257 0 0 493439 86 0 0 25 0 5 0 526124803 502845440 111190 33554432000 4194304 4356188 140736655405008 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39670.6
Current children cumulated vsize (KiB) 3569212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.5 s]
/proc/loadavg: 8.00 8.01 7.96 9/180 27017
/proc/meminfo: memFree=28757420/32951124 swapFree=67111364/67111528
[pid=26856] ppid=26854 vsize=18324 CPUtime=0 cores=0-7
/proc/26856/stat : 26856 (ppfolio) S 26854 26856 26830 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526124791 18763776 389 33554432000 4194304 4287625 140737353744128 18446744073709551615 253640879631 0 0 4096 65536 4579615742441291775 0 0 17 6 0 0 0
/proc/26856/statm: 4581 389 341 23 0 91 0
[pid=26857] ppid=26856 vsize=1740808 CPUtime=5003.63 cores=0
/proc/26857/stat : 26857 (cryptominisat) R 26856 26856 26830 0 -1 4202496 1120649 0 0 0 499868 495 0 0 25 0 1 0 526124792 1782587392 60056 33554432000 4194304 4587354 140736853528576 18446744073709551615 4238628 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26857/statm: 435202 60056 337 96 0 431764 0
[pid=26858] ppid=26856 vsize=300520 CPUtime=5003.64 cores=1
/proc/26858/stat : 26858 (clasp) R 26856 26856 26830 0 -1 4202496 69566 0 0 0 500342 22 0 0 25 0 1 0 526124792 307732480 68362 33554432000 4194304 4785740 140735789975872 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26858/statm: 75130 68362 340 145 0 72175 0
[pid=26859] ppid=26856 vsize=465068 CPUtime=5003.01 cores=2
/proc/26859/stat : 26859 (TNM) R 26856 26856 26830 0 -1 4202496 4161 0 0 0 500294 7 0 0 25 0 1 0 526124792 476229632 4058 33554432000 134512640 134534564 4293686000 18446744073709551615 134529874 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26859/statm: 116267 4058 95 6 0 114933 0
[pid=26860] ppid=26856 vsize=539556 CPUtime=5003.64 cores=3
/proc/26860/stat : 26860 (march_hi) R 26856 26856 26830 0 -1 4202496 112514 0 0 0 500291 73 0 0 25 0 1 0 526124792 552505344 102698 33554432000 4194304 4331988 140735677629472 18446744073709551615 4237136 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26860/statm: 134889 102698 176 34 0 133331 0
[pid=26861] ppid=26856 vsize=464436 CPUtime=19986.1 cores=4-7
/proc/26861/stat : 26861 (plingeling) S 26856 26856 26830 0 -1 4202496 3362547 1257 0 0 1998181 433 0 0 18 0 5 0 526124792 475582464 104534 33554432000 4194304 4356188 140736655405008 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26861/statm: 116109 104534 163 40 0 114653 0
[pid=26861/tid=26868] ppid=26856 vsize=464436 CPUtime=5003.38 cores=4-7
/proc/26861/task/26868/stat : 26868 (plingeling) R 26856 26856 26830 0 -1 4202560 992783 1257 0 0 500210 128 0 0 25 0 5 0 526124803 475582464 104534 33554432000 4194304 4356188 140736655405008 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26861/tid=26869] ppid=26856 vsize=464436 CPUtime=5003.52 cores=4-7
/proc/26861/task/26869/stat : 26869 (plingeling) R 26856 26856 26830 0 -1 4202560 790246 1257 0 0 500246 106 0 0 25 0 5 0 526124803 475582464 104534 33554432000 4194304 4356188 140736655405008 18446744073709551615 4210596 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26861/tid=26870] ppid=26856 vsize=464436 CPUtime=5002.87 cores=4-7
/proc/26861/task/26870/stat : 26870 (plingeling) R 26856 26856 26830 0 -1 4202560 899482 1257 0 0 500177 110 0 0 25 0 5 0 526124803 475582464 104534 33554432000 4194304 4356188 140736655405008 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26861/tid=26871] ppid=26856 vsize=464436 CPUtime=4976.24 cores=4-7
/proc/26861/task/26871/stat : 26871 (plingeling) R 26856 26856 26830 0 -1 4202560 675485 1257 0 0 497537 87 0 0 25 0 5 0 526124803 475582464 104534 33554432000 4194304 4356188 140736655405008 18446744073709551615 4331319 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.1
Current children cumulated vsize (KiB) 3528712

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.00 8.01 7.96 9/180 27017
/proc/meminfo: memFree=28757420/32951124 swapFree=67111364/67111528
[pid=26856] ppid=26854 vsize=18324 CPUtime=0 cores=0-7
/proc/26856/stat : 26856 (ppfolio) S 26854 26856 26830 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526124791 18763776 389 33554432000 4194304 4287625 140737353744128 18446744073709551615 253640879631 0 0 4096 65536 4579615742441291775 0 0 17 6 0 0 0
/proc/26856/statm: 4581 389 341 23 0 91 0
[pid=26857] ppid=26856 vsize=1740808 CPUtime=5003.63 cores=0
/proc/26857/stat : 26857 (cryptominisat) R 26856 26856 26830 0 -1 4202496 1120649 0 0 0 499868 495 0 0 25 0 1 0 526124792 1782587392 60056 33554432000 4194304 4587354 140736853528576 18446744073709551615 4238628 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26857/statm: 435202 60056 337 96 0 431764 0
[pid=26858] ppid=26856 vsize=300520 CPUtime=5003.64 cores=1
/proc/26858/stat : 26858 (clasp) R 26856 26856 26830 0 -1 4202496 69566 0 0 0 500342 22 0 0 25 0 1 0 526124792 307732480 68362 33554432000 4194304 4785740 140735789975872 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26858/statm: 75130 68362 340 145 0 72175 0
[pid=26859] ppid=26856 vsize=465068 CPUtime=5003.01 cores=2
/proc/26859/stat : 26859 (TNM) R 26856 26856 26830 0 -1 4202496 4161 0 0 0 500294 7 0 0 25 0 1 0 526124792 476229632 4058 33554432000 134512640 134534564 4293686000 18446744073709551615 134529874 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26859/statm: 116267 4058 95 6 0 114933 0
[pid=26860] ppid=26856 vsize=539556 CPUtime=5003.64 cores=3
/proc/26860/stat : 26860 (march_hi) R 26856 26856 26830 0 -1 4202496 112514 0 0 0 500291 73 0 0 25 0 1 0 526124792 552505344 102698 33554432000 4194304 4331988 140735677629472 18446744073709551615 4237136 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26860/statm: 134889 102698 176 34 0 133331 0
[pid=26861] ppid=26856 vsize=464436 CPUtime=19986.1 cores=4-7
/proc/26861/stat : 26861 (plingeling) S 26856 26856 26830 0 -1 4202496 3362547 1257 0 0 1998181 433 0 0 18 0 5 0 526124792 475582464 104534 33554432000 4194304 4356188 140736655405008 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/26861/statm: 116109 104534 163 40 0 114653 0
[pid=26861/tid=26868] ppid=26856 vsize=464436 CPUtime=5003.38 cores=4-7
/proc/26861/task/26868/stat : 26868 (plingeling) R 26856 26856 26830 0 -1 4202560 992783 1257 0 0 500210 128 0 0 25 0 5 0 526124803 475582464 104534 33554432000 4194304 4356188 140736655405008 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26861/tid=26869] ppid=26856 vsize=464436 CPUtime=5003.52 cores=4-7
/proc/26861/task/26869/stat : 26869 (plingeling) R 26856 26856 26830 0 -1 4202560 790246 1257 0 0 500246 106 0 0 25 0 5 0 526124803 475582464 104534 33554432000 4194304 4356188 140736655405008 18446744073709551615 4210596 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26861/tid=26870] ppid=26856 vsize=464436 CPUtime=5002.87 cores=4-7
/proc/26861/task/26870/stat : 26870 (plingeling) R 26856 26856 26830 0 -1 4202560 899482 1257 0 0 500177 110 0 0 25 0 5 0 526124803 475582464 104534 33554432000 4194304 4356188 140736655405008 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26861/tid=26871] ppid=26856 vsize=464436 CPUtime=4976.24 cores=4-7
/proc/26861/task/26871/stat : 26871 (plingeling) R 26856 26856 26830 0 -1 4202560 675485 1257 0 0 497537 87 0 0 25 0 5 0 526124803 475582464 104534 33554432000 4194304 4356188 140736655405008 18446744073709551615 4331319 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.1
Current children cumulated vsize (KiB) 3528712

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26856 and gives
#  childrusage.ru_utime.tv_sec=5002
#  childrusage.ru_utime.tv_usec=948436
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=76988
# CPU time returned by wait4() is 5003.03
# 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.8
CPU system time (s): 10.3
CPU usage (%): 799.439
Max. virtual memory (cumulated for all children) (KiB): 5089364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5002.95
system time used= 0.076988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4682
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= 503
involuntary context switches= 24042

runsolver used 8.40972 second user time and 18.8891 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-30 08:34:04
IDJOB=3275086
IDBENCH=71409
IDSOLVER=1638
FILE ID=node106/3275086-1304145244
RUNJOBID= node106-1304145244-26844
PBS_JOBID= 13170873
Free space on /tmp= 72884 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v1820c171155gyes3.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275086-1304145244/watcher-3275086-1304145244 -o /tmp/evaluation-result-3275086-1304145244/solver-3275086-1304145244 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275086-1304145244.cnf

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

MD5SUM BENCH= cd19d9eb9be97e183fa1a1d47d679d01
RANDOM SEED=1841997276

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30113988 kB
Buffers:        278892 kB
Cached:        2279304 kB
SwapCached:         88 kB
Active:         892832 kB
Inactive:      1728748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30113988 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           12236 kB
Writeback:           0 kB
AnonPages:       63452 kB
Mapped:          14712 kB
Slab:           148680 kB
PageTables:       4260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189688 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= 72876 MiB
End job on node106 at 2011-04-30 09:57:30