Trace number 3380601

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
borg-sat 11.03.02-par-industrial (fixed)UNSAT 528.143 68.1007

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor032.cnf
MD5SUMe1a6f3a7c69cc7fbec84aac478eb151a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark53.2849
Satisfiable
(Un)Satisfiability was proved
Number of variables13240
Number of clauses39143
Sum of the clauses size91331
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 226094
Number of clauses of size 313047
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.35/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.67	c INFO: solving HOME/instance-3380601-1305483618.cnf
0.35/0.67	c INFO: computing task features
0.43/0.78	c INFO: computed variable-clause graph statistics
0.43/0.78	c INFO: computed clause balance statistics
1.03/1.36	c INFO: computed variable balance statistics
1.43/1.79	c INFO: computed small-clause counts
1.53/1.80	c INFO: computed Horn-clause counts
1.73/2.05	c INFO: computed variable graph statistics
1.73/2.05	c INFO: collected features for HOME/instance-3380601-1305483618.cnf in 1.37 s
1.73/2.07	c INFO: running lingeling-276@0 for 97 with 4998 remaining (b = 0.29)
1.73/2.10	c INFO: running cryptominisat-2.9.0@0 for 485 with 4998 remaining (b = 0.34)
1.84/2.12	c INFO: running lingeling-276@0 for 1261 with 4998 remaining (b = 0.51)
1.84/2.15	c INFO: running lingeling-276@0 for 1261 with 4998 remaining (b = 0.45)
1.84/2.18	c INFO: running SApperloT@0 for 97 with 4998 remaining (b = 0.03)
1.84/2.20	c INFO: running precosat-570@0 for 291 with 4998 remaining (b = 0.17)
2.07/2.23	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4998 remaining (b = 0.48)
2.07/2.26	c INFO: running lingeling-276@0 for 1067 with 4998 remaining (b = 0.31)
527.39/68.07	s UNSATISFIABLE

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: 961)

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-3380601-1305483618/watcher-3380601-1305483618 -o /tmp/evaluation-result-3380601-1305483618/solver-3380601-1305483618 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380601-1305483618.cnf -seed 993959777 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 7.47 7.94 7.40 1/410 2160
/proc/meminfo: memFree=21711720/32951124 swapFree=67111348/67111528
[pid=2160] ppid=2158 vsize=15080 CPUtime=0 cores=0-7
/proc/2160/stat : 2160 (python) R 2158 2160 2024 0 -1 4202496 615 0 0 0 0 0 0 0 21 0 1 0 659959578 15441920 513 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687671141 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2160/statm: 3770 513 300 364 0 257 0

[startup+0.079874 s]
/proc/loadavg: 7.47 7.94 7.40 1/410 2160
/proc/meminfo: memFree=21711720/32951124 swapFree=67111348/67111528
[pid=2160] ppid=2158 vsize=50016 CPUtime=0.04 cores=0-7
/proc/2160/stat : 2160 (python) R 2158 2160 2024 0 -1 4202496 1947 0 0 0 3 1 0 0 21 0 1 0 659959578 51216384 1713 33554432000 4194304 5683644 140736657524224 18446744073709551615 4429184 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2160/statm: 12504 1713 476 364 0 1204 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 50016

[startup+0.100878 s]
/proc/loadavg: 7.47 7.94 7.40 1/410 2160
/proc/meminfo: memFree=21711720/32951124 swapFree=67111348/67111528
[pid=2160] ppid=2158 vsize=87708 CPUtime=0.05 cores=0-7
/proc/2160/stat : 2160 (python) S 2158 2160 2024 0 -1 4202496 2636 0 0 0 4 1 0 0 18 0 1 0 659959578 89812992 2354 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/2160/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87708

[startup+0.300883 s]
/proc/loadavg: 7.47 7.94 7.40 1/410 2160
/proc/meminfo: memFree=21711720/32951124 swapFree=67111348/67111528
[pid=2160] ppid=2158 vsize=135752 CPUtime=0.19 cores=0-7
/proc/2160/stat : 2160 (python) R 2158 2160 2024 0 -1 4202496 5961 935 1 0 14 5 0 0 17 0 1 0 659959578 139010048 4150 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687671301 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2160/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700762 s]
/proc/loadavg: 7.47 7.94 7.40 1/410 2160
/proc/meminfo: memFree=21711720/32951124 swapFree=67111348/67111528
[pid=2160] ppid=2158 vsize=280488 CPUtime=0.43 cores=0-7
/proc/2160/stat : 2160 (python) R 2158 2160 2024 0 -1 4202496 9761 935 1 0 33 10 0 0 16 0 1 0 659959578 287219712 7441 33554432000 4194304 5683644 140736657524224 18446744073709551615 47774689091510 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2160/statm: 70122 7441 1761 364 0 6046 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 280488

[startup+1.50062 s]
/proc/loadavg: 7.47 7.94 7.40 2/411 2165
/proc/meminfo: memFree=21683688/32951124 swapFree=67111348/67111528
[pid=2160] ppid=2158 vsize=284944 CPUtime=1.23 cores=0-7
/proc/2160/stat : 2160 (python) R 2158 2160 2024 0 -1 4202496 12242 935 1 0 112 11 0 0 17 0 1 0 659959578 291782656 8621 33554432000 4194304 5683644 140736657524224 18446744073709551615 47774518309040 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2160/statm: 71236 8621 1827 364 0 7160 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 284944

[startup+3.10029 s]
/proc/loadavg: 7.47 7.94 7.40 3/414 2168
/proc/meminfo: memFree=21680672/32951124 swapFree=67111348/67111528
[pid=2160] ppid=2158 vsize=429440 CPUtime=1.98 cores=0-7
/proc/2160/stat : 2160 (python) S 2158 2160 2024 0 -1 4202496 17851 935 1 0 186 12 0 0 21 0 9 0 659959578 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2160/statm: 107360 8062 1889 364 0 43257 0
[pid=2166] ppid=2160 vsize=281464 CPUtime=0 cores=0-7
/proc/2166/stat : 2166 (python) S 2160 2160 2024 0 -1 4202560 813 0 0 0 0 0 0 0 18 0 1 0 659959785 288219136 6288 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695375 0 0 16781312 514 4606905071286878207 0 0 17 1 0 0 0
/proc/2166/statm: 70366 6288 359 364 0 6284 0
[pid=2168] ppid=2166 vsize=8132 CPUtime=1.01 cores=0-7
/proc/2168/stat : 2168 (lingeling) R 2166 2168 2168 0 -1 4202496 2191 0 0 0 101 0 0 0 24 0 1 0 659959786 8327168 1201 33554432000 4194304 4352236 140734557652576 18446744073709551615 4214760 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2168/statm: 2033 1201 127 39 0 1113 0
[pid=2160/tid=2167] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2167/stat : 2167 (python) S 2158 2160 2024 0 -1 4202560 24 935 0 0 0 0 0 0 19 0 9 0 659959786 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 0 0 0 0
[pid=2160/tid=2170] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2170/stat : 2170 (python) S 2158 2160 2024 0 -1 4202560 22 935 0 0 0 0 0 0 18 0 9 0 659959788 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 719036

[startup+6.3017 s]
/proc/loadavg: 7.51 7.94 7.40 9/435 2189
/proc/meminfo: memFree=21535152/32951124 swapFree=67111348/67111528
[pid=2160] ppid=2158 vsize=429440 CPUtime=1.98 cores=0-7
/proc/2160/stat : 2160 (python) S 2158 2160 2024 0 -1 4202496 17851 935 1 0 186 12 0 0 21 0 9 0 659959578 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2160/statm: 107360 8062 1889 364 0 43257 0
[pid=2166] ppid=2160 vsize=281464 CPUtime=0.01 cores=0-7
/proc/2166/stat : 2166 (python) S 2160 2160 2024 0 -1 4202560 991 0 0 0 0 1 0 0 18 0 1 0 659959785 288219136 6310 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695375 0 0 16781312 514 4606905071286845697 0 0 17 1 0 0 0
/proc/2166/statm: 70366 6310 381 364 0 6284 0
[pid=2168] ppid=2166 vsize=8980 CPUtime=4.21 cores=0-7
/proc/2168/stat : 2168 (lingeling) R 2166 2168 2168 0 -1 4202496 2421 0 0 0 421 0 0 0 25 0 1 0 659959786 9195520 1431 33554432000 4194304 4352236 140734557652576 18446744073709551615 4276518 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2168/statm: 2245 1431 129 39 0 1325 0
[pid=2169] ppid=2160 vsize=292124 CPUtime=0.01 cores=0-7
/proc/2169/stat : 2169 (python) S 2160 2160 2024 0 -1 4202560 903 0 0 0 0 1 0 0 15 0 1 0 659959788 299134976 6394 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695430 0 0 16781312 514 15409646671482552577 0 0 17 4 0 0 0
/proc/2169/statm: 73031 6394 371 364 0 8946 0
[pid=2171] ppid=2169 vsize=69736 CPUtime=4.17 cores=0-7
/proc/2171/stat : 2171 (cryptominisat-2) R 2169 2171 2171 0 -1 4202496 12163 0 0 0 415 2 0 0 25 0 1 0 659959788 71409664 10116 33554432000 4194304 4677096 140733391018176 18446744073709551615 4319818 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2171/statm: 17434 10116 392 118 0 12393 0
[pid=2172] ppid=2160 vsize=302380 CPUtime=0.01 cores=0-7
/proc/2172/stat : 2172 (python) S 2160 2160 2024 0 -1 4202560 907 0 0 0 0 1 0 0 18 0 1 0 659959790 309637120 6398 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695430 0 0 16781312 514 8416208735449350402 0 0 17 1 0 0 0
/proc/2172/statm: 75595 6398 371 364 0 11507 0
[pid=2174] ppid=2172 vsize=9460 CPUtime=4.16 cores=0-7
/proc/2174/stat : 2174 (lingeling) R 2172 2174 2174 0 -1 4202496 2415 0 0 0 416 0 0 0 25 0 1 0 659959791 9687040 1536 33554432000 4194304 4352236 140734456884896 18446744073709551615 4328205 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/2174/statm: 2365 1536 129 39 0 1445 0
[pid=2175] ppid=2160 vsize=312636 CPUtime=0.01 cores=0-7
/proc/2175/stat : 2175 (python) S 2160 2160 2024 0 -1 4202560 927 0 0 0 1 0 0 0 18 0 1 0 659959793 320139264 6401 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695430 0 0 16781312 514 8416212583740047620 0 0 17 7 0 0 0
/proc/2175/statm: 78159 6401 370 364 0 14068 0
[pid=2177] ppid=2175 vsize=9412 CPUtime=4.13 cores=0-7
/proc/2177/stat : 2177 (lingeling) R 2175 2177 2177 0 -1 4202496 2452 0 0 0 413 0 0 0 25 0 1 0 659959793 9637888 1523 33554432000 4194304 4352236 140735896201024 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/2177/statm: 2353 1523 129 39 0 1433 0
[pid=2178] ppid=2160 vsize=388428 CPUtime=0.01 cores=0-7
/proc/2178/stat : 2178 (python) S 2160 2160 2024 0 -1 4202560 807 0 0 0 1 0 0 0 18 0 1 0 659959796 397750272 6523 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695430 0 0 16781312 514 4272187893268578561 0 0 17 1 0 0 0
/proc/2178/statm: 97107 6523 371 364 0 33013 0
[pid=2180] ppid=2178 vsize=13048 CPUtime=4.1 cores=0-7
/proc/2180/stat : 2180 (SApperloT-base) R 2178 2180 2180 0 -1 4202496 3234 0 0 0 410 0 0 0 25 0 1 0 659959796 13361152 2943 33554432000 134512640 135674940 4293178208 18446744073709551615 134564025 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2180/statm: 3262 2943 99 284 0 2976 0
[pid=2181] ppid=2160 vsize=398684 CPUtime=0.02 cores=0-7
/proc/2181/stat : 2181 (python) S 2160 2160 2024 0 -1 4202560 814 0 0 0 1 1 0 0 18 0 1 0 659959798 408252416 6499 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695430 0 0 16781312 514 8416216432030744834 0 0 17 1 0 0 0
/proc/2181/statm: 99671 6499 371 364 0 35574 0
[pid=2183] ppid=2181 vsize=15764 CPUtime=4.01 cores=0-7
/proc/2183/stat : 2183 (precosat) R 2181 2183 2183 0 -1 4202496 4171 0 0 0 401 0 0 0 25 0 1 0 659959799 16142336 3704 33554432000 4194304 4890832 140734951993808 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/2183/statm: 3941 3704 86 171 0 3768 0
[pid=2184] ppid=2160 vsize=408940 CPUtime=0.02 cores=0-7
/proc/2184/stat : 2184 (python) S 2160 2160 2024 0 -1 4202560 829 0 0 0 1 1 0 0 15 0 1 0 659959801 418754560 6525 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695430 0 0 16781312 514 10192270483638944004 0 0 17 1 0 0 0
/proc/2184/statm: 102235 6525 371 364 0 38135 0
[pid=2186] ppid=2184 vsize=68428 CPUtime=3.93 cores=0-7
/proc/2186/stat : 2186 (cryptominisat-2) R 2184 2186 2186 0 -1 4202496 11809 0 0 0 391 2 0 0 25 0 1 0 659959802 70070272 9720 33554432000 4194304 4677096 140736708536192 18446744073709551615 4318969 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2186/statm: 17107 9720 392 118 0 12066 0
[pid=2187] ppid=2160 vsize=419196 CPUtime=0.01 cores=0-7
/proc/2187/stat : 2187 (python) R 2160 2160 2024 0 -1 4202560 871 0 0 0 0 1 0 0 18 0 1 0 659959804 429256704 6545 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687718535 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/2187/statm: 104800 6545 376 364 0 40697 0
[pid=2189] ppid=2187 vsize=9412 CPUtime=3.99 cores=0-7
/proc/2189/stat : 2189 (lingeling) R 2187 2189 2189 0 -1 4202496 2514 0 0 0 399 0 0 0 25 0 1 0 659959804 9637888 1523 33554432000 4194304 4352236 140733917101984 18446744073709551615 4207627 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/2189/statm: 2353 1523 129 39 0 1433 0
[pid=2160/tid=2167] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2167/stat : 2167 (python) S 2158 2160 2024 0 -1 4202560 24 935 0 0 0 0 0 0 19 0 9 0 659959786 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 0 0 0 0
[pid=2160/tid=2170] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2170/stat : 2170 (python) S 2158 2160 2024 0 -1 4202560 22 935 0 0 0 0 0 0 18 0 9 0 659959788 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 4 0 0 0
[pid=2160/tid=2173] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2173/stat : 2173 (python) S 2158 2160 2024 0 -1 4202560 24 935 0 0 0 0 0 0 21 0 9 0 659959791 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 2 0 0 0
[pid=2160/tid=2176] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2176/stat : 2176 (python) S 2158 2160 2024 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 659959793 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 5 0 0 0
[pid=2160/tid=2179] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2179/stat : 2179 (python) S 2158 2160 2024 0 -1 4202560 68 935 0 0 0 0 0 0 23 0 9 0 659959796 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 2 0 0 0
[pid=2160/tid=2182] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2182/stat : 2182 (python) S 2158 2160 2024 0 -1 4202560 31 935 0 0 0 0 0 0 24 0 9 0 659959799 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 7 0 0 0
[pid=2160/tid=2185] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2185/stat : 2185 (python) S 2158 2160 2024 0 -1 4202560 33 935 0 0 0 0 0 0 19 0 9 0 659959801 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 1 0 0 0
[pid=2160/tid=2188] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2188/stat : 2188 (python) S 2158 2160 2024 0 -1 4202560 37 935 0 0 0 0 0 0 21 0 9 0 659959804 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 34.78
Current children cumulated vsize (KiB) 3437532

[startup+12.7015 s]
/proc/loadavg: 7.55 7.94 7.40 9/435 2190
/proc/meminfo: memFree=21501792/32951124 swapFree=67111348/67111528
[pid=2160] ppid=2158 vsize=429440 CPUtime=1.98 cores=0-7
/proc/2160/stat : 2160 (python) S 2158 2160 2024 0 -1 4202496 17851 935 1 0 186 12 0 0 21 0 9 0 659959578 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2160/statm: 107360 8062 1889 364 0 43257 0
[pid=2166] ppid=2160 vsize=281464 CPUtime=0.03 cores=0-7
/proc/2166/stat : 2166 (python) S 2160 2160 2024 0 -1 4202560 994 0 0 0 1 2 0 0 18 0 1 0 659959785 288219136 6311 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695375 0 0 16781312 514 7612965734162858241 0 0 17 1 0 0 0
/proc/2166/statm: 70366 6311 382 364 0 6284 0
[pid=2168] ppid=2166 vsize=10316 CPUtime=10.61 cores=0-7
/proc/2168/stat : 2168 (lingeling) R 2166 2168 2168 0 -1 4202496 2739 0 0 0 1061 0 0 0 25 0 1 0 659959786 10563584 1749 33554432000 4194304 4352236 140734557652576 18446744073709551615 4328087 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2168/statm: 2579 1749 129 39 0 1659 0
[pid=2169] ppid=2160 vsize=292124 CPUtime=0.03 cores=0-7
/proc/2169/stat : 2169 (python) S 2160 2160 2024 0 -1 4202560 909 0 0 0 2 1 0 0 15 0 1 0 659959788 299134976 6394 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695430 0 0 16781312 514 15409646671482552577 0 0 17 4 0 0 0
/proc/2169/statm: 73031 6394 371 364 0 8946 0
[pid=2171] ppid=2169 vsize=79072 CPUtime=10.55 cores=0-7
/proc/2171/stat : 2171 (cryptominisat-2) R 2169 2171 2171 0 -1 4202496 15920 0 0 0 1052 3 0 0 25 0 1 0 659959788 80969728 12311 33554432000 4194304 4677096 140733391018176 18446744073709551615 4346452 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2171/statm: 19768 12311 392 118 0 14727 0
[pid=2172] ppid=2160 vsize=302380 CPUtime=0.02 cores=0-7
/proc/2172/stat : 2172 (python) S 2160 2160 2024 0 -1 4202560 911 0 0 0 1 1 0 0 18 0 1 0 659959790 309637120 6398 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695430 0 0 16781312 514 7612965734162858242 0 0 17 1 0 0 0
/proc/2172/statm: 75595 6398 371 364 0 11507 0
[pid=2174] ppid=2172 vsize=11120 CPUtime=10.56 cores=0-7
/proc/2174/stat : 2174 (lingeling) R 2172 2174 2174 0 -1 4202496 3342 0 0 0 1056 0 0 0 25 0 1 0 659959791 11386880 1951 33554432000 4194304 4352236 140734456884896 18446744073709551615 4234513 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/2174/statm: 2780 1951 129 39 0 1860 0
[pid=2175] ppid=2160 vsize=312636 CPUtime=0.03 cores=0-7
/proc/2175/stat : 2175 (python) S 2160 2160 2024 0 -1 4202560 936 0 0 0 1 2 0 0 18 0 1 0 659959793 320139264 6402 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695430 0 0 16781312 514 7612965734162858244 0 0 17 7 0 0 0
/proc/2175/statm: 78159 6402 371 364 0 14068 0
[pid=2177] ppid=2175 vsize=10996 CPUtime=10.53 cores=0-7
/proc/2177/stat : 2177 (lingeling) R 2175 2177 2177 0 -1 4202496 2848 0 0 0 1053 0 0 0 25 0 1 0 659959793 11259904 1919 33554432000 4194304 4352236 140735896201024 18446744073709551615 4277773 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/2177/statm: 2749 1919 129 39 0 1829 0
[pid=2178] ppid=2160 vsize=388428 CPUtime=0.03 cores=0-7
/proc/2178/stat : 2178 (python) S 2160 2160 2024 0 -1 4202560 807 0 0 0 1 2 0 0 18 0 1 0 659959796 397750272 6523 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695430 0 0 16781312 514 7612965734162858241 0 0 17 1 0 0 0
/proc/2178/statm: 97107 6523 371 364 0 33013 0
[pid=2180] ppid=2178 vsize=15536 CPUtime=10.5 cores=0-7
/proc/2180/stat : 2180 (SApperloT-base) R 2178 2180 2180 0 -1 4202496 3879 0 0 0 1050 0 0 0 25 0 1 0 659959796 15908864 3588 33554432000 134512640 135674940 4293178208 18446744073709551615 134565290 0 0 16781312 0 0 0 0 17 2 0 0 0

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

[pid=2187] ppid=2160 vsize=419196 CPUtime=0.2 cores=0-7
/proc/2187/stat : 2187 (python) S 2160 2160 2024 0 -1 4202560 876 0 0 0 10 10 0 0 18 0 1 0 659959804 429256704 6546 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695430 0 0 16781312 514 7612965734162858244 0 0 17 0 0 0 0
/proc/2187/statm: 104799 6546 377 364 0 40696 0
[pid=2189] ppid=2187 vsize=16748 CPUtime=64.99 cores=0-7
/proc/2189/stat : 2189 (lingeling) R 2187 2189 2189 0 -1 4202496 7421 0 0 0 6498 1 0 0 25 0 1 0 659959804 17149952 3358 33554432000 4194304 4352236 140733917101984 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/2189/statm: 4187 3358 129 39 0 3267 0
[pid=2160/tid=2167] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2167/stat : 2167 (python) S 2158 2160 2024 0 -1 4202560 24 935 0 0 0 0 0 0 19 0 9 0 659959786 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 0 0 0 0
[pid=2160/tid=2170] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2170/stat : 2170 (python) S 2158 2160 2024 0 -1 4202560 22 935 0 0 0 0 0 0 18 0 9 0 659959788 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 4 0 0 0
[pid=2160/tid=2173] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2173/stat : 2173 (python) S 2158 2160 2024 0 -1 4202560 24 935 0 0 0 0 0 0 21 0 9 0 659959791 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 2 0 0 0
[pid=2160/tid=2176] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2176/stat : 2176 (python) S 2158 2160 2024 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 659959793 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 5 0 0 0
[pid=2160/tid=2179] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2179/stat : 2179 (python) S 2158 2160 2024 0 -1 4202560 68 935 0 0 0 0 0 0 23 0 9 0 659959796 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 2 0 0 0
[pid=2160/tid=2182] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2182/stat : 2182 (python) S 2158 2160 2024 0 -1 4202560 31 935 0 0 0 0 0 0 24 0 9 0 659959799 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 7 0 0 0
[pid=2160/tid=2185] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2185/stat : 2185 (python) S 2158 2160 2024 0 -1 4202560 33 935 0 0 0 0 0 0 19 0 9 0 659959801 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 1 0 0 0
[pid=2160/tid=2188] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2188/stat : 2188 (python) S 2158 2160 2024 0 -1 4202560 37 935 0 0 0 0 0 0 21 0 9 0 659959804 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 523.4
Current children cumulated vsize (KiB) 3484356

[startup+67.9015 s]
/proc/loadavg: 8.00 7.99 7.45 10/435 2191
/proc/meminfo: memFree=21460484/32951124 swapFree=67111348/67111528
[pid=2160] ppid=2158 vsize=429440 CPUtime=1.98 cores=0-7
/proc/2160/stat : 2160 (python) S 2158 2160 2024 0 -1 4202496 17851 935 1 0 186 12 0 0 21 0 9 0 659959578 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2160/statm: 107360 8062 1889 364 0 43257 0
[pid=2166] ppid=2160 vsize=281464 CPUtime=0.2 cores=0-7
/proc/2166/stat : 2166 (python) S 2160 2160 2024 0 -1 4202560 1019 0 0 0 10 10 0 0 18 0 1 0 659959785 288219136 6311 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695375 0 0 16781312 514 7612965734162858241 0 0 17 4 0 0 0
/proc/2166/statm: 70366 6311 382 364 0 6284 0
[pid=2168] ppid=2166 vsize=16156 CPUtime=65.79 cores=0-7
/proc/2168/stat : 2168 (lingeling) R 2166 2168 2168 0 -1 4202496 8487 0 0 0 6578 1 0 0 25 0 1 0 659959786 16543744 3209 33554432000 4194304 4352236 140734557652576 18446744073709551615 4328116 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2168/statm: 4039 3209 129 39 0 3119 0
[pid=2169] ppid=2160 vsize=292124 CPUtime=0.23 cores=0-7
/proc/2169/stat : 2169 (python) S 2160 2160 2024 0 -1 4202560 939 0 0 0 12 11 0 0 15 0 1 0 659959788 299134976 6394 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695430 0 0 16781312 514 15409646671482552577 0 0 17 4 0 0 0
/proc/2169/statm: 73031 6394 371 364 0 8946 0
[pid=2171] ppid=2169 vsize=120356 CPUtime=65.53 cores=0-7
/proc/2171/stat : 2171 (cryptominisat-2) R 2169 2171 2171 0 -1 4202496 44847 0 0 0 6542 11 0 0 25 0 1 0 659959788 123244544 21456 33554432000 4194304 4677096 140733391018176 18446744073709551615 4319968 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2171/statm: 30089 21456 392 118 0 25048 0
[pid=2172] ppid=2160 vsize=302380 CPUtime=0.2 cores=0-7
/proc/2172/stat : 2172 (python) S 2160 2160 2024 0 -1 4202560 937 0 0 0 11 9 0 0 18 0 1 0 659959790 309637120 6398 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695430 0 0 16781312 514 7612965734162858242 0 0 17 3 0 0 0
/proc/2172/statm: 75595 6398 371 364 0 11507 0
[pid=2174] ppid=2172 vsize=18880 CPUtime=65.75 cores=0-7
/proc/2174/stat : 2174 (lingeling) R 2172 2174 2174 0 -1 4202496 10088 0 0 0 6574 1 0 0 25 0 1 0 659959791 19333120 3897 33554432000 4194304 4352236 140734456884896 18446744073709551615 4328471 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/2174/statm: 4720 3897 129 39 0 3800 0
[pid=2175] ppid=2160 vsize=312636 CPUtime=0.2 cores=0-7
/proc/2175/stat : 2175 (python) S 2160 2160 2024 0 -1 4202560 956 0 0 0 10 10 0 0 18 0 1 0 659959793 320139264 6402 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695430 0 0 16781312 514 7612965734162858244 0 0 17 7 0 0 0
/proc/2175/statm: 78159 6402 371 364 0 14068 0
[pid=2177] ppid=2175 vsize=17604 CPUtime=65.73 cores=0-7
/proc/2177/stat : 2177 (lingeling) R 2175 2177 2177 0 -1 4202496 8276 0 0 0 6572 1 0 0 25 0 1 0 659959793 18026496 3571 33554432000 4194304 4352236 140735896201024 18446744073709551615 4280978 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/2177/statm: 4401 3571 129 39 0 3481 0
[pid=2178] ppid=2160 vsize=388428 CPUtime=0.2 cores=0-7
/proc/2178/stat : 2178 (python) S 2160 2160 2024 0 -1 4202560 807 0 0 0 10 10 0 0 18 0 1 0 659959796 397750272 6523 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695430 0 0 16781312 514 7612965734162858241 0 0 17 3 0 0 0
/proc/2178/statm: 97107 6523 371 364 0 33013 0
[pid=2180] ppid=2178 vsize=33420 CPUtime=65.71 cores=0-7
/proc/2180/stat : 2180 (SApperloT-base) R 2178 2180 2180 0 -1 4202496 8148 0 0 0 6569 2 0 0 25 0 1 0 659959796 34222080 7857 33554432000 134512640 135674940 4293178208 18446744073709551615 134564660 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2180/statm: 8355 7857 100 284 0 8069 0
[pid=2181] ppid=2160 vsize=398684 CPUtime=0.2 cores=0-7
/proc/2181/stat : 2181 (python) S 2160 2160 2024 0 -1 4202560 820 0 0 0 10 10 0 0 18 0 1 0 659959798 408252416 6499 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695430 0 0 16781312 514 7612965734162858242 0 0 17 3 0 0 0
/proc/2181/statm: 99671 6499 371 364 0 35574 0
[pid=2183] ppid=2181 vsize=27900 CPUtime=64.47 cores=0-7
/proc/2183/stat : 2183 (precosat) R 2181 2183 2183 0 -1 4202496 8299 0 0 0 6447 0 0 0 25 0 1 0 659959799 28569600 6719 33554432000 4194304 4890832 140734951993808 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/2183/statm: 6975 6719 86 171 0 6802 0
[pid=2184] ppid=2160 vsize=408940 CPUtime=2.26 cores=0-7
/proc/2184/stat : 2184 (python) R 2160 2160 2024 0 -1 4202560 835 0 0 0 178 48 0 0 18 0 1 0 659959801 418754560 6525 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699505471 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/2184/statm: 102235 6525 371 364 0 38135 0
[pid=2186] ppid=2184 vsize=0 CPUtime=62.56 cores=0-7
/proc/2186/stat : 2186 (cryptominisat-2) R 2184 2186 2186 0 -1 4202500 42384 0 0 0 6245 11 0 0 25 0 1 0 659959802 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2186/statm: 0 0 0 0 0 0 0
[pid=2187] ppid=2160 vsize=419196 CPUtime=0.2 cores=0-7
/proc/2187/stat : 2187 (python) S 2160 2160 2024 0 -1 4202560 876 0 0 0 10 10 0 0 18 0 1 0 659959804 429256704 6546 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695430 0 0 16781312 514 7612965734162858244 0 0 17 0 0 0 0
/proc/2187/statm: 104799 6546 377 364 0 40696 0
[pid=2189] ppid=2187 vsize=16748 CPUtime=65.39 cores=0-7
/proc/2189/stat : 2189 (lingeling) R 2187 2189 2189 0 -1 4202496 7421 0 0 0 6538 1 0 0 25 0 1 0 659959804 17149952 3358 33554432000 4194304 4352236 140733917101984 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/2189/statm: 4187 3358 129 39 0 3267 0
[pid=2160/tid=2167] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2167/stat : 2167 (python) S 2158 2160 2024 0 -1 4202560 24 935 0 0 0 0 0 0 19 0 9 0 659959786 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 0 0 0 0
[pid=2160/tid=2170] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2170/stat : 2170 (python) S 2158 2160 2024 0 -1 4202560 22 935 0 0 0 0 0 0 18 0 9 0 659959788 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 4 0 0 0
[pid=2160/tid=2173] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2173/stat : 2173 (python) S 2158 2160 2024 0 -1 4202560 24 935 0 0 0 0 0 0 21 0 9 0 659959791 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 2 0 0 0
[pid=2160/tid=2176] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2176/stat : 2176 (python) S 2158 2160 2024 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 659959793 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 5 0 0 0
[pid=2160/tid=2179] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2179/stat : 2179 (python) S 2158 2160 2024 0 -1 4202560 68 935 0 0 0 0 0 0 23 0 9 0 659959796 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 2 0 0 0
[pid=2160/tid=2182] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2182/stat : 2182 (python) S 2158 2160 2024 0 -1 4202560 31 935 0 0 0 0 0 0 24 0 9 0 659959799 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 7 0 0 0
[pid=2160/tid=2185] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2185/stat : 2185 (python) S 2158 2160 2024 0 -1 4202560 33 935 0 0 0 0 0 0 19 0 9 0 659959801 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 1 0 0 0
[pid=2160/tid=2188] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2188/stat : 2188 (python) S 2158 2160 2024 0 -1 4202560 37 935 0 0 0 0 0 0 21 0 9 0 659959804 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 526.6
Current children cumulated vsize (KiB) 3484356

[startup+68.0014 s]
/proc/loadavg: 8.00 7.99 7.45 10/435 2191
/proc/meminfo: memFree=21460484/32951124 swapFree=67111348/67111528
[pid=2160] ppid=2158 vsize=429440 CPUtime=1.98 cores=0-7
/proc/2160/stat : 2160 (python) S 2158 2160 2024 0 -1 4202496 17851 935 1 0 186 12 0 0 21 0 9 0 659959578 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2160/statm: 107360 8062 1889 364 0 43257 0
[pid=2166] ppid=2160 vsize=281464 CPUtime=0.2 cores=0-7
/proc/2166/stat : 2166 (python) S 2160 2160 2024 0 -1 4202560 1019 0 0 0 10 10 0 0 18 0 1 0 659959785 288219136 6311 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695375 0 0 16781312 514 7612965734162858241 0 0 17 4 0 0 0
/proc/2166/statm: 70366 6311 382 364 0 6284 0
[pid=2168] ppid=2166 vsize=16156 CPUtime=65.89 cores=0-7
/proc/2168/stat : 2168 (lingeling) R 2166 2168 2168 0 -1 4202496 8487 0 0 0 6588 1 0 0 25 0 1 0 659959786 16543744 3209 33554432000 4194304 4352236 140734557652576 18446744073709551615 4328004 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2168/statm: 4039 3209 129 39 0 3119 0
[pid=2169] ppid=2160 vsize=292124 CPUtime=0.23 cores=0-7
/proc/2169/stat : 2169 (python) S 2160 2160 2024 0 -1 4202560 939 0 0 0 12 11 0 0 15 0 1 0 659959788 299134976 6394 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695430 0 0 16781312 514 15409646671482552577 0 0 17 4 0 0 0
/proc/2169/statm: 73031 6394 371 364 0 8946 0
[pid=2171] ppid=2169 vsize=120356 CPUtime=65.63 cores=0-7
/proc/2171/stat : 2171 (cryptominisat-2) R 2169 2171 2171 0 -1 4202496 44875 0 0 0 6552 11 0 0 25 0 1 0 659959788 123244544 21484 33554432000 4194304 4677096 140733391018176 18446744073709551615 4337412 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2171/statm: 30089 21484 392 118 0 25048 0
[pid=2172] ppid=2160 vsize=302380 CPUtime=0.2 cores=0-7
/proc/2172/stat : 2172 (python) S 2160 2160 2024 0 -1 4202560 937 0 0 0 11 9 0 0 18 0 1 0 659959790 309637120 6398 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695430 0 0 16781312 514 7612965734162858242 0 0 17 3 0 0 0
/proc/2172/statm: 75595 6398 371 364 0 11507 0
[pid=2174] ppid=2172 vsize=18880 CPUtime=65.84 cores=0-7
/proc/2174/stat : 2174 (lingeling) R 2172 2174 2174 0 -1 4202496 10088 0 0 0 6583 1 0 0 25 0 1 0 659959791 19333120 3897 33554432000 4194304 4352236 140734456884896 18446744073709551615 4276411 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/2174/statm: 4720 3897 129 39 0 3800 0
[pid=2175] ppid=2160 vsize=312636 CPUtime=0.2 cores=0-7
/proc/2175/stat : 2175 (python) S 2160 2160 2024 0 -1 4202560 956 0 0 0 10 10 0 0 18 0 1 0 659959793 320139264 6402 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695430 0 0 16781312 514 7612965734162858244 0 0 17 7 0 0 0
/proc/2175/statm: 78159 6402 371 364 0 14068 0
[pid=2177] ppid=2175 vsize=17604 CPUtime=65.83 cores=0-7
/proc/2177/stat : 2177 (lingeling) R 2175 2177 2177 0 -1 4202496 8276 0 0 0 6582 1 0 0 25 0 1 0 659959793 18026496 3571 33554432000 4194304 4352236 140735896201024 18446744073709551615 4235610 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/2177/statm: 4401 3571 129 39 0 3481 0
[pid=2178] ppid=2160 vsize=388428 CPUtime=0.2 cores=0-7
/proc/2178/stat : 2178 (python) S 2160 2160 2024 0 -1 4202560 807 0 0 0 10 10 0 0 18 0 1 0 659959796 397750272 6523 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695430 0 0 16781312 514 7612965734162858241 0 0 17 3 0 0 0
/proc/2178/statm: 97107 6523 371 364 0 33013 0
[pid=2180] ppid=2178 vsize=33420 CPUtime=65.81 cores=0-7
/proc/2180/stat : 2180 (SApperloT-base) R 2178 2180 2180 0 -1 4202496 8156 0 0 0 6579 2 0 0 25 0 1 0 659959796 34222080 7865 33554432000 134512640 135674940 4293178208 18446744073709551615 134564660 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2180/statm: 8355 7865 100 284 0 8069 0
[pid=2181] ppid=2160 vsize=398684 CPUtime=0.2 cores=0-7
/proc/2181/stat : 2181 (python) S 2160 2160 2024 0 -1 4202560 820 0 0 0 10 10 0 0 18 0 1 0 659959798 408252416 6499 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695430 0 0 16781312 514 7612965734162858242 0 0 17 3 0 0 0
/proc/2181/statm: 99671 6499 371 364 0 35574 0
[pid=2183] ppid=2181 vsize=27900 CPUtime=64.57 cores=0-7
/proc/2183/stat : 2183 (precosat) R 2181 2183 2183 0 -1 4202496 8299 0 0 0 6457 0 0 0 25 0 1 0 659959799 28569600 6719 33554432000 4194304 4890832 140734951993808 18446744073709551615 4236992 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/2183/statm: 6975 6719 86 171 0 6802 0
[pid=2184] ppid=2160 vsize=408940 CPUtime=2.36 cores=0-7
/proc/2184/stat : 2184 (python) R 2160 2160 2024 0 -1 4202560 835 0 0 0 186 50 0 0 18 0 1 0 659959801 418754560 6525 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699505471 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/2184/statm: 102235 6525 371 364 0 38135 0
[pid=2186] ppid=2184 vsize=0 CPUtime=62.56 cores=0-7
/proc/2186/stat : 2186 (cryptominisat-2) R 2184 2186 2186 0 -1 4202500 42384 0 0 0 6245 11 0 0 25 0 1 0 659959802 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2186/statm: 0 0 0 0 0 0 0
[pid=2187] ppid=2160 vsize=419196 CPUtime=0.2 cores=0-7
/proc/2187/stat : 2187 (python) S 2160 2160 2024 0 -1 4202560 876 0 0 0 10 10 0 0 18 0 1 0 659959804 429256704 6546 33554432000 4194304 5683644 140736657524224 18446744073709551615 212687695430 0 0 16781312 514 7612965734162858244 0 0 17 0 0 0 0
/proc/2187/statm: 104799 6546 377 364 0 40696 0
[pid=2189] ppid=2187 vsize=16748 CPUtime=65.49 cores=0-7
/proc/2189/stat : 2189 (lingeling) R 2187 2189 2189 0 -1 4202496 7421 0 0 0 6548 1 0 0 25 0 1 0 659959804 17149952 3358 33554432000 4194304 4352236 140733917101984 18446744073709551615 4239210 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/2189/statm: 4187 3358 129 39 0 3267 0
[pid=2160/tid=2167] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2167/stat : 2167 (python) S 2158 2160 2024 0 -1 4202560 24 935 0 0 0 0 0 0 19 0 9 0 659959786 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 0 0 0 0
[pid=2160/tid=2170] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2170/stat : 2170 (python) S 2158 2160 2024 0 -1 4202560 22 935 0 0 0 0 0 0 18 0 9 0 659959788 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 4 0 0 0
[pid=2160/tid=2173] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2173/stat : 2173 (python) S 2158 2160 2024 0 -1 4202560 24 935 0 0 0 0 0 0 21 0 9 0 659959791 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 2 0 0 0
[pid=2160/tid=2176] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2176/stat : 2176 (python) S 2158 2160 2024 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 659959793 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 5 0 0 0
[pid=2160/tid=2179] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2179/stat : 2179 (python) S 2158 2160 2024 0 -1 4202560 68 935 0 0 0 0 0 0 23 0 9 0 659959796 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 2 0 0 0
[pid=2160/tid=2182] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2182/stat : 2182 (python) S 2158 2160 2024 0 -1 4202560 31 935 0 0 0 0 0 0 24 0 9 0 659959799 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 7 0 0 0
[pid=2160/tid=2185] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2185/stat : 2185 (python) S 2158 2160 2024 0 -1 4202560 33 935 0 0 0 0 0 0 19 0 9 0 659959801 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 1 0 0 0
[pid=2160/tid=2188] ppid=2158 vsize=429440 CPUtime=0 cores=0-7
/proc/2160/task/2188/stat : 2188 (python) S 2158 2160 2024 0 -1 4202560 37 935 0 0 0 0 0 0 21 0 9 0 659959804 439746560 8062 33554432000 4194304 5683644 140736657524224 18446744073709551615 212699498929 0 0 16781312 2 18446604448717142912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 527.39
Current children cumulated vsize (KiB) 3484356

Child status: 0
Real time (s): 68.1007
CPU time (s): 528.143
CPU user time (s): 526.412
CPU system time (s): 1.73074
CPU usage (%): 775.532
Max. virtual memory (cumulated for all children) (KiB): 3591268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 526.412
system time used= 1.73074
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169695
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4014
involuntary context switches= 3338

runsolver used 0.345947 second user time and 0.713891 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 20:20:18
IDJOB=3380601
IDBENCH=70818
IDSOLVER=1864
FILE ID=node139/3380601-1305483618
RUNJOBID= node139-1305481201-2038
PBS_JOBID= 13325341
Free space on /tmp= 73384 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor032.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380601-1305483618/watcher-3380601-1305483618 -o /tmp/evaluation-result-3380601-1305483618/solver-3380601-1305483618 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380601-1305483618.cnf -seed 993959777 -budget 40000 -cores 8

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

MD5SUM BENCH= e1a6f3a7c69cc7fbec84aac478eb151a
RANDOM SEED=993959777

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21712248 kB
Buffers:        330716 kB
Cached:        3074860 kB
SwapCached:          0 kB
Active:        8857920 kB
Inactive:      2064868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21712248 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           32244 kB
Writeback:           0 kB
AnonPages:     7518064 kB
Mapped:          32784 kB
Slab:           204956 kB
PageTables:      44272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 97033460 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= 73352 MiB
End job on node139 at 2011-05-15 20:21:27