Trace number 3222261

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 1176.22 147.138

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S116041094-082.UNKNOWN.cnf
MD5SUMc3607b4797e262c1da0dfb143eedc361
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark145.128
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
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
1175.89/147.13	s UNSATISFIABLE
1175.89/147.13	solver [4] march_hi 2009 answered
1175.89/147.13	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: 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-3222261-1304165276/watcher-3222261-1304165276 -o /tmp/evaluation-result-3222261-1304165276/solver-3222261-1304165276 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3222261-1304165276.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.11 7.86 7.94 2/170 27817
/proc/meminfo: memFree=30107472/32951124 swapFree=67111364/67111528
[pid=27817] ppid=27815 vsize=18324 CPUtime=0 cores=0-7
/proc/27817/stat : 27817 (ppfolio) R 27815 27817 27667 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 528128041 18763776 389 33554432000 4194304 4287625 140735104103008 18446744073709551615 253640879631 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/27817/statm: 4581 389 341 23 0 91 0

[startup+0.105015 s]
/proc/loadavg: 7.11 7.86 7.94 2/170 27817
/proc/meminfo: memFree=30107472/32951124 swapFree=67111364/67111528
[pid=27817] ppid=27815 vsize=18324 CPUtime=0 cores=0-7
/proc/27817/stat : 27817 (ppfolio) R 27815 27817 27667 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 528128041 18763776 389 33554432000 4194304 4287625 140735104103008 18446744073709551615 253640879631 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/27817/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200998 s]
/proc/loadavg: 7.11 7.86 7.94 2/170 27817
/proc/meminfo: memFree=30107472/32951124 swapFree=67111364/67111528
[pid=27817] ppid=27815 vsize=18324 CPUtime=0 cores=0-7
/proc/27817/stat : 27817 (ppfolio) R 27815 27817 27667 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 528128041 18763776 389 33554432000 4194304 4287625 140735104103008 18446744073709551615 253640879631 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/27817/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30098 s]
/proc/loadavg: 7.11 7.86 7.94 2/170 27817
/proc/meminfo: memFree=30107472/32951124 swapFree=67111364/67111528
[pid=27817] ppid=27815 vsize=18324 CPUtime=0 cores=0-7
/proc/27817/stat : 27817 (ppfolio) R 27815 27817 27667 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 528128041 18763776 389 33554432000 4194304 4287625 140735104103008 18446744073709551615 253640879631 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/27817/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700906 s]
/proc/loadavg: 7.11 7.86 7.94 2/170 27817
/proc/meminfo: memFree=30107472/32951124 swapFree=67111364/67111528
[pid=27817] ppid=27815 vsize=18324 CPUtime=0 cores=0-7
/proc/27817/stat : 27817 (ppfolio) S 27815 27817 27667 0 -1 4202496 520 0 0 0 0 0 0 0 21 0 1 0 528128041 18763776 389 33554432000 4194304 4287625 140735104103008 18446744073709551615 253640879631 0 0 4096 65536 4528369979371814911 0 0 17 4 0 0 0
/proc/27817/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50076 s]
/proc/loadavg: 7.18 7.86 7.94 9/180 27832
/proc/meminfo: memFree=30091396/32951124 swapFree=67111364/67111528
[pid=27817] ppid=27815 vsize=18324 CPUtime=0 cores=0-7
/proc/27817/stat : 27817 (ppfolio) S 27815 27817 27667 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 528128041 18763776 389 33554432000 4194304 4287625 140735104103008 18446744073709551615 253640879631 0 0 4096 65536 4528369979371814911 0 0 17 4 0 0 0
/proc/27817/statm: 4581 389 341 23 0 91 0
[pid=27818] ppid=27817 vsize=809008 CPUtime=1.49 cores=0
/proc/27818/stat : 27818 (cryptominisat) R 27817 27817 27667 0 -1 4202496 3357 0 0 0 149 0 0 0 20 0 1 0 528128041 828424192 2286 33554432000 4194304 4587354 140737356282128 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27818/statm: 202252 2286 337 96 0 198814 0
[pid=27819] ppid=27817 vsize=13892 CPUtime=1.49 cores=1
/proc/27819/stat : 27819 (clasp) R 27817 27817 27667 0 -1 4202496 947 0 0 0 149 0 0 0 20 0 1 0 528128041 14225408 835 33554432000 4194304 4785740 140733757982432 18446744073709551615 4553029 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27819/statm: 3473 835 340 145 0 518 0
[pid=27820] ppid=27817 vsize=455832 CPUtime=1.49 cores=2
/proc/27820/stat : 27820 (TNM) R 27817 27817 27667 0 -1 4202496 329 0 0 0 149 0 0 0 20 0 1 0 528128041 466771968 226 33554432000 134512640 134534564 4294342800 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27820/statm: 113958 226 95 6 0 112624 0
[pid=27821] ppid=27817 vsize=7956 CPUtime=1.49 cores=3
/proc/27821/stat : 27821 (march_hi) R 27817 27817 27667 0 -1 4202496 590 0 0 0 149 0 0 0 20 0 1 0 528128041 8146944 483 33554432000 4194304 4331988 140734449161696 18446744073709551615 4246241 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27821/statm: 1989 483 173 34 0 431 0
[pid=27822] ppid=27817 vsize=122652 CPUtime=5.91 cores=4-7
/proc/27822/stat : 27822 (plingeling) S 27817 27817 27667 0 -1 4202496 3811 1249 0 0 591 0 0 0 25 0 5 0 528128041 125595648 2755 33554432000 4194304 4356188 140734041499072 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27822/statm: 30663 2755 164 40 0 29207 0
[pid=27822/tid=27829] ppid=27817 vsize=122652 CPUtime=1.48 cores=4-7
/proc/27822/task/27829/stat : 27829 (plingeling) R 27817 27817 27667 0 -1 4202560 765 1249 0 0 148 0 0 0 20 0 5 0 528128042 125595648 2755 33554432000 4194304 4356188 140734041499072 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27822/tid=27830] ppid=27817 vsize=122652 CPUtime=1.48 cores=4-7
/proc/27822/task/27830/stat : 27830 (plingeling) R 27817 27817 27667 0 -1 4202560 807 1249 0 0 148 0 0 0 25 0 5 0 528128042 125595648 2755 33554432000 4194304 4356188 140734041499072 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27822/tid=27831] ppid=27817 vsize=122652 CPUtime=1.46 cores=4-7
/proc/27822/task/27831/stat : 27831 (plingeling) R 27817 27817 27667 0 -1 4202560 878 1249 0 0 146 0 0 0 25 0 5 0 528128042 125595648 2755 33554432000 4194304 4356188 140734041499072 18446744073709551615 4332023 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27822/tid=27832] ppid=27817 vsize=122652 CPUtime=1.47 cores=4-7
/proc/27822/task/27832/stat : 27832 (plingeling) R 27817 27817 27667 0 -1 4202560 862 1249 0 0 147 0 0 0 25 0 5 0 528128042 125595648 2755 33554432000 4194304 4356188 140734041499072 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 1427664

[startup+3.10047 s]
/proc/loadavg: 7.18 7.86 7.94 9/180 27832
/proc/meminfo: memFree=30083624/32951124 swapFree=67111364/67111528
[pid=27817] ppid=27815 vsize=18324 CPUtime=0 cores=0-7
/proc/27817/stat : 27817 (ppfolio) S 27815 27817 27667 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 528128041 18763776 389 33554432000 4194304 4287625 140735104103008 18446744073709551615 253640879631 0 0 4096 65536 4528369979371814911 0 0 17 4 0 0 0
/proc/27817/statm: 4581 389 341 23 0 91 0
[pid=27818] ppid=27817 vsize=812836 CPUtime=3.08 cores=0
/proc/27818/stat : 27818 (cryptominisat) R 27817 27817 27667 0 -1 4202496 5349 0 0 0 308 0 0 0 25 0 1 0 528128041 832344064 3031 33554432000 4194304 4587354 140737356282128 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27818/statm: 203209 3031 337 96 0 199771 0
[pid=27819] ppid=27817 vsize=14704 CPUtime=3.09 cores=1
/proc/27819/stat : 27819 (clasp) R 27817 27817 27667 0 -1 4202496 1134 0 0 0 309 0 0 0 25 0 1 0 528128041 15056896 1022 33554432000 4194304 4785740 140733757982432 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27819/statm: 3676 1022 340 145 0 721 0
[pid=27820] ppid=27817 vsize=455832 CPUtime=3.09 cores=2
/proc/27820/stat : 27820 (TNM) R 27817 27817 27667 0 -1 4202496 329 0 0 0 309 0 0 0 25 0 1 0 528128041 466771968 226 33554432000 134512640 134534564 4294342800 18446744073709551615 134530372 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27820/statm: 113958 226 95 6 0 112624 0
[pid=27821] ppid=27817 vsize=8252 CPUtime=3.09 cores=3
/proc/27821/stat : 27821 (march_hi) R 27817 27817 27667 0 -1 4202496 657 0 0 0 309 0 0 0 25 0 1 0 528128041 8450048 550 33554432000 4194304 4331988 140734449161696 18446744073709551615 4229363 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27821/statm: 2063 550 173 34 0 505 0
[pid=27822] ppid=27817 vsize=123752 CPUtime=12.31 cores=4-7
/proc/27822/stat : 27822 (plingeling) S 27817 27817 27667 0 -1 4202496 5270 1249 0 0 1230 1 0 0 25 0 5 0 528128041 126722048 3030 33554432000 4194304 4356188 140734041499072 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27822/statm: 30938 3030 164 40 0 29482 0
[pid=27822/tid=27829] ppid=27817 vsize=123752 CPUtime=3.08 cores=4-7
/proc/27822/task/27829/stat : 27829 (plingeling) R 27817 27817 27667 0 -1 4202560 1085 1249 0 0 308 0 0 0 25 0 5 0 528128042 126722048 3030 33554432000 4194304 4356188 140734041499072 18446744073709551615 4331383 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27822/tid=27830] ppid=27817 vsize=123752 CPUtime=3.08 cores=4-7
/proc/27822/task/27830/stat : 27830 (plingeling) R 27817 27817 27667 0 -1 4202560 1159 1249 0 0 308 0 0 0 25 0 5 0 528128042 126722048 3030 33554432000 4194304 4356188 140734041499072 18446744073709551615 4210567 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27822/tid=27831] ppid=27817 vsize=123752 CPUtime=3.06 cores=4-7
/proc/27822/task/27831/stat : 27831 (plingeling) R 27817 27817 27667 0 -1 4202560 1280 1249 0 0 306 0 0 0 25 0 5 0 528128042 126722048 3030 33554432000 4194304 4356188 140734041499072 18446744073709551615 4330982 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27822/tid=27832] ppid=27817 vsize=123752 CPUtime=3.07 cores=4-7
/proc/27822/task/27832/stat : 27832 (plingeling) R 27817 27817 27667 0 -1 4202560 1247 1249 0 0 307 0 0 0 25 0 5 0 528128042 126722048 3030 33554432000 4194304 4356188 140734041499072 18446744073709551615 4332225 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 1433700

[startup+6.30088 s]
/proc/loadavg: 7.18 7.86 7.94 9/180 27832
/proc/meminfo: memFree=30072588/32951124 swapFree=67111364/67111528
[pid=27817] ppid=27815 vsize=18324 CPUtime=0 cores=0-7
/proc/27817/stat : 27817 (ppfolio) S 27815 27817 27667 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 528128041 18763776 389 33554432000 4194304 4287625 140735104103008 18446744073709551615 253640879631 0 0 4096 65536 4528369979371814911 0 0 17 4 0 0 0
/proc/27817/statm: 4581 389 341 23 0 91 0
[pid=27818] ppid=27817 vsize=813044 CPUtime=6.28 cores=0
/proc/27818/stat : 27818 (cryptominisat) R 27817 27817 27667 0 -1 4202496 7177 0 0 0 628 0 0 0 25 0 1 0 528128041 832557056 3252 33554432000 4194304 4587354 140737356282128 18446744073709551615 4230288 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27818/statm: 203261 3252 337 96 0 199823 0
[pid=27819] ppid=27817 vsize=15388 CPUtime=6.29 cores=1
/proc/27819/stat : 27819 (clasp) R 27817 27817 27667 0 -1 4202496 1311 0 0 0 629 0 0 0 25 0 1 0 528128041 15757312 1199 33554432000 4194304 4785740 140733757982432 18446744073709551615 4550894 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27819/statm: 3847 1199 340 145 0 892 0
[pid=27820] ppid=27817 vsize=455832 CPUtime=6.29 cores=2
/proc/27820/stat : 27820 (TNM) R 27817 27817 27667 0 -1 4202496 329 0 0 0 629 0 0 0 25 0 1 0 528128041 466771968 226 33554432000 134512640 134534564 4294342800 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27820/statm: 113958 226 95 6 0 112624 0
[pid=27821] ppid=27817 vsize=9028 CPUtime=6.29 cores=3
/proc/27821/stat : 27821 (march_hi) R 27817 27817 27667 0 -1 4202496 802 0 0 0 629 0 0 0 25 0 1 0 528128041 9244672 695 33554432000 4194304 4331988 140734449161696 18446744073709551615 4229564 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27821/statm: 2257 695 173 34 0 699 0
[pid=27822] ppid=27817 vsize=129664 CPUtime=25.1 cores=4-7
/proc/27822/stat : 27822 (plingeling) S 27817 27817 27667 0 -1 4202496 9404 1249 0 0 2508 2 0 0 25 0 5 0 528128041 132775936 4508 33554432000 4194304 4356188 140734041499072 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27822/statm: 32416 4508 164 40 0 30960 0
[pid=27822/tid=27829] ppid=27817 vsize=129664 CPUtime=6.28 cores=4-7
/proc/27822/task/27829/stat : 27829 (plingeling) R 27817 27817 27667 0 -1 4202560 2079 1249 0 0 628 0 0 0 25 0 5 0 528128042 132775936 4508 33554432000 4194304 4356188 140734041499072 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27822/tid=27830] ppid=27817 vsize=129664 CPUtime=6.27 cores=4-7
/proc/27822/task/27830/stat : 27830 (plingeling) R 27817 27817 27667 0 -1 4202560 2248 1249 0 0 627 0 0 0 25 0 5 0 528128042 132775936 4508 33554432000 4194304 4356188 140734041499072 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27822/tid=27831] ppid=27817 vsize=129664 CPUtime=6.26 cores=4-7
/proc/27822/task/27831/stat : 27831 (plingeling) R 27817 27817 27667 0 -1 4202560 2273 1249 0 0 626 0 0 0 25 0 5 0 528128042 132775936 4508 33554432000 4194304 4356188 140734041499072 18446744073709551615 4330982 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27822/tid=27832] ppid=27817 vsize=129664 CPUtime=6.25 cores=4-7
/proc/27822/task/27832/stat : 27832 (plingeling) R 27817 27817 27667 0 -1 4202560 2305 1249 0 0 625 0 0 0 25 0 5 0 528128042 132775936 4508 33554432000 4194304 4356188 140734041499072 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 1441280

[startup+12.7007 s]
/proc/loadavg: 7.31 7.87 7.94 9/180 27832
/proc/meminfo: memFree=30067220/32951124 swapFree=67111364/67111528
[pid=27817] ppid=27815 vsize=18324 CPUtime=0 cores=0-7
/proc/27817/stat : 27817 (ppfolio) S 27815 27817 27667 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 528128041 18763776 389 33554432000 4194304 4287625 140735104103008 18446744073709551615 253640879631 0 0 4096 65536 4528369979371814911 0 0 17 4 0 0 0
/proc/27817/statm: 4581 389 341 23 0 91 0
[pid=27818] ppid=27817 vsize=816340 CPUtime=12.69 cores=0
/proc/27818/stat : 27818 (cryptominisat) R 27817 27817 27667 0 -1 4202496 10543 0 0 0 1268 1 0 0 25 0 1 0 528128041 835932160 3962 33554432000 4194304 4587354 140737356282128 18446744073709551615 4238227 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27818/statm: 204085 3962 337 96 0 200647 0
[pid=27819] ppid=27817 vsize=16768 CPUtime=12.69 cores=1
/proc/27819/stat : 27819 (clasp) R 27817 27817 27667 0 -1 4202496 1628 0 0 0 1269 0 0 0 25 0 1 0 528128041 17170432 1516 33554432000 4194304 4785740 140733757982432 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27819/statm: 4192 1516 340 145 0 1237 0
[pid=27820] ppid=27817 vsize=455832 CPUtime=12.69 cores=2
/proc/27820/stat : 27820 (TNM) R 27817 27817 27667 0 -1 4202496 329 0 0 0 1269 0 0 0 25 0 1 0 528128041 466771968 226 33554432000 134512640 134534564 4294342800 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27820/statm: 113958 226 95 6 0 112624 0
[pid=27821] ppid=27817 vsize=9748 CPUtime=12.69 cores=3
/proc/27821/stat : 27821 (march_hi) R 27817 27817 27667 0 -1 4202496 1030 0 0 0 1269 0 0 0 25 0 1 0 528128041 9981952 923 33554432000 4194304 4331988 140734449161696 18446744073709551615 4226400 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27821/statm: 2437 923 173 34 0 879 0
[pid=27822] ppid=27817 vsize=131980 CPUtime=50.65 cores=4-7
/proc/27822/stat : 27822 (plingeling) S 27817 27817 27667 0 -1 4202496 14847 1249 0 0 5063 2 0 0 25 0 5 0 528128041 135147520 5087 33554432000 4194304 4356188 140734041499072 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27822/statm: 32995 5087 164 40 0 31539 0
[pid=27822/tid=27829] ppid=27817 vsize=131980 CPUtime=12.68 cores=4-7
/proc/27822/task/27829/stat : 27829 (plingeling) R 27817 27817 27667 0 -1 4202560 3392 1249 0 0 1268 0 0 0 25 0 5 0 528128042 135147520 5087 33554432000 4194304 4356188 140734041499072 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27822/tid=27830] ppid=27817 vsize=131980 CPUtime=12.68 cores=4-7
/proc/27822/task/27830/stat : 27830 (plingeling) R 27817 27817 27667 0 -1 4202560 3657 1249 0 0 1267 1 0 0 25 0 5 0 528128042 135147520 5087 33554432000 4194304 4356188 140734041499072 18446744073709551615 4330992 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27822/tid=27831] ppid=27817 vsize=131980 CPUtime=12.65 cores=4-7
/proc/27822/task/27831/stat : 27831 (plingeling) R 27817 27817 27667 0 -1 4202560 3521 1249 0 0 1265 0 0 0 25 0 5 0 528128042 135147520 5087 33554432000 4194304 4356188 140734041499072 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27822/tid=27832] ppid=27817 vsize=131980 CPUtime=12.61 cores=4-7
/proc/27822/task/27832/stat : 27832 (plingeling) R 27817 27817 27667 0 -1 4202560 3778 1249 0 0 1261 0 0 0 25 0 5 0 528128042 135147520 5087 33554432000 4194304 4356188 140734041499072 18446744073709551615 4273767 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 1448992

[startup+25.5014 s]
/proc/loadavg: 7.41 7.87 7.94 9/180 27832
/proc/meminfo: memFree=30054256/32951124 swapFree=67111364/67111528
[pid=27817] ppid=27815 vsize=18324 CPUtime=0 cores=0-7
/proc/27817/stat : 27817 (ppfolio) S 27815 27817 27667 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 528128041 18763776 389 33554432000 4194304 4287625 140735104103008 18446744073709551615 253640879631 0 0 4096 65536 4528369979371814911 0 0 17 4 0 0 0
/proc/27817/statm: 4581 389 341 23 0 91 0
[pid=27818] ppid=27817 vsize=820140 CPUtime=25.49 cores=0
/proc/27818/stat : 27818 (cryptominisat) R 27817 27817 27667 0 -1 4202496 16671 0 0 0 2547 2 0 0 25 0 1 0 528128041 839823360 4903 33554432000 4194304 4587354 140737356282128 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=27822/tid=27829] ppid=27817 vsize=170348 CPUtime=143.98 cores=4-7
/proc/27822/task/27829/stat : 27829 (plingeling) R 27817 27817 27667 0 -1 4202560 26915 1249 0 0 14395 3 0 0 25 0 5 0 528128042 174436352 14679 33554432000 4194304 4356188 140734041499072 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27822/tid=27830] ppid=27817 vsize=170348 CPUtime=143.97 cores=4-7
/proc/27822/task/27830/stat : 27830 (plingeling) R 27817 27817 27667 0 -1 4202560 27083 1249 0 0 14393 4 0 0 25 0 5 0 528128042 174436352 14679 33554432000 4194304 4356188 140734041499072 18446744073709551615 4332133 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27822/tid=27831] ppid=27817 vsize=170348 CPUtime=143.94 cores=4-7
/proc/27822/task/27831/stat : 27831 (plingeling) R 27817 27817 27667 0 -1 4202560 25922 1249 0 0 14391 3 0 0 25 0 5 0 528128042 174436352 14679 33554432000 4194304 4356188 140734041499072 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27822/tid=27832] ppid=27817 vsize=170348 CPUtime=143.21 cores=4-7
/proc/27822/task/27832/stat : 27832 (plingeling) R 27817 27817 27667 0 -1 4202560 26916 1249 0 0 14317 4 0 0 25 0 5 0 528128042 174436352 14679 33554432000 4194304 4356188 140734041499072 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1151.1
Current children cumulated vsize (KiB) 1537220

[startup+145.6 s]
/proc/loadavg: 7.92 7.91 7.94 9/180 27836
/proc/meminfo: memFree=29984164/32951124 swapFree=67111364/67111528
[pid=27817] ppid=27815 vsize=18324 CPUtime=0 cores=0-7
/proc/27817/stat : 27817 (ppfolio) S 27815 27817 27667 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 528128041 18763776 389 33554432000 4194304 4287625 140735104103008 18446744073709551615 253640879631 0 0 4096 65536 4528369979371814911 0 0 17 4 0 0 0
/proc/27817/statm: 4581 389 341 23 0 91 0
[pid=27818] ppid=27817 vsize=836020 CPUtime=145.59 cores=0
/proc/27818/stat : 27818 (cryptominisat) R 27817 27817 27667 0 -1 4202496 49715 0 0 0 14547 12 0 0 25 0 1 0 528128041 856084480 9274 33554432000 4194304 4587354 140737356282128 18446744073709551615 4239316 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27818/statm: 209005 9274 337 96 0 205567 0
[pid=27819] ppid=27817 vsize=24768 CPUtime=145.59 cores=1
/proc/27819/stat : 27819 (clasp) R 27817 27817 27667 0 -1 4202496 3517 0 0 0 14559 0 0 0 25 0 1 0 528128041 25362432 3405 33554432000 4194304 4785740 140733757982432 18446744073709551615 4549696 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27819/statm: 6192 3405 340 145 0 3237 0
[pid=27820] ppid=27817 vsize=455832 CPUtime=145.59 cores=2
/proc/27820/stat : 27820 (TNM) R 27817 27817 27667 0 -1 4202496 329 0 0 0 14559 0 0 0 25 0 1 0 528128041 466771968 226 33554432000 134512640 134534564 4294342800 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27820/statm: 113958 226 95 6 0 112624 0
[pid=27821] ppid=27817 vsize=31928 CPUtime=145.59 cores=3
/proc/27821/stat : 27821 (march_hi) R 27817 27817 27667 0 -1 4202496 4797 0 0 0 14558 1 0 0 25 0 1 0 528128041 32694272 4690 33554432000 4194304 4331988 140734449161696 18446744073709551615 4229606 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27821/statm: 7982 4690 173 34 0 6424 0
[pid=27822] ppid=27817 vsize=172012 CPUtime=581.52 cores=4-7
/proc/27822/stat : 27822 (plingeling) S 27817 27817 27667 0 -1 4202496 107751 1249 0 0 58135 17 0 0 25 0 5 0 528128041 176140288 15095 33554432000 4194304 4356188 140734041499072 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27822/statm: 43003 15095 164 40 0 41547 0
[pid=27822/tid=27829] ppid=27817 vsize=172012 CPUtime=145.58 cores=4-7
/proc/27822/task/27829/stat : 27829 (plingeling) R 27817 27817 27667 0 -1 4202560 26915 1249 0 0 14555 3 0 0 25 0 5 0 528128042 176140288 15095 33554432000 4194304 4356188 140734041499072 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27822/tid=27830] ppid=27817 vsize=172012 CPUtime=145.56 cores=4-7
/proc/27822/task/27830/stat : 27830 (plingeling) R 27817 27817 27667 0 -1 4202560 27083 1249 0 0 14552 4 0 0 25 0 5 0 528128042 176140288 15095 33554432000 4194304 4356188 140734041499072 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27822/tid=27831] ppid=27817 vsize=172012 CPUtime=145.54 cores=4-7
/proc/27822/task/27831/stat : 27831 (plingeling) R 27817 27817 27667 0 -1 4202560 26178 1249 0 0 14551 3 0 0 25 0 5 0 528128042 176140288 15095 33554432000 4194304 4356188 140734041499072 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27822/tid=27832] ppid=27817 vsize=172012 CPUtime=144.8 cores=4-7
/proc/27822/task/27832/stat : 27832 (plingeling) R 27817 27817 27667 0 -1 4202560 27076 1249 0 0 14476 4 0 0 25 0 5 0 528128042 176140288 15095 33554432000 4194304 4356188 140734041499072 18446744073709551615 4286019 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1163.88
Current children cumulated vsize (KiB) 1538884

[startup+146.406 s]
/proc/loadavg: 7.92 7.91 7.94 9/180 27836
/proc/meminfo: memFree=29982800/32951124 swapFree=67111364/67111528
[pid=27817] ppid=27815 vsize=18324 CPUtime=0.01 cores=0-7
/proc/27817/stat : 27817 (ppfolio) S 27815 27817 27667 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 528128041 18763776 389 33554432000 4194304 4287625 140735104103008 18446744073709551615 253640879631 0 0 4096 65536 4528369979371814911 0 0 17 4 0 0 0
/proc/27817/statm: 4581 389 341 23 0 91 0
[pid=27818] ppid=27817 vsize=56148 CPUtime=146.4 cores=0
/proc/27818/stat : 27818 (cryptominisat) R 27817 27817 27667 0 -1 4202496 50340 0 0 0 14627 13 0 0 25 0 1 0 528128041 57495552 8170 33554432000 4194304 4587354 140737356282128 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27818/statm: 14037 8170 337 96 0 10599 0
[pid=27819] ppid=27817 vsize=24768 CPUtime=146.4 cores=1
/proc/27819/stat : 27819 (clasp) R 27817 27817 27667 0 -1 4202496 3533 0 0 0 14640 0 0 0 25 0 1 0 528128041 25362432 3421 33554432000 4194304 4785740 140733757982432 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27819/statm: 6192 3421 340 145 0 3237 0
[pid=27820] ppid=27817 vsize=455832 CPUtime=146.4 cores=2
/proc/27820/stat : 27820 (TNM) R 27817 27817 27667 0 -1 4202496 329 0 0 0 14640 0 0 0 25 0 1 0 528128041 466771968 226 33554432000 134512640 134534564 4294342800 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27820/statm: 113958 226 95 6 0 112624 0
[pid=27821] ppid=27817 vsize=31928 CPUtime=146.39 cores=3
/proc/27821/stat : 27821 (march_hi) R 27817 27817 27667 0 -1 4202496 4813 0 0 0 14638 1 0 0 25 0 1 0 528128041 32694272 4706 33554432000 4194304 4331988 140734449161696 18446744073709551615 4240900 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27821/statm: 7982 4706 173 34 0 6424 0
[pid=27822] ppid=27817 vsize=173676 CPUtime=584.74 cores=4-7
/proc/27822/stat : 27822 (plingeling) S 27817 27817 27667 0 -1 4202496 108167 1249 0 0 58457 17 0 0 25 0 5 0 528128041 177844224 15511 33554432000 4194304 4356188 140734041499072 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27822/statm: 43419 15511 164 40 0 41963 0
[pid=27822/tid=27829] ppid=27817 vsize=173676 CPUtime=146.38 cores=4-7
/proc/27822/task/27829/stat : 27829 (plingeling) R 27817 27817 27667 0 -1 4202560 26947 1249 0 0 14635 3 0 0 25 0 5 0 528128042 177844224 15511 33554432000 4194304 4356188 140734041499072 18446744073709551615 4332023 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27822/tid=27830] ppid=27817 vsize=173676 CPUtime=146.37 cores=4-7
/proc/27822/task/27830/stat : 27830 (plingeling) R 27817 27817 27667 0 -1 4202560 27147 1249 0 0 14633 4 0 0 25 0 5 0 528128042 177844224 15511 33554432000 4194304 4356188 140734041499072 18446744073709551615 4332037 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27822/tid=27831] ppid=27817 vsize=173676 CPUtime=146.34 cores=4-7
/proc/27822/task/27831/stat : 27831 (plingeling) R 27817 27817 27667 0 -1 4202560 26242 1249 0 0 14631 3 0 0 25 0 5 0 528128042 177844224 15511 33554432000 4194304 4356188 140734041499072 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27822/tid=27832] ppid=27817 vsize=173676 CPUtime=145.6 cores=4-7
/proc/27822/task/27832/stat : 27832 (plingeling) R 27817 27817 27667 0 -1 4202560 27332 1249 0 0 14556 4 0 0 25 0 5 0 528128042 177844224 15511 33554432000 4194304 4356188 140734041499072 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1170.34
Current children cumulated vsize (KiB) 760676

[startup+146.801 s]
/proc/loadavg: 7.92 7.91 7.94 9/180 27836
/proc/meminfo: memFree=29982800/32951124 swapFree=67111364/67111528
[pid=27817] ppid=27815 vsize=18324 CPUtime=0.01 cores=0-7
/proc/27817/stat : 27817 (ppfolio) S 27815 27817 27667 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 528128041 18763776 389 33554432000 4194304 4287625 140735104103008 18446744073709551615 253640879631 0 0 4096 65536 4528369979371814911 0 0 17 4 0 0 0
/proc/27817/statm: 4581 389 341 23 0 91 0
[pid=27818] ppid=27817 vsize=56148 CPUtime=146.8 cores=0
/proc/27818/stat : 27818 (cryptominisat) R 27817 27817 27667 0 -1 4202496 50413 0 0 0 14667 13 0 0 25 0 1 0 528128041 57495552 8241 33554432000 4194304 4587354 140737356282128 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27818/statm: 14037 8241 337 96 0 10599 0
[pid=27819] ppid=27817 vsize=24768 CPUtime=146.79 cores=1
/proc/27819/stat : 27819 (clasp) R 27817 27817 27667 0 -1 4202496 3533 0 0 0 14679 0 0 0 25 0 1 0 528128041 25362432 3421 33554432000 4194304 4785740 140733757982432 18446744073709551615 4552940 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27819/statm: 6192 3421 340 145 0 3237 0
[pid=27820] ppid=27817 vsize=455832 CPUtime=146.79 cores=2
/proc/27820/stat : 27820 (TNM) R 27817 27817 27667 0 -1 4202496 329 0 0 0 14679 0 0 0 25 0 1 0 528128041 466771968 226 33554432000 134512640 134534564 4294342800 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27820/statm: 113958 226 95 6 0 112624 0
[pid=27821] ppid=27817 vsize=31928 CPUtime=146.79 cores=3
/proc/27821/stat : 27821 (march_hi) R 27817 27817 27667 0 -1 4202496 4821 0 0 0 14678 1 0 0 25 0 1 0 528128041 32694272 4714 33554432000 4194304 4331988 140734449161696 18446744073709551615 4211529 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27821/statm: 7982 4714 173 34 0 6424 0
[pid=27822] ppid=27817 vsize=174956 CPUtime=586.32 cores=4-7
/proc/27822/stat : 27822 (plingeling) S 27817 27817 27667 0 -1 4202496 108487 1249 0 0 58615 17 0 0 25 0 5 0 528128041 179154944 15831 33554432000 4194304 4356188 140734041499072 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27822/statm: 43739 15831 164 40 0 42283 0
[pid=27822/tid=27829] ppid=27817 vsize=174956 CPUtime=146.78 cores=4-7
/proc/27822/task/27829/stat : 27829 (plingeling) R 27817 27817 27667 0 -1 4202560 27011 1249 0 0 14675 3 0 0 25 0 5 0 528128042 179154944 15831 33554432000 4194304 4356188 140734041499072 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27822/tid=27830] ppid=27817 vsize=174956 CPUtime=146.76 cores=4-7
/proc/27822/task/27830/stat : 27830 (plingeling) R 27817 27817 27667 0 -1 4202560 27211 1249 0 0 14672 4 0 0 25 0 5 0 528128042 179154944 15831 33554432000 4194304 4356188 140734041499072 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27822/tid=27831] ppid=27817 vsize=174956 CPUtime=146.74 cores=4-7
/proc/27822/task/27831/stat : 27831 (plingeling) R 27817 27817 27667 0 -1 4202560 26370 1249 0 0 14670 4 0 0 25 0 5 0 528128042 179154944 15831 33554432000 4194304 4356188 140734041499072 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27822/tid=27832] ppid=27817 vsize=174956 CPUtime=145.99 cores=4-7
/proc/27822/task/27832/stat : 27832 (plingeling) R 27817 27817 27667 0 -1 4202560 27396 1249 0 0 14595 4 0 0 25 0 5 0 528128042 179154944 15831 33554432000 4194304 4356188 140734041499072 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1173.5
Current children cumulated vsize (KiB) 761956

[startup+147.001 s]
/proc/loadavg: 7.92 7.91 7.94 9/180 27836
/proc/meminfo: memFree=29982800/32951124 swapFree=67111364/67111528
[pid=27817] ppid=27815 vsize=18324 CPUtime=0.01 cores=0-7
/proc/27817/stat : 27817 (ppfolio) S 27815 27817 27667 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 528128041 18763776 389 33554432000 4194304 4287625 140735104103008 18446744073709551615 253640879631 0 0 4096 65536 4528369979371814911 0 0 17 4 0 0 0
/proc/27817/statm: 4581 389 341 23 0 91 0
[pid=27818] ppid=27817 vsize=56148 CPUtime=146.99 cores=0
/proc/27818/stat : 27818 (cryptominisat) R 27817 27817 27667 0 -1 4202496 50451 0 0 0 14686 13 0 0 25 0 1 0 528128041 57495552 8279 33554432000 4194304 4587354 140737356282128 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27818/statm: 14037 8279 337 96 0 10599 0
[pid=27819] ppid=27817 vsize=24768 CPUtime=146.99 cores=1
/proc/27819/stat : 27819 (clasp) R 27817 27817 27667 0 -1 4202496 3533 0 0 0 14699 0 0 0 25 0 1 0 528128041 25362432 3421 33554432000 4194304 4785740 140733757982432 18446744073709551615 4553046 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27819/statm: 6192 3421 340 145 0 3237 0
[pid=27820] ppid=27817 vsize=455832 CPUtime=146.99 cores=2
/proc/27820/stat : 27820 (TNM) R 27817 27817 27667 0 -1 4202496 329 0 0 0 14699 0 0 0 25 0 1 0 528128041 466771968 226 33554432000 134512640 134534564 4294342800 18446744073709551615 134529082 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27820/statm: 113958 226 95 6 0 112624 0
[pid=27821] ppid=27817 vsize=31928 CPUtime=146.99 cores=3
/proc/27821/stat : 27821 (march_hi) R 27817 27817 27667 0 -1 4202496 4825 0 0 0 14698 1 0 0 25 0 1 0 528128041 32694272 4718 33554432000 4194304 4331988 140734449161696 18446744073709551615 4211522 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27821/statm: 7982 4718 173 34 0 6424 0
[pid=27822] ppid=27817 vsize=172396 CPUtime=587.12 cores=4-7
/proc/27822/stat : 27822 (plingeling) S 27817 27817 27667 0 -1 4202496 108615 1249 0 0 58695 17 0 0 25 0 5 0 528128041 176533504 15191 33554432000 4194304 4356188 140734041499072 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27822/statm: 43099 15191 164 40 0 41643 0
[pid=27822/tid=27829] ppid=27817 vsize=172396 CPUtime=146.98 cores=4-7
/proc/27822/task/27829/stat : 27829 (plingeling) R 27817 27817 27667 0 -1 4202560 27011 1249 0 0 14695 3 0 0 25 0 5 0 528128042 176533504 15191 33554432000 4194304 4356188 140734041499072 18446744073709551615 4331168 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27822/tid=27830] ppid=27817 vsize=172396 CPUtime=146.96 cores=4-7
/proc/27822/task/27830/stat : 27830 (plingeling) R 27817 27817 27667 0 -1 4202560 27211 1249 0 0 14692 4 0 0 25 0 5 0 528128042 176533504 15191 33554432000 4194304 4356188 140734041499072 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27822/tid=27831] ppid=27817 vsize=172396 CPUtime=146.94 cores=4-7
/proc/27822/task/27831/stat : 27831 (plingeling) R 27817 27817 27667 0 -1 4202560 26498 1249 0 0 14690 4 0 0 25 0 5 0 528128042 176533504 15191 33554432000 4194304 4356188 140734041499072 18446744073709551615 4331392 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27822/tid=27832] ppid=27817 vsize=172396 CPUtime=146.19 cores=4-7
/proc/27822/task/27832/stat : 27832 (plingeling) R 27817 27817 27667 0 -1 4202560 27396 1249 0 0 14615 4 0 0 25 0 5 0 528128042 176533504 15191 33554432000 4194304 4356188 140734041499072 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1175.09
Current children cumulated vsize (KiB) 759396

[startup+147.101 s]
/proc/loadavg: 7.92 7.91 7.94 9/180 27836
/proc/meminfo: memFree=29982800/32951124 swapFree=67111364/67111528
[pid=27817] ppid=27815 vsize=18324 CPUtime=0.01 cores=0-7
/proc/27817/stat : 27817 (ppfolio) S 27815 27817 27667 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 528128041 18763776 389 33554432000 4194304 4287625 140735104103008 18446744073709551615 253640879631 0 0 4096 65536 4528369979371814911 0 0 17 4 0 0 0
/proc/27817/statm: 4581 389 341 23 0 91 0
[pid=27818] ppid=27817 vsize=56148 CPUtime=147.09 cores=0
/proc/27818/stat : 27818 (cryptominisat) R 27817 27817 27667 0 -1 4202496 50472 0 0 0 14696 13 0 0 25 0 1 0 528128041 57495552 8299 33554432000 4194304 4587354 140737356282128 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27818/statm: 14037 8299 337 96 0 10599 0
[pid=27819] ppid=27817 vsize=24768 CPUtime=147.09 cores=1
/proc/27819/stat : 27819 (clasp) R 27817 27817 27667 0 -1 4202496 3533 0 0 0 14709 0 0 0 25 0 1 0 528128041 25362432 3421 33554432000 4194304 4785740 140733757982432 18446744073709551615 4553046 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27819/statm: 6192 3421 340 145 0 3237 0
[pid=27820] ppid=27817 vsize=455832 CPUtime=147.09 cores=2
/proc/27820/stat : 27820 (TNM) R 27817 27817 27667 0 -1 4202496 329 0 0 0 14709 0 0 0 25 0 1 0 528128041 466771968 226 33554432000 134512640 134534564 4294342800 18446744073709551615 134528523 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27820/statm: 113958 226 95 6 0 112624 0
[pid=27821] ppid=27817 vsize=31928 CPUtime=147.09 cores=3
/proc/27821/stat : 27821 (march_hi) R 27817 27817 27667 0 -1 4202496 4827 0 0 0 14708 1 0 0 25 0 1 0 528128041 32694272 4720 33554432000 4194304 4331988 140734449161696 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27821/statm: 7982 4720 173 34 0 6424 0
[pid=27822] ppid=27817 vsize=172652 CPUtime=587.52 cores=4-7
/proc/27822/stat : 27822 (plingeling) S 27817 27817 27667 0 -1 4202496 108679 1249 0 0 58735 17 0 0 25 0 5 0 528128041 176795648 15255 33554432000 4194304 4356188 140734041499072 18446744073709551615 253652662245 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27822/statm: 43163 15255 164 40 0 41707 0
[pid=27822/tid=27829] ppid=27817 vsize=172652 CPUtime=147.08 cores=4-7
/proc/27822/task/27829/stat : 27829 (plingeling) R 27817 27817 27667 0 -1 4202560 27011 1249 0 0 14705 3 0 0 25 0 5 0 528128042 176795648 15255 33554432000 4194304 4356188 140734041499072 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27822/tid=27830] ppid=27817 vsize=172652 CPUtime=147.06 cores=4-7
/proc/27822/task/27830/stat : 27830 (plingeling) R 27817 27817 27667 0 -1 4202560 27211 1249 0 0 14702 4 0 0 25 0 5 0 528128042 176795648 15255 33554432000 4194304 4356188 140734041499072 18446744073709551615 4283920 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27822/tid=27831] ppid=27817 vsize=172652 CPUtime=147.04 cores=4-7
/proc/27822/task/27831/stat : 27831 (plingeling) R 27817 27817 27667 0 -1 4202560 26498 1249 0 0 14700 4 0 0 25 0 5 0 528128042 176795648 15255 33554432000 4194304 4356188 140734041499072 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27822/tid=27832] ppid=27817 vsize=172652 CPUtime=146.29 cores=4-7
/proc/27822/task/27832/stat : 27832 (plingeling) R 27817 27817 27667 0 -1 4202560 27460 1249 0 0 14625 4 0 0 25 0 5 0 528128042 176795648 15255 33554432000 4194304 4356188 140734041499072 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1175.89
Current children cumulated vsize (KiB) 759652

Child status: 0
Real time (s): 147.138
CPU time (s): 1176.22
CPU user time (s): 1175.87
CPU system time (s): 0.355945
CPU usage (%): 799.401
Max. virtual memory (cumulated for all children) (KiB): 1548052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1175.87
system time used= 0.355945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169637
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= 1249
involuntary context switches= 5880

runsolver used 0.229965 second user time and 0.568913 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-30 14:07:56
IDJOB=3222261
IDBENCH=83060
IDSOLVER=1638
FILE ID=node106/3222261-1304165276
RUNJOBID= node106-1304165262-27681
PBS_JOBID= 13170947
Free space on /tmp= 72888 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S116041094-082.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3222261-1304165276/watcher-3222261-1304165276 -o /tmp/evaluation-result-3222261-1304165276/solver-3222261-1304165276 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3222261-1304165276.cnf

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

MD5SUM BENCH= c3607b4797e262c1da0dfb143eedc361
RANDOM SEED=278312009

node106.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	: 5226.20
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30107876 kB
Buffers:        283696 kB
Cached:        2278956 kB
SwapCached:         88 kB
Active:         897964 kB
Inactive:      1728172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30107876 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           10300 kB
Writeback:           0 kB
AnonPages:       63488 kB
Mapped:          14756 kB
Slab:           148620 kB
PageTables:       4520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187068 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= 72880 MiB
End job on node106 at 2011-04-30 14:10:24