Trace number 3321713

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-industrialUNSAT 2980.2 402.359

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_f_unknown.cnf
MD5SUMf03ed12a281977a642336980ec847847
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.831
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses763101
Sum of the clauses size2854525
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252598
Number of clauses of size 392683
Number of clauses of size 4617820
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/1.28	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/1.28	c INFO: solving HOME/instance-3321713-1304349154.cnf
0.36/1.28	c INFO: computing task features
3.52/4.46	c INFO: computed variable-clause graph statistics
3.62/4.53	c INFO: computed clause balance statistics
19.21/20.11	c INFO: computed variable balance statistics
30.22/31.19	c INFO: computed small-clause counts
30.32/31.25	c INFO: computed Horn-clause counts
32.02/32.92	c INFO: computed variable graph statistics
32.02/32.92	c INFO: collected features for HOME/instance-3321713-1304349154.cnf in 31.55 s
32.02/32.98	c INFO: running lingeling-276@0 for 97 with 39968 remaining (b = 0.18)
32.09/33.01	c INFO: running cryptominisat-2.9.0@0 for 485 with 39968 remaining (b = 0.16)
32.09/33.05	c INFO: running lingeling-276@0 for 1261 with 39968 remaining (b = 0.33)
32.09/33.08	c INFO: running SApperloT@0 for 97 with 39968 remaining (b = 0.02)
32.19/33.12	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39968 remaining (b = 0.34)
32.19/33.15	c INFO: running lingeling-276@0 for 1261 with 39968 remaining (b = 0.25)
32.19/33.19	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39968 remaining (b = 0.32)
32.28/33.23	c INFO: running precosat-570@0 for 388 with 39968 remaining (b = 0.07)
831.26/133.17	c INFO: running lingeling-276@0 for 1164 with 39868 remaining (b = 0.19)
831.98/133.27	c INFO: running SApperloT@0 for 97 with 39868 remaining (b = 0.02)
1632.01/233.46	c INFO: running lingeling-276@0 for 97 with 39767 remaining (b = 0.06)
2431.93/333.66	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39667 remaining (b = 0.25)
2979.66/402.28	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: 935)

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-3321713-1304349154/watcher-3321713-1304349154 -o /tmp/evaluation-result-3321713-1304349154/solver-3321713-1304349154 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321713-1304349154.cnf -seed 148001097 -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: 6.15 6.14 6.10 1/194 10326
/proc/meminfo: memFree=29886100/32950928 swapFree=66698988/67111528
[pid=10326] ppid=10324 vsize=14252 CPUtime=0 cores=0-7
/proc/10326/stat : 10326 (python) D 10324 10326 10300 0 -1 4194304 196 0 2 0 0 0 0 0 21 0 1 0 546515278 14594048 134 33554432000 4194304 5683644 140733842895696 18446744073709551615 5060896 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 0
/proc/10326/statm: 3563 134 107 364 0 50 0

[startup+0.047932 s]
/proc/loadavg: 6.15 6.14 6.10 1/194 10326
/proc/meminfo: memFree=29886100/32950928 swapFree=66698988/67111528
[pid=10326] ppid=10324 vsize=16532 CPUtime=0.01 cores=0-7
/proc/10326/stat : 10326 (python) S 10324 10326 10300 0 -1 4202496 1179 0 4 0 1 0 0 0 21 0 1 0 546515278 16928768 1045 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 1
/proc/10326/statm: 4133 1045 417 364 0 620 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16532

[startup+0.100896 s]
/proc/loadavg: 6.15 6.14 6.10 1/194 10326
/proc/meminfo: memFree=29886100/32950928 swapFree=66698988/67111528
[pid=10326] ppid=10324 vsize=36832 CPUtime=0.03 cores=0-7
/proc/10326/stat : 10326 (python) S 10324 10326 10300 0 -1 4202496 1614 0 7 0 3 0 0 0 21 0 1 0 546515278 37715968 1451 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 1
/proc/10326/statm: 9208 1451 452 364 0 1025 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36832

[startup+0.30078 s]
/proc/loadavg: 6.15 6.14 6.10 1/194 10326
/proc/meminfo: memFree=29886100/32950928 swapFree=66698988/67111528
[pid=10326] ppid=10324 vsize=116324 CPUtime=0.09 cores=0-7
/proc/10326/stat : 10326 (python) D 10324 10326 10300 0 -1 4202496 3765 0 15 0 6 3 0 0 20 0 1 0 546515278 119115776 3418 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089698048 0 0 16781312 2 18446744071562234166 0 0 17 4 0 0 5
/proc/10326/statm: 29081 3418 895 364 0 2582 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 116324

[startup+0.70078 s]
/proc/loadavg: 6.15 6.14 6.10 1/194 10326
/proc/meminfo: memFree=29886100/32950928 swapFree=66698988/67111528
[pid=10326] ppid=10324 vsize=131296 CPUtime=0.16 cores=0-7
/proc/10326/stat : 10326 (python) R 10324 10326 10300 0 -1 4202496 5681 927 18 6 11 5 0 0 18 0 1 0 546515278 134447104 4098 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089329740 0 0 16781312 2 0 0 0 17 4 0 0 39
/proc/10326/statm: 32824 4098 1015 364 0 3085 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 131296

[startup+1.50065 s]
/proc/loadavg: 6.15 6.14 6.10 1/195 10331
/proc/meminfo: memFree=29861728/32950928 swapFree=66698988/67111528
[pid=10326] ppid=10324 vsize=310692 CPUtime=0.61 cores=0-7
/proc/10326/stat : 10326 (python) R 10324 10326 10300 0 -1 4202496 17149 927 53 6 49 12 0 0 17 0 1 0 546515278 318148608 14882 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089359045 0 0 16781312 2 0 0 0 17 4 0 0 48
/proc/10326/statm: 77673 14882 1761 364 0 13597 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 310692

[startup+3.10036 s]
/proc/loadavg: 5.66 6.04 6.06 2/195 10331
/proc/meminfo: memFree=29781096/32950928 swapFree=66698988/67111528
[pid=10326] ppid=10324 vsize=412556 CPUtime=2.21 cores=0-7
/proc/10326/stat : 10326 (python) R 10324 10326 10300 0 -1 4202496 42184 927 53 6 206 15 0 0 19 0 1 0 546515278 422457344 39917 33554432000 4194304 5683644 140733842895696 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 4 0 0 48
/proc/10326/statm: 103139 39918 1761 364 0 39063 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 412556
heavy processes:

[startup+6.30072 s]
/proc/loadavg: 5.66 6.04 6.06 2/195 10331
/proc/meminfo: memFree=29641224/32950928 swapFree=66698988/67111528
[pid=10326] ppid=10324 vsize=487500 CPUtime=5.41 cores=0-7
/proc/10326/stat : 10326 (python) R 10324 10326 10300 0 -1 4202496 86631 927 53 6 520 21 0 0 25 0 1 0 546515278 499200000 59260 33554432000 4194304 5683644 140733842895696 18446744073709551615 4539741 0 0 16781312 2 0 0 0 17 4 0 0 48
/proc/10326/statm: 121875 59260 1826 364 0 57799 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 487500

[startup+12.7006 s]
/proc/loadavg: 4.94 5.87 6.01 2/195 10331
/proc/meminfo: memFree=29642052/32950928 swapFree=66698988/67111528
[pid=10326] ppid=10324 vsize=487500 CPUtime=11.81 cores=0-7
/proc/10326/stat : 10326 (python) R 10324 10326 10300 0 -1 4202496 86631 927 53 6 1160 21 0 0 25 0 1 0 546515278 499200000 59260 33554432000 4194304 5683644 140733842895696 18446744073709551615 47266546770869 0 0 16781312 2 0 0 0 17 4 0 0 48
/proc/10326/statm: 121875 59260 1826 364 0 57799 0
Current children cumulated CPU time (s) 11.81
Current children cumulated vsize (KiB) 487500

[startup+25.5003 s]
/proc/loadavg: 4.34 5.71 5.95 2/195 10332
/proc/meminfo: memFree=29642952/32950928 swapFree=66698988/67111528
[pid=10326] ppid=10324 vsize=487500 CPUtime=24.61 cores=0-7
/proc/10326/stat : 10326 (python) R 10324 10326 10300 0 -1 4202496 86632 927 53 6 2440 21 0 0 25 0 1 0 546515278 499200000 59261 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089357546 0 0 16781312 2 0 0 0 17 4 0 0 48
/proc/10326/statm: 121875 59261 1827 364 0 57799 0
Current children cumulated CPU time (s) 24.61
Current children cumulated vsize (KiB) 487500

[startup+51.1018 s]
/proc/loadavg: 4.75 5.67 5.93 9/219 10356
/proc/meminfo: memFree=28605672/32950928 swapFree=66698988/67111528
[pid=10326] ppid=10324 vsize=552636 CPUtime=32.31 cores=0-7
/proc/10326/stat : 10326 (python) S 10324 10326 10300 0 -1 4202496 92631 927 53 6 3205 26 0 0 25 0 9 0 546515278 565899264 55124 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 51
/proc/10326/statm: 138159 55124 1889 364 0 74056 0
[pid=10333] ppid=10326 vsize=470600 CPUtime=0.02 cores=0-7
/proc/10333/stat : 10333 (python) S 10326 10326 10300 0 -1 4202560 915 0 0 0 1 1 0 0 18 0 1 0 546518576 481894400 53579 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089718287 0 0 16781312 514 1634964994409857284 0 0 17 5 0 0 0
/proc/10333/statm: 117650 53579 376 364 0 53568 0
[pid=10335] ppid=10333 vsize=60616 CPUtime=18.1 cores=0-7
/proc/10335/stat : 10335 (lingeling) R 10333 10335 10335 0 -1 4202496 21495 0 0 0 1806 4 0 0 25 0 1 0 546518577 62070784 14325 33554432000 4194304 4352236 140735815466688 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/10335/statm: 15154 14325 129 39 0 14234 0
[pid=10336] ppid=10326 vsize=480856 CPUtime=0.04 cores=0-7
/proc/10336/stat : 10336 (python) S 10326 10326 10300 0 -1 4202560 913 0 0 0 2 2 0 0 15 0 1 0 546518580 492396544 53577 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089718342 0 0 16781312 514 3088171924950319363 0 0 17 6 0 0 0
/proc/10336/statm: 120214 53577 370 364 0 56129 0
[pid=10338] ppid=10336 vsize=274280 CPUtime=18.03 cores=0-7
/proc/10338/stat : 10338 (cryptominisat-2) R 10336 10338 10338 0 -1 4202496 63270 0 0 0 1795 8 0 0 25 0 1 0 546518581 280862720 54588 33554432000 4194304 4677096 140733862589200 18446744073709551615 4319878 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/10338/statm: 68570 54588 390 118 0 63529 0
[pid=10339] ppid=10326 vsize=491112 CPUtime=0.02 cores=0-7
/proc/10339/stat : 10339 (python) S 10326 10326 10300 0 -1 4202560 906 0 0 0 1 1 0 0 18 0 1 0 546518583 502898688 53581 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089718342 0 0 16781312 514 1634964994409857281 0 0 17 2 0 0 0
/proc/10339/statm: 122778 53581 370 364 0 58690 0
[pid=10341] ppid=10339 vsize=59608 CPUtime=17.99 cores=0-7
/proc/10341/stat : 10341 (lingeling) R 10339 10341 10341 0 -1 4202496 21232 0 0 0 1796 3 0 0 25 0 1 0 546518584 61038592 14071 33554432000 4194304 4352236 140735006072864 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/10341/statm: 14902 14071 129 39 0 13982 0
[pid=10342] ppid=10326 vsize=501368 CPUtime=0.02 cores=0-7
/proc/10342/stat : 10342 (python) S 10326 10326 10300 0 -1 4202560 936 0 0 0 1 1 0 0 18 0 1 0 546518587 513400832 53585 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089718342 0 0 16781312 514 1634964994409857281 0 0 17 4 0 0 0
/proc/10342/statm: 125342 53585 370 364 0 61251 0
[pid=10344] ppid=10342 vsize=56108 CPUtime=17.86 cores=0-7
/proc/10344/stat : 10344 (SApperloT-base) R 10342 10344 10344 0 -1 4202496 13922 0 0 0 1782 4 0 0 25 0 1 0 546518588 57454592 13626 33554432000 134512640 135674940 4290568208 18446744073709551615 134564244 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/10344/statm: 14027 13626 99 284 0 13741 0
[pid=10345] ppid=10326 vsize=511624 CPUtime=0.02 cores=0-7
/proc/10345/stat : 10345 (python) S 10326 10326 10300 0 -1 4202560 972 0 0 0 1 1 0 0 15 0 1 0 546518590 523902976 53589 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089718342 0 0 16781312 514 1579580398990491906 0 0 17 2 0 0 0
/proc/10345/statm: 127906 53589 370 364 0 63812 0
[pid=10347] ppid=10345 vsize=274284 CPUtime=17.95 cores=0-7
/proc/10347/stat : 10347 (cryptominisat-2) R 10345 10347 10347 0 -1 4202496 63273 0 0 0 1786 9 0 0 25 0 1 0 546518591 280866816 54583 33554432000 4194304 4677096 140736680383472 18446744073709551615 4321158 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/10347/statm: 68571 54583 390 118 0 63530 0
[pid=10348] ppid=10326 vsize=521880 CPUtime=0.02 cores=0-7
/proc/10348/stat : 10348 (python) S 10326 10326 10300 0 -1 4202560 948 0 0 0 0 2 0 0 18 0 1 0 546518594 534405120 53593 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089718342 0 0 16781312 514 1634964994409857284 0 0 17 4 0 0 0
/proc/10348/statm: 130470 53593 370 364 0 66373 0
[pid=10350] ppid=10348 vsize=59548 CPUtime=17.92 cores=0-7
/proc/10350/stat : 10350 (lingeling) R 10348 10350 10350 0 -1 4202496 21233 0 0 0 1789 3 0 0 25 0 1 0 546518595 60977152 14057 33554432000 4194304 4352236 140734504920272 18446744073709551615 4241424 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/10350/statm: 14887 14057 129 39 0 13967 0
[pid=10351] ppid=10326 vsize=532136 CPUtime=0.03 cores=0-7
/proc/10351/stat : 10351 (python) S 10326 10326 10300 0 -1 4202560 975 0 0 0 1 2 0 0 15 0 1 0 546518598 544907264 53597 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089718342 0 0 16781312 514 1579567204850958596 0 0 17 4 0 0 0
/proc/10351/statm: 133034 53597 370 364 0 68934 0
[pid=10353] ppid=10351 vsize=274140 CPUtime=17.68 cores=0-7
/proc/10353/stat : 10353 (cryptominisat-2) R 10351 10353 10353 0 -1 4202496 63205 0 0 0 1760 8 0 0 25 0 1 0 546518599 280719360 54511 33554432000 4194304 4677096 140735174604128 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10353/statm: 68535 54511 390 118 0 63494 0
[pid=10354] ppid=10326 vsize=542392 CPUtime=0.02 cores=0-7
/proc/10354/stat : 10354 (python) S 10326 10326 10300 0 -1 4202560 1004 0 0 0 1 1 0 0 18 0 1 0 546518601 555409408 53607 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089718342 0 0 16781312 514 1634964994409857284 0 0 17 4 0 0 0
/proc/10354/statm: 135598 53607 376 364 0 71495 0
[pid=10356] ppid=10354 vsize=145536 CPUtime=17.78 cores=0-7
/proc/10356/stat : 10356 (precosat) R 10354 10356 10356 0 -1 4202496 36466 0 0 0 1772 6 0 0 25 0 1 0 546518602 149028864 35670 33554432000 4194304 4890832 140735315814240 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/10356/statm: 36384 35670 86 171 0 36211 0
[pid=10326/tid=10334] ppid=10324 vsize=552636 CPUtime=0 cores=0-7
/proc/10326/task/10334/stat : 10334 (python) S 10324 10326 10300 0 -1 4202560 28 927 0 6 0 0 0 0 25 0 9 0 546518577 565899264 55124 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 0 0 0 0
[pid=10326/tid=10337] ppid=10324 vsize=552636 CPUtime=0 cores=0-7
/proc/10326/task/10337/stat : 10337 (python) S 10324 10326 10300 0 -1 4202560 22 927 0 6 0 0 0 0 25 0 9 0 546518580 565899264 55124 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 6 0 0 0
[pid=10326/tid=10340] ppid=10324 vsize=552636 CPUtime=0 cores=0-7
/proc/10326/task/10340/stat : 10340 (python) S 10324 10326 10300 0 -1 4202560 22 927 0 6 0 0 0 0 25 0 9 0 546518584 565899264 55124 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 6 0 0 0
[pid=10326/tid=10343] ppid=10324 vsize=552636 CPUtime=0 cores=0-7
/proc/10326/task/10343/stat : 10343 (python) S 10324 10326 10300 0 -1 4202560 23 927 0 6 0 0 0 0 20 0 9 0 546518587 565899264 55124 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 0 0 0 0
[pid=10326/tid=10346] ppid=10324 vsize=552636 CPUtime=0 cores=0-7
/proc/10326/task/10346/stat : 10346 (python) S 10324 10326 10300 0 -1 4202560 23 927 0 6 0 0 0 0 22 0 9 0 546518591 565899264 55124 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 0 0 0 0
[pid=10326/tid=10349] ppid=10324 vsize=552636 CPUtime=0 cores=0-7
/proc/10326/task/10349/stat : 10349 (python) S 10324 10326 10300 0 -1 4202560 23 927 0 6 0 0 0 0 24 0 9 0 546518595 565899264 55124 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 0 0 0 0
[pid=10326/tid=10352] ppid=10324 vsize=552636 CPUtime=0 cores=0-7
/proc/10326/task/10352/stat : 10352 (python) S 10324 10326 10300 0 -1 4202560 27 927 0 6 0 0 0 0 25 0 9 0 546518598 565899264 55124 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 4 0 0 0
[pid=10326/tid=10355] ppid=10324 vsize=552636 CPUtime=0 cores=0-7
/proc/10326/task/10355/stat : 10355 (python) S 10324 10326 10300 0 -1 4202560 29 927 0 6 0 0 0 0 25 0 9 0 546518602 565899264 55124 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 175.81
Current children cumulated vsize (KiB) 5808724

[startup+102.308 s]
/proc/loadavg: 6.70 6.06 6.05 9/219 10358
/proc/meminfo: memFree=28539612/32950928 swapFree=66698988/67111528
[pid=10326] ppid=10324 vsize=552636 CPUtime=32.31 cores=0-7
/proc/10326/stat : 10326 (python) S 10324 10326 10300 0 -1 4202496 92631 927 53 6 3205 26 0 0 25 0 9 0 546515278 565899264 55124 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 51
/proc/10326/statm: 138159 55124 1889 364 0 74056 0
[pid=10333] ppid=10326 vsize=470600 CPUtime=0.09 cores=0-7
/proc/10333/stat : 10333 (python) S 10326 10326 10300 0 -1 4202560 933 0 0 0 4 5 0 0 18 0 1 0 546518576 481894400 53579 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089718287 0 0 16781312 514 1634964994409857284 0 0 17 5 0 0 0
/proc/10333/statm: 117650 53579 376 364 0 53568 0
[pid=10335] ppid=10333 vsize=70008 CPUtime=69.3 cores=0-7
/proc/10335/stat : 10335 (lingeling) R 10333 10335 10335 0 -1 4202496 24115 0 0 0 6926 4 0 0 25 0 1 0 546518577 71688192 16673 33554432000 4194304 4352236 140735815466688 18446744073709551615 4222658 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/10335/statm: 17502 16673 129 39 0 16582 0
[pid=10336] ppid=10326 vsize=480856 CPUtime=0.12 cores=0-7
/proc/10336/stat : 10336 (python) S 10326 10326 10300 0 -1 4202560 947 0 0 0 5 7 0 0 15 0 1 0 546518580 492396544 53577 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089718342 0 0 16781312 514 1634964994409857283 0 0 17 6 0 0 0
/proc/10336/statm: 120214 53577 370 364 0 56129 0
[pid=10338] ppid=10336 vsize=289620 CPUtime=69.17 cores=0-7
/proc/10338/stat : 10338 (cryptominisat-2) R 10336 10338 10338 0 -1 4202496 70293 0 0 0 6905 12 0 0 25 0 1 0 546518581 296570880 56718 33554432000 4194304 4677096 140733862589200 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 5 0 0 0

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

[pid=10348] ppid=10326 vsize=521880 CPUtime=0.36 cores=0-7
/proc/10348/stat : 10348 (python) S 10326 10326 10300 0 -1 4202560 1002 0 0 0 18 18 0 0 18 0 1 0 546518594 534405120 53593 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089718342 0 0 16781312 514 1634964994409857284 0 0 17 4 0 0 0
/proc/10348/statm: 130470 53593 370 364 0 66373 0
[pid=10350] ppid=10348 vsize=62048 CPUtime=249.12 cores=0-7
/proc/10350/stat : 10350 (lingeling) R 10348 10350 10350 0 -1 4202496 24789 0 0 0 24908 4 0 0 25 0 1 0 546518595 63537152 14682 33554432000 4194304 4352236 140734504920272 18446744073709551615 4222845 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/10350/statm: 15512 14682 129 39 0 14592 0
[pid=10351] ppid=10326 vsize=532136 CPUtime=0.41 cores=0-7
/proc/10351/stat : 10351 (python) S 10326 10326 10300 0 -1 4202560 1036 0 0 0 21 20 0 0 15 0 1 0 546518598 544907264 53597 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089718342 0 0 16781312 514 1579567204850958596 0 0 17 4 0 0 0
/proc/10351/statm: 133034 53597 370 364 0 68934 0
[pid=10353] ppid=10351 vsize=290728 CPUtime=247.71 cores=0-7
/proc/10353/stat : 10353 (cryptominisat-2) R 10351 10353 10353 0 -1 4202496 92725 0 0 0 24755 16 0 0 25 0 1 0 546518599 297705472 57122 33554432000 4194304 4677096 140735174604128 18446744073709551615 4319985 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10353/statm: 72682 57122 390 118 0 67641 0
[pid=10354] ppid=10326 vsize=542392 CPUtime=0.36 cores=0-7
/proc/10354/stat : 10354 (python) S 10326 10326 10300 0 -1 4202560 1061 0 0 0 18 18 0 0 18 0 1 0 546518601 555409408 53607 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089718342 0 0 16781312 514 1634964994409857284 0 0 17 4 0 0 0
/proc/10354/statm: 135598 53607 376 364 0 71495 0
[pid=10356] ppid=10354 vsize=146264 CPUtime=248.71 cores=0-7
/proc/10356/stat : 10356 (precosat) R 10354 10356 10356 0 -1 4202496 36649 0 0 0 24865 6 0 0 25 0 1 0 546518602 149774336 35853 33554432000 4194304 4890832 140735315814240 18446744073709551615 4466989 0 0 16781312 17442 0 0 0 17 3 0 0 0
/proc/10356/statm: 36566 35853 86 171 0 36393 0
[pid=10362] ppid=10326 vsize=618184 CPUtime=0.15 cores=0-7
/proc/10362/stat : 10362 (python) S 10326 10326 10300 0 -1 4202560 1123 0 0 0 8 7 0 0 19 0 2 0 546528606 633020416 53637 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10362/statm: 154546 53637 399 364 0 90440 0
[pid=10364] ppid=10362 vsize=80464 CPUtime=99.66 cores=0-7
/proc/10364/stat : 10364 (SApperloT-base) T 10362 10364 10364 0 -1 4202496 19966 0 0 0 9961 5 0 0 25 0 1 0 546528607 82395136 19469 33554432000 134512640 135674940 4292821232 18446744073709551615 134564660 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10364/statm: 20116 19469 100 284 0 19830 0
[pid=10362/tid=10367] ppid=10326 vsize=618184 CPUtime=0 cores=0-7
/proc/10362/task/10367/stat : 10367 (python) S 10326 10326 10300 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 546538621 633020416 53637 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 514 18446604453846935360 0 0 -1 1 0 0 0
[pid=10368] ppid=10326 vsize=628440 CPUtime=0.07 cores=0-7
/proc/10368/stat : 10368 (python) S 10326 10326 10300 0 -1 4202560 834 0 0 0 4 3 0 0 18 0 1 0 546538625 643522560 53727 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089718342 0 0 16781312 514 1634964994409857284 0 0 17 2 0 0 0
/proc/10368/statm: 157110 53727 371 364 0 93001 0
[pid=10370] ppid=10368 vsize=58416 CPUtime=48.58 cores=0-7
/proc/10370/stat : 10370 (lingeling) R 10368 10370 10370 0 -1 4202496 21186 0 0 0 4855 3 0 0 25 0 1 0 546538626 59817984 13774 33554432000 4194304 4352236 140733341216768 18446744073709551615 4233979 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/10370/statm: 14604 13774 129 39 0 13684 0
[pid=10326/tid=10334] ppid=10324 vsize=638684 CPUtime=0 cores=0-7
/proc/10326/task/10334/stat : 10334 (python) S 10324 10326 10300 0 -1 4202560 33 927 0 6 0 0 0 0 18 0 11 0 546518577 654012416 55254 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 0 0 0 0
[pid=10326/tid=10337] ppid=10324 vsize=638684 CPUtime=0 cores=0-7
/proc/10326/task/10337/stat : 10337 (python) S 10324 10326 10300 0 -1 4202560 22 927 0 6 0 0 0 0 25 0 11 0 546518580 654012416 55254 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 6 0 0 0
[pid=10326/tid=10340] ppid=10324 vsize=638684 CPUtime=0 cores=0-7
/proc/10326/task/10340/stat : 10340 (python) S 10324 10326 10300 0 -1 4202560 22 927 0 6 0 0 0 0 25 0 11 0 546518584 654012416 55254 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 6 0 0 0
[pid=10326/tid=10343] ppid=10324 vsize=638684 CPUtime=0 cores=0-7
/proc/10326/task/10343/stat : 10343 (python) S 10324 10326 10300 0 -1 4202560 23 927 0 6 0 0 0 0 20 0 11 0 546518587 654012416 55254 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 0 0 0 0
[pid=10326/tid=10346] ppid=10324 vsize=638684 CPUtime=0 cores=0-7
/proc/10326/task/10346/stat : 10346 (python) S 10324 10326 10300 0 -1 4202560 23 927 0 6 0 0 0 0 22 0 11 0 546518591 654012416 55254 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 0 0 0 0
[pid=10326/tid=10349] ppid=10324 vsize=638684 CPUtime=0 cores=0-7
/proc/10326/task/10349/stat : 10349 (python) S 10324 10326 10300 0 -1 4202560 23 927 0 6 0 0 0 0 24 0 11 0 546518595 654012416 55254 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 0 0 0 0
[pid=10326/tid=10352] ppid=10324 vsize=638684 CPUtime=0 cores=0-7
/proc/10326/task/10352/stat : 10352 (python) S 10324 10326 10300 0 -1 4202560 27 927 0 6 0 0 0 0 25 0 11 0 546518598 654012416 55254 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 4 0 0 0
[pid=10326/tid=10355] ppid=10324 vsize=638684 CPUtime=0 cores=0-7
/proc/10326/task/10355/stat : 10355 (python) S 10324 10326 10300 0 -1 4202560 29 927 0 6 0 0 0 0 25 0 11 0 546518602 654012416 55254 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 2 0 0 0
[pid=10326/tid=10363] ppid=10324 vsize=638684 CPUtime=0 cores=0-7
/proc/10326/task/10363/stat : 10363 (python) S 10324 10326 10300 0 -1 4202560 31 927 0 6 0 0 0 0 20 0 11 0 546528606 654012416 55254 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 1 0 0 0
[pid=10326/tid=10369] ppid=10324 vsize=638684 CPUtime=0 cores=0-7
/proc/10326/task/10369/stat : 10369 (python) S 10324 10326 10300 0 -1 4202560 86 927 0 6 0 0 0 0 20 0 11 0 546538626 654012416 55254 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2022.38
Current children cumulated vsize (KiB) 7383072

[startup+342.301 s]
/proc/loadavg: 8.10 7.19 6.51 9/232 10377
/proc/meminfo: memFree=28205940/32950928 swapFree=66698988/67111528
[pid=10326] ppid=10324 vsize=648940 CPUtime=32.47 cores=0-7
/proc/10326/stat : 10326 (python) S 10324 10326 10300 0 -1 4202496 95078 927 53 6 3219 28 0 0 19 0 12 0 546515278 664514560 55273 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 51
/proc/10326/statm: 162235 55273 1896 364 0 98123 0
[pid=10333] ppid=10326 vsize=480844 CPUtime=0.46 cores=0-7
/proc/10333/stat : 10333 (python) S 10326 10326 10300 0 -1 4202560 1133 0 0 0 23 23 0 0 18 0 2 0 546518576 492384256 53618 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/10333/statm: 120211 53618 410 364 0 56129 0
[pid=10335] ppid=10333 vsize=62592 CPUtime=305.91 cores=0-7
/proc/10335/stat : 10335 (lingeling) R 10333 10335 10335 0 -1 4202496 24936 0 0 0 30587 4 0 0 25 0 1 0 546518577 64094208 14819 33554432000 4194304 4352236 140735815466688 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/10335/statm: 15648 14819 129 39 0 14728 0
[pid=10333/tid=10360] ppid=10326 vsize=480844 CPUtime=0 cores=0-7
/proc/10333/task/10360/stat : 10360 (python) S 10326 10326 10300 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 546528592 492384256 53618 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 514 18446604453831708736 0 0 -1 5 0 0 0
[pid=10336] ppid=10326 vsize=480856 CPUtime=0.5 cores=0-7
/proc/10336/stat : 10336 (python) S 10326 10326 10300 0 -1 4202560 988 0 0 0 25 25 0 0 15 0 1 0 546518580 492396544 53578 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089718342 0 0 16781312 514 1634964994409857283 0 0 17 6 0 0 0
/proc/10336/statm: 120214 53578 371 364 0 56129 0
[pid=10338] ppid=10336 vsize=290232 CPUtime=308.81 cores=0-7
/proc/10338/stat : 10338 (cryptominisat-2) R 10336 10338 10338 0 -1 4202496 97831 0 0 0 30858 23 0 0 25 0 1 0 546518581 297197568 57567 33554432000 4194304 4677096 140733862589200 18446744073709551615 4319558 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/10338/statm: 72558 57567 390 118 0 67517 0
[pid=10339] ppid=10326 vsize=491112 CPUtime=0.45 cores=0-7
/proc/10339/stat : 10339 (python) S 10326 10326 10300 0 -1 4202560 962 0 0 0 22 23 0 0 18 0 1 0 546518583 502898688 53581 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089718342 0 0 16781312 514 1634964994409857281 0 0 17 2 0 0 0
/proc/10339/statm: 122778 53581 370 364 0 58690 0
[pid=10341] ppid=10339 vsize=61764 CPUtime=308.72 cores=0-7
/proc/10341/stat : 10341 (lingeling) R 10339 10341 10341 0 -1 4202496 24740 0 0 0 30869 3 0 0 25 0 1 0 546518584 63246336 14610 33554432000 4194304 4352236 140735006072864 18446744073709551615 4319056 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/10341/statm: 15441 14610 129 39 0 14521 0
[pid=10342] ppid=10326 vsize=501368 CPUtime=0.15 cores=0-7
/proc/10342/stat : 10342 (python) S 10326 10326 10300 0 -1 4202560 1118 0 0 0 8 7 0 0 19 0 2 0 546518587 513400832 53615 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10342/statm: 125342 53615 399 364 0 61251 0
[pid=10344] ppid=10342 vsize=78812 CPUtime=99.38 cores=0-7
/proc/10344/stat : 10344 (SApperloT-base) T 10342 10344 10344 0 -1 4202496 19544 0 0 0 9931 7 0 0 25 0 1 0 546518588 80703488 19054 33554432000 134512640 135674940 4290568208 18446744073709551615 134565253 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/10344/statm: 19703 19054 100 284 0 19417 0
[pid=10342/tid=10361] ppid=10326 vsize=501368 CPUtime=0 cores=0-7
/proc/10342/task/10361/stat : 10361 (python) S 10326 10326 10300 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 546528602 513400832 53615 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 514 18446604453847174144 0 0 -1 7 0 0 0
[pid=10345] ppid=10326 vsize=511624 CPUtime=0.5 cores=0-7
/proc/10345/stat : 10345 (python) S 10326 10326 10300 0 -1 4202560 1029 0 0 0 27 23 0 0 15 0 1 0 546518590 523902976 53589 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089718342 0 0 16781312 514 1634964994409857282 0 0 17 2 0 0 0
/proc/10345/statm: 127906 53589 370 364 0 63812 0
[pid=10347] ppid=10345 vsize=291156 CPUtime=309.14 cores=0-7
/proc/10347/stat : 10347 (cryptominisat-2) R 10345 10347 10347 0 -1 4202496 102051 0 0 0 30890 24 0 0 25 0 1 0 546518591 298143744 56882 33554432000 4194304 4677096 140736680383472 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/10347/statm: 72789 56882 390 118 0 67748 0
[pid=10348] ppid=10326 vsize=521880 CPUtime=0.46 cores=0-7
/proc/10348/stat : 10348 (python) S 10326 10326 10300 0 -1 4202560 1002 0 0 0 23 23 0 0 18 0 1 0 546518594 534405120 53593 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089718342 0 0 16781312 514 1634964994409857284 0 0 17 4 0 0 0
/proc/10348/statm: 130470 53593 370 364 0 66373 0
[pid=10350] ppid=10348 vsize=61984 CPUtime=309.12 cores=0-7
/proc/10350/stat : 10350 (lingeling) R 10348 10350 10350 0 -1 4202496 24789 0 0 0 30908 4 0 0 25 0 1 0 546518595 63471616 14666 33554432000 4194304 4352236 140734504920272 18446744073709551615 4328000 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/10350/statm: 15496 14666 129 39 0 14576 0
[pid=10351] ppid=10326 vsize=532136 CPUtime=0.5 cores=0-7
/proc/10351/stat : 10351 (python) S 10326 10326 10300 0 -1 4202560 1036 0 0 0 26 24 0 0 15 0 1 0 546518598 544907264 53597 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089718342 0 0 16781312 514 1634964994409857284 0 0 17 4 0 0 0
/proc/10351/statm: 133034 53597 370 364 0 68934 0
[pid=10353] ppid=10351 vsize=290956 CPUtime=307.43 cores=0-7
/proc/10353/stat : 10353 (cryptominisat-2) R 10351 10353 10353 0 -1 4202496 101961 0 0 0 30725 18 0 0 25 0 1 0 546518599 297938944 56813 33554432000 4194304 4677096 140735174604128 18446744073709551615 4320146 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10353/statm: 72739 56813 390 118 0 67698 0
[pid=10354] ppid=10326 vsize=542392 CPUtime=0.46 cores=0-7
/proc/10354/stat : 10354 (python) S 10326 10326 10300 0 -1 4202560 1061 0 0 0 23 23 0 0 18 0 1 0 546518601 555409408 53607 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089718342 0 0 16781312 514 1634964994409857284 0 0 17 4 0 0 0
/proc/10354/statm: 135598 53607 376 364 0 71495 0
[pid=10356] ppid=10354 vsize=146264 CPUtime=308.71 cores=0-7
/proc/10356/stat : 10356 (precosat) R 10354 10356 10356 0 -1 4202496 36649 0 0 0 30865 6 0 0 25 0 1 0 546518602 149774336 35853 33554432000 4194304 4890832 140735315814240 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 3 0 0 0
/proc/10356/statm: 36566 35853 86 171 0 36393 0
[pid=10362] ppid=10326 vsize=618184 CPUtime=0.15 cores=0-7
/proc/10362/stat : 10362 (python) S 10326 10326 10300 0 -1 4202560 1123 0 0 0 8 7 0 0 19 0 2 0 546528606 633020416 53637 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10362/statm: 154546 53637 399 364 0 90440 0
[pid=10364] ppid=10362 vsize=80464 CPUtime=99.66 cores=0-7
/proc/10364/stat : 10364 (SApperloT-base) T 10362 10364 10364 0 -1 4202496 19966 0 0 0 9961 5 0 0 25 0 1 0 546528607 82395136 19469 33554432000 134512640 135674940 4292821232 18446744073709551615 134564660 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/10364/statm: 20116 19469 100 284 0 19830 0
[pid=10362/tid=10367] ppid=10326 vsize=618184 CPUtime=0 cores=0-7
/proc/10362/task/10367/stat : 10367 (python) S 10326 10326 10300 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 546538621 633020416 53637 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 514 18446604453846935360 0 0 -1 1 0 0 0
[pid=10368] ppid=10326 vsize=628440 CPUtime=0.15 cores=0-7
/proc/10368/stat : 10368 (python) S 10326 10326 10300 0 -1 4202560 1067 0 0 0 8 7 0 0 19 0 2 0 546538625 643522560 53756 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10368/statm: 157110 53756 399 364 0 93001 0
[pid=10370] ppid=10368 vsize=59056 CPUtime=99.65 cores=0-7
/proc/10370/stat : 10370 (lingeling) T 10368 10370 10370 0 -1 4202496 21371 0 0 0 9962 3 0 0 25 0 1 0 546538626 60473344 13934 33554432000 4194304 4352236 140733341216768 18446744073709551615 4328095 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/10370/statm: 14764 13934 129 39 0 13844 0
[pid=10368/tid=10374] ppid=10326 vsize=628440 CPUtime=0 cores=0-7
/proc/10368/task/10374/stat : 10374 (python) S 10326 10326 10300 0 -1 4202560 122 0 0 0 0 0 0 0 19 0 2 0 546548641 643522560 53756 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 514 18446604453870413888 0 0 -1 1 0 0 0
[pid=10375] ppid=10326 vsize=638696 CPUtime=0.01 cores=0-7
/proc/10375/stat : 10375 (python) S 10326 10326 10300 0 -1 4202560 846 0 0 0 0 1 0 0 15 0 1 0 546548644 654024704 53744 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089718342 0 0 16781312 514 4048247886138278148 0 0 17 2 0 0 0
/proc/10375/statm: 159674 53744 371 364 0 95562 0
[pid=10377] ppid=10375 vsize=244556 CPUtime=8.59 cores=0-7
/proc/10377/stat : 10377 (cryptominisat-2) R 10375 10377 10377 0 -1 4202496 56661 0 0 0 850 9 0 0 25 0 1 0 546548645 250425344 47959 33554432000 4194304 4677096 140734037339920 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10377/statm: 61139 47959 387 118 0 56098 0
[pid=10326/tid=10334] ppid=10324 vsize=648940 CPUtime=0 cores=0-7
/proc/10326/task/10334/stat : 10334 (python) S 10324 10326 10300 0 -1 4202560 33 927 0 6 0 0 0 0 18 0 12 0 546518577 664514560 55273 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 0 0 0 0
[pid=10326/tid=10337] ppid=10324 vsize=648940 CPUtime=0 cores=0-7
/proc/10326/task/10337/stat : 10337 (python) S 10324 10326 10300 0 -1 4202560 22 927 0 6 0 0 0 0 25 0 12 0 546518580 664514560 55273 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 6 0 0 0
[pid=10326/tid=10340] ppid=10324 vsize=648940 CPUtime=0 cores=0-7
/proc/10326/task/10340/stat : 10340 (python) S 10324 10326 10300 0 -1 4202560 22 927 0 6 0 0 0 0 25 0 12 0 546518584 664514560 55273 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 6 0 0 0
[pid=10326/tid=10343] ppid=10324 vsize=648940 CPUtime=0 cores=0-7
/proc/10326/task/10343/stat : 10343 (python) S 10324 10326 10300 0 -1 4202560 23 927 0 6 0 0 0 0 20 0 12 0 546518587 664514560 55273 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 0 0 0 0
[pid=10326/tid=10346] ppid=10324 vsize=648940 CPUtime=0 cores=0-7
/proc/10326/task/10346/stat : 10346 (python) S 10324 10326 10300 0 -1 4202560 23 927 0 6 0 0 0 0 22 0 12 0 546518591 664514560 55273 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 0 0 0 0
[pid=10326/tid=10349] ppid=10324 vsize=648940 CPUtime=0 cores=0-7
/proc/10326/task/10349/stat : 10349 (python) S 10324 10326 10300 0 -1 4202560 23 927 0 6 0 0 0 0 24 0 12 0 546518595 664514560 55273 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 0 0 0 0
[pid=10326/tid=10352] ppid=10324 vsize=648940 CPUtime=0 cores=0-7
/proc/10326/task/10352/stat : 10352 (python) S 10324 10326 10300 0 -1 4202560 27 927 0 6 0 0 0 0 25 0 12 0 546518598 664514560 55273 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 4 0 0 0
[pid=10326/tid=10355] ppid=10324 vsize=648940 CPUtime=0 cores=0-7
/proc/10326/task/10355/stat : 10355 (python) S 10324 10326 10300 0 -1 4202560 29 927 0 6 0 0 0 0 25 0 12 0 546518602 664514560 55273 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 2 0 0 0
[pid=10326/tid=10363] ppid=10324 vsize=648940 CPUtime=0 cores=0-7
/proc/10326/task/10363/stat : 10363 (python) S 10324 10326 10300 0 -1 4202560 31 927 0 6 0 0 0 0 20 0 12 0 546528606 664514560 55273 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 1 0 0 0
[pid=10326/tid=10369] ppid=10324 vsize=648940 CPUtime=0 cores=0-7
/proc/10326/task/10369/stat : 10369 (python) S 10324 10326 10300 0 -1 4202560 86 927 0 6 0 0 0 0 20 0 12 0 546538626 664514560 55273 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 1 0 0 0
[pid=10326/tid=10376] ppid=10324 vsize=648940 CPUtime=0 cores=0-7
/proc/10326/task/10376/stat : 10376 (python) S 10324 10326 10300 0 -1 4202560 34 927 0 6 0 0 0 0 20 0 12 0 546548645 664514560 55273 33554432000 4194304 5683644 140733842895696 18446744073709551615 248101521841 0 0 16781312 2 18446604453817722048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2501.38
Current children cumulated vsize (KiB) 8264308

[startup+402.302 s]
/proc/loadavg: 8.10 7.35 6.60 9/232 10379
/proc/meminfo: memFree=28148248/32950928 swapFree=66698988/67111528
[pid=10326] ppid=10324 vsize=566844 CPUtime=2980.12 cores=0-7
/proc/10326/stat : 10326 (python) R 10324 10326 10300 0 -1 4202496 101937 578147 53 6 3221 29 294395 367 16 0 1 0 546515278 580448256 55176 33554432000 4194304 5683644 140733842895696 18446744073709551615 248089353655 0 0 16781312 0 0 0 0 17 3 0 0 51
/proc/10326/statm: 141711 55176 1873 364 0 77635 0
Current children cumulated CPU time (s) 2980.12
Current children cumulated vsize (KiB) 566844

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

Child status: 0
Real time (s): 402.359
CPU time (s): 2980.2
CPU user time (s): 2976.2
CPU system time (s): 3.99639
CPU usage (%): 740.682
Max. virtual memory (cumulated for all children) (KiB): 8346864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2976.2
system time used= 3.99639
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 699292
page faults= 59
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7930
involuntary context switches= 17094

runsolver used 1.36379 second user time and 3.88741 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-02 17:12:35
IDJOB=3321713
IDBENCH=82497
IDSOLVER=1710
FILE ID=node123/3321713-1304349154
RUNJOBID= node123-1304349154-10314
PBS_JOBID= 13178671
Free space on /tmp= 73680 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/manthey/traffic/traffic_f_unknown.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-3321713-1304349154/watcher-3321713-1304349154 -o /tmp/evaluation-result-3321713-1304349154/solver-3321713-1304349154 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321713-1304349154.cnf -seed 148001097 -budget 40000 -cores 8

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

MD5SUM BENCH= f03ed12a281977a642336980ec847847
RANDOM SEED=148001097

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:      29886380 kB
Buffers:         72368 kB
Cached:         775876 kB
SwapCached:      16212 kB
Active:         219600 kB
Inactive:      2628988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29886380 kB
SwapTotal:    67111528 kB
SwapFree:     66698988 kB
Dirty:           50348 kB
Writeback:           0 kB
AnonPages:     1991568 kB
Mapped:          16064 kB
Slab:           144900 kB
PageTables:      10084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2690184 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= 73648 MiB
End job on node123 at 2011-05-02 17:19:17