Trace number 3220215

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) 39971 5000.02

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S1298256564-085.UNKNOWN.cnf
MD5SUMcf48efaad74dd9e258ebbccf8ec047e7
Bench CategoryRANDOM (random 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 variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3220215-1304156508/watcher-3220215-1304156508 -o /tmp/evaluation-result-3220215-1304156508/solver-3220215-1304156508 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3220215-1304156508.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): 5000 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.49 7.92 7.96 1/170 10689
/proc/meminfo: memFree=30493060/32951124 swapFree=67111524/67111528
[pid=10689] ppid=10687 vsize=18324 CPUtime=0 cores=0-7
/proc/10689/stat : 10689 (ppfolio) S 10687 10689 10160 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 259842047 18763776 390 33554432000 4194304 4287625 140733994964640 18446744073709551615 268660682255 0 0 4096 65536 4396745518265401343 0 0 17 6 0 0 0
/proc/10689/statm: 4581 390 341 23 0 91 0

[startup+0.056068 s]
/proc/loadavg: 7.49 7.92 7.96 1/170 10689
/proc/meminfo: memFree=30493060/32951124 swapFree=67111524/67111528
[pid=10689] ppid=10687 vsize=18324 CPUtime=0 cores=0-7
/proc/10689/stat : 10689 (ppfolio) S 10687 10689 10160 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 259842047 18763776 390 33554432000 4194304 4287625 140733994964640 18446744073709551615 268660682255 0 0 4096 65536 4396745518265401343 0 0 17 7 0 0 0
/proc/10689/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.10106 s]
/proc/loadavg: 7.49 7.92 7.96 1/170 10689
/proc/meminfo: memFree=30493060/32951124 swapFree=67111524/67111528
[pid=10689] ppid=10687 vsize=18324 CPUtime=0 cores=0-7
/proc/10689/stat : 10689 (ppfolio) S 10687 10689 10160 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 259842047 18763776 390 33554432000 4194304 4287625 140733994964640 18446744073709551615 268660682255 0 0 4096 65536 4396745518265401343 0 0 17 7 0 0 0
/proc/10689/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301024 s]
/proc/loadavg: 7.49 7.92 7.96 1/170 10689
/proc/meminfo: memFree=30493060/32951124 swapFree=67111524/67111528
[pid=10689] ppid=10687 vsize=18324 CPUtime=0 cores=0-7
/proc/10689/stat : 10689 (ppfolio) S 10687 10689 10160 0 -1 4202496 522 0 0 0 0 0 0 0 23 0 1 0 259842047 18763776 390 33554432000 4194304 4287625 140733994964640 18446744073709551615 268660682255 0 0 4096 65536 4396745518265401343 0 0 17 7 0 0 0
/proc/10689/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700922 s]
/proc/loadavg: 7.49 7.92 7.96 1/170 10689
/proc/meminfo: memFree=30493060/32951124 swapFree=67111524/67111528
[pid=10689] ppid=10687 vsize=18324 CPUtime=0 cores=0-7
/proc/10689/stat : 10689 (ppfolio) S 10687 10689 10160 0 -1 4202496 522 0 0 0 0 0 0 0 19 0 1 0 259842047 18763776 390 33554432000 4194304 4287625 140733994964640 18446744073709551615 268660682255 0 0 4096 65536 4396745518265401343 0 0 17 7 0 0 0
/proc/10689/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50078 s]
/proc/loadavg: 7.49 7.92 7.96 10/180 10704
/proc/meminfo: memFree=30475944/32951124 swapFree=67111524/67111528
[pid=10689] ppid=10687 vsize=18324 CPUtime=0 cores=0-7
/proc/10689/stat : 10689 (ppfolio) S 10687 10689 10160 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 259842047 18763776 390 33554432000 4194304 4287625 140733994964640 18446744073709551615 268660682255 0 0 4096 65536 4396745518265401343 0 0 17 7 0 0 0
/proc/10689/statm: 4581 390 341 23 0 91 0
[pid=10690] ppid=10689 vsize=374836 CPUtime=1.49 cores=0
/proc/10690/stat : 10690 (cryptominisat) R 10689 10689 10160 0 -1 4202496 2895 0 0 0 149 0 0 0 20 0 1 0 259842047 383832064 1518 33554432000 4194304 4587354 140735313687392 18446744073709551615 268660358923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10690/statm: 93709 1523 337 96 0 90271 0
[pid=10691] ppid=10689 vsize=14448 CPUtime=1.49 cores=1
/proc/10691/stat : 10691 (clasp) R 10689 10689 10160 0 -1 4202496 1073 0 0 0 149 0 0 0 20 0 1 0 259842047 14794752 959 33554432000 4194304 4785740 140734355971712 18446744073709551615 4550319 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10691/statm: 3612 959 340 145 0 657 0
[pid=10692] ppid=10689 vsize=455964 CPUtime=1.49 cores=2
/proc/10692/stat : 10692 (TNM) R 10689 10689 10160 0 -1 4202496 365 0 0 0 149 0 0 0 25 0 1 0 259842047 466907136 261 33554432000 134512640 134534564 4292396608 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10692/statm: 113991 261 95 6 0 112657 0
[pid=10693] ppid=10689 vsize=8656 CPUtime=1.49 cores=3
/proc/10693/stat : 10693 (march_hi) R 10689 10689 10160 0 -1 4202496 741 0 0 0 149 0 0 0 19 0 1 0 259842047 8863744 633 33554432000 4194304 4331988 140735473236144 18446744073709551615 4226434 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10693/statm: 2164 633 172 34 0 606 0
[pid=10694] ppid=10689 vsize=123188 CPUtime=5.64 cores=4-7
/proc/10694/stat : 10694 (plingeling) S 10689 10689 10160 0 -1 4202496 3899 1251 0 0 564 0 0 0 25 0 5 0 259842047 126144512 3027 33554432000 4194304 4356188 140736498072960 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10694/statm: 30797 3027 164 40 0 29341 0
[pid=10694/tid=10701] ppid=10689 vsize=123188 CPUtime=1.48 cores=4-7
/proc/10694/task/10701/stat : 10701 (plingeling) R 10689 10689 10160 0 -1 4202560 1042 1251 0 0 148 0 0 0 19 0 5 0 259842048 126144512 3027 33554432000 4194304 4356188 140736498072960 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10694/tid=10702] ppid=10689 vsize=123188 CPUtime=1.48 cores=4-7
/proc/10694/task/10702/stat : 10702 (plingeling) R 10689 10689 10160 0 -1 4202560 797 1251 0 0 148 0 0 0 25 0 5 0 259842048 126144512 3027 33554432000 4194304 4356188 140736498072960 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10694/tid=10703] ppid=10689 vsize=123188 CPUtime=1.37 cores=4-7
/proc/10694/task/10703/stat : 10703 (plingeling) R 10689 10689 10160 0 -1 4202560 792 1251 0 0 137 0 0 0 25 0 5 0 259842048 126144512 3027 33554432000 4194304 4356188 140736498072960 18446744073709551615 4211045 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10694/tid=10704] ppid=10689 vsize=123188 CPUtime=1.29 cores=4-7
/proc/10694/task/10704/stat : 10704 (plingeling) R 10689 10689 10160 0 -1 4202560 736 1251 0 0 129 0 0 0 25 0 5 0 259842048 126144512 3027 33554432000 4194304 4356188 140736498072960 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.6
Current children cumulated vsize (KiB) 995416

[startup+3.1005 s]
/proc/loadavg: 7.61 7.93 7.97 9/180 10704
/proc/meminfo: memFree=30466520/32951124 swapFree=67111524/67111528
[pid=10689] ppid=10687 vsize=18324 CPUtime=0 cores=0-7
/proc/10689/stat : 10689 (ppfolio) S 10687 10689 10160 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 259842047 18763776 390 33554432000 4194304 4287625 140733994964640 18446744073709551615 268660682255 0 0 4096 65536 4396745518265401343 0 0 17 7 0 0 0
/proc/10689/statm: 4581 390 341 23 0 91 0
[pid=10690] ppid=10689 vsize=383200 CPUtime=3.09 cores=0
/proc/10690/stat : 10690 (cryptominisat) R 10689 10689 10160 0 -1 4202496 5915 0 0 0 309 0 0 0 25 0 1 0 259842047 392396800 3534 33554432000 4194304 4587354 140735313687392 18446744073709551615 4357632 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10690/statm: 95800 3534 337 96 0 92362 0
[pid=10691] ppid=10689 vsize=15396 CPUtime=3.09 cores=1
/proc/10691/stat : 10691 (clasp) R 10689 10689 10160 0 -1 4202496 1327 0 0 0 309 0 0 0 25 0 1 0 259842047 15765504 1213 33554432000 4194304 4785740 140734355971712 18446744073709551615 4287225 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10691/statm: 3849 1213 340 145 0 894 0
[pid=10692] ppid=10689 vsize=455964 CPUtime=3.09 cores=2
/proc/10692/stat : 10692 (TNM) R 10689 10689 10160 0 -1 4202496 365 0 0 0 309 0 0 0 25 0 1 0 259842047 466907136 261 33554432000 134512640 134534564 4292396608 18446744073709551615 134529887 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10692/statm: 113991 261 95 6 0 112657 0
[pid=10693] ppid=10689 vsize=9036 CPUtime=3.09 cores=3
/proc/10693/stat : 10693 (march_hi) R 10689 10689 10160 0 -1 4202496 810 0 0 0 309 0 0 0 25 0 1 0 259842047 9252864 702 33554432000 4194304 4331988 140735473236144 18446744073709551615 4237171 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10693/statm: 2259 702 173 34 0 701 0
[pid=10694] ppid=10689 vsize=122932 CPUtime=12.04 cores=4-7
/proc/10694/stat : 10694 (plingeling) S 10689 10689 10160 0 -1 4202496 4067 1251 0 0 1204 0 0 0 25 0 5 0 259842047 125882368 2971 33554432000 4194304 4356188 140736498072960 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10694/statm: 30733 2971 164 40 0 29277 0
[pid=10694/tid=10701] ppid=10689 vsize=122932 CPUtime=3.08 cores=4-7
/proc/10694/task/10701/stat : 10701 (plingeling) R 10689 10689 10160 0 -1 4202560 1106 1251 0 0 308 0 0 0 25 0 5 0 259842048 125882368 2971 33554432000 4194304 4356188 140736498072960 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10694/tid=10702] ppid=10689 vsize=122932 CPUtime=3.08 cores=4-7
/proc/10694/task/10702/stat : 10702 (plingeling) R 10689 10689 10160 0 -1 4202560 837 1251 0 0 308 0 0 0 25 0 5 0 259842048 125882368 2971 33554432000 4194304 4356188 140736498072960 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10694/tid=10703] ppid=10689 vsize=122932 CPUtime=2.97 cores=4-7
/proc/10694/task/10703/stat : 10703 (plingeling) R 10689 10689 10160 0 -1 4202560 824 1251 0 0 297 0 0 0 25 0 5 0 259842048 125882368 2971 33554432000 4194304 4356188 140736498072960 18446744073709551615 4331019 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10694/tid=10704] ppid=10689 vsize=122932 CPUtime=2.88 cores=4-7
/proc/10694/task/10704/stat : 10704 (plingeling) R 10689 10689 10160 0 -1 4202560 768 1251 0 0 288 0 0 0 25 0 5 0 259842048 125882368 2971 33554432000 4194304 4356188 140736498072960 18446744073709551615 4332136 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.4
Current children cumulated vsize (KiB) 1004852

[startup+6.30094 s]
/proc/loadavg: 7.61 7.93 7.97 9/180 10705
/proc/meminfo: memFree=30454624/32951124 swapFree=67111524/67111528
[pid=10689] ppid=10687 vsize=18324 CPUtime=0 cores=0-7
/proc/10689/stat : 10689 (ppfolio) S 10687 10689 10160 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 259842047 18763776 390 33554432000 4194304 4287625 140733994964640 18446744073709551615 268660682255 0 0 4096 65536 4396745518265401343 0 0 17 3 0 0 0
/proc/10689/statm: 4581 390 341 23 0 91 0
[pid=10690] ppid=10689 vsize=385028 CPUtime=6.28 cores=0
/proc/10690/stat : 10690 (cryptominisat) R 10689 10689 10160 0 -1 4202496 8397 0 0 0 628 0 0 0 25 0 1 0 259842047 394268672 4137 33554432000 4194304 4587354 140735313687392 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10690/statm: 96257 4137 337 96 0 92819 0
[pid=10691] ppid=10689 vsize=16736 CPUtime=6.29 cores=1
/proc/10691/stat : 10691 (clasp) R 10689 10689 10160 0 -1 4202496 1657 0 0 0 629 0 0 0 25 0 1 0 259842047 17137664 1543 33554432000 4194304 4785740 140734355971712 18446744073709551615 4286998 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10691/statm: 4184 1543 340 145 0 1229 0
[pid=10692] ppid=10689 vsize=455964 CPUtime=6.29 cores=2
/proc/10692/stat : 10692 (TNM) R 10689 10689 10160 0 -1 4202496 365 0 0 0 629 0 0 0 25 0 1 0 259842047 466907136 261 33554432000 134512640 134534564 4292396608 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10692/statm: 113991 261 95 6 0 112657 0
[pid=10693] ppid=10689 vsize=9376 CPUtime=6.29 cores=3
/proc/10693/stat : 10693 (march_hi) R 10689 10689 10160 0 -1 4202496 942 0 0 0 629 0 0 0 25 0 1 0 259842047 9601024 834 33554432000 4194304 4331988 140735473236144 18446744073709551615 4288317 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10693/statm: 2344 834 173 34 0 786 0
[pid=10694] ppid=10689 vsize=126412 CPUtime=24.83 cores=4-7
/proc/10694/stat : 10694 (plingeling) S 10689 10689 10160 0 -1 4202496 7000 1251 0 0 2482 1 0 0 25 0 5 0 259842047 129445888 3856 33554432000 4194304 4356188 140736498072960 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10694/statm: 31603 3856 164 40 0 30147 0
[pid=10694/tid=10701] ppid=10689 vsize=126412 CPUtime=6.28 cores=4-7
/proc/10694/task/10701/stat : 10701 (plingeling) R 10689 10689 10160 0 -1 4202560 1842 1251 0 0 628 0 0 0 25 0 5 0 259842048 129445888 3856 33554432000 4194304 4356188 140736498072960 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10694/tid=10702] ppid=10689 vsize=126412 CPUtime=6.28 cores=4-7
/proc/10694/task/10702/stat : 10702 (plingeling) R 10689 10689 10160 0 -1 4202560 1718 1251 0 0 628 0 0 0 25 0 5 0 259842048 129445888 3856 33554432000 4194304 4356188 140736498072960 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10694/tid=10703] ppid=10689 vsize=126412 CPUtime=6.17 cores=4-7
/proc/10694/task/10703/stat : 10703 (plingeling) R 10689 10689 10160 0 -1 4202560 1464 1251 0 0 617 0 0 0 25 0 5 0 259842048 129445888 3856 33554432000 4194304 4356188 140736498072960 18446744073709551615 4279701 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10694/tid=10704] ppid=10689 vsize=126412 CPUtime=6.06 cores=4-7
/proc/10694/task/10704/stat : 10704 (plingeling) R 10689 10689 10160 0 -1 4202560 1444 1251 0 0 606 0 0 0 25 0 5 0 259842048 129445888 3856 33554432000 4194304 4356188 140736498072960 18446744073709551615 4331326 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.98
Current children cumulated vsize (KiB) 1011840

[startup+12.7008 s]
/proc/loadavg: 7.67 7.93 7.97 9/180 10705
/proc/meminfo: memFree=30446088/32951124 swapFree=67111524/67111528
[pid=10689] ppid=10687 vsize=18324 CPUtime=0 cores=0-7
/proc/10689/stat : 10689 (ppfolio) S 10687 10689 10160 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 259842047 18763776 390 33554432000 4194304 4287625 140733994964640 18446744073709551615 268660682255 0 0 4096 65536 4396745518265401343 0 0 17 3 0 0 0
/proc/10689/statm: 4581 390 341 23 0 91 0
[pid=10690] ppid=10689 vsize=387772 CPUtime=12.69 cores=0
/proc/10690/stat : 10690 (cryptominisat) R 10689 10689 10160 0 -1 4202496 12468 0 0 0 1268 1 0 0 25 0 1 0 259842047 397078528 5096 33554432000 4194304 4587354 140735313687392 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10690/statm: 96943 5096 337 96 0 93505 0
[pid=10691] ppid=10689 vsize=18528 CPUtime=12.69 cores=1
/proc/10691/stat : 10691 (clasp) R 10689 10689 10160 0 -1 4202496 2063 0 0 0 1269 0 0 0 25 0 1 0 259842047 18972672 1949 33554432000 4194304 4785740 140734355971712 18446744073709551615 4278129 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10691/statm: 4632 1949 340 145 0 1677 0
[pid=10692] ppid=10689 vsize=455964 CPUtime=12.69 cores=2
/proc/10692/stat : 10692 (TNM) R 10689 10689 10160 0 -1 4202496 365 0 0 0 1269 0 0 0 25 0 1 0 259842047 466907136 261 33554432000 134512640 134534564 4292396608 18446744073709551615 134528600 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10692/statm: 113991 261 95 6 0 112657 0
[pid=10693] ppid=10689 vsize=10776 CPUtime=12.69 cores=3
/proc/10693/stat : 10693 (march_hi) R 10689 10689 10160 0 -1 4202496 1224 0 0 0 1269 0 0 0 25 0 1 0 259842047 11034624 1077 33554432000 4194304 4331988 140735473236144 18446744073709551615 4229596 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10693/statm: 2694 1077 173 34 0 1136 0
[pid=10694] ppid=10689 vsize=130404 CPUtime=50.38 cores=4-7
/proc/10694/stat : 10694 (plingeling) S 10689 10689 10160 0 -1 4202496 11838 1251 0 0 5037 1 0 0 25 0 5 0 259842047 133533696 4854 33554432000 4194304 4356188 140736498072960 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10694/statm: 32601 4854 164 40 0 31145 0
[pid=10694/tid=10701] ppid=10689 vsize=130404 CPUtime=12.68 cores=4-7
/proc/10694/task/10701/stat : 10701 (plingeling) R 10689 10689 10160 0 -1 4202560 3028 1251 0 0 1268 0 0 0 25 0 5 0 259842048 133533696 4854 33554432000 4194304 4356188 140736498072960 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10694/tid=10702] ppid=10689 vsize=130404 CPUtime=12.68 cores=4-7
/proc/10694/task/10702/stat : 10702 (plingeling) R 10689 10689 10160 0 -1 4202560 2839 1251 0 0 1268 0 0 0 25 0 5 0 259842048 133533696 4854 33554432000 4194304 4356188 140736498072960 18446744073709551615 4234040 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10694/tid=10703] ppid=10689 vsize=130404 CPUtime=12.57 cores=4-7
/proc/10694/task/10703/stat : 10703 (plingeling) R 10689 10689 10160 0 -1 4202560 2650 1251 0 0 1257 0 0 0 25 0 5 0 259842048 133533696 4854 33554432000 4194304 4356188 140736498072960 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10694/tid=10704] ppid=10689 vsize=130404 CPUtime=12.42 cores=4-7
/proc/10694/task/10704/stat : 10704 (plingeling) R 10689 10689 10160 0 -1 4202560 2789 1251 0 0 1242 0 0 0 25 0 5 0 259842048 133533696 4854 33554432000 4194304 4356188 140736498072960 18446744073709551615 4210549 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.14
Current children cumulated vsize (KiB) 1021768

[startup+25.5006 s]
/proc/loadavg: 7.72 7.94 7.97 9/180 10705
/proc/meminfo: memFree=30432200/32951124 swapFree=67111524/67111528
[pid=10689] ppid=10687 vsize=18324 CPUtime=0 cores=0-7
/proc/10689/stat : 10689 (ppfolio) S 10687 10689 10160 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 259842047 18763776 390 33554432000 4194304 4287625 140733994964640 18446744073709551615 268660682255 0 0 4096 65536 4396745518265401343 0 0 17 3 0 0 0
/proc/10689/statm: 4581 390 341 23 0 91 0
[pid=10690] ppid=10689 vsize=397924 CPUtime=25.49 cores=0
/proc/10690/stat : 10690 (cryptominisat) R 10689 10689 10160 0 -1 4202496 19430 0 0 0 2547 2 0 0 25 0 1 0 259842047 407474176 5973 33554432000 4194304 4587354 140735313687392 18446744073709551615 4238606 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=10692] ppid=10689 vsize=455968 CPUtime=4782.37 cores=2
/proc/10692/stat : 10692 (TNM) R 10689 10689 10160 0 -1 4202496 374 0 0 0 478234 3 0 0 25 0 1 0 259842047 466911232 270 33554432000 134512640 134534564 4292396608 18446744073709551615 5065952 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10692/statm: 113992 270 103 6 0 112658 0
[pid=10693] ppid=10689 vsize=831920 CPUtime=4782.39 cores=3
/proc/10693/stat : 10693 (march_hi) R 10689 10689 10160 0 -1 4202496 152988 0 0 0 478124 115 0 0 25 0 1 0 259842047 851886080 152841 33554432000 4194304 4331988 140735473236144 18446744073709551615 4291588 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10693/statm: 207980 152841 173 34 0 206422 0
[pid=10694] ppid=10689 vsize=296484 CPUtime=19101 cores=4-7
/proc/10694/stat : 10694 (plingeling) S 10689 10689 10160 0 -1 4202496 875599 1251 0 0 1909970 130 0 0 25 0 5 0 259842047 303599616 46377 33554432000 4194304 4356188 140736498072960 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10694/statm: 74121 46377 164 40 0 72665 0
[pid=10694/tid=10701] ppid=10689 vsize=296484 CPUtime=4782.39 cores=4-7
/proc/10694/task/10701/stat : 10701 (plingeling) R 10689 10689 10160 0 -1 4202560 233560 1251 0 0 478207 32 0 0 25 0 5 0 259842048 303599616 46377 33554432000 4194304 4356188 140736498072960 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10694/tid=10702] ppid=10689 vsize=296484 CPUtime=4782.39 cores=4-7
/proc/10694/task/10702/stat : 10702 (plingeling) R 10689 10689 10160 0 -1 4202560 210716 1251 0 0 478208 31 0 0 25 0 5 0 259842048 303599616 46377 33554432000 4194304 4356188 140736498072960 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10694/tid=10703] ppid=10689 vsize=296484 CPUtime=4781.81 cores=4-7
/proc/10694/task/10703/stat : 10703 (plingeling) R 10689 10689 10160 0 -1 4202560 210046 1251 0 0 478149 32 0 0 25 0 5 0 259842048 303599616 46377 33554432000 4194304 4356188 140736498072960 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10694/tid=10704] ppid=10689 vsize=296484 CPUtime=4754.37 cores=4-7
/proc/10694/task/10704/stat : 10704 (plingeling) R 10689 10689 10160 0 -1 4202560 220745 1251 0 0 475404 33 0 0 25 0 5 0 259842048 303599616 46377 33554432000 4194304 4356188 140736498072960 18446744073709551615 4279989 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38230.5
Current children cumulated vsize (KiB) 11112980

[startup+4842.3 s]
/proc/loadavg: 8.07 8.10 8.04 9/180 10857
/proc/meminfo: memFree=29521136/32951124 swapFree=67111524/67111528
[pid=10689] ppid=10687 vsize=18324 CPUtime=0 cores=0-7
/proc/10689/stat : 10689 (ppfolio) S 10687 10689 10160 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 259842047 18763776 390 33554432000 4194304 4287625 140733994964640 18446744073709551615 268660682255 0 0 4096 65536 4396745518265401343 0 0 17 3 0 0 0
/proc/10689/statm: 4581 390 341 23 0 91 0
[pid=10690] ppid=10689 vsize=9440804 CPUtime=4842.38 cores=0
/proc/10690/stat : 10690 (cryptominisat) R 10689 10689 10160 0 -1 4202496 433620 0 0 0 484043 195 0 0 25 0 1 0 259842047 9667383296 35838 33554432000 4194304 4587354 140735313687392 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10690/statm: 2360201 35838 337 96 0 2356763 0
[pid=10691] ppid=10689 vsize=69648 CPUtime=4842.38 cores=1
/proc/10691/stat : 10691 (clasp) R 10689 10689 10160 0 -1 4202496 13795 0 0 0 484235 3 0 0 25 0 1 0 259842047 71319552 13681 33554432000 4194304 4785740 140734355971712 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10691/statm: 17412 13681 341 145 0 14457 0
[pid=10692] ppid=10689 vsize=455968 CPUtime=4842.37 cores=2
/proc/10692/stat : 10692 (TNM) R 10689 10689 10160 0 -1 4202496 374 0 0 0 484234 3 0 0 25 0 1 0 259842047 466911232 270 33554432000 134512640 134534564 4292396608 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10692/statm: 113992 270 103 6 0 112658 0
[pid=10693] ppid=10689 vsize=831920 CPUtime=4842.4 cores=3
/proc/10693/stat : 10693 (march_hi) R 10689 10689 10160 0 -1 4202496 154871 0 0 0 484123 117 0 0 25 0 1 0 259842047 851886080 154724 33554432000 4194304 4331988 140735473236144 18446744073709551615 4263143 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10693/statm: 207980 154724 173 34 0 206422 0
[pid=10694] ppid=10689 vsize=267556 CPUtime=19340.7 cores=4-7
/proc/10694/stat : 10694 (plingeling) S 10689 10689 10160 0 -1 4202496 883407 1251 0 0 1933936 131 0 0 25 0 5 0 259842047 273977344 39145 33554432000 4194304 4356188 140736498072960 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10694/statm: 66889 39145 164 40 0 65433 0
[pid=10694/tid=10701] ppid=10689 vsize=267556 CPUtime=4842.39 cores=4-7
/proc/10694/task/10701/stat : 10701 (plingeling) R 10689 10689 10160 0 -1 4202560 235864 1251 0 0 484207 32 0 0 25 0 5 0 259842048 273977344 39145 33554432000 4194304 4356188 140736498072960 18446744073709551615 4331072 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10694/tid=10702] ppid=10689 vsize=267556 CPUtime=4842.39 cores=4-7
/proc/10694/task/10702/stat : 10702 (plingeling) R 10689 10689 10160 0 -1 4202560 211100 1251 0 0 484208 31 0 0 25 0 5 0 259842048 273977344 39145 33554432000 4194304 4356188 140736498072960 18446744073709551615 4331193 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10694/tid=10703] ppid=10689 vsize=267556 CPUtime=4841.81 cores=4-7
/proc/10694/task/10703/stat : 10703 (plingeling) R 10689 10689 10160 0 -1 4202560 214910 1251 0 0 484148 33 0 0 25 0 5 0 259842048 273977344 39145 33554432000 4194304 4356188 140736498072960 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10694/tid=10704] ppid=10689 vsize=267556 CPUtime=4814.04 cores=4-7
/proc/10694/task/10704/stat : 10704 (plingeling) R 10689 10689 10160 0 -1 4202560 221001 1251 0 0 481371 33 0 0 25 0 5 0 259842048 273977344 39145 33554432000 4194304 4356188 140736498072960 18446744073709551615 4331193 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38710.2
Current children cumulated vsize (KiB) 11084220

[startup+4902.3 s]
/proc/loadavg: 8.07 8.09 8.04 9/180 10859
/proc/meminfo: memFree=29518480/32951124 swapFree=67111524/67111528
[pid=10689] ppid=10687 vsize=18324 CPUtime=0 cores=0-7
/proc/10689/stat : 10689 (ppfolio) S 10687 10689 10160 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 259842047 18763776 390 33554432000 4194304 4287625 140733994964640 18446744073709551615 268660682255 0 0 4096 65536 4396745518265401343 0 0 17 3 0 0 0
/proc/10689/statm: 4581 390 341 23 0 91 0
[pid=10690] ppid=10689 vsize=9440804 CPUtime=4902.39 cores=0
/proc/10690/stat : 10690 (cryptominisat) R 10689 10689 10160 0 -1 4202496 435240 0 0 0 490042 197 0 0 25 0 1 0 259842047 9667383296 37415 33554432000 4194304 4587354 140735313687392 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10690/statm: 2360201 37415 337 96 0 2356763 0
[pid=10691] ppid=10689 vsize=69988 CPUtime=4902.38 cores=1
/proc/10691/stat : 10691 (clasp) R 10689 10689 10160 0 -1 4202496 13867 0 0 0 490235 3 0 0 25 0 1 0 259842047 71667712 13753 33554432000 4194304 4785740 140734355971712 18446744073709551615 4550456 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10691/statm: 17497 13753 341 145 0 14542 0
[pid=10692] ppid=10689 vsize=455968 CPUtime=4902.37 cores=2
/proc/10692/stat : 10692 (TNM) R 10689 10689 10160 0 -1 4202496 374 0 0 0 490234 3 0 0 25 0 1 0 259842047 466911232 270 33554432000 134512640 134534564 4292396608 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10692/statm: 113992 270 103 6 0 112658 0
[pid=10693] ppid=10689 vsize=831920 CPUtime=4902.39 cores=3
/proc/10693/stat : 10693 (march_hi) R 10689 10689 10160 0 -1 4202496 156684 0 0 0 490121 118 0 0 25 0 1 0 259842047 851886080 156537 33554432000 4194304 4331988 140735473236144 18446744073709551615 4229294 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10693/statm: 207980 156537 173 34 0 206422 0
[pid=10694] ppid=10689 vsize=254756 CPUtime=19580.3 cores=4-7
/proc/10694/stat : 10694 (plingeling) S 10689 10689 10160 0 -1 4202496 891663 1251 0 0 1957902 132 0 0 25 0 5 0 259842047 260870144 35945 33554432000 4194304 4356188 140736498072960 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10694/statm: 63689 35945 164 40 0 62233 0
[pid=10694/tid=10701] ppid=10689 vsize=254756 CPUtime=4902.39 cores=4-7
/proc/10694/task/10701/stat : 10701 (plingeling) R 10689 10689 10160 0 -1 4202560 238040 1251 0 0 490207 32 0 0 25 0 5 0 259842048 260870144 35945 33554432000 4194304 4356188 140736498072960 18446744073709551615 4331035 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10694/tid=10702] ppid=10689 vsize=254756 CPUtime=4902.39 cores=4-7
/proc/10694/task/10702/stat : 10702 (plingeling) R 10689 10689 10160 0 -1 4202560 213308 1251 0 0 490208 31 0 0 25 0 5 0 259842048 260870144 35945 33554432000 4194304 4356188 140736498072960 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10694/tid=10703] ppid=10689 vsize=254756 CPUtime=4901.8 cores=4-7
/proc/10694/task/10703/stat : 10703 (plingeling) R 10689 10689 10160 0 -1 4202560 216574 1251 0 0 490147 33 0 0 25 0 5 0 259842048 260870144 35945 33554432000 4194304 4356188 140736498072960 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10694/tid=10704] ppid=10689 vsize=254756 CPUtime=4873.71 cores=4-7
/proc/10694/task/10704/stat : 10704 (plingeling) R 10689 10689 10160 0 -1 4202560 223209 1251 0 0 487338 33 0 0 25 0 5 0 259842048 260870144 35945 33554432000 4194304 4356188 140736498072960 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39189.9
Current children cumulated vsize (KiB) 11071760

[startup+4962.3 s]
/proc/loadavg: 8.11 8.10 8.04 9/180 10861
/proc/meminfo: memFree=29520160/32951124 swapFree=67111524/67111528
[pid=10689] ppid=10687 vsize=18324 CPUtime=0 cores=0-7
/proc/10689/stat : 10689 (ppfolio) S 10687 10689 10160 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 259842047 18763776 390 33554432000 4194304 4287625 140733994964640 18446744073709551615 268660682255 0 0 4096 65536 4396745518265401343 0 0 17 3 0 0 0
/proc/10689/statm: 4581 390 341 23 0 91 0
[pid=10690] ppid=10689 vsize=509296 CPUtime=4962.39 cores=0
/proc/10690/stat : 10690 (cryptominisat) R 10689 10689 10160 0 -1 4202496 436882 0 0 0 496041 198 0 0 25 0 1 0 259842047 521519104 36663 33554432000 4194304 4587354 140735313687392 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10690/statm: 127324 36663 337 96 0 123886 0
[pid=10691] ppid=10689 vsize=69988 CPUtime=4962.39 cores=1
/proc/10691/stat : 10691 (clasp) R 10689 10689 10160 0 -1 4202496 13867 0 0 0 496236 3 0 0 25 0 1 0 259842047 71667712 13753 33554432000 4194304 4785740 140734355971712 18446744073709551615 4553375 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10691/statm: 17497 13753 341 145 0 14542 0
[pid=10692] ppid=10689 vsize=455968 CPUtime=4962.37 cores=2
/proc/10692/stat : 10692 (TNM) R 10689 10689 10160 0 -1 4202496 374 0 0 0 496234 3 0 0 25 0 1 0 259842047 466911232 270 33554432000 134512640 134534564 4292396608 18446744073709551615 134530332 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10692/statm: 113992 270 103 6 0 112658 0
[pid=10693] ppid=10689 vsize=831920 CPUtime=4962.39 cores=3
/proc/10693/stat : 10693 (march_hi) R 10689 10689 10160 0 -1 4202496 158519 0 0 0 496119 120 0 0 25 0 1 0 259842047 851886080 158372 33554432000 4194304 4331988 140735473236144 18446744073709551615 4284364 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10693/statm: 207980 158372 173 34 0 206422 0
[pid=10694] ppid=10689 vsize=251172 CPUtime=19820 cores=4-7
/proc/10694/stat : 10694 (plingeling) S 10689 10689 10160 0 -1 4202496 893103 1251 0 0 1981869 132 0 0 25 0 5 0 259842047 257200128 35049 33554432000 4194304 4356188 140736498072960 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10694/statm: 62793 35049 164 40 0 61337 0
[pid=10694/tid=10701] ppid=10689 vsize=251172 CPUtime=4962.39 cores=4-7
/proc/10694/task/10701/stat : 10701 (plingeling) R 10689 10689 10160 0 -1 4202560 238296 1251 0 0 496207 32 0 0 25 0 5 0 259842048 257200128 35049 33554432000 4194304 4356188 140736498072960 18446744073709551615 4331023 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10694/tid=10702] ppid=10689 vsize=251172 CPUtime=4962.39 cores=4-7
/proc/10694/task/10702/stat : 10702 (plingeling) R 10689 10689 10160 0 -1 4202560 213564 1251 0 0 496208 31 0 0 25 0 5 0 259842048 257200128 35049 33554432000 4194304 4356188 140736498072960 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10694/tid=10703] ppid=10689 vsize=251172 CPUtime=4961.8 cores=4-7
/proc/10694/task/10703/stat : 10703 (plingeling) R 10689 10689 10160 0 -1 4202560 217246 1251 0 0 496147 33 0 0 25 0 5 0 259842048 257200128 35049 33554432000 4194304 4356188 140736498072960 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10694/tid=10704] ppid=10689 vsize=251172 CPUtime=4933.39 cores=4-7
/proc/10694/task/10704/stat : 10704 (plingeling) R 10689 10689 10160 0 -1 4202560 223465 1251 0 0 493305 34 0 0 25 0 5 0 259842048 257200128 35049 33554432000 4194304 4356188 140736498072960 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39669.5
Current children cumulated vsize (KiB) 2136668



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.06 8.09 8.04 9/180 10862
/proc/meminfo: memFree=29486016/32951124 swapFree=67111524/67111528
[pid=10689] ppid=10687 vsize=18324 CPUtime=0 cores=0-7
/proc/10689/stat : 10689 (ppfolio) S 10687 10689 10160 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 259842047 18763776 390 33554432000 4194304 4287625 140733994964640 18446744073709551615 268660682255 0 0 4096 65536 4396745518265401343 0 0 17 3 0 0 0
/proc/10689/statm: 4581 390 341 23 0 91 0
[pid=10690] ppid=10689 vsize=509296 CPUtime=5000.09 cores=0
/proc/10690/stat : 10690 (cryptominisat) R 10689 10689 10160 0 -1 4202496 438840 0 0 0 499810 199 0 0 25 0 1 0 259842047 521519104 38572 33554432000 4194304 4587354 140735313687392 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10690/statm: 127324 38572 337 96 0 123886 0
[pid=10691] ppid=10689 vsize=69988 CPUtime=5000.09 cores=1
/proc/10691/stat : 10691 (clasp) R 10689 10689 10160 0 -1 4202496 13868 0 0 0 500006 3 0 0 25 0 1 0 259842047 71667712 13754 33554432000 4194304 4785740 140734355971712 18446744073709551615 4553097 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10691/statm: 17497 13754 341 145 0 14542 0
[pid=10692] ppid=10689 vsize=455968 CPUtime=5000.08 cores=2
/proc/10692/stat : 10692 (TNM) R 10689 10689 10160 0 -1 4202496 374 0 0 0 500005 3 0 0 25 0 1 0 259842047 466911232 270 33554432000 134512640 134534564 4292396608 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10692/statm: 113992 270 103 6 0 112658 0
[pid=10693] ppid=10689 vsize=831920 CPUtime=5000.1 cores=3
/proc/10693/stat : 10693 (march_hi) R 10689 10689 10160 0 -1 4202496 159662 0 0 0 499889 121 0 0 25 0 1 0 259842047 851886080 159515 33554432000 4194304 4331988 140735473236144 18446744073709551615 4237147 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10693/statm: 207980 159515 173 34 0 206422 0
[pid=10694] ppid=10689 vsize=272804 CPUtime=19970.6 cores=4-7
/proc/10694/stat : 10694 (plingeling) S 10689 10689 10160 0 -1 4202496 902607 1251 0 0 1996929 134 0 0 25 0 5 0 259842047 279351296 40457 33554432000 4194304 4356188 140736498072960 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/10694/statm: 68201 40457 164 40 0 66745 0
[pid=10694/tid=10701] ppid=10689 vsize=272804 CPUtime=5000.1 cores=4-7
/proc/10694/task/10701/stat : 10701 (plingeling) R 10689 10689 10160 0 -1 4202560 239704 1251 0 0 499978 32 0 0 25 0 5 0 259842048 279351296 40457 33554432000 4194304 4356188 140736498072960 18446744073709551615 4331168 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10694/tid=10702] ppid=10689 vsize=272804 CPUtime=5000.1 cores=4-7
/proc/10694/task/10702/stat : 10702 (plingeling) R 10689 10689 10160 0 -1 4202560 215004 1251 0 0 499978 32 0 0 25 0 5 0 259842048 279351296 40457 33554432000 4194304 4356188 140736498072960 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=10694/tid=10703] ppid=10689 vsize=272804 CPUtime=4999.51 cores=4-7
/proc/10694/task/10703/stat : 10703 (plingeling) R 10689 10689 10160 0 -1 4202560 218398 1251 0 0 499917 34 0 0 25 0 5 0 259842048 279351296 40457 33554432000 4194304 4356188 140736498072960 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10694/tid=10704] ppid=10689 vsize=272804 CPUtime=4970.88 cores=4-7
/proc/10694/task/10704/stat : 10704 (plingeling) R 10689 10689 10160 0 -1 4202560 228969 1251 0 0 497054 34 0 0 25 0 5 0 259842048 279351296 40457 33554432000 4194304 4356188 140736498072960 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39971
Current children cumulated vsize (KiB) 2158300

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 10689 and gives
#  childrusage.ru_utime.tv_sec=14998
#  childrusage.ru_utime.tv_usec=233921
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=85682
# CPU time returned by wait4() is 15000.3
# while last known CPU time is 39971
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.02
CPU time (s): 39971
CPU user time (s): 39966.4
CPU system time (s): 4.6
CPU usage (%): 799.417
Max. virtual memory (cumulated for all children) (KiB): 20133756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14998.2
system time used= 2.08568
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 453620
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= 711
involuntary context switches= 29627

runsolver used 8.37573 second user time and 18.9061 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-30 11:41:48
IDJOB=3220215
IDBENCH=82719
IDSOLVER=1638
FILE ID=node107/3220215-1304156508
RUNJOBID= node107-1304145202-10174
PBS_JOBID= 13170869
Free space on /tmp= 72628 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S1298256564-085.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3220215-1304156508/watcher-3220215-1304156508 -o /tmp/evaluation-result-3220215-1304156508/solver-3220215-1304156508 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3220215-1304156508.cnf

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

MD5SUM BENCH= cf48efaad74dd9e258ebbccf8ec047e7
RANDOM SEED=602580319

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.829
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	: 5359.47
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.829
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.829
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:      30493464 kB
Buffers:        386808 kB
Cached:        1655988 kB
SwapCached:          4 kB
Active:         145868 kB
Inactive:      1959416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30493464 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10316 kB
Writeback:           0 kB
AnonPages:       62456 kB
Mapped:          14776 kB
Slab:           286588 kB
PageTables:       4080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   182756 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= 72616 MiB
End job on node107 at 2011-04-30 13:05:10