Trace number 3218985

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 parSAT 612.852 76.7253

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S541704841-072-UNKNOWN.cnf
MD5SUMd89541d4d678adcd99dbf4694eb0406c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark86.3389
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
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 512750

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
612.62/76.72	s SATISFIABLE
612.62/76.72	v 1 2 3 -4 5 6 7 8 -9 10 -11 12 13 -14 15 16 17 -18 -19 20 -21 -22 23 -24 25 26 -27 -28 -29 30 31 -32 33 -34 35 -36 -37 -38 -39 -40 -41 -42 43 -44 45 46 47 -48 -49 50 -51 52 -53 -54 55 -56 57 -58 59 -60 -61 -62 -63 64 65 66 -67 68 69 70 71 -72 -73 74 75 76 77 78 79 -80 81 82 -83 -84 85 86 87 -88 -89 -90 -91 92 93 -94 -95 96 97 98 -99 100 101 -102 -103 -104 -105 -106 -107 108 -109 -110 -111 -112 113 114 -115 116 117 -118 -119 -120 -121 -122 -123 -124 125 -126 127 128 129 -130 131 132 133 134 135 -136 -137 -138 -139 -140 -141 142 143 144 145 -146 147 148 149 150 
612.62/76.72	v 0 
612.62/76.72	solver [3] TNM 2009 answered
612.62/76.72	Done

Verifier Data

OK

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-3218985-1304145607/watcher-3218985-1304145607 -o /tmp/evaluation-result-3218985-1304145607/solver-3218985-1304145607 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3218985-1304145607.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: 3.43 3.87 3.73 2/170 8648
/proc/meminfo: memFree=30945664/32950928 swapFree=67111404/67111528
[pid=8648] ppid=8646 vsize=18324 CPUtime=0 cores=0-7
/proc/8648/stat : 8648 (ppfolio) S 8646 8648 8622 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 526159454 18763776 389 33554432000 4194304 4287625 140734677852128 18446744073709551615 235594886671 0 0 4096 65536 5630502567990525951 0 0 17 4 0 0 0
/proc/8648/statm: 4581 389 341 23 0 91 0

[startup+0.057433 s]
/proc/loadavg: 3.43 3.87 3.73 2/170 8648
/proc/meminfo: memFree=30945664/32950928 swapFree=67111404/67111528
[pid=8648] ppid=8646 vsize=18324 CPUtime=0 cores=0-7
/proc/8648/stat : 8648 (ppfolio) S 8646 8648 8622 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 526159454 18763776 389 33554432000 4194304 4287625 140734677852128 18446744073709551615 235594886671 0 0 4096 65536 5630502567990525951 0 0 17 4 0 0 0
/proc/8648/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100424 s]
/proc/loadavg: 3.43 3.87 3.73 2/170 8648
/proc/meminfo: memFree=30945664/32950928 swapFree=67111404/67111528
[pid=8648] ppid=8646 vsize=18324 CPUtime=0 cores=0-7
/proc/8648/stat : 8648 (ppfolio) S 8646 8648 8622 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 526159454 18763776 389 33554432000 4194304 4287625 140734677852128 18446744073709551615 235594886671 0 0 4096 65536 5630502567990525951 0 0 17 4 0 0 0
/proc/8648/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300389 s]
/proc/loadavg: 3.43 3.87 3.73 2/170 8648
/proc/meminfo: memFree=30945664/32950928 swapFree=67111404/67111528
[pid=8648] ppid=8646 vsize=18324 CPUtime=0 cores=0-7
/proc/8648/stat : 8648 (ppfolio) S 8646 8648 8622 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 526159454 18763776 389 33554432000 4194304 4287625 140734677852128 18446744073709551615 235594886671 0 0 4096 65536 5630502567990525951 0 0 17 4 0 0 0
/proc/8648/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700319 s]
/proc/loadavg: 3.43 3.87 3.73 2/170 8648
/proc/meminfo: memFree=30945664/32950928 swapFree=67111404/67111528
[pid=8648] ppid=8646 vsize=18324 CPUtime=0 cores=0-7
/proc/8648/stat : 8648 (ppfolio) S 8646 8648 8622 0 -1 4202496 521 0 0 0 0 0 0 0 19 0 1 0 526159454 18763776 389 33554432000 4194304 4287625 140734677852128 18446744073709551615 235594886671 0 0 4096 65536 5630502567990525951 0 0 17 0 0 0 0
/proc/8648/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50118 s]
/proc/loadavg: 3.43 3.87 3.73 9/180 8663
/proc/meminfo: memFree=30923036/32950928 swapFree=67111404/67111528
[pid=8648] ppid=8646 vsize=18324 CPUtime=0 cores=0-7
/proc/8648/stat : 8648 (ppfolio) S 8646 8648 8622 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526159454 18763776 389 33554432000 4194304 4287625 140734677852128 18446744073709551615 235594886671 0 0 4096 65536 5630502567990525951 0 0 17 0 0 0 0
/proc/8648/statm: 4581 389 341 23 0 91 0
[pid=8649] ppid=8648 vsize=1893484 CPUtime=1.49 cores=0
/proc/8649/stat : 8649 (cryptominisat) R 8648 8648 8622 0 -1 4202496 4100 0 0 0 149 0 0 0 25 0 1 0 526159454 1938927616 1550 33554432000 4194304 4587354 140737395804208 18446744073709551615 4238512 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8649/statm: 473371 1550 327 96 0 469933 0
[pid=8650] ppid=8648 vsize=16908 CPUtime=1.49 cores=1
/proc/8650/stat : 8650 (clasp) R 8648 8648 8622 0 -1 4202496 1686 0 0 0 149 0 0 0 25 0 1 0 526159455 17313792 1553 33554432000 4194304 4785740 140733588631536 18446744073709551615 4553440 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8650/statm: 4227 1553 340 145 0 1272 0
[pid=8651] ppid=8648 vsize=453448 CPUtime=1.49 cores=2
/proc/8651/stat : 8651 (TNM) R 8648 8648 8622 0 -1 4202496 686 0 0 0 149 0 0 0 20 0 1 0 526159455 464330752 583 33554432000 134512640 134534564 4287384208 18446744073709551615 134524582 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8651/statm: 113362 583 91 6 0 112028 0
[pid=8652] ppid=8648 vsize=10400 CPUtime=1.49 cores=3
/proc/8652/stat : 8652 (march_hi) R 8648 8648 8622 0 -1 4202496 2980 0 0 0 149 0 0 0 25 0 1 0 526159455 10649600 966 33554432000 4194304 4331988 140733346129376 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8652/statm: 2600 966 174 34 0 1042 0
[pid=8653] ppid=8648 vsize=122664 CPUtime=5.47 cores=4-7
/proc/8653/stat : 8653 (plingeling) S 8648 8648 8622 0 -1 4202496 4149 1250 0 0 547 0 0 0 25 0 5 0 526159455 125607936 2739 33554432000 4194304 4356188 140735229293552 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8653/statm: 30666 2739 162 40 0 29210 0
[pid=8653/tid=8660] ppid=8648 vsize=122664 CPUtime=1.46 cores=4-7
/proc/8653/task/8660/stat : 8660 (plingeling) R 8648 8648 8622 0 -1 4202560 719 1250 0 0 146 0 0 0 25 0 5 0 526159457 125607936 2739 33554432000 4194304 4356188 140735229293552 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8653/tid=8661] ppid=8648 vsize=122664 CPUtime=1.26 cores=4-7
/proc/8653/task/8661/stat : 8661 (plingeling) R 8648 8648 8622 0 -1 4202560 344 1250 0 0 126 0 0 0 25 0 5 0 526159457 125607936 2739 33554432000 4194304 4356188 140735229293552 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8653/tid=8662] ppid=8648 vsize=122664 CPUtime=1.46 cores=4-7
/proc/8653/task/8662/stat : 8662 (plingeling) R 8648 8648 8622 0 -1 4202560 653 1250 0 0 146 0 0 0 25 0 5 0 526159457 125607936 2739 33554432000 4194304 4356188 140735229293552 18446744073709551615 4332023 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8653/tid=8663] ppid=8648 vsize=122664 CPUtime=1.24 cores=4-7
/proc/8653/task/8663/stat : 8663 (plingeling) R 8648 8648 8622 0 -1 4202560 403 1250 0 0 124 0 0 0 25 0 5 0 526159457 125607936 2739 33554432000 4194304 4356188 140735229293552 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.43
Current children cumulated vsize (KiB) 2515228

[startup+3.1009 s]
/proc/loadavg: 3.43 3.87 3.73 9/180 8663
/proc/meminfo: memFree=30906172/32950928 swapFree=67111404/67111528
[pid=8648] ppid=8646 vsize=18324 CPUtime=0 cores=0-7
/proc/8648/stat : 8648 (ppfolio) S 8646 8648 8622 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526159454 18763776 389 33554432000 4194304 4287625 140734677852128 18446744073709551615 235594886671 0 0 4096 65536 5630502567990525951 0 0 17 0 0 0 0
/proc/8648/statm: 4581 389 341 23 0 91 0
[pid=8649] ppid=8648 vsize=14372828 CPUtime=3.08 cores=0
/proc/8649/stat : 8649 (cryptominisat) R 8648 8648 8622 0 -1 4202496 7494 0 0 0 308 0 0 0 25 0 1 0 526159454 14717775872 4275 33554432000 4194304 4587354 140737395804208 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8649/statm: 3593207 4275 337 96 0 3589769 0
[pid=8650] ppid=8648 vsize=17836 CPUtime=3.09 cores=1
/proc/8650/stat : 8650 (clasp) R 8648 8648 8622 0 -1 4202496 1924 0 0 0 309 0 0 0 25 0 1 0 526159455 18264064 1791 33554432000 4194304 4785740 140733588631536 18446744073709551615 4550348 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8650/statm: 4459 1791 340 145 0 1504 0
[pid=8651] ppid=8648 vsize=457412 CPUtime=3.09 cores=2
/proc/8651/stat : 8651 (TNM) R 8648 8648 8622 0 -1 4202496 806 0 0 0 309 0 0 0 25 0 1 0 526159455 468389888 703 33554432000 134512640 134534564 4287384208 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8651/statm: 114353 703 95 6 0 113019 0
[pid=8652] ppid=8648 vsize=10400 CPUtime=3.09 cores=3
/proc/8652/stat : 8652 (march_hi) R 8648 8648 8622 0 -1 4202496 2980 0 0 0 309 0 0 0 25 0 1 0 526159455 10649600 966 33554432000 4194304 4331988 140733346129376 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8652/statm: 2600 966 174 34 0 1042 0
[pid=8653] ppid=8648 vsize=127892 CPUtime=11.86 cores=4-7
/proc/8653/stat : 8653 (plingeling) S 8648 8648 8622 0 -1 4202496 5552 1250 0 0 1186 0 0 0 25 0 5 0 526159455 130961408 4046 33554432000 4194304 4356188 140735229293552 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8653/statm: 31973 4046 162 40 0 30517 0
[pid=8653/tid=8660] ppid=8648 vsize=127892 CPUtime=3.06 cores=4-7
/proc/8653/task/8660/stat : 8660 (plingeling) R 8648 8648 8622 0 -1 4202560 914 1250 0 0 306 0 0 0 25 0 5 0 526159457 130961408 4046 33554432000 4194304 4356188 140735229293552 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8653/tid=8661] ppid=8648 vsize=127892 CPUtime=2.85 cores=4-7
/proc/8653/task/8661/stat : 8661 (plingeling) R 8648 8648 8622 0 -1 4202560 842 1250 0 0 285 0 0 0 25 0 5 0 526159457 130961408 4046 33554432000 4194304 4356188 140735229293552 18446744073709551615 4331309 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8653/tid=8662] ppid=8648 vsize=127892 CPUtime=3.06 cores=4-7
/proc/8653/task/8662/stat : 8662 (plingeling) R 8648 8648 8622 0 -1 4202560 864 1250 0 0 306 0 0 0 25 0 5 0 526159457 130961408 4046 33554432000 4194304 4356188 140735229293552 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8653/tid=8663] ppid=8648 vsize=127892 CPUtime=2.84 cores=4-7
/proc/8653/task/8663/stat : 8663 (plingeling) R 8648 8648 8622 0 -1 4202560 902 1250 0 0 284 0 0 0 25 0 5 0 526159457 130961408 4046 33554432000 4194304 4356188 140735229293552 18446744073709551615 4331035 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.21
Current children cumulated vsize (KiB) 15004692

[startup+6.30134 s]
/proc/loadavg: 3.80 3.94 3.75 9/180 8663
/proc/meminfo: memFree=30898896/32950928 swapFree=67111404/67111528
[pid=8648] ppid=8646 vsize=18324 CPUtime=0 cores=0-7
/proc/8648/stat : 8648 (ppfolio) S 8646 8648 8622 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526159454 18763776 389 33554432000 4194304 4287625 140734677852128 18446744073709551615 235594886671 0 0 4096 65536 5630502567990525951 0 0 17 0 0 0 0
/proc/8648/statm: 4581 389 341 23 0 91 0
[pid=8649] ppid=8648 vsize=39844 CPUtime=6.29 cores=0
/proc/8649/stat : 8649 (cryptominisat) R 8648 8648 8622 0 -1 4202496 10305 0 0 0 628 1 0 0 25 0 1 0 526159454 40800256 4645 33554432000 4194304 4587354 140737395804208 18446744073709551615 235594563228 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8649/statm: 9961 4645 337 96 0 6523 0
[pid=8650] ppid=8648 vsize=19696 CPUtime=6.29 cores=1
/proc/8650/stat : 8650 (clasp) R 8648 8648 8622 0 -1 4202496 2343 0 0 0 629 0 0 0 25 0 1 0 526159455 20168704 2210 33554432000 4194304 4785740 140733588631536 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8650/statm: 4924 2210 340 145 0 1969 0
[pid=8651] ppid=8648 vsize=457412 CPUtime=6.29 cores=2
/proc/8651/stat : 8651 (TNM) R 8648 8648 8622 0 -1 4202496 806 0 0 0 629 0 0 0 25 0 1 0 526159455 468389888 703 33554432000 134512640 134534564 4287384208 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8651/statm: 114353 703 95 6 0 113019 0
[pid=8652] ppid=8648 vsize=11084 CPUtime=6.29 cores=3
/proc/8652/stat : 8652 (march_hi) R 8648 8648 8622 0 -1 4202496 3137 0 0 0 629 0 0 0 25 0 1 0 526159455 11350016 1123 33554432000 4194304 4331988 140733346129376 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8652/statm: 2771 1123 174 34 0 1213 0
[pid=8653] ppid=8648 vsize=128296 CPUtime=24.64 cores=4-7
/proc/8653/stat : 8653 (plingeling) S 8648 8648 8622 0 -1 4202496 6357 1250 0 0 2464 0 0 0 25 0 5 0 526159455 131375104 4147 33554432000 4194304 4356188 140735229293552 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8653/statm: 32074 4147 162 40 0 30618 0
[pid=8653/tid=8660] ppid=8648 vsize=128296 CPUtime=6.26 cores=4-7
/proc/8653/task/8660/stat : 8660 (plingeling) R 8648 8648 8622 0 -1 4202560 1131 1250 0 0 626 0 0 0 25 0 5 0 526159457 131375104 4147 33554432000 4194304 4356188 140735229293552 18446744073709551615 4279435 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8653/tid=8661] ppid=8648 vsize=128296 CPUtime=6.04 cores=4-7
/proc/8653/task/8661/stat : 8661 (plingeling) R 8648 8648 8622 0 -1 4202560 1044 1250 0 0 604 0 0 0 25 0 5 0 526159457 131375104 4147 33554432000 4194304 4356188 140735229293552 18446744073709551615 4331716 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8653/tid=8662] ppid=8648 vsize=128296 CPUtime=6.26 cores=4-7
/proc/8653/task/8662/stat : 8662 (plingeling) R 8648 8648 8622 0 -1 4202560 1089 1250 0 0 626 0 0 0 25 0 5 0 526159457 131375104 4147 33554432000 4194304 4356188 140735229293552 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8653/tid=8663] ppid=8648 vsize=128296 CPUtime=6.04 cores=4-7
/proc/8653/task/8663/stat : 8663 (plingeling) R 8648 8648 8622 0 -1 4202560 1063 1250 0 0 604 0 0 0 25 0 5 0 526159457 131375104 4147 33554432000 4194304 4356188 140735229293552 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.8
Current children cumulated vsize (KiB) 674656

[startup+12.7012 s]
/proc/loadavg: 4.13 4.00 3.77 9/180 8663
/proc/meminfo: memFree=30885100/32950928 swapFree=67111404/67111528
[pid=8648] ppid=8646 vsize=18324 CPUtime=0 cores=0-7
/proc/8648/stat : 8648 (ppfolio) S 8646 8648 8622 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526159454 18763776 389 33554432000 4194304 4287625 140734677852128 18446744073709551615 235594886671 0 0 4096 65536 5630502567990525951 0 0 17 0 0 0 0
/proc/8648/statm: 4581 389 341 23 0 91 0
[pid=8649] ppid=8648 vsize=1915224 CPUtime=12.69 cores=0
/proc/8649/stat : 8649 (cryptominisat) R 8648 8648 8622 0 -1 4202496 15630 0 0 0 1267 2 0 0 25 0 1 0 526159454 1961189376 7001 33554432000 4194304 4587354 140737395804208 18446744073709551615 4364788 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8649/statm: 478806 7001 337 96 0 475368 0
[pid=8650] ppid=8648 vsize=22212 CPUtime=12.69 cores=1
/proc/8650/stat : 8650 (clasp) R 8648 8648 8622 0 -1 4202496 2934 0 0 0 1269 0 0 0 25 0 1 0 526159455 22745088 2801 33554432000 4194304 4785740 140733588631536 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8650/statm: 5553 2801 340 145 0 2598 0
[pid=8651] ppid=8648 vsize=457412 CPUtime=12.68 cores=2
/proc/8651/stat : 8651 (TNM) R 8648 8648 8622 0 -1 4202496 806 0 0 0 1268 0 0 0 25 0 1 0 526159455 468389888 703 33554432000 134512640 134534564 4287384208 18446744073709551615 134530582 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8651/statm: 114353 703 95 6 0 113019 0
[pid=8652] ppid=8648 vsize=11936 CPUtime=12.69 cores=3
/proc/8652/stat : 8652 (march_hi) R 8648 8648 8622 0 -1 4202496 3331 0 0 0 1269 0 0 0 25 0 1 0 526159455 12222464 1317 33554432000 4194304 4331988 140733346129376 18446744073709551615 4226240 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8652/statm: 2984 1317 175 34 0 1426 0
[pid=8653] ppid=8648 vsize=129344 CPUtime=50.22 cores=4-7
/proc/8653/stat : 8653 (plingeling) S 8648 8648 8622 0 -1 4202496 7515 1250 0 0 5021 1 0 0 25 0 5 0 526159455 132448256 4409 33554432000 4194304 4356188 140735229293552 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8653/statm: 32336 4409 162 40 0 30880 0
[pid=8653/tid=8660] ppid=8648 vsize=129344 CPUtime=12.66 cores=4-7
/proc/8653/task/8660/stat : 8660 (plingeling) R 8648 8648 8622 0 -1 4202560 1388 1250 0 0 1266 0 0 0 25 0 5 0 526159457 132448256 4409 33554432000 4194304 4356188 140735229293552 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8653/tid=8661] ppid=8648 vsize=129344 CPUtime=12.4 cores=4-7
/proc/8653/task/8661/stat : 8661 (plingeling) R 8648 8648 8622 0 -1 4202560 1366 1250 0 0 1240 0 0 0 25 0 5 0 526159457 132448256 4409 33554432000 4194304 4356188 140735229293552 18446744073709551615 4330843 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8653/tid=8662] ppid=8648 vsize=129344 CPUtime=12.66 cores=4-7
/proc/8653/task/8662/stat : 8662 (plingeling) R 8648 8648 8622 0 -1 4202560 1346 1250 0 0 1266 0 0 0 25 0 5 0 526159457 132448256 4409 33554432000 4194304 4356188 140735229293552 18446744073709551615 4331281 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8653/tid=8663] ppid=8648 vsize=129344 CPUtime=12.44 cores=4-7
/proc/8653/task/8663/stat : 8663 (plingeling) R 8648 8648 8622 0 -1 4202560 1385 1250 0 0 1244 0 0 0 25 0 5 0 526159457 132448256 4409 33554432000 4194304 4356188 140735229293552 18446744073709551615 4279688 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.97
Current children cumulated vsize (KiB) 2554452

[startup+25.501 s]
/proc/loadavg: 4.99 4.20 3.84 9/180 8664
/proc/meminfo: memFree=30856344/32950928 swapFree=67111404/67111528
[pid=8648] ppid=8646 vsize=18324 CPUtime=0 cores=0-7
/proc/8648/stat : 8648 (ppfolio) S 8646 8648 8622 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526159454 18763776 389 33554432000 4194304 4287625 140734677852128 18446744073709551615 235594886671 0 0 4096 65536 5630502567990525951 0 0 17 0 0 0 0
/proc/8648/statm: 4581 389 341 23 0 91 0
[pid=8649] ppid=8648 vsize=1922992 CPUtime=25.48 cores=0
/proc/8649/stat : 8649 (cryptominisat) R 8648 8648 8622 0 -1 4202496 21952 0 0 0 2546 2 0 0 25 0 1 0 526159454 1969143808 10957 33554432000 4194304 4587354 140737395804208 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=8653/tid=8660] ppid=8648 vsize=140852 CPUtime=70.26 cores=4-7
/proc/8653/task/8660/stat : 8660 (plingeling) R 8648 8648 8622 0 -1 4202560 4174 1250 0 0 7026 0 0 0 25 0 5 0 526159457 144232448 7286 33554432000 4194304 4356188 140735229293552 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8653/tid=8661] ppid=8648 vsize=140852 CPUtime=69.68 cores=4-7
/proc/8653/task/8661/stat : 8661 (plingeling) R 8648 8648 8622 0 -1 4202560 4183 1250 0 0 6968 0 0 0 25 0 5 0 526159457 144232448 7286 33554432000 4194304 4356188 140735229293552 18446744073709551615 4330992 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8653/tid=8662] ppid=8648 vsize=140852 CPUtime=70.27 cores=4-7
/proc/8653/task/8662/stat : 8662 (plingeling) R 8648 8648 8622 0 -1 4202560 4164 1250 0 0 7026 1 0 0 25 0 5 0 526159457 144232448 7286 33554432000 4194304 4356188 140735229293552 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8653/tid=8663] ppid=8648 vsize=140852 CPUtime=70.04 cores=4-7
/proc/8653/task/8663/stat : 8663 (plingeling) R 8648 8648 8622 0 -1 4202560 5001 1250 0 0 7004 0 0 0 25 0 5 0 526159457 144232448 7286 33554432000 4194304 4356188 140735229293552 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 561.47
Current children cumulated vsize (KiB) 723476

[startup+73.5005 s]
/proc/loadavg: 6.58 4.73 4.03 9/180 8665
/proc/meminfo: memFree=30849084/32950928 swapFree=67111404/67111528
[pid=8648] ppid=8646 vsize=18324 CPUtime=0 cores=0-7
/proc/8648/stat : 8648 (ppfolio) S 8646 8648 8622 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526159454 18763776 389 33554432000 4194304 4287625 140734677852128 18446744073709551615 235594886671 0 0 4096 65536 5630502567990525951 0 0 17 0 0 0 0
/proc/8648/statm: 4581 389 341 23 0 91 0
[pid=8649] ppid=8648 vsize=53988 CPUtime=73.48 cores=0
/proc/8649/stat : 8649 (cryptominisat) R 8648 8648 8622 0 -1 4202496 30455 0 0 0 7344 4 0 0 25 0 1 0 526159454 55283712 7818 33554432000 4194304 4587354 140737395804208 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8649/statm: 13497 7818 337 96 0 10059 0
[pid=8650] ppid=8648 vsize=31556 CPUtime=73.49 cores=1
/proc/8650/stat : 8650 (clasp) R 8648 8648 8622 0 -1 4202496 5065 0 0 0 7349 0 0 0 25 0 1 0 526159455 32313344 4932 33554432000 4194304 4785740 140733588631536 18446744073709551615 4287104 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8650/statm: 7889 4932 340 145 0 4934 0
[pid=8651] ppid=8648 vsize=457412 CPUtime=73.48 cores=2
/proc/8651/stat : 8651 (TNM) R 8648 8648 8622 0 -1 4202496 806 0 0 0 7348 0 0 0 25 0 1 0 526159455 468389888 703 33554432000 134512640 134534564 4287384208 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8651/statm: 114353 703 95 6 0 113019 0
[pid=8652] ppid=8648 vsize=22044 CPUtime=73.49 cores=3
/proc/8652/stat : 8652 (march_hi) R 8648 8648 8622 0 -1 4202496 5219 0 0 0 7349 0 0 0 25 0 1 0 526159455 22573056 3205 33554432000 4194304 4331988 140733346129376 18446744073709551615 4239596 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8652/statm: 5511 3205 175 34 0 3953 0
[pid=8653] ppid=8648 vsize=145204 CPUtime=293.09 cores=4-7
/proc/8653/stat : 8653 (plingeling) S 8648 8648 8622 0 -1 4202496 20640 1250 0 0 29305 4 0 0 25 0 5 0 526159455 148688896 8374 33554432000 4194304 4356188 140735229293552 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8653/statm: 36301 8374 162 40 0 34845 0
[pid=8653/tid=8660] ppid=8648 vsize=145204 CPUtime=73.46 cores=4-7
/proc/8653/task/8660/stat : 8660 (plingeling) R 8648 8648 8622 0 -1 4202560 4846 1250 0 0 7345 1 0 0 25 0 5 0 526159457 148688896 8374 33554432000 4194304 4356188 140735229293552 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8653/tid=8661] ppid=8648 vsize=145204 CPUtime=72.86 cores=4-7
/proc/8653/task/8661/stat : 8661 (plingeling) R 8648 8648 8622 0 -1 4202560 4407 1250 0 0 7286 0 0 0 25 0 5 0 526159457 148688896 8374 33554432000 4194304 4356188 140735229293552 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8653/tid=8662] ppid=8648 vsize=145204 CPUtime=73.46 cores=4-7
/proc/8653/task/8662/stat : 8662 (plingeling) R 8648 8648 8622 0 -1 4202560 4196 1250 0 0 7345 1 0 0 25 0 5 0 526159457 148688896 8374 33554432000 4194304 4356188 140735229293552 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8653/tid=8663] ppid=8648 vsize=145204 CPUtime=73.24 cores=4-7
/proc/8653/task/8663/stat : 8663 (plingeling) R 8648 8648 8622 0 -1 4202560 5161 1250 0 0 7324 0 0 0 25 0 5 0 526159457 148688896 8374 33554432000 4194304 4356188 140735229293552 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 587.03
Current children cumulated vsize (KiB) 728528

[startup+75.1012 s]
/proc/loadavg: 6.69 4.78 4.05 9/180 8665
/proc/meminfo: memFree=30848216/32950928 swapFree=67111404/67111528
[pid=8648] ppid=8646 vsize=18324 CPUtime=0 cores=0-7
/proc/8648/stat : 8648 (ppfolio) S 8646 8648 8622 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526159454 18763776 389 33554432000 4194304 4287625 140734677852128 18446744073709551615 235594886671 0 0 4096 65536 5630502567990525951 0 0 17 0 0 0 0
/proc/8648/statm: 4581 389 341 23 0 91 0
[pid=8649] ppid=8648 vsize=53988 CPUtime=75.08 cores=0
/proc/8649/stat : 8649 (cryptominisat) R 8648 8648 8622 0 -1 4202496 31136 0 0 0 7504 4 0 0 25 0 1 0 526159454 55283712 8482 33554432000 4194304 4587354 140737395804208 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8649/statm: 13497 8482 337 96 0 10059 0
[pid=8650] ppid=8648 vsize=31556 CPUtime=75.09 cores=1
/proc/8650/stat : 8650 (clasp) R 8648 8648 8622 0 -1 4202496 5072 0 0 0 7509 0 0 0 25 0 1 0 526159455 32313344 4939 33554432000 4194304 4785740 140733588631536 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8650/statm: 7889 4939 340 145 0 4934 0
[pid=8651] ppid=8648 vsize=457412 CPUtime=75.08 cores=2
/proc/8651/stat : 8651 (TNM) R 8648 8648 8622 0 -1 4202496 806 0 0 0 7508 0 0 0 25 0 1 0 526159455 468389888 703 33554432000 134512640 134534564 4287384208 18446744073709551615 134530573 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8651/statm: 114353 703 95 6 0 113019 0
[pid=8652] ppid=8648 vsize=22044 CPUtime=75.09 cores=3
/proc/8652/stat : 8652 (march_hi) R 8648 8648 8622 0 -1 4202496 5268 0 0 0 7509 0 0 0 25 0 1 0 526159455 22573056 3254 33554432000 4194304 4331988 140733346129376 18446744073709551615 4287063 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8652/statm: 5511 3254 175 34 0 3953 0
[pid=8653] ppid=8648 vsize=146868 CPUtime=299.48 cores=4-7
/proc/8653/stat : 8653 (plingeling) S 8648 8648 8622 0 -1 4202496 21056 1250 0 0 29944 4 0 0 25 0 5 0 526159455 150392832 8790 33554432000 4194304 4356188 140735229293552 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8653/statm: 36717 8790 162 40 0 35261 0
[pid=8653/tid=8660] ppid=8648 vsize=146868 CPUtime=75.07 cores=4-7
/proc/8653/task/8660/stat : 8660 (plingeling) R 8648 8648 8622 0 -1 4202560 4942 1250 0 0 7506 1 0 0 25 0 5 0 526159457 150392832 8790 33554432000 4194304 4356188 140735229293552 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8653/tid=8661] ppid=8648 vsize=146868 CPUtime=74.45 cores=4-7
/proc/8653/task/8661/stat : 8661 (plingeling) R 8648 8648 8622 0 -1 4202560 4407 1250 0 0 7445 0 0 0 25 0 5 0 526159457 150392832 8790 33554432000 4194304 4356188 140735229293552 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8653/tid=8662] ppid=8648 vsize=146868 CPUtime=75.07 cores=4-7
/proc/8653/task/8662/stat : 8662 (plingeling) R 8648 8648 8622 0 -1 4202560 4356 1250 0 0 7506 1 0 0 25 0 5 0 526159457 150392832 8790 33554432000 4194304 4356188 140735229293552 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8653/tid=8663] ppid=8648 vsize=146868 CPUtime=74.84 cores=4-7
/proc/8653/task/8663/stat : 8663 (plingeling) R 8648 8648 8622 0 -1 4202560 5321 1250 0 0 7484 0 0 0 25 0 5 0 526159457 150392832 8790 33554432000 4194304 4356188 140735229293552 18446744073709551615 4234134 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 599.82
Current children cumulated vsize (KiB) 730192

[startup+75.9061 s]
/proc/loadavg: 6.69 4.78 4.05 9/180 8665
/proc/meminfo: memFree=30846108/32950928 swapFree=67111404/67111528
[pid=8648] ppid=8646 vsize=18324 CPUtime=0 cores=0-7
/proc/8648/stat : 8648 (ppfolio) S 8646 8648 8622 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526159454 18763776 389 33554432000 4194304 4287625 140734677852128 18446744073709551615 235594886671 0 0 4096 65536 5630502567990525951 0 0 17 0 0 0 0
/proc/8648/statm: 4581 389 341 23 0 91 0
[pid=8649] ppid=8648 vsize=53988 CPUtime=75.89 cores=0
/proc/8649/stat : 8649 (cryptominisat) R 8648 8648 8622 0 -1 4202496 31409 0 0 0 7585 4 0 0 25 0 1 0 526159454 55283712 8750 33554432000 4194304 4587354 140737395804208 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8649/statm: 13497 8750 337 96 0 10059 0
[pid=8650] ppid=8648 vsize=31808 CPUtime=75.89 cores=1
/proc/8650/stat : 8650 (clasp) R 8648 8648 8622 0 -1 4202496 5097 0 0 0 7589 0 0 0 25 0 1 0 526159455 32571392 4964 33554432000 4194304 4785740 140733588631536 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8650/statm: 7952 4964 340 145 0 4997 0
[pid=8651] ppid=8648 vsize=457412 CPUtime=75.88 cores=2
/proc/8651/stat : 8651 (TNM) R 8648 8648 8622 0 -1 4202496 806 0 0 0 7588 0 0 0 25 0 1 0 526159455 468389888 703 33554432000 134512640 134534564 4287384208 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8651/statm: 114353 703 95 6 0 113019 0
[pid=8652] ppid=8648 vsize=22044 CPUtime=75.89 cores=3
/proc/8652/stat : 8652 (march_hi) R 8648 8648 8622 0 -1 4202496 5294 0 0 0 7589 0 0 0 25 0 1 0 526159455 22573056 3280 33554432000 4194304 4331988 140733346129376 18446744073709551615 4239528 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8652/statm: 5511 3280 175 34 0 3953 0
[pid=8653] ppid=8648 vsize=146484 CPUtime=302.69 cores=4-7
/proc/8653/stat : 8653 (plingeling) S 8648 8648 8622 0 -1 4202496 21280 1250 0 0 30265 4 0 0 25 0 5 0 526159455 149999616 8694 33554432000 4194304 4356188 140735229293552 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8653/statm: 36621 8694 162 40 0 35165 0
[pid=8653/tid=8660] ppid=8648 vsize=146484 CPUtime=75.87 cores=4-7
/proc/8653/task/8660/stat : 8660 (plingeling) R 8648 8648 8622 0 -1 4202560 4942 1250 0 0 7586 1 0 0 25 0 5 0 526159457 149999616 8694 33554432000 4194304 4356188 140735229293552 18446744073709551615 4279490 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8653/tid=8661] ppid=8648 vsize=146484 CPUtime=75.25 cores=4-7
/proc/8653/task/8661/stat : 8661 (plingeling) R 8648 8648 8622 0 -1 4202560 4503 1250 0 0 7525 0 0 0 25 0 5 0 526159457 149999616 8694 33554432000 4194304 4356188 140735229293552 18446744073709551615 4332162 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8653/tid=8662] ppid=8648 vsize=146484 CPUtime=75.87 cores=4-7
/proc/8653/task/8662/stat : 8662 (plingeling) R 8648 8648 8622 0 -1 4202560 4420 1250 0 0 7586 1 0 0 25 0 5 0 526159457 149999616 8694 33554432000 4194304 4356188 140735229293552 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8653/tid=8663] ppid=8648 vsize=146484 CPUtime=75.64 cores=4-7
/proc/8653/task/8663/stat : 8663 (plingeling) R 8648 8648 8622 0 -1 4202560 5385 1250 0 0 7564 0 0 0 25 0 5 0 526159457 149999616 8694 33554432000 4194304 4356188 140735229293552 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 606.24
Current children cumulated vsize (KiB) 730060

[startup+76.301 s]
/proc/loadavg: 6.69 4.78 4.05 9/180 8665
/proc/meminfo: memFree=30846108/32950928 swapFree=67111404/67111528
[pid=8648] ppid=8646 vsize=18324 CPUtime=0 cores=0-7
/proc/8648/stat : 8648 (ppfolio) S 8646 8648 8622 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526159454 18763776 389 33554432000 4194304 4287625 140734677852128 18446744073709551615 235594886671 0 0 4096 65536 5630502567990525951 0 0 17 0 0 0 0
/proc/8648/statm: 4581 389 341 23 0 91 0
[pid=8649] ppid=8648 vsize=53988 CPUtime=76.28 cores=0
/proc/8649/stat : 8649 (cryptominisat) R 8648 8648 8622 0 -1 4202496 31551 0 0 0 7624 4 0 0 25 0 1 0 526159454 55283712 8891 33554432000 4194304 4587354 140737395804208 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8649/statm: 13497 8891 337 96 0 10059 0
[pid=8650] ppid=8648 vsize=31808 CPUtime=76.29 cores=1
/proc/8650/stat : 8650 (clasp) R 8648 8648 8622 0 -1 4202496 5097 0 0 0 7629 0 0 0 25 0 1 0 526159455 32571392 4964 33554432000 4194304 4785740 140733588631536 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8650/statm: 7952 4964 340 145 0 4997 0
[pid=8651] ppid=8648 vsize=457412 CPUtime=76.28 cores=2
/proc/8651/stat : 8651 (TNM) R 8648 8648 8622 0 -1 4202496 806 0 0 0 7628 0 0 0 25 0 1 0 526159455 468389888 703 33554432000 134512640 134534564 4287384208 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8651/statm: 114353 703 95 6 0 113019 0
[pid=8652] ppid=8648 vsize=22044 CPUtime=76.29 cores=3
/proc/8652/stat : 8652 (march_hi) R 8648 8648 8622 0 -1 4202496 5306 0 0 0 7629 0 0 0 25 0 1 0 526159455 22573056 3292 33554432000 4194304 4331988 140733346129376 18446744073709551615 4299299 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8652/statm: 5511 3292 175 34 0 3953 0
[pid=8653] ppid=8648 vsize=146484 CPUtime=304.27 cores=4-7
/proc/8653/stat : 8653 (plingeling) S 8648 8648 8622 0 -1 4202496 21280 1250 0 0 30423 4 0 0 25 0 5 0 526159455 149999616 8694 33554432000 4194304 4356188 140735229293552 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8653/statm: 36621 8694 162 40 0 35165 0
[pid=8653/tid=8660] ppid=8648 vsize=146484 CPUtime=76.27 cores=4-7
/proc/8653/task/8660/stat : 8660 (plingeling) R 8648 8648 8622 0 -1 4202560 4942 1250 0 0 7626 1 0 0 25 0 5 0 526159457 149999616 8694 33554432000 4194304 4356188 140735229293552 18446744073709551615 4331992 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8653/tid=8661] ppid=8648 vsize=146484 CPUtime=75.65 cores=4-7
/proc/8653/task/8661/stat : 8661 (plingeling) R 8648 8648 8622 0 -1 4202560 4503 1250 0 0 7565 0 0 0 25 0 5 0 526159457 149999616 8694 33554432000 4194304 4356188 140735229293552 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8653/tid=8662] ppid=8648 vsize=146484 CPUtime=76.27 cores=4-7
/proc/8653/task/8662/stat : 8662 (plingeling) R 8648 8648 8622 0 -1 4202560 4420 1250 0 0 7626 1 0 0 25 0 5 0 526159457 149999616 8694 33554432000 4194304 4356188 140735229293552 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8653/tid=8663] ppid=8648 vsize=146484 CPUtime=76.04 cores=4-7
/proc/8653/task/8663/stat : 8663 (plingeling) R 8648 8648 8622 0 -1 4202560 5385 1250 0 0 7604 0 0 0 25 0 5 0 526159457 149999616 8694 33554432000 4194304 4356188 140735229293552 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 609.41
Current children cumulated vsize (KiB) 730060

[startup+76.701 s]
/proc/loadavg: 6.69 4.78 4.05 9/180 8665
/proc/meminfo: memFree=30846108/32950928 swapFree=67111404/67111528
[pid=8648] ppid=8646 vsize=18324 CPUtime=0 cores=0-7
/proc/8648/stat : 8648 (ppfolio) S 8646 8648 8622 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 526159454 18763776 389 33554432000 4194304 4287625 140734677852128 18446744073709551615 235594886671 0 0 4096 65536 5630502567990525951 0 0 17 0 0 0 0
/proc/8648/statm: 4581 389 341 23 0 91 0
[pid=8649] ppid=8648 vsize=53988 CPUtime=76.69 cores=0
/proc/8649/stat : 8649 (cryptominisat) R 8648 8648 8622 0 -1 4202496 31667 0 0 0 7664 5 0 0 25 0 1 0 526159454 55283712 9006 33554432000 4194304 4587354 140737395804208 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8649/statm: 13497 9006 337 96 0 10059 0
[pid=8650] ppid=8648 vsize=31808 CPUtime=76.69 cores=1
/proc/8650/stat : 8650 (clasp) R 8648 8648 8622 0 -1 4202496 5097 0 0 0 7669 0 0 0 25 0 1 0 526159455 32571392 4964 33554432000 4194304 4785740 140733588631536 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8650/statm: 7952 4964 340 145 0 4997 0
[pid=8651] ppid=8648 vsize=457412 CPUtime=76.68 cores=2
/proc/8651/stat : 8651 (TNM) R 8648 8648 8622 0 -1 4202496 806 0 0 0 7668 0 0 0 25 0 1 0 526159455 468389888 703 33554432000 134512640 134534564 4287384208 18446744073709551615 134528842 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8651/statm: 114353 703 95 6 0 113019 0
[pid=8652] ppid=8648 vsize=22044 CPUtime=76.69 cores=3
/proc/8652/stat : 8652 (march_hi) R 8648 8648 8622 0 -1 4202496 5319 0 0 0 7669 0 0 0 25 0 1 0 526159455 22573056 3305 33554432000 4194304 4331988 140733346129376 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8652/statm: 5511 3305 175 34 0 3953 0
[pid=8653] ppid=8648 vsize=146484 CPUtime=305.87 cores=4-7
/proc/8653/stat : 8653 (plingeling) S 8648 8648 8622 0 -1 4202496 21280 1250 0 0 30583 4 0 0 25 0 5 0 526159455 149999616 8694 33554432000 4194304 4356188 140735229293552 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/8653/statm: 36621 8694 162 40 0 35165 0
[pid=8653/tid=8660] ppid=8648 vsize=146484 CPUtime=76.67 cores=4-7
/proc/8653/task/8660/stat : 8660 (plingeling) R 8648 8648 8622 0 -1 4202560 4942 1250 0 0 7666 1 0 0 25 0 5 0 526159457 149999616 8694 33554432000 4194304 4356188 140735229293552 18446744073709551615 4331141 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8653/tid=8661] ppid=8648 vsize=146484 CPUtime=76.05 cores=4-7
/proc/8653/task/8661/stat : 8661 (plingeling) R 8648 8648 8622 0 -1 4202560 4503 1250 0 0 7605 0 0 0 25 0 5 0 526159457 149999616 8694 33554432000 4194304 4356188 140735229293552 18446744073709551615 4332225 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=8653/tid=8662] ppid=8648 vsize=146484 CPUtime=76.67 cores=4-7
/proc/8653/task/8662/stat : 8662 (plingeling) R 8648 8648 8622 0 -1 4202560 4420 1250 0 0 7666 1 0 0 25 0 5 0 526159457 149999616 8694 33554432000 4194304 4356188 140735229293552 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8653/tid=8663] ppid=8648 vsize=146484 CPUtime=76.44 cores=4-7
/proc/8653/task/8663/stat : 8663 (plingeling) R 8648 8648 8622 0 -1 4202560 5385 1250 0 0 7644 0 0 0 25 0 5 0 526159457 149999616 8694 33554432000 4194304 4356188 140735229293552 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 612.62
Current children cumulated vsize (KiB) 730060

Child status: 0
Real time (s): 76.7253
CPU time (s): 612.852
CPU user time (s): 612.722
CPU system time (s): 0.12998
CPU usage (%): 798.761
Max. virtual memory (cumulated for all children) (KiB): 16878332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 612.722
system time used= 0.12998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65984
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= 916
involuntary context switches= 3026

runsolver used 0.13098 second user time and 0.288956 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-30 08:40:07
IDJOB=3218985
IDBENCH=82514
IDSOLVER=1638
FILE ID=node120/3218985-1304145607
RUNJOBID= node120-1304145607-8636
PBS_JOBID= 13170892
Free space on /tmp= 73168 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S541704841-072-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3218985-1304145607/watcher-3218985-1304145607 -o /tmp/evaluation-result-3218985-1304145607/solver-3218985-1304145607 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3218985-1304145607.cnf

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

MD5SUM BENCH= d89541d4d678adcd99dbf4694eb0406c
RANDOM SEED=2039380200

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.78
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.809
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.809
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.82
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.809
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:     32950928 kB
MemFree:      30945944 kB
Buffers:        529508 kB
Cached:        1050152 kB
SwapCached:          8 kB
Active:         655056 kB
Inactive:       987672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30945944 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:           10740 kB
Writeback:           0 kB
AnonPages:       62824 kB
Mapped:          14532 kB
Slab:           297408 kB
PageTables:       4516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185020 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= 73160 MiB
End job on node120 at 2011-04-30 08:41:24