Trace number 3378972

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)? 4490.77 1201.68

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-VS3-benchmark-S2-tseitin.cnf
MD5SUMb967fca11e85ef5b614d3452b1c4b2ad
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables257030
Number of clauses769313
Sum of the clauses size1795061
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2512874
Number of clauses of size 3256437
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.38/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.38/0.67	c INFO: solving HOME/instance-3378972-1305465757.cnf
0.38/0.67	c INFO: computing task features
2.74/3.09	c INFO: computed variable-clause graph statistics
2.84/3.19	c INFO: computed clause balance statistics
14.95/15.20	c INFO: computed variable balance statistics
23.75/24.07	c INFO: computed small-clause counts
23.96/24.28	c INFO: computed Horn-clause counts
99.65/99.92	c INFO: computed variable graph statistics
99.65/99.92	c INFO: collected features for HOME/instance-3378972-1305465757.cnf in 99.18 s
99.65/99.93	c INFO: running lingeling-276@0 for 194 with 1100 remaining (b = 0.72)
99.65/99.94	c INFO: running lingeling-276@0 for 194 with 1100 remaining (b = 0.57)
99.65/99.95	c INFO: running cryptominisat-2.9.0@0 for 1100 with 1100 remaining (b = 0.67)
99.65/99.96	c INFO: running lingeling-276@0 for 485 with 1100 remaining (b = 0.54)
879.07/295.38	c INFO: running precosat-570@0 for 97 with 905 remaining (b = 0.32)
883.45/296.41	c INFO: running cryptominisat-2.9.0@0 for 904 with 904 remaining (b = 0.35)
1279.18/395.63	c INFO: running precosat-570@196 for 97 with 805 remaining (b = 0.08)
1654.93/489.87	c INFO: running precosat-570@0 for 97 with 710 remaining (b = 0.24)
2054.93/590.11	c INFO: running precosat-570@290 for 610 with 610 remaining (b = 0.22)
2066.90/593.12	c INFO: running lingeling-276@194 for 97 with 607 remaining (b = 0.07)
2442.35/687.36	c INFO: running lingeling-276@289 for 97 with 513 remaining (b = 0.08)
2838.12/786.61	c INFO: running lingeling-276@388 for 97 with 414 remaining (b = 0.06)
3217.57/881.83	c INFO: running precosat-570@99 for 318 with 318 remaining (b = 0.15)
4490.58/1201.63	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3378972-1305465757/watcher-3378972-1305465757 -o /tmp/evaluation-result-3378972-1305465757/solver-3378972-1305465757 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378972-1305465757.cnf -seed 1913783708 -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: 7.81 7.80 7.63 6/314 12060
/proc/meminfo: memFree=23789440/32951124 swapFree=67083432/67111528
[pid=12060] ppid=12058 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/12060/stat : 12060 (python) S 12058 12060 11635 0 -1 4202496 810 0 0 0 0 0 0 0 23 0 1 0 736806381 15749120 696 33554432000 4194304 5683644 140736965179424 18446744073709551615 260020393984 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/12060/statm: 3845 696 334 364 0 332 0

[startup+0.0518879 s]
/proc/loadavg: 7.81 7.80 7.63 6/314 12060
/proc/meminfo: memFree=23789440/32951124 swapFree=67083432/67111528
[pid=12060] ppid=12058 vsize=21104 CPUtime=0.02 cores=1,3,5,7
/proc/12060/stat : 12060 (python) R 12058 12060 11635 0 -1 4202496 1301 0 0 0 2 0 0 0 17 0 1 0 736806381 21610496 1153 33554432000 4194304 5683644 140736965179424 18446744073709551615 260020393984 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/12060/statm: 5276 1153 428 364 0 723 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21104

[startup+0.100857 s]
/proc/loadavg: 7.81 7.80 7.63 6/314 12060
/proc/meminfo: memFree=23789440/32951124 swapFree=67083432/67111528
[pid=12060] ppid=12058 vsize=85620 CPUtime=0.06 cores=1,3,5,7
/proc/12060/stat : 12060 (python) R 12058 12060 11635 0 -1 4202496 2630 0 0 0 5 1 0 0 17 0 1 0 736806381 87674880 2348 33554432000 4194304 5683644 140736965179424 18446744073709551615 260020393984 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12060/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300859 s]
/proc/loadavg: 7.81 7.80 7.63 6/314 12060
/proc/meminfo: memFree=23789440/32951124 swapFree=67083432/67111528
[pid=12060] ppid=12058 vsize=135748 CPUtime=0.19 cores=1,3,5,7
/proc/12060/stat : 12060 (python) R 12058 12060 11635 0 -1 4202496 5962 934 1 0 14 5 0 0 17 0 1 0 736806381 139005952 4150 33554432000 4194304 5683644 140736965179424 18446744073709551615 260020391941 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12060/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700753 s]
/proc/loadavg: 7.81 7.80 7.63 6/314 12060
/proc/meminfo: memFree=23789440/32951124 swapFree=67083432/67111528
[pid=12060] ppid=12058 vsize=293068 CPUtime=0.44 cores=1,3,5,7
/proc/12060/stat : 12060 (python) R 12058 12060 11635 0 -1 4202496 12902 934 1 0 32 12 0 0 15 0 1 0 736806381 300101632 10583 33554432000 4194304 5683644 140736965179424 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12060/statm: 73267 10583 1761 364 0 9191 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 293068

[startup+1.5006 s]
/proc/loadavg: 7.58 7.76 7.62 6/315 12065
/proc/meminfo: memFree=23732340/32951124 swapFree=67083432/67111528
[pid=12060] ppid=12058 vsize=347880 CPUtime=1.25 cores=1,3,5,7
/proc/12060/stat : 12060 (python) R 12058 12060 11635 0 -1 4202496 26415 934 1 0 111 14 0 0 16 0 1 0 736806381 356229120 24096 33554432000 4194304 5683644 140736965179424 18446744073709551615 260020056773 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12060/statm: 86970 24096 1761 364 0 22894 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 347880

[startup+3.10031 s]
/proc/loadavg: 7.58 7.76 7.62 6/315 12065
/proc/meminfo: memFree=23658436/32951124 swapFree=67083432/67111528
[pid=12060] ppid=12058 vsize=434384 CPUtime=2.84 cores=1,3,5,7
/proc/12060/stat : 12060 (python) R 12058 12060 11635 0 -1 4202496 65719 934 1 0 266 18 0 0 18 0 1 0 736806381 444809216 45973 33554432000 4194304 5683644 140736965179424 18446744073709551615 47742463343697 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12060/statm: 108596 45973 1818 364 0 44520 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 434384

[startup+6.30072 s]
/proc/loadavg: 7.58 7.76 7.62 6/315 12065
/proc/meminfo: memFree=23610304/32951124 swapFree=67083432/67111528
[pid=12060] ppid=12058 vsize=434384 CPUtime=6.05 cores=1,3,5,7
/proc/12060/stat : 12060 (python) R 12058 12060 11635 0 -1 4202496 65727 934 1 0 587 18 0 0 25 0 1 0 736806381 444809216 45981 33554432000 4194304 5683644 140736965179424 18446744073709551615 4510785 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12060/statm: 108596 45981 1826 364 0 44520 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 434384

[startup+12.7005 s]
/proc/loadavg: 7.19 7.66 7.59 6/319 12069
/proc/meminfo: memFree=23370740/32951124 swapFree=67083432/67111528
[pid=12060] ppid=12058 vsize=434384 CPUtime=12.45 cores=1,3,5,7
/proc/12060/stat : 12060 (python) R 12058 12060 11635 0 -1 4202496 65727 934 1 0 1227 18 0 0 25 0 1 0 736806381 444809216 45981 33554432000 4194304 5683644 140736965179424 18446744073709551615 4539741 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12060/statm: 108596 45981 1826 364 0 44520 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 434384

[startup+25.5002 s]
/proc/loadavg: 6.85 7.58 7.56 6/319 12070
/proc/meminfo: memFree=23340476/32951124 swapFree=67083432/67111528
[pid=12060] ppid=12058 vsize=434384 CPUtime=25.25 cores=1,3,5,7
/proc/12060/stat : 12060 (python) R 12058 12060 11635 0 -1 4202496 65734 934 1 0 2507 18 0 0 25 0 1 0 736806381 444809216 45988 33554432000 4194304 5683644 140736965179424 18446744073709551615 47742430697600 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12060/statm: 108596 45988 1833 364 0 44520 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 434384

[startup+51.1005 s]
/proc/loadavg: 6.22 7.37 7.49 6/319 12070
/proc/meminfo: memFree=23286992/32951124 swapFree=67083432/67111528
[pid=12060] ppid=12058 vsize=434384 CPUtime=50.85 cores=1,3,5,7
/proc/12060/stat : 12060 (python) R 12058 12060 11635 0 -1 4202496 65734 934 1 0 5067 18 0 0 25 0 1 0 736806381 444809216 45988 33554432000 4194304 5683644 140736965179424 18446744073709551615 47742430697612 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12060/statm: 108596 45988 1833 364 0 44520 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 434384

[startup+102.312 s]
/proc/loadavg: 5.79 7.03 7.37 9/331 12084
/proc/meminfo: memFree=22923364/32951124 swapFree=67083432/67111528
[pid=12060] ppid=12058 vsize=463644 CPUtime=99.71 cores=1,3,5,7
/proc/12060/stat : 12060 (python) S 12058 12060 11635 0 -1 4202496 68357 934 1 0 9951 20 0 0 22 0 5 0 736806381 474771456 43100 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/12060/statm: 115911 43100 1873 364 0 51820 0
[pid=12072] ppid=12060 vsize=422632 CPUtime=0 cores=1,3,5,7
/proc/12072/stat : 12072 (python) S 12060 12060 11635 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 736816375 432775168 41564 33554432000 4194304 5683644 140736965179424 18446744073709551615 260020416015 0 0 16781312 514 2294075215434449160 0 0 17 7 0 0 0
/proc/12072/statm: 105658 41564 353 364 0 41576 0
[pid=12074] ppid=12072 vsize=65256 CPUtime=2.35 cores=1,3,5,7
/proc/12074/stat : 12074 (lingeling) R 12072 12074 12074 0 -1 4202496 28412 0 0 0 232 3 0 0 25 0 1 0 736816375 66822144 15470 33554432000 4194304 4352236 140734302278576 18446744073709551615 4319040 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/12074/statm: 16314 15470 121 39 0 15394 0
[pid=12075] ppid=12060 vsize=432888 CPUtime=0 cores=1,3,5,7
/proc/12075/stat : 12075 (python) S 12060 12060 11635 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 736816376 443277312 41562 33554432000 4194304 5683644 140736965179424 18446744073709551615 260020416070 0 0 16781312 514 4410485015566057732 0 0 17 7 0 0 0
/proc/12075/statm: 108222 41562 347 364 0 44137 0
[pid=12077] ppid=12075 vsize=65280 CPUtime=2.34 cores=1,3,5,7
/proc/12077/stat : 12077 (lingeling) R 12075 12077 12077 0 -1 4202496 28418 0 0 0 230 4 0 0 25 0 1 0 736816376 66846720 15476 33554432000 4194304 4352236 140736163354304 18446744073709551615 4319069 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/12077/statm: 16320 15476 121 39 0 15400 0
[pid=12078] ppid=12060 vsize=443144 CPUtime=0 cores=1,3,5,7
/proc/12078/stat : 12078 (python) S 12060 12060 11635 0 -1 4202560 742 0 0 0 0 0 0 0 15 0 1 0 736816377 453779456 41566 33554432000 4194304 5683644 140736965179424 18446744073709551615 260020416070 0 0 16781312 514 4410488863856787455 0 0 17 5 0 0 0
/proc/12078/statm: 110786 41566 347 364 0 46698 0
[pid=12080] ppid=12078 vsize=195700 CPUtime=2.33 cores=1,3,5,7
/proc/12080/stat : 12080 (cryptominisat-2) R 12078 12080 12080 0 -1 4202496 44140 0 0 0 227 6 0 0 25 0 1 0 736816377 200396800 39308 33554432000 4194304 4677096 140734422425328 18446744073709551615 260020056773 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/12080/statm: 48925 39308 362 118 0 43884 0
[pid=12081] ppid=12060 vsize=453400 CPUtime=0 cores=1,3,5,7
/proc/12081/stat : 12081 (python) S 12060 12060 11635 0 -1 4202560 749 0 0 0 0 0 0 0 18 0 1 0 736816378 464281600 41570 33554432000 4194304 5683644 140736965179424 18446744073709551615 260020416070 0 0 16781312 514 4448813166276608263 0 0 17 7 0 0 0
/proc/12081/statm: 113350 41570 347 364 0 49259 0
[pid=12083] ppid=12081 vsize=59476 CPUtime=2.29 cores=1,3,5,7
/proc/12083/stat : 12083 (lingeling) R 12081 12083 12083 0 -1 4202496 21025 0 0 0 226 3 0 0 25 0 1 0 736816379 60903424 14025 33554432000 4194304 4352236 140734304483008 18446744073709551615 4319056 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/12083/statm: 14869 14025 121 39 0 13949 0
[pid=12060/tid=12073] ppid=12058 vsize=463644 CPUtime=0 cores=1,3,5,7
/proc/12060/task/12073/stat : 12073 (python) S 12058 12060 11635 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 5 0 736816375 474771456 43100 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 7 0 0 0
[pid=12060/tid=12076] ppid=12058 vsize=463644 CPUtime=0 cores=1,3,5,7
/proc/12060/task/12076/stat : 12076 (python) S 12058 12060 11635 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 5 0 736816376 474771456 43100 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 7 0 0 0
[pid=12060/tid=12079] ppid=12058 vsize=463644 CPUtime=0 cores=1,3,5,7
/proc/12060/task/12079/stat : 12079 (python) S 12058 12060 11635 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 736816377 474771456 43100 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 5 0 0 0
[pid=12060/tid=12082] ppid=12058 vsize=463644 CPUtime=0 cores=1,3,5,7
/proc/12060/task/12082/stat : 12082 (python) S 12058 12060 11635 0 -1 4202560 28 934 0 0 0 0 0 0 22 0 5 0 736816379 474771456 43100 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 109.02
Current children cumulated vsize (KiB) 2601420

[startup+162.301 s]
/proc/loadavg: 7.29 7.24 7.41 9/331 12085
/proc/meminfo: memFree=22536576/32951124 swapFree=67083432/67111528
[pid=12060] ppid=12058 vsize=463644 CPUtime=99.71 cores=1,3,5,7
/proc/12060/stat : 12060 (python) S 12058 12060 11635 0 -1 4202496 68357 934 1 0 9951 20 0 0 22 0 5 0 736806381 474771456 43100 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/12060/statm: 115911 43100 1873 364 0 51820 0
[pid=12072] ppid=12060 vsize=422632 CPUtime=0.14 cores=1,3,5,7
/proc/12072/stat : 12072 (python) S 12060 12060 11635 0 -1 4202560 928 0 0 0 7 7 0 0 18 0 1 0 736816375 432775168 41587 33554432000 4194304 5683644 140736965179424 18446744073709551615 260020416015 0 0 16781312 514 16399259908744118536 0 0 17 7 0 0 0
/proc/12072/statm: 105658 41587 376 364 0 41576 0
[pid=12074] ppid=12072 vsize=97388 CPUtime=62.18 cores=1,3,5,7
/proc/12074/stat : 12074 (lingeling) R 12072 12074 12074 0 -1 4202496 44811 0 0 0 6214 4 0 0 25 0 1 0 736816375 99725312 23517 33554432000 4194304 4352236 140734302278576 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/12074/statm: 24347 23517 129 39 0 23427 0
[pid=12075] ppid=12060 vsize=432888 CPUtime=0.13 cores=1,3,5,7
/proc/12075/stat : 12075 (python) S 12060 12060 11635 0 -1 4202560 957 0 0 0 6 7 0 0 18 0 1 0 736816376 443277312 41585 33554432000 4194304 5683644 140736965179424 18446744073709551615 260020416070 0 0 16781312 514 16399259908744118532 0 0 17 7 0 0 0
/proc/12075/statm: 108222 41585 370 364 0 44137 0
[pid=12077] ppid=12075 vsize=97408 CPUtime=62.34 cores=1,3,5,7
/proc/12077/stat : 12077 (lingeling) R 12075 12077 12077 0 -1 4202496 44817 0 0 0 6228 6 0 0 25 0 1 0 736816376 99745792 23522 33554432000 4194304 4352236 140736163354304 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/12077/statm: 24352 23522 129 39 0 23432 0
[pid=12078] ppid=12060 vsize=443144 CPUtime=0.16 cores=1,3,5,7
/proc/12078/stat : 12078 (python) S 12060 12060 11635 0 -1 4202560 957 0 0 0 8 8 0 0 15 0 1 0 736816377 453779456 41589 33554432000 4194304 5683644 140736965179424 18446744073709551615 260020416070 0 0 16781312 514 5755046174214029574 0 0 17 5 0 0 0
/proc/12078/statm: 110786 41589 370 364 0 46698 0
[pid=12080] ppid=12078 vsize=479892 CPUtime=62.32 cores=1,3,5,7
/proc/12080/stat : 12080 (cryptominisat-2) R 12078 12080 12080 0 -1 4202496 123620 0 0 0 6213 19 0 0 25 0 1 0 736816377 491409408 104417 33554432000 4194304 4677096 140734422425328 18446744073709551615 4320272 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/12080/statm: 119973 104417 392 118 0 114932 0
[pid=12081] ppid=12060 vsize=453400 CPUtime=0.15 cores=1,3,5,7
/proc/12081/stat : 12081 (python) S 12060 12060 11635 0 -1 4202560 950 0 0 0 7 8 0 0 18 0 1 0 736816378 464281600 41593 33554432000 4194304 5683644 140736965179424 18446744073709551615 260020416070 0 0 16781312 514 16399259908744118535 0 0 17 7 0 0 0
/proc/12081/statm: 113350 41593 370 364 0 49259 0
[pid=12083] ppid=12081 vsize=97356 CPUtime=61.25 cores=1,3,5,7
/proc/12083/stat : 12083 (lingeling) R 12081 12083 12083 0 -1 4202496 38860 0 0 0 6120 5 0 0 25 0 1 0 736816379 99692544 23509 33554432000 4194304 4352236 140734304483008 18446744073709551615 4329004 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/12083/statm: 24339 23509 129 39 0 23419 0
[pid=12060/tid=12073] ppid=12058 vsize=463644 CPUtime=0 cores=1,3,5,7
/proc/12060/task/12073/stat : 12073 (python) S 12058 12060 11635 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 5 0 736816375 474771456 43100 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 7 0 0 0
[pid=12060/tid=12076] ppid=12058 vsize=463644 CPUtime=0 cores=1,3,5,7
/proc/12060/task/12076/stat : 12076 (python) S 12058 12060 11635 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 5 0 736816376 474771456 43100 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 7 0 0 0
[pid=12060/tid=12079] ppid=12058 vsize=463644 CPUtime=0 cores=1,3,5,7
/proc/12060/task/12079/stat : 12079 (python) S 12058 12060 11635 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 736816377 474771456 43100 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 5 0 0 0
[pid=12060/tid=12082] ppid=12058 vsize=463644 CPUtime=0 cores=1,3,5,7
/proc/12060/task/12082/stat : 12082 (python) S 12058 12060 11635 0 -1 4202560 28 934 0 0 0 0 0 0 22 0 5 0 736816379 474771456 43100 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 348.38
Current children cumulated vsize (KiB) 2987752


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

/proc/12075/statm: 108222 41615 399 364 0 44137 0
[pid=12077] ppid=12075 vsize=97372 CPUtime=196.45 cores=1,3,5,7
/proc/12077/stat : 12077 (lingeling) T 12075 12077 12077 0 -1 4202496 44817 0 0 0 19639 6 0 0 25 0 1 0 736816376 99708928 23513 33554432000 4194304 4352236 140736163354304 18446744073709551615 4242032 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/12077/statm: 24343 23513 129 39 0 23423 0
[pid=12075/tid=12126] ppid=12060 vsize=432888 CPUtime=0 cores=1,3,5,7
/proc/12075/task/12126/stat : 12126 (python) S 12060 12060 11635 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 736836022 443277312 41615 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 514 18446604471119458496 0 0 -1 7 0 0 0
[pid=12078] ppid=12060 vsize=443144 CPUtime=2.75 cores=1,3,5,7
/proc/12078/stat : 12078 (python) S 12060 12060 11635 0 -1 4202560 1006 0 0 0 142 133 0 0 15 0 1 0 736816377 453779456 41589 33554432000 4194304 5683644 140736965179424 18446744073709551615 260020416070 0 0 16781312 514 16399259908744118534 0 0 17 5 0 0 0
/proc/12078/statm: 110786 41589 370 364 0 46698 0
[pid=12080] ppid=12078 vsize=567216 CPUtime=1084.05 cores=1,3,5,7
/proc/12080/stat : 12080 (cryptominisat-2) R 12078 12080 12080 0 -1 4202496 146051 0 0 0 108357 48 0 0 25 0 1 0 736816377 580829184 126844 33554432000 4194304 4677096 140734422425328 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/12080/statm: 141804 126844 392 118 0 136763 0
[pid=12081] ppid=12060 vsize=453400 CPUtime=1.86 cores=1,3,5,7
/proc/12081/stat : 12081 (python) S 12060 12060 11635 0 -1 4202560 1151 0 0 0 96 90 0 0 18 0 2 0 736816378 464281600 41623 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12081/statm: 113350 41623 399 364 0 49259 0
[pid=12083] ppid=12081 vsize=97268 CPUtime=777.78 cores=1,3,5,7
/proc/12083/stat : 12083 (lingeling) T 12081 12083 12083 0 -1 4202496 38860 0 0 0 77773 5 0 0 25 0 1 0 736816379 99602432 23487 33554432000 4194304 4352236 140734304483008 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/12083/statm: 24317 23487 129 39 0 23397 0
[pid=12081/tid=12156] ppid=12060 vsize=453400 CPUtime=0 cores=1,3,5,7
/proc/12081/task/12156/stat : 12156 (python) S 12060 12060 11635 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 736865693 464281600 41623 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 514 18446604471128382464 0 0 -1 7 0 0 0
[pid=12123] ppid=12060 vsize=463656 CPUtime=1.91 cores=1,3,5,7
/proc/12123/stat : 12123 (python) S 12060 12060 11635 0 -1 4202560 1148 0 0 0 97 94 0 0 18 0 2 0 736835920 474783744 41627 33554432000 4194304 5683644 140736965179424 18446744073709551615 260020416070 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12123/statm: 115914 41627 399 364 0 51820 0
[pid=12125] ppid=12123 vsize=257484 CPUtime=803.94 cores=1,3,5,7
/proc/12125/stat : 12125 (precosat) R 12123 12125 12125 0 -1 4202496 67340 0 0 0 80383 11 0 0 25 0 1 0 736835921 263663616 63054 33554432000 4194304 4890832 140737396484672 18446744073709551615 4212759 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/12125/statm: 64371 63054 86 171 0 64198 0
[pid=12123/tid=12144] ppid=12060 vsize=463656 CPUtime=0 cores=1,3,5,7
/proc/12123/task/12144/stat : 12144 (python) S 12060 12060 11635 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 736845944 474783744 41627 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 514 18446604459069490240 0 0 -1 7 0 0 0
[pid=12127] ppid=12060 vsize=473912 CPUtime=2.27 cores=1,3,5,7
/proc/12127/stat : 12127 (python) S 12060 12060 11635 0 -1 4202560 1002 0 0 0 114 113 0 0 15 0 1 0 736836023 485285888 41601 33554432000 4194304 5683644 140736965179424 18446744073709551615 260020416070 0 0 16781312 514 16399259908744118535 0 0 17 1 0 0 0
/proc/12127/statm: 118478 41601 370 364 0 54381 0
[pid=12129] ppid=12127 vsize=549620 CPUtime=902.46 cores=1,3,5,7
/proc/12129/stat : 12129 (cryptominisat-2) R 12127 12129 12129 0 -1 4202496 139957 0 0 0 90216 30 0 0 25 0 1 0 736836023 562810880 121559 33554432000 4194304 4677096 140736976536560 18446744073709551615 4320144 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/12129/statm: 137405 121559 392 118 0 132364 0
[pid=12149] ppid=12060 vsize=484168 CPUtime=0.97 cores=1,3,5,7
/proc/12149/stat : 12149 (python) S 12060 12060 11635 0 -1 4202560 1136 0 0 0 47 50 0 0 18 0 2 0 736855368 495788032 41635 33554432000 4194304 5683644 140736965179424 18446744073709551615 260020416070 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/12149/statm: 121042 41635 399 364 0 56942 0
[pid=12151] ppid=12149 vsize=256812 CPUtime=418.52 cores=1,3,5,7
/proc/12151/stat : 12151 (precosat) R 12149 12151 12151 0 -1 4202496 67156 0 0 0 41841 11 0 0 25 0 1 0 736855369 262975488 62872 33554432000 4194304 4890832 140735022087024 18446744073709551615 4238673 0 0 16781312 17442 0 0 0 17 3 0 0 0
/proc/12151/statm: 64203 62872 86 171 0 64030 0
[pid=12149/tid=12155] ppid=12060 vsize=484168 CPUtime=0 cores=1,3,5,7
/proc/12149/task/12155/stat : 12155 (python) S 12060 12060 11635 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736865392 495788032 41635 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 514 18446604466125517952 0 0 -1 3 0 0 0
[pid=12060/tid=12073] ppid=12058 vsize=494412 CPUtime=0 cores=1,3,5,7
/proc/12060/task/12073/stat : 12073 (python) S 12058 12060 11635 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 8 0 736816375 506277888 43119 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 7 0 0 0
[pid=12060/tid=12076] ppid=12058 vsize=494412 CPUtime=0 cores=1,3,5,7
/proc/12060/task/12076/stat : 12076 (python) S 12058 12060 11635 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 8 0 736816376 506277888 43119 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 7 0 0 0
[pid=12060/tid=12079] ppid=12058 vsize=494412 CPUtime=0 cores=1,3,5,7
/proc/12060/task/12079/stat : 12079 (python) S 12058 12060 11635 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 8 0 736816377 506277888 43119 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 5 0 0 0
[pid=12060/tid=12082] ppid=12058 vsize=494412 CPUtime=0 cores=1,3,5,7
/proc/12060/task/12082/stat : 12082 (python) S 12058 12060 11635 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 8 0 736816379 506277888 43119 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 3 0 0 0
[pid=12060/tid=12124] ppid=12058 vsize=494412 CPUtime=0 cores=1,3,5,7
/proc/12060/task/12124/stat : 12124 (python) S 12058 12060 11635 0 -1 4202560 41 934 0 0 0 0 0 0 15 0 8 0 736835920 506277888 43119 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 7 0 0 0
[pid=12060/tid=12128] ppid=12058 vsize=494412 CPUtime=0 cores=1,3,5,7
/proc/12060/task/12128/stat : 12128 (python) S 12058 12060 11635 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 8 0 736836023 506277888 43119 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 3 0 0 0
[pid=12060/tid=12150] ppid=12058 vsize=494412 CPUtime=0 cores=1,3,5,7
/proc/12060/task/12150/stat : 12150 (python) S 12058 12060 11635 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 8 0 736855369 506277888 43119 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4488.57
Current children cumulated vsize (KiB) 5601584

[startup+1201.5 s]
/proc/loadavg: 8.13 8.14 7.86 9/345 12223
/proc/meminfo: memFree=21807056/32951124 swapFree=67083432/67111528
[pid=12060] ppid=12058 vsize=494412 CPUtime=99.79 cores=1,3,5,7
/proc/12060/stat : 12060 (python) S 12058 12060 11635 0 -1 4202496 71341 934 1 0 9957 22 0 0 18 0 8 0 736806381 506277888 43119 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12060/statm: 123603 43119 1880 364 0 59503 0
[pid=12072] ppid=12060 vsize=432876 CPUtime=0.46 cores=1,3,5,7
/proc/12072/stat : 12072 (python) S 12060 12060 11635 0 -1 4202560 1195 0 0 0 23 23 0 0 19 0 2 0 736816375 443265024 41630 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12072/statm: 108219 41630 414 364 0 44137 0
[pid=12074] ppid=12072 vsize=97356 CPUtime=194.91 cores=1,3,5,7
/proc/12074/stat : 12074 (lingeling) T 12072 12074 12074 0 -1 4202496 44811 0 0 0 19486 5 0 0 25 0 1 0 736816375 99692544 23509 33554432000 4194304 4352236 140734302278576 18446744073709551615 4267950 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/12074/statm: 24339 23509 129 39 0 23419 0
[pid=12072/tid=12122] ppid=12060 vsize=432876 CPUtime=0 cores=1,3,5,7
/proc/12072/task/12122/stat : 12122 (python) S 12060 12060 11635 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 736835919 443265024 41630 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 514 18446604462036758848 0 0 -1 7 0 0 0
[pid=12075] ppid=12060 vsize=432888 CPUtime=0.45 cores=1,3,5,7
/proc/12075/stat : 12075 (python) S 12060 12060 11635 0 -1 4202560 1141 0 0 0 22 23 0 0 19 0 2 0 736816376 443277312 41615 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12075/statm: 108222 41615 399 364 0 44137 0
[pid=12077] ppid=12075 vsize=97372 CPUtime=196.45 cores=1,3,5,7
/proc/12077/stat : 12077 (lingeling) T 12075 12077 12077 0 -1 4202496 44817 0 0 0 19639 6 0 0 25 0 1 0 736816376 99708928 23513 33554432000 4194304 4352236 140736163354304 18446744073709551615 4242032 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/12077/statm: 24343 23513 129 39 0 23423 0
[pid=12075/tid=12126] ppid=12060 vsize=432888 CPUtime=0 cores=1,3,5,7
/proc/12075/task/12126/stat : 12126 (python) S 12060 12060 11635 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 736836022 443277312 41615 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 514 18446604471119458496 0 0 -1 7 0 0 0
[pid=12078] ppid=12060 vsize=443144 CPUtime=2.75 cores=1,3,5,7
/proc/12078/stat : 12078 (python) S 12060 12060 11635 0 -1 4202560 1006 0 0 0 142 133 0 0 15 0 1 0 736816377 453779456 41589 33554432000 4194304 5683644 140736965179424 18446744073709551615 260020416070 0 0 16781312 514 16399259908744118534 0 0 17 5 0 0 0
/proc/12078/statm: 110786 41589 370 364 0 46698 0
[pid=12080] ppid=12078 vsize=567216 CPUtime=1084.44 cores=1,3,5,7
/proc/12080/stat : 12080 (cryptominisat-2) R 12078 12080 12080 0 -1 4202496 146051 0 0 0 108396 48 0 0 25 0 1 0 736816377 580829184 126844 33554432000 4194304 4677096 140734422425328 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/12080/statm: 141804 126844 392 118 0 136763 0
[pid=12081] ppid=12060 vsize=453400 CPUtime=1.86 cores=1,3,5,7
/proc/12081/stat : 12081 (python) S 12060 12060 11635 0 -1 4202560 1151 0 0 0 96 90 0 0 18 0 2 0 736816378 464281600 41623 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12081/statm: 113350 41623 399 364 0 49259 0
[pid=12083] ppid=12081 vsize=97268 CPUtime=777.78 cores=1,3,5,7
/proc/12083/stat : 12083 (lingeling) T 12081 12083 12083 0 -1 4202496 38860 0 0 0 77773 5 0 0 25 0 1 0 736816379 99602432 23487 33554432000 4194304 4352236 140734304483008 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/12083/statm: 24317 23487 129 39 0 23397 0
[pid=12081/tid=12156] ppid=12060 vsize=453400 CPUtime=0 cores=1,3,5,7
/proc/12081/task/12156/stat : 12156 (python) S 12060 12060 11635 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 736865693 464281600 41623 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 514 18446604471128382464 0 0 -1 7 0 0 0
[pid=12123] ppid=12060 vsize=463656 CPUtime=1.91 cores=1,3,5,7
/proc/12123/stat : 12123 (python) S 12060 12060 11635 0 -1 4202560 1148 0 0 0 97 94 0 0 18 0 2 0 736835920 474783744 41627 33554432000 4194304 5683644 140736965179424 18446744073709551615 260020416070 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12123/statm: 115914 41627 399 364 0 51820 0
[pid=12125] ppid=12123 vsize=257484 CPUtime=804.33 cores=1,3,5,7
/proc/12125/stat : 12125 (precosat) R 12123 12125 12125 0 -1 4202496 67340 0 0 0 80422 11 0 0 25 0 1 0 736835921 263663616 63054 33554432000 4194304 4890832 140737396484672 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/12125/statm: 64371 63054 86 171 0 64198 0
[pid=12123/tid=12144] ppid=12060 vsize=463656 CPUtime=0 cores=1,3,5,7
/proc/12123/task/12144/stat : 12144 (python) S 12060 12060 11635 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 736845944 474783744 41627 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 514 18446604459069490240 0 0 -1 7 0 0 0
[pid=12127] ppid=12060 vsize=473912 CPUtime=2.27 cores=1,3,5,7
/proc/12127/stat : 12127 (python) S 12060 12060 11635 0 -1 4202560 1002 0 0 0 114 113 0 0 15 0 1 0 736836023 485285888 41601 33554432000 4194304 5683644 140736965179424 18446744073709551615 260020416070 0 0 16781312 514 16399259908744118535 0 0 17 1 0 0 0
/proc/12127/statm: 118478 41601 370 364 0 54381 0
[pid=12129] ppid=12127 vsize=549620 CPUtime=902.85 cores=1,3,5,7
/proc/12129/stat : 12129 (cryptominisat-2) R 12127 12129 12129 0 -1 4202496 139957 0 0 0 90255 30 0 0 25 0 1 0 736836023 562810880 121559 33554432000 4194304 4677096 140736976536560 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/12129/statm: 137405 121559 392 118 0 132364 0
[pid=12149] ppid=12060 vsize=484168 CPUtime=0.97 cores=1,3,5,7
/proc/12149/stat : 12149 (python) S 12060 12060 11635 0 -1 4202560 1136 0 0 0 47 50 0 0 18 0 2 0 736855368 495788032 41635 33554432000 4194304 5683644 140736965179424 18446744073709551615 260020416070 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/12149/statm: 121042 41635 399 364 0 56942 0
[pid=12151] ppid=12149 vsize=256812 CPUtime=418.91 cores=1,3,5,7
/proc/12151/stat : 12151 (precosat) R 12149 12151 12151 0 -1 4202496 67156 0 0 0 41880 11 0 0 25 0 1 0 736855369 262975488 62872 33554432000 4194304 4890832 140735022087024 18446744073709551615 4212837 0 0 16781312 17442 0 0 0 17 3 0 0 0
/proc/12151/statm: 64203 62872 86 171 0 64030 0
[pid=12149/tid=12155] ppid=12060 vsize=484168 CPUtime=0 cores=1,3,5,7
/proc/12149/task/12155/stat : 12155 (python) S 12060 12060 11635 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736865392 495788032 41635 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 514 18446604466125517952 0 0 -1 3 0 0 0
[pid=12060/tid=12073] ppid=12058 vsize=494412 CPUtime=0 cores=1,3,5,7
/proc/12060/task/12073/stat : 12073 (python) S 12058 12060 11635 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 8 0 736816375 506277888 43119 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 7 0 0 0
[pid=12060/tid=12076] ppid=12058 vsize=494412 CPUtime=0 cores=1,3,5,7
/proc/12060/task/12076/stat : 12076 (python) S 12058 12060 11635 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 8 0 736816376 506277888 43119 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 7 0 0 0
[pid=12060/tid=12079] ppid=12058 vsize=494412 CPUtime=0 cores=1,3,5,7
/proc/12060/task/12079/stat : 12079 (python) S 12058 12060 11635 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 8 0 736816377 506277888 43119 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 5 0 0 0
[pid=12060/tid=12082] ppid=12058 vsize=494412 CPUtime=0 cores=1,3,5,7
/proc/12060/task/12082/stat : 12082 (python) S 12058 12060 11635 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 8 0 736816379 506277888 43119 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 3 0 0 0
[pid=12060/tid=12124] ppid=12058 vsize=494412 CPUtime=0 cores=1,3,5,7
/proc/12060/task/12124/stat : 12124 (python) S 12058 12060 11635 0 -1 4202560 41 934 0 0 0 0 0 0 15 0 8 0 736835920 506277888 43119 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 7 0 0 0
[pid=12060/tid=12128] ppid=12058 vsize=494412 CPUtime=0 cores=1,3,5,7
/proc/12060/task/12128/stat : 12128 (python) S 12058 12060 11635 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 8 0 736836023 506277888 43119 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 3 0 0 0
[pid=12060/tid=12150] ppid=12058 vsize=494412 CPUtime=0 cores=1,3,5,7
/proc/12060/task/12150/stat : 12150 (python) S 12058 12060 11635 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 8 0 736855369 506277888 43119 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4490.13
Current children cumulated vsize (KiB) 5601584

[startup+1201.6 s]
/proc/loadavg: 8.13 8.14 7.86 9/345 12223
/proc/meminfo: memFree=21807056/32951124 swapFree=67083432/67111528
[pid=12060] ppid=12058 vsize=494412 CPUtime=2596.97 cores=1,3,5,7
/proc/12060/stat : 12060 (python) S 12058 12060 11635 0 -1 4202496 71351 342310 1 0 9958 22 249349 368 17 0 8 0 736806381 506277888 43119 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032226111 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12060/statm: 123603 43119 1880 364 0 59503 0
[pid=12078] ppid=12060 vsize=443144 CPUtime=2.75 cores=1,3,5,7
/proc/12078/stat : 12078 (python) S 12060 12060 11635 0 -1 4202560 1024 0 0 0 142 133 0 0 15 0 1 0 736816377 453779456 41594 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032226111 0 0 16781824 2 18446744071562232103 0 0 17 5 0 0 0
/proc/12078/statm: 110786 41594 375 364 0 46698 0
[pid=12080] ppid=12078 vsize=0 CPUtime=1084.53 cores=1,3,5,7
/proc/12080/stat : 12080 (cryptominisat-2) R 12078 12080 12080 0 -1 4203524 146051 0 0 0 108405 48 0 0 25 0 1 0 736816377 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/12080/statm: 0 0 0 0 0 0 0
[pid=12123] ppid=12060 vsize=463656 CPUtime=1.91 cores=1,3,5,7
/proc/12123/stat : 12123 (python) S 12060 12060 11635 0 -1 4202560 1148 0 0 0 97 94 0 0 18 0 2 0 736835920 474783744 41627 33554432000 4194304 5683644 140736965179424 18446744073709551615 260020416070 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/12123/statm: 115914 41627 399 364 0 51820 0
[pid=12125] ppid=12123 vsize=257484 CPUtime=804.42 cores=1,3,5,7
/proc/12125/stat : 12125 (precosat) R 12123 12125 12125 0 -1 4202496 67340 0 0 0 80431 11 0 0 25 0 1 0 736835921 263663616 63054 33554432000 4194304 4890832 140737396484672 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/12125/statm: 64371 63054 86 171 0 64198 0
[pid=12123/tid=12144] ppid=12060 vsize=463656 CPUtime=0 cores=1,3,5,7
/proc/12123/task/12144/stat : 12144 (python) S 12060 12060 11635 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 736845944 474783744 41627 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 514 18446604459069490240 0 0 -1 7 0 0 0
[pid=12060/tid=12073] ppid=12058 vsize=494412 CPUtime=2497.17 cores=1,3,5,7
/proc/12060/task/12073/stat : 12073 (python) S 12058 12060 11635 0 -1 4202560 27 342310 0 0 0 0 249349 368 25 0 8 0 736816375 506277888 43119 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 7 0 0 0
[pid=12060/tid=12076] ppid=12058 vsize=494412 CPUtime=2497.17 cores=1,3,5,7
/proc/12060/task/12076/stat : 12076 (python) S 12058 12060 11635 0 -1 4202560 24 342310 0 0 0 0 249349 368 20 0 8 0 736816376 506277888 43119 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 7 0 0 0
[pid=12060/tid=12079] ppid=12058 vsize=494412 CPUtime=2497.17 cores=1,3,5,7
/proc/12060/task/12079/stat : 12079 (python) S 12058 12060 11635 0 -1 4202560 23 342310 0 0 0 0 249349 368 20 0 8 0 736816377 506277888 43119 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 5 0 0 0
[pid=12060/tid=12082] ppid=12058 vsize=494412 CPUtime=2497.17 cores=1,3,5,7
/proc/12060/task/12082/stat : 12082 (python) S 12058 12060 11635 0 -1 4202560 33 342310 0 0 0 0 249349 368 18 0 8 0 736816379 506277888 43119 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 3 0 0 0
[pid=12060/tid=12124] ppid=12058 vsize=494412 CPUtime=2497.17 cores=1,3,5,7
/proc/12060/task/12124/stat : 12124 (python) S 12058 12060 11635 0 -1 4202560 41 342310 0 0 0 0 249349 368 15 0 8 0 736835920 506277888 43119 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 7 0 0 0
[pid=12060/tid=12128] ppid=12058 vsize=494412 CPUtime=2497.17 cores=1,3,5,7
/proc/12060/task/12128/stat : 12128 (python) S 12058 12060 11635 0 -1 4202560 27 342310 0 0 0 0 249349 368 20 0 8 0 736836023 506277888 43119 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 3 0 0 0
[pid=12060/tid=12150] ppid=12058 vsize=494412 CPUtime=2497.17 cores=1,3,5,7
/proc/12060/task/12150/stat : 12150 (python) S 12058 12060 11635 0 -1 4202560 27 342310 0 0 0 0 249349 368 18 0 8 0 736855369 506277888 43119 33554432000 4194304 5683644 140736965179424 18446744073709551615 260032219569 0 0 16781312 2 18446604468576521088 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4490.58
Current children cumulated vsize (KiB) 1658696

Child status: 0
Real time (s): 1201.68
CPU time (s): 4490.77
CPU user time (s): 4483.91
CPU system time (s): 6.85896
CPU usage (%): 373.706
Max. virtual memory (cumulated for all children) (KiB): 5601584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4483.91
system time used= 6.85896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 648460
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= 8478
involuntary context switches= 37896

runsolver used 5.9051 second user time and 9.8915 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-15 15:22:38
IDJOB=3378972
IDBENCH=82459
IDSOLVER=1860
FILE ID=node110/3378972-1305465757
RUNJOBID= node110-1305463157-11654
PBS_JOBID= 13324983
Free space on /tmp= 73556 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-VS3-benchmark-S2-tseitin.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378972-1305465757/watcher-3378972-1305465757 -o /tmp/evaluation-result-3378972-1305465757/solver-3378972-1305465757 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378972-1305465757.cnf -seed 1913783708 -budget 4800 -cores 4

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

MD5SUM BENCH= b967fca11e85ef5b614d3452b1c4b2ad
RANDOM SEED=1913783708

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23789472 kB
Buffers:        297156 kB
Cached:        4498728 kB
SwapCached:       1440 kB
Active:        5398652 kB
Inactive:      3422824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23789472 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           45840 kB
Writeback:           0 kB
AnonPages:     4023556 kB
Mapped:          32984 kB
Slab:           247644 kB
PageTables:      28868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 64807040 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= 73536 MiB
End job on node110 at 2011-05-15 15:42:40