Trace number 3310164

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray04_32.cnf
MD5SUM2fe3650d4a602f63086e937176360ebb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables8750
Number of clauses25865
Sum of the clauses size60349
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 217242
Number of clauses of size 38621
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-3310164-1304002279/watcher-3310164-1304002279 -o /tmp/evaluation-result-3310164-1304002279/solver-3310164-1304002279 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310164-1304002279.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: 8.07 8.06 8.02 2/170 26665
/proc/meminfo: memFree=23270008/32951124 swapFree=67111348/67111528
[pid=26665] ppid=26663 vsize=18324 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (ppfolio) S 26663 26665 26049 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 590458416 18763776 390 33554432000 4194304 4287625 140734592661552 18446744073709551615 252458085903 0 0 4096 65536 4503186077854466047 0 0 17 6 0 0 0
/proc/26665/statm: 4581 390 341 23 0 91 0

[startup+0.0517469 s]
/proc/loadavg: 8.07 8.06 8.02 2/170 26665
/proc/meminfo: memFree=23270008/32951124 swapFree=67111348/67111528
[pid=26665] ppid=26663 vsize=18324 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (ppfolio) S 26663 26665 26049 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 590458416 18763776 390 33554432000 4194304 4287625 140734592661552 18446744073709551615 252458085903 0 0 4096 65536 4503186077854466047 0 0 17 6 0 0 0
/proc/26665/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100739 s]
/proc/loadavg: 8.07 8.06 8.02 2/170 26665
/proc/meminfo: memFree=23270008/32951124 swapFree=67111348/67111528
[pid=26665] ppid=26663 vsize=18324 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (ppfolio) R 26663 26665 26049 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 590458416 18763776 390 33554432000 4194304 4287625 140734592661552 18446744073709551615 252458085903 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/26665/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300698 s]
/proc/loadavg: 8.07 8.06 8.02 2/170 26665
/proc/meminfo: memFree=23270008/32951124 swapFree=67111348/67111528
[pid=26665] ppid=26663 vsize=18324 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (ppfolio) S 26663 26665 26049 0 -1 4202496 522 0 0 0 0 0 0 0 21 0 1 0 590458416 18763776 390 33554432000 4194304 4287625 140734592661552 18446744073709551615 252458085903 0 0 4096 65536 4503186077854466047 0 0 17 6 0 0 0
/proc/26665/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700626 s]
/proc/loadavg: 8.07 8.06 8.02 2/170 26665
/proc/meminfo: memFree=23270008/32951124 swapFree=67111348/67111528
[pid=26665] ppid=26663 vsize=18324 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (ppfolio) S 26663 26665 26049 0 -1 4202496 522 0 0 0 0 0 0 0 19 0 1 0 590458416 18763776 390 33554432000 4194304 4287625 140734592661552 18446744073709551615 252458085903 0 0 4096 65536 4503186077854466047 0 0 17 6 0 0 0
/proc/26665/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50048 s]
/proc/loadavg: 8.07 8.06 8.02 9/180 26680
/proc/meminfo: memFree=23223916/32951124 swapFree=67111348/67111528
[pid=26665] ppid=26663 vsize=18324 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (ppfolio) S 26663 26665 26049 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 590458416 18763776 390 33554432000 4194304 4287625 140734592661552 18446744073709551615 252458085903 0 0 4096 65536 4503186077854466047 0 0 17 6 0 0 0
/proc/26665/statm: 4581 390 341 23 0 91 0
[pid=26666] ppid=26665 vsize=752548 CPUtime=1.49 cores=0
/proc/26666/stat : 26666 (cryptominisat) R 26665 26665 26049 0 -1 4202496 4295 0 0 0 149 0 0 0 20 0 1 0 590458417 770609152 2799 33554432000 4194304 4587354 140733406865152 18446744073709551615 4238606 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26666/statm: 188137 2799 338 96 0 184699 0
[pid=26667] ppid=26665 vsize=18992 CPUtime=1.49 cores=1
/proc/26667/stat : 26667 (clasp) R 26665 26665 26049 0 -1 4202496 2446 0 0 0 149 0 0 0 20 0 1 0 590458417 19447808 2074 33554432000 4194304 4785740 140735917768672 18446744073709551615 4553100 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26667/statm: 4748 2074 341 145 0 1793 0
[pid=26668] ppid=26665 vsize=457544 CPUtime=1.49 cores=2
/proc/26668/stat : 26668 (TNM) R 26665 26665 26049 0 -1 4202496 1147 0 0 0 149 0 0 0 20 0 1 0 590458417 468525056 1044 33554432000 134512640 134534564 4287439072 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26668/statm: 114386 1044 95 6 0 113052 0
[pid=26669] ppid=26665 vsize=23936 CPUtime=1.49 cores=3
/proc/26669/stat : 26669 (march_hi) R 26665 26665 26049 0 -1 4202496 8908 0 0 0 148 1 0 0 20 0 1 0 590458417 24510464 4029 33554432000 4194304 4331988 140736035362528 18446744073709551615 4240828 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26669/statm: 5984 4029 172 34 0 4426 0
[pid=26670] ppid=26665 vsize=125852 CPUtime=5.87 cores=4-7
/proc/26670/stat : 26670 (plingeling) S 26665 26665 26049 0 -1 4202496 5747 1256 0 0 586 1 0 0 18 0 5 0 590458417 128872448 3557 33554432000 4194304 4356188 140733437017968 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26670/statm: 31463 3557 164 40 0 30007 0
[pid=26670/tid=26677] ppid=26665 vsize=125852 CPUtime=1.46 cores=4-7
/proc/26670/task/26677/stat : 26677 (plingeling) R 26665 26665 26049 0 -1 4202560 1080 1256 0 0 146 0 0 0 20 0 5 0 590458420 128872448 3557 33554432000 4194304 4356188 140733437017968 18446744073709551615 4331792 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26670/tid=26678] ppid=26665 vsize=125852 CPUtime=1.45 cores=4-7
/proc/26670/task/26678/stat : 26678 (plingeling) R 26665 26665 26049 0 -1 4202560 617 1256 0 0 145 0 0 0 23 0 5 0 590458420 128872448 3557 33554432000 4194304 4356188 140733437017968 18446744073709551615 4250504 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26670/tid=26679] ppid=26665 vsize=125852 CPUtime=1.45 cores=4-7
/proc/26670/task/26679/stat : 26679 (plingeling) R 26665 26665 26049 0 -1 4202560 912 1256 0 0 145 0 0 0 25 0 5 0 590458420 128872448 3557 33554432000 4194304 4356188 140733437017968 18446744073709551615 4331992 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26670/tid=26680] ppid=26665 vsize=125852 CPUtime=1.46 cores=4-7
/proc/26670/task/26680/stat : 26680 (plingeling) R 26665 26665 26049 0 -1 4202560 1236 1256 0 0 146 0 0 0 23 0 5 0 590458420 128872448 3557 33554432000 4194304 4356188 140733437017968 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.83
Current children cumulated vsize (KiB) 1397196

[startup+3.10118 s]
/proc/loadavg: 8.07 8.06 8.02 9/180 26680
/proc/meminfo: memFree=23215856/32951124 swapFree=67111348/67111528
[pid=26665] ppid=26663 vsize=18324 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (ppfolio) S 26663 26665 26049 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 590458416 18763776 390 33554432000 4194304 4287625 140734592661552 18446744073709551615 252458085903 0 0 4096 65536 4503186077854466047 0 0 17 6 0 0 0
/proc/26665/statm: 4581 390 341 23 0 91 0
[pid=26666] ppid=26665 vsize=752836 CPUtime=3.08 cores=0
/proc/26666/stat : 26666 (cryptominisat) R 26665 26665 26049 0 -1 4202496 5954 0 0 0 308 0 0 0 25 0 1 0 590458417 770904064 2755 33554432000 4194304 4587354 140733406865152 18446744073709551615 4238067 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26666/statm: 188209 2755 338 96 0 184771 0
[pid=26667] ppid=26665 vsize=21640 CPUtime=3.09 cores=1
/proc/26667/stat : 26667 (clasp) R 26665 26665 26049 0 -1 4202496 3107 0 0 0 309 0 0 0 25 0 1 0 590458417 22159360 2735 33554432000 4194304 4785740 140735917768672 18446744073709551615 4290633 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26667/statm: 5410 2735 341 145 0 2455 0
[pid=26668] ppid=26665 vsize=457544 CPUtime=3.09 cores=2
/proc/26668/stat : 26668 (TNM) R 26665 26665 26049 0 -1 4202496 1147 0 0 0 309 0 0 0 25 0 1 0 590458417 468525056 1044 33554432000 134512640 134534564 4287439072 18446744073709551615 9907201 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26668/statm: 114386 1044 95 6 0 113052 0
[pid=26669] ppid=26665 vsize=24452 CPUtime=3.09 cores=3
/proc/26669/stat : 26669 (march_hi) R 26665 26665 26049 0 -1 4202496 9026 0 0 0 308 1 0 0 25 0 1 0 590458417 25038848 4147 33554432000 4194304 4331988 140736035362528 18446744073709551615 4299872 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26669/statm: 6113 4147 172 34 0 4555 0
[pid=26670] ppid=26665 vsize=131100 CPUtime=12.26 cores=4-7
/proc/26670/stat : 26670 (plingeling) S 26665 26665 26049 0 -1 4202496 7859 1256 0 0 1225 1 0 0 18 0 5 0 590458417 134246400 4901 33554432000 4194304 4356188 140733437017968 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26670/statm: 32775 4901 164 40 0 31319 0
[pid=26670/tid=26677] ppid=26665 vsize=131100 CPUtime=3.06 cores=4-7
/proc/26670/task/26677/stat : 26677 (plingeling) R 26665 26665 26049 0 -1 4202560 1432 1256 0 0 306 0 0 0 25 0 5 0 590458420 134246400 4901 33554432000 4194304 4356188 140733437017968 18446744073709551615 4331849 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26670/tid=26678] ppid=26665 vsize=131100 CPUtime=3.05 cores=4-7
/proc/26670/task/26678/stat : 26678 (plingeling) R 26665 26665 26049 0 -1 4202560 1321 1256 0 0 305 0 0 0 25 0 5 0 590458420 134246400 4901 33554432000 4194304 4356188 140733437017968 18446744073709551615 4234340 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26670/tid=26679] ppid=26665 vsize=131100 CPUtime=3.05 cores=4-7
/proc/26670/task/26679/stat : 26679 (plingeling) R 26665 26665 26049 0 -1 4202560 1552 1256 0 0 305 0 0 0 25 0 5 0 590458420 134246400 4901 33554432000 4194304 4356188 140733437017968 18446744073709551615 4234320 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26670/tid=26680] ppid=26665 vsize=131100 CPUtime=3.05 cores=4-7
/proc/26670/task/26680/stat : 26680 (plingeling) R 26665 26665 26049 0 -1 4202560 1652 1256 0 0 305 0 0 0 25 0 5 0 590458420 134246400 4901 33554432000 4194304 4356188 140733437017968 18446744073709551615 4281624 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.61
Current children cumulated vsize (KiB) 1405896

[startup+6.30058 s]
/proc/loadavg: 8.07 8.06 8.02 9/180 26680
/proc/meminfo: memFree=23196520/32951124 swapFree=67111348/67111528
[pid=26665] ppid=26663 vsize=18324 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (ppfolio) S 26663 26665 26049 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 590458416 18763776 390 33554432000 4194304 4287625 140734592661552 18446744073709551615 252458085903 0 0 4096 65536 4503186077854466047 0 0 17 6 0 0 0
/proc/26665/statm: 4581 390 341 23 0 91 0
[pid=26666] ppid=26665 vsize=756824 CPUtime=6.29 cores=0
/proc/26666/stat : 26666 (cryptominisat) R 26665 26665 26049 0 -1 4202496 9693 0 0 0 628 1 0 0 25 0 1 0 590458417 774987776 4672 33554432000 4194304 4587354 140733406865152 18446744073709551615 4243366 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26666/statm: 189206 4672 338 96 0 185768 0
[pid=26667] ppid=26665 vsize=26164 CPUtime=6.28 cores=1
/proc/26667/stat : 26667 (clasp) R 26665 26665 26049 0 -1 4202496 4236 0 0 0 628 0 0 0 25 0 1 0 590458417 26791936 3864 33554432000 4194304 4785740 140735917768672 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26667/statm: 6541 3864 341 145 0 3586 0
[pid=26668] ppid=26665 vsize=457544 CPUtime=6.29 cores=2
/proc/26668/stat : 26668 (TNM) R 26665 26665 26049 0 -1 4202496 1147 0 0 0 629 0 0 0 25 0 1 0 590458417 468525056 1044 33554432000 134512640 134534564 4287439072 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26668/statm: 114386 1044 95 6 0 113052 0
[pid=26669] ppid=26665 vsize=24832 CPUtime=6.29 cores=3
/proc/26669/stat : 26669 (march_hi) R 26665 26665 26049 0 -1 4202496 9105 0 0 0 628 1 0 0 25 0 1 0 590458417 25427968 4226 33554432000 4194304 4331988 140736035362528 18446744073709551615 4299854 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26669/statm: 6208 4226 173 34 0 4650 0
[pid=26670] ppid=26665 vsize=134824 CPUtime=25.04 cores=4-7
/proc/26670/stat : 26670 (plingeling) S 26665 26665 26049 0 -1 4202496 9846 1256 0 0 2503 1 0 0 18 0 5 0 590458417 138059776 5832 33554432000 4194304 4356188 140733437017968 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26670/statm: 33706 5832 164 40 0 32250 0
[pid=26670/tid=26677] ppid=26665 vsize=134824 CPUtime=6.26 cores=4-7
/proc/26670/task/26677/stat : 26677 (plingeling) R 26665 26665 26049 0 -1 4202560 1720 1256 0 0 626 0 0 0 25 0 5 0 590458420 138059776 5832 33554432000 4194304 4356188 140733437017968 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26670/tid=26678] ppid=26665 vsize=134824 CPUtime=6.25 cores=4-7
/proc/26670/task/26678/stat : 26678 (plingeling) R 26665 26665 26049 0 -1 4202560 2122 1256 0 0 625 0 0 0 25 0 5 0 590458420 138059776 5832 33554432000 4194304 4356188 140733437017968 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26670/tid=26679] ppid=26665 vsize=134824 CPUtime=6.23 cores=4-7
/proc/26670/task/26679/stat : 26679 (plingeling) R 26665 26665 26049 0 -1 4202560 1776 1256 0 0 623 0 0 0 25 0 5 0 590458420 138059776 5832 33554432000 4194304 4356188 140733437017968 18446744073709551615 4332293 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26670/tid=26680] ppid=26665 vsize=134824 CPUtime=6.25 cores=4-7
/proc/26670/task/26680/stat : 26680 (plingeling) R 26665 26665 26049 0 -1 4202560 2326 1256 0 0 625 0 0 0 25 0 5 0 590458420 138059776 5832 33554432000 4194304 4356188 140733437017968 18446744073709551615 4279717 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.19
Current children cumulated vsize (KiB) 1418512

[startup+12.7004 s]
/proc/loadavg: 8.14 8.07 8.03 9/180 26680
/proc/meminfo: memFree=23174924/32951124 swapFree=67111348/67111528
[pid=26665] ppid=26663 vsize=18324 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (ppfolio) S 26663 26665 26049 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 590458416 18763776 390 33554432000 4194304 4287625 140734592661552 18446744073709551615 252458085903 0 0 4096 65536 4503186077854466047 0 0 17 6 0 0 0
/proc/26665/statm: 4581 390 341 23 0 91 0
[pid=26666] ppid=26665 vsize=762360 CPUtime=12.69 cores=0
/proc/26666/stat : 26666 (cryptominisat) R 26665 26665 26049 0 -1 4202496 15083 0 0 0 1267 2 0 0 25 0 1 0 590458417 780656640 6126 33554432000 4194304 4587354 140733406865152 18446744073709551615 4238606 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26666/statm: 190590 6126 338 96 0 187152 0
[pid=26667] ppid=26665 vsize=35408 CPUtime=12.69 cores=1
/proc/26667/stat : 26667 (clasp) R 26665 26665 26049 0 -1 4202496 6511 0 0 0 1268 1 0 0 25 0 1 0 590458417 36257792 6139 33554432000 4194304 4785740 140735917768672 18446744073709551615 4286927 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26667/statm: 8852 6139 341 145 0 5897 0
[pid=26668] ppid=26665 vsize=457544 CPUtime=12.69 cores=2
/proc/26668/stat : 26668 (TNM) R 26665 26665 26049 0 -1 4202496 1147 0 0 0 1269 0 0 0 25 0 1 0 590458417 468525056 1044 33554432000 134512640 134534564 4287439072 18446744073709551615 134530712 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26668/statm: 114386 1044 95 6 0 113052 0
[pid=26669] ppid=26665 vsize=25684 CPUtime=12.69 cores=3
/proc/26669/stat : 26669 (march_hi) R 26665 26665 26049 0 -1 4202496 9291 0 0 0 1268 1 0 0 25 0 1 0 590458417 26300416 4412 33554432000 4194304 4331988 140736035362528 18446744073709551615 4228936 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26669/statm: 6421 4412 173 34 0 4863 0
[pid=26670] ppid=26665 vsize=139612 CPUtime=50.61 cores=4-7
/proc/26670/stat : 26670 (plingeling) S 26665 26665 26049 0 -1 4202496 15779 1256 0 0 5058 3 0 0 18 0 5 0 590458417 142962688 7029 33554432000 4194304 4356188 140733437017968 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26670/statm: 34903 7029 164 40 0 33447 0
[pid=26670/tid=26677] ppid=26665 vsize=139612 CPUtime=12.65 cores=4-7
/proc/26670/task/26677/stat : 26677 (plingeling) R 26665 26665 26049 0 -1 4202560 3580 1256 0 0 1265 0 0 0 25 0 5 0 590458420 142962688 7029 33554432000 4194304 4356188 140733437017968 18446744073709551615 4279432 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26670/tid=26678] ppid=26665 vsize=139612 CPUtime=12.65 cores=4-7
/proc/26670/task/26678/stat : 26678 (plingeling) R 26665 26665 26049 0 -1 4202560 3630 1256 0 0 1265 0 0 0 25 0 5 0 590458420 142962688 7029 33554432000 4194304 4356188 140733437017968 18446744073709551615 4280047 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26670/tid=26679] ppid=26665 vsize=139612 CPUtime=12.59 cores=4-7
/proc/26670/task/26679/stat : 26679 (plingeling) R 26665 26665 26049 0 -1 4202560 2738 1256 0 0 1259 0 0 0 25 0 5 0 590458420 142962688 7029 33554432000 4194304 4356188 140733437017968 18446744073709551615 4331392 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26670/tid=26680] ppid=26665 vsize=139612 CPUtime=12.65 cores=4-7
/proc/26670/task/26680/stat : 26680 (plingeling) R 26665 26665 26049 0 -1 4202560 3929 1256 0 0 1265 0 0 0 25 0 5 0 590458420 142962688 7029 33554432000 4194304 4356188 140733437017968 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 1438932

[startup+25.501 s]
/proc/loadavg: 8.11 8.07 8.03 9/180 26681
/proc/meminfo: memFree=23156148/32951124 swapFree=67111348/67111528
[pid=26665] ppid=26663 vsize=18324 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (ppfolio) S 26663 26665 26049 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 590458416 18763776 390 33554432000 4194304 4287625 140734592661552 18446744073709551615 252458085903 0 0 4096 65536 4503186077854466047 0 0 17 6 0 0 0
/proc/26665/statm: 4581 390 341 23 0 91 0
[pid=26666] ppid=26665 vsize=767384 CPUtime=25.48 cores=0
/proc/26666/stat : 26666 (cryptominisat) R 26665 26665 26049 0 -1 4202496 22845 0 0 0 2545 3 0 0 25 0 1 0 590458417 785801216 7655 33554432000 4194304 4587354 140733406865152 18446744073709551615 4238323 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=26668] ppid=26665 vsize=457548 CPUtime=4781.86 cores=2
/proc/26668/stat : 26668 (TNM) R 26665 26665 26049 0 -1 4202496 1156 0 0 0 478185 1 0 0 25 0 1 0 590458417 468529152 1053 33554432000 134512640 134534564 4287439072 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26668/statm: 114387 1053 103 6 0 113053 0
[pid=26669] ppid=26665 vsize=1031616 CPUtime=4782.45 cores=3
/proc/26669/stat : 26669 (march_hi) R 26665 26665 26049 0 -1 4202496 244708 0 0 0 478098 147 0 0 25 0 1 0 590458417 1056374784 239829 33554432000 4194304 4331988 140736035362528 18446744073709551615 4226471 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26669/statm: 257904 239829 173 34 0 256346 0
[pid=26670] ppid=26665 vsize=304576 CPUtime=19103.4 cores=4-7
/proc/26670/stat : 26670 (plingeling) S 26665 26665 26049 0 -1 4202496 1019932 1256 0 0 1910190 153 0 0 18 0 5 0 590458417 311885824 48270 33554432000 4194304 4356188 140733437017968 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26670/statm: 76144 48270 164 40 0 74688 0
[pid=26670/tid=26677] ppid=26665 vsize=304576 CPUtime=4782.42 cores=4-7
/proc/26670/task/26677/stat : 26677 (plingeling) R 26665 26665 26049 0 -1 4202560 268483 1256 0 0 478206 36 0 0 25 0 5 0 590458420 311885824 48270 33554432000 4194304 4356188 140733437017968 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26670/tid=26678] ppid=26665 vsize=304576 CPUtime=4781.61 cores=4-7
/proc/26670/task/26678/stat : 26678 (plingeling) R 26665 26665 26049 0 -1 4202560 240531 1256 0 0 478126 35 0 0 25 0 5 0 590458420 311885824 48270 33554432000 4194304 4356188 140733437017968 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26670/tid=26679] ppid=26665 vsize=304576 CPUtime=4756.94 cores=4-7
/proc/26670/task/26679/stat : 26679 (plingeling) R 26665 26665 26049 0 -1 4202560 243162 1256 0 0 475653 41 0 0 25 0 5 0 590458420 311885824 48270 33554432000 4194304 4356188 140733437017968 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26670/tid=26680] ppid=26665 vsize=304576 CPUtime=4782.4 cores=4-7
/proc/26670/task/26680/stat : 26680 (plingeling) R 26665 26665 26049 0 -1 4202560 265854 1256 0 0 478201 39 0 0 25 0 5 0 590458420 311885824 48270 33554432000 4194304 4356188 140733437017968 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38232.6
Current children cumulated vsize (KiB) 2868724

[startup+4842.3 s]
/proc/loadavg: 8.09 8.04 8.00 9/180 26830
/proc/meminfo: memFree=21774952/32951124 swapFree=67111348/67111528
[pid=26665] ppid=26663 vsize=18324 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (ppfolio) S 26663 26665 26049 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 590458416 18763776 390 33554432000 4194304 4287625 140734592661552 18446744073709551615 252458085903 0 0 4096 65536 4503186077854466047 0 0 17 6 0 0 0
/proc/26665/statm: 4581 390 341 23 0 91 0
[pid=26666] ppid=26665 vsize=867652 CPUtime=4842.45 cores=0
/proc/26666/stat : 26666 (cryptominisat) R 26665 26665 26049 0 -1 4202496 835002 0 0 0 483934 311 0 0 25 0 1 0 590458417 888475648 34716 33554432000 4194304 4587354 140733406865152 18446744073709551615 4238525 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26666/statm: 216913 34716 339 96 0 213475 0
[pid=26667] ppid=26665 vsize=193328 CPUtime=4842.42 cores=1
/proc/26667/stat : 26667 (clasp) R 26665 26665 26049 0 -1 4202496 44069 0 0 0 484232 10 0 0 25 0 1 0 590458417 197967872 43535 33554432000 4194304 4785740 140735917768672 18446744073709551615 4287042 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26667/statm: 48332 43535 341 145 0 45377 0
[pid=26668] ppid=26665 vsize=457548 CPUtime=4841.85 cores=2
/proc/26668/stat : 26668 (TNM) R 26665 26665 26049 0 -1 4202496 1156 0 0 0 484184 1 0 0 25 0 1 0 590458417 468529152 1053 33554432000 134512640 134534564 4287439072 18446744073709551615 134530307 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26668/statm: 114387 1053 103 6 0 113053 0
[pid=26669] ppid=26665 vsize=1031616 CPUtime=4842.45 cores=3
/proc/26669/stat : 26669 (march_hi) R 26665 26665 26049 0 -1 4202496 247628 0 0 0 484096 149 0 0 25 0 1 0 590458417 1056374784 242749 33554432000 4194304 4331988 140736035362528 18446744073709551615 4237226 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26669/statm: 257904 242749 173 34 0 256346 0
[pid=26670] ppid=26665 vsize=321088 CPUtime=19343.1 cores=4-7
/proc/26670/stat : 26670 (plingeling) S 26665 26665 26049 0 -1 4202496 1030844 1256 0 0 1934157 154 0 0 18 0 5 0 590458417 328794112 52398 33554432000 4194304 4356188 140733437017968 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26670/statm: 80272 52398 164 40 0 78816 0
[pid=26670/tid=26677] ppid=26665 vsize=321088 CPUtime=4842.42 cores=4-7
/proc/26670/task/26677/stat : 26677 (plingeling) R 26665 26665 26049 0 -1 4202560 270915 1256 0 0 484206 36 0 0 25 0 5 0 590458420 328794112 52398 33554432000 4194304 4356188 140733437017968 18446744073709551615 4331792 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26670/tid=26678] ppid=26665 vsize=321088 CPUtime=4841.61 cores=4-7
/proc/26670/task/26678/stat : 26678 (plingeling) R 26665 26665 26049 0 -1 4202560 242739 1256 0 0 484126 35 0 0 25 0 5 0 590458420 328794112 52398 33554432000 4194304 4356188 140733437017968 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26670/tid=26679] ppid=26665 vsize=321088 CPUtime=4816.63 cores=4-7
/proc/26670/task/26679/stat : 26679 (plingeling) R 26665 26665 26049 0 -1 4202560 248410 1256 0 0 481621 42 0 0 25 0 5 0 590458420 328794112 52398 33554432000 4194304 4356188 140733437017968 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26670/tid=26680] ppid=26665 vsize=321088 CPUtime=4842.4 cores=4-7
/proc/26670/task/26680/stat : 26680 (plingeling) R 26665 26665 26049 0 -1 4202560 266878 1256 0 0 484201 39 0 0 25 0 5 0 590458420 328794112 52398 33554432000 4194304 4356188 140733437017968 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38712.3
Current children cumulated vsize (KiB) 2889556

[startup+4902.3 s]
/proc/loadavg: 8.09 8.04 8.00 9/180 26832
/proc/meminfo: memFree=21797120/32951124 swapFree=67111348/67111528
[pid=26665] ppid=26663 vsize=18324 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (ppfolio) S 26663 26665 26049 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 590458416 18763776 390 33554432000 4194304 4287625 140734592661552 18446744073709551615 252458085903 0 0 4096 65536 4503186077854466047 0 0 17 6 0 0 0
/proc/26665/statm: 4581 390 341 23 0 91 0
[pid=26666] ppid=26665 vsize=862856 CPUtime=4902.44 cores=0
/proc/26666/stat : 26666 (cryptominisat) R 26665 26665 26049 0 -1 4202496 843870 0 0 0 489930 314 0 0 25 0 1 0 590458417 883564544 34023 33554432000 4194304 4587354 140733406865152 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26666/statm: 215714 34023 339 96 0 212276 0
[pid=26667] ppid=26665 vsize=194268 CPUtime=4902.42 cores=1
/proc/26667/stat : 26667 (clasp) R 26665 26665 26049 0 -1 4202496 44245 0 0 0 490232 10 0 0 25 0 1 0 590458417 198930432 43711 33554432000 4194304 4785740 140735917768672 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26667/statm: 48567 43711 341 145 0 45612 0
[pid=26668] ppid=26665 vsize=457548 CPUtime=4901.85 cores=2
/proc/26668/stat : 26668 (TNM) R 26665 26665 26049 0 -1 4202496 1156 0 0 0 490184 1 0 0 25 0 1 0 590458417 468529152 1053 33554432000 134512640 134534564 4287439072 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26668/statm: 114387 1053 103 6 0 113053 0
[pid=26669] ppid=26665 vsize=1031616 CPUtime=4902.45 cores=3
/proc/26669/stat : 26669 (march_hi) R 26665 26665 26049 0 -1 4202496 250500 0 0 0 490094 151 0 0 25 0 1 0 590458417 1056374784 245621 33554432000 4194304 4331988 140736035362528 18446744073709551615 4299840 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26669/statm: 257904 245621 173 34 0 256346 0
[pid=26670] ppid=26665 vsize=289216 CPUtime=19582.8 cores=4-7
/proc/26670/stat : 26670 (plingeling) S 26665 26665 26049 0 -1 4202496 1034972 1256 0 0 1958125 155 0 0 18 0 5 0 590458417 296157184 44430 33554432000 4194304 4356188 140733437017968 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26670/statm: 72304 44430 164 40 0 70848 0
[pid=26670/tid=26677] ppid=26665 vsize=289216 CPUtime=4902.42 cores=4-7
/proc/26670/task/26677/stat : 26677 (plingeling) R 26665 26665 26049 0 -1 4202560 270915 1256 0 0 490206 36 0 0 25 0 5 0 590458420 296157184 44430 33554432000 4194304 4356188 140733437017968 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26670/tid=26678] ppid=26665 vsize=289216 CPUtime=4901.61 cores=4-7
/proc/26670/task/26678/stat : 26678 (plingeling) R 26665 26665 26049 0 -1 4202560 243667 1256 0 0 490126 35 0 0 25 0 5 0 590458420 296157184 44430 33554432000 4194304 4356188 140733437017968 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26670/tid=26679] ppid=26665 vsize=289216 CPUtime=4876.3 cores=4-7
/proc/26670/task/26679/stat : 26679 (plingeling) R 26665 26665 26049 0 -1 4202560 248922 1256 0 0 487588 42 0 0 25 0 5 0 590458420 296157184 44430 33554432000 4194304 4356188 140733437017968 18446744073709551615 4331704 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26670/tid=26680] ppid=26665 vsize=289216 CPUtime=4902.4 cores=4-7
/proc/26670/task/26680/stat : 26680 (plingeling) R 26665 26665 26049 0 -1 4202560 269566 1256 0 0 490201 39 0 0 25 0 5 0 590458420 296157184 44430 33554432000 4194304 4356188 140733437017968 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39192
Current children cumulated vsize (KiB) 2853828

[startup+4962.3 s]
/proc/loadavg: 8.09 8.05 8.00 9/180 26833
/proc/meminfo: memFree=21775392/32951124 swapFree=67111348/67111528
[pid=26665] ppid=26663 vsize=18324 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (ppfolio) S 26663 26665 26049 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 590458416 18763776 390 33554432000 4194304 4287625 140734592661552 18446744073709551615 252458085903 0 0 4096 65536 4503186077854466047 0 0 17 6 0 0 0
/proc/26665/statm: 4581 390 341 23 0 91 0
[pid=26666] ppid=26665 vsize=862844 CPUtime=4962.45 cores=0
/proc/26666/stat : 26666 (cryptominisat) R 26665 26665 26049 0 -1 4202496 852634 0 0 0 495927 318 0 0 25 0 1 0 590458417 883552256 33316 33554432000 4194304 4587354 140733406865152 18446744073709551615 4237639 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26666/statm: 215711 33316 339 96 0 212273 0
[pid=26667] ppid=26665 vsize=194696 CPUtime=4962.42 cores=1
/proc/26667/stat : 26667 (clasp) R 26665 26665 26049 0 -1 4202496 44332 0 0 0 496232 10 0 0 25 0 1 0 590458417 199368704 43798 33554432000 4194304 4785740 140735917768672 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26667/statm: 48674 43798 341 145 0 45719 0
[pid=26668] ppid=26665 vsize=457548 CPUtime=4961.84 cores=2
/proc/26668/stat : 26668 (TNM) R 26665 26665 26049 0 -1 4202496 1156 0 0 0 496183 1 0 0 25 0 1 0 590458417 468529152 1053 33554432000 134512640 134534564 4287439072 18446744073709551615 9906454 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26668/statm: 114387 1053 103 6 0 113053 0
[pid=26669] ppid=26665 vsize=1031616 CPUtime=4962.45 cores=3
/proc/26669/stat : 26669 (march_hi) R 26665 26665 26049 0 -1 4202496 253346 0 0 0 496092 153 0 0 25 0 1 0 590458417 1056374784 248467 33554432000 4194304 4331988 140736035362528 18446744073709551615 4237195 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26669/statm: 257904 248467 173 34 0 256346 0
[pid=26670] ppid=26665 vsize=302020 CPUtime=19822.5 cores=4-7
/proc/26670/stat : 26670 (plingeling) S 26665 26665 26049 0 -1 4202496 1048189 1256 0 0 1982092 156 0 0 18 0 5 0 590458417 309268480 47631 33554432000 4194304 4356188 140733437017968 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26670/statm: 75505 47631 164 40 0 74049 0
[pid=26670/tid=26677] ppid=26665 vsize=302020 CPUtime=4962.42 cores=4-7
/proc/26670/task/26677/stat : 26677 (plingeling) R 26665 26665 26049 0 -1 4202560 273763 1256 0 0 496206 36 0 0 25 0 5 0 590458420 309268480 47631 33554432000 4194304 4356188 140733437017968 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26670/tid=26678] ppid=26665 vsize=302020 CPUtime=4961.61 cores=4-7
/proc/26670/task/26678/stat : 26678 (plingeling) R 26665 26665 26049 0 -1 4202560 246612 1256 0 0 496125 36 0 0 25 0 5 0 590458420 309268480 47631 33554432000 4194304 4356188 140733437017968 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26670/tid=26679] ppid=26665 vsize=302020 CPUtime=4935.97 cores=4-7
/proc/26670/task/26679/stat : 26679 (plingeling) R 26665 26665 26049 0 -1 4202560 255194 1256 0 0 493555 42 0 0 25 0 5 0 590458420 309268480 47631 33554432000 4194304 4356188 140733437017968 18446744073709551615 4210587 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26670/tid=26680] ppid=26665 vsize=302020 CPUtime=4962.41 cores=4-7
/proc/26670/task/26680/stat : 26680 (plingeling) R 26665 26665 26049 0 -1 4202560 270718 1256 0 0 496201 40 0 0 25 0 5 0 590458420 309268480 47631 33554432000 4194304 4356188 140733437017968 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39671.6
Current children cumulated vsize (KiB) 2867048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.4 s]
/proc/loadavg: 8.12 8.06 8.00 9/180 26834
/proc/meminfo: memFree=21782816/32951124 swapFree=67111348/67111528
[pid=26665] ppid=26663 vsize=18324 CPUtime=0 cores=0-7
/proc/26665/stat : 26665 (ppfolio) S 26663 26665 26049 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 590458416 18763776 390 33554432000 4194304 4287625 140734592661552 18446744073709551615 252458085903 0 0 4096 65536 4503186077854466047 0 0 17 6 0 0 0
/proc/26665/statm: 4581 390 341 23 0 91 0
[pid=26666] ppid=26665 vsize=862844 CPUtime=5003.56 cores=0
/proc/26666/stat : 26666 (cryptominisat) R 26665 26665 26049 0 -1 4202496 856106 0 0 0 500036 320 0 0 25 0 1 0 590458417 883552256 36690 33554432000 4194304 4587354 140733406865152 18446744073709551615 4232137 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26666/statm: 215711 36690 339 96 0 212273 0
[pid=26667] ppid=26665 vsize=195124 CPUtime=5003.53 cores=1
/proc/26667/stat : 26667 (clasp) R 26665 26665 26049 0 -1 4202496 44429 0 0 0 500343 10 0 0 25 0 1 0 590458417 199806976 43895 33554432000 4194304 4785740 140735917768672 18446744073709551615 4553437 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26667/statm: 48781 43895 341 145 0 45826 0
[pid=26668] ppid=26665 vsize=457548 CPUtime=5002.94 cores=2
/proc/26668/stat : 26668 (TNM) R 26665 26665 26049 0 -1 4202496 1156 0 0 0 500293 1 0 0 25 0 1 0 590458417 468529152 1053 33554432000 134512640 134534564 4287439072 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26668/statm: 114387 1053 103 6 0 113053 0
[pid=26669] ppid=26665 vsize=1031616 CPUtime=5003.56 cores=3
/proc/26669/stat : 26669 (march_hi) R 26665 26665 26049 0 -1 4202496 255270 0 0 0 500202 154 0 0 25 0 1 0 590458417 1056374784 250391 33554432000 4194304 4331988 140736035362528 18446744073709551615 4286225 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26669/statm: 257904 250391 173 34 0 256346 0
[pid=26670] ppid=26665 vsize=271684 CPUtime=19986.7 cores=4-7
/proc/26670/stat : 26670 (plingeling) S 26665 26665 26049 0 -1 4202496 1050237 1256 0 0 1998511 157 0 0 18 0 5 0 590458417 278204416 40047 33554432000 4194304 4356188 140733437017968 18446744073709551615 252469868517 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26670/statm: 67921 40047 164 40 0 66465 0
[pid=26670/tid=26677] ppid=26665 vsize=271684 CPUtime=5003.53 cores=4-7
/proc/26670/task/26677/stat : 26677 (plingeling) R 26665 26665 26049 0 -1 4202560 273763 1256 0 0 500317 36 0 0 25 0 5 0 590458420 278204416 40047 33554432000 4194304 4356188 140733437017968 18446744073709551615 4331026 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26670/tid=26678] ppid=26665 vsize=271684 CPUtime=5002.72 cores=4-7
/proc/26670/task/26678/stat : 26678 (plingeling) R 26665 26665 26049 0 -1 4202560 246612 1256 0 0 500236 36 0 0 25 0 5 0 590458420 278204416 40047 33554432000 4194304 4356188 140733437017968 18446744073709551615 4331245 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26670/tid=26679] ppid=26665 vsize=271684 CPUtime=4976.86 cores=4-7
/proc/26670/task/26679/stat : 26679 (plingeling) R 26665 26665 26049 0 -1 4202560 256218 1256 0 0 497643 43 0 0 25 0 5 0 590458420 278204416 40047 33554432000 4194304 4356188 140733437017968 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26670/tid=26680] ppid=26665 vsize=271684 CPUtime=5003.51 cores=4-7
/proc/26670/task/26680/stat : 26680 (plingeling) R 26665 26665 26049 0 -1 4202560 271742 1256 0 0 500311 40 0 0 25 0 5 0 590458420 278204416 40047 33554432000 4194304 4356188 140733437017968 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 2837140

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26665 and gives
#  childrusage.ru_utime.tv_sec=15006
#  childrusage.ru_utime.tv_usec=739628
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=347491
# CPU time returned by wait4() is 15010.1
# while last known CPU time is 40000.3
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.42
CPU time (s): 40000.3
CPU user time (s): 39993.9
CPU system time (s): 6.42
CPU usage (%): 799.459
Max. virtual memory (cumulated for all children) (KiB): 3604628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15006.7
system time used= 3.34749
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 902229
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= 611
involuntary context switches= 41255

runsolver used 8.18675 second user time and 18.4842 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-28 16:51:19
IDJOB=3310164
IDBENCH=70810
IDSOLVER=1638
FILE ID=node111/3310164-1304002279
RUNJOBID= node111-1303994637-26063
PBS_JOBID= 13168781
Free space on /tmp= 70896 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray04_32.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310164-1304002279/watcher-3310164-1304002279 -o /tmp/evaluation-result-3310164-1304002279/solver-3310164-1304002279 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310164-1304002279.cnf

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

MD5SUM BENCH= 2fe3650d4a602f63086e937176360ebb
RANDOM SEED=1481181633

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.67
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.849
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:      23270288 kB
Buffers:       1274120 kB
Cached:        7856480 kB
SwapCached:        132 kB
Active:        3650944 kB
Inactive:      5547684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23270288 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           10504 kB
Writeback:           0 kB
AnonPages:       67776 kB
Mapped:          14704 kB
Slab:           416232 kB
PageTables:       4296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189144 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= 70888 MiB
End job on node111 at 2011-04-28 18:14:45