Trace number 3222021

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.8 5000.02

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S423984545-074.UNKNOWN.cnf
MD5SUM2ef214e0162b22d1093a804ea2af97a1
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 variables90
Number of clauses8010
Sum of the clauses size56070
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 58010

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-3222021-1304163336/watcher-3222021-1304163336 -o /tmp/evaluation-result-3222021-1304163336/solver-3222021-1304163336 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3222021-1304163336.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: 8.13 8.00 7.94 2/170 32612
/proc/meminfo: memFree=29708976/32950928 swapFree=67111364/67111528
[pid=32612] ppid=32610 vsize=18324 CPUtime=0 cores=0-7
/proc/32612/stat : 32612 (ppfolio) R 32610 32612 32245 0 -1 4202496 520 0 0 0 0 0 0 0 22 0 1 0 606564318 18763776 390 33554432000 4194304 4287625 140736907261040 18446744073709551615 256415411727 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/32612/statm: 4581 390 341 23 0 91 0

[startup+0.016736 s]
/proc/loadavg: 8.13 8.00 7.94 2/170 32612
/proc/meminfo: memFree=29708976/32950928 swapFree=67111364/67111528
[pid=32612] ppid=32610 vsize=18324 CPUtime=0 cores=0-7
/proc/32612/stat : 32612 (ppfolio) S 32610 32612 32245 0 -1 4202496 521 0 0 0 0 0 0 0 22 0 1 0 606564318 18763776 390 33554432000 4194304 4287625 140736907261040 18446744073709551615 256415411727 0 0 4096 65536 17307535544980340735 0 0 17 6 0 0 0
/proc/32612/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100683 s]
/proc/loadavg: 8.13 8.00 7.94 2/170 32612
/proc/meminfo: memFree=29708976/32950928 swapFree=67111364/67111528
[pid=32612] ppid=32610 vsize=18324 CPUtime=0 cores=0-7
/proc/32612/stat : 32612 (ppfolio) S 32610 32612 32245 0 -1 4202496 521 0 0 0 0 0 0 0 22 0 1 0 606564318 18763776 390 33554432000 4194304 4287625 140736907261040 18446744073709551615 256415411727 0 0 4096 65536 17307535544980340735 0 0 17 6 0 0 0
/proc/32612/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300645 s]
/proc/loadavg: 8.13 8.00 7.94 2/170 32612
/proc/meminfo: memFree=29708976/32950928 swapFree=67111364/67111528
[pid=32612] ppid=32610 vsize=18324 CPUtime=0 cores=0-7
/proc/32612/stat : 32612 (ppfolio) R 32610 32612 32245 0 -1 4202496 521 0 0 0 0 0 0 0 21 0 1 0 606564318 18763776 390 33554432000 4194304 4287625 140736907261040 18446744073709551615 256415411727 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/32612/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70057 s]
/proc/loadavg: 8.13 8.00 7.94 2/170 32612
/proc/meminfo: memFree=29708976/32950928 swapFree=67111364/67111528
[pid=32612] ppid=32610 vsize=18324 CPUtime=0 cores=0-7
/proc/32612/stat : 32612 (ppfolio) R 32610 32612 32245 0 -1 4202496 521 0 0 0 0 0 0 0 21 0 1 0 606564318 18763776 390 33554432000 4194304 4287625 140736907261040 18446744073709551615 256415411727 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/32612/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50042 s]
/proc/loadavg: 8.28 8.03 7.95 9/180 32627
/proc/meminfo: memFree=29690048/32950928 swapFree=67111364/67111528
[pid=32612] ppid=32610 vsize=18324 CPUtime=0 cores=0-7
/proc/32612/stat : 32612 (ppfolio) S 32610 32612 32245 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 606564318 18763776 390 33554432000 4194304 4287625 140736907261040 18446744073709551615 256415411727 0 0 4096 65536 17307535544980340735 0 0 17 6 0 0 0
/proc/32612/statm: 4581 390 341 23 0 91 0
[pid=32613] ppid=32612 vsize=2006928 CPUtime=1.48 cores=0
/proc/32613/stat : 32613 (cryptominisat) R 32612 32612 32245 0 -1 4202496 3309 0 0 0 148 0 0 0 20 0 1 0 606564318 2055094272 1255 33554432000 4194304 4587354 140733460256224 18446744073709551615 4250426 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32613/statm: 501732 1255 330 96 0 498294 0
[pid=32614] ppid=32612 vsize=15204 CPUtime=1.49 cores=1
/proc/32614/stat : 32614 (clasp) R 32612 32612 32245 0 -1 4202496 1251 0 0 0 149 0 0 0 20 0 1 0 606564318 15568896 1142 33554432000 4194304 4785740 140735606425952 18446744073709551615 4278129 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32614/statm: 3801 1142 340 145 0 846 0
[pid=32615] ppid=32612 vsize=456768 CPUtime=1.49 cores=2
/proc/32615/stat : 32615 (TNM) R 32612 32612 32245 0 -1 4202496 596 0 0 0 149 0 0 0 20 0 1 0 606564318 467730432 492 33554432000 134512640 134534564 4291791712 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32615/statm: 114192 492 95 6 0 112858 0
[pid=32616] ppid=32612 vsize=8728 CPUtime=1.49 cores=3
/proc/32616/stat : 32616 (march_hi) R 32612 32612 32245 0 -1 4202496 2000 0 0 0 149 0 0 0 20 0 1 0 606564318 8937472 610 33554432000 4194304 4331988 140734388117520 18446744073709551615 4210516 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32616/statm: 2182 610 174 34 0 624 0
[pid=32617] ppid=32612 vsize=127532 CPUtime=5.9 cores=4-7
/proc/32617/stat : 32617 (plingeling) S 32612 32612 32245 0 -1 4202496 4609 1252 0 0 590 0 0 0 18 0 5 0 606564318 130592768 3988 33554432000 4194304 4356188 140734139470384 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32617/statm: 31883 3988 161 40 0 30427 0
[pid=32617/tid=32624] ppid=32612 vsize=127532 CPUtime=1.47 cores=4-7
/proc/32617/task/32624/stat : 32624 (plingeling) R 32612 32612 32245 0 -1 4202560 879 1252 0 0 147 0 0 0 23 0 5 0 606564320 130592768 3988 33554432000 4194304 4356188 140734139470384 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32617/tid=32625] ppid=32612 vsize=127532 CPUtime=1.47 cores=4-7
/proc/32617/task/32625/stat : 32625 (plingeling) R 32612 32612 32245 0 -1 4202560 863 1252 0 0 147 0 0 0 20 0 5 0 606564320 130592768 3988 33554432000 4194304 4356188 140734139470384 18446744073709551615 4332239 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32617/tid=32626] ppid=32612 vsize=127532 CPUtime=1.47 cores=4-7
/proc/32617/task/32626/stat : 32626 (plingeling) R 32612 32612 32245 0 -1 4202560 929 1252 0 0 147 0 0 0 20 0 5 0 606564320 130592768 3988 33554432000 4194304 4356188 140734139470384 18446744073709551615 4331309 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32617/tid=32627] ppid=32612 vsize=127532 CPUtime=1.45 cores=4-7
/proc/32617/task/32627/stat : 32627 (plingeling) R 32612 32612 32245 0 -1 4202560 753 1252 0 0 145 0 0 0 23 0 5 0 606564320 130592768 3988 33554432000 4194304 4356188 140734139470384 18446744073709551615 4274252 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.85
Current children cumulated vsize (KiB) 2633484

[startup+3.10112 s]
/proc/loadavg: 8.28 8.03 7.95 9/180 32627
/proc/meminfo: memFree=29675456/32950928 swapFree=67111364/67111528
[pid=32612] ppid=32610 vsize=18324 CPUtime=0 cores=0-7
/proc/32612/stat : 32612 (ppfolio) S 32610 32612 32245 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 606564318 18763776 390 33554432000 4194304 4287625 140736907261040 18446744073709551615 256415411727 0 0 4096 65536 17307535544980340735 0 0 17 6 0 0 0
/proc/32612/statm: 4581 390 341 23 0 91 0
[pid=32613] ppid=32612 vsize=2014964 CPUtime=3.09 cores=0
/proc/32613/stat : 32613 (cryptominisat) R 32612 32612 32245 0 -1 4202496 5847 0 0 0 308 1 0 0 25 0 1 0 606564318 2063323136 3251 33554432000 4194304 4587354 140733460256224 18446744073709551615 4238509 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32613/statm: 503741 3251 336 96 0 500303 0
[pid=32614] ppid=32612 vsize=16392 CPUtime=3.09 cores=1
/proc/32614/stat : 32614 (clasp) R 32612 32612 32245 0 -1 4202496 1513 0 0 0 309 0 0 0 25 0 1 0 606564318 16785408 1404 33554432000 4194304 4785740 140735606425952 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32614/statm: 4098 1404 340 145 0 1143 0
[pid=32615] ppid=32612 vsize=456768 CPUtime=3.09 cores=2
/proc/32615/stat : 32615 (TNM) R 32612 32612 32245 0 -1 4202496 596 0 0 0 309 0 0 0 25 0 1 0 606564318 467730432 492 33554432000 134512640 134534564 4291791712 18446744073709551615 134530353 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32615/statm: 114192 492 95 6 0 112858 0
[pid=32616] ppid=32612 vsize=9184 CPUtime=3.09 cores=3
/proc/32616/stat : 32616 (march_hi) R 32612 32612 32245 0 -1 4202496 2099 0 0 0 309 0 0 0 25 0 1 0 606564318 9404416 709 33554432000 4194304 4331988 140734388117520 18446744073709551615 4287517 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32616/statm: 2296 709 175 34 0 738 0
[pid=32617] ppid=32612 vsize=127560 CPUtime=12.29 cores=4-7
/proc/32617/stat : 32617 (plingeling) S 32612 32612 32245 0 -1 4202496 5256 1252 0 0 1229 0 0 0 18 0 5 0 606564318 130621440 3995 33554432000 4194304 4356188 140734139470384 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32617/statm: 31922 4005 161 40 0 30466 0
[pid=32617/tid=32624] ppid=32612 vsize=127688 CPUtime=3.07 cores=4-7
/proc/32617/task/32624/stat : 32624 (plingeling) R 32612 32612 32245 0 -1 4202560 1041 1252 0 0 307 0 0 0 25 0 5 0 606564320 130752512 4015 33554432000 4194304 4356188 140734139470384 18446744073709551615 4279978 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32617/tid=32625] ppid=32612 vsize=127688 CPUtime=3.07 cores=4-7
/proc/32617/task/32625/stat : 32625 (plingeling) R 32612 32612 32245 0 -1 4202560 1057 1252 0 0 307 0 0 0 25 0 5 0 606564320 130752512 4027 33554432000 4194304 4356188 140734139470384 18446744073709551615 256415085549 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32617/tid=32626] ppid=32612 vsize=127688 CPUtime=3.07 cores=4-7
/proc/32617/task/32626/stat : 32626 (plingeling) R 32612 32612 32245 0 -1 4202560 1124 1252 0 0 307 0 0 0 25 0 5 0 606564320 130752512 4027 33554432000 4194304 4356188 140734139470384 18446744073709551615 4279432 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32617/tid=32627] ppid=32612 vsize=127688 CPUtime=3.05 cores=4-7
/proc/32617/task/32627/stat : 32627 (plingeling) R 32612 32612 32245 0 -1 4202560 881 1252 0 0 305 0 0 0 25 0 5 0 606564320 130752512 4027 33554432000 4194304 4356188 140734139470384 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.65
Current children cumulated vsize (KiB) 2643192

[startup+6.30052 s]
/proc/loadavg: 8.28 8.03 7.95 9/180 32628
/proc/meminfo: memFree=29672728/32950928 swapFree=67111364/67111528
[pid=32612] ppid=32610 vsize=18324 CPUtime=0 cores=0-7
/proc/32612/stat : 32612 (ppfolio) S 32610 32612 32245 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 606564318 18763776 390 33554432000 4194304 4287625 140736907261040 18446744073709551615 256415411727 0 0 4096 65536 17307535544980340735 0 0 17 6 0 0 0
/proc/32612/statm: 4581 390 341 23 0 91 0
[pid=32613] ppid=32612 vsize=2016980 CPUtime=6.29 cores=0
/proc/32613/stat : 32613 (cryptominisat) R 32612 32612 32245 0 -1 4202496 8086 0 0 0 628 1 0 0 25 0 1 0 606564318 2065387520 3672 33554432000 4194304 4587354 140733460256224 18446744073709551615 4243345 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32613/statm: 504245 3672 336 96 0 500807 0
[pid=32614] ppid=32612 vsize=17404 CPUtime=6.29 cores=1
/proc/32614/stat : 32614 (clasp) R 32612 32612 32245 0 -1 4202496 1753 0 0 0 629 0 0 0 25 0 1 0 606564318 17821696 1644 33554432000 4194304 4785740 140735606425952 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32614/statm: 4351 1644 340 145 0 1396 0
[pid=32615] ppid=32612 vsize=456768 CPUtime=6.29 cores=2
/proc/32615/stat : 32615 (TNM) R 32612 32612 32245 0 -1 4202496 596 0 0 0 629 0 0 0 25 0 1 0 606564318 467730432 492 33554432000 134512640 134534564 4291791712 18446744073709551615 134531064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32615/statm: 114192 492 95 6 0 112858 0
[pid=32616] ppid=32612 vsize=9752 CPUtime=6.29 cores=3
/proc/32616/stat : 32616 (march_hi) R 32612 32612 32245 0 -1 4202496 2195 0 0 0 629 0 0 0 25 0 1 0 606564318 9986048 805 33554432000 4194304 4331988 140734388117520 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32616/statm: 2438 805 175 34 0 880 0
[pid=32617] ppid=32612 vsize=128596 CPUtime=25.08 cores=4-7
/proc/32617/stat : 32617 (plingeling) S 32612 32612 32245 0 -1 4202496 6539 1252 0 0 2507 1 0 0 18 0 5 0 606564318 131682304 4254 33554432000 4194304 4356188 140734139470384 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32617/statm: 32149 4254 161 40 0 30693 0
[pid=32617/tid=32624] ppid=32612 vsize=128596 CPUtime=6.27 cores=4-7
/proc/32617/task/32624/stat : 32624 (plingeling) R 32612 32612 32245 0 -1 4202560 1394 1252 0 0 627 0 0 0 25 0 5 0 606564320 131682304 4254 33554432000 4194304 4356188 140734139470384 18446744073709551615 4331352 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32617/tid=32625] ppid=32612 vsize=128596 CPUtime=6.27 cores=4-7
/proc/32617/task/32625/stat : 32625 (plingeling) R 32612 32612 32245 0 -1 4202560 1313 1252 0 0 627 0 0 0 25 0 5 0 606564320 131682304 4254 33554432000 4194304 4356188 140734139470384 18446744073709551615 4238731 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32617/tid=32626] ppid=32612 vsize=128596 CPUtime=6.27 cores=4-7
/proc/32617/task/32626/stat : 32626 (plingeling) R 32612 32612 32245 0 -1 4202560 1412 1252 0 0 627 0 0 0 25 0 5 0 606564320 131682304 4254 33554432000 4194304 4356188 140734139470384 18446744073709551615 4331002 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32617/tid=32627] ppid=32612 vsize=128596 CPUtime=6.23 cores=4-7
/proc/32617/task/32627/stat : 32627 (plingeling) R 32612 32612 32245 0 -1 4202560 1235 1252 0 0 623 0 0 0 25 0 5 0 606564320 131682304 4254 33554432000 4194304 4356188 140734139470384 18446744073709551615 4331007 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 2647824

[startup+12.7013 s]
/proc/loadavg: 8.23 8.03 7.95 9/180 32628
/proc/meminfo: memFree=29658648/32950928 swapFree=67111364/67111528
[pid=32612] ppid=32610 vsize=18324 CPUtime=0 cores=0-7
/proc/32612/stat : 32612 (ppfolio) S 32610 32612 32245 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 606564318 18763776 390 33554432000 4194304 4287625 140736907261040 18446744073709551615 256415411727 0 0 4096 65536 17307535544980340735 0 0 17 6 0 0 0
/proc/32612/statm: 4581 390 341 23 0 91 0
[pid=32613] ppid=32612 vsize=2026672 CPUtime=12.69 cores=0
/proc/32613/stat : 32613 (cryptominisat) R 32612 32612 32245 0 -1 4202496 12362 0 0 0 1268 1 0 0 25 0 1 0 606564318 2075312128 5648 33554432000 4194304 4587354 140733460256224 18446744073709551615 4238431 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32613/statm: 506668 5648 336 96 0 503230 0
[pid=32614] ppid=32612 vsize=18888 CPUtime=12.69 cores=1
/proc/32614/stat : 32614 (clasp) R 32612 32612 32245 0 -1 4202496 2110 0 0 0 1269 0 0 0 25 0 1 0 606564318 19341312 2001 33554432000 4194304 4785740 140735606425952 18446744073709551615 4286976 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32614/statm: 4722 2001 340 145 0 1767 0
[pid=32615] ppid=32612 vsize=456768 CPUtime=12.69 cores=2
/proc/32615/stat : 32615 (TNM) R 32612 32612 32245 0 -1 4202496 596 0 0 0 1269 0 0 0 25 0 1 0 606564318 467730432 492 33554432000 134512640 134534564 4291791712 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32615/statm: 114192 492 95 6 0 112858 0
[pid=32616] ppid=32612 vsize=10264 CPUtime=12.69 cores=3
/proc/32616/stat : 32616 (march_hi) R 32612 32612 32245 0 -1 4202496 2398 0 0 0 1269 0 0 0 25 0 1 0 606564318 10510336 1008 33554432000 4194304 4331988 140734388117520 18446744073709551615 4287066 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32616/statm: 2566 1008 175 34 0 1008 0
[pid=32617] ppid=32612 vsize=131540 CPUtime=50.64 cores=4-7
/proc/32617/stat : 32617 (plingeling) S 32612 32612 32245 0 -1 4202496 9483 1252 0 0 5063 1 0 0 18 0 5 0 606564318 134696960 4990 33554432000 4194304 4356188 140734139470384 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32617/statm: 32885 4990 161 40 0 31429 0
[pid=32617/tid=32624] ppid=32612 vsize=131540 CPUtime=12.67 cores=4-7
/proc/32617/task/32624/stat : 32624 (plingeling) R 32612 32612 32245 0 -1 4202560 2034 1252 0 0 1267 0 0 0 25 0 5 0 606564320 134696960 4990 33554432000 4194304 4356188 140734139470384 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32617/tid=32625] ppid=32612 vsize=131540 CPUtime=12.67 cores=4-7
/proc/32617/task/32625/stat : 32625 (plingeling) R 32612 32612 32245 0 -1 4202560 1921 1252 0 0 1267 0 0 0 25 0 5 0 606564320 134696960 4990 33554432000 4194304 4356188 140734139470384 18446744073709551615 4330976 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32617/tid=32626] ppid=32612 vsize=131540 CPUtime=12.67 cores=4-7
/proc/32617/task/32626/stat : 32626 (plingeling) R 32612 32612 32245 0 -1 4202560 2020 1252 0 0 1267 0 0 0 25 0 5 0 606564320 134696960 4990 33554432000 4194304 4356188 140734139470384 18446744073709551615 4331971 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32617/tid=32627] ppid=32612 vsize=131540 CPUtime=12.59 cores=4-7
/proc/32617/task/32627/stat : 32627 (plingeling) R 32612 32612 32245 0 -1 4202560 2323 1252 0 0 1259 0 0 0 25 0 5 0 606564320 134696960 4990 33554432000 4194304 4356188 140734139470384 18446744073709551615 4332260 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 2662456

[startup+25.5009 s]
/proc/loadavg: 8.20 8.03 7.95 9/180 32628
/proc/meminfo: memFree=29648620/32950928 swapFree=67111364/67111528
[pid=32612] ppid=32610 vsize=18324 CPUtime=0 cores=0-7
/proc/32612/stat : 32612 (ppfolio) S 32610 32612 32245 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 606564318 18763776 390 33554432000 4194304 4287625 140736907261040 18446744073709551615 256415411727 0 0 4096 65536 17307535544980340735 0 0 17 6 0 0 0
/proc/32612/statm: 4581 390 341 23 0 91 0
[pid=32613] ppid=32612 vsize=44940 CPUtime=25.49 cores=0
/proc/32613/stat : 32613 (cryptominisat) R 32612 32612 32245 0 -1 4202496 18868 0 0 0 2547 2 0 0 25 0 1 0 606564318 46018560 5434 33554432000 4194304 4587354 140733460256224 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=32615] ppid=32612 vsize=456768 CPUtime=4782.44 cores=2
/proc/32615/stat : 32615 (TNM) R 32612 32612 32245 0 -1 4202496 596 0 0 0 478242 2 0 0 25 0 1 0 606564318 467730432 492 33554432000 134512640 134534564 4291791712 18446744073709551615 134530549 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32615/statm: 114192 492 95 6 0 112858 0
[pid=32616] ppid=32612 vsize=689128 CPUtime=4782.45 cores=3
/proc/32616/stat : 32616 (march_hi) R 32612 32612 32245 0 -1 4202496 125437 0 0 0 478151 94 0 0 25 0 1 0 606564318 705667072 124047 33554432000 4194304 4331988 140734388117520 18446744073709551615 4226414 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32616/statm: 172282 124047 175 34 0 170724 0
[pid=32617] ppid=32612 vsize=313688 CPUtime=19101.6 cores=4-7
/proc/32617/stat : 32617 (plingeling) S 32612 32612 32245 0 -1 4202496 474141 1252 0 0 1910081 74 0 0 18 0 5 0 606564318 321216512 50527 33554432000 4194304 4356188 140734139470384 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32617/statm: 78422 50527 161 40 0 76966 0
[pid=32617/tid=32624] ppid=32612 vsize=313688 CPUtime=4782.31 cores=4-7
/proc/32617/task/32624/stat : 32624 (plingeling) R 32612 32612 32245 0 -1 4202560 121198 1252 0 0 478213 18 0 0 25 0 5 0 606564320 321216512 50527 33554432000 4194304 4356188 140734139470384 18446744073709551615 4331323 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32617/tid=32625] ppid=32612 vsize=313688 CPUtime=4781.79 cores=4-7
/proc/32617/task/32625/stat : 32625 (plingeling) R 32612 32612 32245 0 -1 4202560 116110 1252 0 0 478161 18 0 0 25 0 5 0 606564320 321216512 50527 33554432000 4194304 4356188 140734139470384 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32617/tid=32626] ppid=32612 vsize=313688 CPUtime=4781.05 cores=4-7
/proc/32617/task/32626/stat : 32626 (plingeling) R 32612 32612 32245 0 -1 4202560 116233 1252 0 0 478086 19 0 0 25 0 5 0 606564320 321216512 50527 33554432000 4194304 4356188 140734139470384 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32617/tid=32627] ppid=32612 vsize=313688 CPUtime=4756.36 cores=4-7
/proc/32617/task/32627/stat : 32627 (plingeling) R 32612 32612 32245 0 -1 4202560 119415 1252 0 0 475619 17 0 0 25 0 5 0 606564320 321216512 50527 33554432000 4194304 4356188 140734139470384 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38231.3
Current children cumulated vsize (KiB) 1787028

[startup+4842.3 s]
/proc/loadavg: 8.06 8.04 8.00 9/180 305
/proc/meminfo: memFree=28803516/32950928 swapFree=67111364/67111528
[pid=32612] ppid=32610 vsize=18324 CPUtime=0.01 cores=0-7
/proc/32612/stat : 32612 (ppfolio) S 32610 32612 32245 0 -1 4202496 521 0 0 0 0 1 0 0 15 0 1 0 606564318 18763776 390 33554432000 4194304 4287625 140736907261040 18446744073709551615 256415411727 0 0 4096 65536 17307535544980340735 0 0 17 6 0 0 0
/proc/32612/statm: 4581 390 341 23 0 91 0
[pid=32613] ppid=32612 vsize=168864 CPUtime=4842.46 cores=0
/proc/32613/stat : 32613 (cryptominisat) R 32612 32612 32245 0 -1 4202496 447642 0 0 0 484054 192 0 0 25 0 1 0 606564318 172916736 37339 33554432000 4194304 4587354 140733460256224 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32613/statm: 42216 37339 336 96 0 38778 0
[pid=32614] ppid=32612 vsize=65112 CPUtime=4842.43 cores=1
/proc/32614/stat : 32614 (clasp) R 32612 32612 32245 0 -1 4202496 14428 0 0 0 484241 2 0 0 25 0 1 0 606564318 66674688 11931 33554432000 4194304 4785740 140735606425952 18446744073709551615 256415089235 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32614/statm: 16278 11931 341 145 0 13323 0
[pid=32615] ppid=32612 vsize=456768 CPUtime=4842.45 cores=2
/proc/32615/stat : 32615 (TNM) R 32612 32612 32245 0 -1 4202496 596 0 0 0 484243 2 0 0 25 0 1 0 606564318 467730432 492 33554432000 134512640 134534564 4291791712 18446744073709551615 134528993 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32615/statm: 114192 492 95 6 0 112858 0
[pid=32616] ppid=32612 vsize=689128 CPUtime=4842.45 cores=3
/proc/32616/stat : 32616 (march_hi) R 32612 32612 32245 0 -1 4202496 126763 0 0 0 484150 95 0 0 25 0 1 0 606564318 705667072 125373 33554432000 4194304 4331988 140734388117520 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32616/statm: 172282 125373 175 34 0 170724 0
[pid=32617] ppid=32612 vsize=320856 CPUtime=19341.2 cores=4-7
/proc/32617/stat : 32617 (plingeling) S 32612 32612 32245 0 -1 4202496 477661 1252 0 0 1934048 75 0 0 18 0 5 0 606564318 328556544 52319 33554432000 4194304 4356188 140734139470384 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32617/statm: 80214 52319 161 40 0 78758 0
[pid=32617/tid=32624] ppid=32612 vsize=320856 CPUtime=4842.31 cores=4-7
/proc/32617/task/32624/stat : 32624 (plingeling) R 32612 32612 32245 0 -1 4202560 121710 1252 0 0 484213 18 0 0 25 0 5 0 606564320 328556544 52319 33554432000 4194304 4356188 140734139470384 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32617/tid=32625] ppid=32612 vsize=320856 CPUtime=4841.79 cores=4-7
/proc/32617/task/32625/stat : 32625 (plingeling) R 32612 32612 32245 0 -1 4202560 117070 1252 0 0 484161 18 0 0 25 0 5 0 606564320 328556544 52319 33554432000 4194304 4356188 140734139470384 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32617/tid=32626] ppid=32612 vsize=320856 CPUtime=4841.04 cores=4-7
/proc/32617/task/32626/stat : 32626 (plingeling) R 32612 32612 32245 0 -1 4202560 117001 1252 0 0 484085 19 0 0 25 0 5 0 606564320 328556544 52319 33554432000 4194304 4356188 140734139470384 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32617/tid=32627] ppid=32612 vsize=320856 CPUtime=4816.04 cores=4-7
/proc/32617/task/32627/stat : 32627 (plingeling) R 32612 32612 32245 0 -1 4202560 120695 1252 0 0 481586 18 0 0 25 0 5 0 606564320 328556544 52319 33554432000 4194304 4356188 140734139470384 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38711
Current children cumulated vsize (KiB) 1719052

[startup+4902.3 s]
/proc/loadavg: 8.05 8.04 8.00 9/180 306
/proc/meminfo: memFree=28795508/32950928 swapFree=67111364/67111528
[pid=32612] ppid=32610 vsize=18324 CPUtime=0.01 cores=0-7
/proc/32612/stat : 32612 (ppfolio) S 32610 32612 32245 0 -1 4202496 521 0 0 0 0 1 0 0 15 0 1 0 606564318 18763776 390 33554432000 4194304 4287625 140736907261040 18446744073709551615 256415411727 0 0 4096 65536 17307535544980340735 0 0 17 6 0 0 0
/proc/32612/statm: 4581 390 341 23 0 91 0
[pid=32613] ppid=32612 vsize=244632 CPUtime=4902.46 cores=0
/proc/32613/stat : 32613 (cryptominisat) R 32612 32612 32245 0 -1 4202496 449284 0 0 0 490053 193 0 0 25 0 1 0 606564318 250503168 38932 33554432000 4194304 4587354 140733460256224 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32613/statm: 61158 38932 336 96 0 57720 0
[pid=32614] ppid=32612 vsize=65112 CPUtime=4902.43 cores=1
/proc/32614/stat : 32614 (clasp) R 32612 32612 32245 0 -1 4202496 14428 0 0 0 490241 2 0 0 25 0 1 0 606564318 66674688 11931 33554432000 4194304 4785740 140735606425952 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32614/statm: 16278 11931 341 145 0 13323 0
[pid=32615] ppid=32612 vsize=456768 CPUtime=4902.45 cores=2
/proc/32615/stat : 32615 (TNM) R 32612 32612 32245 0 -1 4202496 596 0 0 0 490243 2 0 0 25 0 1 0 606564318 467730432 492 33554432000 134512640 134534564 4291791712 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32615/statm: 114192 492 95 6 0 112858 0
[pid=32616] ppid=32612 vsize=689128 CPUtime=4902.46 cores=3
/proc/32616/stat : 32616 (march_hi) R 32612 32612 32245 0 -1 4202496 128187 0 0 0 490149 97 0 0 25 0 1 0 606564318 705667072 126797 33554432000 4194304 4331988 140734388117520 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32616/statm: 172282 126797 175 34 0 170724 0
[pid=32617] ppid=32612 vsize=317272 CPUtime=19580.9 cores=4-7
/proc/32617/stat : 32617 (plingeling) S 32612 32612 32245 0 -1 4202496 480797 1252 0 0 1958015 75 0 0 18 0 5 0 606564318 324886528 51423 33554432000 4194304 4356188 140734139470384 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32617/statm: 79318 51423 161 40 0 77862 0
[pid=32617/tid=32624] ppid=32612 vsize=317272 CPUtime=4902.31 cores=4-7
/proc/32617/task/32624/stat : 32624 (plingeling) R 32612 32612 32245 0 -1 4202560 122990 1252 0 0 490213 18 0 0 25 0 5 0 606564320 324886528 51423 33554432000 4194304 4356188 140734139470384 18446744073709551615 4331007 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32617/tid=32625] ppid=32612 vsize=317272 CPUtime=4901.79 cores=4-7
/proc/32617/task/32625/stat : 32625 (plingeling) R 32612 32612 32245 0 -1 4202560 117070 1252 0 0 490161 18 0 0 25 0 5 0 606564320 324886528 51423 33554432000 4194304 4356188 140734139470384 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32617/tid=32626] ppid=32612 vsize=317272 CPUtime=4901.04 cores=4-7
/proc/32617/task/32626/stat : 32626 (plingeling) R 32612 32612 32245 0 -1 4202560 117833 1252 0 0 490085 19 0 0 25 0 5 0 606564320 324886528 51423 33554432000 4194304 4356188 140734139470384 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32617/tid=32627] ppid=32612 vsize=317272 CPUtime=4875.71 cores=4-7
/proc/32617/task/32627/stat : 32627 (plingeling) R 32612 32612 32245 0 -1 4202560 121719 1252 0 0 487553 18 0 0 25 0 5 0 606564320 324886528 51423 33554432000 4194304 4356188 140734139470384 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39190.7
Current children cumulated vsize (KiB) 1791236

[startup+4962.3 s]
/proc/loadavg: 8.13 8.06 8.01 9/180 308
/proc/meminfo: memFree=28792352/32950928 swapFree=67111364/67111528
[pid=32612] ppid=32610 vsize=18324 CPUtime=0.01 cores=0-7
/proc/32612/stat : 32612 (ppfolio) S 32610 32612 32245 0 -1 4202496 521 0 0 0 0 1 0 0 15 0 1 0 606564318 18763776 390 33554432000 4194304 4287625 140736907261040 18446744073709551615 256415411727 0 0 4096 65536 17307535544980340735 0 0 17 6 0 0 0
/proc/32612/statm: 4581 390 341 23 0 91 0
[pid=32613] ppid=32612 vsize=244924 CPUtime=4962.46 cores=0
/proc/32613/stat : 32613 (cryptominisat) R 32612 32612 32245 0 -1 4202496 449624 0 0 0 496053 193 0 0 25 0 1 0 606564318 250802176 37506 33554432000 4194304 4587354 140733460256224 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32613/statm: 61231 37506 336 96 0 57793 0
[pid=32614] ppid=32612 vsize=65400 CPUtime=4962.44 cores=1
/proc/32614/stat : 32614 (clasp) R 32612 32612 32245 0 -1 4202496 14479 0 0 0 496242 2 0 0 25 0 1 0 606564318 66969600 11982 33554432000 4194304 4785740 140735606425952 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32614/statm: 16350 11982 341 145 0 13395 0
[pid=32615] ppid=32612 vsize=456768 CPUtime=4962.45 cores=2
/proc/32615/stat : 32615 (TNM) R 32612 32612 32245 0 -1 4202496 596 0 0 0 496243 2 0 0 25 0 1 0 606564318 467730432 492 33554432000 134512640 134534564 4291791712 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32615/statm: 114192 492 95 6 0 112858 0
[pid=32616] ppid=32612 vsize=698236 CPUtime=4962.46 cores=3
/proc/32616/stat : 32616 (march_hi) R 32612 32612 32245 0 -1 4202496 129779 0 0 0 496147 99 0 0 25 0 1 0 606564318 714993664 128389 33554432000 4194304 4331988 140734388117520 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32616/statm: 174559 128389 175 34 0 173001 0
[pid=32617] ppid=32612 vsize=320344 CPUtime=19820.6 cores=4-7
/proc/32617/stat : 32617 (plingeling) S 32612 32612 32245 0 -1 4202496 485725 1252 0 0 1981981 76 0 0 18 0 5 0 606564318 328032256 52191 33554432000 4194304 4356188 140734139470384 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32617/statm: 80086 52191 161 40 0 78630 0
[pid=32617/tid=32624] ppid=32612 vsize=320344 CPUtime=4962.31 cores=4-7
/proc/32617/task/32624/stat : 32624 (plingeling) R 32612 32612 32245 0 -1 4202560 124014 1252 0 0 496213 18 0 0 25 0 5 0 606564320 328032256 52191 33554432000 4194304 4356188 140734139470384 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32617/tid=32625] ppid=32612 vsize=320344 CPUtime=4961.79 cores=4-7
/proc/32617/task/32625/stat : 32625 (plingeling) R 32612 32612 32245 0 -1 4202560 118798 1252 0 0 496161 18 0 0 25 0 5 0 606564320 328032256 52191 33554432000 4194304 4356188 140734139470384 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32617/tid=32626] ppid=32612 vsize=320344 CPUtime=4961.04 cores=4-7
/proc/32617/task/32626/stat : 32626 (plingeling) R 32612 32612 32245 0 -1 4202560 118729 1252 0 0 496084 20 0 0 25 0 5 0 606564320 328032256 52191 33554432000 4194304 4356188 140734139470384 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32617/tid=32627] ppid=32612 vsize=320344 CPUtime=4935.39 cores=4-7
/proc/32617/task/32627/stat : 32627 (plingeling) R 32612 32612 32245 0 -1 4202560 122999 1252 0 0 493521 18 0 0 25 0 5 0 606564320 328032256 52191 33554432000 4194304 4356188 140734139470384 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39670.4
Current children cumulated vsize (KiB) 1803996



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.07 8.05 8.00 9/180 309
/proc/meminfo: memFree=28790716/32950928 swapFree=67111364/67111528
[pid=32612] ppid=32610 vsize=18324 CPUtime=0.01 cores=0-7
/proc/32612/stat : 32612 (ppfolio) S 32610 32612 32245 0 -1 4202496 521 0 0 0 0 1 0 0 15 0 1 0 606564318 18763776 390 33554432000 4194304 4287625 140736907261040 18446744073709551615 256415411727 0 0 4096 65536 17307535544980340735 0 0 17 6 0 0 0
/proc/32612/statm: 4581 390 341 23 0 91 0
[pid=32613] ppid=32612 vsize=244924 CPUtime=5000.17 cores=0
/proc/32613/stat : 32613 (cryptominisat) R 32612 32612 32245 0 -1 4202496 451051 0 0 0 499823 194 0 0 25 0 1 0 606564318 250802176 38891 33554432000 4194304 4587354 140733460256224 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32613/statm: 61231 38891 336 96 0 57793 0
[pid=32614] ppid=32612 vsize=65400 CPUtime=5000.14 cores=1
/proc/32614/stat : 32614 (clasp) R 32612 32612 32245 0 -1 4202496 14482 0 0 0 500012 2 0 0 25 0 1 0 606564318 66969600 11985 33554432000 4194304 4785740 140735606425952 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32614/statm: 16350 11985 341 145 0 13395 0
[pid=32615] ppid=32612 vsize=456768 CPUtime=5000.16 cores=2
/proc/32615/stat : 32615 (TNM) R 32612 32612 32245 0 -1 4202496 596 0 0 0 500014 2 0 0 25 0 1 0 606564318 467730432 492 33554432000 134512640 134534564 4291791712 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32615/statm: 114192 492 95 6 0 112858 0
[pid=32616] ppid=32612 vsize=698236 CPUtime=5000.16 cores=3
/proc/32616/stat : 32616 (march_hi) R 32612 32612 32245 0 -1 4202496 130696 0 0 0 499917 99 0 0 25 0 1 0 606564318 714993664 129306 33554432000 4194304 4331988 140734388117520 18446744073709551615 4299221 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32616/statm: 174559 129306 175 34 0 173001 0
[pid=32617] ppid=32612 vsize=311128 CPUtime=19971.2 cores=4-7
/proc/32617/stat : 32617 (plingeling) S 32612 32612 32245 0 -1 4202496 488093 1252 0 0 1997042 77 0 0 18 0 5 0 606564318 318595072 49887 33554432000 4194304 4356188 140734139470384 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32617/statm: 77782 49887 161 40 0 76326 0
[pid=32617/tid=32624] ppid=32612 vsize=311128 CPUtime=5000.02 cores=4-7
/proc/32617/task/32624/stat : 32624 (plingeling) R 32612 32612 32245 0 -1 4202560 124334 1252 0 0 499984 18 0 0 25 0 5 0 606564320 318595072 49887 33554432000 4194304 4356188 140734139470384 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32617/tid=32625] ppid=32612 vsize=311128 CPUtime=4999.5 cores=4-7
/proc/32617/task/32625/stat : 32625 (plingeling) R 32612 32612 32245 0 -1 4202560 119822 1252 0 0 499931 19 0 0 25 0 5 0 606564320 318595072 49887 33554432000 4194304 4356188 140734139470384 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32617/tid=32626] ppid=32612 vsize=311128 CPUtime=4998.75 cores=4-7
/proc/32617/task/32626/stat : 32626 (plingeling) R 32612 32612 32245 0 -1 4202560 118729 1252 0 0 499855 20 0 0 25 0 5 0 606564320 318595072 49887 33554432000 4194304 4356188 140734139470384 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32617/tid=32627] ppid=32612 vsize=311128 CPUtime=4972.88 cores=4-7
/proc/32617/task/32627/stat : 32627 (plingeling) R 32612 32612 32245 0 -1 4202560 124023 1252 0 0 497270 18 0 0 25 0 5 0 606564320 318595072 49887 33554432000 4194304 4356188 140734139470384 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39971.8
Current children cumulated vsize (KiB) 1794780

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 32612 and gives
#  childrusage.ru_utime.tv_sec=14998
#  childrusage.ru_utime.tv_usec=505880
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=24692
# CPU time returned by wait4() is 15000.5
# while last known CPU time is 39971.8
#
# 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.8
CPU user time (s): 39968.1
CPU system time (s): 3.75
CPU usage (%): 799.434
Max. virtual memory (cumulated for all children) (KiB): 13273412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14998.5
system time used= 2.02469
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 466665
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= 797
involuntary context switches= 33979

runsolver used 7.79382 second user time and 19.474 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-30 13:35:36
IDJOB=3222021
IDBENCH=83020
IDSOLVER=1638
FILE ID=node115/3222021-1304163336
RUNJOBID= node115-1304162845-32259
PBS_JOBID= 13170941
Free space on /tmp= 72880 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S423984545-074.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3222021-1304163336/watcher-3222021-1304163336 -o /tmp/evaluation-result-3222021-1304163336/solver-3222021-1304163336 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3222021-1304163336.cnf

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

MD5SUM BENCH= 2ef214e0162b22d1093a804ea2af97a1
RANDOM SEED=1261672305

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.77
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.811
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29709132 kB
Buffers:        843032 kB
Cached:        1906320 kB
SwapCached:          0 kB
Active:         229052 kB
Inactive:      2583652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29709132 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           10056 kB
Writeback:           0 kB
AnonPages:       64656 kB
Mapped:          15132 kB
Slab:           361944 kB
PageTables:       4412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185920 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= 72868 MiB
End job on node115 at 2011-04-30 14:58:59