Trace number 3275361

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.82

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x40.cnf
MD5SUM65a5698edfd6f3a12089595d81c196e3
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3360
Number of clauses661080
Sum of the clauses size2634240
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25040
Number of clauses of size 30
Number of clauses of size 4656040
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3275361-1304166647/watcher-3275361-1304166647 -o /tmp/evaluation-result-3275361-1304166647/solver-3275361-1304166647 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275361-1304166647.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.36 7.91 7.96 1/170 11647
/proc/meminfo: memFree=30442472/32951124 swapFree=67105204/67111528
[pid=11647] ppid=11645 vsize=18324 CPUtime=0 cores=0-7
/proc/11647/stat : 11647 (ppfolio) S 11645 11647 11008 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 509080706 18763776 390 33554432000 4194304 4287625 140736484607840 18446744073709551615 220816256527 0 0 4096 65536 4590479054762672127 0 0 17 4 0 0 0
/proc/11647/statm: 4581 390 341 23 0 91 0

[startup+0.0437549 s]
/proc/loadavg: 7.36 7.91 7.96 1/170 11647
/proc/meminfo: memFree=30442472/32951124 swapFree=67105204/67111528
[pid=11647] ppid=11645 vsize=18324 CPUtime=0 cores=0-7
/proc/11647/stat : 11647 (ppfolio) S 11645 11647 11008 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 509080706 18763776 390 33554432000 4194304 4287625 140736484607840 18446744073709551615 220816256527 0 0 4096 65536 4590479054762672127 0 0 17 4 0 0 0
/proc/11647/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100742 s]
/proc/loadavg: 7.36 7.91 7.96 1/170 11647
/proc/meminfo: memFree=30442472/32951124 swapFree=67105204/67111528
[pid=11647] ppid=11645 vsize=18324 CPUtime=0 cores=0-7
/proc/11647/stat : 11647 (ppfolio) S 11645 11647 11008 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 509080706 18763776 390 33554432000 4194304 4287625 140736484607840 18446744073709551615 220816256527 0 0 4096 65536 4590479054762672127 0 0 17 4 0 0 0
/proc/11647/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300708 s]
/proc/loadavg: 7.36 7.91 7.96 1/170 11647
/proc/meminfo: memFree=30442472/32951124 swapFree=67105204/67111528
[pid=11647] ppid=11645 vsize=18324 CPUtime=0 cores=0-7
/proc/11647/stat : 11647 (ppfolio) S 11645 11647 11008 0 -1 4202496 522 0 0 0 0 0 0 0 23 0 1 0 509080706 18763776 390 33554432000 4194304 4287625 140736484607840 18446744073709551615 220816256527 0 0 4096 65536 4590479054762672127 0 0 17 4 0 0 0
/proc/11647/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700634 s]
/proc/loadavg: 7.36 7.91 7.96 1/170 11647
/proc/meminfo: memFree=30442472/32951124 swapFree=67105204/67111528
[pid=11647] ppid=11645 vsize=18324 CPUtime=0 cores=0-7
/proc/11647/stat : 11647 (ppfolio) S 11645 11647 11008 0 -1 4202496 522 0 0 0 0 0 0 0 23 0 1 0 509080706 18763776 390 33554432000 4194304 4287625 140736484607840 18446744073709551615 220816256527 0 0 4096 65536 4590479054762672127 0 0 17 4 0 0 0
/proc/11647/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50046 s]
/proc/loadavg: 7.36 7.91 7.96 9/180 11662
/proc/meminfo: memFree=30044732/32951124 swapFree=67105204/67111528
[pid=11647] ppid=11645 vsize=18324 CPUtime=0 cores=0-7
/proc/11647/stat : 11647 (ppfolio) S 11645 11647 11008 0 -1 4202496 522 0 0 0 0 0 0 0 23 0 1 0 509080706 18763776 390 33554432000 4194304 4287625 140736484607840 18446744073709551615 220816256527 0 0 4096 65536 4590479054762672127 0 0 17 4 0 0 0
/proc/11647/statm: 4581 390 341 23 0 91 0
[pid=11648] ppid=11647 vsize=91516 CPUtime=1.48 cores=0
/proc/11648/stat : 11648 (cryptominisat) R 11647 11647 11008 0 -1 4202496 13047 0 0 0 147 1 0 0 20 0 1 0 509080706 93712384 12933 33554432000 4194304 4587354 140733672544656 18446744073709551615 4238982 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11648/statm: 22879 12933 304 96 0 19441 0
[pid=11649] ppid=11647 vsize=69760 CPUtime=1.49 cores=1
/proc/11649/stat : 11649 (clasp) R 11647 11647 11008 0 -1 4202496 17446 0 0 0 147 2 0 0 20 0 1 0 509080706 71434240 14636 33554432000 4194304 4785740 140735884449760 18446744073709551615 4495669 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11649/statm: 17440 14636 313 145 0 14485 0
[pid=11650] ppid=11647 vsize=503344 CPUtime=1.49 cores=2
/proc/11650/stat : 11650 (TNM) R 11647 11647 11008 0 -1 4202496 15718 0 0 0 146 3 0 0 25 0 1 0 509080706 515424256 15615 33554432000 134512640 134534564 4292734304 18446744073709551615 134524483 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11650/statm: 125836 15615 91 6 0 124502 0
[pid=11651] ppid=11647 vsize=66644 CPUtime=1.48 cores=3
/proc/11651/stat : 11651 (march_hi) R 11647 11647 11008 0 -1 4202496 44735 0 0 0 142 6 0 0 20 0 1 0 509080706 68243456 8753 33554432000 4194304 4331988 140733969238672 18446744073709551615 4251963 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11651/statm: 16661 8753 147 34 0 15103 0
[pid=11652] ppid=11647 vsize=296232 CPUtime=3.55 cores=4-7
/proc/11652/stat : 11652 (plingeling) S 11647 11647 11008 0 -1 4202496 52524 1250 0 0 346 9 0 0 18 0 5 0 509080706 303341568 46122 33554432000 4194304 4356188 140734455246448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11652/statm: 74058 46122 152 40 0 72602 0
[pid=11652/tid=11659] ppid=11647 vsize=296232 CPUtime=0.68 cores=4-7
/proc/11652/task/11659/stat : 11659 (plingeling) R 11647 11647 11008 0 -1 4202560 4755 1250 0 0 67 1 0 0 18 0 5 0 509080786 303341568 46122 33554432000 4194304 4356188 140734455246448 18446744073709551615 4212370 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11652/tid=11660] ppid=11647 vsize=296232 CPUtime=0.67 cores=4-7
/proc/11652/task/11660/stat : 11660 (plingeling) R 11647 11647 11008 0 -1 4202560 4738 1250 0 0 67 0 0 0 24 0 5 0 509080786 303341568 46122 33554432000 4194304 4356188 140734455246448 18446744073709551615 4262072 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11652/tid=11661] ppid=11647 vsize=296232 CPUtime=0.68 cores=4-7
/proc/11652/task/11661/stat : 11661 (plingeling) R 11647 11647 11008 0 -1 4202560 4785 1250 0 0 67 1 0 0 20 0 5 0 509080786 303341568 46122 33554432000 4194304 4356188 140734455246448 18446744073709551615 4259331 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11652/tid=11662] ppid=11647 vsize=296232 CPUtime=0.68 cores=4-7
/proc/11652/task/11662/stat : 11662 (plingeling) R 11647 11647 11008 0 -1 4202560 4738 1250 0 0 68 0 0 0 21 0 5 0 509080786 303341568 46122 33554432000 4194304 4356188 140734455246448 18446744073709551615 4264368 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.49
Current children cumulated vsize (KiB) 1045820

[startup+3.10116 s]
/proc/loadavg: 7.36 7.91 7.96 9/180 11662
/proc/meminfo: memFree=29940572/32951124 swapFree=67105204/67111528
[pid=11647] ppid=11645 vsize=18324 CPUtime=0 cores=0-7
/proc/11647/stat : 11647 (ppfolio) S 11645 11647 11008 0 -1 4202496 522 0 0 0 0 0 0 0 16 0 1 0 509080706 18763776 390 33554432000 4194304 4287625 140736484607840 18446744073709551615 220816256527 0 0 4096 65536 4590479054762672127 0 0 17 4 0 0 0
/proc/11647/statm: 4581 390 341 23 0 91 0
[pid=11648] ppid=11647 vsize=178648 CPUtime=3.09 cores=0
/proc/11648/stat : 11648 (cryptominisat) R 11647 11647 11008 0 -1 4202496 47413 0 0 0 303 6 0 0 25 0 1 0 509080706 182935552 34380 33554432000 4194304 4587354 140733672544656 18446744073709551615 4388269 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11648/statm: 44662 34380 314 96 0 41224 0
[pid=11649] ppid=11647 vsize=69760 CPUtime=3.09 cores=1
/proc/11649/stat : 11649 (clasp) R 11647 11647 11008 0 -1 4202496 17446 0 0 0 307 2 0 0 25 0 1 0 509080706 71434240 14636 33554432000 4194304 4785740 140735884449760 18446744073709551615 4495695 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11649/statm: 17440 14636 313 145 0 14485 0
[pid=11650] ppid=11647 vsize=503344 CPUtime=3.09 cores=2
/proc/11650/stat : 11650 (TNM) R 11647 11647 11008 0 -1 4202496 15718 0 0 0 306 3 0 0 25 0 1 0 509080706 515424256 15615 33554432000 134512640 134534564 4292734304 18446744073709551615 134524491 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11650/statm: 125836 15615 91 6 0 124502 0
[pid=11651] ppid=11647 vsize=97308 CPUtime=3.09 cores=3
/proc/11651/stat : 11651 (march_hi) R 11647 11647 11008 0 -1 4202496 75909 0 0 0 299 10 0 0 25 0 1 0 509080706 99643392 16437 33554432000 4194304 4331988 140733969238672 18446744073709551615 4271172 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11651/statm: 24327 16437 150 34 0 22769 0
[pid=11652] ppid=11647 vsize=338612 CPUtime=9.94 cores=4-7
/proc/11652/stat : 11652 (plingeling) S 11647 11647 11008 0 -1 4202496 63184 1250 0 0 984 10 0 0 18 0 5 0 509080706 346738688 56728 33554432000 4194304 4356188 140734455246448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11652/statm: 84653 56728 163 40 0 83197 0
[pid=11652/tid=11659] ppid=11647 vsize=338612 CPUtime=2.28 cores=4-7
/proc/11652/task/11659/stat : 11659 (plingeling) R 11647 11647 11008 0 -1 4202560 8027 1250 0 0 227 1 0 0 21 0 5 0 509080786 346738688 56728 33554432000 4194304 4356188 140734455246448 18446744073709551615 4292825 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11652/tid=11660] ppid=11647 vsize=338612 CPUtime=2.27 cores=4-7
/proc/11652/task/11660/stat : 11660 (plingeling) R 11647 11647 11008 0 -1 4202560 7965 1250 0 0 226 1 0 0 25 0 5 0 509080786 346738688 56728 33554432000 4194304 4356188 140734455246448 18446744073709551615 4292817 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11652/tid=11661] ppid=11647 vsize=338612 CPUtime=2.28 cores=4-7
/proc/11652/task/11661/stat : 11661 (plingeling) R 11647 11647 11008 0 -1 4202560 8010 1250 0 0 227 1 0 0 25 0 5 0 509080786 346738688 56728 33554432000 4194304 4356188 140734455246448 18446744073709551615 4292802 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11652/tid=11662] ppid=11647 vsize=338612 CPUtime=2.28 cores=4-7
/proc/11652/task/11662/stat : 11662 (plingeling) R 11647 11647 11008 0 -1 4202560 5674 1250 0 0 228 0 0 0 25 0 5 0 509080786 346738688 56728 33554432000 4194304 4356188 140734455246448 18446744073709551615 4274266 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22.3
Current children cumulated vsize (KiB) 1205996

[startup+6.30057 s]
/proc/loadavg: 7.57 7.94 7.97 9/180 11662
/proc/meminfo: memFree=29842484/32951124 swapFree=67105204/67111528
[pid=11647] ppid=11645 vsize=18324 CPUtime=0 cores=0-7
/proc/11647/stat : 11647 (ppfolio) S 11645 11647 11008 0 -1 4202496 522 0 0 0 0 0 0 0 16 0 1 0 509080706 18763776 390 33554432000 4194304 4287625 140736484607840 18446744073709551615 220816256527 0 0 4096 65536 4590479054762672127 0 0 17 4 0 0 0
/proc/11647/statm: 4581 390 341 23 0 91 0
[pid=11648] ppid=11647 vsize=206100 CPUtime=6.28 cores=0
/proc/11648/stat : 11648 (cryptominisat) R 11647 11647 11008 0 -1 4202496 54004 0 0 0 622 6 0 0 25 0 1 0 509080706 211046400 40871 33554432000 4194304 4587354 140733672544656 18446744073709551615 4388345 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11648/statm: 51525 40871 315 96 0 48087 0
[pid=11649] ppid=11647 vsize=69760 CPUtime=6.29 cores=1
/proc/11649/stat : 11649 (clasp) R 11647 11647 11008 0 -1 4202496 17446 0 0 0 627 2 0 0 25 0 1 0 509080706 71434240 14636 33554432000 4194304 4785740 140735884449760 18446744073709551615 4495872 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11649/statm: 17440 14636 313 145 0 14485 0
[pid=11650] ppid=11647 vsize=503344 CPUtime=6.28 cores=2
/proc/11650/stat : 11650 (TNM) R 11647 11647 11008 0 -1 4202496 15718 0 0 0 625 3 0 0 25 0 1 0 509080706 515424256 15615 33554432000 134512640 134534564 4292734304 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11650/statm: 125836 15615 91 6 0 124502 0
[pid=11651] ppid=11647 vsize=97308 CPUtime=6.29 cores=3
/proc/11651/stat : 11651 (march_hi) R 11647 11647 11008 0 -1 4202496 75909 0 0 0 619 10 0 0 25 0 1 0 509080706 99643392 16437 33554432000 4194304 4331988 140733969238672 18446744073709551615 4271172 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11651/statm: 24327 16437 150 34 0 22769 0
[pid=11652] ppid=11647 vsize=416880 CPUtime=22.72 cores=4-7
/proc/11652/stat : 11652 (plingeling) S 11647 11647 11008 0 -1 4202496 82751 1250 0 0 2259 13 0 0 18 0 5 0 509080706 426885120 76295 33554432000 4194304 4356188 140734455246448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11652/statm: 104220 76295 163 40 0 102764 0
[pid=11652/tid=11659] ppid=11647 vsize=416880 CPUtime=5.48 cores=4-7
/proc/11652/task/11659/stat : 11659 (plingeling) R 11647 11647 11008 0 -1 4202560 14434 1250 0 0 545 3 0 0 25 0 5 0 509080786 426885120 76295 33554432000 4194304 4356188 140734455246448 18446744073709551615 4292853 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11652/tid=11660] ppid=11647 vsize=416880 CPUtime=5.45 cores=4-7
/proc/11652/task/11660/stat : 11660 (plingeling) R 11647 11647 11008 0 -1 4202560 14372 1250 0 0 544 1 0 0 25 0 5 0 509080786 426885120 76295 33554432000 4194304 4356188 140734455246448 18446744073709551615 4292829 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11652/tid=11661] ppid=11647 vsize=416880 CPUtime=5.48 cores=4-7
/proc/11652/task/11661/stat : 11661 (plingeling) R 11647 11647 11008 0 -1 4202560 14417 1250 0 0 546 2 0 0 25 0 5 0 509080786 426885120 76295 33554432000 4194304 4356188 140734455246448 18446744073709551615 4292850 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11652/tid=11662] ppid=11647 vsize=416880 CPUtime=5.48 cores=4-7
/proc/11652/task/11662/stat : 11662 (plingeling) R 11647 11647 11008 0 -1 4202560 6020 1250 0 0 548 0 0 0 25 0 5 0 509080786 426885120 76295 33554432000 4194304 4356188 140734455246448 18446744073709551615 4238570 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 47.86
Current children cumulated vsize (KiB) 1311716

[startup+12.7014 s]
/proc/loadavg: 7.61 7.95 7.97 9/180 11663
/proc/meminfo: memFree=29845892/32951124 swapFree=67105204/67111528
[pid=11647] ppid=11645 vsize=18324 CPUtime=0 cores=0-7
/proc/11647/stat : 11647 (ppfolio) S 11645 11647 11008 0 -1 4202496 522 0 0 0 0 0 0 0 16 0 1 0 509080706 18763776 390 33554432000 4194304 4287625 140736484607840 18446744073709551615 220816256527 0 0 4096 65536 4590479054762672127 0 0 17 4 0 0 0
/proc/11647/statm: 4581 390 341 23 0 91 0
[pid=11648] ppid=11647 vsize=198160 CPUtime=12.69 cores=0
/proc/11648/stat : 11648 (cryptominisat) R 11647 11647 11008 0 -1 4202496 62733 0 0 0 1260 9 0 0 25 0 1 0 509080706 202915840 42347 33554432000 4194304 4587354 140733672544656 18446744073709551615 4364706 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11648/statm: 49540 42347 315 96 0 46102 0
[pid=11649] ppid=11647 vsize=78136 CPUtime=12.69 cores=1
/proc/11649/stat : 11649 (clasp) R 11647 11647 11008 0 -1 4202496 19546 0 0 0 1267 2 0 0 25 0 1 0 509080706 80011264 16736 33554432000 4194304 4785740 140735884449760 18446744073709551615 4482824 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11649/statm: 19534 16736 316 145 0 16579 0
[pid=11650] ppid=11647 vsize=503344 CPUtime=12.68 cores=2
/proc/11650/stat : 11650 (TNM) R 11647 11647 11008 0 -1 4202496 15718 0 0 0 1265 3 0 0 25 0 1 0 509080706 515424256 15615 33554432000 134512640 134534564 4292734304 18446744073709551615 134524544 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11650/statm: 125836 15615 91 6 0 124502 0
[pid=11651] ppid=11647 vsize=97308 CPUtime=12.69 cores=3
/proc/11651/stat : 11651 (march_hi) R 11647 11647 11008 0 -1 4202496 75909 0 0 0 1259 10 0 0 25 0 1 0 509080706 99643392 16437 33554432000 4194304 4331988 140733969238672 18446744073709551615 4271172 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11651/statm: 24327 16437 150 34 0 22769 0
[pid=11652] ppid=11647 vsize=384996 CPUtime=48.29 cores=4-7
/proc/11652/stat : 11652 (plingeling) S 11647 11647 11008 0 -1 4202496 124361 1250 0 0 4808 21 0 0 18 0 5 0 509080706 394235904 68324 33554432000 4194304 4356188 140734455246448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11652/statm: 96249 68324 163 40 0 94793 0
[pid=11652/tid=11659] ppid=11647 vsize=384996 CPUtime=11.88 cores=4-7
/proc/11652/task/11659/stat : 11659 (plingeling) R 11647 11647 11008 0 -1 4202560 30946 1250 0 0 1183 5 0 0 25 0 5 0 509080786 394235904 68324 33554432000 4194304 4356188 140734455246448 18446744073709551615 4322401 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11652/tid=11660] ppid=11647 vsize=384996 CPUtime=11.82 cores=4-7
/proc/11652/task/11660/stat : 11660 (plingeling) R 11647 11647 11008 0 -1 4202560 31012 1250 0 0 1177 5 0 0 25 0 5 0 509080786 394235904 68324 33554432000 4194304 4356188 140734455246448 18446744073709551615 4271272 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11652/tid=11661] ppid=11647 vsize=384996 CPUtime=11.88 cores=4-7
/proc/11652/task/11661/stat : 11661 (plingeling) R 11647 11647 11008 0 -1 4202560 22609 1250 0 0 1184 4 0 0 25 0 5 0 509080786 394235904 68324 33554432000 4194304 4356188 140734455246448 18446744073709551615 4287060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11652/tid=11662] ppid=11647 vsize=384996 CPUtime=11.88 cores=4-7
/proc/11652/task/11662/stat : 11662 (plingeling) R 11647 11647 11008 0 -1 4202560 6286 1250 0 0 1188 0 0 0 25 0 5 0 509080786 394235904 68324 33554432000 4194304 4356188 140734455246448 18446744073709551615 4297458 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 99.04
Current children cumulated vsize (KiB) 1280268

[startup+25.501 s]
/proc/loadavg: 7.69 7.95 7.97 9/180 11663
/proc/meminfo: memFree=29758500/32951124 swapFree=67105204/67111528
[pid=11647] ppid=11645 vsize=18324 CPUtime=0 cores=0-7
/proc/11647/stat : 11647 (ppfolio) S 11645 11647 11008 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509080706 18763776 390 33554432000 4194304 4287625 140736484607840 18446744073709551615 220816256527 0 0 4096 65536 4590479054762672127 0 0 17 4 0 0 0
/proc/11647/statm: 4581 390 341 23 0 91 0
[pid=11648] ppid=11647 vsize=429316 CPUtime=25.48 cores=0
/proc/11648/stat : 11648 (cryptominisat) R 11647 11647 11008 0 -1 4202496 94087 0 0 0 2535 13 0 0 25 0 1 0 509080706 439619584 63839 33554432000 4194304 4587354 140733672544656 18446744073709551615 4365152 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=11650] ppid=11647 vsize=518264 CPUtime=4782.43 cores=2
/proc/11650/stat : 11650 (TNM) R 11647 11647 11008 0 -1 4202496 21852 0 0 0 478237 6 0 0 25 0 1 0 509080706 530702336 21749 33554432000 134512640 134534564 4292734304 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11650/statm: 129566 21749 95 6 0 128232 0
[pid=11651] ppid=11647 vsize=155888 CPUtime=4782.44 cores=3
/proc/11651/stat : 11651 (march_hi) R 11647 11647 11008 0 -1 4202496 89400 0 0 0 478232 12 0 0 25 0 1 0 509080706 159629312 24154 33554432000 4194304 4331988 140733969238672 18446744073709551615 4228224 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11651/statm: 38972 24154 173 34 0 37414 0
[pid=11652] ppid=11647 vsize=567044 CPUtime=19100 cores=4-7
/proc/11652/stat : 11652 (plingeling) S 11647 11647 11008 0 -1 4202496 1371342 1250 0 0 1909813 188 0 0 18 0 5 0 509080706 580653056 113836 33554432000 4194304 4356188 140734455246448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11652/statm: 141761 113836 163 40 0 140305 0
[pid=11652/tid=11659] ppid=11647 vsize=567044 CPUtime=4781.64 cores=4-7
/proc/11652/task/11659/stat : 11659 (plingeling) R 11647 11647 11008 0 -1 4202560 385143 1250 0 0 478106 58 0 0 25 0 5 0 509080786 580653056 113836 33554432000 4194304 4356188 140734455246448 18446744073709551615 4279435 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11652/tid=11660] ppid=11647 vsize=567044 CPUtime=4754.75 cores=4-7
/proc/11652/task/11660/stat : 11660 (plingeling) R 11647 11647 11008 0 -1 4202560 406272 1250 0 0 475425 50 0 0 25 0 5 0 509080786 580653056 113836 33554432000 4194304 4356188 140734455246448 18446744073709551615 4330982 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11652/tid=11661] ppid=11647 vsize=567044 CPUtime=4781.64 cores=4-7
/proc/11652/task/11661/stat : 11661 (plingeling) R 11647 11647 11008 0 -1 4202560 364518 1250 0 0 478118 46 0 0 25 0 5 0 509080786 580653056 113836 33554432000 4194304 4356188 140734455246448 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11652/tid=11662] ppid=11647 vsize=567044 CPUtime=4781.16 cores=4-7
/proc/11652/task/11662/stat : 11662 (plingeling) R 11647 11647 11008 0 -1 4202560 181901 1250 0 0 478089 27 0 0 25 0 5 0 509080786 580653056 113836 33554432000 4194304 4356188 140734455246448 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38229.6
Current children cumulated vsize (KiB) 4129504

[startup+4842.3 s]
/proc/loadavg: 8.03 8.05 8.00 9/180 11803
/proc/meminfo: memFree=28810480/32951124 swapFree=67105204/67111528
[pid=11647] ppid=11645 vsize=18324 CPUtime=0 cores=0-7
/proc/11647/stat : 11647 (ppfolio) S 11645 11647 11008 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509080706 18763776 390 33554432000 4194304 4287625 140736484607840 18446744073709551615 220816256527 0 0 4096 65536 4590479054762672127 0 0 17 4 0 0 0
/proc/11647/statm: 4581 390 341 23 0 91 0
[pid=11648] ppid=11647 vsize=2133364 CPUtime=4842.31 cores=0
/proc/11648/stat : 11648 (cryptominisat) R 11647 11647 11008 0 -1 4202496 7051785 0 0 0 482347 1884 0 0 25 0 1 0 509080706 2184564736 77307 33554432000 4194304 4587354 140733672544656 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11648/statm: 533341 77307 337 96 0 529903 0
[pid=11649] ppid=11647 vsize=733972 CPUtime=4842.44 cores=1
/proc/11649/stat : 11649 (clasp) R 11647 11647 11008 0 -1 4202496 175522 0 0 0 484200 44 0 0 25 0 1 0 509080706 751587328 171420 33554432000 4194304 4785740 140735884449760 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11649/statm: 183493 171420 340 145 0 180538 0
[pid=11650] ppid=11647 vsize=518264 CPUtime=4842.43 cores=2
/proc/11650/stat : 11650 (TNM) R 11647 11647 11008 0 -1 4202496 21852 0 0 0 484237 6 0 0 25 0 1 0 509080706 530702336 21749 33554432000 134512640 134534564 4292734304 18446744073709551615 134528710 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11650/statm: 129566 21749 95 6 0 128232 0
[pid=11651] ppid=11647 vsize=155888 CPUtime=4842.44 cores=3
/proc/11651/stat : 11651 (march_hi) R 11647 11647 11008 0 -1 4202496 89400 0 0 0 484232 12 0 0 25 0 1 0 509080706 159629312 24154 33554432000 4194304 4331988 140733969238672 18446744073709551615 4228307 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11651/statm: 38972 24154 173 34 0 37414 0
[pid=11652] ppid=11647 vsize=567044 CPUtime=19339.7 cores=4-7
/proc/11652/stat : 11652 (plingeling) S 11647 11647 11008 0 -1 4202496 1375438 1250 0 0 1933780 188 0 0 18 0 5 0 509080706 580653056 113836 33554432000 4194304 4356188 140734455246448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11652/statm: 141761 113836 163 40 0 140305 0
[pid=11652/tid=11659] ppid=11647 vsize=567044 CPUtime=4841.64 cores=4-7
/proc/11652/task/11659/stat : 11659 (plingeling) R 11647 11647 11008 0 -1 4202560 387191 1250 0 0 484106 58 0 0 25 0 5 0 509080786 580653056 113836 33554432000 4194304 4356188 140734455246448 18446744073709551615 4233920 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11652/tid=11660] ppid=11647 vsize=567044 CPUtime=4814.42 cores=4-7
/proc/11652/task/11660/stat : 11660 (plingeling) R 11647 11647 11008 0 -1 4202560 408320 1250 0 0 481392 50 0 0 25 0 5 0 509080786 580653056 113836 33554432000 4194304 4356188 140734455246448 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11652/tid=11661] ppid=11647 vsize=567044 CPUtime=4841.64 cores=4-7
/proc/11652/task/11661/stat : 11661 (plingeling) R 11647 11647 11008 0 -1 4202560 364518 1250 0 0 484118 46 0 0 25 0 5 0 509080786 580653056 113836 33554432000 4194304 4356188 140734455246448 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11652/tid=11662] ppid=11647 vsize=567044 CPUtime=4841.16 cores=4-7
/proc/11652/task/11662/stat : 11662 (plingeling) R 11647 11647 11008 0 -1 4202560 181901 1250 0 0 484089 27 0 0 25 0 5 0 509080786 580653056 113836 33554432000 4194304 4356188 140734455246448 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38709.3
Current children cumulated vsize (KiB) 4126856

[startup+4902.3 s]
/proc/loadavg: 8.01 8.04 8.00 9/180 11805
/proc/meminfo: memFree=28814304/32951124 swapFree=67105204/67111528
[pid=11647] ppid=11645 vsize=18324 CPUtime=0 cores=0-7
/proc/11647/stat : 11647 (ppfolio) S 11645 11647 11008 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509080706 18763776 390 33554432000 4194304 4287625 140736484607840 18446744073709551615 220816256527 0 0 4096 65536 4590479054762672127 0 0 17 4 0 0 0
/proc/11647/statm: 4581 390 341 23 0 91 0
[pid=11648] ppid=11647 vsize=2133004 CPUtime=4902.31 cores=0
/proc/11648/stat : 11648 (cryptominisat) R 11647 11647 11008 0 -1 4202496 7124758 0 0 0 488323 1908 0 0 25 0 1 0 509080706 2184196096 74712 33554432000 4194304 4587354 140733672544656 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11648/statm: 533251 74712 337 96 0 529813 0
[pid=11649] ppid=11647 vsize=733972 CPUtime=4902.44 cores=1
/proc/11649/stat : 11649 (clasp) R 11647 11647 11008 0 -1 4202496 175547 0 0 0 490200 44 0 0 25 0 1 0 509080706 751587328 171445 33554432000 4194304 4785740 140735884449760 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11649/statm: 183493 171445 340 145 0 180538 0
[pid=11650] ppid=11647 vsize=518264 CPUtime=4902.43 cores=2
/proc/11650/stat : 11650 (TNM) R 11647 11647 11008 0 -1 4202496 21852 0 0 0 490237 6 0 0 25 0 1 0 509080706 530702336 21749 33554432000 134512640 134534564 4292734304 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11650/statm: 129566 21749 95 6 0 128232 0
[pid=11651] ppid=11647 vsize=155888 CPUtime=4902.44 cores=3
/proc/11651/stat : 11651 (march_hi) R 11647 11647 11008 0 -1 4202496 89400 0 0 0 490232 12 0 0 25 0 1 0 509080706 159629312 24154 33554432000 4194304 4331988 140733969238672 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11651/statm: 38972 24154 173 34 0 37414 0
[pid=11652] ppid=11647 vsize=575236 CPUtime=19579.3 cores=4-7
/proc/11652/stat : 11652 (plingeling) S 11647 11647 11008 0 -1 4202496 1385678 1250 0 0 1957746 189 0 0 18 0 5 0 509080706 589041664 115884 33554432000 4194304 4356188 140734455246448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11652/statm: 143809 115884 163 40 0 142353 0
[pid=11652/tid=11659] ppid=11647 vsize=575236 CPUtime=4901.64 cores=4-7
/proc/11652/task/11659/stat : 11659 (plingeling) R 11647 11647 11008 0 -1 4202560 389239 1250 0 0 490106 58 0 0 25 0 5 0 509080786 589041664 115884 33554432000 4194304 4356188 140734455246448 18446744073709551615 4331072 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11652/tid=11660] ppid=11647 vsize=575236 CPUtime=4874.1 cores=4-7
/proc/11652/task/11660/stat : 11660 (plingeling) R 11647 11647 11008 0 -1 4202560 412416 1250 0 0 487359 51 0 0 25 0 5 0 509080786 589041664 115884 33554432000 4194304 4356188 140734455246448 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11652/tid=11661] ppid=11647 vsize=575236 CPUtime=4901.64 cores=4-7
/proc/11652/task/11661/stat : 11661 (plingeling) R 11647 11647 11008 0 -1 4202560 366566 1250 0 0 490118 46 0 0 25 0 5 0 509080786 589041664 115884 33554432000 4194304 4356188 140734455246448 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11652/tid=11662] ppid=11647 vsize=575236 CPUtime=4901.16 cores=4-7
/proc/11652/task/11662/stat : 11662 (plingeling) R 11647 11647 11008 0 -1 4202560 183949 1250 0 0 490088 28 0 0 25 0 5 0 509080786 589041664 115884 33554432000 4194304 4356188 140734455246448 18446744073709551615 4281672 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39189
Current children cumulated vsize (KiB) 4134688

[startup+4962.3 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 11807
/proc/meminfo: memFree=28834616/32951124 swapFree=67105204/67111528
[pid=11647] ppid=11645 vsize=18324 CPUtime=0 cores=0-7
/proc/11647/stat : 11647 (ppfolio) S 11645 11647 11008 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509080706 18763776 390 33554432000 4194304 4287625 140736484607840 18446744073709551615 220816256527 0 0 4096 65536 4590479054762672127 0 0 17 4 0 0 0
/proc/11647/statm: 4581 390 341 23 0 91 0
[pid=11648] ppid=11647 vsize=2136392 CPUtime=4962.31 cores=0
/proc/11648/stat : 11648 (cryptominisat) R 11647 11647 11008 0 -1 4202496 7197728 0 0 0 494303 1928 0 0 25 0 1 0 509080706 2187665408 71988 33554432000 4194304 4587354 140733672544656 18446744073709551615 4236606 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11648/statm: 534098 71988 337 96 0 530660 0
[pid=11649] ppid=11647 vsize=739732 CPUtime=4962.44 cores=1
/proc/11649/stat : 11649 (clasp) R 11647 11647 11008 0 -1 4202496 176761 0 0 0 496200 44 0 0 25 0 1 0 509080706 757485568 172659 33554432000 4194304 4785740 140735884449760 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11649/statm: 184933 172659 340 145 0 181978 0
[pid=11650] ppid=11647 vsize=518264 CPUtime=4962.44 cores=2
/proc/11650/stat : 11650 (TNM) R 11647 11647 11008 0 -1 4202496 21852 0 0 0 496238 6 0 0 25 0 1 0 509080706 530702336 21749 33554432000 134512640 134534564 4292734304 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11650/statm: 129566 21749 95 6 0 128232 0
[pid=11651] ppid=11647 vsize=155888 CPUtime=4962.44 cores=3
/proc/11651/stat : 11651 (march_hi) R 11647 11647 11008 0 -1 4202496 89400 0 0 0 496232 12 0 0 25 0 1 0 509080706 159629312 24154 33554432000 4194304 4331988 140733969238672 18446744073709551615 4265456 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11651/statm: 38972 24154 173 34 0 37414 0
[pid=11652] ppid=11647 vsize=558852 CPUtime=19819 cores=4-7
/proc/11652/stat : 11652 (plingeling) S 11647 11647 11008 0 -1 4202496 1389774 1250 0 0 1981713 190 0 0 18 0 5 0 509080706 572264448 111788 33554432000 4194304 4356188 140734455246448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11652/statm: 139713 111788 163 40 0 138257 0
[pid=11652/tid=11659] ppid=11647 vsize=558852 CPUtime=4961.64 cores=4-7
/proc/11652/task/11659/stat : 11659 (plingeling) R 11647 11647 11008 0 -1 4202560 389239 1250 0 0 496106 58 0 0 25 0 5 0 509080786 572264448 111788 33554432000 4194304 4356188 140734455246448 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11652/tid=11660] ppid=11647 vsize=558852 CPUtime=4933.77 cores=4-7
/proc/11652/task/11660/stat : 11660 (plingeling) R 11647 11647 11008 0 -1 4202560 412416 1250 0 0 493326 51 0 0 25 0 5 0 509080786 572264448 111788 33554432000 4194304 4356188 140734455246448 18446744073709551615 4210557 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11652/tid=11661] ppid=11647 vsize=558852 CPUtime=4961.65 cores=4-7
/proc/11652/task/11661/stat : 11661 (plingeling) R 11647 11647 11008 0 -1 4202560 370662 1250 0 0 496118 47 0 0 25 0 5 0 509080786 572264448 111788 33554432000 4194304 4356188 140734455246448 18446744073709551615 4331345 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11652/tid=11662] ppid=11647 vsize=558852 CPUtime=4961.15 cores=4-7
/proc/11652/task/11662/stat : 11662 (plingeling) R 11647 11647 11008 0 -1 4202560 183949 1250 0 0 496087 28 0 0 25 0 5 0 509080786 572264448 111788 33554432000 4194304 4356188 140734455246448 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39668.7
Current children cumulated vsize (KiB) 4127452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.8 s]
/proc/loadavg: 8.00 8.02 8.00 9/180 11808
/proc/meminfo: memFree=28793308/32951124 swapFree=67105204/67111528
[pid=11647] ppid=11645 vsize=18324 CPUtime=0 cores=0-7
/proc/11647/stat : 11647 (ppfolio) S 11645 11647 11008 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509080706 18763776 390 33554432000 4194304 4287625 140736484607840 18446744073709551615 220816256527 0 0 4096 65536 4590479054762672127 0 0 17 4 0 0 0
/proc/11647/statm: 4581 390 341 23 0 91 0
[pid=11648] ppid=11647 vsize=2134640 CPUtime=5003.82 cores=0
/proc/11648/stat : 11648 (cryptominisat) R 11647 11647 11008 0 -1 4202496 7241067 0 0 0 498439 1943 0 0 25 0 1 0 509080706 2185871360 77201 33554432000 4194304 4587354 140733672544656 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11648/statm: 533660 77201 337 96 0 530222 0
[pid=11649] ppid=11647 vsize=739732 CPUtime=5003.95 cores=1
/proc/11649/stat : 11649 (clasp) R 11647 11647 11008 0 -1 4202496 176815 0 0 0 500351 44 0 0 25 0 1 0 509080706 757485568 172713 33554432000 4194304 4785740 140735884449760 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11649/statm: 184933 172713 340 145 0 181978 0
[pid=11650] ppid=11647 vsize=518264 CPUtime=5003.95 cores=2
/proc/11650/stat : 11650 (TNM) R 11647 11647 11008 0 -1 4202496 21852 0 0 0 500389 6 0 0 25 0 1 0 509080706 530702336 21749 33554432000 134512640 134534564 4292734304 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11650/statm: 129566 21749 95 6 0 128232 0
[pid=11651] ppid=11647 vsize=155888 CPUtime=5003.95 cores=3
/proc/11651/stat : 11651 (march_hi) R 11647 11647 11008 0 -1 4202496 89400 0 0 0 500383 12 0 0 25 0 1 0 509080706 159629312 24154 33554432000 4194304 4331988 140733969238672 18446744073709551615 4228349 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11651/statm: 38972 24154 173 34 0 37414 0
[pid=11652] ppid=11647 vsize=579336 CPUtime=19984.8 cores=4-7
/proc/11652/stat : 11652 (plingeling) S 11647 11647 11008 0 -1 4202496 1396943 1250 0 0 1998293 191 0 0 18 0 5 0 509080706 593240064 116909 33554432000 4194304 4356188 140734455246448 18446744073709551615 220828039141 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11652/statm: 144834 116909 163 40 0 143378 0
[pid=11652/tid=11659] ppid=11647 vsize=579336 CPUtime=5003.15 cores=4-7
/proc/11652/task/11659/stat : 11659 (plingeling) R 11647 11647 11008 0 -1 4202560 392312 1250 0 0 500257 58 0 0 25 0 5 0 509080786 593240064 116909 33554432000 4194304 4356188 140734455246448 18446744073709551615 4210557 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11652/tid=11660] ppid=11647 vsize=579336 CPUtime=4975.05 cores=4-7
/proc/11652/task/11660/stat : 11660 (plingeling) R 11647 11647 11008 0 -1 4202560 414464 1250 0 0 497454 51 0 0 25 0 5 0 509080786 593240064 116909 33554432000 4194304 4356188 140734455246448 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11652/tid=11661] ppid=11647 vsize=579336 CPUtime=5003.16 cores=4-7
/proc/11652/task/11661/stat : 11661 (plingeling) R 11647 11647 11008 0 -1 4202560 370662 1250 0 0 500269 47 0 0 25 0 5 0 509080786 593240064 116909 33554432000 4194304 4356188 140734455246448 18446744073709551615 4279567 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11652/tid=11662] ppid=11647 vsize=579336 CPUtime=5002.66 cores=4-7
/proc/11652/task/11662/stat : 11662 (plingeling) R 11647 11647 11008 0 -1 4202560 185997 1250 0 0 500238 28 0 0 25 0 5 0 509080786 593240064 116909 33554432000 4194304 4356188 140734455246448 18446744073709551615 4225618 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 4146184

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 11647 and gives
#  childrusage.ru_utime.tv_sec=10007
#  childrusage.ru_utime.tv_usec=737592
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=199969
# CPU time returned by wait4() is 10007.9
# 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.82
CPU time (s): 40000.5
CPU user time (s): 39978.6
CPU system time (s): 21.96
CPU usage (%): 799.399
Max. virtual memory (cumulated for all children) (KiB): 6067160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10007.7
system time used= 0.199969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111776
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= 564
involuntary context switches= 17002

runsolver used 7.2099 second user time and 20.0829 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-30 14:30:48
IDJOB=3275361
IDBENCH=83166
IDSOLVER=1638
FILE ID=node147/3275361-1304166647
RUNJOBID= node147-1304159851-11022
PBS_JOBID= 13170920
Free space on /tmp= 73068 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x40.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275361-1304166647/watcher-3275361-1304166647 -o /tmp/evaluation-result-3275361-1304166647/solver-3275361-1304166647 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275361-1304166647.cnf

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

MD5SUM BENCH= 65a5698edfd6f3a12089595d81c196e3
RANDOM SEED=1989756489

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30442628 kB
Buffers:        332516 kB
Cached:        1779140 kB
SwapCached:       3064 kB
Active:         240844 kB
Inactive:      1931868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30442628 kB
SwapTotal:    67111528 kB
SwapFree:     67105204 kB
Dirty:           26020 kB
Writeback:           0 kB
AnonPages:       59088 kB
Mapped:          14620 kB
Slab:           269676 kB
PageTables:       4292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183876 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= 73056 MiB
End job on node147 at 2011-04-30 15:54:14