Trace number 3222039

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

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S2092454698-027.UNKNOWN.cnf
MD5SUM53886d9ad7fbf83830a3a7ec45d41e34
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-3222039-1304163429/watcher-3222039-1304163429 -o /tmp/evaluation-result-3222039-1304163429/solver-3222039-1304163429 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3222039-1304163429.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.51 6.93 6.96 2/168 31849
/proc/meminfo: memFree=30761248/32951132 swapFree=67111356/67111528
[pid=31849] ppid=31847 vsize=18324 CPUtime=0 cores=0-7
/proc/31849/stat : 31849 (ppfolio) R 31847 31849 31594 0 -1 4202496 521 0 0 0 0 0 0 0 21 0 1 0 527942520 18763776 390 33554432000 4194304 4287625 140736732114976 18446744073709551615 274664828431 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/31849/statm: 4581 390 341 23 0 91 0

[startup+0.050566 s]
/proc/loadavg: 6.51 6.93 6.96 2/168 31849
/proc/meminfo: memFree=30761248/32951132 swapFree=67111356/67111528
[pid=31849] ppid=31847 vsize=18324 CPUtime=0 cores=0-7
/proc/31849/stat : 31849 (ppfolio) S 31847 31849 31594 0 -1 4202496 522 0 0 0 0 0 0 0 21 0 1 0 527942520 18763776 390 33554432000 4194304 4287625 140736732114976 18446744073709551615 274664828431 0 0 4096 65536 3463100854536503295 0 0 17 6 0 0 0
/proc/31849/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100557 s]
/proc/loadavg: 6.51 6.93 6.96 2/168 31849
/proc/meminfo: memFree=30761248/32951132 swapFree=67111356/67111528
[pid=31849] ppid=31847 vsize=18324 CPUtime=0 cores=0-7
/proc/31849/stat : 31849 (ppfolio) S 31847 31849 31594 0 -1 4202496 522 0 0 0 0 0 0 0 21 0 1 0 527942520 18763776 390 33554432000 4194304 4287625 140736732114976 18446744073709551615 274664828431 0 0 4096 65536 3463100854536503295 0 0 17 6 0 0 0
/proc/31849/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300522 s]
/proc/loadavg: 6.51 6.93 6.96 2/168 31849
/proc/meminfo: memFree=30761248/32951132 swapFree=67111356/67111528
[pid=31849] ppid=31847 vsize=18324 CPUtime=0 cores=0-7
/proc/31849/stat : 31849 (ppfolio) S 31847 31849 31594 0 -1 4202496 522 0 0 0 0 0 0 0 19 0 1 0 527942520 18763776 390 33554432000 4194304 4287625 140736732114976 18446744073709551615 274664828431 0 0 4096 65536 3463100854536503295 0 0 17 6 0 0 0
/proc/31849/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700453 s]
/proc/loadavg: 6.51 6.93 6.96 2/168 31849
/proc/meminfo: memFree=30761248/32951132 swapFree=67111356/67111528
[pid=31849] ppid=31847 vsize=18324 CPUtime=0 cores=0-7
/proc/31849/stat : 31849 (ppfolio) S 31847 31849 31594 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527942520 18763776 390 33554432000 4194304 4287625 140736732114976 18446744073709551615 274664828431 0 0 4096 65536 3463100854536503295 0 0 17 6 0 0 0
/proc/31849/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50131 s]
/proc/loadavg: 6.51 6.93 6.96 9/178 31864
/proc/meminfo: memFree=30746000/32951132 swapFree=67111356/67111528
[pid=31849] ppid=31847 vsize=18324 CPUtime=0 cores=0-7
/proc/31849/stat : 31849 (ppfolio) S 31847 31849 31594 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527942520 18763776 390 33554432000 4194304 4287625 140736732114976 18446744073709551615 274664828431 0 0 4096 65536 3463100854536503295 0 0 17 6 0 0 0
/proc/31849/statm: 4581 390 341 23 0 91 0
[pid=31850] ppid=31849 vsize=1111768 CPUtime=1.49 cores=0
/proc/31850/stat : 31850 (cryptominisat) R 31849 31849 31594 0 -1 4202496 3952 0 0 0 149 0 0 0 23 0 1 0 527942520 1138450432 2639 33554432000 4194304 4587354 140733697934224 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31850/statm: 277942 2639 337 96 0 274504 0
[pid=31851] ppid=31849 vsize=14080 CPUtime=1.49 cores=1
/proc/31851/stat : 31851 (clasp) R 31849 31849 31594 0 -1 4202496 960 0 0 0 149 0 0 0 20 0 1 0 527942520 14417920 852 33554432000 4194304 4785740 140733494029536 18446744073709551615 4278081 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31851/statm: 3520 852 340 145 0 565 0
[pid=31852] ppid=31849 vsize=455996 CPUtime=1.49 cores=2
/proc/31852/stat : 31852 (TNM) R 31849 31849 31594 0 -1 4202496 364 0 0 0 149 0 0 0 25 0 1 0 527942520 466939904 261 33554432000 134512640 134534564 4290257360 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31852/statm: 113999 261 95 6 0 112665 0
[pid=31853] ppid=31849 vsize=7720 CPUtime=1.49 cores=3
/proc/31853/stat : 31853 (march_hi) R 31849 31849 31594 0 -1 4202496 589 0 0 0 149 0 0 0 20 0 1 0 527942520 7905280 458 33554432000 4194304 4331988 140737286912176 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31853/statm: 1930 458 175 34 0 372 0
[pid=31854] ppid=31849 vsize=56988 CPUtime=5.93 cores=4-7
/proc/31854/stat : 31854 (plingeling) S 31849 31849 31594 0 -1 4202496 3688 1251 0 0 593 0 0 0 23 0 5 0 527942520 58355712 2703 33554432000 4194304 4356188 140736656449200 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/31854/statm: 14247 2703 162 40 0 12791 0
[pid=31854/tid=31861] ppid=31849 vsize=56988 CPUtime=1.47 cores=4-7
/proc/31854/task/31861/stat : 31861 (plingeling) R 31849 31849 31594 0 -1 4202560 776 1251 0 0 147 0 0 0 25 0 5 0 527942521 58355712 2703 33554432000 4194304 4356188 140736656449200 18446744073709551615 4332037 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31854/tid=31862] ppid=31849 vsize=56988 CPUtime=1.48 cores=4-7
/proc/31854/task/31862/stat : 31862 (plingeling) R 31849 31849 31594 0 -1 4202560 775 1251 0 0 148 0 0 0 25 0 5 0 527942521 58355712 2703 33554432000 4194304 4356188 140736656449200 18446744073709551615 4331335 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31854/tid=31863] ppid=31849 vsize=56988 CPUtime=1.48 cores=4-7
/proc/31854/task/31863/stat : 31863 (plingeling) R 31849 31849 31594 0 -1 4202560 778 1251 0 0 148 0 0 0 25 0 5 0 527942521 58355712 2703 33554432000 4194304 4356188 140736656449200 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31854/tid=31864] ppid=31849 vsize=56988 CPUtime=1.48 cores=4-7
/proc/31854/task/31864/stat : 31864 (plingeling) R 31849 31849 31594 0 -1 4202560 803 1251 0 0 148 0 0 0 25 0 5 0 527942521 58355712 2703 33554432000 4194304 4356188 140736656449200 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 1664876

[startup+3.10104 s]
/proc/loadavg: 6.51 6.93 6.96 9/178 31864
/proc/meminfo: memFree=30733848/32951132 swapFree=67111356/67111528
[pid=31849] ppid=31847 vsize=18324 CPUtime=0 cores=0-7
/proc/31849/stat : 31849 (ppfolio) S 31847 31849 31594 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527942520 18763776 390 33554432000 4194304 4287625 140736732114976 18446744073709551615 274664828431 0 0 4096 65536 3463100854536503295 0 0 17 6 0 0 0
/proc/31849/statm: 4581 390 341 23 0 91 0
[pid=31850] ppid=31849 vsize=1114444 CPUtime=3.08 cores=0
/proc/31850/stat : 31850 (cryptominisat) R 31849 31849 31594 0 -1 4202496 5673 0 0 0 308 0 0 0 25 0 1 0 527942520 1141190656 3409 33554432000 4194304 4587354 140733697934224 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31850/statm: 278611 3409 337 96 0 275173 0
[pid=31851] ppid=31849 vsize=14624 CPUtime=3.09 cores=1
/proc/31851/stat : 31851 (clasp) R 31849 31849 31594 0 -1 4202496 1094 0 0 0 309 0 0 0 25 0 1 0 527942520 14974976 986 33554432000 4194304 4785740 140733494029536 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31851/statm: 3656 986 340 145 0 701 0
[pid=31852] ppid=31849 vsize=455996 CPUtime=2.84 cores=2
/proc/31852/stat : 31852 (TNM) R 31849 31849 31594 0 -1 4202496 364 0 0 0 283 1 0 0 25 0 1 0 527942520 466939904 261 33554432000 134512640 134534564 4290257360 18446744073709551615 134528955 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31852/statm: 113999 261 95 6 0 112665 0
[pid=31853] ppid=31849 vsize=8288 CPUtime=3.09 cores=3
/proc/31853/stat : 31853 (march_hi) R 31849 31849 31594 0 -1 4202496 684 0 0 0 309 0 0 0 25 0 1 0 527942520 8486912 553 33554432000 4194304 4331988 140737286912176 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31853/statm: 2072 553 175 34 0 514 0
[pid=31854] ppid=31849 vsize=62628 CPUtime=12.32 cores=4-7
/proc/31854/stat : 31854 (plingeling) S 31849 31849 31594 0 -1 4202496 5546 1251 0 0 1232 0 0 0 23 0 5 0 527942520 64131072 4113 33554432000 4194304 4356188 140736656449200 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/31854/statm: 15657 4113 162 40 0 14201 0
[pid=31854/tid=31861] ppid=31849 vsize=62628 CPUtime=3.07 cores=4-7
/proc/31854/task/31861/stat : 31861 (plingeling) R 31849 31849 31594 0 -1 4202560 1257 1251 0 0 307 0 0 0 25 0 5 0 527942521 64131072 4113 33554432000 4194304 4356188 140736656449200 18446744073709551615 4331126 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31854/tid=31862] ppid=31849 vsize=62628 CPUtime=3.08 cores=4-7
/proc/31854/task/31862/stat : 31862 (plingeling) R 31849 31849 31594 0 -1 4202560 1191 1251 0 0 308 0 0 0 25 0 5 0 527942521 64131072 4113 33554432000 4194304 4356188 140736656449200 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31854/tid=31863] ppid=31849 vsize=62628 CPUtime=3.08 cores=4-7
/proc/31854/task/31863/stat : 31863 (plingeling) R 31849 31849 31594 0 -1 4202560 1226 1251 0 0 308 0 0 0 25 0 5 0 527942521 64131072 4113 33554432000 4194304 4356188 140736656449200 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31854/tid=31864] ppid=31849 vsize=62628 CPUtime=3.08 cores=4-7
/proc/31854/task/31864/stat : 31864 (plingeling) R 31849 31849 31594 0 -1 4202560 1316 1251 0 0 308 0 0 0 25 0 5 0 527942521 64131072 4113 33554432000 4194304 4356188 140736656449200 18446744073709551615 4210615 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.42
Current children cumulated vsize (KiB) 1674304

[startup+6.30048 s]
/proc/loadavg: 6.71 6.96 6.98 9/178 31864
/proc/meminfo: memFree=30727172/32951132 swapFree=67111356/67111528
[pid=31849] ppid=31847 vsize=18324 CPUtime=0 cores=0-7
/proc/31849/stat : 31849 (ppfolio) S 31847 31849 31594 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527942520 18763776 390 33554432000 4194304 4287625 140736732114976 18446744073709551615 274664828431 0 0 4096 65536 3463100854536503295 0 0 17 6 0 0 0
/proc/31849/statm: 4581 390 341 23 0 91 0
[pid=31850] ppid=31849 vsize=1114788 CPUtime=6.29 cores=0
/proc/31850/stat : 31850 (cryptominisat) R 31849 31849 31594 0 -1 4202496 8117 0 0 0 628 1 0 0 25 0 1 0 527942520 1141542912 3417 33554432000 4194304 4587354 140733697934224 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31850/statm: 278697 3417 337 96 0 275259 0
[pid=31851] ppid=31849 vsize=15476 CPUtime=6.29 cores=1
/proc/31851/stat : 31851 (clasp) R 31849 31849 31594 0 -1 4202496 1330 0 0 0 629 0 0 0 25 0 1 0 527942520 15847424 1222 33554432000 4194304 4785740 140733494029536 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31851/statm: 3869 1222 340 145 0 914 0
[pid=31852] ppid=31849 vsize=455996 CPUtime=4.47 cores=2
/proc/31852/stat : 31852 (TNM) R 31849 31849 31594 0 -1 4202496 364 0 0 0 437 10 0 0 25 0 1 0 527942520 466939904 261 33554432000 134512640 134534564 4290257360 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31852/statm: 113999 261 95 6 0 112665 0
[pid=31853] ppid=31849 vsize=8800 CPUtime=6.29 cores=3
/proc/31853/stat : 31853 (march_hi) R 31849 31849 31594 0 -1 4202496 861 0 0 0 629 0 0 0 25 0 1 0 527942520 9011200 730 33554432000 4194304 4331988 140737286912176 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31853/statm: 2200 730 175 34 0 642 0
[pid=31854] ppid=31849 vsize=63412 CPUtime=25.11 cores=4-7
/proc/31854/stat : 31854 (plingeling) S 31849 31849 31594 0 -1 4202496 7694 1251 0 0 2510 1 0 0 23 0 5 0 527942520 64933888 4309 33554432000 4194304 4356188 140736656449200 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/31854/statm: 15853 4309 162 40 0 14397 0
[pid=31854/tid=31861] ppid=31849 vsize=63412 CPUtime=6.25 cores=4-7
/proc/31854/task/31861/stat : 31861 (plingeling) R 31849 31849 31594 0 -1 4202560 1834 1251 0 0 625 0 0 0 25 0 5 0 527942521 64933888 4309 33554432000 4194304 4356188 140736656449200 18446744073709551615 4331002 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31854/tid=31862] ppid=31849 vsize=63412 CPUtime=6.28 cores=4-7
/proc/31854/task/31862/stat : 31862 (plingeling) R 31849 31849 31594 0 -1 4202560 1768 1251 0 0 628 0 0 0 25 0 5 0 527942521 64933888 4309 33554432000 4194304 4356188 140736656449200 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31854/tid=31863] ppid=31849 vsize=63412 CPUtime=6.27 cores=4-7
/proc/31854/task/31863/stat : 31863 (plingeling) R 31849 31849 31594 0 -1 4202560 1707 1251 0 0 627 0 0 0 25 0 5 0 527942521 64933888 4309 33554432000 4194304 4356188 140736656449200 18446744073709551615 4330976 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31854/tid=31864] ppid=31849 vsize=63412 CPUtime=6.28 cores=4-7
/proc/31854/task/31864/stat : 31864 (plingeling) R 31849 31849 31594 0 -1 4202560 1829 1251 0 0 628 0 0 0 25 0 5 0 527942521 64933888 4309 33554432000 4194304 4356188 140736656449200 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 48.45
Current children cumulated vsize (KiB) 1676796

[startup+12.7004 s]
/proc/loadavg: 6.81 6.98 6.98 9/178 31864
/proc/meminfo: memFree=30712400/32951132 swapFree=67111356/67111528
[pid=31849] ppid=31847 vsize=18324 CPUtime=0 cores=0-7
/proc/31849/stat : 31849 (ppfolio) S 31847 31849 31594 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527942520 18763776 390 33554432000 4194304 4287625 140736732114976 18446744073709551615 274664828431 0 0 4096 65536 3463100854536503295 0 0 17 6 0 0 0
/proc/31849/statm: 4581 390 341 23 0 91 0
[pid=31850] ppid=31849 vsize=39644 CPUtime=12.68 cores=0
/proc/31850/stat : 31850 (cryptominisat) R 31849 31849 31594 0 -1 4202496 12864 0 0 0 1266 2 0 0 25 0 1 0 527942520 40595456 4148 33554432000 4194304 4587354 140733697934224 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31850/statm: 9911 4148 337 96 0 6473 0
[pid=31851] ppid=31849 vsize=16488 CPUtime=12.69 cores=1
/proc/31851/stat : 31851 (clasp) R 31849 31849 31594 0 -1 4202496 1559 0 0 0 1269 0 0 0 25 0 1 0 527942520 16883712 1451 33554432000 4194304 4785740 140733494029536 18446744073709551615 4287207 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31851/statm: 4122 1451 340 145 0 1167 0
[pid=31852] ppid=31849 vsize=455996 CPUtime=10.85 cores=2
/proc/31852/stat : 31852 (TNM) R 31849 31849 31594 0 -1 4202496 364 0 0 0 1072 13 0 0 25 0 1 0 527942520 466939904 261 33554432000 134512640 134534564 4290257360 18446744073709551615 134528875 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31852/statm: 113999 261 95 6 0 112665 0
[pid=31853] ppid=31849 vsize=10716 CPUtime=12.69 cores=3
/proc/31853/stat : 31853 (march_hi) R 31849 31849 31594 0 -1 4202496 1208 0 0 0 1269 0 0 0 25 0 1 0 527942520 10973184 1077 33554432000 4194304 4331988 140737286912176 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31853/statm: 2679 1077 175 34 0 1121 0
[pid=31854] ppid=31849 vsize=75200 CPUtime=50.68 cores=4-7
/proc/31854/stat : 31854 (plingeling) S 31849 31849 31594 0 -1 4202496 13425 1251 0 0 5066 2 0 0 23 0 5 0 527942520 77004800 7256 33554432000 4194304 4356188 140736656449200 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/31854/statm: 18800 7256 162 40 0 17344 0
[pid=31854/tid=31861] ppid=31849 vsize=75200 CPUtime=12.62 cores=4-7
/proc/31854/task/31861/stat : 31861 (plingeling) R 31849 31849 31594 0 -1 4202560 3179 1251 0 0 1262 0 0 0 25 0 5 0 527942521 77004800 7256 33554432000 4194304 4356188 140736656449200 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31854/tid=31862] ppid=31849 vsize=75200 CPUtime=12.67 cores=4-7
/proc/31854/task/31862/stat : 31862 (plingeling) R 31849 31849 31594 0 -1 4202560 3144 1251 0 0 1267 0 0 0 25 0 5 0 527942521 77004800 7256 33554432000 4194304 4356188 140736656449200 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31854/tid=31863] ppid=31849 vsize=75200 CPUtime=12.67 cores=4-7
/proc/31854/task/31863/stat : 31863 (plingeling) R 31849 31849 31594 0 -1 4202560 3244 1251 0 0 1267 0 0 0 25 0 5 0 527942521 77004800 7256 33554432000 4194304 4356188 140736656449200 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31854/tid=31864] ppid=31849 vsize=75200 CPUtime=12.68 cores=4-7
/proc/31854/task/31864/stat : 31864 (plingeling) R 31849 31849 31594 0 -1 4202560 3302 1251 0 0 1268 0 0 0 25 0 5 0 527942521 77004800 7256 33554432000 4194304 4356188 140736656449200 18446744073709551615 4331019 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 99.59
Current children cumulated vsize (KiB) 616368

[startup+25.5012 s]
/proc/loadavg: 7.07 7.03 7.00 9/178 31864
/proc/meminfo: memFree=30701720/32951132 swapFree=67111356/67111528
[pid=31849] ppid=31847 vsize=18324 CPUtime=0 cores=0-7
/proc/31849/stat : 31849 (ppfolio) S 31847 31849 31594 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527942520 18763776 390 33554432000 4194304 4287625 140736732114976 18446744073709551615 274664828431 0 0 4096 65536 3463100854536503295 0 0 17 6 0 0 0
/proc/31849/statm: 4581 390 341 23 0 91 0
[pid=31850] ppid=31849 vsize=1122064 CPUtime=25.48 cores=0
/proc/31850/stat : 31850 (cryptominisat) R 31849 31849 31594 0 -1 4202496 19904 0 0 0 2544 4 0 0 25 0 1 0 527942520 1148993536 5067 33554432000 4194304 4587354 140733697934224 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=31852] ppid=31849 vsize=456000 CPUtime=4776.96 cores=2
/proc/31852/stat : 31852 (TNM) R 31849 31849 31594 0 -1 4202496 373 0 0 0 477598 98 0 0 25 0 1 0 527942520 466944000 270 33554432000 134512640 134534564 4290257360 18446744073709551615 134528652 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31852/statm: 114000 270 103 6 0 112666 0
[pid=31853] ppid=31849 vsize=731992 CPUtime=4782.07 cores=3
/proc/31853/stat : 31853 (march_hi) R 31849 31849 31594 0 -1 4202496 173930 0 0 0 478074 133 0 0 25 0 1 0 527942520 749559808 173799 33554432000 4194304 4331988 140737286912176 18446744073709551615 4287057 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31853/statm: 182998 173799 175 34 0 181440 0
[pid=31854] ppid=31849 vsize=264120 CPUtime=19102.1 cores=4-7
/proc/31854/stat : 31854 (plingeling) S 31849 31849 31594 0 -1 4202496 799231 1251 0 0 1910082 124 0 0 23 0 5 0 527942520 270458880 54486 33554432000 4194304 4356188 140736656449200 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/31854/statm: 66030 54486 162 40 0 64574 0
[pid=31854/tid=31861] ppid=31849 vsize=264120 CPUtime=4756.44 cores=4-7
/proc/31854/task/31861/stat : 31861 (plingeling) R 31849 31849 31594 0 -1 4202560 195118 1251 0 0 475610 34 0 0 25 0 5 0 527942521 270458880 54486 33554432000 4194304 4356188 140736656449200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31854/tid=31862] ppid=31849 vsize=264120 CPUtime=4782.06 cores=4-7
/proc/31854/task/31862/stat : 31862 (plingeling) R 31849 31849 31594 0 -1 4202560 221869 1251 0 0 478173 33 0 0 25 0 5 0 527942521 270458880 54486 33554432000 4194304 4356188 140736656449200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31854/tid=31863] ppid=31849 vsize=264120 CPUtime=4781.94 cores=4-7
/proc/31854/task/31863/stat : 31863 (plingeling) R 31849 31849 31594 0 -1 4202560 198383 1251 0 0 478164 30 0 0 25 0 5 0 527942521 270458880 54486 33554432000 4194304 4356188 140736656449200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31854/tid=31864] ppid=31849 vsize=264120 CPUtime=4781.59 cores=4-7
/proc/31854/task/31864/stat : 31864 (plingeling) R 31849 31849 31594 0 -1 4202560 183305 1251 0 0 478133 26 0 0 25 0 5 0 527942521 270458880 54486 33554432000 4194304 4356188 140736656449200 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38224.4
Current children cumulated vsize (KiB) 2742088

[startup+4842.3 s]
/proc/loadavg: 8.01 8.03 8.00 9/178 32005
/proc/meminfo: memFree=29673544/32951132 swapFree=67111356/67111528
[pid=31849] ppid=31847 vsize=18324 CPUtime=0 cores=0-7
/proc/31849/stat : 31849 (ppfolio) S 31847 31849 31594 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527942520 18763776 390 33554432000 4194304 4287625 140736732114976 18446744073709551615 274664828431 0 0 4096 65536 3463100854536503295 0 0 17 6 0 0 0
/proc/31849/statm: 4581 390 341 23 0 91 0
[pid=31850] ppid=31849 vsize=1236100 CPUtime=4841.23 cores=0
/proc/31850/stat : 31850 (cryptominisat) R 31849 31849 31594 0 -1 4202496 269595 0 0 0 484004 119 0 0 25 0 1 0 527942520 1265766400 35774 33554432000 4194304 4587354 140733697934224 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31850/statm: 309025 35774 337 96 0 305587 0
[pid=31851] ppid=31849 vsize=35552 CPUtime=4842.06 cores=1
/proc/31851/stat : 31851 (clasp) R 31849 31849 31594 0 -1 4202496 6047 0 0 0 484205 1 0 0 25 0 1 0 527942520 36405248 5939 33554432000 4194304 4785740 140733494029536 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31851/statm: 8888 5939 341 145 0 5933 0
[pid=31852] ppid=31849 vsize=456000 CPUtime=4836.93 cores=2
/proc/31852/stat : 31852 (TNM) R 31849 31849 31594 0 -1 4202496 373 0 0 0 483595 98 0 0 25 0 1 0 527942520 466944000 270 33554432000 134512640 134534564 4290257360 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31852/statm: 114000 270 103 6 0 112666 0
[pid=31853] ppid=31849 vsize=731992 CPUtime=4842.06 cores=3
/proc/31853/stat : 31853 (march_hi) R 31849 31849 31594 0 -1 4202496 175789 0 0 0 484072 134 0 0 25 0 1 0 527942520 749559808 175658 33554432000 4194304 4331988 140737286912176 18446744073709551615 4299380 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31853/statm: 182998 175658 175 34 0 181440 0
[pid=31854] ppid=31849 vsize=265400 CPUtime=19341.7 cores=4-7
/proc/31854/stat : 31854 (plingeling) S 31849 31849 31594 0 -1 4202496 808639 1251 0 0 1934048 125 0 0 23 0 5 0 527942520 271769600 54806 33554432000 4194304 4356188 140736656449200 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/31854/statm: 66350 54806 162 40 0 64894 0
[pid=31854/tid=31861] ppid=31849 vsize=265400 CPUtime=4816.12 cores=4-7
/proc/31854/task/31861/stat : 31861 (plingeling) R 31849 31849 31594 0 -1 4202560 200942 1251 0 0 481578 34 0 0 25 0 5 0 527942521 271769600 54806 33554432000 4194304 4356188 140736656449200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31854/tid=31862] ppid=31849 vsize=265400 CPUtime=4842.06 cores=4-7
/proc/31854/task/31862/stat : 31862 (plingeling) R 31849 31849 31594 0 -1 4202560 222381 1251 0 0 484173 33 0 0 25 0 5 0 527942521 271769600 54806 33554432000 4194304 4356188 140736656449200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31854/tid=31863] ppid=31849 vsize=265400 CPUtime=4841.94 cores=4-7
/proc/31854/task/31863/stat : 31863 (plingeling) R 31849 31849 31594 0 -1 4202560 199663 1251 0 0 484163 31 0 0 25 0 5 0 527942521 271769600 54806 33554432000 4194304 4356188 140736656449200 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31854/tid=31864] ppid=31849 vsize=265400 CPUtime=4841.58 cores=4-7
/proc/31854/task/31864/stat : 31864 (plingeling) R 31849 31849 31594 0 -1 4202560 185097 1251 0 0 484132 26 0 0 25 0 5 0 527942521 271769600 54806 33554432000 4194304 4356188 140736656449200 18446744073709551615 4332109 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38704
Current children cumulated vsize (KiB) 2743368

[startup+4902.3 s]
/proc/loadavg: 8.00 8.02 8.00 9/178 32007
/proc/meminfo: memFree=29685304/32951132 swapFree=67111356/67111528
[pid=31849] ppid=31847 vsize=18324 CPUtime=0 cores=0-7
/proc/31849/stat : 31849 (ppfolio) S 31847 31849 31594 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527942520 18763776 390 33554432000 4194304 4287625 140736732114976 18446744073709551615 274664828431 0 0 4096 65536 3463100854536503295 0 0 17 6 0 0 0
/proc/31849/statm: 4581 390 341 23 0 91 0
[pid=31850] ppid=31849 vsize=1236100 CPUtime=4901.22 cores=0
/proc/31850/stat : 31850 (cryptominisat) R 31849 31849 31594 0 -1 4202496 271035 0 0 0 490002 120 0 0 25 0 1 0 527942520 1265766400 37171 33554432000 4194304 4587354 140733697934224 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31850/statm: 309025 37171 337 96 0 305587 0
[pid=31851] ppid=31849 vsize=35552 CPUtime=4902.06 cores=1
/proc/31851/stat : 31851 (clasp) R 31849 31849 31594 0 -1 4202496 6048 0 0 0 490205 1 0 0 25 0 1 0 527942520 36405248 5940 33554432000 4194304 4785740 140733494029536 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31851/statm: 8888 5940 341 145 0 5933 0
[pid=31852] ppid=31849 vsize=456000 CPUtime=4896.92 cores=2
/proc/31852/stat : 31852 (TNM) R 31849 31849 31594 0 -1 4202496 373 0 0 0 489593 99 0 0 25 0 1 0 527942520 466944000 270 33554432000 134512640 134534564 4290257360 18446744073709551615 134530524 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31852/statm: 114000 270 103 6 0 112666 0
[pid=31853] ppid=31849 vsize=1067640 CPUtime=4902.06 cores=3
/proc/31853/stat : 31853 (march_hi) R 31849 31849 31594 0 -1 4202496 177732 0 0 0 490071 135 0 0 25 0 1 0 527942520 1093263360 177601 33554432000 4194304 4331988 140737286912176 18446744073709551615 4226450 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31853/statm: 266910 177601 175 34 0 265352 0
[pid=31854] ppid=31849 vsize=240312 CPUtime=19581.4 cores=4-7
/proc/31854/stat : 31854 (plingeling) S 31849 31849 31594 0 -1 4202496 813695 1251 0 0 1958013 127 0 0 23 0 5 0 527942520 246079488 48534 33554432000 4194304 4356188 140736656449200 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/31854/statm: 60078 48534 162 40 0 58622 0
[pid=31854/tid=31861] ppid=31849 vsize=240312 CPUtime=4875.81 cores=4-7
/proc/31854/task/31861/stat : 31861 (plingeling) R 31849 31849 31594 0 -1 4202560 201454 1251 0 0 487546 35 0 0 25 0 5 0 527942521 246079488 48534 33554432000 4194304 4356188 140736656449200 18446744073709551615 4234227 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31854/tid=31862] ppid=31849 vsize=240312 CPUtime=4902.06 cores=4-7
/proc/31854/task/31862/stat : 31862 (plingeling) R 31849 31849 31594 0 -1 4202560 225133 1251 0 0 490172 34 0 0 25 0 5 0 527942521 246079488 48534 33554432000 4194304 4356188 140736656449200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31854/tid=31863] ppid=31849 vsize=240312 CPUtime=4901.92 cores=4-7
/proc/31854/task/31863/stat : 31863 (plingeling) R 31849 31849 31594 0 -1 4202560 200623 1251 0 0 490161 31 0 0 25 0 5 0 527942521 246079488 48534 33554432000 4194304 4356188 140736656449200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31854/tid=31864] ppid=31849 vsize=240312 CPUtime=4901.58 cores=4-7
/proc/31854/task/31864/stat : 31864 (plingeling) R 31849 31849 31594 0 -1 4202560 185929 1251 0 0 490132 26 0 0 25 0 5 0 527942521 246079488 48534 33554432000 4194304 4356188 140736656449200 18446744073709551615 4332007 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39183.7
Current children cumulated vsize (KiB) 3053928

[startup+4962.3 s]
/proc/loadavg: 8.11 8.05 8.01 9/178 32008
/proc/meminfo: memFree=29663836/32951132 swapFree=67111356/67111528
[pid=31849] ppid=31847 vsize=18324 CPUtime=0 cores=0-7
/proc/31849/stat : 31849 (ppfolio) S 31847 31849 31594 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527942520 18763776 390 33554432000 4194304 4287625 140736732114976 18446744073709551615 274664828431 0 0 4096 65536 3463100854536503295 0 0 17 6 0 0 0
/proc/31849/statm: 4581 390 341 23 0 91 0
[pid=31850] ppid=31849 vsize=1236432 CPUtime=4961.23 cores=0
/proc/31850/stat : 31850 (cryptominisat) R 31849 31849 31594 0 -1 4202496 271440 0 0 0 496002 121 0 0 25 0 1 0 527942520 1266106368 35943 33554432000 4194304 4587354 140733697934224 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31850/statm: 309108 35943 337 96 0 305670 0
[pid=31851] ppid=31849 vsize=35552 CPUtime=4962.06 cores=1
/proc/31851/stat : 31851 (clasp) R 31849 31849 31594 0 -1 4202496 6052 0 0 0 496205 1 0 0 25 0 1 0 527942520 36405248 5944 33554432000 4194304 4785740 140733494029536 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31851/statm: 8888 5944 341 145 0 5933 0
[pid=31852] ppid=31849 vsize=456000 CPUtime=4956.91 cores=2
/proc/31852/stat : 31852 (TNM) R 31849 31849 31594 0 -1 4202496 373 0 0 0 495592 99 0 0 25 0 1 0 527942520 466944000 270 33554432000 134512640 134534564 4290257360 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31852/statm: 114000 270 103 6 0 112666 0
[pid=31853] ppid=31849 vsize=1067640 CPUtime=4962.07 cores=3
/proc/31853/stat : 31853 (march_hi) R 31849 31849 31594 0 -1 4202496 179508 0 0 0 496070 137 0 0 25 0 1 0 527942520 1093263360 179377 33554432000 4194304 4331988 140737286912176 18446744073709551615 4299221 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31853/statm: 266910 179377 175 34 0 265352 0
[pid=31854] ppid=31849 vsize=259768 CPUtime=19821.1 cores=4-7
/proc/31854/stat : 31854 (plingeling) S 31849 31849 31594 0 -1 4202496 823679 1251 0 0 1981978 128 0 0 23 0 5 0 527942520 266002432 53398 33554432000 4194304 4356188 140736656449200 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/31854/statm: 64942 53398 162 40 0 63486 0
[pid=31854/tid=31861] ppid=31849 vsize=259768 CPUtime=4935.49 cores=4-7
/proc/31854/task/31861/stat : 31861 (plingeling) R 31849 31849 31594 0 -1 4202560 204206 1251 0 0 493514 35 0 0 25 0 5 0 527942521 266002432 53398 33554432000 4194304 4356188 140736656449200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31854/tid=31862] ppid=31849 vsize=259768 CPUtime=4962.06 cores=4-7
/proc/31854/task/31862/stat : 31862 (plingeling) R 31849 31849 31594 0 -1 4202560 229997 1251 0 0 496172 34 0 0 25 0 5 0 527942521 266002432 53398 33554432000 4194304 4356188 140736656449200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31854/tid=31863] ppid=31849 vsize=259768 CPUtime=4961.9 cores=4-7
/proc/31854/task/31863/stat : 31863 (plingeling) R 31849 31849 31594 0 -1 4202560 201455 1251 0 0 496159 31 0 0 25 0 5 0 527942521 266002432 53398 33554432000 4194304 4356188 140736656449200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31854/tid=31864] ppid=31849 vsize=259768 CPUtime=4961.57 cores=4-7
/proc/31854/task/31864/stat : 31864 (plingeling) R 31849 31849 31594 0 -1 4202560 187465 1251 0 0 496131 26 0 0 25 0 5 0 527942521 266002432 53398 33554432000 4194304 4356188 140736656449200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39663.3
Current children cumulated vsize (KiB) 3073716



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.06 8.04 8.00 9/178 32009
/proc/meminfo: memFree=29681060/32951132 swapFree=67111356/67111528
[pid=31849] ppid=31847 vsize=18324 CPUtime=0 cores=0-7
/proc/31849/stat : 31849 (ppfolio) S 31847 31849 31594 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527942520 18763776 390 33554432000 4194304 4287625 140736732114976 18446744073709551615 274664828431 0 0 4096 65536 3463100854536503295 0 0 17 6 0 0 0
/proc/31849/statm: 4581 390 341 23 0 91 0
[pid=31850] ppid=31849 vsize=1236432 CPUtime=4998.93 cores=0
/proc/31850/stat : 31850 (cryptominisat) R 31849 31849 31594 0 -1 4202496 273021 0 0 0 499771 122 0 0 25 0 1 0 527942520 1266106368 37482 33554432000 4194304 4587354 140733697934224 18446744073709551615 4231904 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31850/statm: 309108 37482 337 96 0 305670 0
[pid=31851] ppid=31849 vsize=35552 CPUtime=4999.77 cores=1
/proc/31851/stat : 31851 (clasp) R 31849 31849 31594 0 -1 4202496 6052 0 0 0 499976 1 0 0 25 0 1 0 527942520 36405248 5944 33554432000 4194304 4785740 140733494029536 18446744073709551615 4287140 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31851/statm: 8888 5944 341 145 0 5933 0
[pid=31852] ppid=31849 vsize=456000 CPUtime=4994.6 cores=2
/proc/31852/stat : 31852 (TNM) R 31849 31849 31594 0 -1 4202496 373 0 0 0 499361 99 0 0 25 0 1 0 527942520 466944000 270 33554432000 134512640 134534564 4290257360 18446744073709551615 134528918 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/31852/statm: 114000 270 103 6 0 112666 0
[pid=31853] ppid=31849 vsize=1067640 CPUtime=4999.78 cores=3
/proc/31853/stat : 31853 (march_hi) R 31849 31849 31594 0 -1 4202496 180651 0 0 0 499840 138 0 0 25 0 1 0 527942520 1093263360 180520 33554432000 4194304 4331988 140737286912176 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/31853/statm: 266910 180520 175 34 0 265352 0
[pid=31854] ppid=31849 vsize=231352 CPUtime=19971.7 cores=4-7
/proc/31854/stat : 31854 (plingeling) S 31849 31849 31594 0 -1 4202496 826879 1251 0 0 1997037 128 0 0 23 0 5 0 527942520 236904448 46294 33554432000 4194304 4356188 140736656449200 18446744073709551615 274676611045 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/31854/statm: 57838 46294 162 40 0 56382 0
[pid=31854/tid=31861] ppid=31849 vsize=231352 CPUtime=4972.98 cores=4-7
/proc/31854/task/31861/stat : 31861 (plingeling) R 31849 31849 31594 0 -1 4202560 204206 1251 0 0 497263 35 0 0 25 0 5 0 527942521 236904448 46294 33554432000 4194304 4356188 140736656449200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=31854/tid=31862] ppid=31849 vsize=231352 CPUtime=4999.76 cores=4-7
/proc/31854/task/31862/stat : 31862 (plingeling) R 31849 31849 31594 0 -1 4202560 230829 1251 0 0 499942 34 0 0 25 0 5 0 527942521 236904448 46294 33554432000 4194304 4356188 140736656449200 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=31854/tid=31863] ppid=31849 vsize=231352 CPUtime=4999.59 cores=4-7
/proc/31854/task/31863/stat : 31863 (plingeling) R 31849 31849 31594 0 -1 4202560 202863 1251 0 0 499928 31 0 0 25 0 5 0 527942521 236904448 46294 33554432000 4194304 4356188 140736656449200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=31854/tid=31864] ppid=31849 vsize=231352 CPUtime=4999.27 cores=4-7
/proc/31854/task/31864/stat : 31864 (plingeling) R 31849 31849 31594 0 -1 4202560 188425 1251 0 0 499901 26 0 0 25 0 5 0 527942521 236904448 46294 33554432000 4194304 4356188 140736656449200 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39964.7
Current children cumulated vsize (KiB) 3045300

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 31849 and gives
#  childrusage.ru_utime.tv_sec=14991
#  childrusage.ru_utime.tv_usec=101006
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=255657
# CPU time returned by wait4() is 14993.4
# while last known CPU time is 39964.7
#
# 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): 39964.7
CPU user time (s): 39959.9
CPU system time (s): 4.88
CPU usage (%): 799.292
Max. virtual memory (cumulated for all children) (KiB): 3839136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14991.1
system time used= 2.25566
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 279983
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= 830
involuntary context switches= 30845

runsolver used 7.72183 second user time and 19.0531 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-30 13:37:09
IDJOB=3222039
IDBENCH=83023
IDSOLVER=1638
FILE ID=node131/3222039-1304163429
RUNJOBID= node131-1304158426-31608
PBS_JOBID= 13170915
Free space on /tmp= 72060 MiB

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

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

MD5SUM BENCH= 53886d9ad7fbf83830a3a7ec45d41e34
RANDOM SEED=2087534673

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.83
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.830
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.830
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.830
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.75
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.830
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.830
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:     32951132 kB
MemFree:      30761528 kB
Buffers:        244684 kB
Cached:        1571020 kB
SwapCached:        168 kB
Active:         201392 kB
Inactive:      1680244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30761528 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           10132 kB
Writeback:           4 kB
AnonPages:       65668 kB
Mapped:          14568 kB
Slab:           243372 kB
PageTables:       4564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   189732 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72052 MiB
End job on node131 at 2011-04-30 15:00:31