Trace number 3380880

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-industrial (fixed)UNSAT 88.2846 48.9003

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtswvqis8x8p2-tseitin.cnf
MD5SUMa2c0a22b1392549d2fca6c4b89170828
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.00769
Satisfiable
(Un)Satisfiability was proved
Number of variables156721
Number of clauses469046
Sum of the clauses size1094438
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2312696
Number of clauses of size 3156348
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.33/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.33/0.67	c INFO: solving HOME/instance-3380880-1305494249.cnf
0.33/0.67	c INFO: computing task features
1.82/2.12	c INFO: computed variable-clause graph statistics
1.82/2.17	c INFO: computed clause balance statistics
8.91/9.29	c INFO: computed variable balance statistics
14.31/14.60	c INFO: computed small-clause counts
14.41/14.70	c INFO: computed Horn-clause counts
42.71/43.04	c INFO: computed variable graph statistics
42.71/43.04	c INFO: collected features for HOME/instance-3380880-1305494249.cnf in 42.33 s
42.71/43.06	c INFO: running lingeling-276@0 for 97 with 4957 remaining (b = 0.50)
42.71/43.09	c INFO: running cryptominisat-2.9.0@0 for 485 with 4957 remaining (b = 0.39)
42.81/43.11	c INFO: running lingeling-276@0 for 1261 with 4957 remaining (b = 0.51)
42.81/43.14	c INFO: running SApperloT@0 for 97 with 4957 remaining (b = 0.03)
42.81/43.17	c INFO: running lingeling-276@0 for 1261 with 4957 remaining (b = 0.43)
42.81/43.19	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4957 remaining (b = 0.53)
42.91/43.22	c INFO: running lingeling-276@0 for 1067 with 4957 remaining (b = 0.32)
42.91/43.25	c INFO: running precosat-570@0 for 388 with 4957 remaining (b = 0.23)
87.78/48.86	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3380880-1305494249/watcher-3380880-1305494249 -o /tmp/evaluation-result-3380880-1305494249/solver-3380880-1305494249 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380880-1305494249.cnf -seed 1114746705 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 5.28 2.58 3.39 1/321 20892
/proc/meminfo: memFree=8873128/32950928 swapFree=64721848/67111528
[pid=20892] ppid=20890 vsize=15780 CPUtime=0 cores=0-7
/proc/20892/stat : 20892 (python) R 20890 20892 20410 0 -1 4202496 858 0 0 0 0 0 0 0 20 0 1 0 661024742 16158720 741 33554432000 4194304 5683644 140736262400272 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20892/statm: 3945 741 335 364 0 432 0

[startup+0.0900311 s]
/proc/loadavg: 5.28 2.58 3.39 1/321 20892
/proc/meminfo: memFree=8873128/32950928 swapFree=64721848/67111528
[pid=20892] ppid=20890 vsize=80056 CPUtime=0.05 cores=0-7
/proc/20892/stat : 20892 (python) R 20890 20892 20410 0 -1 4202496 2151 0 0 0 4 1 0 0 20 0 1 0 661024742 81977344 1906 33554432000 4194304 5683644 140736262400272 18446744073709551615 248084774535 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20892/statm: 20550 1910 539 364 0 1326 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 80056

[startup+0.101017 s]
/proc/loadavg: 5.28 2.58 3.39 1/321 20892
/proc/meminfo: memFree=8873128/32950928 swapFree=64721848/67111528
[pid=20892] ppid=20890 vsize=87708 CPUtime=0.05 cores=0-7
/proc/20892/stat : 20892 (python) S 20890 20892 20410 0 -1 4202496 2637 0 0 0 4 1 0 0 17 0 1 0 661024742 89812992 2354 33554432000 4194304 5683644 140736262400272 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/20892/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87708

[startup+0.300986 s]
/proc/loadavg: 5.28 2.58 3.39 1/321 20892
/proc/meminfo: memFree=8873128/32950928 swapFree=64721848/67111528
[pid=20892] ppid=20890 vsize=135752 CPUtime=0.17 cores=0-7
/proc/20892/stat : 20892 (python) R 20890 20892 20410 0 -1 4202496 5961 934 1 0 13 4 0 0 18 0 1 0 661024742 139010048 4150 33554432000 4194304 5683644 140736262400272 18446744073709551615 248089694213 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20892/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.70091 s]
/proc/loadavg: 5.28 2.58 3.39 1/321 20892
/proc/meminfo: memFree=8873128/32950928 swapFree=64721848/67111528
[pid=20892] ppid=20890 vsize=288192 CPUtime=0.4 cores=0-7
/proc/20892/stat : 20892 (python) R 20890 20892 20410 0 -1 4202496 11689 934 1 0 31 9 0 0 17 0 1 0 661024742 295108608 9369 33554432000 4194304 5683644 140736262400272 18446744073709551615 4602349 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20892/statm: 72048 9369 1761 364 0 7972 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 288192

[startup+1.50069 s]
/proc/loadavg: 5.28 2.58 3.39 2/322 20897
/proc/meminfo: memFree=8823768/32950928 swapFree=64721848/67111528
[pid=20892] ppid=20890 vsize=340608 CPUtime=1.21 cores=0-7
/proc/20892/stat : 20892 (python) R 20890 20892 20410 0 -1 4202496 24454 934 1 0 111 10 0 0 18 0 1 0 661024742 348782592 22134 33554432000 4194304 5683644 140736262400272 18446744073709551615 4302983 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20892/statm: 85152 22135 1761 364 0 21076 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 340608

[startup+3.10041 s]
/proc/loadavg: 5.28 2.58 3.39 2/322 20897
/proc/meminfo: memFree=8756312/32950928 swapFree=64721848/67111528
[pid=20892] ppid=20890 vsize=373744 CPUtime=2.81 cores=0-7
/proc/20892/stat : 20892 (python) R 20890 20892 20410 0 -1 4202496 43726 934 1 0 268 13 0 0 21 0 1 0 661024742 382713856 30820 33554432000 4194304 5683644 140736262400272 18446744073709551615 47948112572422 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20892/statm: 93436 30820 1826 364 0 29360 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 373744

[startup+6.30084 s]
/proc/loadavg: 4.94 2.55 3.38 2/322 20897
/proc/meminfo: memFree=8756644/32950928 swapFree=64721848/67111528
[pid=20892] ppid=20890 vsize=373744 CPUtime=6.01 cores=0-7
/proc/20892/stat : 20892 (python) R 20890 20892 20410 0 -1 4202496 43726 934 1 0 588 13 0 0 25 0 1 0 661024742 382713856 30820 33554432000 4194304 5683644 140736262400272 18446744073709551615 4500320 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20892/statm: 93436 30820 1826 364 0 29360 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 373744

[startup+12.7008 s]
/proc/loadavg: 4.63 2.53 3.37 2/322 20897
/proc/meminfo: memFree=8756932/32950928 swapFree=64721848/67111528
[pid=20892] ppid=20890 vsize=373744 CPUtime=12.41 cores=0-7
/proc/20892/stat : 20892 (python) R 20890 20892 20410 0 -1 4202496 43727 934 1 0 1228 13 0 0 25 0 1 0 661024742 382713856 30821 33554432000 4194304 5683644 140736262400272 18446744073709551615 4602354 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20892/statm: 93436 30821 1827 364 0 29360 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 373744

[startup+25.5005 s]
/proc/loadavg: 3.90 2.47 3.33 2/322 20898
/proc/meminfo: memFree=8759388/32950928 swapFree=64721848/67111528
[pid=20892] ppid=20890 vsize=373744 CPUtime=25.21 cores=0-7
/proc/20892/stat : 20892 (python) R 20890 20892 20410 0 -1 4202496 43733 934 1 0 2508 13 0 0 25 0 1 0 661024742 382713856 30827 33554432000 4194304 5683644 140736262400272 18446744073709551615 47948109703308 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20892/statm: 93436 30827 1833 364 0 29360 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 373744

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

[startup+38.3002 s]
/proc/loadavg: 3.46 2.42 3.31 2/322 20898
/proc/meminfo: memFree=8758752/32950928 swapFree=64721848/67111528
[pid=20892] ppid=20890 vsize=373744 CPUtime=38.01 cores=0-7
/proc/20892/stat : 20892 (python) R 20890 20892 20410 0 -1 4202496 43733 934 1 0 3788 13 0 0 25 0 1 0 661024742 382713856 30827 33554432000 4194304 5683644 140736262400272 18446744073709551615 47948109703308 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20892/statm: 93436 30827 1833 364 0 29360 0
Current children cumulated CPU time (s) 38.01
Current children cumulated vsize (KiB) 373744

[startup+44.7011 s]
/proc/loadavg: 3.26 2.40 3.29 9/346 20922
/proc/meminfo: memFree=8354784/32950928 swapFree=64721848/67111528
[pid=20892] ppid=20890 vsize=514156 CPUtime=42.97 cores=0-7
/proc/20892/stat : 20892 (python) S 20890 20892 20410 0 -1 4202496 48969 934 1 0 4280 17 0 0 23 0 9 0 661024742 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20892/statm: 128539 29252 1889 364 0 64436 0
[pid=20899] ppid=20892 vsize=366584 CPUtime=0 cores=0-7
/proc/20899/stat : 20899 (python) S 20892 20892 20410 0 -1 4202560 812 0 0 0 0 0 0 0 18 0 1 0 661029049 375382016 27556 33554432000 4194304 5683644 140736262400272 18446744073709551615 248089718287 0 0 16781312 514 15025206004243496959 0 0 17 1 0 0 0
/proc/20899/statm: 91646 27556 358 364 0 27564 0
[pid=20901] ppid=20899 vsize=38360 CPUtime=1.61 cores=0-7
/proc/20901/stat : 20901 (lingeling) R 20899 20901 20901 0 -1 4202496 18324 0 0 0 158 3 0 0 25 0 1 0 661029049 39280640 8746 33554432000 4194304 4352236 140735508911184 18446744073709551615 4319003 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/20901/statm: 9590 8746 121 39 0 8670 0
[pid=20902] ppid=20892 vsize=376840 CPUtime=0 cores=0-7
/proc/20902/stat : 20902 (python) S 20892 20892 20410 0 -1 4202560 747 0 0 0 0 0 0 0 19 0 1 0 661029051 385884160 27549 33554432000 4194304 5683644 140736262400272 18446744073709551615 248089718342 0 0 16781312 514 4113371135217762303 0 0 17 1 0 0 0
/proc/20902/statm: 94210 27549 347 364 0 30125 0
[pid=20904] ppid=20902 vsize=148308 CPUtime=1.58 cores=0-7
/proc/20904/stat : 20904 (cryptominisat-2) R 20902 20904 20904 0 -1 4202496 29152 0 0 0 156 2 0 0 25 0 1 0 661029052 151867392 24519 33554432000 4194304 4677096 140735147904336 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/20904/statm: 37077 24521 362 118 0 32036 0
[pid=20905] ppid=20892 vsize=452632 CPUtime=0 cores=0-7
/proc/20905/stat : 20905 (python) S 20892 20892 20410 0 -1 4202560 705 0 0 0 0 0 0 0 18 0 1 0 661029054 463495168 27671 33554432000 4194304 5683644 140736262400272 18446744073709551615 248089718342 0 0 16781312 514 3872921686118498303 0 0 17 1 0 0 0
/proc/20905/statm: 113158 27671 348 364 0 49070 0
[pid=20907] ppid=20905 vsize=42900 CPUtime=1.56 cores=0-7
/proc/20907/stat : 20907 (lingeling) R 20905 20907 20907 0 -1 4202496 15935 0 0 0 154 2 0 0 25 0 1 0 661029054 43929600 9881 33554432000 4194304 4352236 140735911144032 18446744073709551615 4319146 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/20907/statm: 10725 9881 121 39 0 9805 0
[pid=20908] ppid=20892 vsize=462888 CPUtime=0 cores=0-7
/proc/20908/stat : 20908 (python) S 20892 20892 20410 0 -1 4202560 719 0 0 0 0 0 0 0 18 0 1 0 661029057 473997312 27655 33554432000 4194304 5683644 140736262400272 18446744073709551615 248089718342 0 0 16781312 514 4567552450617147391 0 0 17 1 0 0 0
/proc/20908/statm: 115722 27655 348 364 0 51631 0
[pid=20910] ppid=20908 vsize=24932 CPUtime=1.53 cores=0-7
/proc/20910/stat : 20910 (SApperloT-base) R 20908 20910 20910 0 -1 4202496 5843 0 0 0 152 1 0 0 25 0 1 0 661029057 25530368 5487 33554432000 134512640 135674940 4292732336 18446744073709551615 134564250 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20910/statm: 6233 5487 99 284 0 5947 0
[pid=20911] ppid=20892 vsize=473144 CPUtime=0 cores=0-7
/proc/20911/stat : 20911 (python) S 20892 20892 20410 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 661029059 484499456 27684 33554432000 4194304 5683644 140736262400272 18446744073709551615 248089718342 0 0 16781312 514 15529141320311373823 0 0 17 1 0 0 0
/proc/20911/statm: 118286 27684 348 364 0 54192 0
[pid=20913] ppid=20911 vsize=38152 CPUtime=1.49 cores=0-7
/proc/20913/stat : 20913 (lingeling) R 20911 20913 20913 0 -1 4202496 18412 0 0 0 147 2 0 0 25 0 1 0 661029060 39067648 8694 33554432000 4194304 4352236 140736280544064 18446744073709551615 4319056 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/20913/statm: 9538 8694 121 39 0 8618 0
[pid=20914] ppid=20892 vsize=483400 CPUtime=0 cores=0-7
/proc/20914/stat : 20914 (python) S 20892 20892 20410 0 -1 4202560 733 0 0 0 0 0 0 0 15 0 1 0 661029062 495001600 27688 33554432000 4194304 5683644 140736262400272 18446744073709551615 248089718342 0 0 16781312 514 3088180721043341570 0 0 17 4 0 0 0
/proc/20914/statm: 120850 27688 348 364 0 56753 0
[pid=20916] ppid=20914 vsize=144216 CPUtime=1.49 cores=0-7
/proc/20916/stat : 20916 (cryptominisat-2) R 20914 20916 20916 0 -1 4202496 28219 0 0 0 145 4 0 0 25 0 1 0 661029062 147677184 23589 33554432000 4194304 4677096 140734362634640 18446744073709551615 4319417 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20916/statm: 36054 23589 362 118 0 31013 0
[pid=20917] ppid=20892 vsize=493656 CPUtime=0 cores=0-7
/proc/20917/stat : 20917 (python) S 20892 20892 20410 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 661029065 505503744 27681 33554432000 4194304 5683644 140736262400272 18446744073709551615 248089718342 0 0 16781312 514 450794549002895359 0 0 17 1 0 0 0
/proc/20917/statm: 123414 27681 348 364 0 59314 0
[pid=20921] ppid=20917 vsize=42028 CPUtime=1.41 cores=0-7
/proc/20921/stat : 20921 (lingeling) R 20917 20921 20921 0 -1 4202496 15669 0 0 0 139 2 0 0 25 0 1 0 661029068 43036672 9661 33554432000 4194304 4352236 140737392894096 18446744073709551615 4314432 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/20921/statm: 10507 9661 120 39 0 9587 0
[pid=20919] ppid=20892 vsize=503912 CPUtime=0 cores=0-7
/proc/20919/stat : 20919 (python) S 20892 20892 20410 0 -1 4202560 781 0 0 0 0 0 0 0 18 0 1 0 661029067 516005888 27713 33554432000 4194304 5683644 140736262400272 18446744073709551615 248089718342 0 0 16781312 514 450790700712198143 0 0 17 1 0 0 0
/proc/20919/statm: 125978 27713 354 364 0 61875 0
[pid=20922] ppid=20919 vsize=125060 CPUtime=1.41 cores=0-7
/proc/20922/stat : 20922 (precosat) R 20919 20922 20922 0 -1 4202496 31896 0 0 0 136 5 0 0 25 0 1 0 661029068 128061440 29179 33554432000 4194304 4890832 140737015086400 18446744073709551615 4292513 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/20922/statm: 31265 29179 80 171 0 31092 0
[pid=20892/tid=20900] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20900/stat : 20900 (python) S 20890 20892 20410 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 9 0 661029049 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 2 0 0 0
[pid=20892/tid=20903] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20903/stat : 20903 (python) S 20890 20892 20410 0 -1 4202560 22 934 0 0 0 0 0 0 18 0 9 0 661029052 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 3 0 0 0
[pid=20892/tid=20906] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20906/stat : 20906 (python) S 20890 20892 20410 0 -1 4202560 58 934 0 0 0 0 0 0 25 0 9 0 661029054 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 0 0 0 0
[pid=20892/tid=20909] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20909/stat : 20909 (python) S 20890 20892 20410 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 661029057 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 5 0 0 0
[pid=20892/tid=20912] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20912/stat : 20912 (python) S 20890 20892 20410 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 9 0 661029059 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 0 0 0 0
[pid=20892/tid=20915] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20915/stat : 20915 (python) S 20890 20892 20410 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 9 0 661029062 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 4 0 0 0
[pid=20892/tid=20918] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20918/stat : 20918 (python) S 20890 20892 20410 0 -1 4202560 48 934 0 0 0 0 0 0 23 0 9 0 661029065 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 0 0 0 0
[pid=20892/tid=20920] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20920/stat : 20920 (python) S 20890 20892 20410 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 9 0 661029068 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 55.05
Current children cumulated vsize (KiB) 4731168

[startup+46.3018 s]
/proc/loadavg: 3.64 2.49 3.32 9/346 20922
/proc/meminfo: memFree=8144540/32950928 swapFree=64721848/67111528
[pid=20892] ppid=20890 vsize=514156 CPUtime=42.97 cores=0-7
/proc/20892/stat : 20892 (python) S 20890 20892 20410 0 -1 4202496 48969 934 1 0 4280 17 0 0 23 0 9 0 661024742 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20892/statm: 128539 29252 1889 364 0 64436 0
[pid=20899] ppid=20892 vsize=366584 CPUtime=0 cores=0-7

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

[pid=20919] ppid=20892 vsize=503912 CPUtime=0.01 cores=0-7
/proc/20919/stat : 20919 (python) S 20892 20892 20410 0 -1 4202560 864 0 0 0 0 1 0 0 18 0 1 0 661029067 516005888 27736 33554432000 4194304 5683644 140736262400272 18446744073709551615 248089718342 0 0 16781312 514 450790700712165633 0 0 17 1 0 0 0
/proc/20919/statm: 125978 27736 377 364 0 61875 0
[pid=20922] ppid=20919 vsize=161152 CPUtime=5.02 cores=0-7
/proc/20922/stat : 20922 (precosat) R 20919 20922 20922 0 -1 4202496 40874 0 0 0 494 8 0 0 25 0 1 0 661029068 165019648 38157 33554432000 4194304 4890832 140737015086400 18446744073709551615 4239007 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/20922/statm: 40288 38157 86 171 0 40115 0
[pid=20892/tid=20900] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20900/stat : 20900 (python) S 20890 20892 20410 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 9 0 661029049 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 2 0 0 0
[pid=20892/tid=20903] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20903/stat : 20903 (python) S 20890 20892 20410 0 -1 4202560 22 934 0 0 0 0 0 0 18 0 9 0 661029052 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 3 0 0 0
[pid=20892/tid=20906] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20906/stat : 20906 (python) S 20890 20892 20410 0 -1 4202560 58 934 0 0 0 0 0 0 25 0 9 0 661029054 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 0 0 0 0
[pid=20892/tid=20909] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20909/stat : 20909 (python) S 20890 20892 20410 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 661029057 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 5 0 0 0
[pid=20892/tid=20912] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20912/stat : 20912 (python) S 20890 20892 20410 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 9 0 661029059 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 0 0 0 0
[pid=20892/tid=20915] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20915/stat : 20915 (python) S 20890 20892 20410 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 9 0 661029062 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 4 0 0 0
[pid=20892/tid=20918] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20918/stat : 20918 (python) S 20890 20892 20410 0 -1 4202560 48 934 0 0 0 0 0 0 23 0 9 0 661029065 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 0 0 0 0
[pid=20892/tid=20920] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20920/stat : 20920 (python) S 20890 20892 20410 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 9 0 661029068 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 83.87
Current children cumulated vsize (KiB) 5119140

[startup+48.7014 s]
/proc/loadavg: 3.64 2.49 3.32 9/346 20922
/proc/meminfo: memFree=7929368/32950928 swapFree=64721848/67111528
[pid=20892] ppid=20890 vsize=514156 CPUtime=42.97 cores=0-7
/proc/20892/stat : 20892 (python) S 20890 20892 20410 0 -1 4202496 48969 934 1 0 4280 17 0 0 23 0 9 0 661024742 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20892/statm: 128539 29252 1889 364 0 64436 0
[pid=20899] ppid=20892 vsize=366584 CPUtime=0.01 cores=0-7
/proc/20899/stat : 20899 (python) S 20892 20892 20410 0 -1 4202560 980 0 0 0 0 1 0 0 18 0 1 0 661029049 375382016 27579 33554432000 4194304 5683644 140736262400272 18446744073709551615 248089718287 0 0 16781312 514 15025206004243464450 0 0 17 1 0 0 0
/proc/20899/statm: 91646 27579 381 364 0 27564 0
[pid=20901] ppid=20899 vsize=50652 CPUtime=5.61 cores=0-7
/proc/20901/stat : 20901 (lingeling) R 20899 20901 20901 0 -1 4202496 21409 0 0 0 558 3 0 0 25 0 1 0 661029049 51867648 11831 33554432000 4194304 4352236 140735508911184 18446744073709551615 4297848 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/20901/statm: 12663 11831 127 39 0 11743 0
[pid=20902] ppid=20892 vsize=376840 CPUtime=0.01 cores=0-7
/proc/20902/stat : 20902 (python) S 20892 20892 20410 0 -1 4202560 903 0 0 0 0 1 0 0 18 0 1 0 661029051 385884160 27572 33554432000 4194304 5683644 140736262400272 18446744073709551615 248089718342 0 0 16781312 514 4113371135217729796 0 0 17 1 0 0 0
/proc/20902/statm: 94210 27572 370 364 0 30125 0
[pid=20904] ppid=20902 vsize=317080 CPUtime=5.59 cores=0-7
/proc/20904/stat : 20904 (cryptominisat-2) R 20902 20904 20904 0 -1 4202496 64407 0 0 0 553 6 0 0 25 0 1 0 661029052 324689920 59774 33554432000 4194304 4677096 140735147904336 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/20904/statm: 79270 59774 362 118 0 74229 0
[pid=20905] ppid=20892 vsize=452632 CPUtime=0.01 cores=0-7
/proc/20905/stat : 20905 (python) S 20892 20892 20410 0 -1 4202560 782 0 0 0 0 1 0 0 18 0 1 0 661029054 463495168 27694 33554432000 4194304 5683644 140736262400272 18446744073709551615 248089718342 0 0 16781312 514 3872921686118465796 0 0 17 1 0 0 0
/proc/20905/statm: 113158 27694 371 364 0 49070 0
[pid=20907] ppid=20905 vsize=51096 CPUtime=5.57 cores=0-7
/proc/20907/stat : 20907 (lingeling) R 20905 20907 20907 0 -1 4202496 17996 0 0 0 554 3 0 0 25 0 1 0 661029054 52322304 11942 33554432000 4194304 4352236 140735911144032 18446744073709551615 4212200 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/20907/statm: 12774 11942 127 39 0 11854 0
[pid=20908] ppid=20892 vsize=462888 CPUtime=0.01 cores=0-7
/proc/20908/stat : 20908 (python) S 20892 20892 20410 0 -1 4202560 794 0 0 0 0 1 0 0 18 0 1 0 661029057 473997312 27678 33554432000 4194304 5683644 140736262400272 18446744073709551615 248089718342 0 0 16781312 514 4567552450617114884 0 0 17 1 0 0 0
/proc/20908/statm: 115722 27678 371 364 0 51631 0
[pid=20910] ppid=20908 vsize=26252 CPUtime=5.53 cores=0-7
/proc/20910/stat : 20910 (SApperloT-base) R 20908 20910 20910 0 -1 4202496 6203 0 0 0 552 1 0 0 25 0 1 0 661029057 26882048 5847 33554432000 134512640 135674940 4292732336 18446744073709551615 134564271 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20910/statm: 6563 5847 99 284 0 6277 0
[pid=20911] ppid=20892 vsize=473144 CPUtime=0.01 cores=0-7
/proc/20911/stat : 20911 (python) S 20892 20892 20410 0 -1 4202560 803 0 0 0 0 1 0 0 18 0 1 0 661029059 484499456 27707 33554432000 4194304 5683644 140736262400272 18446744073709551615 248089718342 0 0 16781312 514 15529141320311341313 0 0 17 1 0 0 0
/proc/20911/statm: 118286 27707 371 364 0 54192 0
[pid=20913] ppid=20911 vsize=50444 CPUtime=5.45 cores=0-7
/proc/20913/stat : 20913 (lingeling) R 20911 20913 20913 0 -1 4202496 21497 0 0 0 542 3 0 0 25 0 1 0 661029060 51654656 11779 33554432000 4194304 4352236 140736280544064 18446744073709551615 4230448 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/20913/statm: 12611 11779 127 39 0 11691 0
[pid=20914] ppid=20892 vsize=483400 CPUtime=0.01 cores=0-7
/proc/20914/stat : 20914 (python) S 20892 20892 20410 0 -1 4202560 809 0 0 0 0 1 0 0 15 0 1 0 661029062 495001600 27711 33554432000 4194304 5683644 140736262400272 18446744073709551615 248089718342 0 0 16781312 514 15529145168602038530 0 0 17 4 0 0 0
/proc/20914/statm: 120850 27711 371 364 0 56753 0
[pid=20916] ppid=20914 vsize=314652 CPUtime=5.47 cores=0-7
/proc/20916/stat : 20916 (cryptominisat-2) R 20914 20916 20916 0 -1 4202496 63812 0 0 0 538 9 0 0 25 0 1 0 661029062 322203648 59182 33554432000 4194304 4677096 140734362634640 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20916/statm: 78663 59182 362 118 0 73622 0
[pid=20917] ppid=20892 vsize=493656 CPUtime=0.01 cores=0-7
/proc/20917/stat : 20917 (python) S 20892 20892 20410 0 -1 4202560 818 0 0 0 0 1 0 0 18 0 1 0 661029065 505503744 27704 33554432000 4194304 5683644 140736262400272 18446744073709551615 248089718342 0 0 16781312 514 450794549002862850 0 0 17 1 0 0 0
/proc/20917/statm: 123414 27704 371 364 0 59314 0
[pid=20921] ppid=20917 vsize=50400 CPUtime=5.31 cores=0-7
/proc/20921/stat : 20921 (lingeling) R 20917 20921 20921 0 -1 4202496 17775 0 0 0 528 3 0 0 25 0 1 0 661029068 51609600 11767 33554432000 4194304 4352236 140737392894096 18446744073709551615 4229755 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/20921/statm: 12600 11767 127 39 0 11680 0
[pid=20919] ppid=20892 vsize=503912 CPUtime=0.01 cores=0-7
/proc/20919/stat : 20919 (python) S 20892 20892 20410 0 -1 4202560 864 0 0 0 0 1 0 0 18 0 1 0 661029067 516005888 27736 33554432000 4194304 5683644 140736262400272 18446744073709551615 248089718342 0 0 16781312 514 450790700712165633 0 0 17 1 0 0 0
/proc/20919/statm: 125978 27736 377 364 0 61875 0
[pid=20922] ppid=20919 vsize=161152 CPUtime=5.41 cores=0-7
/proc/20922/stat : 20922 (precosat) R 20919 20922 20922 0 -1 4202496 40874 0 0 0 533 8 0 0 25 0 1 0 661029068 165019648 38157 33554432000 4194304 4890832 140737015086400 18446744073709551615 4293232 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/20922/statm: 40288 38157 86 171 0 40115 0
[pid=20892/tid=20900] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20900/stat : 20900 (python) S 20890 20892 20410 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 9 0 661029049 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 2 0 0 0
[pid=20892/tid=20903] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20903/stat : 20903 (python) S 20890 20892 20410 0 -1 4202560 22 934 0 0 0 0 0 0 18 0 9 0 661029052 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 3 0 0 0
[pid=20892/tid=20906] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20906/stat : 20906 (python) S 20890 20892 20410 0 -1 4202560 58 934 0 0 0 0 0 0 25 0 9 0 661029054 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 0 0 0 0
[pid=20892/tid=20909] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20909/stat : 20909 (python) S 20890 20892 20410 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 661029057 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 5 0 0 0
[pid=20892/tid=20912] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20912/stat : 20912 (python) S 20890 20892 20410 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 9 0 661029059 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 0 0 0 0
[pid=20892/tid=20915] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20915/stat : 20915 (python) S 20890 20892 20410 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 9 0 661029062 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 4 0 0 0
[pid=20892/tid=20918] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20918/stat : 20918 (python) S 20890 20892 20410 0 -1 4202560 48 934 0 0 0 0 0 0 23 0 9 0 661029065 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 0 0 0 0
[pid=20892/tid=20920] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20920/stat : 20920 (python) S 20890 20892 20410 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 9 0 661029068 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 86.99
Current children cumulated vsize (KiB) 5148940

[startup+48.8013 s]
/proc/loadavg: 3.64 2.49 3.32 9/346 20922
/proc/meminfo: memFree=7929368/32950928 swapFree=64721848/67111528
[pid=20892] ppid=20890 vsize=514156 CPUtime=42.97 cores=0-7
/proc/20892/stat : 20892 (python) S 20890 20892 20410 0 -1 4202496 48969 934 1 0 4280 17 0 0 23 0 9 0 661024742 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20892/statm: 128539 29252 1889 364 0 64436 0
[pid=20899] ppid=20892 vsize=366584 CPUtime=0.01 cores=0-7
/proc/20899/stat : 20899 (python) S 20892 20892 20410 0 -1 4202560 980 0 0 0 0 1 0 0 18 0 1 0 661029049 375382016 27579 33554432000 4194304 5683644 140736262400272 18446744073709551615 248089718287 0 0 16781312 514 15025206004243464450 0 0 17 1 0 0 0
/proc/20899/statm: 91646 27579 381 364 0 27564 0
[pid=20901] ppid=20899 vsize=50652 CPUtime=5.71 cores=0-7
/proc/20901/stat : 20901 (lingeling) R 20899 20901 20901 0 -1 4202496 21409 0 0 0 568 3 0 0 25 0 1 0 661029049 51867648 11831 33554432000 4194304 4352236 140735508911184 18446744073709551615 4300272 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/20901/statm: 12663 11831 127 39 0 11743 0
[pid=20902] ppid=20892 vsize=376840 CPUtime=0.01 cores=0-7
/proc/20902/stat : 20902 (python) S 20892 20892 20410 0 -1 4202560 903 0 0 0 0 1 0 0 18 0 1 0 661029051 385884160 27572 33554432000 4194304 5683644 140736262400272 18446744073709551615 248089718342 0 0 16781312 514 4113371135217729796 0 0 17 1 0 0 0
/proc/20902/statm: 94210 27572 370 364 0 30125 0
[pid=20904] ppid=20902 vsize=321104 CPUtime=5.69 cores=0-7
/proc/20904/stat : 20904 (cryptominisat-2) R 20902 20904 20904 0 -1 4202496 65319 0 0 0 563 6 0 0 25 0 1 0 661029052 328810496 60686 33554432000 4194304 4677096 140735147904336 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/20904/statm: 80276 60686 362 118 0 75235 0
[pid=20905] ppid=20892 vsize=452632 CPUtime=0.01 cores=0-7
/proc/20905/stat : 20905 (python) S 20892 20892 20410 0 -1 4202560 782 0 0 0 0 1 0 0 18 0 1 0 661029054 463495168 27694 33554432000 4194304 5683644 140736262400272 18446744073709551615 248089718342 0 0 16781312 514 3872921686118465796 0 0 17 1 0 0 0
/proc/20905/statm: 113158 27694 371 364 0 49070 0
[pid=20907] ppid=20905 vsize=51096 CPUtime=5.67 cores=0-7
/proc/20907/stat : 20907 (lingeling) R 20905 20907 20907 0 -1 4202496 17996 0 0 0 564 3 0 0 25 0 1 0 661029054 52322304 11942 33554432000 4194304 4352236 140735911144032 18446744073709551615 4214782 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/20907/statm: 12774 11942 127 39 0 11854 0
[pid=20908] ppid=20892 vsize=462888 CPUtime=0.01 cores=0-7
/proc/20908/stat : 20908 (python) S 20892 20892 20410 0 -1 4202560 794 0 0 0 0 1 0 0 18 0 1 0 661029057 473997312 27678 33554432000 4194304 5683644 140736262400272 18446744073709551615 248089718342 0 0 16781312 514 4567552450617114884 0 0 17 1 0 0 0
/proc/20908/statm: 115722 27678 371 364 0 51631 0
[pid=20910] ppid=20908 vsize=26252 CPUtime=5.63 cores=0-7
/proc/20910/stat : 20910 (SApperloT-base) R 20908 20910 20910 0 -1 4202496 6206 0 0 0 562 1 0 0 25 0 1 0 661029057 26882048 5850 33554432000 134512640 135674940 4292732336 18446744073709551615 134550714 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20910/statm: 6563 5850 99 284 0 6277 0
[pid=20911] ppid=20892 vsize=473144 CPUtime=0.01 cores=0-7
/proc/20911/stat : 20911 (python) S 20892 20892 20410 0 -1 4202560 803 0 0 0 0 1 0 0 18 0 1 0 661029059 484499456 27707 33554432000 4194304 5683644 140736262400272 18446744073709551615 248089718342 0 0 16781312 514 15529141320311341313 0 0 17 1 0 0 0
/proc/20911/statm: 118286 27707 371 364 0 54192 0
[pid=20913] ppid=20911 vsize=50444 CPUtime=5.55 cores=0-7
/proc/20913/stat : 20913 (lingeling) R 20911 20913 20913 0 -1 4202496 21497 0 0 0 552 3 0 0 25 0 1 0 661029060 51654656 11779 33554432000 4194304 4352236 140736280544064 18446744073709551615 4215209 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/20913/statm: 12611 11779 127 39 0 11691 0
[pid=20914] ppid=20892 vsize=483400 CPUtime=0.01 cores=0-7
/proc/20914/stat : 20914 (python) S 20892 20892 20410 0 -1 4202560 809 0 0 0 0 1 0 0 15 0 1 0 661029062 495001600 27711 33554432000 4194304 5683644 140736262400272 18446744073709551615 248089718342 0 0 16781312 514 15529145168602038530 0 0 17 4 0 0 0
/proc/20914/statm: 120850 27711 371 364 0 56753 0
[pid=20916] ppid=20914 vsize=318548 CPUtime=5.56 cores=0-7
/proc/20916/stat : 20916 (cryptominisat-2) R 20914 20916 20916 0 -1 4202496 64716 0 0 0 547 9 0 0 25 0 1 0 661029062 326193152 60086 33554432000 4194304 4677096 140734362634640 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20916/statm: 79637 60086 362 118 0 74596 0
[pid=20917] ppid=20892 vsize=493656 CPUtime=0.01 cores=0-7
/proc/20917/stat : 20917 (python) S 20892 20892 20410 0 -1 4202560 818 0 0 0 0 1 0 0 18 0 1 0 661029065 505503744 27704 33554432000 4194304 5683644 140736262400272 18446744073709551615 248089718342 0 0 16781312 514 450794549002862850 0 0 17 1 0 0 0
/proc/20917/statm: 123414 27704 371 364 0 59314 0
[pid=20921] ppid=20917 vsize=50400 CPUtime=5.41 cores=0-7
/proc/20921/stat : 20921 (lingeling) R 20917 20921 20921 0 -1 4202496 17775 0 0 0 538 3 0 0 25 0 1 0 661029068 51609600 11767 33554432000 4194304 4352236 140737392894096 18446744073709551615 4297688 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/20921/statm: 12600 11767 127 39 0 11680 0
[pid=20919] ppid=20892 vsize=503912 CPUtime=0.01 cores=0-7
/proc/20919/stat : 20919 (python) S 20892 20892 20410 0 -1 4202560 864 0 0 0 0 1 0 0 18 0 1 0 661029067 516005888 27736 33554432000 4194304 5683644 140736262400272 18446744073709551615 248089718342 0 0 16781312 514 450790700712165633 0 0 17 1 0 0 0
/proc/20919/statm: 125978 27736 377 364 0 61875 0
[pid=20922] ppid=20919 vsize=161152 CPUtime=5.51 cores=0-7
/proc/20922/stat : 20922 (precosat) R 20919 20922 20922 0 -1 4202496 40874 0 0 0 543 8 0 0 25 0 1 0 661029068 165019648 38157 33554432000 4194304 4890832 140737015086400 18446744073709551615 4229225 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/20922/statm: 40288 38157 86 171 0 40115 0
[pid=20892/tid=20900] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20900/stat : 20900 (python) S 20890 20892 20410 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 9 0 661029049 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 2 0 0 0
[pid=20892/tid=20903] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20903/stat : 20903 (python) S 20890 20892 20410 0 -1 4202560 22 934 0 0 0 0 0 0 18 0 9 0 661029052 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 3 0 0 0
[pid=20892/tid=20906] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20906/stat : 20906 (python) S 20890 20892 20410 0 -1 4202560 58 934 0 0 0 0 0 0 25 0 9 0 661029054 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 0 0 0 0
[pid=20892/tid=20909] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20909/stat : 20909 (python) S 20890 20892 20410 0 -1 4202560 30 934 0 0 0 0 0 0 18 0 9 0 661029057 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 5 0 0 0
[pid=20892/tid=20912] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20912/stat : 20912 (python) S 20890 20892 20410 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 9 0 661029059 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 0 0 0 0
[pid=20892/tid=20915] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20915/stat : 20915 (python) S 20890 20892 20410 0 -1 4202560 31 934 0 0 0 0 0 0 22 0 9 0 661029062 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 4 0 0 0
[pid=20892/tid=20918] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20918/stat : 20918 (python) S 20890 20892 20410 0 -1 4202560 48 934 0 0 0 0 0 0 23 0 9 0 661029065 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 0 0 0 0
[pid=20892/tid=20920] ppid=20890 vsize=514156 CPUtime=0 cores=0-7
/proc/20892/task/20920/stat : 20920 (python) S 20890 20892 20410 0 -1 4202560 22 934 0 0 0 0 0 0 25 0 9 0 661029068 526495744 29252 33554432000 4194304 5683644 140736262400272 18446744073709551615 248101521841 0 0 16781312 2 18446604445028047936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 87.78
Current children cumulated vsize (KiB) 5156860

Child status: 0
Real time (s): 48.9003
CPU time (s): 88.2846
CPU user time (s): 87.5217
CPU system time (s): 0.762884
CPU usage (%): 180.54
Max. virtual memory (cumulated for all children) (KiB): 5156860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.5217
system time used= 0.762884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 327360
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= 3181
involuntary context switches= 362

runsolver used 0.146977 second user time and 0.32295 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-15 23:17:29
IDJOB=3380880
IDBENCH=82470
IDSOLVER=1864
FILE ID=node123/3380880-1305494249
RUNJOBID= node123-1305487703-20424
PBS_JOBID= 13325394
Free space on /tmp= 73396 MiB

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

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

MD5SUM BENCH= a2c0a22b1392549d2fca6c4b89170828
RANDOM SEED=1114746705

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.80
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.838
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.838
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:     32950928 kB
MemFree:       8873160 kB
Buffers:        332592 kB
Cached:        4471304 kB
SwapCached:      10528 kB
Active:       20695724 kB
Inactive:      3073132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8873160 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:           39996 kB
Writeback:           0 kB
AnonPages:    18962916 kB
Mapped:          25276 kB
Slab:           180808 kB
PageTables:      59892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69836488 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= 73364 MiB
End job on node123 at 2011-05-15 23:18:18