Trace number 3380918

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 2881.89 388.21

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.34/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.68	c INFO: solving HOME/instance-3380918-1305494756.cnf
0.34/0.68	c INFO: computing task features
3.50/3.87	c INFO: computed variable-clause graph statistics
3.61/3.95	c INFO: computed clause balance statistics
18.32/18.63	c INFO: computed variable balance statistics
28.81/29.17	c INFO: computed small-clause counts
28.91/29.22	c INFO: computed Horn-clause counts
30.52/30.89	c INFO: computed variable graph statistics
30.52/30.89	c INFO: collected features for HOME/instance-3380918-1305494756.cnf in 30.10 s
30.61/30.91	c INFO: running lingeling-276@0 for 97 with 4969 remaining (b = 0.18)
30.61/30.94	c INFO: running cryptominisat-2.9.0@0 for 485 with 4969 remaining (b = 0.16)
30.61/30.97	c INFO: running lingeling-276@0 for 1261 with 4969 remaining (b = 0.33)
30.70/31.00	c INFO: running SApperloT@0 for 97 with 4969 remaining (b = 0.02)
30.70/31.03	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4969 remaining (b = 0.34)
30.70/31.06	c INFO: running lingeling-276@0 for 1261 with 4969 remaining (b = 0.25)
30.70/31.09	c INFO: running precosat-570@0 for 291 with 4969 remaining (b = 0.05)
30.80/31.12	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4969 remaining (b = 0.27)
823.10/130.22	c INFO: running lingeling-276@0 for 1261 with 4870 remaining (b = 0.19)
830.26/131.14	c INFO: running SApperloT@0 for 97 with 4869 remaining (b = 0.01)
1630.09/231.36	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4769 remaining (b = 0.25)
2366.82/323.65	c INFO: running precosat-570@0 for 291 with 4677 remaining (b = 0.04)
2881.67/388.13	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-3380918-1305494756/watcher-3380918-1305494756 -o /tmp/evaluation-result-3380918-1305494756/solver-3380918-1305494756 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380918-1305494756.cnf -seed 1630395143 -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.68 3.31 2.61 2/238 23869
/proc/meminfo: memFree=22741672/32951124 swapFree=61559568/67111528
[pid=23869] ppid=23867 vsize=15184 CPUtime=0 cores=0-7
/proc/23869/stat : 23869 (python) S 23867 23869 23563 0 -1 4202496 725 0 0 0 0 0 0 0 17 0 1 0 661076456 15548416 616 33554432000 4194304 5683644 140735165426352 18446744073709551615 222921775104 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/23869/statm: 3796 616 322 364 0 283 0

[startup+0.0114549 s]
/proc/loadavg: 6.68 3.31 2.61 2/238 23869
/proc/meminfo: memFree=22741672/32951124 swapFree=61559568/67111528
[pid=23869] ppid=23867 vsize=15776 CPUtime=0 cores=0-7
/proc/23869/stat : 23869 (python) R 23867 23869 23563 0 -1 4202496 874 0 0 0 0 0 0 0 17 0 1 0 661076456 16154624 757 33554432000 4194304 5683644 140735165426352 18446744073709551615 222921437893 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23869/statm: 3944 758 343 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+0.100436 s]
/proc/loadavg: 6.68 3.31 2.61 2/238 23869
/proc/meminfo: memFree=22741672/32951124 swapFree=61559568/67111528
[pid=23869] ppid=23867 vsize=87708 CPUtime=0.06 cores=0-7
/proc/23869/stat : 23869 (python) S 23867 23869 23563 0 -1 4202496 2636 0 0 0 4 2 0 0 17 0 1 0 661076456 89812992 2354 33554432000 4194304 5683644 140735165426352 18446744073709551615 222921775104 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/23869/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87708

[startup+0.300463 s]
/proc/loadavg: 6.68 3.31 2.61 2/238 23869
/proc/meminfo: memFree=22741672/32951124 swapFree=61559568/67111528
[pid=23869] ppid=23867 vsize=135752 CPUtime=0.18 cores=0-7
/proc/23869/stat : 23869 (python) S 23867 23869 23563 0 -1 4202496 5957 935 1 0 14 4 0 0 18 0 1 0 661076456 139010048 4150 33554432000 4194304 5683644 140735165426352 18446744073709551615 222921773061 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/23869/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700318 s]
/proc/loadavg: 6.68 3.31 2.61 2/238 23869
/proc/meminfo: memFree=22741672/32951124 swapFree=61559568/67111528
[pid=23869] ppid=23867 vsize=297564 CPUtime=0.41 cores=0-7
/proc/23869/stat : 23869 (python) R 23867 23869 23563 0 -1 4202496 14022 935 1 0 31 10 0 0 17 0 1 0 661076456 304705536 11708 33554432000 4194304 5683644 140735165426352 18446744073709551615 222921137926 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23869/statm: 74391 11708 1761 364 0 10315 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 297564

[startup+1.50017 s]
/proc/loadavg: 6.68 3.31 2.61 2/239 23874
/proc/meminfo: memFree=22682764/32951124 swapFree=61559568/67111528
[pid=23869] ppid=23867 vsize=348040 CPUtime=1.2 cores=0-7
/proc/23869/stat : 23869 (python) R 23867 23869 23563 0 -1 4202496 26477 935 1 0 109 11 0 0 18 0 1 0 661076456 356392960 24163 33554432000 4194304 5683644 140735165426352 18446744073709551615 4602441 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23869/statm: 87010 24164 1761 364 0 22934 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 348040

[startup+3.10088 s]
/proc/loadavg: 6.68 3.31 2.61 2/239 23874
/proc/meminfo: memFree=22613696/32951124 swapFree=61559568/67111528
[pid=23869] ppid=23867 vsize=438452 CPUtime=2.81 cores=0-7
/proc/23869/stat : 23869 (python) R 23867 23869 23563 0 -1 4202496 48108 935 1 0 266 15 0 0 21 0 1 0 661076456 448974848 45794 33554432000 4194304 5683644 140735165426352 18446744073709551615 47401976320654 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23869/statm: 109613 45794 1761 364 0 45537 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 438452

[startup+6.30029 s]
/proc/loadavg: 6.39 3.31 2.61 2/239 23875
/proc/meminfo: memFree=22510692/32951124 swapFree=61559568/67111528
[pid=23869] ppid=23867 vsize=487508 CPUtime=6.01 cores=0-7
/proc/23869/stat : 23869 (python) R 23867 23869 23563 0 -1 4202496 86679 935 1 0 581 20 0 0 25 0 1 0 661076456 499208192 59261 33554432000 4194304 5683644 140735165426352 18446744073709551615 4458881 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23869/statm: 121877 59261 1826 364 0 57801 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 487508

[startup+12.7011 s]
/proc/loadavg: 5.96 3.27 2.60 2/239 23875
/proc/meminfo: memFree=22510984/32951124 swapFree=61559568/67111528
[pid=23869] ppid=23867 vsize=487508 CPUtime=12.41 cores=0-7
/proc/23869/stat : 23869 (python) R 23867 23869 23563 0 -1 4202496 86679 935 1 0 1221 20 0 0 25 0 1 0 661076456 499208192 59261 33554432000 4194304 5683644 140735165426352 18446744073709551615 4562917 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23869/statm: 121877 59261 1826 364 0 57801 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 487508

[startup+25.5008 s]
/proc/loadavg: 4.86 3.16 2.57 2/239 23875
/proc/meminfo: memFree=22512344/32951124 swapFree=61559568/67111528
[pid=23869] ppid=23867 vsize=487508 CPUtime=25.21 cores=0-7
/proc/23869/stat : 23869 (python) R 23867 23869 23563 0 -1 4202496 86680 935 1 0 2501 20 0 0 25 0 1 0 661076456 499208192 59262 33554432000 4194304 5683644 140735165426352 18446744073709551615 47401976345629 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23869/statm: 121877 59262 1827 364 0 57801 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 487508

[startup+51.1011 s]
/proc/loadavg: 5.53 3.44 2.68 9/263 23900
/proc/meminfo: memFree=21477160/32951124 swapFree=61559568/67111528
[pid=23869] ppid=23867 vsize=618180 CPUtime=30.84 cores=0-7
/proc/23869/stat : 23869 (python) S 23867 23869 23563 0 -1 4202496 92180 935 1 0 3058 26 0 0 21 0 9 0 661076456 633016320 55247 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/23869/statm: 154545 55247 1889 364 0 90442 0
[pid=23876] ppid=23869 vsize=470608 CPUtime=0.03 cores=0-7
/proc/23876/stat : 23876 (python) S 23869 23869 23563 0 -1 4202560 988 0 0 0 1 2 0 0 18 0 1 0 661079548 481902592 53585 33554432000 4194304 5683644 140735165426352 18446744073709551615 222921797135 0 0 16781312 514 11450542790077808898 0 0 17 1 0 0 0
/proc/23876/statm: 117652 53585 381 364 0 53570 0
[pid=23878] ppid=23876 vsize=60320 CPUtime=20.15 cores=0-7
/proc/23878/stat : 23878 (lingeling) R 23876 23878 23878 0 -1 4202496 21422 0 0 0 2012 3 0 0 25 0 1 0 661079549 61767680 14249 33554432000 4194304 4352236 140734891024576 18446744073709551615 4222658 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/23878/statm: 15080 14249 129 39 0 14160 0
[pid=23879] ppid=23869 vsize=480864 CPUtime=0.04 cores=0-7
/proc/23879/stat : 23879 (python) S 23869 23869 23563 0 -1 4202560 916 0 0 0 2 2 0 0 15 0 1 0 661079551 492404736 53578 33554432000 4194304 5683644 140735165426352 18446744073709551615 222921797190 0 0 16781312 514 548744267485380866 0 0 17 0 0 0 0
/proc/23879/statm: 120216 53578 370 364 0 56131 0
[pid=23881] ppid=23879 vsize=274212 CPUtime=20.13 cores=0-7
/proc/23881/stat : 23881 (cryptominisat-2) R 23879 23881 23881 0 -1 4202496 63364 0 0 0 2003 10 0 0 25 0 1 0 661079551 280793088 54662 33554432000 4194304 4677096 140733338455296 18446744073709551615 4320162 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23881/statm: 68553 54662 390 118 0 63512 0
[pid=23882] ppid=23869 vsize=491120 CPUtime=0.03 cores=0-7
/proc/23882/stat : 23882 (python) S 23869 23869 23563 0 -1 4202560 904 0 0 0 2 1 0 0 18 0 1 0 661079554 502906880 53582 33554432000 4194304 5683644 140735165426352 18446744073709551615 222921797190 0 0 16781312 514 11450542790077808900 0 0 17 1 0 0 0
/proc/23882/statm: 122780 53582 370 364 0 58692 0
[pid=23884] ppid=23882 vsize=59404 CPUtime=20.08 cores=0-7
/proc/23884/stat : 23884 (lingeling) R 23882 23884 23884 0 -1 4202496 21190 0 0 0 2005 3 0 0 25 0 1 0 661079554 60829696 14021 33554432000 4194304 4352236 140735335148432 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/23884/statm: 14851 14021 129 39 0 13931 0
[pid=23885] ppid=23869 vsize=501376 CPUtime=0.03 cores=0-7
/proc/23885/stat : 23885 (python) S 23869 23869 23563 0 -1 4202560 927 0 0 0 1 2 0 0 18 0 1 0 661079556 513409024 53586 33554432000 4194304 5683644 140735165426352 18446744073709551615 222921797190 0 0 16781312 514 11450542790077808898 0 0 17 1 0 0 0
/proc/23885/statm: 125344 53586 370 364 0 61253 0
[pid=23887] ppid=23885 vsize=56524 CPUtime=20.07 cores=0-7
/proc/23887/stat : 23887 (SApperloT-base) R 23885 23887 23887 0 -1 4202496 14031 0 0 0 2002 5 0 0 25 0 1 0 661079557 57880576 13734 33554432000 134512640 135674940 4291434896 18446744073709551615 134564250 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/23887/statm: 14131 13734 99 284 0 13845 0
[pid=23888] ppid=23869 vsize=577168 CPUtime=0.04 cores=0-7
/proc/23888/stat : 23888 (python) S 23869 23869 23563 0 -1 4202560 806 0 0 0 2 2 0 0 15 0 1 0 661079559 591020032 53708 33554432000 4194304 5683644 140735165426352 18446744073709551615 222921797190 0 0 16781312 514 10661792735024873732 0 0 17 0 0 0 0
/proc/23888/statm: 144292 53708 371 364 0 80198 0
[pid=23890] ppid=23888 vsize=274500 CPUtime=19.95 cores=0-7
/proc/23890/stat : 23890 (cryptominisat-2) R 23888 23890 23890 0 -1 4202496 63338 0 0 0 1986 9 0 0 25 0 1 0 661079560 281088000 54657 33554432000 4194304 4677096 140735517424992 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23890/statm: 68625 54657 390 118 0 63584 0
[pid=23891] ppid=23869 vsize=587424 CPUtime=0.03 cores=0-7
/proc/23891/stat : 23891 (python) S 23869 23869 23563 0 -1 4202560 809 0 0 0 1 2 0 0 18 0 1 0 661079562 601522176 53693 33554432000 4194304 5683644 140735165426352 18446744073709551615 222921797190 0 0 16781312 514 11450542790077808900 0 0 17 1 0 0 0
/proc/23891/statm: 146856 53693 371 364 0 82759 0
[pid=23893] ppid=23891 vsize=59944 CPUtime=19.83 cores=0-7
/proc/23893/stat : 23893 (lingeling) R 23891 23893 23893 0 -1 4202496 21319 0 0 0 1980 3 0 0 25 0 1 0 661079563 61382656 14157 33554432000 4194304 4352236 140737228758528 18446744073709551615 4235610 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/23893/statm: 14986 14157 129 39 0 14066 0
[pid=23894] ppid=23869 vsize=597680 CPUtime=0.03 cores=0-7
/proc/23894/stat : 23894 (python) S 23869 23869 23563 0 -1 4202560 817 0 0 0 1 2 0 0 18 0 1 0 661079565 612024320 53710 33554432000 4194304 5683644 140735165426352 18446744073709551615 222921797190 0 0 16781312 514 11450542790077808898 0 0 17 1 0 0 0
/proc/23894/statm: 149420 53710 371 364 0 85320 0
[pid=23896] ppid=23894 vsize=145536 CPUtime=19.96 cores=0-7
/proc/23896/stat : 23896 (precosat) R 23894 23896 23896 0 -1 4202496 36451 0 0 0 1991 5 0 0 25 0 1 0 661079567 149028864 35670 33554432000 4194304 4890832 140736147987792 18446744073709551615 4235423 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/23896/statm: 36384 35670 86 171 0 36211 0
[pid=23897] ppid=23869 vsize=607936 CPUtime=0.04 cores=0-7
/proc/23897/stat : 23897 (python) S 23869 23869 23563 0 -1 4202560 880 0 0 0 2 2 0 0 15 0 1 0 661079569 622526464 53731 33554432000 4194304 5683644 140735165426352 18446744073709551615 222921797190 0 0 16781312 514 8905547210024780033 0 0 17 1 0 0 0
/proc/23897/statm: 151984 53731 377 364 0 87881 0
[pid=23899] ppid=23897 vsize=274256 CPUtime=19.69 cores=0-7
/proc/23899/stat : 23899 (cryptominisat-2) R 23897 23899 23899 0 -1 4202496 63294 0 0 0 1959 10 0 0 25 0 1 0 661079571 280838144 54608 33554432000 4194304 4677096 140734885081968 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23899/statm: 68564 54608 390 118 0 63523 0
[pid=23869/tid=23877] ppid=23867 vsize=618180 CPUtime=0 cores=0-7
/proc/23869/task/23877/stat : 23877 (python) S 23867 23869 23563 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 9 0 661079548 633016320 55247 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 0 0 0 0
[pid=23869/tid=23880] ppid=23867 vsize=618180 CPUtime=0 cores=0-7
/proc/23869/task/23880/stat : 23880 (python) S 23867 23869 23563 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 9 0 661079551 633016320 55247 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 4 0 0 0
[pid=23869/tid=23883] ppid=23867 vsize=618180 CPUtime=0 cores=0-7
/proc/23869/task/23883/stat : 23883 (python) S 23867 23869 23563 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 9 0 661079554 633016320 55247 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 4 0 0 0
[pid=23869/tid=23886] ppid=23867 vsize=618180 CPUtime=0 cores=0-7
/proc/23869/task/23886/stat : 23886 (python) S 23867 23869 23563 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 9 0 661079557 633016320 55247 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 5 0 0 0
[pid=23869/tid=23889] ppid=23867 vsize=618180 CPUtime=0 cores=0-7
/proc/23869/task/23889/stat : 23889 (python) S 23867 23869 23563 0 -1 4202560 79 935 0 0 0 0 0 0 19 0 9 0 661079560 633016320 55247 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 0 0 0 0
[pid=23869/tid=23892] ppid=23867 vsize=618180 CPUtime=0 cores=0-7
/proc/23869/task/23892/stat : 23892 (python) S 23867 23869 23563 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 661079563 633016320 55247 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 7 0 0 0
[pid=23869/tid=23895] ppid=23867 vsize=618180 CPUtime=0 cores=0-7
/proc/23869/task/23895/stat : 23895 (python) S 23867 23869 23563 0 -1 4202560 34 935 0 0 0 0 0 0 21 0 9 0 661079566 633016320 55247 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 1 0 0 0
[pid=23869/tid=23898] ppid=23867 vsize=618180 CPUtime=0 cores=0-7
/proc/23869/task/23898/stat : 23898 (python) S 23867 23869 23563 0 -1 4202560 31 935 0 0 0 0 0 0 22 0 9 0 661079569 633016320 55247 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 190.97
Current children cumulated vsize (KiB) 6137052

[startup+102.31 s]
/proc/loadavg: 7.05 4.17 2.97 9/263 23901
/proc/meminfo: memFree=21420468/32951124 swapFree=61559568/67111528
[pid=23869] ppid=23867 vsize=618180 CPUtime=30.84 cores=0-7
/proc/23869/stat : 23869 (python) S 23867 23869 23563 0 -1 4202496 92180 935 1 0 3058 26 0 0 21 0 9 0 661076456 633016320 55247 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/23869/statm: 154545 55247 1889 364 0 90442 0
[pid=23876] ppid=23869 vsize=470608 CPUtime=0.13 cores=0-7
/proc/23876/stat : 23876 (python) S 23869 23869 23563 0 -1 4202560 1012 0 0 0 6 7 0 0 18 0 1 0 661079548 481902592 53585 33554432000 4194304 5683644 140735165426352 18446744073709551615 222921797135 0 0 16781312 514 11450542790077808898 0 0 17 1 0 0 0
/proc/23876/statm: 117652 53585 381 364 0 53570 0
[pid=23878] ppid=23876 vsize=59608 CPUtime=71.36 cores=0-7
/proc/23878/stat : 23878 (lingeling) R 23876 23878 23878 0 -1 4202496 21501 0 0 0 7133 3 0 0 25 0 1 0 661079549 61038592 14071 33554432000 4194304 4352236 140734891024576 18446744073709551615 4236585 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/23878/statm: 14902 14071 129 39 0 13982 0
[pid=23879] ppid=23869 vsize=480864 CPUtime=0.15 cores=0-7
/proc/23879/stat : 23879 (python) S 23869 23869 23563 0 -1 4202560 941 0 0 0 9 6 0 0 15 0 1 0 661079551 492404736 53578 33554432000 4194304 5683644 140735165426352 18446744073709551615 222921797190 0 0 16781312 514 548744267485380866 0 0 17 0 0 0 0
/proc/23879/statm: 120216 53578 370 364 0 56131 0
[pid=23881] ppid=23879 vsize=290376 CPUtime=71.34 cores=0-7
/proc/23881/stat : 23881 (cryptominisat-2) R 23879 23881 23881 0 -1 4202496 70453 0 0 0 7122 12 0 0 25 0 1 0 661079551 297345024 56924 33554432000 4194304 4677096 140733338455296 18446744073709551615 4336243 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23881/statm: 72594 56924 390 118 0 67553 0

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

/proc/23869/task/23909/stat : 23909 (python) S 23867 23869 23563 0 -1 4202560 34 935 0 0 0 0 0 0 20 0 12 0 661089571 664522752 55311 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 6 0 0 0
[pid=23869/tid=23916] ppid=23867 vsize=648948 CPUtime=0 cores=0-7
/proc/23869/task/23916/stat : 23916 (python) S 23867 23869 23563 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 12 0 661099593 664522752 55311 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2873.75
Current children cumulated vsize (KiB) 8599360

[startup+387.901 s]
/proc/loadavg: 8.09 6.58 4.31 9/276 23922
/proc/meminfo: memFree=21030092/32951124 swapFree=61559568/67111528
[pid=23869] ppid=23867 vsize=648948 CPUtime=30.97 cores=0-7
/proc/23869/stat : 23869 (python) S 23867 23869 23563 0 -1 4202496 94847 935 1 0 3069 28 0 0 18 0 12 0 661076456 664522752 55311 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/23869/statm: 162237 55311 1896 364 0 98125 0
[pid=23876] ppid=23869 vsize=480852 CPUtime=0.18 cores=0-7
/proc/23876/stat : 23876 (python) S 23869 23869 23563 0 -1 4202560 1176 0 0 0 8 10 0 0 19 0 2 0 661079548 492392448 53623 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23876/statm: 120213 53623 414 364 0 56131 0
[pid=23878] ppid=23876 vsize=59540 CPUtime=100.17 cores=0-7
/proc/23878/stat : 23878 (lingeling) T 23876 23878 23878 0 -1 4202496 21501 0 0 0 10013 4 0 0 25 0 1 0 661079549 60968960 14054 33554432000 4194304 4352236 140734891024576 18446744073709551615 4271605 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/23878/statm: 14885 14054 129 39 0 13965 0
[pid=23876/tid=23907] ppid=23869 vsize=480852 CPUtime=0 cores=0-7
/proc/23876/task/23907/stat : 23907 (python) S 23869 23869 23563 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 661089567 492392448 53623 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 514 18446604453807862080 0 0 -1 1 0 0 0
[pid=23879] ppid=23869 vsize=480864 CPUtime=0.71 cores=0-7
/proc/23879/stat : 23879 (python) S 23869 23869 23563 0 -1 4202560 976 0 0 0 39 32 0 0 15 0 1 0 661079551 492404736 53578 33554432000 4194304 5683644 140735165426352 18446744073709551615 222921797190 0 0 16781312 514 548744267485380866 0 0 17 0 0 0 0
/proc/23879/statm: 120216 53578 370 364 0 56131 0
[pid=23881] ppid=23879 vsize=289924 CPUtime=356.94 cores=0-7
/proc/23881/stat : 23881 (cryptominisat-2) R 23879 23881 23881 0 -1 4202496 106783 0 0 0 35671 23 0 0 25 0 1 0 661079551 296882176 56691 33554432000 4194304 4677096 140733338455296 18446744073709551615 4320115 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/23881/statm: 72481 56691 390 118 0 67440 0
[pid=23882] ppid=23869 vsize=491120 CPUtime=0.65 cores=0-7
/proc/23882/stat : 23882 (python) S 23869 23869 23563 0 -1 4202560 965 0 0 0 34 31 0 0 18 0 1 0 661079554 502906880 53582 33554432000 4194304 5683644 140735165426352 18446744073709551615 222921797190 0 0 16781312 514 11450542790077808900 0 0 17 1 0 0 0
/proc/23882/statm: 122780 53582 370 364 0 58692 0
[pid=23884] ppid=23882 vsize=63412 CPUtime=356.85 cores=0-7
/proc/23884/stat : 23884 (lingeling) R 23882 23884 23884 0 -1 4202496 25177 0 0 0 35681 4 0 0 25 0 1 0 661079554 64933888 15023 33554432000 4194304 4352236 140735335148432 18446744073709551615 4235610 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/23884/statm: 15853 15023 129 39 0 14933 0
[pid=23885] ppid=23869 vsize=501376 CPUtime=0.19 cores=0-7
/proc/23885/stat : 23885 (python) S 23869 23869 23563 0 -1 4202560 1109 0 0 0 9 10 0 0 19 0 2 0 661079556 513409024 53616 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23885/statm: 125344 53616 399 364 0 61253 0
[pid=23887] ppid=23885 vsize=76588 CPUtime=99.17 cores=0-7
/proc/23887/stat : 23887 (SApperloT-base) T 23885 23887 23887 0 -1 4202496 19036 0 0 0 9910 7 0 0 25 0 1 0 661079557 78426112 18545 33554432000 134512640 135674940 4291434896 18446744073709551615 134564748 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/23887/statm: 19147 18545 100 284 0 18861 0
[pid=23885/tid=23903] ppid=23869 vsize=501376 CPUtime=0 cores=0-7
/proc/23885/task/23903/stat : 23903 (python) S 23869 23869 23563 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 661089476 513409024 53616 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 514 18446604450179711168 0 0 -1 1 0 0 0
[pid=23888] ppid=23869 vsize=577168 CPUtime=0.72 cores=0-7
/proc/23888/stat : 23888 (python) S 23869 23869 23563 0 -1 4202560 816 0 0 0 40 32 0 0 15 0 1 0 661079559 591020032 53709 33554432000 4194304 5683644 140735165426352 18446744073709551615 222921797190 0 0 16781312 514 11344765377734213892 0 0 17 0 0 0 0
/proc/23888/statm: 144292 53709 372 364 0 80198 0
[pid=23890] ppid=23888 vsize=289960 CPUtime=355.41 cores=0-7
/proc/23890/stat : 23890 (cryptominisat-2) R 23888 23890 23890 0 -1 4202496 106834 0 0 0 35515 26 0 0 25 0 1 0 661079560 296919040 56864 33554432000 4194304 4677096 140735517424992 18446744073709551615 4320248 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23890/statm: 72490 56864 390 118 0 67449 0
[pid=23891] ppid=23869 vsize=587424 CPUtime=0.65 cores=0-7
/proc/23891/stat : 23891 (python) S 23869 23869 23563 0 -1 4202560 809 0 0 0 32 33 0 0 18 0 1 0 661079562 601522176 53693 33554432000 4194304 5683644 140735165426352 18446744073709551615 222921797190 0 0 16781312 514 11450542790077808900 0 0 17 1 0 0 0
/proc/23891/statm: 146856 53693 371 364 0 82759 0
[pid=23893] ppid=23891 vsize=63412 CPUtime=351.43 cores=0-7
/proc/23893/stat : 23893 (lingeling) R 23891 23893 23893 0 -1 4202496 25152 0 0 0 35139 4 0 0 25 0 1 0 661079563 64933888 15024 33554432000 4194304 4352236 140737228758528 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/23893/statm: 15853 15024 129 39 0 14933 0
[pid=23894] ppid=23869 vsize=597680 CPUtime=0.65 cores=0-7
/proc/23894/stat : 23894 (python) S 23869 23869 23563 0 -1 4202560 1003 0 0 0 33 32 0 0 18 0 2 0 661079565 612024320 53739 33554432000 4194304 5683644 140735165426352 18446744073709551615 222921797190 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23894/statm: 149420 53739 399 364 0 85320 0
[pid=23896] ppid=23894 vsize=147720 CPUtime=356.47 cores=0-7
/proc/23896/stat : 23896 (precosat) R 23894 23896 23896 0 -1 4202496 36990 0 0 0 35642 5 0 0 25 0 1 0 661079567 151265280 36209 33554432000 4194304 4890832 140736147987792 18446744073709551615 4238562 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/23896/statm: 36930 36209 86 171 0 36757 0
[pid=23894/tid=23920] ppid=23869 vsize=597680 CPUtime=0 cores=0-7
/proc/23894/task/23920/stat : 23920 (python) S 23869 23869 23563 0 -1 4202560 77 0 0 0 0 0 0 0 19 0 2 0 661108818 612024320 53739 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 514 18446604453829266496 0 0 -1 1 0 0 0
[pid=23897] ppid=23869 vsize=607936 CPUtime=0.7 cores=0-7
/proc/23897/stat : 23897 (python) S 23869 23869 23563 0 -1 4202560 881 0 0 0 34 36 0 0 15 0 1 0 661079569 622526464 53731 33554432000 4194304 5683644 140735165426352 18446744073709551615 222921797190 0 0 16781312 514 8905547210024780033 0 0 17 1 0 0 0
/proc/23897/statm: 151984 53731 377 364 0 87881 0
[pid=23899] ppid=23897 vsize=305780 CPUtime=355.21 cores=0-7
/proc/23899/stat : 23899 (cryptominisat-2) R 23897 23899 23899 0 -1 4202496 104851 0 0 0 35493 28 0 0 25 0 1 0 661079571 313118720 59572 33554432000 4194304 4677096 140734885081968 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/23899/statm: 76445 59572 390 118 0 71404 0
[pid=23904] ppid=23869 vsize=618192 CPUtime=0.47 cores=0-7
/proc/23904/stat : 23904 (python) S 23869 23869 23563 0 -1 4202560 838 0 0 0 25 22 0 0 18 0 1 0 661089479 633028608 53741 33554432000 4194304 5683644 140735165426352 18446744073709551615 222921797190 0 0 16781312 514 11450542790077808898 0 0 17 6 0 0 0
/proc/23904/statm: 154548 53741 371 364 0 90442 0
[pid=23906] ppid=23904 vsize=61108 CPUtime=256.18 cores=0-7
/proc/23906/stat : 23906 (lingeling) R 23904 23906 23906 0 -1 4202496 21927 0 0 0 25614 4 0 0 25 0 1 0 661089480 62574592 14446 33554432000 4194304 4352236 140733256560976 18446744073709551615 4278683 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/23906/statm: 15277 14446 129 39 0 14357 0
[pid=23908] ppid=23869 vsize=628448 CPUtime=0.19 cores=0-7
/proc/23908/stat : 23908 (python) S 23869 23869 23563 0 -1 4202560 1023 0 0 0 10 9 0 0 19 0 2 0 661089570 643530752 53802 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23908/statm: 157112 53802 399 364 0 93003 0
[pid=23910] ppid=23908 vsize=78452 CPUtime=100.16 cores=0-7
/proc/23910/stat : 23910 (SApperloT-base) T 23908 23910 23910 0 -1 4202496 19453 0 0 0 10010 6 0 0 25 0 1 0 661089571 80334848 18996 33554432000 134512640 135674940 4289863344 18446744073709551615 134564697 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/23910/statm: 19613 18996 100 284 0 19327 0
[pid=23908/tid=23914] ppid=23869 vsize=628448 CPUtime=0 cores=0-7
/proc/23908/task/23914/stat : 23914 (python) S 23869 23869 23563 0 -1 4202560 78 0 0 0 0 0 0 0 19 0 2 0 661099589 643530752 53802 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 514 18446604453075806400 0 0 -1 3 0 0 0
[pid=23915] ppid=23869 vsize=638704 CPUtime=0.32 cores=0-7
/proc/23915/stat : 23915 (python) S 23869 23869 23563 0 -1 4202560 863 0 0 0 16 16 0 0 15 0 1 0 661099592 654032896 53777 33554432000 4194304 5683644 140735165426352 18446744073709551615 222921797190 0 0 16781312 514 11450542790077808898 0 0 17 6 0 0 0
/proc/23915/statm: 159676 53777 371 364 0 95564 0
[pid=23917] ppid=23915 vsize=304752 CPUtime=155.69 cores=0-7
/proc/23917/stat : 23917 (cryptominisat-2) R 23915 23917 23917 0 -1 4202496 80142 0 0 0 15554 15 0 0 25 0 1 0 661099593 312066048 58724 33554432000 4194304 4677096 140737161107488 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23917/statm: 76188 58724 390 118 0 71147 0
[pid=23869/tid=23877] ppid=23867 vsize=648948 CPUtime=0 cores=0-7
/proc/23869/task/23877/stat : 23877 (python) S 23867 23869 23563 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 12 0 661079548 664522752 55311 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 0 0 0 0
[pid=23869/tid=23880] ppid=23867 vsize=648948 CPUtime=0 cores=0-7
/proc/23869/task/23880/stat : 23880 (python) S 23867 23869 23563 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 12 0 661079551 664522752 55311 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 4 0 0 0
[pid=23869/tid=23883] ppid=23867 vsize=648948 CPUtime=0 cores=0-7
/proc/23869/task/23883/stat : 23883 (python) S 23867 23869 23563 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 12 0 661079554 664522752 55311 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 4 0 0 0
[pid=23869/tid=23886] ppid=23867 vsize=648948 CPUtime=0 cores=0-7
/proc/23869/task/23886/stat : 23886 (python) S 23867 23869 23563 0 -1 4202560 25 935 0 0 0 0 0 0 19 0 12 0 661079557 664522752 55311 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 5 0 0 0
[pid=23869/tid=23889] ppid=23867 vsize=648948 CPUtime=0 cores=0-7
/proc/23869/task/23889/stat : 23889 (python) S 23867 23869 23563 0 -1 4202560 79 935 0 0 0 0 0 0 19 0 12 0 661079560 664522752 55311 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 0 0 0 0
[pid=23869/tid=23892] ppid=23867 vsize=648948 CPUtime=0 cores=0-7
/proc/23869/task/23892/stat : 23892 (python) S 23867 23869 23563 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 12 0 661079563 664522752 55311 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 7 0 0 0
[pid=23869/tid=23895] ppid=23867 vsize=648948 CPUtime=0 cores=0-7
/proc/23869/task/23895/stat : 23895 (python) S 23867 23869 23563 0 -1 4202560 41 935 0 0 0 0 0 0 18 0 12 0 661079566 664522752 55311 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 1 0 0 0
[pid=23869/tid=23898] ppid=23867 vsize=648948 CPUtime=0 cores=0-7
/proc/23869/task/23898/stat : 23898 (python) S 23867 23869 23563 0 -1 4202560 31 935 0 0 0 0 0 0 22 0 12 0 661079569 664522752 55311 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 1 0 0 0
[pid=23869/tid=23905] ppid=23867 vsize=648948 CPUtime=0 cores=0-7
/proc/23869/task/23905/stat : 23905 (python) S 23867 23869 23563 0 -1 4202560 40 935 0 0 0 0 0 0 20 0 12 0 661089479 664522752 55311 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 1 0 0 0
[pid=23869/tid=23909] ppid=23867 vsize=648948 CPUtime=0 cores=0-7
/proc/23869/task/23909/stat : 23909 (python) S 23867 23869 23563 0 -1 4202560 34 935 0 0 0 0 0 0 20 0 12 0 661089571 664522752 55311 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 6 0 0 0
[pid=23869/tid=23916] ppid=23867 vsize=648948 CPUtime=0 cores=0-7
/proc/23869/task/23916/stat : 23916 (python) S 23867 23869 23563 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 12 0 661099593 664522752 55311 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2880.08
Current children cumulated vsize (KiB) 8599360

[startup+388.102 s]
/proc/loadavg: 8.09 6.58 4.31 9/276 23922
/proc/meminfo: memFree=21030092/32951124 swapFree=61559568/67111528
[pid=23869] ppid=23867 vsize=648948 CPUtime=1454.11 cores=0-7
/proc/23869/stat : 23869 (python) S 23867 23869 23563 0 -1 4202496 94858 220383 1 0 3069 28 142126 188 17 0 12 0 661076456 664522752 55311 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933607231 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/23869/statm: 162237 55311 1896 364 0 98125 0
[pid=23879] ppid=23869 vsize=0 CPUtime=357.86 cores=0-7
/proc/23879/stat : 23879 (python) R 23869 23869 23563 0 -1 4202564 1025 106792 0 0 39 33 35690 24 15 0 1 0 661079551 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/23879/statm: 0 0 0 0 0 0 0
[pid=23888] ppid=23869 vsize=577168 CPUtime=0.72 cores=0-7
/proc/23888/stat : 23888 (python) S 23869 23869 23563 0 -1 4202560 816 0 0 0 40 32 0 0 15 0 1 0 661079559 591020032 53709 33554432000 4194304 5683644 140735165426352 18446744073709551615 222921797190 0 0 16781312 514 11344765377734213892 0 0 17 0 0 0 0
/proc/23888/statm: 144292 53709 372 364 0 80198 0
[pid=23890] ppid=23888 vsize=289960 CPUtime=355.61 cores=0-7
/proc/23890/stat : 23890 (cryptominisat-2) R 23888 23890 23890 0 -1 4202496 106842 0 0 0 35535 26 0 0 25 0 1 0 661079560 296919040 56872 33554432000 4194304 4677096 140735517424992 18446744073709551615 4317683 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23890/statm: 72490 56872 390 118 0 67449 0
[pid=23894] ppid=23869 vsize=597680 CPUtime=0.65 cores=0-7
/proc/23894/stat : 23894 (python) S 23869 23869 23563 0 -1 4202560 1003 0 0 0 33 32 0 0 18 0 2 0 661079565 612024320 53739 33554432000 4194304 5683644 140735165426352 18446744073709551615 222921797190 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/23894/statm: 149420 53739 399 364 0 85320 0
[pid=23896] ppid=23894 vsize=147720 CPUtime=356.67 cores=0-7
/proc/23896/stat : 23896 (precosat) R 23894 23896 23896 0 -1 4202496 36990 0 0 0 35662 5 0 0 25 0 1 0 661079567 151265280 36209 33554432000 4194304 4890832 140736147987792 18446744073709551615 4238577 0 0 16781312 17442 0 0 0 17 3 0 0 0
/proc/23896/statm: 36930 36209 86 171 0 36757 0
[pid=23894/tid=23920] ppid=23869 vsize=597680 CPUtime=0 cores=0-7
/proc/23894/task/23920/stat : 23920 (python) S 23869 23869 23563 0 -1 4202560 77 0 0 0 0 0 0 0 19 0 2 0 661108818 612024320 53739 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 514 18446604453829266496 0 0 -1 1 0 0 0
[pid=23897] ppid=23869 vsize=0 CPUtime=356.05 cores=0-7
/proc/23897/stat : 23897 (python) Z 23869 23869 23563 0 -1 4202588 1153 104862 0 0 35 38 35503 29 15 0 1 0 661079569 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23897/statm: 0 0 0 0 0 0 0
[pid=23869/tid=23877] ppid=23867 vsize=648948 CPUtime=1423.14 cores=0-7
/proc/23869/task/23877/stat : 23877 (python) S 23867 23869 23563 0 -1 4202560 25 220383 0 0 0 0 142126 188 25 0 12 0 661079548 664522752 55311 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 0 0 0 0
[pid=23869/tid=23880] ppid=23867 vsize=648948 CPUtime=1423.14 cores=0-7
/proc/23869/task/23880/stat : 23880 (python) S 23867 23869 23563 0 -1 4202560 21 220383 0 0 0 0 142126 188 25 0 12 0 661079551 664522752 55311 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 4 0 0 0
[pid=23869/tid=23883] ppid=23867 vsize=648948 CPUtime=1423.14 cores=0-7
/proc/23869/task/23883/stat : 23883 (python) S 23867 23869 23563 0 -1 4202560 21 220383 0 0 0 0 142126 188 25 0 12 0 661079554 664522752 55311 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 4 0 0 0
[pid=23869/tid=23886] ppid=23867 vsize=648948 CPUtime=1423.14 cores=0-7
/proc/23869/task/23886/stat : 23886 (python) S 23867 23869 23563 0 -1 4202560 25 220383 0 0 0 0 142126 188 19 0 12 0 661079557 664522752 55311 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 5 0 0 0
[pid=23869/tid=23889] ppid=23867 vsize=648948 CPUtime=1423.14 cores=0-7
/proc/23869/task/23889/stat : 23889 (python) S 23867 23869 23563 0 -1 4202560 79 220383 0 0 0 0 142126 188 19 0 12 0 661079560 664522752 55311 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 0 0 0 0
[pid=23869/tid=23892] ppid=23867 vsize=648948 CPUtime=1423.14 cores=0-7
/proc/23869/task/23892/stat : 23892 (python) S 23867 23869 23563 0 -1 4202560 30 220383 0 0 0 0 142126 188 20 0 12 0 661079563 664522752 55311 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 7 0 0 0
[pid=23869/tid=23895] ppid=23867 vsize=648948 CPUtime=1423.14 cores=0-7
/proc/23869/task/23895/stat : 23895 (python) S 23867 23869 23563 0 -1 4202560 41 220383 0 0 0 0 142126 188 18 0 12 0 661079566 664522752 55311 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 1 0 0 0
[pid=23869/tid=23898] ppid=23867 vsize=648948 CPUtime=1423.14 cores=0-7
/proc/23869/task/23898/stat : 23898 (python) S 23867 23869 23563 0 -1 4202560 31 220383 0 0 0 0 142126 188 22 0 12 0 661079569 664522752 55311 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 1 0 0 0
[pid=23869/tid=23905] ppid=23867 vsize=648948 CPUtime=1423.14 cores=0-7
/proc/23869/task/23905/stat : 23905 (python) S 23867 23869 23563 0 -1 4202560 40 220383 0 0 0 0 142126 188 20 0 12 0 661089479 664522752 55311 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 1 0 0 0
[pid=23869/tid=23909] ppid=23867 vsize=648948 CPUtime=1423.14 cores=0-7
/proc/23869/task/23909/stat : 23909 (python) S 23867 23869 23563 0 -1 4202560 34 220383 0 0 0 0 142126 188 20 0 12 0 661089571 664522752 55311 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 6 0 0 0
[pid=23869/tid=23916] ppid=23867 vsize=648948 CPUtime=1423.14 cores=0-7
/proc/23869/task/23916/stat : 23916 (python) S 23867 23869 23563 0 -1 4202560 33 220383 0 0 0 0 142126 188 20 0 12 0 661099593 664522752 55311 33554432000 4194304 5683644 140735165426352 18446744073709551615 222933600689 0 0 16781312 2 18446604442510180736 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2881.67
Current children cumulated vsize (KiB) 2261476

[startup+388.201 s]
/proc/loadavg: 8.09 6.58 4.31 2/240 23923
/proc/meminfo: memFree=22735876/32951124 swapFree=61559568/67111528
[pid=23869] ppid=23867 vsize=0 CPUtime=2881.87 cores=0-7
/proc/23869/stat : 23869 (python) Z 23867 23869 23563 0 -1 4202524 120650 579942 1 0 3074 31 284669 413 17 0 1 0 661076456 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/23869/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2881.87
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 388.21
CPU time (s): 2881.89
CPU user time (s): 2877.44
CPU system time (s): 4.45232
CPU usage (%): 742.355
Max. virtual memory (cumulated for all children) (KiB): 8611628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2877.44
system time used= 4.45232
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 700592
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= 6959
involuntary context switches= 16377

runsolver used 1.73574 second user time and 3.87241 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-15 23:25:57
IDJOB=3380918
IDBENCH=82497
IDSOLVER=1864
FILE ID=node109/3380918-1305494756
RUNJOBID= node109-1305487724-23577
PBS_JOBID= 13325395
Free space on /tmp= 73248 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
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-3380918-1305494756/watcher-3380918-1305494756 -o /tmp/evaluation-result-3380918-1305494756/solver-3380918-1305494756 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380918-1305494756.cnf -seed 1630395143 -budget 40000 -cores 8

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

MD5SUM BENCH= f03ed12a281977a642336980ec847847
RANDOM SEED=1630395143

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22741828 kB
Buffers:        282224 kB
Cached:        2657576 kB
SwapCached:      28404 kB
Active:        1426324 kB
Inactive:      8551784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22741828 kB
SwapTotal:    67111528 kB
SwapFree:     61559568 kB
Dirty:           50440 kB
Writeback:           0 kB
AnonPages:     7016488 kB
Mapped:          18600 kB
Slab:           133416 kB
PageTables:      33212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19085380 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= 73220 MiB
End job on node109 at 2011-05-15 23:32:25