Trace number 3380882

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 241.84 53.8843

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtvisns2p3-tseitin.cnf
MD5SUM2b5c02650b763b7d13b77ce3fc61aa15
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.55146
Satisfiable
(Un)Satisfiability was proved
Number of variables116405
Number of clauses346850
Sum of the clauses size809314
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2231232
Number of clauses of size 3115616
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.67	c INFO: solving HOME/instance-3380882-1305494268.cnf
0.36/0.67	c INFO: computing task features
1.33/1.69	c INFO: computed variable-clause graph statistics
1.43/1.73	c INFO: computed clause balance statistics
6.73/7.02	c INFO: computed variable balance statistics
10.64/10.96	c INFO: computed small-clause counts
10.74/11.01	c INFO: computed Horn-clause counts
26.43/26.75	c INFO: computed variable graph statistics
26.43/26.75	c INFO: collected features for HOME/instance-3380882-1305494268.cnf in 26.05 s
26.43/26.78	c INFO: running lingeling-276@0 for 97 with 4973 remaining (b = 0.44)
26.53/26.81	c INFO: running lingeling-276@0 for 1261 with 4973 remaining (b = 0.52)
26.53/26.83	c INFO: running cryptominisat-2.9.0@0 for 485 with 4973 remaining (b = 0.36)
26.53/26.86	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4973 remaining (b = 0.57)
26.53/26.89	c INFO: running lingeling-276@0 for 1261 with 4973 remaining (b = 0.42)
26.61/26.92	c INFO: running SApperloT@0 for 97 with 4973 remaining (b = 0.03)
26.61/26.95	c INFO: running lingeling-276@0 for 1067 with 4973 remaining (b = 0.31)
26.61/26.98	c INFO: running precosat-570@0 for 291 with 4973 remaining (b = 0.17)
241.57/53.85	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-3380882-1305494268/watcher-3380882-1305494268 -o /tmp/evaluation-result-3380882-1305494268/solver-3380882-1305494268 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380882-1305494268.cnf -seed 321055670 -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.02 4.79 2.85 1/325 30246
/proc/meminfo: memFree=19251656/32951124 swapFree=67056788/67111528
[pid=30246] ppid=30244 vsize=15772 CPUtime=0 cores=0-7
/proc/30246/stat : 30246 (python) R 30244 30246 29444 0 -1 4202496 891 0 0 0 0 0 0 0 17 0 1 0 661024725 16150528 773 33554432000 4194304 5683644 140733496605808 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30246/statm: 3943 774 343 364 0 430 0

[startup+0.078798 s]
/proc/loadavg: 7.02 4.79 2.85 1/325 30246
/proc/meminfo: memFree=19251656/32951124 swapFree=67056788/67111528
[pid=30246] ppid=30244 vsize=45816 CPUtime=0.05 cores=0-7
/proc/30246/stat : 30246 (python) R 30244 30246 29444 0 -1 4202496 1928 0 0 0 4 1 0 0 17 0 1 0 661024725 46915584 1701 33554432000 4194304 5683644 140733496605808 18446744073709551615 271545614346 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30246/statm: 11971 1703 471 364 0 1203 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 45816

[startup+0.100801 s]
/proc/loadavg: 7.02 4.79 2.85 1/325 30246
/proc/meminfo: memFree=19251656/32951124 swapFree=67056788/67111528
[pid=30246] ppid=30244 vsize=89768 CPUtime=0.05 cores=0-7
/proc/30246/stat : 30246 (python) R 30244 30246 29444 0 -1 4202496 2672 0 0 0 4 1 0 0 17 0 1 0 661024725 91922432 2388 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550535680 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30246/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 89768

[startup+0.300749 s]
/proc/loadavg: 7.02 4.79 2.85 1/325 30246
/proc/meminfo: memFree=19251656/32951124 swapFree=67056788/67111528
[pid=30246] ppid=30244 vsize=135748 CPUtime=0.17 cores=0-7
/proc/30246/stat : 30246 (python) S 30244 30246 29444 0 -1 4202496 5961 932 1 0 13 4 0 0 18 0 1 0 661024725 139005952 4150 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550533637 0 2147483391 16781312 2 18446744071699469502 0 0 17 4 0 0 0
/proc/30246/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700685 s]
/proc/loadavg: 7.02 4.79 2.85 1/325 30246
/proc/meminfo: memFree=19251656/32951124 swapFree=67056788/67111528
[pid=30246] ppid=30244 vsize=285536 CPUtime=0.42 cores=0-7
/proc/30246/stat : 30246 (python) R 30244 30246 29444 0 -1 4202496 11026 932 1 0 32 10 0 0 17 0 1 0 661024725 292388864 8710 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550234046 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30246/statm: 71384 8710 1761 364 0 7308 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 285536

[startup+1.50053 s]
/proc/loadavg: 7.02 4.79 2.85 2/326 30251
/proc/meminfo: memFree=19203460/32951124 swapFree=67056788/67111528
[pid=30246] ppid=30244 vsize=337604 CPUtime=1.23 cores=0-7
/proc/30246/stat : 30246 (python) R 30244 30246 29444 0 -1 4202496 23637 932 1 0 110 13 0 0 18 0 1 0 661024725 345706496 21321 33554432000 4194304 5683644 140733496605808 18446744073709551615 46920444721547 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30246/statm: 84401 21321 1761 364 0 20325 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 337604

[startup+3.10024 s]
/proc/loadavg: 7.02 4.79 2.85 2/326 30251
/proc/meminfo: memFree=19164524/32951124 swapFree=67056788/67111528
[pid=30246] ppid=30244 vsize=343260 CPUtime=2.83 cores=0-7
/proc/30246/stat : 30246 (python) R 30244 30246 29444 0 -1 4202496 36645 932 1 0 269 14 0 0 21 0 1 0 661024725 351498240 23200 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550186320 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30246/statm: 85815 23200 1826 364 0 21739 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 343260

[startup+6.30066 s]
/proc/loadavg: 6.62 4.75 2.84 2/326 30251
/proc/meminfo: memFree=19165768/32951124 swapFree=67056788/67111528
[pid=30246] ppid=30244 vsize=343260 CPUtime=6.03 cores=0-7
/proc/30246/stat : 30246 (python) R 30244 30246 29444 0 -1 4202496 36645 932 1 0 589 14 0 0 25 0 1 0 661024725 351498240 23200 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550196250 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30246/statm: 85815 23200 1826 364 0 21739 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 343260

[startup+12.7005 s]
/proc/loadavg: 6.17 4.68 2.83 2/326 30251
/proc/meminfo: memFree=19164740/32951124 swapFree=67056788/67111528
[pid=30246] ppid=30244 vsize=345972 CPUtime=12.42 cores=0-7
/proc/30246/stat : 30246 (python) R 30244 30246 29444 0 -1 4202496 37330 932 1 0 1228 14 0 0 25 0 1 0 661024725 354275328 23885 33554432000 4194304 5683644 140733496605808 18446744073709551615 46920444643468 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30246/statm: 86493 23885 1833 364 0 22417 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 345972

[startup+25.5002 s]
/proc/loadavg: 5.02 4.50 2.80 2/326 30252
/proc/meminfo: memFree=19167040/32951124 swapFree=67056788/67111528
[pid=30246] ppid=30244 vsize=345972 CPUtime=25.22 cores=0-7
/proc/30246/stat : 30246 (python) R 30244 30246 29444 0 -1 4202496 37330 932 1 0 2508 14 0 0 25 0 1 0 661024725 354275328 23885 33554432000 4194304 5683644 140733496605808 18446744073709551615 46920444643468 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30246/statm: 86493 23885 1833 364 0 22417 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 345972

[startup+51.1015 s]
/proc/loadavg: 6.09 4.80 2.95 9/350 30276
/proc/meminfo: memFree=18306788/32951124 swapFree=67056788/67111528
[pid=30246] ppid=30244 vsize=422720 CPUtime=26.69 cores=0-7
/proc/30246/stat : 30246 (python) S 30244 30246 29444 0 -1 4202496 43179 932 1 0 2652 17 0 0 22 0 9 0 661024725 432865280 22645 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30246/statm: 105680 22645 1889 364 0 41577 0
[pid=30253] ppid=30246 vsize=340684 CPUtime=0.06 cores=0-7
/proc/30253/stat : 30253 (python) S 30246 30246 29444 0 -1 4202560 985 0 0 0 3 3 0 0 18 0 1 0 661027403 348860416 21105 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550557711 0 0 16781312 514 9324157670703202564 0 0 17 7 0 0 0
/proc/30253/statm: 85171 21105 381 364 0 21089 0
[pid=30255] ppid=30253 vsize=26948 CPUtime=24.29 cores=0-7
/proc/30255/stat : 30255 (lingeling) R 30253 30255 30255 0 -1 4202496 20074 0 0 0 2427 2 0 0 25 0 1 0 661027404 27594752 5907 33554432000 4194304 4352236 140736476358384 18446744073709551615 4329024 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/30255/statm: 6737 5907 129 39 0 5817 0
[pid=30256] ppid=30246 vsize=350940 CPUtime=0.05 cores=0-7
/proc/30256/stat : 30256 (python) S 30246 30246 29444 0 -1 4202560 908 0 0 0 2 3 0 0 18 0 1 0 661027406 359362560 21098 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550557766 0 0 16781312 514 9324157670703202564 0 0 17 4 0 0 0
/proc/30256/statm: 87735 21098 370 364 0 23650 0
[pid=30258] ppid=30256 vsize=26956 CPUtime=24.22 cores=0-7
/proc/30258/stat : 30258 (lingeling) R 30256 30258 30258 0 -1 4202496 20069 0 0 0 2419 3 0 0 25 0 1 0 661027406 27602944 5909 33554432000 4194304 4352236 140734767620368 18446744073709551615 4238687 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/30258/statm: 6739 5909 129 39 0 5819 0
[pid=30259] ppid=30246 vsize=361196 CPUtime=0.06 cores=0-7
/proc/30259/stat : 30259 (python) S 30246 30246 29444 0 -1 4202560 915 0 0 0 3 3 0 0 15 0 1 0 661027408 369864704 21102 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550557766 0 0 16781312 514 9383276216200429828 0 0 17 7 0 0 0
/proc/30259/statm: 90299 21102 370 364 0 26211 0
[pid=30261] ppid=30259 vsize=341144 CPUtime=24.25 cores=0-7
/proc/30261/stat : 30261 (cryptominisat-2) R 30259 30261 30261 0 -1 4202496 88509 0 0 0 2413 12 0 0 25 0 1 0 661027409 349331456 76612 33554432000 4194304 4677096 140735987531040 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30261/statm: 85286 76612 393 118 0 80245 0
[pid=30262] ppid=30246 vsize=371452 CPUtime=0.06 cores=0-7
/proc/30262/stat : 30262 (python) S 30246 30246 29444 0 -1 4202560 962 0 0 0 3 3 0 0 15 0 1 0 661027411 380366848 21106 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550557766 0 0 16781312 514 278937308168683779 0 0 17 0 0 0 0
/proc/30262/statm: 92863 21106 370 364 0 28772 0
[pid=30264] ppid=30262 vsize=339128 CPUtime=23.79 cores=0-7
/proc/30264/stat : 30264 (cryptominisat-2) R 30262 30264 30264 0 -1 4202496 90236 0 0 0 2365 14 0 0 25 0 1 0 661027412 347267072 75575 33554432000 4194304 4677096 140734928302032 18446744073709551615 4319971 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/30264/statm: 84782 75575 393 118 0 79741 0
[pid=30265] ppid=30246 vsize=381708 CPUtime=0.05 cores=0-7
/proc/30265/stat : 30265 (python) S 30246 30246 29444 0 -1 4202560 945 0 0 0 3 2 0 0 18 0 1 0 661027414 390868992 21110 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550557766 0 0 16781312 514 9324157670703202562 0 0 17 0 0 0 0
/proc/30265/statm: 95427 21110 370 364 0 31333 0
[pid=30267] ppid=30265 vsize=27092 CPUtime=24.11 cores=0-7
/proc/30267/stat : 30267 (lingeling) R 30265 30267 30267 0 -1 4202496 20083 0 0 0 2409 2 0 0 25 0 1 0 661027415 27742208 5943 33554432000 4194304 4352236 140737169861840 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/30267/statm: 6773 5943 129 39 0 5853 0
[pid=30268] ppid=30246 vsize=391964 CPUtime=0.05 cores=0-7
/proc/30268/stat : 30268 (python) S 30246 30246 29444 0 -1 4202560 942 0 0 0 2 3 0 0 18 0 1 0 661027417 401371136 21114 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550557766 0 0 16781312 514 9324157670703202561 0 0 17 0 0 0 0
/proc/30268/statm: 97991 21114 370 364 0 33894 0
[pid=30270] ppid=30268 vsize=28580 CPUtime=24.16 cores=0-7
/proc/30270/stat : 30270 (SApperloT-base) R 30268 30270 30270 0 -1 4202496 6909 0 0 0 2415 1 0 0 25 0 1 0 661027418 29265920 6542 33554432000 134512640 135674940 4291737568 18446744073709551615 134564274 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30270/statm: 7145 6542 100 284 0 6859 0
[pid=30271] ppid=30246 vsize=402220 CPUtime=0.05 cores=0-7
/proc/30271/stat : 30271 (python) S 30246 30246 29444 0 -1 4202560 952 0 0 0 3 2 0 0 18 0 1 0 661027420 411873280 21118 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550557766 0 0 16781312 514 9324157670703202564 0 0 17 6 0 0 0
/proc/30271/statm: 100555 21118 370 364 0 36455 0
[pid=30273] ppid=30271 vsize=27136 CPUtime=24.13 cores=0-7
/proc/30273/stat : 30273 (lingeling) R 30271 30273 30273 0 -1 4202496 20140 0 0 0 2411 2 0 0 25 0 1 0 661027421 27787264 5954 33554432000 4194304 4352236 140734091553072 18446744073709551615 4327857 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30273/statm: 6784 5954 129 39 0 5864 0
[pid=30274] ppid=30246 vsize=412476 CPUtime=0.06 cores=0-7
/proc/30274/stat : 30274 (python) S 30246 30246 29444 0 -1 4202560 1015 0 0 0 3 3 0 0 18 0 1 0 661027423 422375424 21128 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550557766 0 0 16781312 514 9324157670703202561 0 0 17 0 0 0 0
/proc/30274/statm: 103119 21128 376 364 0 39016 0
[pid=30276] ppid=30274 vsize=107436 CPUtime=23.83 cores=0-7
/proc/30276/stat : 30276 (precosat) R 30274 30276 30276 0 -1 4202496 28114 0 0 0 2380 3 0 0 25 0 1 0 661027423 110014464 26018 33554432000 4194304 4890832 140733460372976 18446744073709551615 4212884 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/30276/statm: 26859 26018 86 171 0 26686 0
[pid=30246/tid=30254] ppid=30244 vsize=422720 CPUtime=0 cores=0-7
/proc/30246/task/30254/stat : 30254 (python) S 30244 30246 29444 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 9 0 661027403 432865280 22645 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 6 0 0 0
[pid=30246/tid=30257] ppid=30244 vsize=422720 CPUtime=0 cores=0-7
/proc/30246/task/30257/stat : 30257 (python) S 30244 30246 29444 0 -1 4202560 19 932 0 0 0 0 0 0 20 0 9 0 661027406 432865280 22645 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 2 0 0 0
[pid=30246/tid=30260] ppid=30244 vsize=422720 CPUtime=0 cores=0-7
/proc/30246/task/30260/stat : 30260 (python) S 30244 30246 29444 0 -1 4202560 20 932 0 0 0 0 0 0 21 0 9 0 661027409 432865280 22645 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 6 0 0 0
[pid=30246/tid=30263] ppid=30244 vsize=422720 CPUtime=0 cores=0-7
/proc/30246/task/30263/stat : 30263 (python) S 30244 30246 29444 0 -1 4202560 26 932 0 0 0 0 0 0 23 0 9 0 661027412 432865280 22645 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 0 0 0 0
[pid=30246/tid=30266] ppid=30244 vsize=422720 CPUtime=0 cores=0-7
/proc/30246/task/30266/stat : 30266 (python) S 30244 30246 29444 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 661027415 432865280 22645 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 2 0 0 0
[pid=30246/tid=30269] ppid=30244 vsize=422720 CPUtime=0 cores=0-7
/proc/30246/task/30269/stat : 30269 (python) S 30244 30246 29444 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 661027417 432865280 22645 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 2 0 0 0
[pid=30246/tid=30272] ppid=30244 vsize=422720 CPUtime=0 cores=0-7
/proc/30246/task/30272/stat : 30272 (python) S 30244 30246 29444 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 661027420 432865280 22645 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 6 0 0 0
[pid=30246/tid=30275] ppid=30244 vsize=422720 CPUtime=0 cores=0-7
/proc/30246/task/30275/stat : 30275 (python) S 30244 30246 29444 0 -1 4202560 28 932 0 0 0 0 0 0 22 0 9 0 661027423 432865280 22645 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 219.91
Current children cumulated vsize (KiB) 4359780

Solver just ended. Dumping a history of the last processes samples

[startup+52.7012 s]
/proc/loadavg: 6.09 4.80 2.95 9/350 30276
/proc/meminfo: memFree=18313832/32951124 swapFree=67056788/67111528
[pid=30246] ppid=30244 vsize=422720 CPUtime=26.69 cores=0-7
/proc/30246/stat : 30246 (python) S 30244 30246 29444 0 -1 4202496 43179 932 1 0 2652 17 0 0 22 0 9 0 661024725 432865280 22645 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30246/statm: 105680 22645 1889 364 0 41577 0
[pid=30253] ppid=30246 vsize=340684 CPUtime=0.06 cores=0-7
/proc/30253/stat : 30253 (python) S 30246 30246 29444 0 -1 4202560 985 0 0 0 3 3 0 0 18 0 1 0 661027403 348860416 21105 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550557711 0 0 16781312 514 9324157670703202564 0 0 17 7 0 0 0
/proc/30253/statm: 85171 21105 381 364 0 21089 0
[pid=30255] ppid=30253 vsize=26948 CPUtime=25.9 cores=0-7
/proc/30255/stat : 30255 (lingeling) R 30253 30255 30255 0 -1 4202496 20074 0 0 0 2588 2 0 0 25 0 1 0 661027404 27594752 5907 33554432000 4194304 4352236 140736476358384 18446744073709551615 4328832 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/30255/statm: 6737 5907 129 39 0 5817 0
[pid=30256] ppid=30246 vsize=350940 CPUtime=0.05 cores=0-7
/proc/30256/stat : 30256 (python) S 30246 30246 29444 0 -1 4202560 908 0 0 0 2 3 0 0 18 0 1 0 661027406 359362560 21098 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550557766 0 0 16781312 514 9324157670703202564 0 0 17 4 0 0 0
/proc/30256/statm: 87735 21098 370 364 0 23650 0
[pid=30258] ppid=30256 vsize=26956 CPUtime=25.83 cores=0-7

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

[pid=30264] ppid=30262 vsize=339512 CPUtime=26.15 cores=0-7
/proc/30264/stat : 30264 (cryptominisat-2) R 30262 30264 30264 0 -1 4202496 91225 0 0 0 2600 15 0 0 25 0 1 0 661027412 347660288 73565 33554432000 4194304 4677096 140734928302032 18446744073709551615 4319316 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/30264/statm: 84878 73565 393 118 0 79837 0
[pid=30265] ppid=30246 vsize=381708 CPUtime=0.05 cores=0-7
/proc/30265/stat : 30265 (python) S 30246 30246 29444 0 -1 4202560 945 0 0 0 3 2 0 0 18 0 1 0 661027414 390868992 21110 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550557766 0 0 16781312 514 9324157670703202562 0 0 17 0 0 0 0
/proc/30265/statm: 95427 21110 370 364 0 31333 0
[pid=30267] ppid=30265 vsize=27092 CPUtime=26.5 cores=0-7
/proc/30267/stat : 30267 (lingeling) R 30265 30267 30267 0 -1 4202496 20083 0 0 0 2648 2 0 0 25 0 1 0 661027415 27742208 5943 33554432000 4194304 4352236 140737169861840 18446744073709551615 4208094 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/30267/statm: 6773 5943 129 39 0 5853 0
[pid=30268] ppid=30246 vsize=391964 CPUtime=0.05 cores=0-7
/proc/30268/stat : 30268 (python) S 30246 30246 29444 0 -1 4202560 942 0 0 0 2 3 0 0 18 0 1 0 661027417 401371136 21114 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550557766 0 0 16781312 514 9324157670703202561 0 0 17 0 0 0 0
/proc/30268/statm: 97991 21114 370 364 0 33894 0
[pid=30270] ppid=30268 vsize=28580 CPUtime=26.55 cores=0-7
/proc/30270/stat : 30270 (SApperloT-base) R 30268 30270 30270 0 -1 4202496 6925 0 0 0 2654 1 0 0 25 0 1 0 661027418 29265920 6558 33554432000 134512640 135674940 4291737568 18446744073709551615 134567960 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30270/statm: 7145 6558 100 284 0 6859 0
[pid=30271] ppid=30246 vsize=402220 CPUtime=0.05 cores=0-7
/proc/30271/stat : 30271 (python) S 30246 30246 29444 0 -1 4202560 952 0 0 0 3 2 0 0 18 0 1 0 661027420 411873280 21118 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550557766 0 0 16781312 514 9324157670703202564 0 0 17 6 0 0 0
/proc/30271/statm: 100555 21118 370 364 0 36455 0
[pid=30273] ppid=30271 vsize=27136 CPUtime=26.52 cores=0-7
/proc/30273/stat : 30273 (lingeling) R 30271 30273 30273 0 -1 4202496 20140 0 0 0 2650 2 0 0 25 0 1 0 661027421 27787264 5954 33554432000 4194304 4352236 140734091553072 18446744073709551615 4215154 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30273/statm: 6784 5954 129 39 0 5864 0
[pid=30274] ppid=30246 vsize=412476 CPUtime=0.06 cores=0-7
/proc/30274/stat : 30274 (python) S 30246 30246 29444 0 -1 4202560 1015 0 0 0 3 3 0 0 18 0 1 0 661027423 422375424 21128 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550557766 0 0 16781312 514 9324157670703202561 0 0 17 0 0 0 0
/proc/30274/statm: 103119 21128 376 364 0 39016 0
[pid=30276] ppid=30274 vsize=107436 CPUtime=26.23 cores=0-7
/proc/30276/stat : 30276 (precosat) R 30274 30276 30276 0 -1 4202496 28114 0 0 0 2620 3 0 0 25 0 1 0 661027423 110014464 26018 33554432000 4194304 4890832 140733460372976 18446744073709551615 4238701 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/30276/statm: 26859 26018 86 171 0 26686 0
[pid=30246/tid=30254] ppid=30244 vsize=422720 CPUtime=0 cores=0-7
/proc/30246/task/30254/stat : 30254 (python) S 30244 30246 29444 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 9 0 661027403 432865280 22645 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 6 0 0 0
[pid=30246/tid=30257] ppid=30244 vsize=422720 CPUtime=0 cores=0-7
/proc/30246/task/30257/stat : 30257 (python) S 30244 30246 29444 0 -1 4202560 19 932 0 0 0 0 0 0 20 0 9 0 661027406 432865280 22645 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 2 0 0 0
[pid=30246/tid=30260] ppid=30244 vsize=422720 CPUtime=0 cores=0-7
/proc/30246/task/30260/stat : 30260 (python) S 30244 30246 29444 0 -1 4202560 20 932 0 0 0 0 0 0 21 0 9 0 661027409 432865280 22645 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 6 0 0 0
[pid=30246/tid=30263] ppid=30244 vsize=422720 CPUtime=0 cores=0-7
/proc/30246/task/30263/stat : 30263 (python) S 30244 30246 29444 0 -1 4202560 26 932 0 0 0 0 0 0 23 0 9 0 661027412 432865280 22645 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 0 0 0 0
[pid=30246/tid=30266] ppid=30244 vsize=422720 CPUtime=0 cores=0-7
/proc/30246/task/30266/stat : 30266 (python) S 30244 30246 29444 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 661027415 432865280 22645 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 2 0 0 0
[pid=30246/tid=30269] ppid=30244 vsize=422720 CPUtime=0 cores=0-7
/proc/30246/task/30269/stat : 30269 (python) S 30244 30246 29444 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 661027417 432865280 22645 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 2 0 0 0
[pid=30246/tid=30272] ppid=30244 vsize=422720 CPUtime=0 cores=0-7
/proc/30246/task/30272/stat : 30272 (python) S 30244 30246 29444 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 661027420 432865280 22645 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 6 0 0 0
[pid=30246/tid=30275] ppid=30244 vsize=422720 CPUtime=0 cores=0-7
/proc/30246/task/30275/stat : 30275 (python) S 30244 30246 29444 0 -1 4202560 28 932 0 0 0 0 0 0 22 0 9 0 661027423 432865280 22645 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 239.04
Current children cumulated vsize (KiB) 4360568

[startup+53.701 s]
/proc/loadavg: 6.09 4.80 2.95 9/350 30276
/proc/meminfo: memFree=18313832/32951124 swapFree=67056788/67111528
[pid=30246] ppid=30244 vsize=422720 CPUtime=26.69 cores=0-7
/proc/30246/stat : 30246 (python) S 30244 30246 29444 0 -1 4202496 43179 932 1 0 2652 17 0 0 22 0 9 0 661024725 432865280 22645 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30246/statm: 105680 22645 1889 364 0 41577 0
[pid=30253] ppid=30246 vsize=340684 CPUtime=0.06 cores=0-7
/proc/30253/stat : 30253 (python) S 30246 30246 29444 0 -1 4202560 985 0 0 0 3 3 0 0 18 0 1 0 661027403 348860416 21105 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550557711 0 0 16781312 514 9324157670703202564 0 0 17 7 0 0 0
/proc/30253/statm: 85171 21105 381 364 0 21089 0
[pid=30255] ppid=30253 vsize=26948 CPUtime=26.89 cores=0-7
/proc/30255/stat : 30255 (lingeling) R 30253 30255 30255 0 -1 4202496 20074 0 0 0 2687 2 0 0 25 0 1 0 661027404 27594752 5907 33554432000 4194304 4352236 140736476358384 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/30255/statm: 6737 5907 129 39 0 5817 0
[pid=30256] ppid=30246 vsize=350940 CPUtime=0.12 cores=0-7
/proc/30256/stat : 30256 (python) R 30246 30246 29444 0 -1 4202560 911 0 0 0 8 4 0 0 15 0 1 0 661027406 359362560 21098 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562367807 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/30256/statm: 87735 21098 370 364 0 23650 0
[pid=30258] ppid=30256 vsize=0 CPUtime=26.75 cores=0-7
/proc/30258/stat : 30258 (lingeling) R 30256 30258 30258 0 -1 4202500 20072 0 0 0 2672 3 0 0 25 0 1 0 661027406 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/30258/statm: 0 0 0 0 0 0 0
[pid=30259] ppid=30246 vsize=361196 CPUtime=0.07 cores=0-7
/proc/30259/stat : 30259 (python) S 30246 30246 29444 0 -1 4202560 918 0 0 0 4 3 0 0 15 0 1 0 661027408 369864704 21102 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550557766 0 0 16781312 514 9383276216200429828 0 0 17 7 0 0 0
/proc/30259/statm: 90299 21102 370 364 0 26211 0
[pid=30261] ppid=30259 vsize=341548 CPUtime=26.84 cores=0-7
/proc/30261/stat : 30261 (cryptominisat-2) R 30259 30261 30261 0 -1 4202496 89558 0 0 0 2672 12 0 0 25 0 1 0 661027409 349745152 74645 33554432000 4194304 4677096 140735987531040 18446744073709551615 4317711 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30261/statm: 85387 74645 393 118 0 80346 0
[pid=30262] ppid=30246 vsize=371452 CPUtime=0.06 cores=0-7
/proc/30262/stat : 30262 (python) S 30246 30246 29444 0 -1 4202560 962 0 0 0 3 3 0 0 15 0 1 0 661027411 380366848 21106 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550557766 0 0 16781312 514 278937308168683779 0 0 17 0 0 0 0
/proc/30262/statm: 92863 21106 370 364 0 28772 0
[pid=30264] ppid=30262 vsize=339512 CPUtime=26.35 cores=0-7
/proc/30264/stat : 30264 (cryptominisat-2) R 30262 30264 30264 0 -1 4202496 91245 0 0 0 2620 15 0 0 25 0 1 0 661027412 347660288 73585 33554432000 4194304 4677096 140734928302032 18446744073709551615 4338168 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/30264/statm: 84878 73585 393 118 0 79837 0
[pid=30265] ppid=30246 vsize=381708 CPUtime=0.05 cores=0-7
/proc/30265/stat : 30265 (python) S 30246 30246 29444 0 -1 4202560 945 0 0 0 3 2 0 0 18 0 1 0 661027414 390868992 21110 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550557766 0 0 16781312 514 9324157670703202562 0 0 17 0 0 0 0
/proc/30265/statm: 95427 21110 370 364 0 31333 0
[pid=30267] ppid=30265 vsize=27092 CPUtime=26.7 cores=0-7
/proc/30267/stat : 30267 (lingeling) R 30265 30267 30267 0 -1 4202496 20083 0 0 0 2668 2 0 0 25 0 1 0 661027415 27742208 5943 33554432000 4194304 4352236 140737169861840 18446744073709551615 4328732 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/30267/statm: 6773 5943 129 39 0 5853 0
[pid=30268] ppid=30246 vsize=391964 CPUtime=0.05 cores=0-7
/proc/30268/stat : 30268 (python) S 30246 30246 29444 0 -1 4202560 942 0 0 0 2 3 0 0 18 0 1 0 661027417 401371136 21114 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550557766 0 0 16781312 514 9324157670703202561 0 0 17 0 0 0 0
/proc/30268/statm: 97991 21114 370 364 0 33894 0
[pid=30270] ppid=30268 vsize=28580 CPUtime=26.75 cores=0-7
/proc/30270/stat : 30270 (SApperloT-base) R 30268 30270 30270 0 -1 4202496 6925 0 0 0 2674 1 0 0 25 0 1 0 661027418 29265920 6558 33554432000 134512640 135674940 4291737568 18446744073709551615 134564285 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30270/statm: 7145 6558 100 284 0 6859 0
[pid=30271] ppid=30246 vsize=402220 CPUtime=0.05 cores=0-7
/proc/30271/stat : 30271 (python) S 30246 30246 29444 0 -1 4202560 952 0 0 0 3 2 0 0 18 0 1 0 661027420 411873280 21118 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550557766 0 0 16781312 514 9324157670703202564 0 0 17 6 0 0 0
/proc/30271/statm: 100555 21118 370 364 0 36455 0
[pid=30273] ppid=30271 vsize=27136 CPUtime=26.72 cores=0-7
/proc/30273/stat : 30273 (lingeling) R 30271 30273 30273 0 -1 4202496 20140 0 0 0 2670 2 0 0 25 0 1 0 661027421 27787264 5954 33554432000 4194304 4352236 140734091553072 18446744073709551615 4208263 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30273/statm: 6784 5954 129 39 0 5864 0
[pid=30274] ppid=30246 vsize=412476 CPUtime=0.06 cores=0-7
/proc/30274/stat : 30274 (python) S 30246 30246 29444 0 -1 4202560 1015 0 0 0 3 3 0 0 18 0 1 0 661027423 422375424 21128 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550557766 0 0 16781312 514 9324157670703202561 0 0 17 0 0 0 0
/proc/30274/statm: 103119 21128 376 364 0 39016 0
[pid=30276] ppid=30274 vsize=107436 CPUtime=26.43 cores=0-7
/proc/30276/stat : 30276 (precosat) R 30274 30276 30276 0 -1 4202496 28114 0 0 0 2640 3 0 0 25 0 1 0 661027423 110014464 26018 33554432000 4194304 4890832 140733460372976 18446744073709551615 4293677 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/30276/statm: 26859 26018 86 171 0 26686 0
[pid=30246/tid=30254] ppid=30244 vsize=422720 CPUtime=0 cores=0-7
/proc/30246/task/30254/stat : 30254 (python) S 30244 30246 29444 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 9 0 661027403 432865280 22645 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 6 0 0 0
[pid=30246/tid=30257] ppid=30244 vsize=422720 CPUtime=0 cores=0-7
/proc/30246/task/30257/stat : 30257 (python) S 30244 30246 29444 0 -1 4202560 19 932 0 0 0 0 0 0 20 0 9 0 661027406 432865280 22645 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 2 0 0 0
[pid=30246/tid=30260] ppid=30244 vsize=422720 CPUtime=0 cores=0-7
/proc/30246/task/30260/stat : 30260 (python) S 30244 30246 29444 0 -1 4202560 20 932 0 0 0 0 0 0 21 0 9 0 661027409 432865280 22645 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 6 0 0 0
[pid=30246/tid=30263] ppid=30244 vsize=422720 CPUtime=0 cores=0-7
/proc/30246/task/30263/stat : 30263 (python) S 30244 30246 29444 0 -1 4202560 26 932 0 0 0 0 0 0 23 0 9 0 661027412 432865280 22645 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 0 0 0 0
[pid=30246/tid=30266] ppid=30244 vsize=422720 CPUtime=0 cores=0-7
/proc/30246/task/30266/stat : 30266 (python) S 30244 30246 29444 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 9 0 661027415 432865280 22645 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 2 0 0 0
[pid=30246/tid=30269] ppid=30244 vsize=422720 CPUtime=0 cores=0-7
/proc/30246/task/30269/stat : 30269 (python) S 30244 30246 29444 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 661027417 432865280 22645 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 2 0 0 0
[pid=30246/tid=30272] ppid=30244 vsize=422720 CPUtime=0 cores=0-7
/proc/30246/task/30272/stat : 30272 (python) S 30244 30246 29444 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 661027420 432865280 22645 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 6 0 0 0
[pid=30246/tid=30275] ppid=30244 vsize=422720 CPUtime=0 cores=0-7
/proc/30246/task/30275/stat : 30275 (python) S 30244 30246 29444 0 -1 4202560 28 932 0 0 0 0 0 0 22 0 9 0 661027423 432865280 22645 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 240.64
Current children cumulated vsize (KiB) 4333612

[startup+53.801 s]
/proc/loadavg: 6.09 4.80 2.95 12/349 30277
/proc/meminfo: memFree=18393396/32951124 swapFree=67056788/67111528
[pid=30246] ppid=30244 vsize=422720 CPUtime=107.49 cores=0-7
/proc/30246/stat : 30246 (python) S 30244 30246 29444 0 -1 4202496 43227 50951 1 0 2652 17 8059 21 17 0 9 0 661024725 432865280 22646 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562367807 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30246/statm: 105680 22646 1890 364 0 41577 0
[pid=30253] ppid=30246 vsize=0 CPUtime=27.05 cores=0-7
/proc/30253/stat : 30253 (python) Z 30246 30246 29444 0 -1 4202588 1215 20077 0 0 4 4 2695 2 19 0 1 0 661027403 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30253/statm: 0 0 0 0 0 0 0
[pid=30259] ppid=30246 vsize=361196 CPUtime=0.07 cores=0-7
/proc/30259/stat : 30259 (python) S 30246 30246 29444 0 -1 4202560 918 0 0 0 4 3 0 0 15 0 1 0 661027408 369864704 21102 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550557766 0 0 16781312 514 9383276216200429828 0 0 17 7 0 0 0
/proc/30259/statm: 90299 21102 370 364 0 26211 0
[pid=30261] ppid=30259 vsize=341548 CPUtime=26.95 cores=0-7
/proc/30261/stat : 30261 (cryptominisat-2) R 30259 30261 30261 0 -1 4202496 89558 0 0 0 2683 12 0 0 25 0 1 0 661027409 349745152 74645 33554432000 4194304 4677096 140735987531040 18446744073709551615 4310521 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30261/statm: 85387 74645 393 118 0 80346 0
[pid=30262] ppid=30246 vsize=371452 CPUtime=0.07 cores=0-7
/proc/30262/stat : 30262 (python) S 30246 30246 29444 0 -1 4202560 983 0 0 0 3 4 0 0 16 0 1 0 661027411 380366848 21111 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562367807 0 0 16781824 2 18446744071562232103 0 0 17 0 0 0 0
/proc/30262/statm: 92863 21111 375 364 0 28772 0
[pid=30264] ppid=30262 vsize=0 CPUtime=26.46 cores=0-7
/proc/30264/stat : 30264 (cryptominisat-2) R 30262 30264 30264 0 -1 4203524 91253 0 0 0 2631 15 0 0 25 0 1 0 661027412 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30264/statm: 0 0 0 0 0 0 0
[pid=30271] ppid=30246 vsize=402220 CPUtime=0.05 cores=0-7
/proc/30271/stat : 30271 (python) S 30246 30246 29444 0 -1 4202560 952 0 0 0 3 2 0 0 18 0 1 0 661027420 411873280 21118 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550557766 0 0 16781312 514 9324157670703202564 0 0 17 6 0 0 0
/proc/30271/statm: 100555 21118 370 364 0 36455 0
[pid=30273] ppid=30271 vsize=28060 CPUtime=26.84 cores=0-7
/proc/30273/stat : 30273 (lingeling) R 30271 30273 30273 0 -1 4202496 20371 0 0 0 2682 2 0 0 25 0 1 0 661027421 28733440 6185 33554432000 4194304 4352236 140734091553072 18446744073709551615 4268080 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30273/statm: 7015 6185 129 39 0 6095 0
[pid=30274] ppid=30246 vsize=412476 CPUtime=0.06 cores=0-7
/proc/30274/stat : 30274 (python) S 30246 30246 29444 0 -1 4202560 1015 0 0 0 3 3 0 0 18 0 1 0 661027423 422375424 21128 33554432000 4194304 5683644 140733496605808 18446744073709551615 271550557766 0 0 16781312 514 9324157670703202561 0 0 17 0 0 0 0
/proc/30274/statm: 103119 21128 376 364 0 39016 0
[pid=30276] ppid=30274 vsize=107436 CPUtime=26.53 cores=0-7
/proc/30276/stat : 30276 (precosat) R 30274 30276 30276 0 -1 4202496 28114 0 0 0 2650 3 0 0 25 0 1 0 661027423 110014464 26018 33554432000 4194304 4890832 140733460372976 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/30276/statm: 26859 26018 86 171 0 26686 0
[pid=30246/tid=30254] ppid=30244 vsize=422720 CPUtime=80.8 cores=0-7
/proc/30246/task/30254/stat : 30254 (python) S 30244 30246 29444 0 -1 4202560 23 50951 0 0 0 0 8059 21 25 0 9 0 661027403 432865280 22646 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 6 0 0 0
[pid=30246/tid=30257] ppid=30244 vsize=422720 CPUtime=80.8 cores=0-7
/proc/30246/task/30257/stat : 30257 (python) S 30244 30246 29444 0 -1 4202560 19 50951 0 0 0 0 8059 21 20 0 9 0 661027406 432865280 22646 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 2 0 0 0
[pid=30246/tid=30260] ppid=30244 vsize=422720 CPUtime=80.8 cores=0-7
/proc/30246/task/30260/stat : 30260 (python) S 30244 30246 29444 0 -1 4202560 20 50951 0 0 0 0 8059 21 21 0 9 0 661027409 432865280 22646 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 6 0 0 0
[pid=30246/tid=30263] ppid=30244 vsize=422720 CPUtime=80.8 cores=0-7
/proc/30246/task/30263/stat : 30263 (python) S 30244 30246 29444 0 -1 4202560 26 50951 0 0 0 0 8059 21 23 0 9 0 661027412 432865280 22646 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 0 0 0 0
[pid=30246/tid=30266] ppid=30244 vsize=422720 CPUtime=80.8 cores=0-7
/proc/30246/task/30266/stat : 30266 (python) S 30244 30246 29444 0 -1 4202560 24 50951 0 0 0 0 8059 21 25 0 9 0 661027415 432865280 22646 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 2 0 0 0
[pid=30246/tid=30269] ppid=30244 vsize=422720 CPUtime=80.8 cores=0-7
/proc/30246/task/30269/stat : 30269 (python) S 30244 30246 29444 0 -1 4202560 24 50951 0 0 0 0 8059 21 20 0 9 0 661027417 432865280 22646 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 2 0 0 0
[pid=30246/tid=30272] ppid=30244 vsize=422720 CPUtime=80.8 cores=0-7
/proc/30246/task/30272/stat : 30272 (python) S 30244 30246 29444 0 -1 4202560 25 50951 0 0 0 0 8059 21 20 0 9 0 661027420 432865280 22646 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 6 0 0 0
[pid=30246/tid=30275] ppid=30244 vsize=422720 CPUtime=80.8 cores=0-7
/proc/30246/task/30275/stat : 30275 (python) S 30244 30246 29444 0 -1 4202560 28 50951 0 0 0 0 8059 21 22 0 9 0 661027423 432865280 22646 33554432000 4194304 5683644 140733496605808 18446744073709551615 271562361265 0 0 16781312 2 18446604452867953024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 241.57
Current children cumulated vsize (KiB) 2447108

Child status: 0
Real time (s): 53.8843
CPU time (s): 241.84
CPU user time (s): 240.834
CPU system time (s): 1.00585
CPU usage (%): 448.814
Max. virtual memory (cumulated for all children) (KiB): 4407532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 240.834
system time used= 1.00585
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 360029
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= 3447
involuntary context switches= 2499

runsolver used 0.199969 second user time and 0.39294 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-15 23:17:48
IDJOB=3380882
IDBENCH=82471
IDSOLVER=1864
FILE ID=node133/3380882-1305494268
RUNJOBID= node133-1305490831-29459
PBS_JOBID= 13325411
Free space on /tmp= 73616 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtvisns2p3-tseitin.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-3380882-1305494268/watcher-3380882-1305494268 -o /tmp/evaluation-result-3380882-1305494268/solver-3380882-1305494268 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380882-1305494268.cnf -seed 321055670 -budget 40000 -cores 8

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

MD5SUM BENCH= 2b5c02650b763b7d13b77ce3fc61aa15
RANDOM SEED=321055670

node133.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19251812 kB
Buffers:        305268 kB
Cached:        3974756 kB
SwapCached:       7644 kB
Active:       10473008 kB
Inactive:      2919820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19251812 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           37488 kB
Writeback:           0 kB
AnonPages:     9111136 kB
Mapped:          28900 kB
Slab:           201660 kB
PageTables:      35364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 64710292 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73588 MiB
End job on node133 at 2011-05-15 23:18:42