Trace number 3222489

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

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S118521533-021.UNKNOWN.cnf
MD5SUM26e1db2f130e6076b57fb074a1167d5e
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 variables125
Number of clauses2662
Sum of the clauses size13310
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52662
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-3222489-1304165831/watcher-3222489-1304165831 -o /tmp/evaluation-result-3222489-1304165831/solver-3222489-1304165831 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3222489-1304165831.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: 6.78 7.70 7.89 1/170 14490
/proc/meminfo: memFree=20827728/32950904 swapFree=67082284/67111528
[pid=14490] ppid=14488 vsize=18324 CPUtime=0 cores=0-7
/proc/14490/stat : 14490 (ppfolio) S 14488 14490 14381 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 528182852 18763776 390 33554432000 4194304 4287625 140736630122496 18446744073709551615 237278899727 0 0 4096 65536 4605054868095238143 0 0 17 4 0 0 0
/proc/14490/statm: 4581 390 341 23 0 91 0

[startup+0.0322711 s]
/proc/loadavg: 6.78 7.70 7.89 1/170 14490
/proc/meminfo: memFree=20827728/32950904 swapFree=67082284/67111528
[pid=14490] ppid=14488 vsize=18324 CPUtime=0 cores=0-7
/proc/14490/stat : 14490 (ppfolio) R 14488 14490 14381 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 528182852 18763776 390 33554432000 4194304 4287625 140736630122496 18446744073709551615 237278899727 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/14490/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100259 s]
/proc/loadavg: 6.78 7.70 7.89 1/170 14490
/proc/meminfo: memFree=20827728/32950904 swapFree=67082284/67111528
[pid=14490] ppid=14488 vsize=18324 CPUtime=0 cores=0-7
/proc/14490/stat : 14490 (ppfolio) R 14488 14490 14381 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 528182852 18763776 390 33554432000 4194304 4287625 140736630122496 18446744073709551615 237278899727 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/14490/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300224 s]
/proc/loadavg: 6.78 7.70 7.89 1/170 14490
/proc/meminfo: memFree=20827728/32950904 swapFree=67082284/67111528
[pid=14490] ppid=14488 vsize=18324 CPUtime=0 cores=0-7
/proc/14490/stat : 14490 (ppfolio) R 14488 14490 14381 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 528182852 18763776 390 33554432000 4194304 4287625 140736630122496 18446744073709551615 237278899727 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/14490/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700152 s]
/proc/loadavg: 6.78 7.70 7.89 1/170 14490
/proc/meminfo: memFree=20827728/32950904 swapFree=67082284/67111528
[pid=14490] ppid=14488 vsize=18324 CPUtime=0 cores=0-7
/proc/14490/stat : 14490 (ppfolio) R 14488 14490 14381 0 -1 4202496 523 0 0 0 0 0 0 0 22 0 1 0 528182852 18763776 390 33554432000 4194304 4287625 140736630122496 18446744073709551615 237278899727 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/14490/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50101 s]
/proc/loadavg: 6.78 7.70 7.89 9/180 14505
/proc/meminfo: memFree=20811576/32950904 swapFree=67082284/67111528
[pid=14490] ppid=14488 vsize=18324 CPUtime=0 cores=0-7
/proc/14490/stat : 14490 (ppfolio) S 14488 14490 14381 0 -1 4202496 523 0 0 0 0 0 0 0 16 0 1 0 528182852 18763776 390 33554432000 4194304 4287625 140736630122496 18446744073709551615 237278899727 0 0 4096 65536 4605054868095238143 0 0 17 4 0 0 0
/proc/14490/statm: 4581 390 341 23 0 91 0
[pid=14491] ppid=14490 vsize=1385052 CPUtime=1.49 cores=0
/proc/14491/stat : 14491 (cryptominisat) R 14490 14490 14381 0 -1 4202496 3953 0 0 0 149 0 0 0 20 0 1 0 528182852 1418293248 2629 33554432000 4194304 4587354 140735106521824 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14491/statm: 346263 2629 337 96 0 342825 0
[pid=14492] ppid=14490 vsize=14056 CPUtime=1.49 cores=1
/proc/14492/stat : 14492 (clasp) R 14490 14490 14381 0 -1 4202496 965 0 0 0 149 0 0 0 20 0 1 0 528182852 14393344 857 33554432000 4194304 4785740 140736969918704 18446744073709551615 4287579 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14492/statm: 3514 857 340 145 0 559 0
[pid=14493] ppid=14490 vsize=455992 CPUtime=1.49 cores=2
/proc/14493/stat : 14493 (TNM) R 14490 14490 14381 0 -1 4202496 363 0 0 0 149 0 0 0 25 0 1 0 528182852 466935808 260 33554432000 134512640 134534564 4286854112 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/14493/statm: 113998 260 95 6 0 112664 0
[pid=14494] ppid=14490 vsize=7736 CPUtime=1.49 cores=3
/proc/14494/stat : 14494 (march_hi) R 14490 14490 14381 0 -1 4202496 570 0 0 0 149 0 0 0 20 0 1 0 528182852 7921664 461 33554432000 4194304 4331988 140733439223168 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14494/statm: 1934 461 175 34 0 376 0
[pid=14495] ppid=14490 vsize=122152 CPUtime=5.94 cores=4-7
/proc/14495/stat : 14495 (plingeling) S 14490 14490 14381 0 -1 4202496 3629 1250 0 0 594 0 0 0 19 0 5 0 528182852 125083648 2614 33554432000 4194304 4356188 140735664123968 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/14495/statm: 30538 2614 162 40 0 29082 0
[pid=14495/tid=14502] ppid=14490 vsize=122152 CPUtime=1.48 cores=4-7
/proc/14495/task/14502/stat : 14502 (plingeling) R 14490 14490 14381 0 -1 4202560 767 1250 0 0 148 0 0 0 23 0 5 0 528182853 125083648 2614 33554432000 4194304 4356188 140735664123968 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14495/tid=14503] ppid=14490 vsize=122152 CPUtime=1.48 cores=4-7
/proc/14495/task/14503/stat : 14503 (plingeling) R 14490 14490 14381 0 -1 4202560 772 1250 0 0 148 0 0 0 23 0 5 0 528182853 125083648 2614 33554432000 4194304 4356188 140735664123968 18446744073709551615 4233943 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14495/tid=14504] ppid=14490 vsize=122152 CPUtime=1.48 cores=4-7
/proc/14495/task/14504/stat : 14504 (plingeling) R 14490 14490 14381 0 -1 4202560 766 1250 0 0 148 0 0 0 23 0 5 0 528182853 125083648 2614 33554432000 4194304 4356188 140735664123968 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14495/tid=14505] ppid=14490 vsize=122152 CPUtime=1.48 cores=4-7
/proc/14495/task/14505/stat : 14505 (plingeling) R 14490 14490 14381 0 -1 4202560 767 1250 0 0 148 0 0 0 25 0 5 0 528182853 125083648 2614 33554432000 4194304 4356188 140735664123968 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.9
Current children cumulated vsize (KiB) 2003312

[startup+3.10073 s]
/proc/loadavg: 6.78 7.70 7.89 9/180 14505
/proc/meminfo: memFree=20799424/32950904 swapFree=67082284/67111528
[pid=14490] ppid=14488 vsize=18324 CPUtime=0 cores=0-7
/proc/14490/stat : 14490 (ppfolio) S 14488 14490 14381 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 528182852 18763776 390 33554432000 4194304 4287625 140736630122496 18446744073709551615 237278899727 0 0 4096 65536 4605054868095238143 0 0 17 4 0 0 0
/proc/14490/statm: 4581 390 341 23 0 91 0
[pid=14491] ppid=14490 vsize=1387108 CPUtime=3.09 cores=0
/proc/14491/stat : 14491 (cryptominisat) R 14490 14490 14381 0 -1 4202496 5680 0 0 0 309 0 0 0 25 0 1 0 528182852 1420398592 3392 33554432000 4194304 4587354 140735106521824 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14491/statm: 346777 3392 337 96 0 343339 0
[pid=14492] ppid=14490 vsize=14600 CPUtime=3.09 cores=1
/proc/14492/stat : 14492 (clasp) R 14490 14490 14381 0 -1 4202496 1115 0 0 0 309 0 0 0 25 0 1 0 528182852 14950400 1007 33554432000 4194304 4785740 140736969918704 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14492/statm: 3650 1007 340 145 0 695 0
[pid=14493] ppid=14490 vsize=455992 CPUtime=3.09 cores=2
/proc/14493/stat : 14493 (TNM) R 14490 14490 14381 0 -1 4202496 363 0 0 0 309 0 0 0 25 0 1 0 528182852 466935808 260 33554432000 134512640 134534564 4286854112 18446744073709551615 134529855 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/14493/statm: 113998 260 95 6 0 112664 0
[pid=14494] ppid=14490 vsize=8304 CPUtime=3.09 cores=3
/proc/14494/stat : 14494 (march_hi) R 14490 14490 14381 0 -1 4202496 665 0 0 0 309 0 0 0 25 0 1 0 528182852 8503296 556 33554432000 4194304 4331988 140733439223168 18446744073709551615 4265359 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14494/statm: 2076 556 175 34 0 518 0
[pid=14495] ppid=14490 vsize=128056 CPUtime=12.34 cores=4-7
/proc/14495/stat : 14495 (plingeling) S 14490 14490 14381 0 -1 4202496 5585 1250 0 0 1233 1 0 0 19 0 5 0 528182852 131129344 4090 33554432000 4194304 4356188 140735664123968 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/14495/statm: 32014 4090 162 40 0 30558 0
[pid=14495/tid=14502] ppid=14490 vsize=128056 CPUtime=3.08 cores=4-7
/proc/14495/task/14502/stat : 14502 (plingeling) R 14490 14490 14381 0 -1 4202560 1248 1250 0 0 308 0 0 0 25 0 5 0 528182853 131129344 4090 33554432000 4194304 4356188 140735664123968 18446744073709551615 4331203 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14495/tid=14503] ppid=14490 vsize=128056 CPUtime=3.08 cores=4-7
/proc/14495/task/14503/stat : 14503 (plingeling) R 14490 14490 14381 0 -1 4202560 1285 1250 0 0 308 0 0 0 25 0 5 0 528182853 131129344 4090 33554432000 4194304 4356188 140735664123968 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14495/tid=14504] ppid=14490 vsize=128056 CPUtime=3.08 cores=4-7
/proc/14495/task/14504/stat : 14504 (plingeling) R 14490 14490 14381 0 -1 4202560 1247 1250 0 0 308 0 0 0 25 0 5 0 528182853 131129344 4090 33554432000 4194304 4356188 140735664123968 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14495/tid=14505] ppid=14490 vsize=128056 CPUtime=3.07 cores=4-7
/proc/14495/task/14505/stat : 14505 (plingeling) R 14490 14490 14381 0 -1 4202560 1248 1250 0 0 307 0 0 0 25 0 5 0 528182853 131129344 4090 33554432000 4194304 4356188 140735664123968 18446744073709551615 4332007 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.7
Current children cumulated vsize (KiB) 2012384

[startup+6.30116 s]
/proc/loadavg: 6.88 7.71 7.89 9/180 14505
/proc/meminfo: memFree=20792852/32950904 swapFree=67082284/67111528
[pid=14490] ppid=14488 vsize=18324 CPUtime=0 cores=0-7
/proc/14490/stat : 14490 (ppfolio) S 14488 14490 14381 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 528182852 18763776 390 33554432000 4194304 4287625 140736630122496 18446744073709551615 237278899727 0 0 4096 65536 4605054868095238143 0 0 17 4 0 0 0
/proc/14490/statm: 4581 390 341 23 0 91 0
[pid=14491] ppid=14490 vsize=1387436 CPUtime=6.29 cores=0
/proc/14491/stat : 14491 (cryptominisat) R 14490 14490 14381 0 -1 4202496 8054 0 0 0 628 1 0 0 25 0 1 0 528182852 1420734464 3368 33554432000 4194304 4587354 140735106521824 18446744073709551615 4238639 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14491/statm: 346859 3368 337 96 0 343421 0
[pid=14492] ppid=14490 vsize=15584 CPUtime=6.29 cores=1
/proc/14492/stat : 14492 (clasp) R 14490 14490 14381 0 -1 4202496 1354 0 0 0 629 0 0 0 25 0 1 0 528182852 15958016 1246 33554432000 4194304 4785740 140736969918704 18446744073709551615 4550406 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14492/statm: 3896 1246 340 145 0 941 0
[pid=14493] ppid=14490 vsize=455992 CPUtime=6.29 cores=2
/proc/14493/stat : 14493 (TNM) R 14490 14490 14381 0 -1 4202496 363 0 0 0 629 0 0 0 25 0 1 0 528182852 466935808 260 33554432000 134512640 134534564 4286854112 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/14493/statm: 113998 260 95 6 0 112664 0
[pid=14494] ppid=14490 vsize=8816 CPUtime=6.29 cores=3
/proc/14494/stat : 14494 (march_hi) R 14490 14490 14381 0 -1 4202496 838 0 0 0 629 0 0 0 25 0 1 0 528182852 9027584 729 33554432000 4194304 4331988 140733439223168 18446744073709551615 4226496 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14494/statm: 2204 729 175 34 0 646 0
[pid=14495] ppid=14490 vsize=128896 CPUtime=25.12 cores=4-7
/proc/14495/stat : 14495 (plingeling) S 14490 14490 14381 0 -1 4202496 7619 1250 0 0 2511 1 0 0 19 0 5 0 528182852 131989504 4300 33554432000 4194304 4356188 140735664123968 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/14495/statm: 32224 4300 162 40 0 30768 0
[pid=14495/tid=14502] ppid=14490 vsize=128896 CPUtime=6.28 cores=4-7
/proc/14495/task/14502/stat : 14502 (plingeling) R 14490 14490 14381 0 -1 4202560 1664 1250 0 0 628 0 0 0 25 0 5 0 528182853 131989504 4300 33554432000 4194304 4356188 140735664123968 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14495/tid=14503] ppid=14490 vsize=128896 CPUtime=6.28 cores=4-7
/proc/14495/task/14503/stat : 14503 (plingeling) R 14490 14490 14381 0 -1 4202560 1830 1250 0 0 628 0 0 0 25 0 5 0 528182853 131989504 4300 33554432000 4194304 4356188 140735664123968 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14495/tid=14504] ppid=14490 vsize=128896 CPUtime=6.28 cores=4-7
/proc/14495/task/14504/stat : 14504 (plingeling) R 14490 14490 14381 0 -1 4202560 1839 1250 0 0 628 0 0 0 25 0 5 0 528182853 131989504 4300 33554432000 4194304 4356188 140735664123968 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14495/tid=14505] ppid=14490 vsize=128896 CPUtime=6.25 cores=4-7
/proc/14495/task/14505/stat : 14505 (plingeling) R 14490 14490 14381 0 -1 4202560 1729 1250 0 0 625 0 0 0 25 0 5 0 528182853 131989504 4300 33554432000 4194304 4356188 140735664123968 18446744073709551615 4331323 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 2015048

[startup+12.701 s]
/proc/loadavg: 6.97 7.71 7.89 9/180 14505
/proc/meminfo: memFree=20780032/32950904 swapFree=67082284/67111528
[pid=14490] ppid=14488 vsize=18324 CPUtime=0 cores=0-7
/proc/14490/stat : 14490 (ppfolio) S 14488 14490 14381 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 528182852 18763776 390 33554432000 4194304 4287625 140736630122496 18446744073709551615 237278899727 0 0 4096 65536 4605054868095238143 0 0 17 4 0 0 0
/proc/14490/statm: 4581 390 341 23 0 91 0
[pid=14491] ppid=14490 vsize=1390956 CPUtime=12.69 cores=0
/proc/14491/stat : 14491 (cryptominisat) R 14490 14490 14381 0 -1 4202496 12354 0 0 0 1267 2 0 0 25 0 1 0 528182852 1424338944 4549 33554432000 4194304 4587354 140735106521824 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14491/statm: 347739 4549 337 96 0 344301 0
[pid=14492] ppid=14490 vsize=16728 CPUtime=12.69 cores=1
/proc/14492/stat : 14492 (clasp) R 14490 14490 14381 0 -1 4202496 1593 0 0 0 1269 0 0 0 25 0 1 0 528182852 17129472 1485 33554432000 4194304 4785740 140736969918704 18446744073709551615 4278081 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14492/statm: 4182 1485 340 145 0 1227 0
[pid=14493] ppid=14490 vsize=455992 CPUtime=12.69 cores=2
/proc/14493/stat : 14493 (TNM) R 14490 14490 14381 0 -1 4202496 363 0 0 0 1269 0 0 0 25 0 1 0 528182852 466935808 260 33554432000 134512640 134534564 4286854112 18446744073709551615 134530990 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/14493/statm: 113998 260 95 6 0 112664 0
[pid=14494] ppid=14490 vsize=10732 CPUtime=12.69 cores=3
/proc/14494/stat : 14494 (march_hi) R 14490 14490 14381 0 -1 4202496 1182 0 0 0 1269 0 0 0 25 0 1 0 528182852 10989568 1073 33554432000 4194304 4331988 140733439223168 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14494/statm: 2683 1073 175 34 0 1125 0
[pid=14495] ppid=14490 vsize=139152 CPUtime=50.68 cores=4-7
/proc/14495/stat : 14495 (plingeling) S 14490 14490 14381 0 -1 4202496 13351 1250 0 0 5066 2 0 0 19 0 5 0 528182852 142491648 6864 33554432000 4194304 4356188 140735664123968 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/14495/statm: 34788 6864 162 40 0 33332 0
[pid=14495/tid=14502] ppid=14490 vsize=139152 CPUtime=12.68 cores=4-7
/proc/14495/task/14502/stat : 14502 (plingeling) R 14490 14490 14381 0 -1 4202560 3041 1250 0 0 1268 0 0 0 25 0 5 0 528182853 142491648 6864 33554432000 4194304 4356188 140735664123968 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14495/tid=14503] ppid=14490 vsize=139152 CPUtime=12.68 cores=4-7
/proc/14495/task/14503/stat : 14503 (plingeling) R 14490 14490 14381 0 -1 4202560 3303 1250 0 0 1268 0 0 0 25 0 5 0 528182853 142491648 6864 33554432000 4194304 4356188 140735664123968 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14495/tid=14504] ppid=14490 vsize=139152 CPUtime=12.68 cores=4-7
/proc/14495/task/14504/stat : 14504 (plingeling) R 14490 14490 14381 0 -1 4202560 3248 1250 0 0 1268 0 0 0 25 0 5 0 528182853 142491648 6864 33554432000 4194304 4356188 140735664123968 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14495/tid=14505] ppid=14490 vsize=139152 CPUtime=12.61 cores=4-7
/proc/14495/task/14505/stat : 14505 (plingeling) R 14490 14490 14381 0 -1 4202560 3202 1250 0 0 1261 0 0 0 25 0 5 0 528182853 142491648 6864 33554432000 4194304 4356188 140735664123968 18446744073709551615 4331792 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 2031884

[startup+25.5007 s]
/proc/loadavg: 7.19 7.72 7.89 9/180 14506
/proc/meminfo: memFree=20765136/32950904 swapFree=67082284/67111528
[pid=14490] ppid=14488 vsize=18324 CPUtime=0 cores=0-7
/proc/14490/stat : 14490 (ppfolio) S 14488 14490 14381 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 528182852 18763776 390 33554432000 4194304 4287625 140736630122496 18446744073709551615 237278899727 0 0 4096 65536 4605054868095238143 0 0 17 4 0 0 0
/proc/14490/statm: 4581 390 341 23 0 91 0
[pid=14491] ppid=14490 vsize=1394556 CPUtime=25.49 cores=0
/proc/14491/stat : 14491 (cryptominisat) R 14490 14490 14381 0 -1 4202496 19858 0 0 0 2546 3 0 0 25 0 1 0 528182852 1428025344 4947 33554432000 4194304 4587354 140735106521824 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=14493] ppid=14490 vsize=455996 CPUtime=4782.4 cores=2
/proc/14493/stat : 14493 (TNM) R 14490 14490 14381 0 -1 4202496 372 0 0 0 478239 1 0 0 25 0 1 0 528182852 466939904 269 33554432000 134512640 134534564 4286854112 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/14493/statm: 113999 269 103 6 0 112665 0
[pid=14494] ppid=14490 vsize=732504 CPUtime=4781.59 cores=3
/proc/14494/stat : 14494 (march_hi) R 14490 14490 14381 0 -1 4202496 173869 0 0 0 478024 135 0 0 25 0 1 0 528182852 750084096 173760 33554432000 4194304 4331988 140733439223168 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14494/statm: 183126 173760 175 34 0 181568 0
[pid=14495] ppid=14490 vsize=327428 CPUtime=19103.1 cores=4-7
/proc/14495/stat : 14495 (plingeling) S 14490 14490 14381 0 -1 4202496 778357 1250 0 0 1910195 114 0 0 19 0 5 0 528182852 335286272 53933 33554432000 4194304 4356188 140735664123968 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/14495/statm: 81857 53933 162 40 0 80401 0
[pid=14495/tid=14502] ppid=14490 vsize=327428 CPUtime=4782.4 cores=4-7
/proc/14495/task/14502/stat : 14502 (plingeling) R 14490 14490 14381 0 -1 4202560 197509 1250 0 0 478210 30 0 0 25 0 5 0 528182853 335286272 53933 33554432000 4194304 4356188 140735664123968 18446744073709551615 4332239 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14495/tid=14503] ppid=14490 vsize=327428 CPUtime=4782.4 cores=4-7
/proc/14495/task/14503/stat : 14503 (plingeling) R 14490 14490 14381 0 -1 4202560 193290 1250 0 0 478210 30 0 0 25 0 5 0 528182853 335286272 53933 33554432000 4194304 4356188 140735664123968 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14495/tid=14504] ppid=14490 vsize=327428 CPUtime=4781.93 cores=4-7
/proc/14495/task/14504/stat : 14504 (plingeling) R 14490 14490 14381 0 -1 4202560 187796 1250 0 0 478165 28 0 0 25 0 5 0 528182853 335286272 53933 33554432000 4194304 4356188 140735664123968 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14495/tid=14505] ppid=14490 vsize=327428 CPUtime=4756.32 cores=4-7
/proc/14495/task/14505/stat : 14505 (plingeling) R 14490 14490 14381 0 -1 4202560 199205 1250 0 0 475608 24 0 0 25 0 5 0 528182853 335286272 53933 33554432000 4194304 4356188 140735664123968 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38231.7
Current children cumulated vsize (KiB) 3073648

[startup+4842.3 s]
/proc/loadavg: 8.07 8.02 8.00 9/180 14646
/proc/meminfo: memFree=19783488/32950904 swapFree=67082284/67111528
[pid=14490] ppid=14488 vsize=18324 CPUtime=0 cores=0-7
/proc/14490/stat : 14490 (ppfolio) S 14488 14490 14381 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 528182852 18763776 390 33554432000 4194304 4287625 140736630122496 18446744073709551615 237278899727 0 0 4096 65536 4605054868095238143 0 0 17 4 0 0 0
/proc/14490/statm: 4581 390 341 23 0 91 0
[pid=14491] ppid=14490 vsize=1503808 CPUtime=4842.4 cores=0
/proc/14491/stat : 14491 (cryptominisat) R 14490 14490 14381 0 -1 4202496 383862 0 0 0 484083 157 0 0 25 0 1 0 528182852 1539899392 35459 33554432000 4194304 4587354 140735106521824 18446744073709551615 4238600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14491/statm: 375952 35459 337 96 0 372514 0
[pid=14492] ppid=14490 vsize=35588 CPUtime=4842.25 cores=1
/proc/14492/stat : 14492 (clasp) R 14490 14490 14381 0 -1 4202496 6065 0 0 0 484225 0 0 0 25 0 1 0 528182852 36442112 5957 33554432000 4194304 4785740 140736969918704 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14492/statm: 8897 5957 341 145 0 5942 0
[pid=14493] ppid=14490 vsize=455996 CPUtime=4842.4 cores=2
/proc/14493/stat : 14493 (TNM) R 14490 14490 14381 0 -1 4202496 372 0 0 0 484239 1 0 0 25 0 1 0 528182852 466939904 269 33554432000 134512640 134534564 4286854112 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/14493/statm: 113999 269 103 6 0 112665 0
[pid=14494] ppid=14490 vsize=732504 CPUtime=4841.59 cores=3
/proc/14494/stat : 14494 (march_hi) R 14490 14490 14381 0 -1 4202496 175864 0 0 0 484023 136 0 0 25 0 1 0 528182852 750084096 175755 33554432000 4194304 4331988 140733439223168 18446744073709551615 4299250 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14494/statm: 183126 175755 175 34 0 181568 0
[pid=14495] ppid=14490 vsize=289028 CPUtime=19342.8 cores=4-7
/proc/14495/stat : 14495 (plingeling) S 14490 14490 14381 0 -1 4202496 785077 1250 0 0 1934161 115 0 0 19 0 5 0 528182852 295964672 44333 33554432000 4194304 4356188 140735664123968 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/14495/statm: 72257 44333 162 40 0 70801 0
[pid=14495/tid=14502] ppid=14490 vsize=289028 CPUtime=4842.4 cores=4-7
/proc/14495/task/14502/stat : 14502 (plingeling) R 14490 14490 14381 0 -1 4202560 198341 1250 0 0 484210 30 0 0 25 0 5 0 528182853 295964672 44333 33554432000 4194304 4356188 140735664123968 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14495/tid=14503] ppid=14490 vsize=289028 CPUtime=4842.4 cores=4-7
/proc/14495/task/14503/stat : 14503 (plingeling) R 14490 14490 14381 0 -1 4202560 193930 1250 0 0 484210 30 0 0 25 0 5 0 528182853 295964672 44333 33554432000 4194304 4356188 140735664123968 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14495/tid=14504] ppid=14490 vsize=289028 CPUtime=4841.92 cores=4-7
/proc/14495/task/14504/stat : 14504 (plingeling) R 14490 14490 14381 0 -1 4202560 190292 1250 0 0 484164 28 0 0 25 0 5 0 528182853 295964672 44333 33554432000 4194304 4356188 140735664123968 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14495/tid=14505] ppid=14490 vsize=289028 CPUtime=4815.99 cores=4-7
/proc/14495/task/14505/stat : 14505 (plingeling) R 14490 14490 14381 0 -1 4202560 201957 1250 0 0 481574 25 0 0 25 0 5 0 528182853 295964672 44333 33554432000 4194304 4356188 140735664123968 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38711.4
Current children cumulated vsize (KiB) 3035248

[startup+4902.3 s]
/proc/loadavg: 8.07 8.03 8.00 9/180 14648
/proc/meminfo: memFree=19801580/32950904 swapFree=67082284/67111528
[pid=14490] ppid=14488 vsize=18324 CPUtime=0 cores=0-7
/proc/14490/stat : 14490 (ppfolio) S 14488 14490 14381 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 528182852 18763776 390 33554432000 4194304 4287625 140736630122496 18446744073709551615 237278899727 0 0 4096 65536 4605054868095238143 0 0 17 4 0 0 0
/proc/14490/statm: 4581 390 341 23 0 91 0
[pid=14491] ppid=14490 vsize=1483796 CPUtime=4902.4 cores=0
/proc/14491/stat : 14491 (cryptominisat) R 14490 14490 14381 0 -1 4202496 384684 0 0 0 490082 158 0 0 25 0 1 0 528182852 1519407104 29503 33554432000 4194304 4587354 140735106521824 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14491/statm: 370949 29503 337 96 0 367511 0
[pid=14492] ppid=14490 vsize=35588 CPUtime=4902.25 cores=1
/proc/14492/stat : 14492 (clasp) R 14490 14490 14381 0 -1 4202496 6065 0 0 0 490225 0 0 0 25 0 1 0 528182852 36442112 5957 33554432000 4194304 4785740 140736969918704 18446744073709551615 237278577294 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14492/statm: 8897 5957 341 145 0 5942 0
[pid=14493] ppid=14490 vsize=455996 CPUtime=4902.4 cores=2
/proc/14493/stat : 14493 (TNM) R 14490 14490 14381 0 -1 4202496 372 0 0 0 490239 1 0 0 25 0 1 0 528182852 466939904 269 33554432000 134512640 134534564 4286854112 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/14493/statm: 113999 269 103 6 0 112665 0
[pid=14494] ppid=14490 vsize=1068152 CPUtime=4901.59 cores=3
/proc/14494/stat : 14494 (march_hi) R 14490 14490 14381 0 -1 4202496 177717 0 0 0 490022 137 0 0 25 0 1 0 528182852 1093787648 177608 33554432000 4194304 4331988 140733439223168 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14494/statm: 267038 177608 175 34 0 265480 0
[pid=14495] ppid=14490 vsize=286724 CPUtime=19582.4 cores=4-7
/proc/14495/stat : 14495 (plingeling) S 14490 14490 14381 0 -1 4202496 789493 1250 0 0 1958128 116 0 0 19 0 5 0 528182852 293605376 43757 33554432000 4194304 4356188 140735664123968 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/14495/statm: 71681 43757 162 40 0 70225 0
[pid=14495/tid=14502] ppid=14490 vsize=286724 CPUtime=4902.4 cores=4-7
/proc/14495/task/14502/stat : 14502 (plingeling) R 14490 14490 14381 0 -1 4202560 199749 1250 0 0 490210 30 0 0 25 0 5 0 528182853 293605376 43757 33554432000 4194304 4356188 140735664123968 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14495/tid=14503] ppid=14490 vsize=286724 CPUtime=4902.41 cores=4-7
/proc/14495/task/14503/stat : 14503 (plingeling) R 14490 14490 14381 0 -1 4202560 196682 1250 0 0 490210 31 0 0 25 0 5 0 528182853 293605376 43757 33554432000 4194304 4356188 140735664123968 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14495/tid=14504] ppid=14490 vsize=286724 CPUtime=4901.92 cores=4-7
/proc/14495/task/14504/stat : 14504 (plingeling) R 14490 14490 14381 0 -1 4202560 190548 1250 0 0 490164 28 0 0 25 0 5 0 528182853 293605376 43757 33554432000 4194304 4356188 140735664123968 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14495/tid=14505] ppid=14490 vsize=286724 CPUtime=4875.67 cores=4-7
/proc/14495/task/14505/stat : 14505 (plingeling) R 14490 14490 14381 0 -1 4202560 201957 1250 0 0 487542 25 0 0 25 0 5 0 528182853 293605376 43757 33554432000 4194304 4356188 140735664123968 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39191.1
Current children cumulated vsize (KiB) 3348580

[startup+4962.3 s]
/proc/loadavg: 8.06 8.04 8.00 9/180 14649
/proc/meminfo: memFree=19775788/32950904 swapFree=67082284/67111528
[pid=14490] ppid=14488 vsize=18324 CPUtime=0 cores=0-7
/proc/14490/stat : 14490 (ppfolio) S 14488 14490 14381 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 528182852 18763776 390 33554432000 4194304 4287625 140736630122496 18446744073709551615 237278899727 0 0 4096 65536 4605054868095238143 0 0 17 4 0 0 0
/proc/14490/statm: 4581 390 341 23 0 91 0
[pid=14491] ppid=14490 vsize=1503948 CPUtime=4962.41 cores=0
/proc/14491/stat : 14491 (cryptominisat) R 14490 14490 14381 0 -1 4202496 389822 0 0 0 496080 161 0 0 25 0 1 0 528182852 1540042752 32750 33554432000 4194304 4587354 140735106521824 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14491/statm: 375987 32750 337 96 0 372549 0
[pid=14492] ppid=14490 vsize=35588 CPUtime=4962.25 cores=1
/proc/14492/stat : 14492 (clasp) R 14490 14490 14381 0 -1 4202496 6090 0 0 0 496225 0 0 0 25 0 1 0 528182852 36442112 5982 33554432000 4194304 4785740 140736969918704 18446744073709551615 4538874 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14492/statm: 8897 5982 341 145 0 5942 0
[pid=14493] ppid=14490 vsize=455996 CPUtime=4962.4 cores=2
/proc/14493/stat : 14493 (TNM) R 14490 14490 14381 0 -1 4202496 372 0 0 0 496239 1 0 0 25 0 1 0 528182852 466939904 269 33554432000 134512640 134534564 4286854112 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/14493/statm: 113999 269 103 6 0 112665 0
[pid=14494] ppid=14490 vsize=1068152 CPUtime=4961.59 cores=3
/proc/14494/stat : 14494 (march_hi) R 14490 14490 14381 0 -1 4202496 179518 0 0 0 496021 138 0 0 25 0 1 0 528182852 1093787648 179409 33554432000 4194304 4331988 140733439223168 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14494/statm: 267038 179409 175 34 0 265480 0
[pid=14495] ppid=14490 vsize=293636 CPUtime=19822.1 cores=4-7
/proc/14495/stat : 14495 (plingeling) S 14490 14490 14381 0 -1 4202496 797557 1250 0 0 1982093 117 0 0 19 0 5 0 528182852 300683264 45485 33554432000 4194304 4356188 140735664123968 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/14495/statm: 73409 45485 162 40 0 71953 0
[pid=14495/tid=14502] ppid=14490 vsize=293636 CPUtime=4962.4 cores=4-7
/proc/14495/task/14502/stat : 14502 (plingeling) R 14490 14490 14381 0 -1 4202560 200517 1250 0 0 496210 30 0 0 25 0 5 0 528182853 300683264 45485 33554432000 4194304 4356188 140735664123968 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14495/tid=14503] ppid=14490 vsize=293636 CPUtime=4962.41 cores=4-7
/proc/14495/task/14503/stat : 14503 (plingeling) R 14490 14490 14381 0 -1 4202560 196682 1250 0 0 496210 31 0 0 25 0 5 0 528182853 300683264 45485 33554432000 4194304 4356188 140735664123968 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14495/tid=14504] ppid=14490 vsize=293636 CPUtime=4961.92 cores=4-7
/proc/14495/task/14504/stat : 14504 (plingeling) R 14490 14490 14381 0 -1 4202560 196116 1250 0 0 496163 29 0 0 25 0 5 0 528182853 300683264 45485 33554432000 4194304 4356188 140735664123968 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14495/tid=14505] ppid=14490 vsize=293636 CPUtime=4935.34 cores=4-7
/proc/14495/task/14505/stat : 14505 (plingeling) R 14490 14490 14381 0 -1 4202560 203685 1250 0 0 493509 25 0 0 25 0 5 0 528182853 300683264 45485 33554432000 4194304 4356188 140735664123968 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39670.8
Current children cumulated vsize (KiB) 3375644



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.08 8.05 8.00 9/180 14650
/proc/meminfo: memFree=19727920/32950904 swapFree=67082284/67111528
[pid=14490] ppid=14488 vsize=18324 CPUtime=0 cores=0-7
/proc/14490/stat : 14490 (ppfolio) S 14488 14490 14381 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 528182852 18763776 390 33554432000 4194304 4287625 140736630122496 18446744073709551615 237278899727 0 0 4096 65536 4605054868095238143 0 0 17 4 0 0 0
/proc/14490/statm: 4581 390 341 23 0 91 0
[pid=14491] ppid=14490 vsize=1503948 CPUtime=5000.11 cores=0
/proc/14491/stat : 14491 (cryptominisat) R 14490 14490 14381 0 -1 4202496 392018 0 0 0 499849 162 0 0 25 0 1 0 528182852 1540042752 34875 33554432000 4194304 4587354 140735106521824 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14491/statm: 375987 34875 337 96 0 372549 0
[pid=14492] ppid=14490 vsize=35588 CPUtime=4999.96 cores=1
/proc/14492/stat : 14492 (clasp) R 14490 14490 14381 0 -1 4202496 6090 0 0 0 499996 0 0 0 25 0 1 0 528182852 36442112 5982 33554432000 4194304 4785740 140736969918704 18446744073709551615 4549003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/14492/statm: 8897 5982 341 145 0 5942 0
[pid=14493] ppid=14490 vsize=455996 CPUtime=5000.11 cores=2
/proc/14493/stat : 14493 (TNM) R 14490 14490 14381 0 -1 4202496 372 0 0 0 500010 1 0 0 25 0 1 0 528182852 466939904 269 33554432000 134512640 134534564 4286854112 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/14493/statm: 113999 269 103 6 0 112665 0
[pid=14494] ppid=14490 vsize=1068152 CPUtime=4999.3 cores=3
/proc/14494/stat : 14494 (march_hi) R 14490 14490 14381 0 -1 4202496 180677 0 0 0 499790 140 0 0 25 0 1 0 528182852 1093787648 180568 33554432000 4194304 4331988 140733439223168 18446744073709551615 4226208 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14494/statm: 267038 180568 175 34 0 265480 0
[pid=14495] ppid=14490 vsize=328708 CPUtime=19972.7 cores=4-7
/proc/14495/stat : 14495 (plingeling) S 14490 14490 14381 0 -1 4202496 809077 1250 0 0 1997154 118 0 0 19 0 5 0 528182852 336596992 54253 33554432000 4194304 4356188 140735664123968 18446744073709551615 237290682341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/14495/statm: 82177 54253 162 40 0 80721 0
[pid=14495/tid=14502] ppid=14490 vsize=328708 CPUtime=5000.11 cores=4-7
/proc/14495/task/14502/stat : 14502 (plingeling) R 14490 14490 14381 0 -1 4202560 205317 1250 0 0 499980 31 0 0 25 0 5 0 528182853 336596992 54253 33554432000 4194304 4356188 140735664123968 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14495/tid=14503] ppid=14490 vsize=328708 CPUtime=5000.11 cores=4-7
/proc/14495/task/14503/stat : 14503 (plingeling) R 14490 14490 14381 0 -1 4202560 201738 1250 0 0 499980 31 0 0 25 0 5 0 528182853 336596992 54253 33554432000 4194304 4356188 140735664123968 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14495/tid=14504] ppid=14490 vsize=328708 CPUtime=4999.62 cores=4-7
/proc/14495/task/14504/stat : 14504 (plingeling) R 14490 14490 14381 0 -1 4202560 196756 1250 0 0 499933 29 0 0 25 0 5 0 528182853 336596992 54253 33554432000 4194304 4356188 140735664123968 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14495/tid=14505] ppid=14490 vsize=328708 CPUtime=4972.84 cores=4-7
/proc/14495/task/14505/stat : 14505 (plingeling) R 14490 14490 14381 0 -1 4202560 204709 1250 0 0 497259 25 0 0 25 0 5 0 528182853 336596992 54253 33554432000 4194304 4356188 140735664123968 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39972.2
Current children cumulated vsize (KiB) 3410716

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 14490 and gives
#  childrusage.ru_utime.tv_sec=14998
#  childrusage.ru_utime.tv_usec=564871
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=675745
# CPU time returned by wait4() is 15000.2
# while last known CPU time is 39972.2
#
# 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): 39972.2
CPU user time (s): 39968
CPU system time (s): 4.21
CPU usage (%): 799.441
Max. virtual memory (cumulated for all children) (KiB): 4790916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14998.6
system time used= 1.67575
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 399020
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= 912
involuntary context switches= 36009

runsolver used 8.34873 second user time and 18.9341 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-30 14:17:11
IDJOB=3222489
IDBENCH=83098
IDSOLVER=1638
FILE ID=node121/3222489-1304165831
RUNJOBID= node121-1304165797-14395
PBS_JOBID= 13170950
Free space on /tmp= 73564 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S118521533-021.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3222489-1304165831/watcher-3222489-1304165831 -o /tmp/evaluation-result-3222489-1304165831/solver-3222489-1304165831 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3222489-1304165831.cnf

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

MD5SUM BENCH= 26e1db2f130e6076b57fb074a1167d5e
RANDOM SEED=1696209290

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      20828132 kB
Buffers:       2188344 kB
Cached:        9383468 kB
SwapCached:       2776 kB
Active:        8607224 kB
Inactive:      3002860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20828132 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           10188 kB
Writeback:           0 kB
AnonPages:       36600 kB
Mapped:          14192 kB
Slab:           445888 kB
PageTables:       4116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   183808 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= 73552 MiB
End job on node121 at 2011-04-30 15:40:33