Trace number 3378765

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 2755.5 692.018

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer16.shuffled.cnf
MD5SUMf98b1abe53ae4846a5f9102253ed913e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.484926
Satisfiable
(Un)Satisfiability was proved
Number of variables264
Number of clauses1476
Sum of the clauses size3168
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21452
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 524

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-3378765-1305467373.cnf
0.36/0.67	c INFO: computing task features
0.36/0.68	c INFO: computed variable-clause graph statistics
0.36/0.68	c INFO: computed clause balance statistics
0.43/0.70	c INFO: computed variable balance statistics
0.43/0.71	c INFO: computed small-clause counts
0.43/0.71	c INFO: computed Horn-clause counts
0.43/0.71	c INFO: computed variable graph statistics
0.43/0.71	c INFO: collected features for HOME/instance-3378765-1305467373.cnf in 0.04 s
0.43/0.72	c INFO: running lingeling-276@0 for 582 with 1199 remaining (b = 0.57)
0.43/0.73	c INFO: running cryptominisat-2.9.0@0 for 582 with 1199 remaining (b = 0.50)
0.43/0.74	c INFO: running lingeling-276@0 for 1199 with 1199 remaining (b = 0.57)
0.43/0.75	c INFO: running lingeling-276@0 for 582 with 1199 remaining (b = 0.42)
2342.58/588.49	c INFO: running precosat-570@0 for 612 with 612 remaining (b = 0.39)
2354.07/591.39	c INFO: running lingeling-276@0 for 97 with 609 remaining (b = 0.15)
2379.15/597.63	c INFO: running cryptominisat-2.9.0@0 for 603 with 603 remaining (b = 0.25)
2750.25/690.74	c INFO: running cryptominisat-2.9.0@0 for 509 with 509 remaining (b = 0.22)
2755.03/691.99	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-3378765-1305467373/watcher-3378765-1305467373 -o /tmp/evaluation-result-3378765-1305467373/solver-3378765-1305467373 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378765-1305467373.cnf -seed 453097724 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.28 8.18 7.59 5/456 29551
/proc/meminfo: memFree=22515864/32950928 swapFree=38710900/67111528
[pid=29551] ppid=29549 vsize=16240 CPUtime=0 cores=1,3,5,7
/proc/29551/stat : 29551 (python) R 29549 29551 28586 0 -1 4202496 997 0 0 0 0 0 0 0 17 0 1 0 736967974 16629760 870 33554432000 4194304 5683644 140737173517312 18446744073709551615 251367207621 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/29551/statm: 4060 870 368 364 0 547 0

[startup+0.077166 s]
/proc/loadavg: 8.28 8.18 7.59 5/456 29551
/proc/meminfo: memFree=22515864/32950928 swapFree=38710900/67111528
[pid=29551] ppid=29549 vsize=45684 CPUtime=0.04 cores=1,3,5,7
/proc/29551/stat : 29551 (python) R 29549 29551 28586 0 -1 4202496 1888 0 0 0 3 1 0 0 17 0 1 0 736967974 46780416 1662 33554432000 4194304 5683644 140737173517312 18446744073709551615 251367544832 0 2147483391 16781312 2 0 0 0 17 3 0 0 0
/proc/29551/statm: 11421 1662 470 364 0 1170 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 45684

[startup+0.101152 s]
/proc/loadavg: 8.28 8.18 7.59 5/456 29551
/proc/meminfo: memFree=22515864/32950928 swapFree=38710900/67111528
[pid=29551] ppid=29549 vsize=89768 CPUtime=0.06 cores=1,3,5,7
/proc/29551/stat : 29551 (python) R 29549 29551 28586 0 -1 4202496 2672 0 0 0 5 1 0 0 17 0 1 0 736967974 91922432 2388 33554432000 4194304 5683644 140737173517312 18446744073709551615 251367542629 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/29551/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.301111 s]
/proc/loadavg: 8.28 8.18 7.59 5/456 29551
/proc/meminfo: memFree=22515864/32950928 swapFree=38710900/67111528
[pid=29551] ppid=29549 vsize=135748 CPUtime=0.19 cores=1,3,5,7
/proc/29551/stat : 29551 (python) S 29549 29551 28586 0 -1 4202496 5962 934 1 0 14 5 0 0 17 0 1 0 736967974 139005952 4150 33554432000 4194304 5683644 140737173517312 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/29551/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.701042 s]
/proc/loadavg: 8.28 8.18 7.59 5/456 29551
/proc/meminfo: memFree=22515864/32950928 swapFree=38710900/67111528
[pid=29551] ppid=29549 vsize=278120 CPUtime=0.43 cores=1,3,5,7
/proc/29551/stat : 29551 (python) R 29549 29551 28586 0 -1 4202496 9259 934 1 0 33 10 0 0 15 0 1 0 736967974 284794880 6930 33554432000 4194304 5683644 140737173517312 18446744073709551615 47039674229000 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/29551/statm: 69530 6930 1826 364 0 5454 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 278120

[startup+1.50082 s]
/proc/loadavg: 8.01 8.13 7.58 9/469 29568
/proc/meminfo: memFree=22468392/32950928 swapFree=38710900/67111528
[pid=29551] ppid=29549 vsize=319756 CPUtime=0.48 cores=1,3,5,7
/proc/29551/stat : 29551 (python) S 29549 29551 28586 0 -1 4202496 11985 934 1 0 37 11 0 0 22 0 5 0 736967974 327430144 7128 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/29551/statm: 79939 7128 1873 364 0 15848 0
[pid=29557] ppid=29551 vsize=278296 CPUtime=0 cores=1,3,5,7
/proc/29557/stat : 29557 (python) S 29551 29551 28586 0 -1 4202560 711 0 0 0 0 0 0 0 18 0 1 0 736968047 284975104 5485 33554432000 4194304 5683644 140737173517312 18446744073709551615 251367566863 0 0 16781312 514 10355763739520663551 0 0 17 1 0 0 0
/proc/29557/statm: 69574 5485 347 364 0 5492 0
[pid=29559] ppid=29557 vsize=7188 CPUtime=0.76 cores=1,3,5,7
/proc/29559/stat : 29559 (lingeling) R 29557 29559 29559 0 -1 4202496 1539 0 0 0 76 0 0 0 21 0 1 0 736968047 7360512 977 33554432000 4194304 4352236 140736262387856 18446744073709551615 4328625 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/29559/statm: 1797 977 129 39 0 877 0
[pid=29560] ppid=29551 vsize=288932 CPUtime=0 cores=1,3,5,7
/proc/29560/stat : 29560 (python) S 29551 29551 28586 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 736968048 295866368 5586 33554432000 4194304 5683644 140737173517312 18446744073709551615 251367566918 0 0 16781312 514 14726915921331323143 0 0 17 7 0 0 0
/proc/29560/statm: 72233 5586 348 364 0 8148 0
[pid=29562] ppid=29560 vsize=31816 CPUtime=0.75 cores=1,3,5,7
/proc/29562/stat : 29562 (cryptominisat-2) R 29560 29562 29562 0 -1 4202496 2095 0 0 0 75 0 0 0 22 0 1 0 736968048 32579584 1154 33554432000 4194304 4677096 140736497374080 18446744073709551615 4320112 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29562/statm: 7954 1154 383 118 0 2913 0
[pid=29563] ppid=29551 vsize=298896 CPUtime=0 cores=1,3,5,7
/proc/29563/stat : 29563 (python) S 29551 29551 28586 0 -1 4202560 720 0 0 0 0 0 0 0 19 0 1 0 736968049 306069504 5533 33554432000 4194304 5683644 140737173517312 18446744073709551615 251367566918 0 0 16781312 514 3492674281349840895 0 0 17 3 0 0 0
/proc/29563/statm: 74724 5533 344 364 0 10636 0
[pid=29565] ppid=29563 vsize=7380 CPUtime=0.75 cores=1,3,5,7
/proc/29565/stat : 29565 (lingeling) R 29563 29565 29565 0 -1 4202496 1539 0 0 0 75 0 0 0 22 0 1 0 736968049 7557120 1041 33554432000 4194304 4352236 140737435425952 18446744073709551615 4328272 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/29565/statm: 1845 1041 129 39 0 925 0
[pid=29566] ppid=29551 vsize=309512 CPUtime=0 cores=1,3,5,7
/proc/29566/stat : 29566 (python) S 29551 29551 28586 0 -1 4202560 731 0 0 0 0 0 0 0 21 0 1 0 736968050 316940288 5595 33554432000 4194304 5683644 140737173517312 18446744073709551615 251367566918 0 0 16781312 514 12644395543468965887 0 0 17 7 0 0 0
/proc/29566/statm: 77378 5595 344 364 0 13287 0
[pid=29568] ppid=29566 vsize=6736 CPUtime=0.72 cores=1,3,5,7
/proc/29568/stat : 29568 (lingeling) R 29566 29568 29568 0 -1 4202496 1408 0 0 0 72 0 0 0 25 0 1 0 736968050 6897664 880 33554432000 4194304 4352236 140736816015280 18446744073709551615 4329176 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/29568/statm: 1684 880 129 39 0 764 0
[pid=29551/tid=29558] ppid=29549 vsize=319756 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29558/stat : 29558 (python) S 29549 29551 28586 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 5 0 736968047 327430144 7128 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 1 0 0 0
[pid=29551/tid=29561] ppid=29549 vsize=319756 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29561/stat : 29561 (python) S 29549 29551 28586 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 5 0 736968048 327430144 7128 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 7 0 0 0
[pid=29551/tid=29564] ppid=29549 vsize=319756 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29564/stat : 29564 (python) S 29549 29551 28586 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 5 0 736968049 327430144 7128 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 3 0 0 0
[pid=29551/tid=29567] ppid=29549 vsize=319756 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29567/stat : 29567 (python) S 29549 29551 28586 0 -1 4202560 27 934 0 0 0 0 0 0 22 0 5 0 736968050 327430144 7128 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 1548512

[startup+3.10053 s]
/proc/loadavg: 8.01 8.13 7.58 9/469 29568
/proc/meminfo: memFree=22452640/32950928 swapFree=38710900/67111528
[pid=29551] ppid=29549 vsize=319756 CPUtime=0.48 cores=1,3,5,7
/proc/29551/stat : 29551 (python) S 29549 29551 28586 0 -1 4202496 11985 934 1 0 37 11 0 0 22 0 5 0 736967974 327430144 7128 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/29551/statm: 79939 7128 1873 364 0 15848 0
[pid=29557] ppid=29551 vsize=278296 CPUtime=0 cores=1,3,5,7
/proc/29557/stat : 29557 (python) S 29551 29551 28586 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 736968047 284975104 5492 33554432000 4194304 5683644 140737173517312 18446744073709551615 251367566863 0 0 16781312 514 10355763739520631047 0 0 17 1 0 0 0
/proc/29557/statm: 69574 5492 354 364 0 5492 0
[pid=29559] ppid=29557 vsize=9424 CPUtime=2.36 cores=1,3,5,7
/proc/29559/stat : 29559 (lingeling) R 29557 29559 29559 0 -1 4202496 2563 0 0 0 236 0 0 0 25 0 1 0 736968047 9650176 1552 33554432000 4194304 4352236 140736262387856 18446744073709551615 4276518 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/29559/statm: 2356 1552 129 39 0 1436 0
[pid=29560] ppid=29551 vsize=288932 CPUtime=0 cores=1,3,5,7
/proc/29560/stat : 29560 (python) S 29551 29551 28586 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 736968048 295866368 5586 33554432000 4194304 5683644 140737173517312 18446744073709551615 251367566918 0 0 16781312 514 14726915921331323143 0 0 17 1 0 0 0
/proc/29560/statm: 72233 5586 348 364 0 8148 0
[pid=29562] ppid=29560 vsize=68696 CPUtime=2.35 cores=1,3,5,7
/proc/29562/stat : 29562 (cryptominisat-2) R 29560 29562 29562 0 -1 4202496 5032 0 0 0 235 0 0 0 25 0 1 0 736968048 70344704 3276 33554432000 4194304 4677096 140736497374080 18446744073709551615 4320152 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29562/statm: 17174 3276 386 118 0 12133 0
[pid=29563] ppid=29551 vsize=298896 CPUtime=0 cores=1,3,5,7
/proc/29563/stat : 29563 (python) S 29551 29551 28586 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 736968049 306069504 5537 33554432000 4194304 5683644 140737173517312 18446744073709551615 251367566918 0 0 16781312 514 3492674281349808389 0 0 17 3 0 0 0
/proc/29563/statm: 74724 5537 348 364 0 10636 0
[pid=29565] ppid=29563 vsize=9688 CPUtime=2.34 cores=1,3,5,7
/proc/29565/stat : 29565 (lingeling) R 29563 29565 29565 0 -1 4202496 2756 0 0 0 234 0 0 0 25 0 1 0 736968049 9920512 1618 33554432000 4194304 4352236 140737435425952 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/29565/statm: 2422 1618 129 39 0 1502 0
[pid=29566] ppid=29551 vsize=309512 CPUtime=0 cores=1,3,5,7
/proc/29566/stat : 29566 (python) S 29551 29551 28586 0 -1 4202560 750 0 0 0 0 0 0 0 18 0 1 0 736968050 316940288 5599 33554432000 4194304 5683644 140737173517312 18446744073709551615 251367566918 0 0 16781312 514 12644395543468933382 0 0 17 7 0 0 0
/proc/29566/statm: 77378 5599 348 364 0 13287 0
[pid=29568] ppid=29566 vsize=8920 CPUtime=2.31 cores=1,3,5,7
/proc/29568/stat : 29568 (lingeling) R 29566 29568 29568 0 -1 4202496 2626 0 0 0 231 0 0 0 25 0 1 0 736968050 9134080 1426 33554432000 4194304 4352236 140736816015280 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/29568/statm: 2230 1426 129 39 0 1310 0
[pid=29551/tid=29558] ppid=29549 vsize=319756 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29558/stat : 29558 (python) S 29549 29551 28586 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 5 0 736968047 327430144 7128 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 1 0 0 0
[pid=29551/tid=29561] ppid=29549 vsize=319756 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29561/stat : 29561 (python) S 29549 29551 28586 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 5 0 736968048 327430144 7128 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 7 0 0 0
[pid=29551/tid=29564] ppid=29549 vsize=319756 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29564/stat : 29564 (python) S 29549 29551 28586 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 5 0 736968049 327430144 7128 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 3 0 0 0
[pid=29551/tid=29567] ppid=29549 vsize=319756 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29567/stat : 29567 (python) S 29549 29551 28586 0 -1 4202560 27 934 0 0 0 0 0 0 22 0 5 0 736968050 327430144 7128 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.84
Current children cumulated vsize (KiB) 1592120

[startup+6.30094 s]
/proc/loadavg: 8.01 8.13 7.58 9/469 29568
/proc/meminfo: memFree=22441396/32950928 swapFree=38710900/67111528
[pid=29551] ppid=29549 vsize=319756 CPUtime=0.48 cores=1,3,5,7
/proc/29551/stat : 29551 (python) S 29549 29551 28586 0 -1 4202496 11985 934 1 0 37 11 0 0 22 0 5 0 736967974 327430144 7128 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/29551/statm: 79939 7128 1873 364 0 15848 0
[pid=29557] ppid=29551 vsize=278296 CPUtime=0.01 cores=1,3,5,7
/proc/29557/stat : 29557 (python) S 29551 29551 28586 0 -1 4202560 897 0 0 0 0 1 0 0 18 0 1 0 736968047 284975104 5515 33554432000 4194304 5683644 140737173517312 18446744073709551615 251367566863 0 0 16781312 514 10355763739520631047 0 0 17 1 0 0 0
/proc/29557/statm: 69574 5515 377 364 0 5492 0
[pid=29559] ppid=29557 vsize=11608 CPUtime=5.56 cores=1,3,5,7
/proc/29559/stat : 29559 (lingeling) R 29557 29559 29559 0 -1 4202496 4485 0 0 0 556 0 0 0 25 0 1 0 736968047 11886592 2098 33554432000 4194304 4352236 140736262387856 18446744073709551615 4329004 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/29559/statm: 2902 2098 129 39 0 1982 0
[pid=29560] ppid=29551 vsize=288932 CPUtime=0.01 cores=1,3,5,7
/proc/29560/stat : 29560 (python) S 29551 29551 28586 0 -1 4202560 903 0 0 0 0 1 0 0 15 0 1 0 736968048 295866368 5609 33554432000 4194304 5683644 140737173517312 18446744073709551615 251367566918 0 0 16781312 514 14726915921331323143 0 0 17 1 0 0 0
/proc/29560/statm: 72233 5609 371 364 0 8148 0
[pid=29562] ppid=29560 vsize=51132 CPUtime=5.51 cores=1,3,5,7
/proc/29562/stat : 29562 (cryptominisat-2) R 29560 29562 29562 0 -1 4202496 7458 0 0 0 550 1 0 0 25 0 1 0 736968048 52359168 2417 33554432000 4194304 4677096 140736497374080 18446744073709551615 4320166 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29562/statm: 12783 2417 386 118 0 7742 0
[pid=29563] ppid=29551 vsize=298896 CPUtime=0.01 cores=1,3,5,7
/proc/29563/stat : 29563 (python) S 29551 29551 28586 0 -1 4202560 888 0 0 0 1 0 0 0 18 0 1 0 736968049 306069504 5560 33554432000 4194304 5683644 140737173517312 18446744073709551615 251367566918 0 0 16781312 514 3492674281349808389 0 0 17 3 0 0 0
/proc/29563/statm: 74724 5560 371 364 0 10636 0
[pid=29565] ppid=29563 vsize=11868 CPUtime=5.52 cores=1,3,5,7
/proc/29565/stat : 29565 (lingeling) R 29563 29565 29565 0 -1 4202496 4677 0 0 0 552 0 0 0 25 0 1 0 736968049 12152832 2163 33554432000 4194304 4352236 140737435425952 18446744073709551615 4328191 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/29565/statm: 2967 2163 129 39 0 2047 0
[pid=29566] ppid=29551 vsize=309512 CPUtime=0.01 cores=1,3,5,7
/proc/29566/stat : 29566 (python) S 29551 29551 28586 0 -1 4202560 915 0 0 0 0 1 0 0 18 0 1 0 736968050 316940288 5622 33554432000 4194304 5683644 140737173517312 18446744073709551615 251367566918 0 0 16781312 514 12644395543468933382 0 0 17 7 0 0 0
/proc/29566/statm: 77378 5622 371 364 0 13287 0
[pid=29568] ppid=29566 vsize=12376 CPUtime=5.44 cores=1,3,5,7
/proc/29568/stat : 29568 (lingeling) R 29566 29568 29568 0 -1 4202496 4994 0 0 0 544 0 0 0 25 0 1 0 736968050 12673024 2290 33554432000 4194304 4352236 140736816015280 18446744073709551615 4328090 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/29568/statm: 3094 2290 129 39 0 2174 0
[pid=29551/tid=29558] ppid=29549 vsize=319756 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29558/stat : 29558 (python) S 29549 29551 28586 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 5 0 736968047 327430144 7128 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 1 0 0 0
[pid=29551/tid=29561] ppid=29549 vsize=319756 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29561/stat : 29561 (python) S 29549 29551 28586 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 5 0 736968048 327430144 7128 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 7 0 0 0
[pid=29551/tid=29564] ppid=29549 vsize=319756 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29564/stat : 29564 (python) S 29549 29551 28586 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 5 0 736968049 327430144 7128 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 3 0 0 0
[pid=29551/tid=29567] ppid=29549 vsize=319756 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29567/stat : 29567 (python) S 29549 29551 28586 0 -1 4202560 27 934 0 0 0 0 0 0 22 0 5 0 736968050 327430144 7128 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 22.55
Current children cumulated vsize (KiB) 1582376

[startup+12.7008 s]
/proc/loadavg: 8.09 8.14 7.59 9/469 29568
/proc/meminfo: memFree=22441068/32950928 swapFree=38710900/67111528
[pid=29551] ppid=29549 vsize=319756 CPUtime=0.48 cores=1,3,5,7
/proc/29551/stat : 29551 (python) S 29549 29551 28586 0 -1 4202496 11985 934 1 0 37 11 0 0 22 0 5 0 736967974 327430144 7128 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/29551/statm: 79939 7128 1873 364 0 15848 0
[pid=29557] ppid=29551 vsize=278296 CPUtime=0.03 cores=1,3,5,7
/proc/29557/stat : 29557 (python) S 29551 29551 28586 0 -1 4202560 901 0 0 0 1 2 0 0 18 0 1 0 736968047 284975104 5515 33554432000 4194304 5683644 140737173517312 18446744073709551615 251367566863 0 0 16781312 514 5874664238928068871 0 0 17 1 0 0 0
/proc/29557/statm: 69574 5515 377 364 0 5492 0
[pid=29559] ppid=29557 vsize=14680 CPUtime=11.96 cores=1,3,5,7
/proc/29559/stat : 29559 (lingeling) R 29557 29559 29559 0 -1 4202496 7333 0 0 0 1196 0 0 0 25 0 1 0 736968047 15032320 2866 33554432000 4194304 4352236 140736262387856 18446744073709551615 4328151 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/29559/statm: 3670 2866 129 39 0 2750 0
[pid=29560] ppid=29551 vsize=288932 CPUtime=0.03 cores=1,3,5,7

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

/proc/29604/stat : 29604 (python) S 29551 29551 28586 0 -1 4202560 956 0 0 0 17 16 0 0 18 0 1 0 737026824 327442432 5637 33554432000 4194304 5683644 140737173517312 18446744073709551615 251367566918 0 0 16781312 514 5874664238928068869 0 0 17 7 0 0 0
/proc/29604/statm: 79942 5637 371 364 0 15848 0
[pid=29606] ppid=29604 vsize=35328 CPUtime=100.53 cores=1,3,5,7
/proc/29606/stat : 29606 (precosat) R 29604 29606 29606 0 -1 4202496 32555 0 0 0 10043 10 0 0 25 0 1 0 737026824 36175872 8473 33554432000 4194304 4890832 140737267265792 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 3 0 0 0
/proc/29606/statm: 8832 8473 86 171 0 8659 0
[pid=29608] ppid=29551 vsize=330024 CPUtime=0.33 cores=1,3,5,7
/proc/29608/stat : 29608 (python) S 29551 29551 28586 0 -1 4202560 1111 0 0 0 15 18 0 0 19 0 2 0 737027114 337944576 5683 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/29608/statm: 82506 5683 400 364 0 18409 0
[pid=29610] ppid=29608 vsize=32324 CPUtime=98.97 cores=1,3,5,7
/proc/29610/stat : 29610 (lingeling) T 29608 29610 29610 0 -1 4202496 32392 0 0 0 9893 4 0 0 25 0 1 0 737027114 33099776 7277 33554432000 4194304 4352236 140735140113504 18446744073709551615 4328102 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/29610/statm: 8081 7277 129 39 0 7161 0
[pid=29551/tid=29558] ppid=29549 vsize=350764 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29558/stat : 29558 (python) S 29549 29551 28586 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 8 0 736968047 359182336 7207 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 1 0 0 0
[pid=29551/tid=29561] ppid=29549 vsize=350764 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29561/stat : 29561 (python) S 29549 29551 28586 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 8 0 736968048 359182336 7207 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 7 0 0 0
[pid=29551/tid=29564] ppid=29549 vsize=350764 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29564/stat : 29564 (python) S 29549 29551 28586 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 8 0 736968049 359182336 7207 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 3 0 0 0
[pid=29551/tid=29567] ppid=29549 vsize=350764 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29567/stat : 29567 (python) S 29549 29551 28586 0 -1 4202560 27 934 0 0 0 0 0 0 22 0 8 0 736968050 359182336 7207 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 7 0 0 0
[pid=29551/tid=29605] ppid=29549 vsize=350764 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29605/stat : 29605 (python) S 29549 29551 28586 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 8 0 737026824 359182336 7207 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 7 0 0 0
[pid=29551/tid=29609] ppid=29549 vsize=350764 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29609/stat : 29609 (python) S 29549 29551 28586 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 8 0 737027114 359182336 7207 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2751.44
Current children cumulated vsize (KiB) 2500060

[startup+691.501 s]
/proc/loadavg: 4.12 4.54 5.78 5/452 29623
/proc/meminfo: memFree=23373212/32950928 swapFree=38710900/67111528
[pid=29551] ppid=29549 vsize=350764 CPUtime=0.51 cores=1,3,5,7
/proc/29551/stat : 29551 (python) S 29549 29551 28586 0 -1 4202496 14380 934 1 0 39 12 0 0 19 0 8 0 736967974 359182336 7207 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/29551/statm: 87691 7207 1880 364 0 23591 0
[pid=29557] ppid=29551 vsize=288540 CPUtime=1.85 cores=1,3,5,7
/proc/29557/stat : 29557 (python) S 29551 29551 28586 0 -1 4202560 1189 0 0 0 89 96 0 0 19 0 2 0 736968047 295464960 5558 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29557/statm: 72135 5558 415 364 0 8053 0
[pid=29559] ppid=29557 vsize=45336 CPUtime=587.75 cores=1,3,5,7
/proc/29559/stat : 29559 (lingeling) T 29557 29559 29559 0 -1 4202496 134663 0 0 0 58760 15 0 0 25 0 1 0 736968047 46424064 10530 33554432000 4194304 4352236 140736262387856 18446744073709551615 4328832 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/29559/statm: 11334 10530 129 39 0 10414 0
[pid=29557/tid=29603] ppid=29551 vsize=288540 CPUtime=0 cores=1,3,5,7
/proc/29557/task/29603/stat : 29603 (python) S 29551 29551 28586 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 737026823 295464960 5558 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 514 18446604459618799680 0 0 -1 1 0 0 0
[pid=29560] ppid=29551 vsize=288932 CPUtime=2.26 cores=1,3,5,7
/proc/29560/stat : 29560 (python) S 29551 29551 28586 0 -1 4202560 1171 0 0 0 106 120 0 0 15 0 2 0 736968048 295866368 5639 33554432000 4194304 5683644 140737173517312 18446744073709551615 251367566918 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29560/statm: 72233 5639 400 364 0 8148 0
[pid=29562] ppid=29560 vsize=98872 CPUtime=680.73 cores=1,3,5,7
/proc/29562/stat : 29562 (cryptominisat-2) R 29560 29562 29562 0 -1 4202496 220120 0 0 0 68010 63 0 0 25 0 1 0 736968048 101244928 17057 33554432000 4194304 4677096 140736497374080 18446744073709551615 4355533 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29562/statm: 24718 17057 386 118 0 19677 0
[pid=29560/tid=29607] ppid=29551 vsize=288932 CPUtime=0 cores=1,3,5,7
/proc/29560/task/29607/stat : 29607 (python) S 29551 29551 28586 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 737027113 295866368 5639 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 514 18446604462093866176 0 0 -1 1 0 0 0
[pid=29563] ppid=29551 vsize=298896 CPUtime=2.23 cores=1,3,5,7
/proc/29563/stat : 29563 (python) S 29551 29551 28586 0 -1 4202560 966 0 0 0 106 117 0 0 18 0 1 0 736968049 306069504 5560 33554432000 4194304 5683644 140737173517312 18446744073709551615 251367566918 0 0 16781312 514 5874664238928068869 0 0 17 3 0 0 0
/proc/29563/statm: 74724 5560 371 364 0 10636 0
[pid=29565] ppid=29563 vsize=43364 CPUtime=687.59 cores=1,3,5,7
/proc/29565/stat : 29565 (lingeling) R 29563 29565 29565 0 -1 4202496 154823 0 0 0 68740 19 0 0 25 0 1 0 736968049 44404736 10037 33554432000 4194304 4352236 140737435425952 18446744073709551615 4328000 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29565/statm: 10841 10037 129 39 0 9921 0
[pid=29566] ppid=29551 vsize=309512 CPUtime=1.93 cores=1,3,5,7
/proc/29566/stat : 29566 (python) S 29551 29551 28586 0 -1 4202560 1149 0 0 0 91 102 0 0 19 0 2 0 736968050 316940288 5652 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/29566/statm: 77378 5652 400 364 0 13287 0
[pid=29568] ppid=29566 vsize=58400 CPUtime=587.23 cores=1,3,5,7
/proc/29568/stat : 29568 (lingeling) T 29566 29568 29568 0 -1 4202496 132933 0 0 0 58706 17 0 0 25 0 1 0 736968050 59801600 13796 33554432000 4194304 4352236 140736816015280 18446744073709551615 4328102 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/29568/statm: 14600 13796 129 39 0 13680 0
[pid=29566/tid=29611] ppid=29551 vsize=309512 CPUtime=0 cores=1,3,5,7
/proc/29566/task/29611/stat : 29611 (python) S 29551 29551 28586 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 737027738 316940288 5652 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 514 18446604468741597888 0 0 -1 3 0 0 0
[pid=29604] ppid=29551 vsize=319768 CPUtime=0.33 cores=1,3,5,7
/proc/29604/stat : 29604 (python) S 29551 29551 28586 0 -1 4202560 956 0 0 0 17 16 0 0 18 0 1 0 737026824 327442432 5637 33554432000 4194304 5683644 140737173517312 18446744073709551615 251367566918 0 0 16781312 514 5874664238928068869 0 0 17 7 0 0 0
/proc/29604/statm: 79942 5637 371 364 0 15848 0
[pid=29606] ppid=29604 vsize=35968 CPUtime=100.93 cores=1,3,5,7
/proc/29606/stat : 29606 (precosat) R 29604 29606 29606 0 -1 4202496 32670 0 0 0 10083 10 0 0 25 0 1 0 737026824 36831232 8588 33554432000 4194304 4890832 140737267265792 18446744073709551615 4293282 0 0 16781312 17442 0 0 0 17 3 0 0 0
/proc/29606/statm: 8992 8588 86 171 0 8819 0
[pid=29608] ppid=29551 vsize=330024 CPUtime=0.33 cores=1,3,5,7
/proc/29608/stat : 29608 (python) S 29551 29551 28586 0 -1 4202560 1111 0 0 0 15 18 0 0 19 0 2 0 737027114 337944576 5683 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/29608/statm: 82506 5683 400 364 0 18409 0
[pid=29610] ppid=29608 vsize=32324 CPUtime=98.97 cores=1,3,5,7
/proc/29610/stat : 29610 (lingeling) T 29608 29610 29610 0 -1 4202496 32392 0 0 0 9893 4 0 0 25 0 1 0 737027114 33099776 7277 33554432000 4194304 4352236 140735140113504 18446744073709551615 4328102 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/29610/statm: 8081 7277 129 39 0 7161 0
[pid=29551/tid=29558] ppid=29549 vsize=350764 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29558/stat : 29558 (python) S 29549 29551 28586 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 8 0 736968047 359182336 7207 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 1 0 0 0
[pid=29551/tid=29561] ppid=29549 vsize=350764 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29561/stat : 29561 (python) S 29549 29551 28586 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 8 0 736968048 359182336 7207 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 7 0 0 0
[pid=29551/tid=29564] ppid=29549 vsize=350764 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29564/stat : 29564 (python) S 29549 29551 28586 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 8 0 736968049 359182336 7207 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 3 0 0 0
[pid=29551/tid=29567] ppid=29549 vsize=350764 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29567/stat : 29567 (python) S 29549 29551 28586 0 -1 4202560 27 934 0 0 0 0 0 0 22 0 8 0 736968050 359182336 7207 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 7 0 0 0
[pid=29551/tid=29605] ppid=29549 vsize=350764 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29605/stat : 29605 (python) S 29549 29551 28586 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 8 0 737026824 359182336 7207 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 7 0 0 0
[pid=29551/tid=29609] ppid=29549 vsize=350764 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29609/stat : 29609 (python) S 29549 29551 28586 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 8 0 737027114 359182336 7207 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2752.64
Current children cumulated vsize (KiB) 2500700

[startup+691.917 s]
/proc/loadavg: 4.12 4.54 5.78 5/456 29627
/proc/meminfo: memFree=23361884/32950928 swapFree=38710900/67111528
[pid=29551] ppid=29549 vsize=350764 CPUtime=0.51 cores=1,3,5,7
/proc/29551/stat : 29551 (python) S 29549 29551 28586 0 -1 4202496 14380 934 1 0 39 12 0 0 19 0 8 0 736967974 359182336 7207 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/29551/statm: 87691 7207 1880 364 0 23591 0
[pid=29557] ppid=29551 vsize=288540 CPUtime=1.85 cores=1,3,5,7
/proc/29557/stat : 29557 (python) S 29551 29551 28586 0 -1 4202560 1189 0 0 0 89 96 0 0 19 0 2 0 736968047 295464960 5558 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29557/statm: 72135 5558 415 364 0 8053 0
[pid=29559] ppid=29557 vsize=45336 CPUtime=587.75 cores=1,3,5,7
/proc/29559/stat : 29559 (lingeling) T 29557 29559 29559 0 -1 4202496 134663 0 0 0 58760 15 0 0 25 0 1 0 736968047 46424064 10530 33554432000 4194304 4352236 140736262387856 18446744073709551615 4328832 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/29559/statm: 11334 10530 129 39 0 10414 0
[pid=29557/tid=29603] ppid=29551 vsize=288540 CPUtime=0 cores=1,3,5,7
/proc/29557/task/29603/stat : 29603 (python) S 29551 29551 28586 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 737026823 295464960 5558 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 514 18446604459618799680 0 0 -1 1 0 0 0
[pid=29560] ppid=29551 vsize=288932 CPUtime=2.26 cores=1,3,5,7
/proc/29560/stat : 29560 (python) S 29551 29551 28586 0 -1 4202560 1171 0 0 0 106 120 0 0 15 0 2 0 736968048 295866368 5639 33554432000 4194304 5683644 140737173517312 18446744073709551615 251367566918 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29560/statm: 72233 5639 400 364 0 8148 0
[pid=29562] ppid=29560 vsize=98872 CPUtime=681.15 cores=1,3,5,7
/proc/29562/stat : 29562 (cryptominisat-2) R 29560 29562 29562 0 -1 4202496 220125 0 0 0 68052 63 0 0 25 0 1 0 736968048 101244928 17062 33554432000 4194304 4677096 140736497374080 18446744073709551615 4320150 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29562/statm: 24718 17062 386 118 0 19677 0
[pid=29560/tid=29607] ppid=29551 vsize=288932 CPUtime=0 cores=1,3,5,7
/proc/29560/task/29607/stat : 29607 (python) S 29551 29551 28586 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 737027113 295866368 5639 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 514 18446604462093866176 0 0 -1 1 0 0 0
[pid=29563] ppid=29551 vsize=298896 CPUtime=2.23 cores=1,3,5,7
/proc/29563/stat : 29563 (python) S 29551 29551 28586 0 -1 4202560 966 0 0 0 106 117 0 0 18 0 1 0 736968049 306069504 5560 33554432000 4194304 5683644 140737173517312 18446744073709551615 251367566918 0 0 16781312 514 5874664238928068869 0 0 17 3 0 0 0
/proc/29563/statm: 74724 5560 371 364 0 10636 0
[pid=29565] ppid=29563 vsize=43364 CPUtime=688 cores=1,3,5,7
/proc/29565/stat : 29565 (lingeling) R 29563 29565 29565 0 -1 4202496 154823 0 0 0 68781 19 0 0 25 0 1 0 736968049 44404736 10037 33554432000 4194304 4352236 140737435425952 18446744073709551615 4276615 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29565/statm: 10841 10037 129 39 0 9921 0
[pid=29566] ppid=29551 vsize=309512 CPUtime=1.93 cores=1,3,5,7
/proc/29566/stat : 29566 (python) S 29551 29551 28586 0 -1 4202560 1149 0 0 0 91 102 0 0 19 0 2 0 736968050 316940288 5652 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/29566/statm: 77378 5652 400 364 0 13287 0
[pid=29568] ppid=29566 vsize=58400 CPUtime=587.23 cores=1,3,5,7
/proc/29568/stat : 29568 (lingeling) T 29566 29568 29568 0 -1 4202496 132933 0 0 0 58706 17 0 0 25 0 1 0 736968050 59801600 13796 33554432000 4194304 4352236 140736816015280 18446744073709551615 4328102 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/29568/statm: 14600 13796 129 39 0 13680 0
[pid=29566/tid=29611] ppid=29551 vsize=309512 CPUtime=0 cores=1,3,5,7
/proc/29566/task/29611/stat : 29611 (python) S 29551 29551 28586 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 737027738 316940288 5652 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 514 18446604468741597888 0 0 -1 3 0 0 0
[pid=29604] ppid=29551 vsize=319768 CPUtime=0.33 cores=1,3,5,7
/proc/29604/stat : 29604 (python) S 29551 29551 28586 0 -1 4202560 956 0 0 0 17 16 0 0 18 0 1 0 737026824 327442432 5637 33554432000 4194304 5683644 140737173517312 18446744073709551615 251367566918 0 0 16781312 514 5874664238928068869 0 0 17 7 0 0 0
/proc/29604/statm: 79942 5637 371 364 0 15848 0
[pid=29606] ppid=29604 vsize=36672 CPUtime=101.35 cores=1,3,5,7
/proc/29606/stat : 29606 (precosat) R 29604 29606 29606 0 -1 4202496 32794 0 0 0 10125 10 0 0 25 0 1 0 737026824 37552128 8712 33554432000 4194304 4890832 140737267265792 18446744073709551615 4238665 0 0 16781312 17442 0 0 0 17 3 0 0 0
/proc/29606/statm: 9168 8712 86 171 0 8995 0
[pid=29608] ppid=29551 vsize=330024 CPUtime=0.33 cores=1,3,5,7
/proc/29608/stat : 29608 (python) S 29551 29551 28586 0 -1 4202560 1111 0 0 0 15 18 0 0 19 0 2 0 737027114 337944576 5683 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/29608/statm: 82506 5683 400 364 0 18409 0
[pid=29610] ppid=29608 vsize=32324 CPUtime=98.97 cores=1,3,5,7
/proc/29610/stat : 29610 (lingeling) T 29608 29610 29610 0 -1 4202496 32392 0 0 0 9893 4 0 0 25 0 1 0 737027114 33099776 7277 33554432000 4194304 4352236 140735140113504 18446744073709551615 4328102 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/29610/statm: 8081 7277 129 39 0 7161 0
[pid=29608/tid=29624] ppid=29551 vsize=330024 CPUtime=0 cores=1,3,5,7
/proc/29608/task/29624/stat : 29624 (python) S 29551 29551 28586 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 737037048 337944576 5683 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 514 18446604461056129792 0 0 -1 7 0 0 0
[pid=29625] ppid=29551 vsize=340520 CPUtime=0 cores=1,3,5,7
/proc/29625/stat : 29625 (python) S 29551 29551 28586 0 -1 4202560 771 0 0 0 0 0 0 0 15 0 1 0 737037049 348692480 5671 33554432000 4194304 5683644 140737173517312 18446744073709551615 251367566918 0 0 16781312 514 16359629115927527686 0 0 17 7 0 0 0
/proc/29625/statm: 85130 5671 348 364 0 21030 0
[pid=29627] ppid=29625 vsize=50892 CPUtime=1.14 cores=1,3,5,7
/proc/29627/stat : 29627 (cryptominisat-2) R 29625 29627 29627 0 -1 4202496 3334 0 0 0 114 0 0 0 25 0 1 0 737037049 52113408 2364 33554432000 4194304 4677096 140733313868144 18446744073709551615 4319571 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/29627/statm: 12723 2364 386 118 0 7682 0
[pid=29551/tid=29558] ppid=29549 vsize=350764 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29558/stat : 29558 (python) S 29549 29551 28586 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 8 0 736968047 359182336 7207 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 1 0 0 0
[pid=29551/tid=29561] ppid=29549 vsize=350764 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29561/stat : 29561 (python) S 29549 29551 28586 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 8 0 736968048 359182336 7207 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 7 0 0 0
[pid=29551/tid=29564] ppid=29549 vsize=350764 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29564/stat : 29564 (python) S 29549 29551 28586 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 8 0 736968049 359182336 7207 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 3 0 0 0
[pid=29551/tid=29567] ppid=29549 vsize=350764 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29567/stat : 29567 (python) S 29549 29551 28586 0 -1 4202560 27 934 0 0 0 0 0 0 22 0 8 0 736968050 359182336 7207 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 7 0 0 0
[pid=29551/tid=29605] ppid=29549 vsize=350764 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29605/stat : 29605 (python) S 29549 29551 28586 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 8 0 737026824 359182336 7207 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 7 0 0 0
[pid=29551/tid=29609] ppid=29549 vsize=350764 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29609/stat : 29609 (python) S 29549 29551 28586 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 8 0 737027114 359182336 7207 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 7 0 0 0
[pid=29551/tid=29626] ppid=29549 vsize=350764 CPUtime=0 cores=1,3,5,7
/proc/29551/task/29626/stat : 29626 (python) S 29549 29551 28586 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 8 0 737037049 359182336 7207 33554432000 4194304 5683644 140737173517312 18446744073709551615 251379370417 0 0 16781312 2 18446604461011433600 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2755.03
Current children cumulated vsize (KiB) 2892816

[startup+692.002 s]
/proc/loadavg: 4.12 4.54 5.78 5/456 29627
/proc/meminfo: memFree=23361884/32950928 swapFree=38710900/67111528
[pid=29551] ppid=29549 vsize=309692 CPUtime=2755.47 cores=1,3,5,7
/proc/29551/stat : 29551 (python) R 29549 29551 28586 0 -1 4202496 16561 719654 1 0 39 12 274890 606 17 0 1 0 736967974 317124608 7176 33554432000 4194304 5683644 140737173517312 18446744073709551615 5114052 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29551/statm: 77423 7176 1865 364 0 13347 0
Current children cumulated CPU time (s) 2755.47
Current children cumulated vsize (KiB) 309692

Child status: 0
Real time (s): 692.018
CPU time (s): 2755.5
CPU user time (s): 2749.31
CPU system time (s): 6.19206
CPU usage (%): 398.183
Max. virtual memory (cumulated for all children) (KiB): 2892816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2749.31
system time used= 6.19206
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 738425
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= 6118
involuntary context switches= 21723

runsolver used 2.79557 second user time and 7.28389 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-15 15:49:33
IDJOB=3378765
IDBENCH=87943
IDSOLVER=1860
FILE ID=node113/3378765-1305467373
RUNJOBID= node113-1305463540-28605
PBS_JOBID= 13325001
Free space on /tmp= 73376 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT02/industrial/aloul/Homer/homer16.shuffled.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-3378765-1305467373/watcher-3378765-1305467373 -o /tmp/evaluation-result-3378765-1305467373/solver-3378765-1305467373 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378765-1305467373.cnf -seed 453097724 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f98b1abe53ae4846a5f9102253ed913e
RANDOM SEED=453097724

node113.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.846
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.69
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.846
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.76
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.846
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.846
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.846
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.846
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.846
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.83
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.846
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:     32950928 kB
MemFree:      22515896 kB
Buffers:        289024 kB
Cached:        3165824 kB
SwapCached:      93704 kB
Active:        3306236 kB
Inactive:      6829884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22515896 kB
SwapTotal:    67111528 kB
SwapFree:     38710900 kB
Dirty:           31856 kB
Writeback:           0 kB
AnonPages:     6599644 kB
Mapped:          29232 kB
Slab:           122612 kB
PageTables:     108936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 131741936 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= 73380 MiB
End job on node113 at 2011-05-15 16:01:05