Trace number 3276126

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.5 5003.92

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/fphp/unsat/
harder/fphp-030-029.shuffled-as.sat05-1234.cnf
MD5SUMc12aa6a0ac1bca448bef51c167f3bbbb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.0914
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses24825
Sum of the clauses size50460
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 224795
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

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: 977)

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-3276126-1307666477/watcher-3276126-1307666477 -o /tmp/evaluation-result-3276126-1307666477/solver-3276126-1307666477 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3276126-1307666477.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: 0.92 0.98 1.15 1/170 23314
/proc/meminfo: memFree=32030248/32951124 swapFree=67052292/67111528
[pid=23314] ppid=23312 vsize=18324 CPUtime=0 cores=0-7
/proc/23314/stat : 23314 (ppfolio) S 23312 23314 23284 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 878248645 18763776 389 33554432000 4194304 4287625 140735582785648 18446744073709551615 270613130767 0 0 4096 65536 4297744529227775999 0 0 17 6 0 0 0
/proc/23314/statm: 4581 389 341 23 0 91 0

[startup+0.0819209 s]
/proc/loadavg: 0.92 0.98 1.15 1/170 23314
/proc/meminfo: memFree=32030248/32951124 swapFree=67052292/67111528
[pid=23314] ppid=23312 vsize=18324 CPUtime=0 cores=0-7
/proc/23314/stat : 23314 (ppfolio) S 23312 23314 23284 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 878248645 18763776 389 33554432000 4194304 4287625 140735582785648 18446744073709551615 270613130767 0 0 4096 65536 4297744529227775999 0 0 17 6 0 0 0
/proc/23314/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.18289 s]
/proc/loadavg: 0.92 0.98 1.15 1/170 23314
/proc/meminfo: memFree=32030248/32951124 swapFree=67052292/67111528
[pid=23314] ppid=23312 vsize=18324 CPUtime=0 cores=0-7
/proc/23314/stat : 23314 (ppfolio) S 23312 23314 23284 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 878248645 18763776 389 33554432000 4194304 4287625 140735582785648 18446744073709551615 270613130767 0 0 4096 65536 4297744529227775999 0 0 17 6 0 0 0
/proc/23314/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.382854 s]
/proc/loadavg: 0.92 0.98 1.15 1/170 23314
/proc/meminfo: memFree=32030248/32951124 swapFree=67052292/67111528
[pid=23314] ppid=23312 vsize=18324 CPUtime=0 cores=0-7
/proc/23314/stat : 23314 (ppfolio) S 23312 23314 23284 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 878248645 18763776 389 33554432000 4194304 4287625 140735582785648 18446744073709551615 270613130767 0 0 4096 65536 4297744529227775999 0 0 17 6 0 0 0
/proc/23314/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700798 s]
/proc/loadavg: 0.92 0.98 1.15 1/170 23314
/proc/meminfo: memFree=32030248/32951124 swapFree=67052292/67111528
[pid=23314] ppid=23312 vsize=18324 CPUtime=0 cores=0-7
/proc/23314/stat : 23314 (ppfolio) S 23312 23314 23284 0 -1 4202496 520 0 0 0 0 0 0 0 19 0 1 0 878248645 18763776 389 33554432000 4194304 4287625 140735582785648 18446744073709551615 270613130767 0 0 4096 65536 4297744529227775999 0 0 17 6 0 0 0
/proc/23314/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50066 s]
/proc/loadavg: 0.92 0.98 1.15 9/180 23329
/proc/meminfo: memFree=32000220/32951124 swapFree=67052292/67111528
[pid=23314] ppid=23312 vsize=18324 CPUtime=0 cores=0-7
/proc/23314/stat : 23314 (ppfolio) S 23312 23314 23284 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 878248645 18763776 389 33554432000 4194304 4287625 140735582785648 18446744073709551615 270613130767 0 0 4096 65536 4297744529227775999 0 0 17 6 0 0 0
/proc/23314/statm: 4581 389 341 23 0 91 0
[pid=23315] ppid=23314 vsize=1726528 CPUtime=1.49 cores=0
/proc/23315/stat : 23315 (cryptominisat) R 23314 23314 23284 0 -1 4202496 5424 0 0 0 149 0 0 0 20 0 1 0 878248646 1767964672 2142 33554432000 4194304 4587354 140736442399792 18446744073709551615 4238600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23315/statm: 431632 2142 327 96 0 428194 0
[pid=23316] ppid=23314 vsize=22432 CPUtime=1.49 cores=1
/proc/23316/stat : 23316 (clasp) R 23314 23314 23284 0 -1 4202496 3101 0 0 0 149 0 0 0 20 0 1 0 878248646 22970368 2901 33554432000 4194304 4785740 140735192408736 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23316/statm: 5608 2901 340 145 0 2653 0
[pid=23317] ppid=23314 vsize=457012 CPUtime=1.49 cores=2
/proc/23317/stat : 23317 (TNM) R 23314 23314 23284 0 -1 4202496 852 0 0 0 149 0 0 0 20 0 1 0 878248646 467980288 749 33554432000 134512640 134534564 4287951536 18446744073709551615 134529033 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23317/statm: 114253 749 95 6 0 112919 0
[pid=23318] ppid=23314 vsize=11084 CPUtime=1.49 cores=3
/proc/23318/stat : 23318 (march_hi) R 23314 23314 23284 0 -1 4202496 1107 0 0 0 149 0 0 0 20 0 1 0 878248646 11350016 832 33554432000 4194304 4331988 140737089470688 18446744073709551615 4226483 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23318/statm: 2771 832 174 34 0 1213 0
[pid=23319] ppid=23314 vsize=55592 CPUtime=5.69 cores=4-7
/proc/23319/stat : 23319 (plingeling) S 23314 23314 23284 0 -1 4202496 3418 1248 0 2 569 0 0 0 18 0 5 0 878248646 56926208 2356 33554432000 4194304 4356188 140734509395952 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23319/statm: 13898 2356 163 40 0 12442 0
[pid=23319/tid=23326] ppid=23314 vsize=55592 CPUtime=1.42 cores=4-7
/proc/23319/task/23326/stat : 23326 (plingeling) R 23314 23314 23284 0 -1 4202560 550 1248 0 2 142 0 0 0 23 0 5 0 878248653 56926208 2356 33554432000 4194304 4356188 140734509395952 18446744073709551615 4281475 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23319/tid=23327] ppid=23314 vsize=55592 CPUtime=1.42 cores=4-7
/proc/23319/task/23327/stat : 23327 (plingeling) R 23314 23314 23284 0 -1 4202560 661 1248 0 2 142 0 0 0 23 0 5 0 878248653 56926208 2356 33554432000 4194304 4356188 140734509395952 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23319/tid=23328] ppid=23314 vsize=55592 CPUtime=1.42 cores=4-7
/proc/23319/task/23328/stat : 23328 (plingeling) R 23314 23314 23284 0 -1 4202560 635 1248 0 2 142 0 0 0 23 0 5 0 878248653 56926208 2356 33554432000 4194304 4356188 140734509395952 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23319/tid=23329] ppid=23314 vsize=55592 CPUtime=1.41 cores=4-7
/proc/23319/task/23329/stat : 23329 (plingeling) R 23314 23314 23284 0 -1 4202560 587 1248 0 2 141 0 0 0 23 0 5 0 878248653 56926208 2356 33554432000 4194304 4356188 140734509395952 18446744073709551615 4210549 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.65
Current children cumulated vsize (KiB) 2290972

[startup+3.10038 s]
/proc/loadavg: 0.92 0.98 1.15 9/180 23329
/proc/meminfo: memFree=31992160/32951124 swapFree=67052292/67111528
[pid=23314] ppid=23312 vsize=18324 CPUtime=0 cores=0-7
/proc/23314/stat : 23314 (ppfolio) S 23312 23314 23284 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 878248645 18763776 389 33554432000 4194304 4287625 140735582785648 18446744073709551615 270613130767 0 0 4096 65536 4297744529227775999 0 0 17 6 0 0 0
/proc/23314/statm: 4581 389 341 23 0 91 0
[pid=23315] ppid=23314 vsize=1754336 CPUtime=3.09 cores=0
/proc/23315/stat : 23315 (cryptominisat) R 23314 23314 23284 0 -1 4202496 13049 0 0 0 308 1 0 0 25 0 1 0 878248646 1796440064 8409 33554432000 4194304 4587354 140736442399792 18446744073709551615 4364888 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23315/statm: 438584 8409 337 96 0 435146 0
[pid=23316] ppid=23314 vsize=26952 CPUtime=3.08 cores=1
/proc/23316/stat : 23316 (clasp) R 23314 23314 23284 0 -1 4202496 4177 0 0 0 308 0 0 0 25 0 1 0 878248646 27598848 3977 33554432000 4194304 4785740 140735192408736 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23316/statm: 6738 3977 340 145 0 3783 0
[pid=23317] ppid=23314 vsize=457012 CPUtime=3.09 cores=2
/proc/23317/stat : 23317 (TNM) R 23314 23314 23284 0 -1 4202496 852 0 0 0 309 0 0 0 25 0 1 0 878248646 467980288 749 33554432000 134512640 134534564 4287951536 18446744073709551615 134530582 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23317/statm: 114253 749 95 6 0 112919 0
[pid=23318] ppid=23314 vsize=11220 CPUtime=3.09 cores=3
/proc/23318/stat : 23318 (march_hi) R 23314 23314 23284 0 -1 4202496 1123 0 0 0 309 0 0 0 25 0 1 0 878248646 11489280 848 33554432000 4194304 4331988 140737089470688 18446744073709551615 4210510 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23318/statm: 2805 848 174 34 0 1247 0
[pid=23319] ppid=23314 vsize=60716 CPUtime=12.08 cores=4-7
/proc/23319/stat : 23319 (plingeling) S 23314 23314 23284 0 -1 4202496 5019 1248 0 2 1208 0 0 0 18 0 5 0 878248646 62173184 3605 33554432000 4194304 4356188 140734509395952 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23319/statm: 15179 3605 163 40 0 13723 0
[pid=23319/tid=23326] ppid=23314 vsize=60716 CPUtime=3.02 cores=4-7
/proc/23319/task/23326/stat : 23326 (plingeling) R 23314 23314 23284 0 -1 4202560 1127 1248 0 2 302 0 0 0 25 0 5 0 878248653 62173184 3605 33554432000 4194304 4356188 140734509395952 18446744073709551615 4281487 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23319/tid=23327] ppid=23314 vsize=60716 CPUtime=3.02 cores=4-7
/proc/23319/task/23327/stat : 23327 (plingeling) R 23314 23314 23284 0 -1 4202560 949 1248 0 2 302 0 0 0 25 0 5 0 878248653 62173184 3605 33554432000 4194304 4356188 140734509395952 18446744073709551615 4274258 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23319/tid=23328] ppid=23314 vsize=60716 CPUtime=3.01 cores=4-7
/proc/23319/task/23328/stat : 23328 (plingeling) R 23314 23314 23284 0 -1 4202560 891 1248 0 2 301 0 0 0 25 0 5 0 878248653 62173184 3605 33554432000 4194304 4356188 140734509395952 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23319/tid=23329] ppid=23314 vsize=60716 CPUtime=3 cores=4-7
/proc/23319/task/23329/stat : 23329 (plingeling) R 23314 23314 23284 0 -1 4202560 1067 1248 0 2 300 0 0 0 25 0 5 0 878248653 62173184 3605 33554432000 4194304 4356188 140734509395952 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.43
Current children cumulated vsize (KiB) 2328560

[startup+6.30081 s]
/proc/loadavg: 1.49 1.10 1.19 9/180 23329
/proc/meminfo: memFree=31951240/32951124 swapFree=67052292/67111528
[pid=23314] ppid=23312 vsize=18324 CPUtime=0 cores=0-7
/proc/23314/stat : 23314 (ppfolio) S 23312 23314 23284 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 878248645 18763776 389 33554432000 4194304 4287625 140735582785648 18446744073709551615 270613130767 0 0 4096 65536 4297744529227775999 0 0 17 6 0 0 0
/proc/23314/statm: 4581 389 341 23 0 91 0
[pid=23315] ppid=23314 vsize=1754688 CPUtime=6.28 cores=0
/proc/23315/stat : 23315 (cryptominisat) R 23314 23314 23284 0 -1 4202496 14737 0 0 0 627 1 0 0 25 0 1 0 878248646 1796800512 8497 33554432000 4194304 4587354 140736442399792 18446744073709551615 4356839 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23315/statm: 438672 8497 337 96 0 435234 0
[pid=23316] ppid=23314 vsize=31896 CPUtime=6.29 cores=1
/proc/23316/stat : 23316 (clasp) R 23314 23314 23284 0 -1 4202496 5344 0 0 0 628 1 0 0 25 0 1 0 878248646 32661504 5144 33554432000 4194304 4785740 140735192408736 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23316/statm: 7974 5144 340 145 0 5019 0
[pid=23317] ppid=23314 vsize=457012 CPUtime=6.29 cores=2
/proc/23317/stat : 23317 (TNM) R 23314 23314 23284 0 -1 4202496 852 0 0 0 629 0 0 0 25 0 1 0 878248646 467980288 749 33554432000 134512640 134534564 4287951536 18446744073709551615 134529651 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23317/statm: 114253 749 95 6 0 112919 0
[pid=23318] ppid=23314 vsize=11432 CPUtime=6.29 cores=3
/proc/23318/stat : 23318 (march_hi) R 23314 23314 23284 0 -1 4202496 1206 0 0 0 629 0 0 0 25 0 1 0 878248646 11706368 912 33554432000 4194304 4331988 140737089470688 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23318/statm: 2858 912 174 34 0 1300 0
[pid=23319] ppid=23314 vsize=71724 CPUtime=24.87 cores=4-7
/proc/23319/stat : 23319 (plingeling) S 23314 23314 23284 0 -1 4202496 7771 1248 0 2 2486 1 0 0 18 0 5 0 878248646 73445376 6357 33554432000 4194304 4356188 140734509395952 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23319/statm: 17931 6357 163 40 0 16475 0
[pid=23319/tid=23326] ppid=23314 vsize=71724 CPUtime=6.22 cores=4-7
/proc/23319/task/23326/stat : 23326 (plingeling) R 23314 23314 23284 0 -1 4202560 1767 1248 0 2 622 0 0 0 25 0 5 0 878248653 73445376 6357 33554432000 4194304 4356188 140734509395952 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23319/tid=23327] ppid=23314 vsize=71724 CPUtime=6.21 cores=4-7
/proc/23319/task/23327/stat : 23327 (plingeling) R 23314 23314 23284 0 -1 4202560 1589 1248 0 2 621 0 0 0 25 0 5 0 878248653 73445376 6357 33554432000 4194304 4356188 140734509395952 18446744073709551615 4210610 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23319/tid=23328] ppid=23314 vsize=71724 CPUtime=6.21 cores=4-7
/proc/23319/task/23328/stat : 23328 (plingeling) R 23314 23314 23284 0 -1 4202560 1531 1248 0 2 621 0 0 0 25 0 5 0 878248653 73445376 6357 33554432000 4194304 4356188 140734509395952 18446744073709551615 4331712 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23319/tid=23329] ppid=23314 vsize=71724 CPUtime=6.19 cores=4-7
/proc/23319/task/23329/stat : 23329 (plingeling) R 23314 23314 23284 0 -1 4202560 1899 1248 0 2 619 0 0 0 25 0 5 0 878248653 73445376 6357 33554432000 4194304 4356188 140734509395952 18446744073709551615 4331035 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.02
Current children cumulated vsize (KiB) 2345076

[startup+12.7007 s]
/proc/loadavg: 2.01 1.21 1.23 9/180 23329
/proc/meminfo: memFree=31915724/32951124 swapFree=67052292/67111528
[pid=23314] ppid=23312 vsize=18324 CPUtime=0 cores=0-7
/proc/23314/stat : 23314 (ppfolio) S 23312 23314 23284 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 878248645 18763776 389 33554432000 4194304 4287625 140735582785648 18446744073709551615 270613130767 0 0 4096 65536 4297744529227775999 0 0 17 6 0 0 0
/proc/23314/statm: 4581 389 341 23 0 91 0
[pid=23315] ppid=23314 vsize=1774372 CPUtime=12.68 cores=0
/proc/23315/stat : 23315 (cryptominisat) R 23314 23314 23284 0 -1 4202496 21896 0 0 0 1266 2 0 0 25 0 1 0 878248646 1816956928 13802 33554432000 4194304 4587354 140736442399792 18446744073709551615 4364888 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23315/statm: 443593 13802 337 96 0 440155 0
[pid=23316] ppid=23314 vsize=38264 CPUtime=12.69 cores=1
/proc/23316/stat : 23316 (clasp) R 23314 23314 23284 0 -1 4202496 6801 0 0 0 1268 1 0 0 25 0 1 0 878248646 39182336 6601 33554432000 4194304 4785740 140735192408736 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23316/statm: 9566 6601 340 145 0 6611 0
[pid=23317] ppid=23314 vsize=457012 CPUtime=12.69 cores=2
/proc/23317/stat : 23317 (TNM) R 23314 23314 23284 0 -1 4202496 852 0 0 0 1269 0 0 0 25 0 1 0 878248646 467980288 749 33554432000 134512640 134534564 4287951536 18446744073709551615 134529833 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23317/statm: 114253 749 95 6 0 112919 0
[pid=23318] ppid=23314 vsize=11812 CPUtime=12.69 cores=3
/proc/23318/stat : 23318 (march_hi) R 23314 23314 23284 0 -1 4202496 1281 0 0 0 1269 0 0 0 25 0 1 0 878248646 12095488 987 33554432000 4194304 4331988 140737089470688 18446744073709551615 4237416 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23318/statm: 2953 987 175 34 0 1395 0
[pid=23319] ppid=23314 vsize=74544 CPUtime=50.43 cores=4-7
/proc/23319/stat : 23319 (plingeling) S 23314 23314 23284 0 -1 4202496 11741 1248 0 2 5041 2 0 0 18 0 5 0 878248646 76333056 6999 33554432000 4194304 4356188 140734509395952 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23319/statm: 18636 6999 163 40 0 17180 0
[pid=23319/tid=23326] ppid=23314 vsize=74544 CPUtime=12.62 cores=4-7
/proc/23319/task/23326/stat : 23326 (plingeling) R 23314 23314 23284 0 -1 4202560 1767 1248 0 2 1262 0 0 0 25 0 5 0 878248653 76333056 6999 33554432000 4194304 4356188 140734509395952 18446744073709551615 4331337 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23319/tid=23327] ppid=23314 vsize=74544 CPUtime=12.61 cores=4-7
/proc/23319/task/23327/stat : 23327 (plingeling) R 23314 23314 23284 0 -1 4202560 2613 1248 0 2 1261 0 0 0 25 0 5 0 878248653 76333056 6999 33554432000 4194304 4356188 140734509395952 18446744073709551615 4210727 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23319/tid=23328] ppid=23314 vsize=74544 CPUtime=12.61 cores=4-7
/proc/23319/task/23328/stat : 23328 (plingeling) R 23314 23314 23284 0 -1 4202560 2555 1248 0 2 1261 0 0 0 25 0 5 0 878248653 76333056 6999 33554432000 4194304 4356188 140734509395952 18446744073709551615 4281491 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23319/tid=23329] ppid=23314 vsize=74544 CPUtime=12.55 cores=4-7
/proc/23319/task/23329/stat : 23329 (plingeling) R 23314 23314 23284 0 -1 4202560 3821 1248 0 2 1255 0 0 0 25 0 5 0 878248653 76333056 6999 33554432000 4194304 4356188 140734509395952 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.18
Current children cumulated vsize (KiB) 2374328

[startup+25.5004 s]
/proc/loadavg: 3.33 1.55 1.34 9/180 23330
/proc/meminfo: memFree=31891408/32951124 swapFree=67052292/67111528
[pid=23314] ppid=23312 vsize=18324 CPUtime=0 cores=0-7
/proc/23314/stat : 23314 (ppfolio) S 23312 23314 23284 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 878248645 18763776 389 33554432000 4194304 4287625 140735582785648 18446744073709551615 270613130767 0 0 4096 65536 4297744529227775999 0 0 17 6 0 0 0
/proc/23314/statm: 4581 389 341 23 0 91 0
[pid=23315] ppid=23314 vsize=1770084 CPUtime=25.49 cores=0
/proc/23315/stat : 23315 (cryptominisat) R 23314 23314 23284 0 -1 4202496 32706 0 0 0 2544 5 0 0 25 0 1 0 878248646 1812566016 13672 33554432000 4194304 4587354 140736442399792 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=23317] ppid=23314 vsize=457016 CPUtime=4841.93 cores=2
/proc/23317/stat : 23317 (TNM) R 23314 23314 23284 0 -1 4202496 861 0 0 0 484192 1 0 0 25 0 1 0 878248646 467984384 758 33554432000 134512640 134534564 4287951536 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23317/statm: 114254 758 103 6 0 112920 0
[pid=23318] ppid=23314 vsize=460080 CPUtime=4842.41 cores=3
/proc/23318/stat : 23318 (march_hi) R 23314 23314 23284 0 -1 4202496 91360 0 0 0 484182 59 0 0 25 0 1 0 878248646 471121920 91066 33554432000 4194304 4331988 140737089470688 18446744073709551615 4237119 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23318/statm: 115020 91066 175 34 0 113462 0
[pid=23319] ppid=23314 vsize=494252 CPUtime=19342 cores=4-7
/proc/23319/stat : 23319 (plingeling) S 23314 23314 23284 0 -1 4202496 1447390 1248 0 2 1934015 189 0 0 18 0 5 0 878248646 506114048 112021 33554432000 4194304 4356188 140734509395952 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23319/statm: 123563 112021 163 40 0 122107 0
[pid=23319/tid=23326] ppid=23314 vsize=494252 CPUtime=4842.2 cores=4-7
/proc/23319/task/23326/stat : 23326 (plingeling) R 23314 23314 23284 0 -1 4202560 377290 1248 0 2 484168 52 0 0 25 0 5 0 878248653 506114048 112021 33554432000 4194304 4356188 140734509395952 18446744073709551615 4281624 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23319/tid=23327] ppid=23314 vsize=494252 CPUtime=4841.71 cores=4-7
/proc/23319/task/23327/stat : 23327 (plingeling) R 23314 23314 23284 0 -1 4202560 351480 1248 0 2 484128 43 0 0 25 0 5 0 878248653 506114048 112021 33554432000 4194304 4356188 140734509395952 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23319/tid=23328] ppid=23314 vsize=494252 CPUtime=4842.17 cores=4-7
/proc/23319/task/23328/stat : 23328 (plingeling) R 23314 23314 23284 0 -1 4202560 366909 1248 0 2 484175 42 0 0 25 0 5 0 878248653 506114048 112021 33554432000 4194304 4356188 140734509395952 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23319/tid=23329] ppid=23314 vsize=494252 CPUtime=4815.91 cores=4-7
/proc/23319/task/23329/stat : 23329 (plingeling) R 23314 23314 23284 0 -1 4202560 350726 1248 0 2 481541 50 0 0 25 0 5 0 878248653 506114048 112021 33554432000 4194304 4356188 140734509395952 18446744073709551615 4281643 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38711.2
Current children cumulated vsize (KiB) 4213056

[startup+4902.3 s]
/proc/loadavg: 8.17 8.11 8.01 9/180 23973
/proc/meminfo: memFree=30143600/32951124 swapFree=67052292/67111528
[pid=23314] ppid=23312 vsize=18324 CPUtime=0 cores=0-7
/proc/23314/stat : 23314 (ppfolio) S 23312 23314 23284 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 878248645 18763776 389 33554432000 4194304 4287625 140735582785648 18446744073709551615 270613130767 0 0 4096 65536 4297744529227775999 0 0 17 6 0 0 0
/proc/23314/statm: 4581 389 341 23 0 91 0
[pid=23315] ppid=23314 vsize=2527476 CPUtime=4901.13 cores=0
/proc/23315/stat : 23315 (cryptominisat) R 23314 23314 23284 0 -1 4202496 3682127 0 0 0 489441 672 0 0 25 0 1 0 878248646 2588135424 221833 33554432000 4194304 4587354 140736442399792 18446744073709551615 4243506 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23315/statm: 631869 221834 337 96 0 628431 0
[pid=23316] ppid=23314 vsize=257396 CPUtime=4902.17 cores=1
/proc/23316/stat : 23316 (clasp) R 23314 23314 23284 0 -1 4202496 56493 0 0 0 490206 11 0 0 25 0 1 0 878248646 263573504 55554 33554432000 4194304 4785740 140735192408736 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23316/statm: 64349 55554 341 145 0 61394 0
[pid=23317] ppid=23314 vsize=457016 CPUtime=4901.79 cores=2
/proc/23317/stat : 23317 (TNM) R 23314 23314 23284 0 -1 4202496 861 0 0 0 490178 1 0 0 25 0 1 0 878248646 467984384 758 33554432000 134512640 134534564 4287951536 18446744073709551615 134530476 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23317/statm: 114254 758 103 6 0 112920 0
[pid=23318] ppid=23314 vsize=460080 CPUtime=4902.26 cores=3
/proc/23318/stat : 23318 (march_hi) R 23314 23314 23284 0 -1 4202496 92699 0 0 0 490165 61 0 0 25 0 1 0 878248646 471121920 92405 33554432000 4194304 4331988 140737089470688 18446744073709551615 4210423 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23318/statm: 115020 92405 175 34 0 113462 0
[pid=23319] ppid=23314 vsize=451116 CPUtime=19581.6 cores=4-7
/proc/23319/stat : 23319 (plingeling) S 23314 23314 23284 0 -1 4202496 1449438 1248 0 2 1957973 190 0 0 18 0 5 0 878248646 461942784 101237 33554432000 4194304 4356188 140734509395952 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23319/statm: 112779 101237 163 40 0 111323 0
[pid=23319/tid=23326] ppid=23314 vsize=451116 CPUtime=4902.17 cores=4-7
/proc/23319/task/23326/stat : 23326 (plingeling) R 23314 23314 23284 0 -1 4202560 377290 1248 0 2 490165 52 0 0 25 0 5 0 878248653 461942784 101237 33554432000 4194304 4356188 140734509395952 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23319/tid=23327] ppid=23314 vsize=451116 CPUtime=4901.68 cores=4-7
/proc/23319/task/23327/stat : 23327 (plingeling) R 23314 23314 23284 0 -1 4202560 351480 1248 0 2 490125 43 0 0 25 0 5 0 878248653 461942784 101237 33554432000 4194304 4356188 140734509395952 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23319/tid=23328] ppid=23314 vsize=451116 CPUtime=4902.15 cores=4-7
/proc/23319/task/23328/stat : 23328 (plingeling) R 23314 23314 23284 0 -1 4202560 366909 1248 0 2 490173 42 0 0 25 0 5 0 878248653 461942784 101237 33554432000 4194304 4356188 140734509395952 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23319/tid=23329] ppid=23314 vsize=451116 CPUtime=4875.57 cores=4-7
/proc/23319/task/23329/stat : 23329 (plingeling) R 23314 23314 23284 0 -1 4202560 352774 1248 0 2 487506 51 0 0 25 0 5 0 878248653 461942784 101237 33554432000 4194304 4356188 140734509395952 18446744073709551615 4281741 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39189
Current children cumulated vsize (KiB) 4171408

[startup+4962.3 s]
/proc/loadavg: 8.14 8.10 8.01 10/181 23977
/proc/meminfo: memFree=30168972/32951124 swapFree=67052292/67111528
[pid=23314] ppid=23312 vsize=18324 CPUtime=0 cores=0-7
/proc/23314/stat : 23314 (ppfolio) S 23312 23314 23284 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 878248645 18763776 389 33554432000 4194304 4287625 140735582785648 18446744073709551615 270613130767 0 0 4096 65536 4297744529227775999 0 0 17 6 0 0 0
/proc/23314/statm: 4581 389 341 23 0 91 0
[pid=23315] ppid=23314 vsize=2528472 CPUtime=4961.13 cores=0
/proc/23315/stat : 23315 (cryptominisat) R 23314 23314 23284 0 -1 4202496 3734686 0 0 0 495430 683 0 0 25 0 1 0 878248646 2589155328 201809 33554432000 4194304 4587354 140736442399792 18446744073709551615 4241151 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23315/statm: 632118 201809 337 96 0 628680 0
[pid=23316] ppid=23314 vsize=258676 CPUtime=4962.17 cores=1
/proc/23316/stat : 23316 (clasp) R 23314 23314 23284 0 -1 4202496 56748 0 0 0 496206 11 0 0 25 0 1 0 878248646 264884224 55809 33554432000 4194304 4785740 140735192408736 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23316/statm: 64669 55809 341 145 0 61714 0
[pid=23317] ppid=23314 vsize=457016 CPUtime=4961.79 cores=2
/proc/23317/stat : 23317 (TNM) R 23314 23314 23284 0 -1 4202496 861 0 0 0 496178 1 0 0 25 0 1 0 878248646 467984384 758 33554432000 134512640 134534564 4287951536 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23317/statm: 114254 758 103 6 0 112920 0
[pid=23318] ppid=23314 vsize=460080 CPUtime=4962.26 cores=3
/proc/23318/stat : 23318 (march_hi) R 23314 23314 23284 0 -1 4202496 94077 0 0 0 496165 61 0 0 25 0 1 0 878248646 471121920 93783 33554432000 4194304 4331988 140737089470688 18446744073709551615 4226217 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23318/statm: 115020 93783 175 34 0 113462 0
[pid=23319] ppid=23314 vsize=493100 CPUtime=19821.3 cores=4-7
/proc/23319/stat : 23319 (plingeling) S 23314 23314 23284 0 -1 4202496 1489118 1248 0 2 1981932 194 0 0 18 0 5 0 878248646 504934400 111733 33554432000 4194304 4356188 140734509395952 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23319/statm: 123275 111733 163 40 0 121819 0
[pid=23319/tid=23326] ppid=23314 vsize=493100 CPUtime=4962.17 cores=4-7
/proc/23319/task/23326/stat : 23326 (plingeling) R 23314 23314 23284 0 -1 4202560 389578 1248 0 2 496164 53 0 0 25 0 5 0 878248653 504934400 111733 33554432000 4194304 4356188 140734509395952 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23319/tid=23327] ppid=23314 vsize=493100 CPUtime=4961.68 cores=4-7
/proc/23319/task/23327/stat : 23327 (plingeling) R 23314 23314 23284 0 -1 4202560 359928 1248 0 2 496124 44 0 0 25 0 5 0 878248653 504934400 111733 33554432000 4194304 4356188 140734509395952 18446744073709551615 4233969 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23319/tid=23328] ppid=23314 vsize=493100 CPUtime=4962.13 cores=4-7
/proc/23319/task/23328/stat : 23328 (plingeling) R 23314 23314 23284 0 -1 4202560 377661 1248 0 2 496169 44 0 0 25 0 5 0 878248653 504934400 111733 33554432000 4194304 4356188 140734509395952 18446744073709551615 4210842 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23319/tid=23329] ppid=23314 vsize=493100 CPUtime=4935.23 cores=4-7
/proc/23319/task/23329/stat : 23329 (plingeling) R 23314 23314 23284 0 -1 4202560 360966 1248 0 2 493472 51 0 0 25 0 5 0 878248653 504934400 111733 33554432000 4194304 4356188 140734509395952 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39668.6
Current children cumulated vsize (KiB) 4215668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.91 s]
/proc/loadavg: 8.21 8.13 8.02 9/180 23979
/proc/meminfo: memFree=30151296/32951124 swapFree=67052292/67111528
[pid=23314] ppid=23312 vsize=18324 CPUtime=0 cores=0-7
/proc/23314/stat : 23314 (ppfolio) S 23312 23314 23284 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 878248645 18763776 389 33554432000 4194304 4287625 140735582785648 18446744073709551615 270613130767 0 0 4096 65536 4297744529227775999 0 0 17 6 0 0 0
/proc/23314/statm: 4581 389 341 23 0 91 0
[pid=23315] ppid=23314 vsize=2806372 CPUtime=5002.75 cores=0
/proc/23315/stat : 23315 (cryptominisat) R 23314 23314 23284 0 -1 4202496 3769569 0 0 0 499585 690 0 0 25 0 1 0 878248646 2873724928 212232 33554432000 4194304 4587354 140736442399792 18446744073709551615 270612807355 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23315/statm: 701593 212232 337 96 0 698155 0
[pid=23316] ppid=23314 vsize=259104 CPUtime=5003.78 cores=1
/proc/23316/stat : 23316 (clasp) R 23314 23314 23284 0 -1 4202496 56821 0 0 0 500367 11 0 0 25 0 1 0 878248646 265322496 55882 33554432000 4194304 4785740 140735192408736 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23316/statm: 64776 55882 341 145 0 61821 0
[pid=23317] ppid=23314 vsize=457016 CPUtime=5002.77 cores=2
/proc/23317/stat : 23317 (TNM) R 23314 23314 23284 0 -1 4202496 861 0 0 0 500276 1 0 0 25 0 1 0 878248646 467984384 758 33554432000 134512640 134534564 4287951536 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23317/statm: 114254 758 103 6 0 112920 0
[pid=23318] ppid=23314 vsize=460080 CPUtime=5003.87 cores=3
/proc/23318/stat : 23318 (march_hi) R 23314 23314 23284 0 -1 4202496 94984 0 0 0 500325 62 0 0 25 0 1 0 878248646 471121920 94690 33554432000 4194304 4331988 140737089470688 18446744073709551615 4226184 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23318/statm: 115020 94690 175 34 0 113462 0
[pid=23319] ppid=23314 vsize=468652 CPUtime=19987.4 cores=4-7
/proc/23319/stat : 23319 (plingeling) S 23314 23314 23284 0 -1 4202496 1491454 1248 0 2 1998541 195 0 0 18 0 5 0 878248646 479899648 105621 33554432000 4194304 4356188 140734509395952 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23319/statm: 117163 105621 163 40 0 115707 0
[pid=23319/tid=23326] ppid=23314 vsize=468652 CPUtime=5003.78 cores=4-7
/proc/23319/task/23326/stat : 23326 (plingeling) R 23314 23314 23284 0 -1 4202560 389578 1248 0 2 500325 53 0 0 25 0 5 0 878248653 479899648 105621 33554432000 4194304 4356188 140734509395952 18446744073709551615 4283951 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23319/tid=23327] ppid=23314 vsize=468652 CPUtime=5003.29 cores=4-7
/proc/23319/task/23327/stat : 23327 (plingeling) R 23314 23314 23284 0 -1 4202560 360216 1248 0 2 500284 45 0 0 25 0 5 0 878248653 479899648 105621 33554432000 4194304 4356188 140734509395952 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23319/tid=23328] ppid=23314 vsize=468652 CPUtime=5003.64 cores=4-7
/proc/23319/task/23328/stat : 23328 (plingeling) R 23314 23314 23284 0 -1 4202560 377661 1248 0 2 500320 44 0 0 25 0 5 0 878248653 479899648 105621 33554432000 4194304 4356188 140734509395952 18446744073709551615 4279535 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23319/tid=23329] ppid=23314 vsize=468652 CPUtime=4976.61 cores=4-7
/proc/23319/task/23329/stat : 23329 (plingeling) R 23314 23314 23284 0 -1 4202560 363014 1248 0 2 497610 51 0 0 25 0 5 0 878248653 479899648 105621 33554432000 4194304 4356188 140734509395952 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 4469548

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

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

[startup+5003.91 s]
/proc/loadavg: 8.21 8.13 8.02 9/180 23979
/proc/meminfo: memFree=30151296/32951124 swapFree=67052292/67111528
[pid=23314] ppid=23312 vsize=18324 CPUtime=0 cores=0-7
/proc/23314/stat : 23314 (ppfolio) S 23312 23314 23284 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 878248645 18763776 389 33554432000 4194304 4287625 140735582785648 18446744073709551615 270613130767 0 0 4096 65536 4297744529227775999 0 0 17 6 0 0 0
/proc/23314/statm: 4581 389 341 23 0 91 0
[pid=23315] ppid=23314 vsize=2806372 CPUtime=5002.75 cores=0
/proc/23315/stat : 23315 (cryptominisat) R 23314 23314 23284 0 -1 4202496 3769569 0 0 0 499585 690 0 0 25 0 1 0 878248646 2873724928 212232 33554432000 4194304 4587354 140736442399792 18446744073709551615 270612807355 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23315/statm: 701593 212232 337 96 0 698155 0
[pid=23316] ppid=23314 vsize=259104 CPUtime=5003.78 cores=1
/proc/23316/stat : 23316 (clasp) R 23314 23314 23284 0 -1 4202496 56821 0 0 0 500367 11 0 0 25 0 1 0 878248646 265322496 55882 33554432000 4194304 4785740 140735192408736 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23316/statm: 64776 55882 341 145 0 61821 0
[pid=23317] ppid=23314 vsize=457016 CPUtime=5002.77 cores=2
/proc/23317/stat : 23317 (TNM) R 23314 23314 23284 0 -1 4202496 861 0 0 0 500276 1 0 0 25 0 1 0 878248646 467984384 758 33554432000 134512640 134534564 4287951536 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23317/statm: 114254 758 103 6 0 112920 0
[pid=23318] ppid=23314 vsize=460080 CPUtime=5003.87 cores=3
/proc/23318/stat : 23318 (march_hi) R 23314 23314 23284 0 -1 4202496 94984 0 0 0 500325 62 0 0 25 0 1 0 878248646 471121920 94690 33554432000 4194304 4331988 140737089470688 18446744073709551615 4226184 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23318/statm: 115020 94690 175 34 0 113462 0
[pid=23319] ppid=23314 vsize=468652 CPUtime=19987.4 cores=4-7
/proc/23319/stat : 23319 (plingeling) S 23314 23314 23284 0 -1 4202496 1491454 1248 0 2 1998541 195 0 0 18 0 5 0 878248646 479899648 105621 33554432000 4194304 4356188 140734509395952 18446744073709551615 270624913381 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/23319/statm: 117163 105621 163 40 0 115707 0
[pid=23319/tid=23326] ppid=23314 vsize=468652 CPUtime=5003.78 cores=4-7
/proc/23319/task/23326/stat : 23326 (plingeling) R 23314 23314 23284 0 -1 4202560 389578 1248 0 2 500325 53 0 0 25 0 5 0 878248653 479899648 105621 33554432000 4194304 4356188 140734509395952 18446744073709551615 4283951 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23319/tid=23327] ppid=23314 vsize=468652 CPUtime=5003.29 cores=4-7
/proc/23319/task/23327/stat : 23327 (plingeling) R 23314 23314 23284 0 -1 4202560 360216 1248 0 2 500284 45 0 0 25 0 5 0 878248653 479899648 105621 33554432000 4194304 4356188 140734509395952 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23319/tid=23328] ppid=23314 vsize=468652 CPUtime=5003.64 cores=4-7
/proc/23319/task/23328/stat : 23328 (plingeling) R 23314 23314 23284 0 -1 4202560 377661 1248 0 2 500320 44 0 0 25 0 5 0 878248653 479899648 105621 33554432000 4194304 4356188 140734509395952 18446744073709551615 4279535 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=23319/tid=23329] ppid=23314 vsize=468652 CPUtime=4976.61 cores=4-7
/proc/23319/task/23329/stat : 23329 (plingeling) R 23314 23314 23284 0 -1 4202560 363014 1248 0 2 497610 51 0 0 25 0 5 0 878248653 479899648 105621 33554432000 4194304 4356188 140734509395952 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 4469548

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5003.92
CPU time (s): 40000.5
CPU user time (s): 39990.9
CPU system time (s): 9.59
CPU usage (%): 799.383
Max. virtual memory (cumulated for all children) (KiB): 6173404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5002.77
system time used= 0.020996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1382
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= 546
involuntary context switches= 19443

runsolver used 8.45471 second user time and 18.8561 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-10 02:41:17
IDJOB=3276126
IDBENCH=85538
IDSOLVER=1638
FILE ID=node108/3276126-1307666477
RUNJOBID= node108-1307666477-23298
PBS_JOBID= 13549480
Free space on /tmp= 74084 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT05/crafted/sabharwal05/counting/fphp/unsat/harder/fphp-030-029.shuffled-as.sat05-1234.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3276126-1307666477/watcher-3276126-1307666477 -o /tmp/evaluation-result-3276126-1307666477/solver-3276126-1307666477 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3276126-1307666477.cnf

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

MD5SUM BENCH= c12aa6a0ac1bca448bef51c167f3bbbb
RANDOM SEED=701170046

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.820
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:      32030684 kB
Buffers:        238072 kB
Cached:         437772 kB
SwapCached:      25900 kB
Active:         397992 kB
Inactive:       309344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32030684 kB
SwapTotal:    67111528 kB
SwapFree:     67052292 kB
Dirty:           10140 kB
Writeback:           0 kB
AnonPages:       27512 kB
Mapped:           8888 kB
Slab:           147944 kB
PageTables:       4836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185600 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= 74144 MiB
End job on node108 at 2011-06-10 04:04:43