Trace number 3220257

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 263.241 32.9365

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1027567260-047.UNKNOWN.cnf
MD5SUMdeef67012ed65265f92101778280c717
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.4201
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54450

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
262.92/32.93	s UNSATISFIABLE
262.92/32.93	solver [4] march_hi 2009 answered
262.92/32.93	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-3220257-1304156942/watcher-3220257-1304156942 -o /tmp/evaluation-result-3220257-1304156942/solver-3220257-1304156942 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3220257-1304156942.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.50 7.99 8.05 2/174 9727
/proc/meminfo: memFree=30821484/32951124 swapFree=67111336/67111528
[pid=9727] ppid=9725 vsize=18324 CPUtime=0 cores=0-7
/proc/9727/stat : 9727 (ppfolio) R 9725 9727 9131 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 527292136 18763776 390 33554432000 4194304 4287625 140736657790688 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/9727/statm: 4581 390 341 23 0 91 0

[startup+0.155341 s]
/proc/loadavg: 7.50 7.99 8.05 2/174 9727
/proc/meminfo: memFree=30821484/32951124 swapFree=67111336/67111528
[pid=9727] ppid=9725 vsize=18324 CPUtime=0 cores=0-7
/proc/9727/stat : 9727 (ppfolio) S 9725 9727 9131 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 527292136 18763776 390 33554432000 4194304 4287625 140736657790688 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 6 0 0 0
/proc/9727/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.239527 s]
/proc/loadavg: 7.50 7.99 8.05 2/174 9727
/proc/meminfo: memFree=30821484/32951124 swapFree=67111336/67111528
[pid=9727] ppid=9725 vsize=18324 CPUtime=0 cores=0-7
/proc/9727/stat : 9727 (ppfolio) S 9725 9727 9131 0 -1 4202496 522 0 0 0 0 0 0 0 24 0 1 0 527292136 18763776 390 33554432000 4194304 4287625 140736657790688 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 6 0 0 0
/proc/9727/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300518 s]
/proc/loadavg: 7.50 7.99 8.05 2/174 9727
/proc/meminfo: memFree=30821484/32951124 swapFree=67111336/67111528
[pid=9727] ppid=9725 vsize=18324 CPUtime=0 cores=0-7
/proc/9727/stat : 9727 (ppfolio) R 9725 9727 9131 0 -1 4202496 522 0 0 0 0 0 0 0 23 0 1 0 527292136 18763776 390 33554432000 4194304 4287625 140736657790688 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/9727/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700445 s]
/proc/loadavg: 7.50 7.99 8.05 2/174 9727
/proc/meminfo: memFree=30821484/32951124 swapFree=67111336/67111528
[pid=9727] ppid=9725 vsize=18324 CPUtime=0 cores=0-7
/proc/9727/stat : 9727 (ppfolio) R 9725 9727 9131 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 527292136 18763776 390 33554432000 4194304 4287625 140736657790688 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/9727/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5013 s]
/proc/loadavg: 7.50 7.99 8.05 9/184 9742
/proc/meminfo: memFree=30799952/32951124 swapFree=67111336/67111528
[pid=9727] ppid=9725 vsize=18324 CPUtime=0 cores=0-7
/proc/9727/stat : 9727 (ppfolio) S 9725 9727 9131 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527292136 18763776 390 33554432000 4194304 4287625 140736657790688 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 6 0 0 0
/proc/9727/statm: 4581 390 341 23 0 91 0
[pid=9728] ppid=9727 vsize=3822660 CPUtime=1.49 cores=0
/proc/9728/stat : 9728 (cryptominisat) R 9727 9727 9131 0 -1 4202496 3669 0 0 0 148 1 0 0 20 0 1 0 527292137 3914403840 2400 33554432000 4194304 4587354 140736601606480 18446744073709551615 4365166 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9728/statm: 955665 2400 336 96 0 952227 0
[pid=9729] ppid=9727 vsize=14176 CPUtime=1.49 cores=1
/proc/9729/stat : 9729 (clasp) R 9727 9727 9131 0 -1 4202496 999 0 0 0 149 0 0 0 20 0 1 0 527292137 14516224 890 33554432000 4194304 4785740 140736977451264 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9729/statm: 3544 890 340 145 0 589 0
[pid=9730] ppid=9727 vsize=456228 CPUtime=1.49 cores=2
/proc/9730/stat : 9730 (TNM) R 9727 9727 9131 0 -1 4202496 440 0 0 0 149 0 0 0 20 0 1 0 527292137 467177472 336 33554432000 134512640 134534564 4290525088 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9730/statm: 114057 336 95 6 0 112723 0
[pid=9731] ppid=9727 vsize=7756 CPUtime=1.49 cores=3
/proc/9731/stat : 9731 (march_hi) R 9727 9727 9131 0 -1 4202496 912 0 0 0 149 0 0 0 20 0 1 0 527292137 7942144 469 33554432000 4194304 4331988 140734490719888 18446744073709551615 4308969 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9731/statm: 1939 469 174 34 0 381 0
[pid=9732] ppid=9727 vsize=126032 CPUtime=5.93 cores=4-7
/proc/9732/stat : 9732 (plingeling) S 9727 9727 9131 0 -1 4202496 4485 1252 0 0 593 0 0 0 18 0 5 0 527292137 129056768 3586 33554432000 4194304 4356188 140734601911824 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9732/statm: 31508 3586 162 40 0 30052 0
[pid=9732/tid=9739] ppid=9727 vsize=126032 CPUtime=1.48 cores=4-7
/proc/9732/task/9739/stat : 9739 (plingeling) R 9727 9727 9131 0 -1 4202560 1009 1252 0 0 148 0 0 0 23 0 5 0 527292138 129056768 3586 33554432000 4194304 4356188 140734601911824 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9732/tid=9740] ppid=9727 vsize=126032 CPUtime=1.47 cores=4-7
/proc/9732/task/9740/stat : 9740 (plingeling) R 9727 9727 9131 0 -1 4202560 933 1252 0 0 147 0 0 0 20 0 5 0 527292138 129056768 3586 33554432000 4194304 4356188 140734601911824 18446744073709551615 4331212 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9732/tid=9741] ppid=9727 vsize=126032 CPUtime=1.48 cores=4-7
/proc/9732/task/9741/stat : 9741 (plingeling) R 9727 9727 9131 0 -1 4202560 858 1252 0 0 148 0 0 0 23 0 5 0 527292138 129056768 3586 33554432000 4194304 4356188 140734601911824 18446744073709551615 4331345 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9732/tid=9742] ppid=9727 vsize=126032 CPUtime=1.48 cores=4-7
/proc/9732/task/9742/stat : 9742 (plingeling) R 9727 9727 9131 0 -1 4202560 809 1252 0 0 148 0 0 0 23 0 5 0 527292138 129056768 3586 33554432000 4194304 4356188 140734601911824 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 4445176

[startup+3.10101 s]
/proc/loadavg: 7.50 7.99 8.05 9/184 9742
/proc/meminfo: memFree=30792392/32951124 swapFree=67111336/67111528
[pid=9727] ppid=9725 vsize=18324 CPUtime=0 cores=0-7
/proc/9727/stat : 9727 (ppfolio) S 9725 9727 9131 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527292136 18763776 390 33554432000 4194304 4287625 140736657790688 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 6 0 0 0
/proc/9727/statm: 4581 390 341 23 0 91 0
[pid=9728] ppid=9727 vsize=3825188 CPUtime=3.09 cores=0
/proc/9728/stat : 9728 (cryptominisat) R 9727 9727 9131 0 -1 4202496 4793 0 0 0 308 1 0 0 25 0 1 0 527292137 3916992512 3152 33554432000 4194304 4587354 140736601606480 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9728/statm: 956297 3152 336 96 0 952859 0
[pid=9729] ppid=9727 vsize=14748 CPUtime=3.09 cores=1
/proc/9729/stat : 9729 (clasp) R 9727 9727 9131 0 -1 4202496 1146 0 0 0 309 0 0 0 25 0 1 0 527292137 15101952 1037 33554432000 4194304 4785740 140736977451264 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9729/statm: 3687 1037 340 145 0 732 0
[pid=9730] ppid=9727 vsize=456228 CPUtime=3.09 cores=2
/proc/9730/stat : 9730 (TNM) R 9727 9727 9131 0 -1 4202496 440 0 0 0 309 0 0 0 25 0 1 0 527292137 467177472 336 33554432000 134512640 134534564 4290525088 18446744073709551615 134530522 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9730/statm: 114057 336 95 6 0 112723 0
[pid=9731] ppid=9727 vsize=7756 CPUtime=3.09 cores=3
/proc/9731/stat : 9731 (march_hi) R 9727 9727 9131 0 -1 4202496 912 0 0 0 309 0 0 0 25 0 1 0 527292137 7942144 469 33554432000 4194304 4331988 140734490719888 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9731/statm: 1939 469 174 34 0 381 0
[pid=9732] ppid=9727 vsize=126688 CPUtime=12.32 cores=4-7
/proc/9732/stat : 9732 (plingeling) S 9727 9727 9131 0 -1 4202496 5961 1252 0 0 1232 0 0 0 18 0 5 0 527292137 129728512 3750 33554432000 4194304 4356188 140734601911824 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9732/statm: 31672 3750 162 40 0 30216 0
[pid=9732/tid=9739] ppid=9727 vsize=126688 CPUtime=3.08 cores=4-7
/proc/9732/task/9739/stat : 9739 (plingeling) R 9727 9727 9131 0 -1 4202560 1394 1252 0 0 308 0 0 0 25 0 5 0 527292138 129728512 3750 33554432000 4194304 4356188 140734601911824 18446744073709551615 4234297 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9732/tid=9740] ppid=9727 vsize=126688 CPUtime=3.07 cores=4-7
/proc/9732/task/9740/stat : 9740 (plingeling) R 9727 9727 9131 0 -1 4202560 1318 1252 0 0 307 0 0 0 25 0 5 0 527292138 129728512 3750 33554432000 4194304 4356188 140734601911824 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9732/tid=9741] ppid=9727 vsize=126688 CPUtime=3.08 cores=4-7
/proc/9732/task/9741/stat : 9741 (plingeling) R 9727 9727 9131 0 -1 4202560 1179 1252 0 0 308 0 0 0 25 0 5 0 527292138 129728512 3750 33554432000 4194304 4356188 140734601911824 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9732/tid=9742] ppid=9727 vsize=126688 CPUtime=3.08 cores=4-7
/proc/9732/task/9742/stat : 9742 (plingeling) R 9727 9727 9131 0 -1 4202560 1194 1252 0 0 308 0 0 0 25 0 5 0 527292138 129728512 3750 33554432000 4194304 4356188 140734601911824 18446744073709551615 4331168 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.68
Current children cumulated vsize (KiB) 4448932

[startup+6.30043 s]
/proc/loadavg: 7.54 7.99 8.05 9/184 9742
/proc/meminfo: memFree=30784216/32951124 swapFree=67111336/67111528
[pid=9727] ppid=9725 vsize=18324 CPUtime=0 cores=0-7
/proc/9727/stat : 9727 (ppfolio) S 9725 9727 9131 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527292136 18763776 390 33554432000 4194304 4287625 140736657790688 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 6 0 0 0
/proc/9727/statm: 4581 390 341 23 0 91 0
[pid=9728] ppid=9727 vsize=3826796 CPUtime=6.29 cores=0
/proc/9728/stat : 9728 (cryptominisat) R 9727 9727 9131 0 -1 4202496 6331 0 0 0 628 1 0 0 25 0 1 0 527292137 3918639104 3395 33554432000 4194304 4587354 140736601606480 18446744073709551615 4238423 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9728/statm: 956699 3395 336 96 0 953261 0
[pid=9729] ppid=9727 vsize=15460 CPUtime=6.29 cores=1
/proc/9729/stat : 9729 (clasp) R 9727 9727 9131 0 -1 4202496 1314 0 0 0 629 0 0 0 25 0 1 0 527292137 15831040 1205 33554432000 4194304 4785740 140736977451264 18446744073709551615 4307019 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9729/statm: 3865 1205 340 145 0 910 0
[pid=9730] ppid=9727 vsize=456228 CPUtime=6.29 cores=2
/proc/9730/stat : 9730 (TNM) R 9727 9727 9131 0 -1 4202496 440 0 0 0 629 0 0 0 25 0 1 0 527292137 467177472 336 33554432000 134512640 134534564 4290525088 18446744073709551615 134530522 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9730/statm: 114057 336 95 6 0 112723 0
[pid=9731] ppid=9727 vsize=7756 CPUtime=6.29 cores=3
/proc/9731/stat : 9731 (march_hi) R 9727 9727 9131 0 -1 4202496 912 0 0 0 629 0 0 0 25 0 1 0 527292137 7942144 469 33554432000 4194304 4331988 140734490719888 18446744073709551615 4210516 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9731/statm: 1939 469 174 34 0 381 0
[pid=9732] ppid=9727 vsize=130340 CPUtime=25.1 cores=4-7
/proc/9732/stat : 9732 (plingeling) S 9727 9727 9131 0 -1 4202496 9050 1252 0 0 2509 1 0 0 18 0 5 0 527292137 133468160 4631 33554432000 4194304 4356188 140734601911824 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9732/statm: 32585 4631 162 40 0 31129 0
[pid=9732/tid=9739] ppid=9727 vsize=130340 CPUtime=6.28 cores=4-7
/proc/9732/task/9739/stat : 9739 (plingeling) R 9727 9727 9131 0 -1 4202560 2034 1252 0 0 628 0 0 0 25 0 5 0 527292138 133468160 4631 33554432000 4194304 4356188 140734601911824 18446744073709551615 4238859 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9732/tid=9740] ppid=9727 vsize=130340 CPUtime=6.25 cores=4-7
/proc/9732/task/9740/stat : 9740 (plingeling) R 9727 9727 9131 0 -1 4202560 2470 1252 0 0 625 0 0 0 25 0 5 0 527292138 133468160 4631 33554432000 4194304 4356188 140734601911824 18446744073709551615 4326716 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9732/tid=9741] ppid=9727 vsize=130340 CPUtime=6.27 cores=4-7
/proc/9732/task/9741/stat : 9741 (plingeling) R 9727 9727 9131 0 -1 4202560 1803 1252 0 0 627 0 0 0 25 0 5 0 527292138 133468160 4631 33554432000 4194304 4356188 140734601911824 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9732/tid=9742] ppid=9727 vsize=130340 CPUtime=6.28 cores=4-7
/proc/9732/task/9742/stat : 9742 (plingeling) R 9727 9727 9131 0 -1 4202560 1867 1252 0 0 628 0 0 0 25 0 5 0 527292138 133468160 4631 33554432000 4194304 4356188 140734601911824 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 4454904

[startup+12.7013 s]
/proc/loadavg: 7.58 7.99 8.05 9/184 9742
/proc/meminfo: memFree=30775548/32951124 swapFree=67111336/67111528
[pid=9727] ppid=9725 vsize=18324 CPUtime=0 cores=0-7
/proc/9727/stat : 9727 (ppfolio) S 9725 9727 9131 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527292136 18763776 390 33554432000 4194304 4287625 140736657790688 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 6 0 0 0
/proc/9727/statm: 4581 390 341 23 0 91 0
[pid=9728] ppid=9727 vsize=36976 CPUtime=12.68 cores=0
/proc/9728/stat : 9728 (cryptominisat) R 9727 9727 9131 0 -1 4202496 9086 0 0 0 1267 1 0 0 25 0 1 0 527292137 37863424 3467 33554432000 4194304 4587354 140736601606480 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9728/statm: 9244 3467 336 96 0 5806 0
[pid=9729] ppid=9727 vsize=16688 CPUtime=12.69 cores=1
/proc/9729/stat : 9729 (clasp) R 9727 9727 9131 0 -1 4202496 1583 0 0 0 1269 0 0 0 25 0 1 0 527292137 17088512 1474 33554432000 4194304 4785740 140736977451264 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9729/statm: 4172 1474 340 145 0 1217 0
[pid=9730] ppid=9727 vsize=456228 CPUtime=12.69 cores=2
/proc/9730/stat : 9730 (TNM) R 9727 9727 9131 0 -1 4202496 440 0 0 0 1269 0 0 0 25 0 1 0 527292137 467177472 336 33554432000 134512640 134534564 4290525088 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9730/statm: 114057 336 95 6 0 112723 0
[pid=9731] ppid=9727 vsize=7756 CPUtime=12.69 cores=3
/proc/9731/stat : 9731 (march_hi) R 9727 9727 9131 0 -1 4202496 912 0 0 0 1269 0 0 0 25 0 1 0 527292137 7942144 469 33554432000 4194304 4331988 140734490719888 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9731/statm: 1939 469 174 34 0 381 0
[pid=9732] ppid=9727 vsize=137780 CPUtime=50.68 cores=4-7
/proc/9732/stat : 9732 (plingeling) S 9727 9727 9131 0 -1 4202496 15358 1252 0 0 5065 3 0 0 18 0 5 0 527292137 141086720 6523 33554432000 4194304 4356188 140734601911824 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9732/statm: 34445 6523 162 40 0 32989 0
[pid=9732/tid=9739] ppid=9727 vsize=137780 CPUtime=12.67 cores=4-7
/proc/9732/task/9739/stat : 9739 (plingeling) R 9727 9727 9131 0 -1 4202560 3731 1252 0 0 1267 0 0 0 25 0 5 0 527292138 141086720 6523 33554432000 4194304 4356188 140734601911824 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9732/tid=9740] ppid=9727 vsize=137780 CPUtime=12.61 cores=4-7
/proc/9732/task/9740/stat : 9740 (plingeling) R 9727 9727 9131 0 -1 4202560 3559 1252 0 0 1261 0 0 0 25 0 5 0 527292138 141086720 6523 33554432000 4194304 4356188 140734601911824 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9732/tid=9741] ppid=9727 vsize=137780 CPUtime=12.67 cores=4-7
/proc/9732/task/9741/stat : 9741 (plingeling) R 9727 9727 9131 0 -1 4202560 3532 1252 0 0 1267 0 0 0 25 0 5 0 527292138 141086720 6523 33554432000 4194304 4356188 140734601911824 18446744073709551615 4331992 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9732/tid=9742] ppid=9727 vsize=137780 CPUtime=12.67 cores=4-7
/proc/9732/task/9742/stat : 9742 (plingeling) R 9727 9727 9131 0 -1 4202560 3660 1252 0 0 1267 0 0 0 25 0 5 0 527292138 141086720 6523 33554432000 4194304 4356188 140734601911824 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 673752

[startup+25.5009 s]
/proc/loadavg: 7.67 7.99 8.05 9/184 9743
/proc/meminfo: memFree=30764300/32951124 swapFree=67111336/67111528
[pid=9727] ppid=9725 vsize=18324 CPUtime=0 cores=0-7
/proc/9727/stat : 9727 (ppfolio) S 9725 9727 9131 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527292136 18763776 390 33554432000 4194304 4287625 140736657790688 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 6 0 0 0
/proc/9727/statm: 4581 390 341 23 0 91 0
[pid=9728] ppid=9727 vsize=577804 CPUtime=25.49 cores=0
/proc/9728/stat : 9728 (cryptominisat) R 9727 9727 9131 0 -1 4202496 13879 0 0 0 2547 2 0 0 25 0 1 0 527292137 591671296 5494 33554432000 4194304 4587354 140736601606480 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=9732/tid=9739] ppid=9727 vsize=142536 CPUtime=28.78 cores=4-7
/proc/9732/task/9739/stat : 9739 (plingeling) R 9727 9727 9131 0 -1 4202560 6612 1252 0 0 2877 1 0 0 25 0 5 0 527292138 145956864 7712 33554432000 4194304 4356188 140734601911824 18446744073709551615 4332023 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9732/tid=9740] ppid=9727 vsize=142536 CPUtime=28.62 cores=4-7
/proc/9732/task/9740/stat : 9740 (plingeling) R 9727 9727 9131 0 -1 4202560 6216 1252 0 0 2862 0 0 0 25 0 5 0 527292138 145956864 7712 33554432000 4194304 4356188 140734601911824 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9732/tid=9741] ppid=9727 vsize=142536 CPUtime=28.77 cores=4-7
/proc/9732/task/9741/stat : 9741 (plingeling) R 9727 9727 9131 0 -1 4202560 6317 1252 0 0 2876 1 0 0 25 0 5 0 527292138 145956864 7712 33554432000 4194304 4356188 140734601911824 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9732/tid=9742] ppid=9727 vsize=142536 CPUtime=28.78 cores=4-7
/proc/9732/task/9742/stat : 9742 (plingeling) R 9727 9727 9131 0 -1 4202560 6478 1252 0 0 2877 1 0 0 25 0 5 0 527292138 145956864 7712 33554432000 4194304 4356188 140734601911824 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 230.14
Current children cumulated vsize (KiB) 687464

[startup+30.4011 s]
/proc/loadavg: 7.70 7.99 8.05 9/184 9743
/proc/meminfo: memFree=30764300/32951124 swapFree=67111336/67111528
[pid=9727] ppid=9725 vsize=18324 CPUtime=0 cores=0-7
/proc/9727/stat : 9727 (ppfolio) S 9725 9727 9131 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527292136 18763776 390 33554432000 4194304 4287625 140736657790688 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 6 0 0 0
/proc/9727/statm: 4581 390 341 23 0 91 0
[pid=9728] ppid=9727 vsize=598444 CPUtime=30.39 cores=0
/proc/9728/stat : 9728 (cryptominisat) R 9727 9727 9131 0 -1 4202496 15477 0 0 0 3037 2 0 0 25 0 1 0 527292137 612806656 5491 33554432000 4194304 4587354 140736601606480 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9728/statm: 149611 5491 336 96 0 146173 0
[pid=9729] ppid=9727 vsize=18568 CPUtime=30.39 cores=1
/proc/9729/stat : 9729 (clasp) R 9727 9727 9131 0 -1 4202496 2000 0 0 0 3039 0 0 0 25 0 1 0 527292137 19013632 1891 33554432000 4194304 4785740 140736977451264 18446744073709551615 271550235250 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9729/statm: 4642 1891 341 145 0 1687 0
[pid=9730] ppid=9727 vsize=456228 CPUtime=30.39 cores=2
/proc/9730/stat : 9730 (TNM) R 9727 9727 9131 0 -1 4202496 440 0 0 0 3039 0 0 0 25 0 1 0 527292137 467177472 336 33554432000 134512640 134534564 4290525088 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9730/statm: 114057 336 95 6 0 112723 0
[pid=9731] ppid=9727 vsize=7756 CPUtime=30.39 cores=3
/proc/9731/stat : 9731 (march_hi) R 9727 9727 9131 0 -1 4202496 912 0 0 0 3039 0 0 0 25 0 1 0 527292137 7942144 469 33554432000 4194304 4331988 140734490719888 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9731/statm: 1939 469 174 34 0 381 0
[pid=9732] ppid=9727 vsize=142536 CPUtime=121.37 cores=4-7
/proc/9732/stat : 9732 (plingeling) S 9727 9727 9131 0 -1 4202496 27555 1252 0 0 12132 5 0 0 18 0 5 0 527292137 145956864 7712 33554432000 4194304 4356188 140734601911824 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9732/statm: 35634 7712 162 40 0 34178 0
[pid=9732/tid=9739] ppid=9727 vsize=142536 CPUtime=30.38 cores=4-7
/proc/9732/task/9739/stat : 9739 (plingeling) R 9727 9727 9131 0 -1 4202560 6868 1252 0 0 3037 1 0 0 25 0 5 0 527292138 145956864 7712 33554432000 4194304 4356188 140734601911824 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9732/tid=9740] ppid=9727 vsize=142536 CPUtime=30.21 cores=4-7
/proc/9732/task/9740/stat : 9740 (plingeling) R 9727 9727 9131 0 -1 4202560 6472 1252 0 0 3021 0 0 0 25 0 5 0 527292138 145956864 7712 33554432000 4194304 4356188 140734601911824 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9732/tid=9741] ppid=9727 vsize=142536 CPUtime=30.37 cores=4-7
/proc/9732/task/9741/stat : 9741 (plingeling) R 9727 9727 9131 0 -1 4202560 6637 1252 0 0 3036 1 0 0 25 0 5 0 527292138 145956864 7712 33554432000 4194304 4356188 140734601911824 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9732/tid=9742] ppid=9727 vsize=142536 CPUtime=30.38 cores=4-7
/proc/9732/task/9742/stat : 9742 (plingeling) R 9727 9727 9131 0 -1 4202560 6702 1252 0 0 3037 1 0 0 25 0 5 0 527292138 145956864 7712 33554432000 4194304 4356188 140734601911824 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 242.93
Current children cumulated vsize (KiB) 1241856

[startup+32.0068 s]
/proc/loadavg: 7.70 7.99 8.05 9/184 9743
/proc/meminfo: memFree=30763800/32951124 swapFree=67111336/67111528
[pid=9727] ppid=9725 vsize=18324 CPUtime=0 cores=0-7
/proc/9727/stat : 9727 (ppfolio) S 9725 9727 9131 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527292136 18763776 390 33554432000 4194304 4287625 140736657790688 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 6 0 0 0
/proc/9727/statm: 4581 390 341 23 0 91 0
[pid=9728] ppid=9727 vsize=44336 CPUtime=31.99 cores=0
/proc/9728/stat : 9728 (cryptominisat) R 9727 9727 9131 0 -1 4202496 16074 0 0 0 3197 2 0 0 25 0 1 0 527292137 45400064 5285 33554432000 4194304 4587354 140736601606480 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9728/statm: 11084 5285 336 96 0 7646 0
[pid=9729] ppid=9727 vsize=18740 CPUtime=32 cores=1
/proc/9729/stat : 9729 (clasp) R 9727 9727 9131 0 -1 4202496 2037 0 0 0 3200 0 0 0 25 0 1 0 527292137 19189760 1928 33554432000 4194304 4785740 140736977451264 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9729/statm: 4685 1928 341 145 0 1730 0
[pid=9730] ppid=9727 vsize=456228 CPUtime=32 cores=2
/proc/9730/stat : 9730 (TNM) R 9727 9727 9131 0 -1 4202496 440 0 0 0 3200 0 0 0 25 0 1 0 527292137 467177472 336 33554432000 134512640 134534564 4290525088 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9730/statm: 114057 336 95 6 0 112723 0
[pid=9731] ppid=9727 vsize=7756 CPUtime=32 cores=3
/proc/9731/stat : 9731 (march_hi) R 9727 9727 9131 0 -1 4202496 912 0 0 0 3200 0 0 0 25 0 1 0 527292137 7942144 469 33554432000 4194304 4331988 140734490719888 18446744073709551615 4237416 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9731/statm: 1939 469 174 34 0 381 0
[pid=9732] ppid=9727 vsize=142280 CPUtime=127.78 cores=4-7
/proc/9732/stat : 9732 (plingeling) S 9727 9727 9131 0 -1 4202496 28355 1252 0 0 12773 5 0 0 18 0 5 0 527292137 145694720 7648 33554432000 4194304 4356188 140734601911824 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9732/statm: 35570 7648 162 40 0 34114 0
[pid=9732/tid=9739] ppid=9727 vsize=142280 CPUtime=31.98 cores=4-7
/proc/9732/task/9739/stat : 9739 (plingeling) R 9727 9727 9131 0 -1 4202560 7028 1252 0 0 3197 1 0 0 25 0 5 0 527292138 145694720 7648 33554432000 4194304 4356188 140734601911824 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9732/tid=9740] ppid=9727 vsize=142280 CPUtime=31.8 cores=4-7
/proc/9732/task/9740/stat : 9740 (plingeling) R 9727 9727 9131 0 -1 4202560 6696 1252 0 0 3180 0 0 0 25 0 5 0 527292138 145694720 7648 33554432000 4194304 4356188 140734601911824 18446744073709551615 4331352 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9732/tid=9741] ppid=9727 vsize=142280 CPUtime=31.97 cores=4-7
/proc/9732/task/9741/stat : 9741 (plingeling) R 9727 9727 9131 0 -1 4202560 6829 1252 0 0 3196 1 0 0 25 0 5 0 527292138 145694720 7648 33554432000 4194304 4356188 140734601911824 18446744073709551615 4331332 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9732/tid=9742] ppid=9727 vsize=142280 CPUtime=31.98 cores=4-7
/proc/9732/task/9742/stat : 9742 (plingeling) R 9727 9727 9131 0 -1 4202560 6926 1252 0 0 3197 1 0 0 25 0 5 0 527292138 145694720 7648 33554432000 4194304 4356188 140734601911824 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 255.77
Current children cumulated vsize (KiB) 687664

[startup+32.4007 s]
/proc/loadavg: 7.70 7.99 8.05 9/184 9743
/proc/meminfo: memFree=30763800/32951124 swapFree=67111336/67111528
[pid=9727] ppid=9725 vsize=18324 CPUtime=0 cores=0-7
/proc/9727/stat : 9727 (ppfolio) S 9725 9727 9131 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527292136 18763776 390 33554432000 4194304 4287625 140736657790688 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 6 0 0 0
/proc/9727/statm: 4581 390 341 23 0 91 0
[pid=9728] ppid=9727 vsize=44336 CPUtime=32.39 cores=0
/proc/9728/stat : 9728 (cryptominisat) R 9727 9727 9131 0 -1 4202496 16161 0 0 0 3237 2 0 0 25 0 1 0 527292137 45400064 5368 33554432000 4194304 4587354 140736601606480 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9728/statm: 11084 5368 336 96 0 7646 0
[pid=9729] ppid=9727 vsize=18740 CPUtime=32.39 cores=1
/proc/9729/stat : 9729 (clasp) R 9727 9727 9131 0 -1 4202496 2061 0 0 0 3239 0 0 0 25 0 1 0 527292137 19189760 1952 33554432000 4194304 4785740 140736977451264 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9729/statm: 4685 1952 341 145 0 1730 0
[pid=9730] ppid=9727 vsize=456228 CPUtime=32.39 cores=2
/proc/9730/stat : 9730 (TNM) R 9727 9727 9131 0 -1 4202496 440 0 0 0 3239 0 0 0 25 0 1 0 527292137 467177472 336 33554432000 134512640 134534564 4290525088 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9730/statm: 114057 336 95 6 0 112723 0
[pid=9731] ppid=9727 vsize=7756 CPUtime=32.39 cores=3
/proc/9731/stat : 9731 (march_hi) R 9727 9727 9131 0 -1 4202496 912 0 0 0 3239 0 0 0 25 0 1 0 527292137 7942144 469 33554432000 4194304 4331988 140734490719888 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9731/statm: 1939 469 174 34 0 381 0
[pid=9732] ppid=9727 vsize=141640 CPUtime=129.36 cores=4-7
/proc/9732/stat : 9732 (plingeling) S 9727 9727 9131 0 -1 4202496 28643 1252 0 0 12931 5 0 0 18 0 5 0 527292137 145039360 7488 33554432000 4194304 4356188 140734601911824 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9732/statm: 35410 7488 162 40 0 33954 0
[pid=9732/tid=9739] ppid=9727 vsize=141640 CPUtime=32.38 cores=4-7
/proc/9732/task/9739/stat : 9739 (plingeling) R 9727 9727 9131 0 -1 4202560 7092 1252 0 0 3237 1 0 0 25 0 5 0 527292138 145039360 7488 33554432000 4194304 4356188 140734601911824 18446744073709551615 4332260 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9732/tid=9740] ppid=9727 vsize=141640 CPUtime=32.2 cores=4-7
/proc/9732/task/9740/stat : 9740 (plingeling) R 9727 9727 9131 0 -1 4202560 6856 1252 0 0 3220 0 0 0 25 0 5 0 527292138 145039360 7488 33554432000 4194304 4356188 140734601911824 18446744073709551615 4332007 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9732/tid=9741] ppid=9727 vsize=141640 CPUtime=32.36 cores=4-7
/proc/9732/task/9741/stat : 9741 (plingeling) R 9727 9727 9131 0 -1 4202560 6893 1252 0 0 3235 1 0 0 25 0 5 0 527292138 145039360 7488 33554432000 4194304 4356188 140734601911824 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9732/tid=9742] ppid=9727 vsize=141640 CPUtime=32.38 cores=4-7
/proc/9732/task/9742/stat : 9742 (plingeling) R 9727 9727 9131 0 -1 4202560 6926 1252 0 0 3237 1 0 0 25 0 5 0 527292138 145039360 7488 33554432000 4194304 4356188 140734601911824 18446744073709551615 4332239 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 258.92
Current children cumulated vsize (KiB) 687024

[startup+32.8006 s]
/proc/loadavg: 7.70 7.99 8.05 9/184 9743
/proc/meminfo: memFree=30763800/32951124 swapFree=67111336/67111528
[pid=9727] ppid=9725 vsize=18324 CPUtime=0 cores=0-7
/proc/9727/stat : 9727 (ppfolio) S 9725 9727 9131 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527292136 18763776 390 33554432000 4194304 4287625 140736657790688 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 6 0 0 0
/proc/9727/statm: 4581 390 341 23 0 91 0
[pid=9728] ppid=9727 vsize=44336 CPUtime=32.79 cores=0
/proc/9728/stat : 9728 (cryptominisat) R 9727 9727 9131 0 -1 4202496 16242 0 0 0 3277 2 0 0 25 0 1 0 527292137 45400064 5441 33554432000 4194304 4587354 140736601606480 18446744073709551615 271550234105 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9728/statm: 11084 5441 336 96 0 7646 0
[pid=9729] ppid=9727 vsize=18936 CPUtime=32.79 cores=1
/proc/9729/stat : 9729 (clasp) R 9727 9727 9131 0 -1 4202496 2079 0 0 0 3279 0 0 0 25 0 1 0 527292137 19390464 1970 33554432000 4194304 4785740 140736977451264 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9729/statm: 4734 1970 341 145 0 1779 0
[pid=9730] ppid=9727 vsize=456228 CPUtime=32.79 cores=2
/proc/9730/stat : 9730 (TNM) R 9727 9727 9131 0 -1 4202496 440 0 0 0 3279 0 0 0 25 0 1 0 527292137 467177472 336 33554432000 134512640 134534564 4290525088 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9730/statm: 114057 336 95 6 0 112723 0
[pid=9731] ppid=9727 vsize=7756 CPUtime=32.79 cores=3
/proc/9731/stat : 9731 (march_hi) R 9727 9727 9131 0 -1 4202496 912 0 0 0 3279 0 0 0 25 0 1 0 527292137 7942144 469 33554432000 4194304 4331988 140734490719888 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9731/statm: 1939 469 174 34 0 381 0
[pid=9732] ppid=9727 vsize=141256 CPUtime=130.96 cores=4-7
/proc/9732/stat : 9732 (plingeling) S 9727 9727 9131 0 -1 4202496 28771 1252 0 0 13091 5 0 0 18 0 5 0 527292137 144646144 7392 33554432000 4194304 4356188 140734601911824 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9732/statm: 35314 7392 162 40 0 33858 0
[pid=9732/tid=9739] ppid=9727 vsize=141256 CPUtime=32.78 cores=4-7
/proc/9732/task/9739/stat : 9739 (plingeling) R 9727 9727 9131 0 -1 4202560 7092 1252 0 0 3277 1 0 0 25 0 5 0 527292138 144646144 7392 33554432000 4194304 4356188 140734601911824 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9732/tid=9740] ppid=9727 vsize=141256 CPUtime=32.6 cores=4-7
/proc/9732/task/9740/stat : 9740 (plingeling) R 9727 9727 9131 0 -1 4202560 6856 1252 0 0 3260 0 0 0 25 0 5 0 527292138 144646144 7392 33554432000 4194304 4356188 140734601911824 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9732/tid=9741] ppid=9727 vsize=141256 CPUtime=32.76 cores=4-7
/proc/9732/task/9741/stat : 9741 (plingeling) R 9727 9727 9131 0 -1 4202560 6893 1252 0 0 3275 1 0 0 25 0 5 0 527292138 144646144 7392 33554432000 4194304 4356188 140734601911824 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9732/tid=9742] ppid=9727 vsize=141256 CPUtime=32.78 cores=4-7
/proc/9732/task/9742/stat : 9742 (plingeling) R 9727 9727 9131 0 -1 4202560 7054 1252 0 0 3277 1 0 0 25 0 5 0 527292138 144646144 7392 33554432000 4194304 4356188 140734601911824 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 262.12
Current children cumulated vsize (KiB) 686836

[startup+32.9006 s]
/proc/loadavg: 7.70 7.99 8.05 9/184 9743
/proc/meminfo: memFree=30763800/32951124 swapFree=67111336/67111528
[pid=9727] ppid=9725 vsize=18324 CPUtime=0 cores=0-7
/proc/9727/stat : 9727 (ppfolio) S 9725 9727 9131 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527292136 18763776 390 33554432000 4194304 4287625 140736657790688 18446744073709551615 271550557711 0 0 4096 65536 4576404756171325439 0 0 17 6 0 0 0
/proc/9727/statm: 4581 390 341 23 0 91 0
[pid=9728] ppid=9727 vsize=44336 CPUtime=32.89 cores=0
/proc/9728/stat : 9728 (cryptominisat) R 9727 9727 9131 0 -1 4202496 16258 0 0 0 3287 2 0 0 25 0 1 0 527292137 45400064 5457 33554432000 4194304 4587354 140736601606480 18446744073709551615 4238654 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9728/statm: 11084 5457 336 96 0 7646 0
[pid=9729] ppid=9727 vsize=18936 CPUtime=32.89 cores=1
/proc/9729/stat : 9729 (clasp) R 9727 9727 9131 0 -1 4202496 2079 0 0 0 3289 0 0 0 25 0 1 0 527292137 19390464 1970 33554432000 4194304 4785740 140736977451264 18446744073709551615 4538882 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9729/statm: 4734 1970 341 145 0 1779 0
[pid=9730] ppid=9727 vsize=456228 CPUtime=32.89 cores=2
/proc/9730/stat : 9730 (TNM) R 9727 9727 9131 0 -1 4202496 440 0 0 0 3289 0 0 0 25 0 1 0 527292137 467177472 336 33554432000 134512640 134534564 4290525088 18446744073709551615 134528497 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9730/statm: 114057 336 95 6 0 112723 0
[pid=9731] ppid=9727 vsize=7756 CPUtime=32.89 cores=3
/proc/9731/stat : 9731 (march_hi) R 9727 9727 9131 0 -1 4202496 912 0 0 0 3289 0 0 0 25 0 1 0 527292137 7942144 469 33554432000 4194304 4331988 140734490719888 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9731/statm: 1939 469 174 34 0 381 0
[pid=9732] ppid=9727 vsize=141768 CPUtime=131.36 cores=4-7
/proc/9732/stat : 9732 (plingeling) S 9727 9727 9131 0 -1 4202496 28899 1252 0 0 13131 5 0 0 18 0 5 0 527292137 145170432 7520 33554432000 4194304 4356188 140734601911824 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/9732/statm: 35442 7520 162 40 0 33986 0
[pid=9732/tid=9739] ppid=9727 vsize=141768 CPUtime=32.88 cores=4-7
/proc/9732/task/9739/stat : 9739 (plingeling) R 9727 9727 9131 0 -1 4202560 7188 1252 0 0 3287 1 0 0 25 0 5 0 527292138 145170432 7520 33554432000 4194304 4356188 140734601911824 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9732/tid=9740] ppid=9727 vsize=141768 CPUtime=32.7 cores=4-7
/proc/9732/task/9740/stat : 9740 (plingeling) R 9727 9727 9131 0 -1 4202560 6856 1252 0 0 3270 0 0 0 25 0 5 0 527292138 145170432 7520 33554432000 4194304 4356188 140734601911824 18446744073709551615 4332003 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9732/tid=9741] ppid=9727 vsize=141768 CPUtime=32.86 cores=4-7
/proc/9732/task/9741/stat : 9741 (plingeling) R 9727 9727 9131 0 -1 4202560 6893 1252 0 0 3285 1 0 0 25 0 5 0 527292138 145170432 7520 33554432000 4194304 4356188 140734601911824 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9732/tid=9742] ppid=9727 vsize=141768 CPUtime=32.88 cores=4-7
/proc/9732/task/9742/stat : 9742 (plingeling) R 9727 9727 9131 0 -1 4202560 7086 1252 0 0 3287 1 0 0 25 0 5 0 527292138 145170432 7520 33554432000 4194304 4356188 140734601911824 18446744073709551615 4279490 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 262.92
Current children cumulated vsize (KiB) 687348

Child status: 0
Real time (s): 32.9365
CPU time (s): 263.241
CPU user time (s): 263.136
CPU system time (s): 0.104984
CPU usage (%): 799.238
Max. virtual memory (cumulated for all children) (KiB): 4463076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 263.136
system time used= 0.104984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50389
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= 1208
involuntary context switches= 3047

runsolver used 0.043993 second user time and 0.142978 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-30 11:49:03
IDJOB=3220257
IDBENCH=82726
IDSOLVER=1638
FILE ID=node133/3220257-1304156942
RUNJOBID= node133-1304144668-9145
PBS_JOBID= 13170863
Free space on /tmp= 72756 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1027567260-047.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3220257-1304156942/watcher-3220257-1304156942 -o /tmp/evaluation-result-3220257-1304156942/solver-3220257-1304156942 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3220257-1304156942.cnf

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

MD5SUM BENCH= deef67012ed65265f92101778280c717
RANDOM SEED=2067746349

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30821640 kB
Buffers:        539996 kB
Cached:        1180156 kB
SwapCached:        124 kB
Active:         233732 kB
Inactive:      1549908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30821640 kB
SwapTotal:    67111528 kB
SwapFree:     67111336 kB
Dirty:           10104 kB
Writeback:           8 kB
AnonPages:       63384 kB
Mapped:          14500 kB
Slab:           280516 kB
PageTables:       4736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187028 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72744 MiB
End job on node133 at 2011-04-30 11:49:36