Trace number 3321330

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 438.083 145.674

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-f7idw.cnf
MD5SUMe11b8f7666247454d93edb47f1646e2c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.0941
Satisfiable
(Un)Satisfiability was proved
Number of variables263022
Number of clauses782329
Sum of the clauses size1825433
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2521552
Number of clauses of size 3260776
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.67	c INFO: solving HOME/instance-3321330-1304336020.cnf
0.36/0.67	c INFO: computing task features
2.84/3.19	c INFO: computed variable-clause graph statistics
2.94/3.29	c INFO: computed clause balance statistics
15.04/15.36	c INFO: computed variable balance statistics
23.73/24.09	c INFO: computed small-clause counts
24.03/24.33	c INFO: computed Horn-clause counts
103.23/103.53	c INFO: computed variable graph statistics
103.23/103.53	c INFO: collected features for HOME/instance-3321330-1304336020.cnf in 102.78 s
103.23/103.56	c INFO: running lingeling-276@0 for 97 with 39897 remaining (b = 0.65)
103.23/103.59	c INFO: running cryptominisat-2.9.0@0 for 485 with 39897 remaining (b = 0.46)
103.33/103.63	c INFO: running SApperloT@0 for 97 with 39897 remaining (b = 0.05)
103.33/103.66	c INFO: running lingeling-276@0 for 970 with 39897 remaining (b = 0.49)
103.43/103.70	c INFO: running cryptominisat-2.9.0@0 for 679 with 39896 remaining (b = 0.41)
103.43/103.73	c INFO: running cryptominisat-2.9.0@0 for 97 with 39896 remaining (b = 0.07)
103.43/103.77	c INFO: running lingeling-276@0 for 1261 with 39896 remaining (b = 0.42)
103.53/103.80	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39896 remaining (b = 0.54)
437.93/145.62	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-3321330-1304336020/watcher-3321330-1304336020 -o /tmp/evaluation-result-3321330-1304336020/solver-3321330-1304336020 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321330-1304336020.cnf -seed 233239430 -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: 3.68 4.47 5.85 2/245 20030
/proc/meminfo: memFree=25495296/32950940 swapFree=67111364/67111528
[pid=20030] ppid=20028 vsize=15384 CPUtime=0 cores=0-7
/proc/20030/stat : 20030 (python) R 20028 20030 20004 0 -1 4202496 812 0 0 0 0 0 0 0 20 0 1 0 623832859 15753216 698 33554432000 4194304 5683644 140737430548544 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20030/statm: 3846 698 334 364 0 333 0

[startup+0.0909579 s]
/proc/loadavg: 3.68 4.47 5.85 2/245 20030
/proc/meminfo: memFree=25495296/32950940 swapFree=67111364/67111528
[pid=20030] ppid=20028 vsize=84520 CPUtime=0.05 cores=0-7
/proc/20030/stat : 20030 (python) R 20028 20030 20004 0 -1 4202496 2252 0 0 0 4 1 0 0 20 0 1 0 623832859 86548480 2000 33554432000 4194304 5683644 140737430548544 18446744073709551615 215983623019 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20030/statm: 21130 2001 621 364 0 1334 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84520

[startup+0.100956 s]
/proc/loadavg: 3.68 4.47 5.85 2/245 20030
/proc/meminfo: memFree=25495296/32950940 swapFree=67111364/67111528
[pid=20030] ppid=20028 vsize=89764 CPUtime=0.05 cores=0-7
/proc/20030/stat : 20030 (python) R 20028 20030 20004 0 -1 4202496 2671 0 0 0 4 1 0 0 20 0 1 0 623832859 91918336 2387 33554432000 4194304 5683644 140737430548544 18446744073709551615 215988590592 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20030/statm: 22441 2387 750 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 89764

[startup+0.300923 s]
/proc/loadavg: 3.68 4.47 5.85 2/245 20030
/proc/meminfo: memFree=25495296/32950940 swapFree=67111364/67111528
[pid=20030] ppid=20028 vsize=135748 CPUtime=0.18 cores=0-7
/proc/20030/stat : 20030 (python) R 20028 20030 20004 0 -1 4202496 5961 933 1 0 14 4 0 0 20 0 1 0 623832859 139005952 4150 33554432000 4194304 5683644 140737430548544 18446744073709551615 215988588549 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20030/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.70085 s]
/proc/loadavg: 3.68 4.47 5.85 2/245 20030
/proc/meminfo: memFree=25495296/32950940 swapFree=67111364/67111528
[pid=20030] ppid=20028 vsize=293652 CPUtime=0.44 cores=0-7
/proc/20030/stat : 20030 (python) R 20028 20030 20004 0 -1 4202496 13057 933 1 0 32 12 0 0 19 0 1 0 623832859 300699648 10739 33554432000 4194304 5683644 140737430548544 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20030/statm: 73413 10739 1761 364 0 9337 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 293652

[startup+1.50071 s]
/proc/loadavg: 3.68 4.47 5.85 2/246 20035
/proc/meminfo: memFree=25437504/32950940 swapFree=67111364/67111528
[pid=20030] ppid=20028 vsize=347944 CPUtime=1.23 cores=0-7
/proc/20030/stat : 20030 (python) R 20028 20030 20004 0 -1 4202496 26339 933 1 0 110 13 0 0 21 0 1 0 623832859 356294656 24021 33554432000 4194304 5683644 140737430548544 18446744073709551615 215988253381 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20030/statm: 86986 24022 1761 364 0 22910 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 347944

[startup+3.10043 s]
/proc/loadavg: 3.68 4.47 5.85 2/246 20035
/proc/meminfo: memFree=25364220/32950940 swapFree=67111364/67111528
[pid=20030] ppid=20028 vsize=437608 CPUtime=2.84 cores=0-7
/proc/20030/stat : 20030 (python) R 20028 20030 20004 0 -1 4202496 66807 933 1 0 265 19 0 0 25 0 1 0 623832859 448110592 46775 33554432000 4194304 5683644 140737430548544 18446744073709551615 47183204763213 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20030/statm: 109402 46775 1815 364 0 45326 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 437608

[startup+6.30087 s]
/proc/loadavg: 3.46 4.41 5.83 2/246 20035
/proc/meminfo: memFree=25326172/32950940 swapFree=67111364/67111528
[pid=20030] ppid=20028 vsize=425384 CPUtime=6.03 cores=0-7
/proc/20030/stat : 20030 (python) R 20028 20030 20004 0 -1 4202496 71371 933 1 0 584 19 0 0 25 0 1 0 623832859 435593216 43730 33554432000 4194304 5683644 140737430548544 18446744073709551615 47183204291160 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20030/statm: 106346 43730 1826 364 0 42270 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 425384

[startup+12.7008 s]
/proc/loadavg: 3.27 4.36 5.80 2/246 20035
/proc/meminfo: memFree=25326568/32950940 swapFree=67111364/67111528
[pid=20030] ppid=20028 vsize=425384 CPUtime=12.43 cores=0-7
/proc/20030/stat : 20030 (python) R 20028 20030 20004 0 -1 4202496 71371 933 1 0 1224 19 0 0 25 0 1 0 623832859 435593216 43730 33554432000 4194304 5683644 140737430548544 18446744073709551615 47183204394709 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20030/statm: 106346 43730 1826 364 0 42270 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 425384

[startup+25.5005 s]
/proc/loadavg: 2.76 4.19 5.72 2/246 20036
/proc/meminfo: memFree=25322104/32950940 swapFree=67111364/67111528
[pid=20030] ppid=20028 vsize=431496 CPUtime=25.23 cores=0-7
/proc/20030/stat : 20030 (python) R 20028 20030 20004 0 -1 4202496 72906 933 1 0 2504 19 0 0 25 0 1 0 623832859 441851904 45265 33554432000 4194304 5683644 140737430548544 18446744073709551615 47183204350080 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20030/statm: 107874 45265 1833 364 0 43798 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 431496

[startup+51.101 s]
/proc/loadavg: 2.16 3.93 5.59 2/246 20036
/proc/meminfo: memFree=25322012/32950940 swapFree=67111364/67111528
[pid=20030] ppid=20028 vsize=431496 CPUtime=50.83 cores=0-7
/proc/20030/stat : 20030 (python) R 20028 20030 20004 0 -1 4202496 72906 933 1 0 5064 19 0 0 25 0 1 0 623832859 441851904 45265 33554432000 4194304 5683644 140737430548544 18446744073709551615 47183204350092 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/20030/statm: 107874 45265 1833 364 0 43798 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 431496

[startup+102.308 s]
/proc/loadavg: 1.50 3.48 5.35 2/246 20038
/proc/meminfo: memFree=25321496/32950940 swapFree=67111364/67111528
[pid=20030] ppid=20028 vsize=431496 CPUtime=102.04 cores=0-7
/proc/20030/stat : 20030 (python) R 20028 20030 20004 0 -1 4202496 72906 933 1 0 10185 19 0 0 25 0 1 0 623832859 441851904 45265 33554432000 4194304 5683644 140737430548544 18446744073709551615 47183204350080 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/20030/statm: 107874 45265 1833 364 0 43798 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 431496

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

[startup+127.902 s]
/proc/loadavg: 3.32 3.73 5.38 9/270 20062
/proc/meminfo: memFree=23349468/32950940 swapFree=67111364/67111528
[pid=20030] ppid=20028 vsize=567116 CPUtime=103.55 cores=0-7
/proc/20030/stat : 20030 (python) S 20028 20030 20004 0 -1 4202496 78639 933 1 0 10330 25 0 0 24 0 9 0 623832859 580726784 42456 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20030/statm: 141779 42456 1889 364 0 77676 0
[pid=20039] ppid=20030 vsize=419544 CPUtime=0.05 cores=0-7
/proc/20039/stat : 20039 (python) S 20030 20030 20004 0 -1 4202560 918 0 0 0 2 3 0 0 18 0 1 0 623843216 429613056 40815 33554432000 4194304 5683644 140737430548544 18446744073709551615 215988612623 0 0 16781312 514 12617115831055122690 0 0 17 1 0 0 0
/proc/20039/statm: 104886 40815 376 364 0 40804 0
[pid=20041] ppid=20039 vsize=55852 CPUtime=24.31 cores=0-7
/proc/20041/stat : 20041 (lingeling) R 20039 20041 20041 0 -1 4202496 35102 0 0 0 2426 5 0 0 25 0 1 0 623843216 57192448 13133 33554432000 4194304 4352236 140733812058640 18446744073709551615 4267912 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/20041/statm: 13963 13133 129 39 0 13043 0
[pid=20042] ppid=20030 vsize=429800 CPUtime=0.04 cores=0-7
/proc/20042/stat : 20042 (python) S 20030 20030 20004 0 -1 4202560 908 0 0 0 2 2 0 0 15 0 1 0 623843219 440115200 40813 33554432000 4194304 5683644 140737430548544 18446744073709551615 215988612678 0 0 16781312 514 11778162075077935361 0 0 17 4 0 0 0
/proc/20042/statm: 107450 40813 370 364 0 43365 0
[pid=20044] ppid=20042 vsize=542124 CPUtime=24.24 cores=0-7
/proc/20044/stat : 20044 (cryptominisat-2) R 20042 20044 20044 0 -1 4202496 118684 0 0 0 2406 18 0 0 25 0 1 0 623843220 555134976 109749 33554432000 4194304 4677096 140737002658800 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20044/statm: 135531 109749 391 118 0 130490 0
[pid=20045] ppid=20030 vsize=440056 CPUtime=0.05 cores=0-7
/proc/20045/stat : 20045 (python) S 20030 20030 20004 0 -1 4202560 903 0 0 0 2 3 0 0 18 0 1 0 623843222 450617344 40817 33554432000 4194304 5683644 140737430548544 18446744073709551615 215988612678 0 0 16781312 514 12617115831055122690 0 0 17 7 0 0 0
/proc/20045/statm: 110014 40817 370 364 0 45926 0
[pid=20047] ppid=20045 vsize=53284 CPUtime=24.24 cores=0-7
/proc/20047/stat : 20047 (SApperloT-base) R 20045 20047 20047 0 -1 4202496 12801 0 0 0 2420 4 0 0 25 0 1 0 623843223 54562816 12310 33554432000 134512640 135674940 4286654464 18446744073709551615 134564271 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20047/statm: 13321 12310 100 284 0 13035 0
[pid=20048] ppid=20030 vsize=450312 CPUtime=0.03 cores=0-7
/proc/20048/stat : 20048 (python) S 20030 20030 20004 0 -1 4202560 942 0 0 0 1 2 0 0 18 0 1 0 623843226 461119488 40821 33554432000 4194304 5683644 140737430548544 18446744073709551615 215988612678 0 0 16781312 514 12617115831055122691 0 0 17 2 0 0 0
/proc/20048/statm: 112578 40821 370 364 0 48487 0
[pid=20050] ppid=20048 vsize=51836 CPUtime=24.17 cores=0-7
/proc/20050/stat : 20050 (lingeling) R 20048 20050 20050 0 -1 4202496 34088 0 0 0 2412 5 0 0 25 0 1 0 623843226 53080064 12129 33554432000 4194304 4352236 140735836347152 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/20050/statm: 12959 12129 129 39 0 12039 0
[pid=20051] ppid=20030 vsize=460568 CPUtime=0.04 cores=0-7
/proc/20051/stat : 20051 (python) S 20030 20030 20004 0 -1 4202560 950 0 0 0 2 2 0 0 15 0 1 0 623843229 471621632 40825 33554432000 4194304 5683644 140737430548544 18446744073709551615 215988612678 0 0 16781312 514 8656626573589315844 0 0 17 1 0 0 0
/proc/20051/statm: 115142 40825 370 364 0 51048 0
[pid=20053] ppid=20051 vsize=541668 CPUtime=24.17 cores=0-7
/proc/20053/stat : 20053 (cryptominisat-2) R 20051 20053 20053 0 -1 4202496 118606 0 0 0 2400 17 0 0 25 0 1 0 623843230 554668032 109669 33554432000 4194304 4677096 140734176836672 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20053/statm: 135417 109669 391 118 0 130376 0
[pid=20054] ppid=20030 vsize=470824 CPUtime=0.05 cores=0-7
/proc/20054/stat : 20054 (python) S 20030 20030 20004 0 -1 4202560 952 0 0 0 2 3 0 0 15 0 1 0 623843233 482123776 40829 33554432000 4194304 5683644 140737430548544 18446744073709551615 215988612678 0 0 16781312 514 12617115831055122692 0 0 17 1 0 0 0
/proc/20054/statm: 117706 40829 370 364 0 53609 0
[pid=20056] ppid=20054 vsize=541844 CPUtime=23.88 cores=0-7
/proc/20056/stat : 20056 (cryptominisat-2) R 20054 20056 20056 0 -1 4202496 118585 0 0 0 2370 18 0 0 25 0 1 0 623843234 554848256 109647 33554432000 4194304 4677096 140734806279584 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/20056/statm: 135461 109647 391 118 0 130420 0
[pid=20057] ppid=20030 vsize=546616 CPUtime=0.04 cores=0-7
/proc/20057/stat : 20057 (python) S 20030 20030 20004 0 -1 4202560 809 0 0 0 2 2 0 0 18 0 1 0 623843236 559734784 40951 33554432000 4194304 5683644 140737430548544 18446744073709551615 215988612678 0 0 16781312 514 12617115831055122691 0 0 17 1 0 0 0
/proc/20057/statm: 136654 40951 371 364 0 72554 0
[pid=20059] ppid=20057 vsize=52408 CPUtime=24.07 cores=0-7
/proc/20059/stat : 20059 (lingeling) R 20057 20059 20059 0 -1 4202496 34244 0 0 0 2403 4 0 0 25 0 1 0 623843239 53665792 12272 33554432000 4194304 4352236 140736146363488 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/20059/statm: 13102 12272 129 39 0 12182 0
[pid=20060] ppid=20030 vsize=556872 CPUtime=0.05 cores=0-7
/proc/20060/stat : 20060 (python) S 20030 20030 20004 0 -1 4202560 872 0 0 0 2 3 0 0 15 0 1 0 623843240 570236928 40940 33554432000 4194304 5683644 140737430548544 18446744073709551615 215988612678 0 0 16781312 514 13910119519382110467 0 0 17 1 0 0 0
/proc/20060/statm: 139218 40940 377 364 0 75115 0
[pid=20062] ppid=20060 vsize=541644 CPUtime=23.82 cores=0-7
/proc/20062/stat : 20062 (cryptominisat-2) R 20060 20062 20062 0 -1 4202496 118586 0 0 0 2364 18 0 0 25 0 1 0 623843241 554643456 109652 33554432000 4194304 4677096 140735855511712 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20062/statm: 135411 109652 391 118 0 130370 0
[pid=20030/tid=20040] ppid=20028 vsize=567116 CPUtime=0 cores=0-7
/proc/20030/task/20040/stat : 20040 (python) S 20028 20030 20004 0 -1 4202560 24 933 0 0 0 0 0 0 25 0 9 0 623843216 580726784 42456 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 6 0 0 0
[pid=20030/tid=20043] ppid=20028 vsize=567116 CPUtime=0 cores=0-7
/proc/20030/task/20043/stat : 20043 (python) S 20028 20030 20004 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 623843219 580726784 42456 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 0 0 0 0
[pid=20030/tid=20046] ppid=20028 vsize=567116 CPUtime=0 cores=0-7
/proc/20030/task/20046/stat : 20046 (python) S 20028 20030 20004 0 -1 4202560 24 933 0 0 0 0 0 0 19 0 9 0 623843223 580726784 42456 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 0 0 0 0
[pid=20030/tid=20049] ppid=20028 vsize=567116 CPUtime=0 cores=0-7
/proc/20030/task/20049/stat : 20049 (python) S 20028 20030 20004 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 623843226 580726784 42456 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 0 0 0 0
[pid=20030/tid=20052] ppid=20028 vsize=567116 CPUtime=0 cores=0-7
/proc/20030/task/20052/stat : 20052 (python) S 20028 20030 20004 0 -1 4202560 28 933 0 0 0 0 0 0 21 0 9 0 623843230 580726784 42456 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 0 0 0 0
[pid=20030/tid=20055] ppid=20028 vsize=567116 CPUtime=0 cores=0-7
/proc/20030/task/20055/stat : 20055 (python) S 20028 20030 20004 0 -1 4202560 29 933 0 0 0 0 0 0 22 0 9 0 623843233 580726784 42456 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 7 0 0 0
[pid=20030/tid=20058] ppid=20028 vsize=567116 CPUtime=0 cores=0-7
/proc/20030/task/20058/stat : 20058 (python) S 20028 20030 20004 0 -1 4202560 76 933 0 0 0 0 0 0 23 0 9 0 623843237 580726784 42456 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 1 0 0 0
[pid=20030/tid=20061] ppid=20028 vsize=567116 CPUtime=0 cores=0-7
/proc/20030/task/20061/stat : 20061 (python) S 20028 20030 20004 0 -1 4202560 33 933 0 0 0 0 0 0 25 0 9 0 623843241 580726784 42456 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 296.8

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

[pid=20042] ppid=20030 vsize=429800 CPUtime=0.08 cores=0-7
/proc/20042/stat : 20042 (python) S 20030 20030 20004 0 -1 4202560 919 0 0 0 4 4 0 0 15 0 1 0 623843219 440115200 40813 33554432000 4194304 5683644 140737430548544 18446744073709551615 215988612678 0 0 16781312 514 11778162075077935361 0 0 17 4 0 0 0
/proc/20042/statm: 107450 40813 370 364 0 43365 0
[pid=20044] ppid=20042 vsize=535028 CPUtime=41.4 cores=0-7
/proc/20044/stat : 20044 (cryptominisat-2) R 20042 20044 20044 0 -1 4202496 124905 0 0 0 4121 19 0 0 25 0 1 0 623843220 547868672 112685 33554432000 4194304 4677096 140737002658800 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20044/statm: 133757 112685 392 118 0 128716 0
[pid=20045] ppid=20030 vsize=440056 CPUtime=0.07 cores=0-7
/proc/20045/stat : 20045 (python) S 20030 20030 20004 0 -1 4202560 912 0 0 0 3 4 0 0 18 0 1 0 623843222 450617344 40817 33554432000 4194304 5683644 140737430548544 18446744073709551615 215988612678 0 0 16781312 514 12617115831055122690 0 0 17 7 0 0 0
/proc/20045/statm: 110014 40817 370 364 0 45926 0
[pid=20047] ppid=20045 vsize=53724 CPUtime=41.45 cores=0-7
/proc/20047/stat : 20047 (SApperloT-base) R 20045 20047 20047 0 -1 4202496 12882 0 0 0 4141 4 0 0 25 0 1 0 623843223 55013376 12391 33554432000 134512640 135674940 4286654464 18446744073709551615 134564250 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20047/statm: 13431 12391 100 284 0 13145 0
[pid=20048] ppid=20030 vsize=450312 CPUtime=0.07 cores=0-7
/proc/20048/stat : 20048 (python) S 20030 20030 20004 0 -1 4202560 951 0 0 0 3 4 0 0 18 0 1 0 623843226 461119488 40821 33554432000 4194304 5683644 140737430548544 18446744073709551615 215988612678 0 0 16781312 514 12617115831055122691 0 0 17 2 0 0 0
/proc/20048/statm: 112578 40821 370 364 0 48487 0
[pid=20050] ppid=20048 vsize=46168 CPUtime=41.35 cores=0-7
/proc/20050/stat : 20050 (lingeling) R 20048 20050 20050 0 -1 4202496 34728 0 0 0 4130 5 0 0 25 0 1 0 623843226 47276032 10712 33554432000 4194304 4352236 140735836347152 18446744073709551615 4328000 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/20050/statm: 11542 10712 129 39 0 10622 0
[pid=20051] ppid=20030 vsize=460568 CPUtime=0.08 cores=0-7
/proc/20051/stat : 20051 (python) S 20030 20030 20004 0 -1 4202560 961 0 0 0 4 4 0 0 15 0 1 0 623843229 471621632 40825 33554432000 4194304 5683644 140737430548544 18446744073709551615 215988612678 0 0 16781312 514 8656626573589315844 0 0 17 0 0 0 0
/proc/20051/statm: 115142 40825 370 364 0 51048 0
[pid=20053] ppid=20051 vsize=528692 CPUtime=41.38 cores=0-7
/proc/20053/stat : 20053 (cryptominisat-2) R 20051 20053 20053 0 -1 4202496 123500 0 0 0 4120 18 0 0 25 0 1 0 623843230 541380608 111275 33554432000 4194304 4677096 140734176836672 18446744073709551615 4319571 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20053/statm: 132173 111275 392 118 0 127132 0
[pid=20054] ppid=20030 vsize=470824 CPUtime=0.08 cores=0-7
/proc/20054/stat : 20054 (python) S 20030 20030 20004 0 -1 4202560 959 0 0 0 4 4 0 0 15 0 1 0 623843233 482123776 40829 33554432000 4194304 5683644 140737430548544 18446744073709551615 215988612678 0 0 16781312 514 12483314066342772996 0 0 17 1 0 0 0
/proc/20054/statm: 117706 40829 370 364 0 53609 0
[pid=20056] ppid=20054 vsize=522336 CPUtime=40.88 cores=0-7
/proc/20056/stat : 20056 (cryptominisat-2) R 20054 20056 20056 0 -1 4202496 122171 0 0 0 4069 19 0 0 25 0 1 0 623843234 534872064 109945 33554432000 4194304 4677096 140734806279584 18446744073709551615 4319869 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/20056/statm: 130584 109945 392 118 0 125543 0
[pid=20057] ppid=20030 vsize=546616 CPUtime=0.07 cores=0-7
/proc/20057/stat : 20057 (python) S 20030 20030 20004 0 -1 4202560 809 0 0 0 3 4 0 0 18 0 1 0 623843236 559734784 40951 33554432000 4194304 5683644 140737430548544 18446744073709551615 215988612678 0 0 16781312 514 12617115831055122691 0 0 17 1 0 0 0
/proc/20057/statm: 136654 40951 371 364 0 72554 0
[pid=20059] ppid=20057 vsize=54600 CPUtime=41.28 cores=0-7
/proc/20059/stat : 20059 (lingeling) R 20057 20059 20059 0 -1 4202496 34796 0 0 0 4124 4 0 0 25 0 1 0 623843239 55910400 12820 33554432000 4194304 4352236 140736146363488 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/20059/statm: 13650 12820 129 39 0 12730 0
[pid=20060] ppid=20030 vsize=556872 CPUtime=0.08 cores=0-7
/proc/20060/stat : 20060 (python) S 20030 20030 20004 0 -1 4202560 872 0 0 0 3 5 0 0 15 0 1 0 623843240 570236928 40940 33554432000 4194304 5683644 140737430548544 18446744073709551615 215988612678 0 0 16781312 514 13910119519382110467 0 0 17 1 0 0 0
/proc/20060/statm: 139218 40940 377 364 0 75115 0
[pid=20062] ppid=20060 vsize=520388 CPUtime=40.86 cores=0-7
/proc/20062/stat : 20062 (cryptominisat-2) R 20060 20062 20062 0 -1 4202496 121730 0 0 0 4067 19 0 0 25 0 1 0 623843241 532877312 109503 33554432000 4194304 4677096 140735855511712 18446744073709551615 4230315 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20062/statm: 130097 109503 392 118 0 125056 0
[pid=20030/tid=20040] ppid=20028 vsize=567116 CPUtime=0 cores=0-7
/proc/20030/task/20040/stat : 20040 (python) S 20028 20030 20004 0 -1 4202560 24 933 0 0 0 0 0 0 25 0 9 0 623843216 580726784 42456 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 6 0 0 0
[pid=20030/tid=20043] ppid=20028 vsize=567116 CPUtime=0 cores=0-7
/proc/20030/task/20043/stat : 20043 (python) S 20028 20030 20004 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 623843219 580726784 42456 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 0 0 0 0
[pid=20030/tid=20046] ppid=20028 vsize=567116 CPUtime=0 cores=0-7
/proc/20030/task/20046/stat : 20046 (python) S 20028 20030 20004 0 -1 4202560 24 933 0 0 0 0 0 0 19 0 9 0 623843223 580726784 42456 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 0 0 0 0
[pid=20030/tid=20049] ppid=20028 vsize=567116 CPUtime=0 cores=0-7
/proc/20030/task/20049/stat : 20049 (python) S 20028 20030 20004 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 623843226 580726784 42456 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 0 0 0 0
[pid=20030/tid=20052] ppid=20028 vsize=567116 CPUtime=0 cores=0-7
/proc/20030/task/20052/stat : 20052 (python) S 20028 20030 20004 0 -1 4202560 28 933 0 0 0 0 0 0 21 0 9 0 623843230 580726784 42456 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 0 0 0 0
[pid=20030/tid=20055] ppid=20028 vsize=567116 CPUtime=0 cores=0-7
/proc/20030/task/20055/stat : 20055 (python) S 20028 20030 20004 0 -1 4202560 29 933 0 0 0 0 0 0 22 0 9 0 623843233 580726784 42456 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 7 0 0 0
[pid=20030/tid=20058] ppid=20028 vsize=567116 CPUtime=0 cores=0-7
/proc/20030/task/20058/stat : 20058 (python) S 20028 20030 20004 0 -1 4202560 76 933 0 0 0 0 0 0 23 0 9 0 623843237 580726784 42456 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 1 0 0 0
[pid=20030/tid=20061] ppid=20028 vsize=567116 CPUtime=0 cores=0-7
/proc/20030/task/20061/stat : 20061 (python) S 20028 20030 20004 0 -1 4202560 33 933 0 0 0 0 0 0 25 0 9 0 623843241 580726784 42456 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 434.27
Current children cumulated vsize (KiB) 6650264

[startup+145.502 s]
/proc/loadavg: 4.64 4.01 5.44 9/270 20063
/proc/meminfo: memFree=23340772/32950940 swapFree=67111364/67111528
[pid=20030] ppid=20028 vsize=567116 CPUtime=103.55 cores=0-7
/proc/20030/stat : 20030 (python) S 20028 20030 20004 0 -1 4202496 78669 933 1 0 10330 25 0 0 17 0 9 0 623832859 580726784 42457 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000422719 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20030/statm: 141779 42457 1890 364 0 77676 0
[pid=20039] ppid=20030 vsize=419544 CPUtime=0.07 cores=0-7
/proc/20039/stat : 20039 (python) S 20030 20030 20004 0 -1 4202560 927 0 0 0 3 4 0 0 18 0 1 0 623843216 429613056 40815 33554432000 4194304 5683644 140737430548544 18446744073709551615 215988612623 0 0 16781312 514 12617115831055122690 0 0 17 1 0 0 0
/proc/20039/statm: 104886 40815 376 364 0 40804 0
[pid=20041] ppid=20039 vsize=47620 CPUtime=41.91 cores=0-7
/proc/20041/stat : 20041 (lingeling) R 20039 20041 20041 0 -1 4202496 35102 0 0 0 4186 5 0 0 25 0 1 0 623843216 48762880 11075 33554432000 4194304 4352236 140733812058640 18446744073709551615 4329333 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/20041/statm: 11905 11075 129 39 0 10985 0
[pid=20042] ppid=20030 vsize=429800 CPUtime=0.08 cores=0-7
/proc/20042/stat : 20042 (python) S 20030 20030 20004 0 -1 4202560 919 0 0 0 4 4 0 0 15 0 1 0 623843219 440115200 40813 33554432000 4194304 5683644 140737430548544 18446744073709551615 215988612678 0 0 16781312 514 11778162075077935361 0 0 17 4 0 0 0
/proc/20042/statm: 107450 40813 370 364 0 43365 0
[pid=20044] ppid=20042 vsize=540712 CPUtime=41.79 cores=0-7
/proc/20044/stat : 20044 (cryptominisat-2) R 20042 20044 20044 0 -1 4202496 126123 0 0 0 4160 19 0 0 25 0 1 0 623843220 553689088 113903 33554432000 4194304 4677096 140737002658800 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20044/statm: 135178 113903 392 118 0 130137 0
[pid=20045] ppid=20030 vsize=440056 CPUtime=0.07 cores=0-7
/proc/20045/stat : 20045 (python) S 20030 20030 20004 0 -1 4202560 912 0 0 0 3 4 0 0 18 0 1 0 623843222 450617344 40817 33554432000 4194304 5683644 140737430548544 18446744073709551615 215988612678 0 0 16781312 514 12617115831055122690 0 0 17 7 0 0 0
/proc/20045/statm: 110014 40817 370 364 0 45926 0
[pid=20047] ppid=20045 vsize=53724 CPUtime=41.84 cores=0-7
/proc/20047/stat : 20047 (SApperloT-base) R 20045 20047 20047 0 -1 4202496 12882 0 0 0 4180 4 0 0 25 0 1 0 623843223 55013376 12391 33554432000 134512640 135674940 4286654464 18446744073709551615 134564234 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20047/statm: 13431 12391 100 284 0 13145 0
[pid=20048] ppid=20030 vsize=450312 CPUtime=0.07 cores=0-7
/proc/20048/stat : 20048 (python) S 20030 20030 20004 0 -1 4202560 951 0 0 0 3 4 0 0 18 0 1 0 623843226 461119488 40821 33554432000 4194304 5683644 140737430548544 18446744073709551615 215988612678 0 0 16781312 514 12617115831055122691 0 0 17 2 0 0 0
/proc/20048/statm: 112578 40821 370 364 0 48487 0
[pid=20050] ppid=20048 vsize=46168 CPUtime=41.74 cores=0-7
/proc/20050/stat : 20050 (lingeling) R 20048 20050 20050 0 -1 4202496 34728 0 0 0 4169 5 0 0 25 0 1 0 623843226 47276032 10712 33554432000 4194304 4352236 140735836347152 18446744073709551615 4276496 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/20050/statm: 11542 10712 129 39 0 10622 0
[pid=20051] ppid=20030 vsize=460568 CPUtime=0.08 cores=0-7
/proc/20051/stat : 20051 (python) S 20030 20030 20004 0 -1 4202560 979 0 0 0 4 4 0 0 15 0 1 0 623843229 471621632 40830 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000422719 0 0 16781824 2 18446744071562232103 0 0 17 0 0 0 0
/proc/20051/statm: 115142 40830 375 364 0 51048 0
[pid=20053] ppid=20051 vsize=0 CPUtime=41.77 cores=0-7
/proc/20053/stat : 20053 (cryptominisat-2) R 20051 20053 20053 0 -1 4203524 124391 0 0 0 4158 19 0 0 25 0 1 0 623843230 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20053/statm: 0 0 0 0 0 0 0
[pid=20054] ppid=20030 vsize=470824 CPUtime=0.08 cores=0-7
/proc/20054/stat : 20054 (python) S 20030 20030 20004 0 -1 4202560 959 0 0 0 4 4 0 0 15 0 1 0 623843233 482123776 40829 33554432000 4194304 5683644 140737430548544 18446744073709551615 215988612678 0 0 16781312 514 12483314066342772996 0 0 17 1 0 0 0
/proc/20054/statm: 117706 40829 370 364 0 53609 0
[pid=20056] ppid=20054 vsize=526416 CPUtime=41.27 cores=0-7
/proc/20056/stat : 20056 (cryptominisat-2) R 20054 20056 20056 0 -1 4202496 123017 0 0 0 4108 19 0 0 25 0 1 0 623843234 539049984 110791 33554432000 4194304 4677096 140734806279584 18446744073709551615 4319256 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/20056/statm: 131604 110791 392 118 0 126563 0
[pid=20057] ppid=20030 vsize=0 CPUtime=41.76 cores=0-7
/proc/20057/stat : 20057 (python) Z 20030 20030 20004 0 -1 4202588 1122 34799 0 0 4 5 4162 5 16 0 1 0 623843236 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20057/statm: 0 0 0 0 0 0 0
[pid=20060] ppid=20030 vsize=556872 CPUtime=0.08 cores=0-7
/proc/20060/stat : 20060 (python) S 20030 20030 20004 0 -1 4202560 872 0 0 0 3 5 0 0 15 0 1 0 623843240 570236928 40940 33554432000 4194304 5683644 140737430548544 18446744073709551615 215988612678 0 0 16781312 514 13910119519382110467 0 0 17 1 0 0 0
/proc/20060/statm: 139218 40940 377 364 0 75115 0
[pid=20062] ppid=20060 vsize=521980 CPUtime=41.24 cores=0-7
/proc/20062/stat : 20062 (cryptominisat-2) R 20060 20062 20062 0 -1 4202496 122117 0 0 0 4105 19 0 0 25 0 1 0 623843241 534507520 109890 33554432000 4194304 4677096 140735855511712 18446744073709551615 4318908 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20062/statm: 130495 109890 392 118 0 125454 0
[pid=20030/tid=20040] ppid=20028 vsize=567116 CPUtime=0 cores=0-7
/proc/20030/task/20040/stat : 20040 (python) S 20028 20030 20004 0 -1 4202560 24 933 0 0 0 0 0 0 25 0 9 0 623843216 580726784 42457 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 6 0 0 0
[pid=20030/tid=20043] ppid=20028 vsize=567116 CPUtime=0 cores=0-7
/proc/20030/task/20043/stat : 20043 (python) S 20028 20030 20004 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 623843219 580726784 42457 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 0 0 0 0
[pid=20030/tid=20046] ppid=20028 vsize=567116 CPUtime=0 cores=0-7
/proc/20030/task/20046/stat : 20046 (python) S 20028 20030 20004 0 -1 4202560 24 933 0 0 0 0 0 0 19 0 9 0 623843223 580726784 42457 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 0 0 0 0
[pid=20030/tid=20049] ppid=20028 vsize=567116 CPUtime=0 cores=0-7
/proc/20030/task/20049/stat : 20049 (python) S 20028 20030 20004 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 623843226 580726784 42457 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 0 0 0 0
[pid=20030/tid=20052] ppid=20028 vsize=567116 CPUtime=0 cores=0-7
/proc/20030/task/20052/stat : 20052 (python) S 20028 20030 20004 0 -1 4202560 28 933 0 0 0 0 0 0 21 0 9 0 623843230 580726784 42457 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 0 0 0 0
[pid=20030/tid=20055] ppid=20028 vsize=567116 CPUtime=0 cores=0-7
/proc/20030/task/20055/stat : 20055 (python) S 20028 20030 20004 0 -1 4202560 29 933 0 0 0 0 0 0 22 0 9 0 623843233 580726784 42457 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 7 0 0 0
[pid=20030/tid=20058] ppid=20028 vsize=567116 CPUtime=0 cores=0-7
/proc/20030/task/20058/stat : 20058 (python) S 20028 20030 20004 0 -1 4202560 76 933 0 0 0 0 0 0 23 0 9 0 623843237 580726784 42457 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 1 0 0 0
[pid=20030/tid=20061] ppid=20028 vsize=567116 CPUtime=0 cores=0-7
/proc/20030/task/20061/stat : 20061 (python) S 20028 20030 20004 0 -1 4202560 33 933 0 0 0 0 0 0 25 0 9 0 623843241 580726784 42457 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 437.4
Current children cumulated vsize (KiB) 5531712

[startup+145.602 s]
/proc/loadavg: 4.64 4.01 5.44 9/270 20063
/proc/meminfo: memFree=23340772/32950940 swapFree=67111364/67111528
[pid=20030] ppid=20028 vsize=567116 CPUtime=312.18 cores=0-7
/proc/20030/stat : 20030 (python) S 20028 20030 20004 0 -1 4202496 78678 445274 1 0 10330 25 20760 103 17 0 9 0 623832859 580726784 42457 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000422719 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20030/statm: 141779 42457 1890 364 0 77676 0
[pid=20042] ppid=20030 vsize=429800 CPUtime=0.08 cores=0-7
/proc/20042/stat : 20042 (python) S 20030 20030 20004 0 -1 4202560 937 0 0 0 4 4 0 0 15 0 1 0 623843219 440115200 40818 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000422719 0 0 16781824 2 18446744071562232103 0 0 17 4 0 0 0
/proc/20042/statm: 107450 40818 375 364 0 43365 0
[pid=20044] ppid=20042 vsize=0 CPUtime=41.9 cores=0-7
/proc/20044/stat : 20044 (cryptominisat-2) R 20042 20044 20044 0 -1 4203524 126365 0 0 0 4169 21 0 0 25 0 1 0 623843220 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20044/statm: 0 0 0 0 0 0 0
[pid=20045] ppid=20030 vsize=440056 CPUtime=0.07 cores=0-7
/proc/20045/stat : 20045 (python) S 20030 20030 20004 0 -1 4202560 912 0 0 0 3 4 0 0 18 0 1 0 623843222 450617344 40817 33554432000 4194304 5683644 140737430548544 18446744073709551615 215988612678 0 0 16781312 514 12617115831055122690 0 0 17 7 0 0 0
/proc/20045/statm: 110014 40817 370 364 0 45926 0
[pid=20047] ppid=20045 vsize=53724 CPUtime=41.94 cores=0-7
/proc/20047/stat : 20047 (SApperloT-base) R 20045 20047 20047 0 -1 4202496 12882 0 0 0 4190 4 0 0 25 0 1 0 623843223 55013376 12391 33554432000 134512640 135674940 4286654464 18446744073709551615 134563968 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20047/statm: 13431 12391 100 284 0 13145 0
[pid=20057] ppid=20030 vsize=0 CPUtime=41.76 cores=0-7
/proc/20057/stat : 20057 (python) Z 20030 20030 20004 0 -1 4202588 1122 34799 0 0 4 5 4162 5 16 0 1 0 623843236 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20057/statm: 0 0 0 0 0 0 0
[pid=20030/tid=20040] ppid=20028 vsize=567116 CPUtime=208.63 cores=0-7
/proc/20030/task/20040/stat : 20040 (python) S 20028 20030 20004 0 -1 4202560 24 445274 0 0 0 0 20760 103 25 0 9 0 623843216 580726784 42457 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 6 0 0 0
[pid=20030/tid=20043] ppid=20028 vsize=567116 CPUtime=208.63 cores=0-7
/proc/20030/task/20043/stat : 20043 (python) S 20028 20030 20004 0 -1 4202560 22 445274 0 0 0 0 20760 103 20 0 9 0 623843219 580726784 42457 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 0 0 0 0
[pid=20030/tid=20046] ppid=20028 vsize=567116 CPUtime=208.63 cores=0-7
/proc/20030/task/20046/stat : 20046 (python) S 20028 20030 20004 0 -1 4202560 24 445274 0 0 0 0 20760 103 19 0 9 0 623843223 580726784 42457 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 0 0 0 0
[pid=20030/tid=20049] ppid=20028 vsize=567116 CPUtime=208.63 cores=0-7
/proc/20030/task/20049/stat : 20049 (python) S 20028 20030 20004 0 -1 4202560 25 445274 0 0 0 0 20760 103 20 0 9 0 623843226 580726784 42457 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 0 0 0 0
[pid=20030/tid=20052] ppid=20028 vsize=567116 CPUtime=208.63 cores=0-7
/proc/20030/task/20052/stat : 20052 (python) S 20028 20030 20004 0 -1 4202560 28 445274 0 0 0 0 20760 103 21 0 9 0 623843230 580726784 42457 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 0 0 0 0
[pid=20030/tid=20055] ppid=20028 vsize=567116 CPUtime=208.63 cores=0-7
/proc/20030/task/20055/stat : 20055 (python) S 20028 20030 20004 0 -1 4202560 29 445274 0 0 0 0 20760 103 22 0 9 0 623843233 580726784 42457 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 7 0 0 0
[pid=20030/tid=20058] ppid=20028 vsize=567116 CPUtime=208.63 cores=0-7
/proc/20030/task/20058/stat : 20058 (python) S 20028 20030 20004 0 -1 4202560 76 445274 0 0 0 0 20760 103 23 0 9 0 623843237 580726784 42457 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 1 0 0 0
[pid=20030/tid=20061] ppid=20028 vsize=567116 CPUtime=208.63 cores=0-7
/proc/20030/task/20061/stat : 20061 (python) S 20028 20030 20004 0 -1 4202560 33 445274 0 0 0 0 20760 103 25 0 9 0 623843241 580726784 42457 33554432000 4194304 5683644 140737430548544 18446744073709551615 216000416177 0 0 16781312 2 18446604453921112384 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 437.93
Current children cumulated vsize (KiB) 1490696

Child status: 0
Real time (s): 145.674
CPU time (s): 438.083
CPU user time (s): 436.289
CPU system time (s): 1.79473
CPU usage (%): 300.729
Max. virtual memory (cumulated for all children) (KiB): 6727284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 436.289
system time used= 1.79473
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 720984
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= 3695
involuntary context switches= 2165

runsolver used 0.328949 second user time and 0.727889 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-02 13:33:41
IDJOB=3321330
IDBENCH=20495
IDSOLVER=1710
FILE ID=node117/3321330-1304336020
RUNJOBID= node117-1304336020-20018
PBS_JOBID= 13178028
Free space on /tmp= 72808 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT07/industrial/manolios/manol-pipe-f7idw.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-3321330-1304336020/watcher-3321330-1304336020 -o /tmp/evaluation-result-3321330-1304336020/solver-3321330-1304336020 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321330-1304336020.cnf -seed 233239430 -budget 40000 -cores 8

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

MD5SUM BENCH= e11b8f7666247454d93edb47f1646e2c
RANDOM SEED=233239430

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      25495600 kB
Buffers:       1013756 kB
Cached:        4172772 kB
SwapCached:        160 kB
Active:        2069032 kB
Inactive:      4900572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      25495600 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           45816 kB
Writeback:           0 kB
AnonPages:     1782536 kB
Mapped:          20840 kB
Slab:           408484 kB
PageTables:      15504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 35741264 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= 72776 MiB
End job on node117 at 2011-05-02 13:36:07