Trace number 3498255

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-seq-industrial (fixed)UNSAT 3754.77 3779.46

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-03.cnf
MD5SUM8c67f78ca36ec96e662a91c74844da21
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark136.848
Satisfiable
(Un)Satisfiability was proved
Number of variables3114
Number of clauses10827
Sum of the clauses size28341
Maximum clause length119
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24934
Number of clauses of size 35378
Number of clauses of size 4408
Number of clauses of size 584
Number of clauses of size over 522

Solver Data

0.57/30.54	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.57/30.54	c INFO: solving HOME/instance-3498255-1307953113.cnf
0.57/30.54	c INFO: computing task features
0.57/30.57	c INFO: computed variable-clause graph statistics
0.57/30.57	c INFO: computed clause balance statistics
0.74/30.75	c INFO: computed variable balance statistics
0.84/30.88	c INFO: computed small-clause counts
0.84/30.88	c INFO: computed Horn-clause counts
0.94/30.91	c INFO: computed variable graph statistics
0.94/30.91	c INFO: collected features for HOME/instance-3498255-1307953113.cnf in 0.37 s
0.95/31.05	c INFO: running lingeling-276@0 for 97 with 4999 remaining (b = 0.28)
101.10/131.19	c INFO: running lingeling-276@100 for 97 with 4899 remaining (b = 0.15)
196.43/226.30	c INFO: running lingeling-276@0 for 97 with 4804 remaining (b = 0.17)
296.62/326.43	c INFO: running lingeling-276@195 for 388 with 4704 remaining (b = 0.31)
688.51/717.87	c INFO: running cryptominisat-2.9.0@0 for 485 with 4312 remaining (b = 0.33)
1178.69/1207.31	c INFO: running lingeling-276@100 for 97 with 3823 remaining (b = 0.10)
1275.92/1304.45	c INFO: running precosat-570@0 for 194 with 3726 remaining (b = 0.20)
1472.51/1500.75	c INFO: running cryptominisat-2.9.0@0 for 97 with 3530 remaining (b = 0.09)
1573.17/1601.20	c INFO: running precosat-570@196 for 97 with 3430 remaining (b = 0.06)
1670.43/1698.37	c INFO: running cryptominisat-2.9.0@489 for 97 with 3333 remaining (b = 0.06)
1766.79/1794.53	c INFO: running lingeling-276@197 for 388 with 3236 remaining (b = 0.21)
2152.90/2180.06	c INFO: running cryptominisat-2.9.0@100 for 388 with 2851 remaining (b = 0.21)
2540.05/2566.58	c INFO: running lingeling-276@0 for 194 with 2465 remaining (b = 0.19)
2736.52/2762.83	c INFO: running precosat-570@0 for 97 with 2269 remaining (b = 0.07)
2836.75/2862.97	c INFO: running precosat-570@100 for 97 with 2168 remaining (b = 0.04)
2932.09/2958.10	c INFO: running cryptominisat-2.9.0@0 for 97 with 2073 remaining (b = 0.05)
3032.51/3058.46	c INFO: running precosat-570@293 for 97 with 1973 remaining (b = 0.04)
3129.86/3155.61	c INFO: running lingeling-276@586 for 485 with 1876 remaining (b = 0.17)
3612.00/3637.18	c INFO: running cryptominisat-2.9.0@585 for 1394 with 1394 remaining (b = 0.38)
3754.51/3779.43	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.1 (svn: 989)

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 /var/tmp/evaluation-result-3498255-1307953113/watcher-3498255-1307953113 -o /var/tmp/evaluation-result-3498255-1307953113/solver-3498255-1307953113 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498255-1307953113.cnf -seed 1825549681 -budget 5000 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 0.08 0.02 0.01 1/173 26815
/proc/meminfo: memFree=16279824/32951124 swapFree=67053956/67111528
[pid=26815] ppid=26813 vsize=11804 CPUtime=0 cores=0,2,4,6
/proc/26815/stat : 26815 (runsolver) S 26813 26815 26778 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 1 0 887727004 12087296 55 33554432000 4194304 5436572 140736474527520 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699207358 0 0 17 2 0 0 0
/proc/26815/statm: 2951 55 36 304 0 2643 0

[startup+0.0833201 s]
/proc/loadavg: 0.08 0.02 0.01 1/173 26815
/proc/meminfo: memFree=16279824/32951124 swapFree=67053956/67111528
[pid=26815] ppid=26813 vsize=14820 CPUtime=0 cores=0,2,4,6
/proc/26815/stat : 26815 (python) S 26813 26815 26778 0 -1 4202496 508 0 6 0 0 0 0 0 17 0 1 0 887727004 15175680 420 33554432000 4194304 5683644 140733563074720 18446744073709551615 228095446885 0 2147483391 4096 0 18446744071699207358 0 0 17 2 0 0 3
/proc/26815/statm: 3705 424 263 364 0 192 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14820

[startup+0.100293 s]
/proc/loadavg: 0.08 0.02 0.01 1/173 26815
/proc/meminfo: memFree=16279824/32951124 swapFree=67053956/67111528
[pid=26815] ppid=26813 vsize=15080 CPUtime=0 cores=0,2,4,6
/proc/26815/stat : 26815 (python) S 26813 26815 26778 0 -1 4202496 612 0 6 0 0 0 0 0 17 0 1 0 887727004 15441920 513 33554432000 4194304 5683644 140733563074720 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 3
/proc/26815/statm: 3770 513 300 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.300268 s]
/proc/loadavg: 0.08 0.02 0.01 1/173 26815
/proc/meminfo: memFree=16279824/32951124 swapFree=67053956/67111528
[pid=26815] ppid=26813 vsize=15388 CPUtime=0 cores=0,2,4,6
/proc/26815/stat : 26815 (python) S 26813 26815 26778 0 -1 4202496 791 0 6 0 0 0 0 0 16 0 1 0 887727004 15757312 682 33554432000 4194304 5683644 140733563074720 18446744073709551615 228095446964 0 2147483391 16781312 2 18446744071699953811 0 0 17 2 0 0 6
/proc/26815/statm: 3847 682 322 364 0 334 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15388

[startup+0.701232 s]
/proc/loadavg: 0.08 0.02 0.01 1/173 26815
/proc/meminfo: memFree=16279824/32951124 swapFree=67053956/67111528
[pid=26815] ppid=26813 vsize=16400 CPUtime=0.01 cores=0,2,4,6
/proc/26815/stat : 26815 (python) D 26813 26815 26778 0 -1 4202496 1113 0 6 0 1 0 0 0 16 0 1 0 887727004 16793600 985 33554432000 4194304 5683644 140733563074720 18446744073709551615 228095446885 0 0 16781312 2 0 0 0 17 2 0 0 10
/proc/26815/statm: 4100 985 409 364 0 587 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16400

[startup+1.50102 s]
/proc/loadavg: 0.08 0.02 0.01 1/178 26825
/proc/meminfo: memFree=16268704/32951124 swapFree=67053956/67111528
[pid=26815] ppid=26813 vsize=16400 CPUtime=0.01 cores=0,2,4,6
/proc/26815/stat : 26815 (python) D 26813 26815 26778 0 -1 4202496 1149 0 6 0 1 0 0 0 15 0 1 0 887727004 16793600 1019 33554432000 4194304 5683644 140733563074720 18446744073709551615 228095449088 0 0 16781312 2 0 0 0 17 2 0 0 11
/proc/26815/statm: 4100 1019 413 364 0 587 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16400

[startup+3.10069 s]
/proc/loadavg: 0.08 0.02 0.01 1/178 26825
/proc/meminfo: memFree=16266856/32951124 swapFree=67053956/67111528
[pid=26815] ppid=26813 vsize=18892 CPUtime=0.03 cores=0,2,4,6
/proc/26815/stat : 26815 (python) S 26813 26815 26778 0 -1 4202496 1233 0 7 0 2 1 0 0 15 0 1 0 887727004 19345408 1094 33554432000 4194304 5683644 140733563074720 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 21
/proc/26815/statm: 4723 1094 421 364 0 692 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18892
heavy processes:

[startup+6.30115 s]
/proc/loadavg: 0.23 0.05 0.02 1/178 26825
/proc/meminfo: memFree=16265400/32951124 swapFree=67053956/67111528
[pid=26815] ppid=26813 vsize=36508 CPUtime=0.07 cores=0,2,4,6
/proc/26815/stat : 26815 (python) D 26813 26815 26778 0 -1 4202496 1565 0 13 0 5 2 0 0 15 0 1 0 887727004 37384192 1411 33554432000 4194304 5683644 140733563074720 18446744073709551615 228095446885 0 0 16781312 2 0 0 0 17 2 0 0 33
/proc/26815/statm: 9127 1411 452 364 0 944 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 36508
heavy processes:

[startup+12.701 s]
/proc/loadavg: 0.21 0.05 0.02 1/178 26826
/proc/meminfo: memFree=16257064/32951124 swapFree=67053956/67111528
[pid=26815] ppid=26813 vsize=85360 CPUtime=0.11 cores=0,2,4,6
/proc/26815/stat : 26815 (python) D 26813 26815 26778 0 -1 4202496 2562 0 21 0 7 4 0 0 16 0 1 0 887727004 87408640 2307 33554432000 4194304 5683644 140733563074720 18446744073709551615 228095446885 0 0 16781312 2 0 0 0 17 2 0 0 88
/proc/26815/statm: 21340 2307 707 364 0 1557 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 85360
heavy processes:

[startup+25.5006 s]
/proc/loadavg: 0.39 0.09 0.03 1/178 26834
/proc/meminfo: memFree=16216452/32951124 swapFree=67053956/67111528
[pid=26815] ppid=26813 vsize=198920 CPUtime=0.41 cores=0,2,4,6
/proc/26815/stat : 26815 (python) S 26813 26815 26778 0 -1 4202496 6968 925 80 10 25 16 0 0 15 0 1 0 887727004 203694080 5076 33554432000 4194304 5683644 140733563074720 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 259
/proc/26815/statm: 49730 5076 1486 364 0 3757 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 198920
heavy processes:

[startup+51.1009 s]
/proc/loadavg: 0.95 0.25 0.08 3/181 26838
/proc/meminfo: memFree=16103804/32951124 swapFree=67053956/67111528
[pid=26815] ppid=26813 vsize=290212 CPUtime=0.97 cores=0,2,4,6
/proc/26815/stat : 26815 (python) S 26813 26815 26778 0 -1 4202496 10082 925 114 10 76 21 0 0 18 0 2 0 887727004 297177088 7455 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 372
/proc/26815/statm: 72553 7455 1875 364 0 8471 0
[pid=26835] ppid=26815 vsize=279968 CPUtime=0.01 cores=0,2,4,6
/proc/26835/stat : 26835 (python) S 26815 26815 26778 0 -1 4202560 974 0 0 0 0 1 0 0 15 0 1 0 887730110 286687232 5958 33554432000 4194304 5683644 140733563074720 18446744073709551615 228095471119 0 0 16781312 514 14126894829572948228 0 0 17 2 0 0 0
/proc/26835/statm: 69992 5958 382 364 0 5910 0
[pid=26837] ppid=26835 vsize=9880 CPUtime=20.03 cores=0,2,4,6
/proc/26837/stat : 26837 (lingeling) R 26835 26837 26837 0 -1 4202496 5468 0 0 0 2003 0 0 0 25 0 1 0 887730111 10117120 1671 33554432000 4194304 4352236 140733302590320 18446744073709551615 4328102 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/26837/statm: 2470 1671 129 39 0 1550 0
[pid=26815/tid=26836] ppid=26813 vsize=290212 CPUtime=0 cores=0,2,4,6
/proc/26815/task/26836/stat : 26836 (python) S 26813 26815 26778 0 -1 4202560 28 925 0 10 0 0 0 0 18 0 2 0 887730110 297177088 7455 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 2 18446604453915229184 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 21.01
Current children cumulated vsize (KiB) 580060
heavy processes:

[startup+102.307 s]
/proc/loadavg: 1.54 0.51 0.18 3/184 26842
/proc/meminfo: memFree=15989620/32951124 swapFree=67053956/67111528
[pid=26815] ppid=26813 vsize=290212 CPUtime=0.97 cores=0,2,4,6
/proc/26815/stat : 26815 (python) S 26813 26815 26778 0 -1 4202496 10082 925 114 10 76 21 0 0 18 0 2 0 887727004 297177088 7455 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 372
/proc/26815/statm: 72553 7455 1875 364 0 8471 0
[pid=26835] ppid=26815 vsize=279968 CPUtime=0.08 cores=0,2,4,6
/proc/26835/stat : 26835 (python) S 26815 26815 26778 0 -1 4202560 997 0 0 0 4 4 0 0 15 0 1 0 887730110 286687232 5958 33554432000 4194304 5683644 140733563074720 18446744073709551615 228095471119 0 0 16781312 514 14126894829572948228 0 0 17 2 0 0 0
/proc/26835/statm: 69992 5958 382 364 0 5910 0
[pid=26837] ppid=26835 vsize=17184 CPUtime=71.23 cores=0,2,4,6
/proc/26837/stat : 26837 (lingeling) R 26835 26837 26837 0 -1 4202496 15454 0 0 0 7122 1 0 0 25 0 1 0 887730111 17596416 3497 33554432000 4194304 4352236 140733302590320 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/26837/statm: 4296 3497 129 39 0 3376 0
[pid=26815/tid=26836] ppid=26813 vsize=290212 CPUtime=0 cores=0,2,4,6
/proc/26815/task/26836/stat : 26836 (python) S 26813 26815 26778 0 -1 4202560 28 925 0 10 0 0 0 0 18 0 2 0 887730110 297177088 7455 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 2 18446604453915229184 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 72.28
Current children cumulated vsize (KiB) 587364
heavy processes:

[startup+162.301 s]
/proc/loadavg: 1.83 0.78 0.29 3/189 26849
/proc/meminfo: memFree=15868900/32951124 swapFree=67053956/67111528
[pid=26815] ppid=26813 vsize=290212 CPUtime=0.99 cores=0,2,4,6
/proc/26815/stat : 26815 (python) S 26813 26815 26778 0 -1 4202496 10545 925 114 10 78 21 0 0 18 0 2 0 887727004 297177088 7456 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 372
/proc/26815/statm: 72553 7456 1876 364 0 8471 0
[pid=26835] ppid=26815 vsize=290212 CPUtime=0.14 cores=0,2,4,6
/proc/26835/stat : 26835 (python) S 26815 26815 26778 0 -1 4202560 1184 0 0 0 7 7 0 0 15 0 2 0 887730110 297177088 5997 33554432000 4194304 5683644 140733563074720 18446744073709551615 228095471174 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26835/statm: 72553 5997 416 364 0 8471 0
[pid=26837] ppid=26835 vsize=21280 CPUtime=131.2 cores=0,2,4,6
/proc/26837/stat : 26837 (lingeling) R 26835 26837 26837 0 -1 4202496 25886 0 0 0 13118 2 0 0 25 0 1 0 887730111 21790720 4521 33554432000 4194304 4352236 140733302590320 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/26837/statm: 5320 4521 129 39 0 4400 0
[pid=26835/tid=26844] ppid=26815 vsize=290212 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26844/stat : 26844 (python) S 26815 26815 26778 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 887740121 297177088 5997 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 514 18446604453920994496 0 0 -1 2 0 0 0
[pid=26815/tid=26836] ppid=26813 vsize=290212 CPUtime=0 cores=0,2,4,6
/proc/26815/task/26836/stat : 26836 (python) S 26813 26815 26778 0 -1 4202560 28 925 0 10 0 0 0 0 18 0 2 0 887730110 297177088 7456 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 2 18446604453915229184 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 132.33
Current children cumulated vsize (KiB) 601704

[startup+222.301 s]
/proc/loadavg: 1.99 1.02 0.40 3/189 26850
/proc/meminfo: memFree=15862416/32951124 swapFree=67053956/67111528
[pid=26815] ppid=26813 vsize=290212 CPUtime=0.99 cores=0,2,4,6
/proc/26815/stat : 26815 (python) S 26813 26815 26778 0 -1 4202496 10545 925 114 10 78 21 0 0 18 0 2 0 887727004 297177088 7456 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 372
/proc/26815/statm: 72553 7456 1876 364 0 8471 0
[pid=26835] ppid=26815 vsize=290212 CPUtime=0.21 cores=0,2,4,6
/proc/26835/stat : 26835 (python) S 26815 26815 26778 0 -1 4202560 1203 0 0 0 11 10 0 0 15 0 2 0 887730110 297177088 5997 33554432000 4194304 5683644 140733563074720 18446744073709551615 228095471174 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26835/statm: 72553 5997 416 364 0 8471 0
[pid=26837] ppid=26835 vsize=27684 CPUtime=191.2 cores=0,2,4,6
/proc/26837/stat : 26837 (lingeling) R 26835 26837 26837 0 -1 4202496 37023 0 0 0 19117 3 0 0 25 0 1 0 887730111 28348416 6122 33554432000 4194304 4352236 140733302590320 18446744073709551615 4328151 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/26837/statm: 6921 6122 129 39 0 6001 0
[pid=26835/tid=26844] ppid=26815 vsize=290212 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26844/stat : 26844 (python) S 26815 26815 26778 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 887740121 297177088 5997 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 514 18446604453920994496 0 0 -1 2 0 0 0
[pid=26815/tid=26836] ppid=26813 vsize=290212 CPUtime=0 cores=0,2,4,6
/proc/26815/task/26836/stat : 26836 (python) S 26813 26815 26778 0 -1 4202560 28 925 0 10 0 0 0 0 18 0 2 0 887730110 297177088 7456 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 2 18446604453915229184 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 192.4
Current children cumulated vsize (KiB) 608108

[startup+282.301 s]
/proc/loadavg: 1.99 1.19 0.50 3/196 26859
/proc/meminfo: memFree=15738964/32951124 swapFree=67053956/67111528
[pid=26815] ppid=26813 vsize=300468 CPUtime=1.02 cores=0,2,4,6
/proc/26815/stat : 26815 (python) S 26813 26815 26778 0 -1 4202496 10942 925 114 10 80 22 0 0 20 0 3 0 887727004 307679232 7462 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 372
/proc/26815/statm: 75117 7462 1878 364 0 11032 0
[pid=26835] ppid=26815 vsize=290212 CPUtime=0.23 cores=0,2,4,6
/proc/26835/stat : 26835 (python) S 26815 26815 26778 0 -1 4202560 1206 0 0 0 12 11 0 0 15 0 2 0 887730110 297177088 5997 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26835/statm: 72553 5997 416 364 0 8471 0
[pid=26837] ppid=26835 vsize=21924 CPUtime=195.19 cores=0,2,4,6
/proc/26837/stat : 26837 (lingeling) T 26835 26837 26837 0 -1 4202496 37023 0 0 0 19516 3 0 0 25 0 1 0 887730111 22450176 4682 33554432000 4194304 4352236 140733302590320 18446744073709551615 4207645 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/26837/statm: 5481 4682 129 39 0 4561 0
[pid=26835/tid=26844] ppid=26815 vsize=290212 CPUtime=0 cores=0,2,4,6

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

/proc/26835/stat : 26835 (python) S 26815 26815 26778 0 -1 4202560 1210 0 0 0 75 60 0 0 15 0 2 0 887730110 297177088 5997 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26835/statm: 72553 5997 416 364 0 8471 0
[pid=26837] ppid=26835 vsize=45360 CPUtime=1068.19 cores=0,2,4,6
/proc/26837/stat : 26837 (lingeling) T 26835 26837 26837 0 -1 4202496 145090 0 0 0 106803 16 0 0 25 0 1 0 887730111 46448640 10541 33554432000 4194304 4352236 140733302590320 18446744073709551615 4329063 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/26837/statm: 11340 10541 129 39 0 10420 0
[pid=26835/tid=26844] ppid=26815 vsize=290212 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26844/stat : 26844 (python) S 26815 26815 26778 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 887740121 297177088 5997 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 514 18446604453920994496 0 0 -1 2 0 0 0
[pid=26851] ppid=26815 vsize=290224 CPUtime=0.84 cores=0,2,4,6
/proc/26851/stat : 26851 (python) S 26815 26815 26778 0 -1 4202560 1131 0 0 0 49 35 0 0 18 0 2 0 887749635 297189376 5981 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26851/statm: 72556 5981 400 364 0 8471 0
[pid=26853] ppid=26851 vsize=34380 CPUtime=582.74 cores=0,2,4,6
/proc/26853/stat : 26853 (lingeling) T 26851 26853 26853 0 -1 4202496 88116 0 0 0 58264 10 0 0 25 0 1 0 887749636 35205120 7798 33554432000 4194304 4352236 140734399454944 18446744073709551615 4328205 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/26853/statm: 8595 7798 129 39 0 7675 0
[pid=26851/tid=26861] ppid=26815 vsize=290224 CPUtime=0 cores=0,2,4,6
/proc/26851/task/26861/stat : 26861 (python) S 26815 26815 26778 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 887759646 297189376 5981 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 514 18446604453956052288 0 0 -1 2 0 0 0
[pid=26891] ppid=26815 vsize=300480 CPUtime=1.05 cores=0,2,4,6
/proc/26891/stat : 26891 (python) S 26815 26815 26778 0 -1 4202560 1179 0 0 0 59 46 0 0 15 0 2 0 887798792 307691520 5986 33554432000 4194304 5683644 140733563074720 18446744073709551615 228095471174 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/26891/statm: 75120 5986 401 364 0 11032 0
[pid=26893] ppid=26891 vsize=162704 CPUtime=727.66 cores=0,2,4,6
/proc/26893/stat : 26893 (cryptominisat-2) R 26891 26893 26893 0 -1 4202496 239508 0 1 0 72714 52 0 0 25 0 1 0 887798793 166608896 33886 33554432000 4194304 4677096 140735149408880 18446744073709551615 4320115 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/26893/statm: 40676 33886 393 118 0 35635 0
[pid=26891/tid=26927] ppid=26815 vsize=300480 CPUtime=0 cores=0,2,4,6
/proc/26891/task/26927/stat : 26927 (python) S 26815 26815 26778 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 887847734 307691520 5986 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 514 18446604453970343168 0 0 -1 6 0 0 0
[pid=26935] ppid=26815 vsize=310736 CPUtime=0.64 cores=0,2,4,6
/proc/26935/stat : 26935 (python) S 26815 26815 26778 0 -1 4202560 1156 0 0 0 34 30 0 0 18 0 2 0 887857450 318193664 5989 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26935/statm: 77684 5989 400 364 0 13593 0
[pid=26937] ppid=26935 vsize=44488 CPUtime=390.56 cores=0,2,4,6
/proc/26937/stat : 26937 (precosat) T 26935 26937 26937 0 -1 4202496 11376 0 0 0 39054 2 0 0 25 0 1 0 887857450 45555712 10937 33554432000 4194304 4890832 140737431513456 18446744073709551615 4238556 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/26937/statm: 11122 10937 86 171 0 10949 0
[pid=26935/tid=26951] ppid=26815 vsize=310736 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26951/stat : 26951 (python) S 26815 26815 26778 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 887877078 318193664 5989 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 514 18446604453982658752 0 0 -1 6 0 0 0
[pid=26952] ppid=26815 vsize=320992 CPUtime=0.81 cores=0,2,4,6
/proc/26952/stat : 26952 (python) S 26815 26815 26778 0 -1 4202560 1170 0 0 0 45 36 0 0 15 0 2 0 887877080 328695808 5993 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/26952/statm: 80248 5993 400 364 0 16154 0
[pid=26954] ppid=26952 vsize=123288 CPUtime=486.92 cores=0,2,4,6
/proc/26954/stat : 26954 (cryptominisat-2) T 26952 26954 26954 0 -1 4202496 181932 0 0 0 48654 38 0 0 25 0 1 0 887877081 126246912 24124 33554432000 4194304 4677096 140733789786624 18446744073709551615 4320248 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/26954/statm: 30822 24124 393 118 0 25781 0
[pid=26952/tid=26962] ppid=26815 vsize=320992 CPUtime=0 cores=0,2,4,6
/proc/26952/task/26962/stat : 26962 (python) S 26815 26815 26778 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 887887122 328695808 5993 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 514 18446604453985579968 0 0 -1 6 0 0 0
[pid=27082] ppid=26815 vsize=331248 CPUtime=0.26 cores=0,2,4,6
/proc/27082/stat : 27082 (python) S 26815 26815 26778 0 -1 4202560 1140 0 0 0 15 11 0 0 19 0 2 0 887983663 339197952 5997 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/27082/statm: 82812 5997 400 364 0 18715 0
[pid=27084] ppid=27082 vsize=22512 CPUtime=196.15 cores=0,2,4,6
/proc/27084/stat : 27084 (lingeling) T 27082 27084 27084 0 -1 4202496 37330 0 0 0 19611 4 0 0 25 0 1 0 887983663 23052288 4830 33554432000 4194304 4352236 140734729702656 18446744073709551615 4328159 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/27084/statm: 5628 4830 129 39 0 4708 0
[pid=27082/tid=27097] ppid=26815 vsize=331248 CPUtime=0 cores=0,2,4,6
/proc/27082/task/27097/stat : 27097 (python) S 26815 26815 26778 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 888003287 339197952 5997 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 514 18446604453956053184 0 0 -1 2 0 0 0
[pid=27098] ppid=26815 vsize=341504 CPUtime=0.26 cores=0,2,4,6
/proc/27098/stat : 27098 (python) S 26815 26815 26778 0 -1 4202560 1137 0 0 0 15 11 0 0 18 0 2 0 888003288 349700096 6001 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/27098/statm: 85376 6001 400 364 0 21276 0
[pid=27100] ppid=27098 vsize=33552 CPUtime=195.22 cores=0,2,4,6
/proc/27100/stat : 27100 (precosat) T 27098 27100 27100 0 -1 4202496 8647 0 0 0 19520 2 0 0 25 0 1 0 888003289 34357248 8218 33554432000 4194304 4890832 140736329795696 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/27100/statm: 8388 8218 86 171 0 8215 0
[pid=27098/tid=27104] ppid=26815 vsize=341504 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27104/stat : 27104 (python) S 26815 26815 26778 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 888013301 349700096 6001 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 514 18446604453948333056 0 0 -1 2 0 0 0
[pid=27107] ppid=26815 vsize=351760 CPUtime=0.14 cores=0,2,4,6
/proc/27107/stat : 27107 (python) S 26815 26815 26778 0 -1 4202560 1178 0 0 0 8 6 0 0 16 0 2 0 888022815 360202240 6011 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/27107/statm: 87940 6011 406 364 0 23837 0
[pid=27109] ppid=27107 vsize=65644 CPUtime=100.32 cores=0,2,4,6
/proc/27109/stat : 27109 (cryptominisat-2) T 27107 27109 27109 0 -1 4202496 52243 0 0 0 10023 9 0 0 25 0 1 0 888022815 67219456 10972 33554432000 4194304 4677096 140735307194432 18446744073709551615 4320231 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/27109/statm: 16411 10972 393 118 0 11370 0
[pid=27107/tid=27113] ppid=26815 vsize=351760 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27113/stat : 27113 (python) S 26815 26815 26778 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 888032849 360202240 6011 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 514 18446604453953103680 0 0 -1 6 0 0 0
[pid=26815/tid=26836] ppid=26813 vsize=362364 CPUtime=0 cores=0,2,4,6
/proc/26815/task/26836/stat : 26836 (python) S 26813 26815 26778 0 -1 4202560 35 925 0 10 0 0 0 0 18 0 9 0 887730110 371060736 7556 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 2 18446604453915229184 0 0 -1 2 0 0 0
[pid=26815/tid=26852] ppid=26813 vsize=362364 CPUtime=0 cores=0,2,4,6
/proc/26815/task/26852/stat : 26852 (python) S 26813 26815 26778 0 -1 4202560 35 925 0 10 0 0 0 0 18 0 9 0 887749635 371060736 7556 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 2 18446604453915229184 0 0 -1 4 0 0 0
[pid=26815/tid=26892] ppid=26813 vsize=362364 CPUtime=0 cores=0,2,4,6
/proc/26815/task/26892/stat : 26892 (python) S 26813 26815 26778 0 -1 4202560 36 925 0 10 0 0 0 0 18 0 9 0 887798793 371060736 7556 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 2 18446604453915229184 0 0 -1 6 0 0 0
[pid=26815/tid=26936] ppid=26813 vsize=362364 CPUtime=0 cores=0,2,4,6
/proc/26815/task/26936/stat : 26936 (python) S 26813 26815 26778 0 -1 4202560 37 925 0 10 0 0 0 0 18 0 9 0 887857450 371060736 7556 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 2 18446604453915229184 0 0 -1 0 0 0 0
[pid=26815/tid=26953] ppid=26813 vsize=362364 CPUtime=0 cores=0,2,4,6
/proc/26815/task/26953/stat : 26953 (python) S 26813 26815 26778 0 -1 4202560 31 925 0 10 0 0 0 0 18 0 9 0 887877081 371060736 7556 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 2 18446604453915229184 0 0 -1 6 0 0 0
[pid=26815/tid=27083] ppid=26813 vsize=362364 CPUtime=0 cores=0,2,4,6
/proc/26815/task/27083/stat : 27083 (python) S 26813 26815 26778 0 -1 4202560 31 925 0 10 0 0 0 0 20 0 9 0 887983663 371060736 7556 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 2 18446604453915229184 0 0 -1 0 0 0 0
[pid=26815/tid=27099] ppid=26813 vsize=362364 CPUtime=0 cores=0,2,4,6
/proc/26815/task/27099/stat : 27099 (python) S 26813 26815 26778 0 -1 4202560 27 925 0 10 0 0 0 0 18 0 9 0 888003288 371060736 7556 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 2 18446604453915229184 0 0 -1 0 0 0 0
[pid=26815/tid=27108] ppid=26813 vsize=362364 CPUtime=0 cores=0,2,4,6
/proc/26815/task/27108/stat : 27108 (python) S 26813 26815 26778 0 -1 4202560 30 925 0 10 0 0 0 0 20 0 9 0 888022815 371060736 7556 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 2 18446604453915229184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3754.41
Current children cumulated vsize (KiB) 3431448

[startup+3779.4 s]
/proc/loadavg: 2.00 2.00 1.93 3/218 27133
/proc/meminfo: memFree=14829248/32951124 swapFree=67053956/67111528
[pid=26815] ppid=26813 vsize=362364 CPUtime=1.3 cores=0,2,4,6
/proc/26815/stat : 26815 (python) S 26813 26815 26778 0 -1 4202496 16766 925 114 10 107 23 0 0 18 0 9 0 887727004 371060736 7556 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 372
/proc/26815/statm: 90591 7556 1890 364 0 26488 0
[pid=26835] ppid=26815 vsize=290212 CPUtime=1.35 cores=0,2,4,6
/proc/26835/stat : 26835 (python) S 26815 26815 26778 0 -1 4202560 1210 0 0 0 75 60 0 0 15 0 2 0 887730110 297177088 5997 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26835/statm: 72553 5997 416 364 0 8471 0
[pid=26837] ppid=26835 vsize=45360 CPUtime=1068.19 cores=0,2,4,6
/proc/26837/stat : 26837 (lingeling) T 26835 26837 26837 0 -1 4202496 145090 0 0 0 106803 16 0 0 25 0 1 0 887730111 46448640 10541 33554432000 4194304 4352236 140733302590320 18446744073709551615 4329063 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/26837/statm: 11340 10541 129 39 0 10420 0
[pid=26835/tid=26844] ppid=26815 vsize=290212 CPUtime=0 cores=0,2,4,6
/proc/26835/task/26844/stat : 26844 (python) S 26815 26815 26778 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 887740121 297177088 5997 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 514 18446604453920994496 0 0 -1 2 0 0 0
[pid=26851] ppid=26815 vsize=290224 CPUtime=0.84 cores=0,2,4,6
/proc/26851/stat : 26851 (python) S 26815 26815 26778 0 -1 4202560 1131 0 0 0 49 35 0 0 18 0 2 0 887749635 297189376 5981 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26851/statm: 72556 5981 400 364 0 8471 0
[pid=26853] ppid=26851 vsize=34380 CPUtime=582.74 cores=0,2,4,6
/proc/26853/stat : 26853 (lingeling) T 26851 26853 26853 0 -1 4202496 88116 0 0 0 58264 10 0 0 25 0 1 0 887749636 35205120 7798 33554432000 4194304 4352236 140734399454944 18446744073709551615 4328205 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/26853/statm: 8595 7798 129 39 0 7675 0
[pid=26851/tid=26861] ppid=26815 vsize=290224 CPUtime=0 cores=0,2,4,6
/proc/26851/task/26861/stat : 26861 (python) S 26815 26815 26778 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 887759646 297189376 5981 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 514 18446604453956052288 0 0 -1 2 0 0 0
[pid=26891] ppid=26815 vsize=300480 CPUtime=1.05 cores=0,2,4,6
/proc/26891/stat : 26891 (python) S 26815 26815 26778 0 -1 4202560 1179 0 0 0 59 46 0 0 15 0 2 0 887798792 307691520 5986 33554432000 4194304 5683644 140733563074720 18446744073709551615 228095471174 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/26891/statm: 75120 5986 401 364 0 11032 0
[pid=26893] ppid=26891 vsize=162704 CPUtime=727.76 cores=0,2,4,6
/proc/26893/stat : 26893 (cryptominisat-2) R 26891 26893 26893 0 -1 4202496 239510 0 1 0 72724 52 0 0 25 0 1 0 887798793 166608896 33888 33554432000 4194304 4677096 140735149408880 18446744073709551615 4320209 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/26893/statm: 40676 33888 393 118 0 35635 0
[pid=26891/tid=26927] ppid=26815 vsize=300480 CPUtime=0 cores=0,2,4,6
/proc/26891/task/26927/stat : 26927 (python) S 26815 26815 26778 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 887847734 307691520 5986 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 514 18446604453970343168 0 0 -1 6 0 0 0
[pid=26935] ppid=26815 vsize=310736 CPUtime=0.64 cores=0,2,4,6
/proc/26935/stat : 26935 (python) S 26815 26815 26778 0 -1 4202560 1156 0 0 0 34 30 0 0 18 0 2 0 887857450 318193664 5989 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26935/statm: 77684 5989 400 364 0 13593 0
[pid=26937] ppid=26935 vsize=44488 CPUtime=390.56 cores=0,2,4,6
/proc/26937/stat : 26937 (precosat) T 26935 26937 26937 0 -1 4202496 11376 0 0 0 39054 2 0 0 25 0 1 0 887857450 45555712 10937 33554432000 4194304 4890832 140737431513456 18446744073709551615 4238556 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/26937/statm: 11122 10937 86 171 0 10949 0
[pid=26935/tid=26951] ppid=26815 vsize=310736 CPUtime=0 cores=0,2,4,6
/proc/26935/task/26951/stat : 26951 (python) S 26815 26815 26778 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 887877078 318193664 5989 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 514 18446604453982658752 0 0 -1 6 0 0 0
[pid=26952] ppid=26815 vsize=320992 CPUtime=0.81 cores=0,2,4,6
/proc/26952/stat : 26952 (python) S 26815 26815 26778 0 -1 4202560 1170 0 0 0 45 36 0 0 15 0 2 0 887877080 328695808 5993 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/26952/statm: 80248 5993 400 364 0 16154 0
[pid=26954] ppid=26952 vsize=123288 CPUtime=486.92 cores=0,2,4,6
/proc/26954/stat : 26954 (cryptominisat-2) T 26952 26954 26954 0 -1 4202496 181932 0 0 0 48654 38 0 0 25 0 1 0 887877081 126246912 24124 33554432000 4194304 4677096 140733789786624 18446744073709551615 4320248 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/26954/statm: 30822 24124 393 118 0 25781 0
[pid=26952/tid=26962] ppid=26815 vsize=320992 CPUtime=0 cores=0,2,4,6
/proc/26952/task/26962/stat : 26962 (python) S 26815 26815 26778 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 887887122 328695808 5993 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 514 18446604453985579968 0 0 -1 6 0 0 0
[pid=27082] ppid=26815 vsize=331248 CPUtime=0.26 cores=0,2,4,6
/proc/27082/stat : 27082 (python) S 26815 26815 26778 0 -1 4202560 1140 0 0 0 15 11 0 0 19 0 2 0 887983663 339197952 5997 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/27082/statm: 82812 5997 400 364 0 18715 0
[pid=27084] ppid=27082 vsize=22512 CPUtime=196.15 cores=0,2,4,6
/proc/27084/stat : 27084 (lingeling) T 27082 27084 27084 0 -1 4202496 37330 0 0 0 19611 4 0 0 25 0 1 0 887983663 23052288 4830 33554432000 4194304 4352236 140734729702656 18446744073709551615 4328159 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/27084/statm: 5628 4830 129 39 0 4708 0
[pid=27082/tid=27097] ppid=26815 vsize=331248 CPUtime=0 cores=0,2,4,6
/proc/27082/task/27097/stat : 27097 (python) S 26815 26815 26778 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 888003287 339197952 5997 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 514 18446604453956053184 0 0 -1 2 0 0 0
[pid=27098] ppid=26815 vsize=341504 CPUtime=0.26 cores=0,2,4,6
/proc/27098/stat : 27098 (python) S 26815 26815 26778 0 -1 4202560 1137 0 0 0 15 11 0 0 18 0 2 0 888003288 349700096 6001 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/27098/statm: 85376 6001 400 364 0 21276 0
[pid=27100] ppid=27098 vsize=33552 CPUtime=195.22 cores=0,2,4,6
/proc/27100/stat : 27100 (precosat) T 27098 27100 27100 0 -1 4202496 8647 0 0 0 19520 2 0 0 25 0 1 0 888003289 34357248 8218 33554432000 4194304 4890832 140736329795696 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/27100/statm: 8388 8218 86 171 0 8215 0
[pid=27098/tid=27104] ppid=26815 vsize=341504 CPUtime=0 cores=0,2,4,6
/proc/27098/task/27104/stat : 27104 (python) S 26815 26815 26778 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 888013301 349700096 6001 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 514 18446604453948333056 0 0 -1 2 0 0 0
[pid=27107] ppid=26815 vsize=351760 CPUtime=0.14 cores=0,2,4,6
/proc/27107/stat : 27107 (python) S 26815 26815 26778 0 -1 4202560 1178 0 0 0 8 6 0 0 16 0 2 0 888022815 360202240 6011 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/27107/statm: 87940 6011 406 364 0 23837 0
[pid=27109] ppid=27107 vsize=65644 CPUtime=100.32 cores=0,2,4,6
/proc/27109/stat : 27109 (cryptominisat-2) T 27107 27109 27109 0 -1 4202496 52243 0 0 0 10023 9 0 0 25 0 1 0 888022815 67219456 10972 33554432000 4194304 4677096 140735307194432 18446744073709551615 4320231 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/27109/statm: 16411 10972 393 118 0 11370 0
[pid=27107/tid=27113] ppid=26815 vsize=351760 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27113/stat : 27113 (python) S 26815 26815 26778 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 888032849 360202240 6011 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 514 18446604453953103680 0 0 -1 6 0 0 0
[pid=26815/tid=26836] ppid=26813 vsize=362364 CPUtime=0 cores=0,2,4,6
/proc/26815/task/26836/stat : 26836 (python) S 26813 26815 26778 0 -1 4202560 35 925 0 10 0 0 0 0 18 0 9 0 887730110 371060736 7556 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 2 18446604453915229184 0 0 -1 2 0 0 0
[pid=26815/tid=26852] ppid=26813 vsize=362364 CPUtime=0 cores=0,2,4,6
/proc/26815/task/26852/stat : 26852 (python) S 26813 26815 26778 0 -1 4202560 35 925 0 10 0 0 0 0 18 0 9 0 887749635 371060736 7556 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 2 18446604453915229184 0 0 -1 4 0 0 0
[pid=26815/tid=26892] ppid=26813 vsize=362364 CPUtime=0 cores=0,2,4,6
/proc/26815/task/26892/stat : 26892 (python) S 26813 26815 26778 0 -1 4202560 36 925 0 10 0 0 0 0 18 0 9 0 887798793 371060736 7556 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 2 18446604453915229184 0 0 -1 6 0 0 0
[pid=26815/tid=26936] ppid=26813 vsize=362364 CPUtime=0 cores=0,2,4,6
/proc/26815/task/26936/stat : 26936 (python) S 26813 26815 26778 0 -1 4202560 37 925 0 10 0 0 0 0 18 0 9 0 887857450 371060736 7556 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 2 18446604453915229184 0 0 -1 0 0 0 0
[pid=26815/tid=26953] ppid=26813 vsize=362364 CPUtime=0 cores=0,2,4,6
/proc/26815/task/26953/stat : 26953 (python) S 26813 26815 26778 0 -1 4202560 31 925 0 10 0 0 0 0 18 0 9 0 887877081 371060736 7556 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 2 18446604453915229184 0 0 -1 6 0 0 0
[pid=26815/tid=27083] ppid=26813 vsize=362364 CPUtime=0 cores=0,2,4,6
/proc/26815/task/27083/stat : 27083 (python) S 26813 26815 26778 0 -1 4202560 31 925 0 10 0 0 0 0 20 0 9 0 887983663 371060736 7556 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 2 18446604453915229184 0 0 -1 0 0 0 0
[pid=26815/tid=27099] ppid=26813 vsize=362364 CPUtime=0 cores=0,2,4,6
/proc/26815/task/27099/stat : 27099 (python) S 26813 26815 26778 0 -1 4202560 27 925 0 10 0 0 0 0 18 0 9 0 888003288 371060736 7556 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 2 18446604453915229184 0 0 -1 0 0 0 0
[pid=26815/tid=27108] ppid=26813 vsize=362364 CPUtime=0 cores=0,2,4,6
/proc/26815/task/27108/stat : 27108 (python) S 26813 26815 26778 0 -1 4202560 30 925 0 10 0 0 0 0 20 0 9 0 888022815 371060736 7556 33554432000 4194304 5683644 140733563074720 18446744073709551615 228107274673 0 0 16781312 2 18446604453915229184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3754.51
Current children cumulated vsize (KiB) 3431448

Child status: 0
Real time (s): 3779.46
CPU time (s): 3754.77
CPU user time (s): 3750.72
CPU system time (s): 4.04738
CPU usage (%): 99.3468
Max. virtual memory (cumulated for all children) (KiB): 3477508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3750.72
system time used= 4.04738
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 795712
page faults= 125
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24545
involuntary context switches= 24601

runsolver used 10.9363 second user time and 20.8088 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-13 10:18:34
IDJOB=3498255
IDBENCH=20401
IDSOLVER=1991
FILE ID=node142/3498255-1307953113
RUNJOBID= node142-1307953113-26796
PBS_JOBID= 13559686
Free space on /var/tmp= 2912 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-03.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498255-1307953113/watcher-3498255-1307953113 -o /var/tmp/evaluation-result-3498255-1307953113/solver-3498255-1307953113 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498255-1307953113.cnf -seed 1825549681 -budget 5000

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

MD5SUM BENCH= 8c67f78ca36ec96e662a91c74844da21
RANDOM SEED=1825549681

node142.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	: 5131.95
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.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.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.67
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.81
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16284080 kB
Buffers:         71860 kB
Cached:       15994700 kB
SwapCached:      10432 kB
Active:         788132 kB
Inactive:     15296888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16284080 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:           62352 kB
Writeback:           0 kB
AnonPages:       16724 kB
Mapped:          12356 kB
Slab:           516828 kB
PageTables:       4568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187164 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 /var/tmp at the end= 2844 MiB
End job on node142 at 2011-06-13 11:21:35