Trace number 3275921

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ppfolio par? (TO) 40000.1 5003.62

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_29_50_3-dir.shuffled-as.sat03-179.cnf
MD5SUM7f62d729a30ffc73b7fa61161ba43630
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2304
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses73400
Sum of the clauses size147612
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 273371
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 529

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-3275921-1304171916/watcher-3275921-1304171916 -o /tmp/evaluation-result-3275921-1304171916/solver-3275921-1304171916 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275921-1304171916.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: 7.43 7.95 7.97 1/170 717
/proc/meminfo: memFree=25855352/32951124 swapFree=67051468/67111528
[pid=717] ppid=715 vsize=18188 CPUtime=0 cores=0-7
/proc/717/stat : 717 (ppfolio) R 715 717 32271 0 -1 4194304 364 0 0 0 0 0 0 0 25 0 1 0 528794415 18624512 300 33554432000 4194304 4287625 140736065328048 18446744073709551615 47743237355712 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/717/statm: 4547 307 263 23 0 57 0

[startup+0.0453149 s]
/proc/loadavg: 7.43 7.95 7.97 1/170 717
/proc/meminfo: memFree=25855352/32951124 swapFree=67051468/67111528
[pid=717] ppid=715 vsize=18324 CPUtime=0 cores=0-7
/proc/717/stat : 717 (ppfolio) S 715 717 32271 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 528794415 18763776 389 33554432000 4194304 4287625 140736065328048 18446744073709551615 218370977295 0 0 4096 65536 1655442853016371199 0 0 17 6 0 0 0
/proc/717/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.106706 s]
/proc/loadavg: 7.43 7.95 7.97 1/170 717
/proc/meminfo: memFree=25855352/32951124 swapFree=67051468/67111528
[pid=717] ppid=715 vsize=18324 CPUtime=0 cores=0-7
/proc/717/stat : 717 (ppfolio) S 715 717 32271 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 528794415 18763776 389 33554432000 4194304 4287625 140736065328048 18446744073709551615 218370977295 0 0 4096 65536 1655442853016371199 0 0 17 6 0 0 0
/proc/717/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300233 s]
/proc/loadavg: 7.43 7.95 7.97 1/170 717
/proc/meminfo: memFree=25855352/32951124 swapFree=67051468/67111528
[pid=717] ppid=715 vsize=18324 CPUtime=0 cores=0-7
/proc/717/stat : 717 (ppfolio) R 715 717 32271 0 -1 4202496 521 0 0 0 0 0 0 0 24 0 1 0 528794415 18763776 389 33554432000 4194304 4287625 140736065328048 18446744073709551615 218370977295 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/717/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70016 s]
/proc/loadavg: 7.43 7.95 7.97 1/170 717
/proc/meminfo: memFree=25855352/32951124 swapFree=67051468/67111528
[pid=717] ppid=715 vsize=18324 CPUtime=0 cores=0-7
/proc/717/stat : 717 (ppfolio) R 715 717 32271 0 -1 4202496 521 0 0 0 0 0 0 0 24 0 1 0 528794415 18763776 389 33554432000 4194304 4287625 140736065328048 18446744073709551615 218370977295 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/717/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50102 s]
/proc/loadavg: 7.43 7.95 7.97 9/180 733
/proc/meminfo: memFree=25798728/32951124 swapFree=67051468/67111528
[pid=717] ppid=715 vsize=18324 CPUtime=0 cores=0-7
/proc/717/stat : 717 (ppfolio) S 715 717 32271 0 -1 4202496 521 0 0 0 0 0 0 0 17 0 1 0 528794415 18763776 389 33554432000 4194304 4287625 140736065328048 18446744073709551615 218370977295 0 0 4096 65536 1655442853016371199 0 0 17 6 0 0 0
/proc/717/statm: 4581 389 341 23 0 91 0
[pid=718] ppid=717 vsize=38304 CPUtime=1.49 cores=0
/proc/718/stat : 718 (cryptominisat) R 717 717 32271 0 -1 4202496 5095 0 0 0 149 0 0 0 20 0 1 0 528794415 39223296 4513 33554432000 4194304 4587354 140733511738624 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/718/statm: 9576 4513 326 96 0 6138 0
[pid=719] ppid=717 vsize=23940 CPUtime=1.49 cores=1
/proc/719/stat : 719 (clasp) R 717 717 32271 0 -1 4202496 3887 0 0 0 149 0 0 0 20 0 1 0 528794415 24514560 3335 33554432000 4194304 4785740 140733764438400 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/719/statm: 5985 3335 340 145 0 3030 0
[pid=720] ppid=717 vsize=459788 CPUtime=1.49 cores=2
/proc/720/stat : 720 (TNM) R 717 717 32271 0 -1 4202496 1956 0 0 0 149 0 0 0 25 0 1 0 528794415 470822912 1853 33554432000 134512640 134534564 4289997632 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/720/statm: 114947 1853 95 6 0 113613 0
[pid=721] ppid=717 vsize=17604 CPUtime=1.49 cores=3
/proc/721/stat : 721 (march_hi) R 717 717 32271 0 -1 4202496 1990 0 0 0 149 0 0 0 20 0 1 0 528794415 18026496 1667 33554432000 4194304 4331988 140734501361760 18446744073709551615 4297280 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/721/statm: 4401 1667 174 34 0 2843 0
[pid=722] ppid=717 vsize=138708 CPUtime=5.8 cores=4-7
/proc/722/stat : 722 (plingeling) S 717 717 32271 0 -1 4202496 7972 1250 0 0 579 1 0 0 18 0 5 0 528794415 142036992 6750 33554432000 4194304 4356188 140734138610464 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/722/statm: 34677 6750 163 40 0 33221 0
[pid=722/tid=729] ppid=717 vsize=138708 CPUtime=1.44 cores=4-7
/proc/722/task/729/stat : 729 (plingeling) R 717 717 32271 0 -1 4202560 970 1250 0 0 144 0 0 0 20 0 5 0 528794420 142036992 6750 33554432000 4194304 4356188 140734138610464 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=722/tid=730] ppid=717 vsize=138708 CPUtime=1.42 cores=4-7
/proc/722/task/730/stat : 730 (plingeling) R 717 717 32271 0 -1 4202560 853 1250 0 0 142 0 0 0 25 0 5 0 528794420 142036992 6750 33554432000 4194304 4356188 140734138610464 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=722/tid=731] ppid=717 vsize=138708 CPUtime=1.44 cores=4-7
/proc/722/task/731/stat : 731 (plingeling) R 717 717 32271 0 -1 4202560 1299 1250 0 0 144 0 0 0 25 0 5 0 528794420 142036992 6750 33554432000 4194304 4356188 140734138610464 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=722/tid=732] ppid=717 vsize=138708 CPUtime=1.43 cores=4-7
/proc/722/task/732/stat : 732 (plingeling) R 717 717 32271 0 -1 4202560 2330 1250 0 0 143 0 0 0 20 0 5 0 528794420 142036992 6750 33554432000 4194304 4356188 140734138610464 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.76
Current children cumulated vsize (KiB) 696668

[startup+3.10073 s]
/proc/loadavg: 7.43 7.95 7.97 9/180 733
/proc/meminfo: memFree=25781000/32951124 swapFree=67051468/67111528
[pid=717] ppid=715 vsize=18324 CPUtime=0 cores=0-7
/proc/717/stat : 717 (ppfolio) S 715 717 32271 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528794415 18763776 389 33554432000 4194304 4287625 140736065328048 18446744073709551615 218370977295 0 0 4096 65536 1655442853016371199 0 0 17 6 0 0 0
/proc/717/statm: 4581 389 341 23 0 91 0
[pid=718] ppid=717 vsize=488264 CPUtime=3.08 cores=0
/proc/718/stat : 718 (cryptominisat) R 717 717 32271 0 -1 4202496 6142 0 0 0 308 0 0 0 25 0 1 0 528794415 499982336 4338 33554432000 4194304 4587354 140733511738624 18446744073709551615 4239232 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/718/statm: 122066 4338 327 96 0 118628 0
[pid=719] ppid=717 vsize=32856 CPUtime=3.09 cores=1
/proc/719/stat : 719 (clasp) R 717 717 32271 0 -1 4202496 6042 0 0 0 308 1 0 0 25 0 1 0 528794415 33644544 5490 33554432000 4194304 4785740 140733764438400 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/719/statm: 8214 5490 340 145 0 5259 0
[pid=720] ppid=717 vsize=459788 CPUtime=3.09 cores=2
/proc/720/stat : 720 (TNM) R 717 717 32271 0 -1 4202496 1956 0 0 0 309 0 0 0 25 0 1 0 528794415 470822912 1853 33554432000 134512640 134534564 4289997632 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/720/statm: 114947 1853 95 6 0 113613 0
[pid=721] ppid=717 vsize=17604 CPUtime=3.09 cores=3
/proc/721/stat : 721 (march_hi) R 717 717 32271 0 -1 4202496 2001 0 0 0 309 0 0 0 25 0 1 0 528794415 18026496 1678 33554432000 4194304 4331988 140734501361760 18446744073709551615 4228235 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/721/statm: 4401 1678 174 34 0 2843 0
[pid=722] ppid=717 vsize=147384 CPUtime=12.19 cores=4-7
/proc/722/stat : 722 (plingeling) S 717 717 32271 0 -1 4202496 10141 1250 0 0 1218 1 0 0 18 0 5 0 528794415 150921216 8919 33554432000 4194304 4356188 140734138610464 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/722/statm: 36846 8919 163 40 0 35390 0
[pid=722/tid=729] ppid=717 vsize=147384 CPUtime=3.04 cores=4-7
/proc/722/task/729/stat : 729 (plingeling) R 717 717 32271 0 -1 4202560 1638 1250 0 0 304 0 0 0 25 0 5 0 528794420 150921216 8919 33554432000 4194304 4356188 140734138610464 18446744073709551615 4210567 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=722/tid=730] ppid=717 vsize=147384 CPUtime=3.01 cores=4-7
/proc/722/task/730/stat : 730 (plingeling) R 717 717 32271 0 -1 4202560 1010 1250 0 0 301 0 0 0 25 0 5 0 528794420 150921216 8919 33554432000 4194304 4356188 140734138610464 18446744073709551615 4211022 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=722/tid=731] ppid=717 vsize=147384 CPUtime=3.04 cores=4-7
/proc/722/task/731/stat : 731 (plingeling) R 717 717 32271 0 -1 4202560 1683 1250 0 0 304 0 0 0 25 0 5 0 528794420 150921216 8919 33554432000 4194304 4356188 140734138610464 18446744073709551615 4210587 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=722/tid=732] ppid=717 vsize=147384 CPUtime=3.03 cores=4-7
/proc/722/task/732/stat : 732 (plingeling) R 717 717 32271 0 -1 4202560 3290 1250 0 0 303 0 0 0 25 0 5 0 528794420 150921216 8919 33554432000 4194304 4356188 140734138610464 18446744073709551615 4331019 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.54
Current children cumulated vsize (KiB) 1164220

[startup+6.30117 s]
/proc/loadavg: 7.48 7.95 7.97 9/180 733
/proc/meminfo: memFree=25735988/32951124 swapFree=67051468/67111528
[pid=717] ppid=715 vsize=18324 CPUtime=0 cores=0-7
/proc/717/stat : 717 (ppfolio) S 715 717 32271 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528794415 18763776 389 33554432000 4194304 4287625 140736065328048 18446744073709551615 218370977295 0 0 4096 65536 1655442853016371199 0 0 17 6 0 0 0
/proc/717/statm: 4581 389 341 23 0 91 0
[pid=718] ppid=717 vsize=508056 CPUtime=6.29 cores=0
/proc/718/stat : 718 (cryptominisat) R 717 717 32271 0 -1 4202496 11214 0 0 0 628 1 0 0 25 0 1 0 528794415 520249344 9401 33554432000 4194304 4587354 140733511738624 18446744073709551615 4238606 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/718/statm: 127014 9401 337 96 0 123576 0
[pid=719] ppid=717 vsize=38284 CPUtime=6.29 cores=1
/proc/719/stat : 719 (clasp) R 717 717 32271 0 -1 4202496 7341 0 0 0 628 1 0 0 25 0 1 0 528794415 39202816 6789 33554432000 4194304 4785740 140733764438400 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/719/statm: 9571 6789 340 145 0 6616 0
[pid=720] ppid=717 vsize=459788 CPUtime=6.29 cores=2
/proc/720/stat : 720 (TNM) R 717 717 32271 0 -1 4202496 1956 0 0 0 629 0 0 0 25 0 1 0 528794415 470822912 1853 33554432000 134512640 134534564 4289997632 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/720/statm: 114947 1853 95 6 0 113613 0
[pid=721] ppid=717 vsize=17912 CPUtime=6.29 cores=3
/proc/721/stat : 721 (march_hi) R 717 717 32271 0 -1 4202496 2060 0 0 0 629 0 0 0 25 0 1 0 528794415 18341888 1737 33554432000 4194304 4331988 140734501361760 18446744073709551615 4226471 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/721/statm: 4478 1737 174 34 0 2920 0
[pid=722] ppid=717 vsize=160296 CPUtime=24.97 cores=4-7
/proc/722/stat : 722 (plingeling) S 717 717 32271 0 -1 4202496 15385 1250 0 0 2495 2 0 0 18 0 5 0 528794415 164143104 12147 33554432000 4194304 4356188 140734138610464 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/722/statm: 40074 12147 163 40 0 38618 0
[pid=722/tid=729] ppid=717 vsize=160296 CPUtime=6.23 cores=4-7
/proc/722/task/729/stat : 729 (plingeling) R 717 717 32271 0 -1 4202560 3174 1250 0 0 623 0 0 0 25 0 5 0 528794420 164143104 12147 33554432000 4194304 4356188 140734138610464 18446744073709551615 4330843 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=722/tid=730] ppid=717 vsize=160296 CPUtime=6.2 cores=4-7
/proc/722/task/730/stat : 730 (plingeling) R 717 717 32271 0 -1 4202560 2514 1250 0 0 620 0 0 0 25 0 5 0 528794420 164143104 12147 33554432000 4194304 4356188 140734138610464 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=722/tid=731] ppid=717 vsize=160296 CPUtime=6.23 cores=4-7
/proc/722/task/731/stat : 731 (plingeling) R 717 717 32271 0 -1 4202560 2863 1250 0 0 623 0 0 0 25 0 5 0 528794420 164143104 12147 33554432000 4194304 4356188 140734138610464 18446744073709551615 4331281 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=722/tid=732] ppid=717 vsize=160296 CPUtime=6.23 cores=4-7
/proc/722/task/732/stat : 732 (plingeling) R 717 717 32271 0 -1 4202560 4314 1250 0 0 623 0 0 0 25 0 5 0 528794420 164143104 12147 33554432000 4194304 4356188 140734138610464 18446744073709551615 4281525 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.13
Current children cumulated vsize (KiB) 1202660

[startup+12.701 s]
/proc/loadavg: 7.52 7.95 7.97 9/180 733
/proc/meminfo: memFree=25708892/32951124 swapFree=67051468/67111528
[pid=717] ppid=715 vsize=18324 CPUtime=0 cores=0-7
/proc/717/stat : 717 (ppfolio) S 715 717 32271 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528794415 18763776 389 33554432000 4194304 4287625 140736065328048 18446744073709551615 218370977295 0 0 4096 65536 1655442853016371199 0 0 17 6 0 0 0
/proc/717/statm: 4581 389 341 23 0 91 0
[pid=718] ppid=717 vsize=486432 CPUtime=12.68 cores=0
/proc/718/stat : 718 (cryptominisat) R 717 717 32271 0 -1 4202496 14873 0 0 0 1267 1 0 0 25 0 1 0 528794415 498106368 11629 33554432000 4194304 4587354 140733511738624 18446744073709551615 4238051 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/718/statm: 121608 11629 337 96 0 118170 0
[pid=719] ppid=717 vsize=45756 CPUtime=12.69 cores=1
/proc/719/stat : 719 (clasp) R 717 717 32271 0 -1 4202496 9147 0 0 0 1267 2 0 0 25 0 1 0 528794415 46854144 8595 33554432000 4194304 4785740 140733764438400 18446744073709551615 4553344 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/719/statm: 11439 8595 340 145 0 8484 0
[pid=720] ppid=717 vsize=459788 CPUtime=12.69 cores=2
/proc/720/stat : 720 (TNM) R 717 717 32271 0 -1 4202496 1956 0 0 0 1269 0 0 0 25 0 1 0 528794415 470822912 1853 33554432000 134512640 134534564 4289997632 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/720/statm: 114947 1853 95 6 0 113613 0
[pid=721] ppid=717 vsize=18516 CPUtime=12.69 cores=3
/proc/721/stat : 721 (march_hi) R 717 717 32271 0 -1 4202496 2206 0 0 0 1269 0 0 0 25 0 1 0 528794415 18960384 1883 33554432000 4194304 4331988 140734501361760 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/721/statm: 4629 1883 174 34 0 3071 0
[pid=722] ppid=717 vsize=168500 CPUtime=50.54 cores=4-7
/proc/722/stat : 722 (plingeling) S 717 717 32271 0 -1 4202496 17436 1250 0 0 5052 2 0 0 18 0 5 0 528794415 172544000 14198 33554432000 4194304 4356188 140734138610464 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/722/statm: 42125 14198 163 40 0 40669 0
[pid=722/tid=729] ppid=717 vsize=168500 CPUtime=12.63 cores=4-7
/proc/722/task/729/stat : 729 (plingeling) R 717 717 32271 0 -1 4202560 3943 1250 0 0 1263 0 0 0 25 0 5 0 528794420 172544000 14198 33554432000 4194304 4356188 140734138610464 18446744073709551615 4280628 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=722/tid=730] ppid=717 vsize=168500 CPUtime=12.56 cores=4-7
/proc/722/task/730/stat : 730 (plingeling) R 717 717 32271 0 -1 4202560 3027 1250 0 0 1256 0 0 0 25 0 5 0 528794420 172544000 14198 33554432000 4194304 4356188 140734138610464 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=722/tid=731] ppid=717 vsize=168500 CPUtime=12.63 cores=4-7
/proc/722/task/731/stat : 731 (plingeling) R 717 717 32271 0 -1 4202560 3119 1250 0 0 1263 0 0 0 25 0 5 0 528794420 172544000 14198 33554432000 4194304 4356188 140734138610464 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=722/tid=732] ppid=717 vsize=168500 CPUtime=12.63 cores=4-7
/proc/722/task/732/stat : 732 (plingeling) R 717 717 32271 0 -1 4202560 4827 1250 0 0 1263 0 0 0 25 0 5 0 528794420 172544000 14198 33554432000 4194304 4356188 140734138610464 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 1197316

[startup+25.5007 s]
/proc/loadavg: 7.63 7.95 7.97 9/180 733
/proc/meminfo: memFree=25662744/32951124 swapFree=67051468/67111528
[pid=717] ppid=715 vsize=18324 CPUtime=0 cores=0-7
/proc/717/stat : 717 (ppfolio) S 715 717 32271 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528794415 18763776 389 33554432000 4194304 4287625 140736065328048 18446744073709551615 218370977295 0 0 4096 65536 1655442853016371199 0 0 17 6 0 0 0
/proc/717/statm: 4581 389 341 23 0 91 0
[pid=718] ppid=717 vsize=515784 CPUtime=25.48 cores=0
/proc/718/stat : 718 (cryptominisat) R 717 717 32271 0 -1 4202496 20127 0 0 0 2546 2 0 0 25 0 1 0 528794415 528162816 16870 33554432000 4194304 4587354 140733511738624 18446744073709551615 4243533 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=720] ppid=717 vsize=459788 CPUtime=4781.78 cores=2
/proc/720/stat : 720 (TNM) R 717 717 32271 0 -1 4202496 1956 0 0 0 478177 1 0 0 25 0 1 0 528794415 470822912 1853 33554432000 134512640 134534564 4289997632 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/720/statm: 114947 1853 95 6 0 113613 0
[pid=721] ppid=717 vsize=1076312 CPUtime=4782.38 cores=3
/proc/721/stat : 721 (march_hi) R 717 717 32271 0 -1 4202496 202589 0 0 0 478093 145 0 0 25 0 1 0 528794415 1102143488 202266 33554432000 4194304 4331988 140734501361760 18446744073709551615 4311812 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/721/statm: 269078 202266 175 34 0 267520 0
[pid=722] ppid=717 vsize=549584 CPUtime=19101.9 cores=4-7
/proc/722/stat : 722 (plingeling) S 717 717 32271 0 -1 4202496 2927875 1250 0 0 1909788 401 0 0 18 0 5 0 528794415 562774016 109501 33554432000 4194304 4356188 140734138610464 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/722/statm: 137396 109501 163 40 0 135940 0
[pid=722/tid=729] ppid=717 vsize=549584 CPUtime=4782.35 cores=4-7
/proc/722/task/729/stat : 729 (plingeling) R 717 717 32271 0 -1 4202560 711152 1250 0 0 478136 99 0 0 25 0 5 0 528794420 562774016 109501 33554432000 4194304 4356188 140734138610464 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=722/tid=730] ppid=717 vsize=549584 CPUtime=4756.27 cores=4-7
/proc/722/task/730/stat : 730 (plingeling) R 717 717 32271 0 -1 4202560 678493 1250 0 0 475532 95 0 0 25 0 5 0 528794420 562774016 109501 33554432000 4194304 4356188 140734138610464 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=722/tid=731] ppid=717 vsize=549584 CPUtime=4781.77 cores=4-7
/proc/722/task/731/stat : 731 (plingeling) R 717 717 32271 0 -1 4202560 681018 1250 0 0 478083 94 0 0 25 0 5 0 528794420 562774016 109501 33554432000 4194304 4356188 140734138610464 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=722/tid=732] ppid=717 vsize=549584 CPUtime=4781.42 cores=4-7
/proc/722/task/732/stat : 732 (plingeling) R 717 717 32271 0 -1 4202560 854692 1250 0 0 478032 110 0 0 25 0 5 0 528794420 562774016 109501 33554432000 4194304 4356188 140734138610464 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38230.8
Current children cumulated vsize (KiB) 2942400

[startup+4842.3 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 903
/proc/meminfo: memFree=24198296/32951124 swapFree=67051468/67111528
[pid=717] ppid=715 vsize=18324 CPUtime=0 cores=0-7
/proc/717/stat : 717 (ppfolio) S 715 717 32271 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528794415 18763776 389 33554432000 4194304 4287625 140736065328048 18446744073709551615 218370977295 0 0 4096 65536 1655442853016371199 0 0 17 6 0 0 0
/proc/717/statm: 4581 389 341 23 0 91 0
[pid=718] ppid=717 vsize=635412 CPUtime=4842.39 cores=0
/proc/718/stat : 718 (cryptominisat) R 717 717 32271 0 -1 4202496 581752 0 0 0 484003 236 0 0 25 0 1 0 528794415 650661888 51870 33554432000 4194304 4587354 140733511738624 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/718/statm: 158853 51870 337 96 0 155415 0
[pid=719] ppid=717 vsize=202980 CPUtime=4842.41 cores=1
/proc/719/stat : 719 (clasp) R 717 717 32271 0 -1 4202496 46297 0 0 0 484229 12 0 0 25 0 1 0 528794415 207851520 45540 33554432000 4194304 4785740 140733764438400 18446744073709551615 4552880 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/719/statm: 50745 45540 340 145 0 47790 0
[pid=720] ppid=717 vsize=459788 CPUtime=4841.78 cores=2
/proc/720/stat : 720 (TNM) R 717 717 32271 0 -1 4202496 1956 0 0 0 484177 1 0 0 25 0 1 0 528794415 470822912 1853 33554432000 134512640 134534564 4289997632 18446744073709551615 134530669 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/720/statm: 114947 1853 95 6 0 113613 0
[pid=721] ppid=717 vsize=1076312 CPUtime=4842.38 cores=3
/proc/721/stat : 721 (march_hi) R 717 717 32271 0 -1 4202496 206121 0 0 0 484091 147 0 0 25 0 1 0 528794415 1102143488 205798 33554432000 4194304 4331988 140734501361760 18446744073709551615 4247529 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/721/statm: 269078 205798 175 34 0 267520 0
[pid=722] ppid=717 vsize=550096 CPUtime=19341.6 cores=4-7
/proc/722/stat : 722 (plingeling) S 717 717 32271 0 -1 4202496 2963715 1250 0 0 1933751 405 0 0 18 0 5 0 528794415 563298304 109629 33554432000 4194304 4356188 140734138610464 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/722/statm: 137524 109629 163 40 0 136068 0
[pid=722/tid=729] ppid=717 vsize=550096 CPUtime=4842.36 cores=4-7
/proc/722/task/729/stat : 729 (plingeling) R 717 717 32271 0 -1 4202560 720368 1250 0 0 484136 100 0 0 25 0 5 0 528794420 563298304 109629 33554432000 4194304 4356188 140734138610464 18446744073709551615 4331007 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=722/tid=730] ppid=717 vsize=550096 CPUtime=4815.94 cores=4-7
/proc/722/task/730/stat : 730 (plingeling) R 717 717 32271 0 -1 4202560 688733 1250 0 0 481498 96 0 0 25 0 5 0 528794420 563298304 109629 33554432000 4194304 4356188 140734138610464 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=722/tid=731] ppid=717 vsize=550096 CPUtime=4841.76 cores=4-7
/proc/722/task/731/stat : 731 (plingeling) R 717 717 32271 0 -1 4202560 689210 1250 0 0 484081 95 0 0 25 0 5 0 528794420 563298304 109629 33554432000 4194304 4356188 140734138610464 18446744073709551615 4338290 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=722/tid=732] ppid=717 vsize=550096 CPUtime=4841.43 cores=4-7
/proc/722/task/732/stat : 732 (plingeling) R 717 717 32271 0 -1 4202560 862884 1250 0 0 484031 112 0 0 25 0 5 0 528794420 563298304 109629 33554432000 4194304 4356188 140734138610464 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38710.5
Current children cumulated vsize (KiB) 2942912

[startup+4902.3 s]
/proc/loadavg: 8.00 8.02 8.00 9/180 904
/proc/meminfo: memFree=24206456/32951124 swapFree=67051468/67111528
[pid=717] ppid=715 vsize=18324 CPUtime=0 cores=0-7
/proc/717/stat : 717 (ppfolio) S 715 717 32271 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528794415 18763776 389 33554432000 4194304 4287625 140736065328048 18446744073709551615 218370977295 0 0 4096 65536 1655442853016371199 0 0 17 6 0 0 0
/proc/717/statm: 4581 389 341 23 0 91 0
[pid=718] ppid=717 vsize=659060 CPUtime=4902.39 cores=0
/proc/718/stat : 718 (cryptominisat) R 717 717 32271 0 -1 4202496 592328 0 0 0 490000 239 0 0 25 0 1 0 528794415 674877440 53547 33554432000 4194304 4587354 140733511738624 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/718/statm: 164765 53547 337 96 0 161327 0
[pid=719] ppid=717 vsize=202980 CPUtime=4902.41 cores=1
/proc/719/stat : 719 (clasp) R 717 717 32271 0 -1 4202496 46320 0 0 0 490229 12 0 0 25 0 1 0 528794415 207851520 45563 33554432000 4194304 4785740 140733764438400 18446744073709551615 4309561 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/719/statm: 50745 45563 340 145 0 47790 0
[pid=720] ppid=717 vsize=459788 CPUtime=4901.78 cores=2
/proc/720/stat : 720 (TNM) R 717 717 32271 0 -1 4202496 1956 0 0 0 490177 1 0 0 25 0 1 0 528794415 470822912 1853 33554432000 134512640 134534564 4289997632 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/720/statm: 114947 1853 95 6 0 113613 0
[pid=721] ppid=717 vsize=1076312 CPUtime=4902.38 cores=3
/proc/721/stat : 721 (march_hi) R 717 717 32271 0 -1 4202496 209754 0 0 0 490089 149 0 0 25 0 1 0 528794415 1102143488 209431 33554432000 4194304 4331988 140734501361760 18446744073709551615 4246748 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/721/statm: 269078 209431 175 34 0 267520 0
[pid=722] ppid=717 vsize=521936 CPUtime=19581.2 cores=4-7
/proc/722/stat : 722 (plingeling) S 717 717 32271 0 -1 4202496 2993795 1250 0 0 1957715 408 0 0 18 0 5 0 528794415 534462464 102589 33554432000 4194304 4356188 140734138610464 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/722/statm: 130484 102589 163 40 0 129028 0
[pid=722/tid=729] ppid=717 vsize=521936 CPUtime=4902.35 cores=4-7
/proc/722/task/729/stat : 729 (plingeling) R 717 717 32271 0 -1 4202560 731888 1250 0 0 490134 101 0 0 25 0 5 0 528794420 534462464 102589 33554432000 4194304 4356188 140734138610464 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=722/tid=730] ppid=717 vsize=521936 CPUtime=4875.61 cores=4-7
/proc/722/task/730/stat : 730 (plingeling) R 717 717 32271 0 -1 4202560 690269 1250 0 0 487465 96 0 0 25 0 5 0 528794420 534462464 102589 33554432000 4194304 4356188 140734138610464 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=722/tid=731] ppid=717 vsize=521936 CPUtime=4901.75 cores=4-7
/proc/722/task/731/stat : 731 (plingeling) R 717 717 32271 0 -1 4202560 700474 1250 0 0 490079 96 0 0 25 0 5 0 528794420 534462464 102589 33554432000 4194304 4356188 140734138610464 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=722/tid=732] ppid=717 vsize=521936 CPUtime=4901.42 cores=4-7
/proc/722/task/732/stat : 732 (plingeling) R 717 717 32271 0 -1 4202560 868644 1250 0 0 490030 112 0 0 25 0 5 0 528794420 534462464 102589 33554432000 4194304 4356188 140734138610464 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39190.2
Current children cumulated vsize (KiB) 2938400

[startup+4962.3 s]
/proc/loadavg: 8.00 8.02 8.00 9/180 906
/proc/meminfo: memFree=24193652/32951124 swapFree=67051468/67111528
[pid=717] ppid=715 vsize=18324 CPUtime=0 cores=0-7
/proc/717/stat : 717 (ppfolio) S 715 717 32271 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528794415 18763776 389 33554432000 4194304 4287625 140736065328048 18446744073709551615 218370977295 0 0 4096 65536 1655442853016371199 0 0 17 6 0 0 0
/proc/717/statm: 4581 389 341 23 0 91 0
[pid=718] ppid=717 vsize=659060 CPUtime=4962.39 cores=0
/proc/718/stat : 718 (cryptominisat) R 717 717 32271 0 -1 4202496 598259 0 0 0 495997 242 0 0 25 0 1 0 528794415 674877440 59356 33554432000 4194304 4587354 140733511738624 18446744073709551615 4232230 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/718/statm: 164765 59356 337 96 0 161327 0
[pid=719] ppid=717 vsize=202980 CPUtime=4962.41 cores=1
/proc/719/stat : 719 (clasp) R 717 717 32271 0 -1 4202496 46328 0 0 0 496229 12 0 0 25 0 1 0 528794415 207851520 45571 33554432000 4194304 4785740 140733764438400 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/719/statm: 50745 45571 340 145 0 47790 0
[pid=720] ppid=717 vsize=459788 CPUtime=4961.78 cores=2
/proc/720/stat : 720 (TNM) R 717 717 32271 0 -1 4202496 1956 0 0 0 496177 1 0 0 25 0 1 0 528794415 470822912 1853 33554432000 134512640 134534564 4289997632 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/720/statm: 114947 1853 95 6 0 113613 0
[pid=721] ppid=717 vsize=1076312 CPUtime=4962.39 cores=3
/proc/721/stat : 721 (march_hi) R 717 717 32271 0 -1 4202496 212707 0 0 0 496087 152 0 0 25 0 1 0 528794415 1102143488 212384 33554432000 4194304 4331988 140734501361760 18446744073709551615 4316042 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/721/statm: 269078 212384 175 34 0 267520 0
[pid=722] ppid=717 vsize=498896 CPUtime=19820.9 cores=4-7
/proc/722/stat : 722 (plingeling) S 717 717 32271 0 -1 4202496 3012995 1250 0 0 1981679 411 0 0 18 0 5 0 528794415 510869504 96829 33554432000 4194304 4356188 140734138610464 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/722/statm: 124724 96829 163 40 0 123268 0
[pid=722/tid=729] ppid=717 vsize=498896 CPUtime=4962.35 cores=4-7
/proc/722/task/729/stat : 729 (plingeling) R 717 717 32271 0 -1 4202560 733424 1250 0 0 496134 101 0 0 25 0 5 0 528794420 510869504 96829 33554432000 4194304 4356188 140734138610464 18446744073709551615 4331792 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=722/tid=730] ppid=717 vsize=498896 CPUtime=4935.29 cores=4-7
/proc/722/task/730/stat : 730 (plingeling) R 717 717 32271 0 -1 4202560 698717 1250 0 0 493431 98 0 0 25 0 5 0 528794420 510869504 96829 33554432000 4194304 4356188 140734138610464 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=722/tid=731] ppid=717 vsize=498896 CPUtime=4961.75 cores=4-7
/proc/722/task/731/stat : 731 (plingeling) R 717 717 32271 0 -1 4202560 701498 1250 0 0 496079 96 0 0 25 0 5 0 528794420 510869504 96829 33554432000 4194304 4356188 140734138610464 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=722/tid=732] ppid=717 vsize=498896 CPUtime=4961.42 cores=4-7
/proc/722/task/732/stat : 732 (plingeling) R 717 717 32271 0 -1 4202560 876836 1250 0 0 496029 113 0 0 25 0 5 0 528794420 510869504 96829 33554432000 4194304 4356188 140734138610464 18446744073709551615 4330976 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39669.9
Current children cumulated vsize (KiB) 2915360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.6 s]
/proc/loadavg: 8.00 8.01 8.00 9/180 907
/proc/meminfo: memFree=24228112/32951124 swapFree=67051468/67111528
[pid=717] ppid=715 vsize=18324 CPUtime=0 cores=0-7
/proc/717/stat : 717 (ppfolio) S 715 717 32271 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 528794415 18763776 389 33554432000 4194304 4287625 140736065328048 18446744073709551615 218370977295 0 0 4096 65536 1655442853016371199 0 0 17 6 0 0 0
/proc/717/statm: 4581 389 341 23 0 91 0
[pid=718] ppid=717 vsize=643520 CPUtime=5003.69 cores=0
/proc/718/stat : 718 (cryptominisat) R 717 717 32271 0 -1 4202496 600346 0 0 0 500127 242 0 0 25 0 1 0 528794415 658964480 48311 33554432000 4194304 4587354 140733511738624 18446744073709551615 4238766 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/718/statm: 160880 48311 337 96 0 157442 0
[pid=719] ppid=717 vsize=202980 CPUtime=5003.71 cores=1
/proc/719/stat : 719 (clasp) R 717 717 32271 0 -1 4202496 46328 0 0 0 500359 12 0 0 25 0 1 0 528794415 207851520 45571 33554432000 4194304 4785740 140733764438400 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/719/statm: 50745 45571 340 145 0 47790 0
[pid=720] ppid=717 vsize=459788 CPUtime=5003.09 cores=2
/proc/720/stat : 720 (TNM) R 717 717 32271 0 -1 4202496 1956 0 0 0 500308 1 0 0 25 0 1 0 528794415 470822912 1853 33554432000 134512640 134534564 4289997632 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/720/statm: 114947 1853 95 6 0 113613 0
[pid=721] ppid=717 vsize=1076312 CPUtime=5003.69 cores=3
/proc/721/stat : 721 (march_hi) R 717 717 32271 0 -1 4202496 214772 0 0 0 500215 154 0 0 25 0 1 0 528794415 1102143488 214449 33554432000 4194304 4331988 140734501361760 18446744073709551615 4314016 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/721/statm: 269078 214449 175 34 0 267520 0
[pid=722] ppid=717 vsize=500432 CPUtime=19985.9 cores=4-7
/proc/722/stat : 722 (plingeling) S 717 717 32271 0 -1 4202496 3018115 1250 0 0 1998178 411 0 0 18 0 5 0 528794415 512442368 97213 33554432000 4194304 4356188 140734138610464 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/722/statm: 125108 97213 163 40 0 123652 0
[pid=722/tid=729] ppid=717 vsize=500432 CPUtime=5003.66 cores=4-7
/proc/722/task/729/stat : 729 (plingeling) R 717 717 32271 0 -1 4202560 734448 1250 0 0 500265 101 0 0 25 0 5 0 528794420 512442368 97213 33554432000 4194304 4356188 140734138610464 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=722/tid=730] ppid=717 vsize=500432 CPUtime=4976.37 cores=4-7
/proc/722/task/730/stat : 730 (plingeling) R 717 717 32271 0 -1 4202560 698717 1250 0 0 497539 98 0 0 25 0 5 0 528794420 512442368 97213 33554432000 4194304 4356188 140734138610464 18446744073709551615 4331170 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=722/tid=731] ppid=717 vsize=500432 CPUtime=5003.05 cores=4-7
/proc/722/task/731/stat : 731 (plingeling) R 717 717 32271 0 -1 4202560 703034 1250 0 0 500209 96 0 0 25 0 5 0 528794420 512442368 97213 33554432000 4194304 4356188 140734138610464 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=722/tid=732] ppid=717 vsize=500432 CPUtime=5002.73 cores=4-7
/proc/722/task/732/stat : 732 (plingeling) R 717 717 32271 0 -1 4202560 879396 1250 0 0 500160 113 0 0 25 0 5 0 528794420 512442368 97213 33554432000 4194304 4356188 140734138610464 18446744073709551615 4284205 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.1
Current children cumulated vsize (KiB) 2901356

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 717 and gives
#  childrusage.ru_utime.tv_sec=10004
#  childrusage.ru_utime.tv_usec=370104
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=456626
# CPU time returned by wait4() is 10006.8
# while last known CPU time is 40000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.62
CPU time (s): 40000.1
CPU user time (s): 39991.9
CPU system time (s): 8.2
CPU usage (%): 799.423
Max. virtual memory (cumulated for all children) (KiB): 30614520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10004.4
system time used= 2.45663
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 602824
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= 478
involuntary context switches= 17421

runsolver used 7.8888 second user time and 19.409 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-30 15:58:36
IDJOB=3275921
IDBENCH=83982
IDSOLVER=1638
FILE ID=node101/3275921-1304171916
RUNJOBID= node101-1304161095-32285
PBS_JOBID= 13170929
Free space on /tmp= 72160 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_29_50_3-dir.shuffled-as.sat03-179.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275921-1304171916/watcher-3275921-1304171916 -o /tmp/evaluation-result-3275921-1304171916/solver-3275921-1304171916 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275921-1304171916.cnf

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

MD5SUM BENCH= 7f62d729a30ffc73b7fa61161ba43630
RANDOM SEED=697305358

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.841
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.841
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:      25855632 kB
Buffers:       1924524 kB
Cached:        4691540 kB
SwapCached:      30424 kB
Active:        1780400 kB
Inactive:      4868912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25855632 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           10884 kB
Writeback:           0 kB
AnonPages:       25112 kB
Mapped:           8740 kB
Slab:           379860 kB
PageTables:       4800 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187436 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= 72148 MiB
End job on node101 at 2011-04-30 17:22:02