Trace number 3275511

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 parUNSAT 3321.03 415.427

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/rnd_150_29_u.cnf
MD5SUM97209c9c2612edfa7815278bcf07a2b4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark197.81
Satisfiable
(Un)Satisfiability was proved
Number of variables4408
Number of clauses19904
Sum of the clauses size48208
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 211504
Number of clauses of size 38400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3275511-1307665673/watcher-3275511-1307665673 -o /tmp/evaluation-result-3275511-1307665673/solver-3275511-1307665673 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275511-1307665673.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.62 1.52 1.67 2/170 6847
/proc/meminfo: memFree=32422932/32951124 swapFree=67056964/67111528
[pid=6847] ppid=6845 vsize=18324 CPUtime=0 cores=0-7
/proc/6847/stat : 6847 (ppfolio) R 6845 6847 6720 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 1 0 858983128 18763776 389 33554432000 4194304 4287625 140734350003408 18446744073709551615 233510317583 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/6847/statm: 4581 389 341 23 0 91 0

[startup+0.046092 s]
/proc/loadavg: 2.62 1.52 1.67 2/170 6847
/proc/meminfo: memFree=32422932/32951124 swapFree=67056964/67111528
[pid=6847] ppid=6845 vsize=18324 CPUtime=0 cores=0-7
/proc/6847/stat : 6847 (ppfolio) S 6845 6847 6720 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 858983128 18763776 389 33554432000 4194304 4287625 140734350003408 18446744073709551615 233510317583 0 0 4096 65536 4598958488436080639 0 0 17 4 0 0 0
/proc/6847/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101049 s]
/proc/loadavg: 2.62 1.52 1.67 2/170 6847
/proc/meminfo: memFree=32422932/32951124 swapFree=67056964/67111528
[pid=6847] ppid=6845 vsize=18324 CPUtime=0 cores=0-7
/proc/6847/stat : 6847 (ppfolio) R 6845 6847 6720 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 858983128 18763776 389 33554432000 4194304 4287625 140734350003408 18446744073709551615 233510317583 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/6847/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301015 s]
/proc/loadavg: 2.62 1.52 1.67 2/170 6847
/proc/meminfo: memFree=32422932/32951124 swapFree=67056964/67111528
[pid=6847] ppid=6845 vsize=18324 CPUtime=0 cores=0-7
/proc/6847/stat : 6847 (ppfolio) R 6845 6847 6720 0 -1 4202496 518 0 0 0 0 0 0 0 23 0 1 0 858983128 18763776 389 33554432000 4194304 4287625 140734350003408 18446744073709551615 233510317583 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/6847/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700941 s]
/proc/loadavg: 2.62 1.52 1.67 2/170 6847
/proc/meminfo: memFree=32422932/32951124 swapFree=67056964/67111528
[pid=6847] ppid=6845 vsize=18324 CPUtime=0 cores=0-7
/proc/6847/stat : 6847 (ppfolio) R 6845 6847 6720 0 -1 4202496 518 0 0 0 0 0 0 0 21 0 1 0 858983128 18763776 389 33554432000 4194304 4287625 140734350003408 18446744073709551615 233510317583 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/6847/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5008 s]
/proc/loadavg: 2.62 1.52 1.67 9/180 6862
/proc/meminfo: memFree=32386668/32951124 swapFree=67056964/67111528
[pid=6847] ppid=6845 vsize=18324 CPUtime=0 cores=0-7
/proc/6847/stat : 6847 (ppfolio) S 6845 6847 6720 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 858983128 18763776 389 33554432000 4194304 4287625 140734350003408 18446744073709551615 233510317583 0 0 4096 65536 4598958488436080639 0 0 17 4 0 0 0
/proc/6847/statm: 4581 389 341 23 0 91 0
[pid=6848] ppid=6847 vsize=730168 CPUtime=1.49 cores=0
/proc/6848/stat : 6848 (cryptominisat) R 6847 6847 6720 0 -1 4202496 3196 0 0 0 149 0 0 0 25 0 1 0 858983129 747692032 1882 33554432000 4194304 4587354 140734422425136 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6848/statm: 182542 1882 331 96 0 179104 0
[pid=6849] ppid=6847 vsize=16884 CPUtime=1.49 cores=1
/proc/6849/stat : 6849 (clasp) R 6847 6847 6720 0 -1 4202496 1836 0 0 0 149 0 0 0 20 0 1 0 858983129 17289216 1566 33554432000 4194304 4785740 140736204635408 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6849/statm: 4221 1566 340 145 0 1266 0
[pid=6850] ppid=6847 vsize=453344 CPUtime=1.49 cores=2
/proc/6850/stat : 6850 (TNM) R 6847 6847 6720 0 -1 4202496 902 0 0 0 149 0 0 0 20 0 1 0 858983129 464224256 799 33554432000 134512640 134534564 4287916560 18446744073709551615 134528697 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6850/statm: 113336 799 95 6 0 112002 0
[pid=6851] ppid=6847 vsize=20100 CPUtime=1.49 cores=3
/proc/6851/stat : 6851 (march_hi) R 6847 6847 6720 0 -1 4202496 6505 0 0 0 149 0 0 0 20 0 1 0 858983129 20582400 2948 33554432000 4194304 4331988 140733761154912 18446744073709551615 4229294 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6851/statm: 5025 2948 173 34 0 3467 0
[pid=6852] ppid=6847 vsize=130808 CPUtime=5.87 cores=4-7
/proc/6852/stat : 6852 (plingeling) S 6847 6847 6720 0 -1 4202496 6501 1252 0 0 587 0 0 0 18 0 5 0 858983129 133947392 4795 33554432000 4194304 4356188 140733837883088 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/6852/statm: 32702 4795 164 40 0 31246 0
[pid=6852/tid=6859] ppid=6847 vsize=130808 CPUtime=1.47 cores=4-7
/proc/6852/task/6859/stat : 6859 (plingeling) R 6847 6847 6720 0 -1 4202560 1656 1252 0 0 147 0 0 0 20 0 5 0 858983131 133947392 4795 33554432000 4194304 4356188 140733837883088 18446744073709551615 4279985 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6852/tid=6860] ppid=6847 vsize=130808 CPUtime=1.44 cores=4-7
/proc/6852/task/6860/stat : 6860 (plingeling) R 6847 6847 6720 0 -1 4202560 1211 1252 0 0 144 0 0 0 25 0 5 0 858983131 133947392 4795 33554432000 4194304 4356188 140733837883088 18446744073709551615 4331050 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6852/tid=6861] ppid=6847 vsize=130808 CPUtime=1.47 cores=4-7
/proc/6852/task/6861/stat : 6861 (plingeling) R 6847 6847 6720 0 -1 4202560 1334 1252 0 0 147 0 0 0 20 0 5 0 858983131 133947392 4795 33554432000 4194304 4356188 140733837883088 18446744073709551615 4332293 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6852/tid=6862] ppid=6847 vsize=130808 CPUtime=1.47 cores=4-7
/proc/6852/task/6862/stat : 6862 (plingeling) R 6847 6847 6720 0 -1 4202560 941 1252 0 0 147 0 0 0 23 0 5 0 858983131 133947392 4795 33554432000 4194304 4356188 140733837883088 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.83
Current children cumulated vsize (KiB) 1369628

[startup+3.10051 s]
/proc/loadavg: 3.05 1.63 1.70 9/180 6862
/proc/meminfo: memFree=32375632/32951124 swapFree=67056964/67111528
[pid=6847] ppid=6845 vsize=18324 CPUtime=0 cores=0-7
/proc/6847/stat : 6847 (ppfolio) S 6845 6847 6720 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 858983128 18763776 389 33554432000 4194304 4287625 140734350003408 18446744073709551615 233510317583 0 0 4096 65536 4598958488436080639 0 0 17 4 0 0 0
/proc/6847/statm: 4581 389 341 23 0 91 0
[pid=6848] ppid=6847 vsize=33392 CPUtime=3.09 cores=0
/proc/6848/stat : 6848 (cryptominisat) R 6847 6847 6720 0 -1 4202496 5153 0 0 0 308 1 0 0 25 0 1 0 858983129 34193408 2593 33554432000 4194304 4587354 140734422425136 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6848/statm: 8348 2593 337 96 0 4910 0
[pid=6849] ppid=6847 vsize=17576 CPUtime=3.09 cores=1
/proc/6849/stat : 6849 (clasp) R 6847 6847 6720 0 -1 4202496 2009 0 0 0 309 0 0 0 25 0 1 0 858983129 17997824 1739 33554432000 4194304 4785740 140736204635408 18446744073709551615 4287082 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6849/statm: 4394 1739 340 145 0 1439 0
[pid=6850] ppid=6847 vsize=453344 CPUtime=3.09 cores=2
/proc/6850/stat : 6850 (TNM) R 6847 6847 6720 0 -1 4202496 902 0 0 0 309 0 0 0 25 0 1 0 858983129 464224256 799 33554432000 134512640 134534564 4287916560 18446744073709551615 134526128 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6850/statm: 113336 799 95 6 0 112002 0
[pid=6851] ppid=6847 vsize=22356 CPUtime=3.09 cores=3
/proc/6851/stat : 6851 (march_hi) R 6847 6847 6720 0 -1 4202496 6891 0 0 0 309 0 0 0 25 0 1 0 858983129 22892544 3334 33554432000 4194304 4331988 140733761154912 18446744073709551615 4209134 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6851/statm: 5589 3334 173 34 0 4031 0
[pid=6852] ppid=6847 vsize=133444 CPUtime=12.26 cores=4-7
/proc/6852/stat : 6852 (plingeling) S 6847 6847 6720 0 -1 4202496 8228 1252 0 0 1226 0 0 0 18 0 5 0 858983129 136646656 5422 33554432000 4194304 4356188 140733837883088 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/6852/statm: 33361 5422 164 40 0 31905 0
[pid=6852/tid=6859] ppid=6847 vsize=133444 CPUtime=3.07 cores=4-7
/proc/6852/task/6859/stat : 6859 (plingeling) R 6847 6847 6720 0 -1 4202560 2032 1252 0 0 307 0 0 0 25 0 5 0 858983131 136646656 5422 33554432000 4194304 4356188 140733837883088 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6852/tid=6860] ppid=6847 vsize=133444 CPUtime=3.03 cores=4-7
/proc/6852/task/6860/stat : 6860 (plingeling) R 6847 6847 6720 0 -1 4202560 1663 1252 0 0 303 0 0 0 25 0 5 0 858983131 136646656 5422 33554432000 4194304 4356188 140733837883088 18446744073709551615 4331222 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6852/tid=6861] ppid=6847 vsize=133444 CPUtime=3.07 cores=4-7
/proc/6852/task/6861/stat : 6861 (plingeling) R 6847 6847 6720 0 -1 4202560 1750 1252 0 0 307 0 0 0 25 0 5 0 858983131 136646656 5422 33554432000 4194304 4356188 140733837883088 18446744073709551615 4332109 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6852/tid=6862] ppid=6847 vsize=133444 CPUtime=3.07 cores=4-7
/proc/6852/task/6862/stat : 6862 (plingeling) R 6847 6847 6720 0 -1 4202560 1424 1252 0 0 307 0 0 0 25 0 5 0 858983131 136646656 5422 33554432000 4194304 4356188 140733837883088 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.62
Current children cumulated vsize (KiB) 678436

[startup+6.30094 s]
/proc/loadavg: 3.05 1.63 1.70 9/180 6863
/proc/meminfo: memFree=32363252/32951124 swapFree=67056964/67111528
[pid=6847] ppid=6845 vsize=18324 CPUtime=0 cores=0-7
/proc/6847/stat : 6847 (ppfolio) S 6845 6847 6720 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 858983128 18763776 389 33554432000 4194304 4287625 140734350003408 18446744073709551615 233510317583 0 0 4096 65536 4598958488436080639 0 0 17 4 0 0 0
/proc/6847/statm: 4581 389 341 23 0 91 0
[pid=6848] ppid=6847 vsize=35684 CPUtime=6.29 cores=0
/proc/6848/stat : 6848 (cryptominisat) R 6847 6847 6720 0 -1 4202496 7678 0 0 0 628 1 0 0 25 0 1 0 858983129 36540416 3117 33554432000 4194304 4587354 140734422425136 18446744073709551615 4241286 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6848/statm: 8921 3117 337 96 0 5483 0
[pid=6849] ppid=6847 vsize=19160 CPUtime=6.29 cores=1
/proc/6849/stat : 6849 (clasp) R 6847 6847 6720 0 -1 4202496 2353 0 0 0 629 0 0 0 25 0 1 0 858983129 19619840 2083 33554432000 4194304 4785740 140736204635408 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6849/statm: 4790 2083 340 145 0 1835 0
[pid=6850] ppid=6847 vsize=453344 CPUtime=6.29 cores=2
/proc/6850/stat : 6850 (TNM) R 6847 6847 6720 0 -1 4202496 902 0 0 0 629 0 0 0 25 0 1 0 858983129 464224256 799 33554432000 134512640 134534564 4287916560 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6850/statm: 113336 799 95 6 0 112002 0
[pid=6851] ppid=6847 vsize=25128 CPUtime=6.29 cores=3
/proc/6851/stat : 6851 (march_hi) R 6847 6847 6720 0 -1 4202496 7387 0 0 0 629 0 0 0 25 0 1 0 858983129 25731072 3830 33554432000 4194304 4331988 140733761154912 18446744073709551615 4287256 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6851/statm: 6282 3830 173 34 0 4724 0
[pid=6852] ppid=6847 vsize=142928 CPUtime=25.05 cores=4-7
/proc/6852/stat : 6852 (plingeling) S 6847 6847 6720 0 -1 4202496 11688 1252 0 0 2504 1 0 0 18 0 5 0 858983129 146358272 7795 33554432000 4194304 4356188 140733837883088 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/6852/statm: 35732 7795 164 40 0 34276 0
[pid=6852/tid=6859] ppid=6847 vsize=142928 CPUtime=6.27 cores=4-7
/proc/6852/task/6859/stat : 6859 (plingeling) R 6847 6847 6720 0 -1 4202560 2835 1252 0 0 627 0 0 0 25 0 5 0 858983131 146358272 7795 33554432000 4194304 4356188 140733837883088 18446744073709551615 4279761 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6852/tid=6860] ppid=6847 vsize=142928 CPUtime=6.21 cores=4-7
/proc/6852/task/6860/stat : 6860 (plingeling) R 6847 6847 6720 0 -1 4202560 2561 1252 0 0 621 0 0 0 25 0 5 0 858983131 146358272 7795 33554432000 4194304 4356188 140733837883088 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6852/tid=6861] ppid=6847 vsize=142928 CPUtime=6.26 cores=4-7
/proc/6852/task/6861/stat : 6861 (plingeling) R 6847 6847 6720 0 -1 4202560 2649 1252 0 0 626 0 0 0 25 0 5 0 858983131 146358272 7795 33554432000 4194304 4356188 140733837883088 18446744073709551615 4332322 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6852/tid=6862] ppid=6847 vsize=142928 CPUtime=6.27 cores=4-7
/proc/6852/task/6862/stat : 6862 (plingeling) R 6847 6847 6720 0 -1 4202560 2284 1252 0 0 627 0 0 0 25 0 5 0 858983131 146358272 7795 33554432000 4194304 4356188 140733837883088 18446744073709551615 4332320 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.21
Current children cumulated vsize (KiB) 694568

[startup+12.7008 s]
/proc/loadavg: 3.81 1.84 1.77 9/180 6863
/proc/meminfo: memFree=32342836/32951124 swapFree=67056964/67111528
[pid=6847] ppid=6845 vsize=18324 CPUtime=0 cores=0-7
/proc/6847/stat : 6847 (ppfolio) S 6845 6847 6720 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 858983128 18763776 389 33554432000 4194304 4287625 140734350003408 18446744073709551615 233510317583 0 0 4096 65536 4598958488436080639 0 0 17 4 0 0 0
/proc/6847/statm: 4581 389 341 23 0 91 0
[pid=6848] ppid=6847 vsize=738236 CPUtime=12.69 cores=0
/proc/6848/stat : 6848 (cryptominisat) R 6847 6847 6720 0 -1 4202496 10919 0 0 0 1267 2 0 0 25 0 1 0 858983129 755953664 3796 33554432000 4194304 4587354 140734422425136 18446744073709551615 4243360 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6848/statm: 184559 3796 337 96 0 181121 0
[pid=6849] ppid=6847 vsize=21032 CPUtime=12.69 cores=1
/proc/6849/stat : 6849 (clasp) R 6847 6847 6720 0 -1 4202496 2801 0 0 0 1269 0 0 0 25 0 1 0 858983129 21536768 2531 33554432000 4194304 4785740 140736204635408 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6849/statm: 5258 2531 340 145 0 2303 0
[pid=6850] ppid=6847 vsize=453344 CPUtime=12.69 cores=2
/proc/6850/stat : 6850 (TNM) R 6847 6847 6720 0 -1 4202496 902 0 0 0 1269 0 0 0 25 0 1 0 858983129 464224256 799 33554432000 134512640 134534564 4287916560 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6850/statm: 113336 799 95 6 0 112002 0
[pid=6851] ppid=6847 vsize=30444 CPUtime=12.69 cores=3
/proc/6851/stat : 6851 (march_hi) R 6847 6847 6720 0 -1 4202496 8256 0 0 0 1268 1 0 0 25 0 1 0 858983129 31174656 4699 33554432000 4194304 4331988 140733761154912 18446744073709551615 4291863 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6851/statm: 7611 4699 173 34 0 6053 0
[pid=6852] ppid=6847 vsize=144988 CPUtime=50.61 cores=4-7
/proc/6852/stat : 6852 (plingeling) S 6847 6847 6720 0 -1 4202496 16077 1252 0 0 5059 2 0 0 18 0 5 0 858983129 148467712 8310 33554432000 4194304 4356188 140733837883088 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/6852/statm: 36247 8310 164 40 0 34791 0
[pid=6852/tid=6859] ppid=6847 vsize=144988 CPUtime=12.66 cores=4-7
/proc/6852/task/6859/stat : 6859 (plingeling) R 6847 6847 6720 0 -1 4202560 4021 1252 0 0 1266 0 0 0 25 0 5 0 858983131 148467712 8310 33554432000 4194304 4356188 140733837883088 18446744073709551615 4331076 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6852/tid=6860] ppid=6847 vsize=144988 CPUtime=12.57 cores=4-7
/proc/6852/task/6860/stat : 6860 (plingeling) R 6847 6847 6720 0 -1 4202560 3651 1252 0 0 1257 0 0 0 25 0 5 0 858983131 148467712 8310 33554432000 4194304 4356188 140733837883088 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6852/tid=6861] ppid=6847 vsize=144988 CPUtime=12.66 cores=4-7
/proc/6852/task/6861/stat : 6861 (plingeling) R 6847 6847 6720 0 -1 4202560 3161 1252 0 0 1266 0 0 0 25 0 5 0 858983131 148467712 8310 33554432000 4194304 4356188 140733837883088 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6852/tid=6862] ppid=6847 vsize=144988 CPUtime=12.66 cores=4-7
/proc/6852/task/6862/stat : 6862 (plingeling) R 6847 6847 6720 0 -1 4202560 3885 1252 0 0 1266 0 0 0 25 0 5 0 858983131 148467712 8310 33554432000 4194304 4356188 140733837883088 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 1406368

[startup+25.5005 s]
/proc/loadavg: 4.45 2.04 1.84 9/180 6863
/proc/meminfo: memFree=32331104/32951124 swapFree=67056964/67111528
[pid=6847] ppid=6845 vsize=18324 CPUtime=0 cores=0-7
/proc/6847/stat : 6847 (ppfolio) S 6845 6847 6720 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 858983128 18763776 389 33554432000 4194304 4287625 140734350003408 18446744073709551615 233510317583 0 0 4096 65536 4598958488436080639 0 0 17 4 0 0 0
/proc/6847/statm: 4581 389 341 23 0 91 0
[pid=6848] ppid=6847 vsize=751940 CPUtime=25.48 cores=0
/proc/6848/stat : 6848 (cryptominisat) R 6847 6847 6720 0 -1 4202496 15961 0 0 0 2546 2 0 0 25 0 1 0 858983129 769986560 5468 33554432000 4194304 4587354 140734422425136 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=6852/tid=6859] ppid=6847 vsize=215836 CPUtime=409.47 cores=4-7
/proc/6852/task/6859/stat : 6859 (plingeling) R 6847 6847 6720 0 -1 4202560 50735 1252 0 0 40941 6 0 0 25 0 5 0 858983131 221016064 26052 33554432000 4194304 4356188 140733837883088 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6852/tid=6860] ppid=6847 vsize=215836 CPUtime=407.22 cores=4-7
/proc/6852/task/6860/stat : 6860 (plingeling) R 6847 6847 6720 0 -1 4202560 51303 1252 0 0 40715 7 0 0 25 0 5 0 858983131 221016064 26052 33554432000 4194304 4356188 140733837883088 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6852/tid=6861] ppid=6847 vsize=215836 CPUtime=409.43 cores=4-7
/proc/6852/task/6861/stat : 6861 (plingeling) R 6847 6847 6720 0 -1 4202560 48703 1252 0 0 40936 7 0 0 25 0 5 0 858983131 221016064 26052 33554432000 4194304 4356188 140733837883088 18446744073709551615 4331992 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6852/tid=6862] ppid=6847 vsize=215836 CPUtime=409.46 cores=4-7
/proc/6852/task/6862/stat : 6862 (plingeling) R 6847 6847 6720 0 -1 4202560 43217 1252 0 0 40942 4 0 0 25 0 5 0 858983131 221016064 26052 33554432000 4194304 4356188 140733837883088 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3273.64
Current children cumulated vsize (KiB) 1680888

[startup+412.701 s]
/proc/loadavg: 8.02 6.42 3.96 9/180 6873
/proc/meminfo: memFree=32137524/32951124 swapFree=67056964/67111528
[pid=6847] ppid=6845 vsize=18324 CPUtime=0 cores=0-7
/proc/6847/stat : 6847 (ppfolio) S 6845 6847 6720 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 858983128 18763776 389 33554432000 4194304 4287625 140734350003408 18446744073709551615 233510317583 0 0 4096 65536 4598958488436080639 0 0 17 4 0 0 0
/proc/6847/statm: 4581 389 341 23 0 91 0
[pid=6848] ppid=6847 vsize=774788 CPUtime=412.7 cores=0
/proc/6848/stat : 6848 (cryptominisat) R 6847 6847 6720 0 -1 4202496 79938 0 0 0 41247 23 0 0 25 0 1 0 858983129 793382912 11388 33554432000 4194304 4587354 140734422425136 18446744073709551615 4241232 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6848/statm: 193697 11388 337 96 0 190259 0
[pid=6849] ppid=6847 vsize=37180 CPUtime=412.7 cores=1
/proc/6849/stat : 6849 (clasp) R 6847 6847 6720 0 -1 4202496 6548 0 0 0 41269 1 0 0 25 0 1 0 858983129 38072320 6278 33554432000 4194304 4785740 140736204635408 18446744073709551615 4286919 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6849/statm: 9295 6278 340 145 0 6340 0
[pid=6850] ppid=6847 vsize=453344 CPUtime=412.7 cores=2
/proc/6850/stat : 6850 (TNM) R 6847 6847 6720 0 -1 4202496 902 0 0 0 41270 0 0 0 25 0 1 0 858983129 464224256 799 33554432000 134512640 134534564 4287916560 18446744073709551615 134528710 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6850/statm: 113336 799 95 6 0 112002 0
[pid=6851] ppid=6847 vsize=181704 CPUtime=412.7 cores=3
/proc/6851/stat : 6851 (march_hi) R 6847 6847 6720 0 -1 4202496 31477 0 0 0 41256 14 0 0 25 0 1 0 858983129 186064896 27920 33554432000 4194304 4331988 140733761154912 18446744073709551615 4229623 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6851/statm: 45426 27920 173 34 0 43868 0
[pid=6852] ppid=6847 vsize=217372 CPUtime=1648.42 cores=4-7
/proc/6852/stat : 6852 (plingeling) S 6847 6847 6720 0 -1 4202496 195701 1252 0 0 164816 26 0 0 18 0 5 0 858983129 222588928 26436 33554432000 4194304 4356188 140733837883088 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/6852/statm: 54343 26436 164 40 0 52887 0
[pid=6852/tid=6859] ppid=6847 vsize=217372 CPUtime=412.67 cores=4-7
/proc/6852/task/6859/stat : 6859 (plingeling) R 6847 6847 6720 0 -1 4202560 50735 1252 0 0 41261 6 0 0 25 0 5 0 858983131 222588928 26436 33554432000 4194304 4356188 140733837883088 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6852/tid=6860] ppid=6847 vsize=217372 CPUtime=410.4 cores=4-7
/proc/6852/task/6860/stat : 6860 (plingeling) R 6847 6847 6720 0 -1 4202560 51431 1252 0 0 41033 7 0 0 25 0 5 0 858983131 222588928 26436 33554432000 4194304 4356188 140733837883088 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6852/tid=6861] ppid=6847 vsize=217372 CPUtime=412.63 cores=4-7
/proc/6852/task/6861/stat : 6861 (plingeling) R 6847 6847 6720 0 -1 4202560 48959 1252 0 0 41256 7 0 0 25 0 5 0 858983131 222588928 26436 33554432000 4194304 4356188 140733837883088 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6852/tid=6862] ppid=6847 vsize=217372 CPUtime=412.66 cores=4-7
/proc/6852/task/6862/stat : 6862 (plingeling) R 6847 6847 6720 0 -1 4202560 43217 1252 0 0 41262 4 0 0 25 0 5 0 858983131 222588928 26436 33554432000 4194304 4356188 140733837883088 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3299.22
Current children cumulated vsize (KiB) 1682712

[startup+414.301 s]
/proc/loadavg: 8.02 6.42 3.96 9/180 6873
/proc/meminfo: memFree=32136036/32951124 swapFree=67056964/67111528
[pid=6847] ppid=6845 vsize=18324 CPUtime=0 cores=0-7
/proc/6847/stat : 6847 (ppfolio) S 6845 6847 6720 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 858983128 18763776 389 33554432000 4194304 4287625 140734350003408 18446744073709551615 233510317583 0 0 4096 65536 4598958488436080639 0 0 17 4 0 0 0
/proc/6847/statm: 4581 389 341 23 0 91 0
[pid=6848] ppid=6847 vsize=774788 CPUtime=414.3 cores=0
/proc/6848/stat : 6848 (cryptominisat) R 6847 6847 6720 0 -1 4202496 80038 0 0 0 41407 23 0 0 25 0 1 0 858983129 793382912 11481 33554432000 4194304 4587354 140734422425136 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6848/statm: 193697 11481 337 96 0 190259 0
[pid=6849] ppid=6847 vsize=37180 CPUtime=414.3 cores=1
/proc/6849/stat : 6849 (clasp) R 6847 6847 6720 0 -1 4202496 6548 0 0 0 41429 1 0 0 25 0 1 0 858983129 38072320 6278 33554432000 4194304 4785740 140736204635408 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6849/statm: 9295 6278 340 145 0 6340 0
[pid=6850] ppid=6847 vsize=453344 CPUtime=414.3 cores=2
/proc/6850/stat : 6850 (TNM) R 6847 6847 6720 0 -1 4202496 902 0 0 0 41430 0 0 0 25 0 1 0 858983129 464224256 799 33554432000 134512640 134534564 4287916560 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6850/statm: 113336 799 95 6 0 112002 0
[pid=6851] ppid=6847 vsize=181704 CPUtime=414.3 cores=3
/proc/6851/stat : 6851 (march_hi) R 6847 6847 6720 0 -1 4202496 31536 0 0 0 41416 14 0 0 25 0 1 0 858983129 186064896 27979 33554432000 4194304 4331988 140733761154912 18446744073709551615 4284296 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6851/statm: 45426 27979 173 34 0 43868 0
[pid=6852] ppid=6847 vsize=219420 CPUtime=1654.81 cores=4-7
/proc/6852/stat : 6852 (plingeling) S 6847 6847 6720 0 -1 4202496 196213 1252 0 0 165455 26 0 0 18 0 5 0 858983129 224686080 26948 33554432000 4194304 4356188 140733837883088 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/6852/statm: 54855 26948 164 40 0 53399 0
[pid=6852/tid=6859] ppid=6847 vsize=219420 CPUtime=414.27 cores=4-7
/proc/6852/task/6859/stat : 6859 (plingeling) R 6847 6847 6720 0 -1 4202560 50735 1252 0 0 41421 6 0 0 25 0 5 0 858983131 224686080 26948 33554432000 4194304 4356188 140733837883088 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6852/tid=6860] ppid=6847 vsize=219420 CPUtime=411.99 cores=4-7
/proc/6852/task/6860/stat : 6860 (plingeling) R 6847 6847 6720 0 -1 4202560 51431 1252 0 0 41192 7 0 0 25 0 5 0 858983131 224686080 26948 33554432000 4194304 4356188 140733837883088 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6852/tid=6861] ppid=6847 vsize=219420 CPUtime=414.23 cores=4-7
/proc/6852/task/6861/stat : 6861 (plingeling) R 6847 6847 6720 0 -1 4202560 49215 1252 0 0 41416 7 0 0 25 0 5 0 858983131 224686080 26948 33554432000 4194304 4356188 140733837883088 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6852/tid=6862] ppid=6847 vsize=219420 CPUtime=414.26 cores=4-7
/proc/6852/task/6862/stat : 6862 (plingeling) R 6847 6847 6720 0 -1 4202560 43473 1252 0 0 41422 4 0 0 25 0 5 0 858983131 224686080 26948 33554432000 4194304 4356188 140733837883088 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3312.01
Current children cumulated vsize (KiB) 1684760

[startup+415.101 s]
/proc/loadavg: 8.02 6.42 3.96 9/180 6873
/proc/meminfo: memFree=32133680/32951124 swapFree=67056964/67111528
[pid=6847] ppid=6845 vsize=18324 CPUtime=0 cores=0-7
/proc/6847/stat : 6847 (ppfolio) S 6845 6847 6720 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 858983128 18763776 389 33554432000 4194304 4287625 140734350003408 18446744073709551615 233510317583 0 0 4096 65536 4598958488436080639 0 0 17 4 0 0 0
/proc/6847/statm: 4581 389 341 23 0 91 0
[pid=6848] ppid=6847 vsize=774788 CPUtime=415.1 cores=0
/proc/6848/stat : 6848 (cryptominisat) R 6847 6847 6720 0 -1 4202496 80098 0 0 0 41487 23 0 0 25 0 1 0 858983129 793382912 11534 33554432000 4194304 4587354 140734422425136 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6848/statm: 193697 11534 337 96 0 190259 0
[pid=6849] ppid=6847 vsize=36892 CPUtime=415.1 cores=1
/proc/6849/stat : 6849 (clasp) R 6847 6847 6720 0 -1 4202496 6548 0 0 0 41509 1 0 0 25 0 1 0 858983129 37777408 6228 33554432000 4194304 4785740 140736204635408 18446744073709551615 4550400 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6849/statm: 9223 6228 340 145 0 6268 0
[pid=6850] ppid=6847 vsize=453344 CPUtime=415.1 cores=2
/proc/6850/stat : 6850 (TNM) R 6847 6847 6720 0 -1 4202496 902 0 0 0 41510 0 0 0 25 0 1 0 858983129 464224256 799 33554432000 134512640 134534564 4287916560 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6850/statm: 113336 799 95 6 0 112002 0
[pid=6851] ppid=6847 vsize=181704 CPUtime=415.1 cores=3
/proc/6851/stat : 6851 (march_hi) R 6847 6847 6720 0 -1 4202496 31566 0 0 0 41496 14 0 0 25 0 1 0 858983129 186064896 28009 33554432000 4194304 4331988 140733761154912 18446744073709551615 4288479 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6851/statm: 45426 28009 173 34 0 43868 0
[pid=6852] ppid=6847 vsize=219548 CPUtime=1658 cores=4-7
/proc/6852/stat : 6852 (plingeling) S 6847 6847 6720 0 -1 4202496 196917 1252 0 0 165774 26 0 0 18 0 5 0 858983129 224817152 26980 33554432000 4194304 4356188 140733837883088 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/6852/statm: 54887 26980 164 40 0 53431 0
[pid=6852/tid=6859] ppid=6847 vsize=219548 CPUtime=415.07 cores=4-7
/proc/6852/task/6859/stat : 6859 (plingeling) R 6847 6847 6720 0 -1 4202560 51375 1252 0 0 41501 6 0 0 25 0 5 0 858983131 224817152 26980 33554432000 4194304 4356188 140733837883088 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6852/tid=6860] ppid=6847 vsize=219548 CPUtime=412.79 cores=4-7
/proc/6852/task/6860/stat : 6860 (plingeling) R 6847 6847 6720 0 -1 4202560 51431 1252 0 0 41272 7 0 0 25 0 5 0 858983131 224817152 26980 33554432000 4194304 4356188 140733837883088 18446744073709551615 4330982 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6852/tid=6861] ppid=6847 vsize=219548 CPUtime=415.03 cores=4-7
/proc/6852/task/6861/stat : 6861 (plingeling) R 6847 6847 6720 0 -1 4202560 49215 1252 0 0 41496 7 0 0 25 0 5 0 858983131 224817152 26980 33554432000 4194304 4356188 140733837883088 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6852/tid=6862] ppid=6847 vsize=219548 CPUtime=415.06 cores=4-7
/proc/6852/task/6862/stat : 6862 (plingeling) R 6847 6847 6720 0 -1 4202560 43537 1252 0 0 41502 4 0 0 25 0 5 0 858983131 224817152 26980 33554432000 4194304 4356188 140733837883088 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3318.4
Current children cumulated vsize (KiB) 1684600

[startup+415.301 s]
/proc/loadavg: 8.02 6.42 3.96 9/180 6873
/proc/meminfo: memFree=32133680/32951124 swapFree=67056964/67111528
[pid=6847] ppid=6845 vsize=18324 CPUtime=0 cores=0-7
/proc/6847/stat : 6847 (ppfolio) S 6845 6847 6720 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 858983128 18763776 389 33554432000 4194304 4287625 140734350003408 18446744073709551615 233510317583 0 0 4096 65536 4598958488436080639 0 0 17 4 0 0 0
/proc/6847/statm: 4581 389 341 23 0 91 0
[pid=6848] ppid=6847 vsize=774788 CPUtime=415.3 cores=0
/proc/6848/stat : 6848 (cryptominisat) R 6847 6847 6720 0 -1 4202496 80109 0 0 0 41507 23 0 0 25 0 1 0 858983129 793382912 11544 33554432000 4194304 4587354 140734422425136 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6848/statm: 193697 11544 337 96 0 190259 0
[pid=6849] ppid=6847 vsize=36604 CPUtime=415.3 cores=1
/proc/6849/stat : 6849 (clasp) R 6847 6847 6720 0 -1 4202496 6548 0 0 0 41529 1 0 0 25 0 1 0 858983129 37482496 6180 33554432000 4194304 4785740 140736204635408 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6849/statm: 9151 6180 340 145 0 6196 0
[pid=6850] ppid=6847 vsize=453344 CPUtime=415.3 cores=2
/proc/6850/stat : 6850 (TNM) R 6847 6847 6720 0 -1 4202496 902 0 0 0 41530 0 0 0 25 0 1 0 858983129 464224256 799 33554432000 134512640 134534564 4287916560 18446744073709551615 134530582 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6850/statm: 113336 799 95 6 0 112002 0
[pid=6851] ppid=6847 vsize=181704 CPUtime=415.3 cores=3
/proc/6851/stat : 6851 (march_hi) R 6847 6847 6720 0 -1 4202496 31571 0 0 0 41516 14 0 0 25 0 1 0 858983129 186064896 28014 33554432000 4194304 4331988 140733761154912 18446744073709551615 4292222 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6851/statm: 45426 28014 173 34 0 43868 0
[pid=6852] ppid=6847 vsize=211356 CPUtime=1658.8 cores=4-7
/proc/6852/stat : 6852 (plingeling) S 6847 6847 6720 0 -1 4202496 196917 1252 0 0 165854 26 0 0 18 0 5 0 858983129 216428544 24932 33554432000 4194304 4356188 140733837883088 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/6852/statm: 52839 24932 164 40 0 51383 0
[pid=6852/tid=6859] ppid=6847 vsize=211356 CPUtime=415.27 cores=4-7
/proc/6852/task/6859/stat : 6859 (plingeling) R 6847 6847 6720 0 -1 4202560 51375 1252 0 0 41521 6 0 0 25 0 5 0 858983131 216428544 24932 33554432000 4194304 4356188 140733837883088 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6852/tid=6860] ppid=6847 vsize=211356 CPUtime=412.99 cores=4-7
/proc/6852/task/6860/stat : 6860 (plingeling) R 6847 6847 6720 0 -1 4202560 51431 1252 0 0 41292 7 0 0 25 0 5 0 858983131 216428544 24932 33554432000 4194304 4356188 140733837883088 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6852/tid=6861] ppid=6847 vsize=211356 CPUtime=415.23 cores=4-7
/proc/6852/task/6861/stat : 6861 (plingeling) R 6847 6847 6720 0 -1 4202560 49215 1252 0 0 41516 7 0 0 25 0 5 0 858983131 216428544 24932 33554432000 4194304 4356188 140733837883088 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6852/tid=6862] ppid=6847 vsize=211356 CPUtime=415.26 cores=4-7
/proc/6852/task/6862/stat : 6862 (plingeling) R 6847 6847 6720 0 -1 4202560 43537 1252 0 0 41522 4 0 0 25 0 5 0 858983131 216428544 24932 33554432000 4194304 4356188 140733837883088 18446744073709551615 4331697 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3320
Current children cumulated vsize (KiB) 1676120

[startup+415.4 s]
/proc/loadavg: 8.02 6.42 3.96 9/180 6873
/proc/meminfo: memFree=32133680/32951124 swapFree=67056964/67111528
[pid=6847] ppid=6845 vsize=18324 CPUtime=0 cores=0-7
/proc/6847/stat : 6847 (ppfolio) S 6845 6847 6720 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 858983128 18763776 389 33554432000 4194304 4287625 140734350003408 18446744073709551615 233510317583 0 0 4096 65536 4598958488436080639 0 0 17 4 0 0 0
/proc/6847/statm: 4581 389 341 23 0 91 0
[pid=6848] ppid=6847 vsize=774788 CPUtime=415.4 cores=0
/proc/6848/stat : 6848 (cryptominisat) R 6847 6847 6720 0 -1 4202496 80114 0 0 0 41517 23 0 0 25 0 1 0 858983129 793382912 11549 33554432000 4194304 4587354 140734422425136 18446744073709551615 4238576 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6848/statm: 193697 11549 337 96 0 190259 0
[pid=6849] ppid=6847 vsize=36604 CPUtime=415.4 cores=1
/proc/6849/stat : 6849 (clasp) R 6847 6847 6720 0 -1 4202496 6548 0 0 0 41539 1 0 0 25 0 1 0 858983129 37482496 6180 33554432000 4194304 4785740 140736204635408 18446744073709551615 4287150 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6849/statm: 9151 6180 340 145 0 6196 0
[pid=6850] ppid=6847 vsize=453344 CPUtime=415.4 cores=2
/proc/6850/stat : 6850 (TNM) R 6847 6847 6720 0 -1 4202496 902 0 0 0 41540 0 0 0 25 0 1 0 858983129 464224256 799 33554432000 134512640 134534564 4287916560 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6850/statm: 113336 799 95 6 0 112002 0
[pid=6851] ppid=6847 vsize=181704 CPUtime=415.4 cores=3
/proc/6851/stat : 6851 (march_hi) R 6847 6847 6720 0 -1 4202496 31576 0 0 0 41526 14 0 0 25 0 1 0 858983129 186064896 28019 33554432000 4194304 4331988 140733761154912 18446744073709551615 4240460 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6851/statm: 45426 28019 173 34 0 43868 0
[pid=6852] ppid=6847 vsize=211356 CPUtime=1659.2 cores=4-7
/proc/6852/stat : 6852 (plingeling) S 6847 6847 6720 0 -1 4202496 196917 1252 0 0 165894 26 0 0 18 0 5 0 858983129 216428544 24932 33554432000 4194304 4356188 140733837883088 18446744073709551615 233522100197 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/6852/statm: 52839 24932 164 40 0 51383 0
[pid=6852/tid=6859] ppid=6847 vsize=211356 CPUtime=415.37 cores=4-7
/proc/6852/task/6859/stat : 6859 (plingeling) R 6847 6847 6720 0 -1 4202560 51375 1252 0 0 41531 6 0 0 25 0 5 0 858983131 216428544 24932 33554432000 4194304 4356188 140733837883088 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6852/tid=6860] ppid=6847 vsize=211356 CPUtime=413.09 cores=4-7
/proc/6852/task/6860/stat : 6860 (plingeling) R 6847 6847 6720 0 -1 4202560 51431 1252 0 0 41302 7 0 0 25 0 5 0 858983131 216428544 24932 33554432000 4194304 4356188 140733837883088 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6852/tid=6861] ppid=6847 vsize=211356 CPUtime=415.33 cores=4-7
/proc/6852/task/6861/stat : 6861 (plingeling) R 6847 6847 6720 0 -1 4202560 49215 1252 0 0 41526 7 0 0 25 0 5 0 858983131 216428544 24932 33554432000 4194304 4356188 140733837883088 18446744073709551615 4331337 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6852/tid=6862] ppid=6847 vsize=211356 CPUtime=415.36 cores=4-7
/proc/6852/task/6862/stat : 6862 (plingeling) R 6847 6847 6720 0 -1 4202560 43537 1252 0 0 41532 4 0 0 25 0 5 0 858983131 216428544 24932 33554432000 4194304 4356188 140733837883088 18446744073709551615 4331168 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3320.8
Current children cumulated vsize (KiB) 1676120

Child status: 0
Real time (s): 415.427
CPU time (s): 3321.03
CPU user time (s): 3320.35
CPU system time (s): 0.680896
CPU usage (%): 799.424
Max. virtual memory (cumulated for all children) (KiB): 7055528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3320.35
system time used= 0.680896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 317864
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= 736
involuntary context switches= 15507

runsolver used 0.697893 second user time and 1.57076 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-10 02:27:53
IDJOB=3275511
IDBENCH=83196
IDSOLVER=1638
FILE ID=node145/3275511-1307665673
RUNJOBID= node145-1307665658-6734
PBS_JOBID= 13549449
Free space on /tmp= 74200 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/rnd_150_29_u.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275511-1307665673/watcher-3275511-1307665673 -o /tmp/evaluation-result-3275511-1307665673/solver-3275511-1307665673 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275511-1307665673.cnf

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

MD5SUM BENCH= 97209c9c2612edfa7815278bcf07a2b4
RANDOM SEED=1016207829

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32423236 kB
Buffers:         68292 kB
Cached:         298216 kB
SwapCached:       7944 kB
Active:         114180 kB
Inactive:       271348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32423236 kB
SwapTotal:    67111528 kB
SwapFree:     67056964 kB
Dirty:           10912 kB
Writeback:           0 kB
AnonPages:       17008 kB
Mapped:          13044 kB
Slab:            75804 kB
PageTables:       4424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   180412 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= 74188 MiB
End job on node145 at 2011-06-10 02:34:48