Trace number 3378865

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 240.73 142.491

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.761
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.41/0.51	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.41/0.51	c INFO: solving HOME/instance-3378865-1305463368.cnf
0.41/0.51	c INFO: computing task features
3.21/3.34	c INFO: computed variable-clause graph statistics
3.30/3.45	c INFO: computed clause balance statistics
15.90/16.04	c INFO: computed variable balance statistics
25.30/25.43	c INFO: computed small-clause counts
25.50/25.69	c INFO: computed Horn-clause counts
109.30/109.45	c INFO: computed variable graph statistics
109.30/109.45	c INFO: collected features for HOME/instance-3378865-1305463368.cnf in 108.86 s
109.30/109.46	c INFO: running lingeling-276@0 for 485 with 1091 remaining (b = 0.81)
109.30/109.47	c INFO: running lingeling-276@0 for 194 with 1091 remaining (b = 0.69)
109.30/109.49	c INFO: running cryptominisat-2.9.0@0 for 1091 with 1091 remaining (b = 0.74)
109.39/109.50	c INFO: running precosat-570@0 for 388 with 1091 remaining (b = 0.60)
240.47/142.44	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-3378865-1305463368/watcher-3378865-1305463368 -o /tmp/evaluation-result-3378865-1305463368/solver-3378865-1305463368 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378865-1305463368.cnf -seed 1623965905 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 2.46 3.35 1/408 31102
/proc/meminfo: memFree=23070716/32950928 swapFree=67056568/67111528
[pid=31102] ppid=31100 vsize=16244 CPUtime=0 cores=0,2,4,6
/proc/31102/stat : 31102 (python) R 31100 31102 31060 0 -1 4202496 1049 0 0 0 0 0 0 0 22 0 1 0 657933929 16633856 922 33554432000 4194304 5683644 140737320793488 18446744073709551615 239476388815 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31102/statm: 4061 922 381 364 0 548 0

[startup+0.0931261 s]
/proc/loadavg: 1.00 2.46 3.35 1/408 31102
/proc/meminfo: memFree=23070716/32950928 swapFree=67056568/67111528
[pid=31102] ppid=31100 vsize=85360 CPUtime=0.07 cores=0,2,4,6
/proc/31102/stat : 31102 (python) D 31100 31102 31060 0 -1 4202496 2580 0 0 0 5 2 0 0 17 0 1 0 657933929 87408640 2307 33554432000 4194304 5683644 140737320793488 18446744073709551615 239476690789 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/31102/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 85360

[startup+0.103621 s]
/proc/loadavg: 1.00 2.46 3.35 1/408 31102
/proc/meminfo: memFree=23070716/32950928 swapFree=67056568/67111528
[pid=31102] ppid=31100 vsize=94184 CPUtime=0.07 cores=0,2,4,6
/proc/31102/stat : 31102 (python) S 31100 31102 31060 0 -1 4202496 2765 0 0 0 5 2 0 0 17 0 1 0 657933929 96444416 2475 33554432000 4194304 5683644 140737320793488 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/31102/statm: 23546 2475 764 364 0 1678 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 94184

[startup+0.300582 s]
/proc/loadavg: 1.00 2.46 3.35 1/408 31102
/proc/meminfo: memFree=23070716/32950928 swapFree=67056568/67111528
[pid=31102] ppid=31100 vsize=135752 CPUtime=0.24 cores=0,2,4,6
/proc/31102/stat : 31102 (python) D 31100 31102 31060 0 -1 4202496 6005 939 1 0 17 7 0 0 17 0 1 0 657933929 139010048 4169 33554432000 4194304 5683644 140737320793488 18446744073709551615 239476690949 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/31102/statm: 33938 4169 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 135752

[startup+0.700491 s]
/proc/loadavg: 1.00 2.46 3.35 1/408 31102
/proc/meminfo: memFree=23070716/32950928 swapFree=67056568/67111528
[pid=31102] ppid=31100 vsize=303452 CPUtime=0.6 cores=0,2,4,6
/proc/31102/stat : 31102 (python) R 31100 31102 31060 0 -1 4202496 15411 939 1 0 49 11 0 0 17 0 1 0 657933929 310734848 13091 33554432000 4194304 5683644 140737320793488 18446744073709551615 4531859 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/31102/statm: 75863 13091 1761 364 0 11787 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 303452

[startup+1.50034 s]
/proc/loadavg: 1.00 2.46 3.35 3/409 31107
/proc/meminfo: memFree=22966540/32950928 swapFree=67056568/67111528
[pid=31102] ppid=31100 vsize=352444 CPUtime=1.4 cores=0,2,4,6
/proc/31102/stat : 31102 (python) R 31100 31102 31060 0 -1 4202496 27252 939 1 0 127 13 0 0 18 0 1 0 657933929 360902656 24932 33554432000 4194304 5683644 140737320793488 18446744073709551615 239476355781 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/31102/statm: 88111 24932 1761 364 0 24035 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 352444

[startup+3.10103 s]
/proc/loadavg: 1.00 2.46 3.35 3/409 31107
/proc/meminfo: memFree=22900944/32950928 swapFree=67056568/67111528
[pid=31102] ppid=31100 vsize=437612 CPUtime=3 cores=0,2,4,6
/proc/31102/stat : 31102 (python) R 31100 31102 31060 0 -1 4202496 66809 939 1 0 282 18 0 0 22 0 1 0 657933929 448114688 46775 33554432000 4194304 5683644 140737320793488 18446744073709551615 47209237530407 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/31102/statm: 109403 46775 1815 364 0 45327 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 437612

[startup+6.30037 s]
/proc/loadavg: 1.08 2.45 3.34 3/409 31107
/proc/meminfo: memFree=22860648/32950928 swapFree=67056568/67111528
[pid=31102] ppid=31100 vsize=425388 CPUtime=6.2 cores=0,2,4,6
/proc/31102/stat : 31102 (python) R 31100 31102 31060 0 -1 4202496 71373 939 1 0 602 18 0 0 25 0 1 0 657933929 435597312 43730 33554432000 4194304 5683644 140737320793488 18446744073709551615 5005731 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/31102/statm: 106347 43730 1826 364 0 42271 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 425388

[startup+12.7001 s]
/proc/loadavg: 1.39 2.49 3.35 6/421 31120
/proc/meminfo: memFree=22717476/32950928 swapFree=67056568/67111528
[pid=31102] ppid=31100 vsize=425388 CPUtime=12.6 cores=0,2,4,6
/proc/31102/stat : 31102 (python) R 31100 31102 31060 0 -1 4202496 71373 939 1 0 1242 18 0 0 25 0 1 0 657933929 435597312 43730 33554432000 4194304 5683644 140737320793488 18446744073709551615 47209267432042 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/31102/statm: 106347 43730 1826 364 0 42271 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 425388

[startup+25.5007 s]
/proc/loadavg: 2.19 2.62 3.37 6/421 31120
/proc/meminfo: memFree=22667976/32950928 swapFree=67056568/67111528
[pid=31102] ppid=31100 vsize=431500 CPUtime=25.4 cores=0,2,4,6
/proc/31102/stat : 31102 (python) R 31100 31102 31060 0 -1 4202496 72904 939 1 0 2522 18 0 0 25 0 1 0 657933929 441856000 45261 33554432000 4194304 5683644 140737320793488 18446744073709551615 47209237516427 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/31102/statm: 107875 45261 1829 364 0 43799 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 431500

[startup+51.1008 s]
/proc/loadavg: 3.15 2.81 3.41 6/421 31120
/proc/meminfo: memFree=22639600/32950928 swapFree=67056568/67111528
[pid=31102] ppid=31100 vsize=431500 CPUtime=51 cores=0,2,4,6
/proc/31102/stat : 31102 (python) R 31100 31102 31060 0 -1 4202496 72908 939 1 0 5082 18 0 0 25 0 1 0 657933929 441856000 45265 33554432000 4194304 5683644 140737320793488 18446744073709551615 47209234778252 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/31102/statm: 107875 45265 1833 364 0 43799 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 431500

[startup+102.315 s]
/proc/loadavg: 4.27 3.16 3.50 6/421 31122
/proc/meminfo: memFree=22554532/32950928 swapFree=67056568/67111528
[pid=31102] ppid=31100 vsize=431500 CPUtime=102.21 cores=0,2,4,6
/proc/31102/stat : 31102 (python) R 31100 31102 31060 0 -1 4202496 72908 939 1 0 10203 18 0 0 25 0 1 0 657933929 441856000 45265 33554432000 4194304 5683644 140737320793488 18446744073709551615 47209234778252 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/31102/statm: 107875 45265 1833 364 0 43799 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 431500

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

[startup+127.901 s]
/proc/loadavg: 5.41 3.53 3.61 9/437 31139
/proc/meminfo: memFree=21636180/32950928 swapFree=67056568/67111528
[pid=31102] ppid=31100 vsize=526096 CPUtime=109.4 cores=0,2,4,6
/proc/31102/stat : 31102 (python) S 31100 31102 31060 0 -1 4202496 75458 939 1 0 10919 21 0 0 25 0 5 0 657933929 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31102/statm: 131524 42445 1873 364 0 67433 0
[pid=31127] ppid=31102 vsize=419548 CPUtime=0.05 cores=0,2,4,6
/proc/31127/stat : 31127 (python) S 31102 31102 31060 0 -1 4202560 913 0 0 0 2 3 0 0 18 0 1 0 657944876 429617152 40815 33554432000 4194304 5683644 140737320793488 18446744073709551615 239476715023 0 0 16781312 514 13736489036875268354 0 0 17 2 0 0 0
/proc/31127/statm: 104887 40815 376 364 0 40805 0
[pid=31131] ppid=31127 vsize=75464 CPUtime=18.39 cores=0,2,4,6
/proc/31131/stat : 31131 (lingeling) R 31127 31131 31131 0 -1 4202496 33367 0 0 0 1835 4 0 0 25 0 1 0 657944878 77275136 18036 33554432000 4194304 4352236 140733229732128 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/31131/statm: 18866 18036 129 39 0 17946 0
[pid=31129] ppid=31102 vsize=429804 CPUtime=0.05 cores=0,2,4,6
/proc/31129/stat : 31129 (python) S 31102 31102 31060 0 -1 4202560 908 0 0 0 3 2 0 0 18 0 1 0 657944877 440119296 40813 33554432000 4194304 5683644 140737320793488 18446744073709551615 239476715078 0 0 16781312 514 13736489036875268356 0 0 17 2 0 0 0
/proc/31129/statm: 107451 40813 370 364 0 43366 0
[pid=31134] ppid=31129 vsize=49796 CPUtime=18.14 cores=0,2,4,6
/proc/31134/stat : 31134 (lingeling) R 31129 31134 31134 0 -1 4202496 33575 0 0 0 1809 5 0 0 25 0 1 0 657944879 50991104 11619 33554432000 4194304 4352236 140734265469184 18446744073709551615 4328423 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/31134/statm: 12449 11619 129 39 0 11529 0
[pid=31132] ppid=31102 vsize=440060 CPUtime=0.05 cores=0,2,4,6
/proc/31132/stat : 31132 (python) S 31102 31102 31060 0 -1 4202560 937 0 0 0 3 2 0 0 15 0 1 0 657944878 450621440 40817 33554432000 4194304 5683644 140737320793488 18446744073709551615 239476715078 0 0 16781312 514 13108360038454362369 0 0 17 0 0 0 0
/proc/31132/statm: 110015 40817 370 364 0 45927 0
[pid=31135] ppid=31132 vsize=542028 CPUtime=18.27 cores=0,2,4,6
/proc/31135/stat : 31135 (cryptominisat-2) R 31132 31135 31135 0 -1 4202496 118249 0 0 0 1810 17 0 0 25 0 1 0 657944879 555036672 109308 33554432000 4194304 4677096 140733307823296 18446744073709551615 4564206 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31135/statm: 135507 109308 379 118 0 130466 0
[pid=31136] ppid=31102 vsize=515852 CPUtime=0.05 cores=0,2,4,6
/proc/31136/stat : 31136 (python) S 31102 31102 31060 0 -1 4202560 783 0 0 0 3 2 0 0 18 0 1 0 657944880 528232448 40939 33554432000 4194304 5683644 140737320793488 18446744073709551615 239476715078 0 0 16781312 514 13736489036875268354 0 0 17 0 0 0 0
/proc/31136/statm: 128963 40939 371 364 0 64872 0
[pid=31138] ppid=31136 vsize=263528 CPUtime=18.27 cores=0,2,4,6
/proc/31138/stat : 31138 (precosat) R 31136 31138 31138 0 -1 4202496 66740 0 0 0 1818 9 0 0 25 0 1 0 657944881 269852672 62376 33554432000 4194304 4890832 140734165869264 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/31138/statm: 65882 62376 86 171 0 65709 0
[pid=31102/tid=31128] ppid=31100 vsize=526096 CPUtime=0 cores=0,2,4,6
/proc/31102/task/31128/stat : 31128 (python) S 31100 31102 31060 0 -1 4202560 41 939 0 0 0 0 0 0 25 0 5 0 657944876 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488518577 0 0 16781312 2 18446604442559040192 0 0 -1 2 0 0 0
[pid=31102/tid=31130] ppid=31100 vsize=526096 CPUtime=0 cores=0,2,4,6
/proc/31102/task/31130/stat : 31130 (python) S 31100 31102 31060 0 -1 4202560 32 939 0 0 0 0 0 0 18 0 5 0 657944878 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488518577 0 0 16781312 2 18446604442559040192 0 0 -1 2 0 0 0
[pid=31102/tid=31133] ppid=31100 vsize=526096 CPUtime=0 cores=0,2,4,6
/proc/31102/task/31133/stat : 31133 (python) S 31100 31102 31060 0 -1 4202560 22 939 0 0 0 0 0 0 18 0 5 0 657944879 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488518577 0 0 16781312 2 18446604442559040192 0 0 -1 2 0 0 0
[pid=31102/tid=31137] ppid=31100 vsize=526096 CPUtime=0 cores=0,2,4,6
/proc/31102/task/31137/stat : 31137 (python) S 31100 31102 31060 0 -1 4202560 46 939 0 0 0 0 0 0 25 0 5 0 657944881 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488518577 0 0 16781312 2 18446604442559040192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 182.67
Current children cumulated vsize (KiB) 3262176

[startup+134.301 s]
/proc/loadavg: 5.62 3.60 3.63 9/437 31139
/proc/meminfo: memFree=21559300/32950928 swapFree=67056568/67111528
[pid=31102] ppid=31100 vsize=526096 CPUtime=109.4 cores=0,2,4,6
/proc/31102/stat : 31102 (python) S 31100 31102 31060 0 -1 4202496 75458 939 1 0 10919 21 0 0 25 0 5 0 657933929 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31102/statm: 131524 42445 1873 364 0 67433 0
[pid=31127] ppid=31102 vsize=419548 CPUtime=0.07 cores=0,2,4,6
/proc/31127/stat : 31127 (python) S 31102 31102 31060 0 -1 4202560 917 0 0 0 3 4 0 0 18 0 1 0 657944876 429617152 40815 33554432000 4194304 5683644 140737320793488 18446744073709551615 239476715023 0 0 16781312 514 13736489036875268354 0 0 17 2 0 0 0
/proc/31127/statm: 104887 40815 376 364 0 40805 0
[pid=31131] ppid=31127 vsize=75460 CPUtime=24.79 cores=0,2,4,6
/proc/31131/stat : 31131 (lingeling) R 31127 31131 31131 0 -1 4202496 33367 0 0 0 2475 4 0 0 25 0 1 0 657944878 77271040 18035 33554432000 4194304 4352236 140733229732128 18446744073709551615 4238648 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/31131/statm: 18865 18035 129 39 0 17945 0
[pid=31129] ppid=31102 vsize=429804 CPUtime=0.07 cores=0,2,4,6
/proc/31129/stat : 31129 (python) S 31102 31102 31060 0 -1 4202560 911 0 0 0 4 3 0 0 18 0 1 0 657944877 440119296 40813 33554432000 4194304 5683644 140737320793488 18446744073709551615 239476715078 0 0 16781312 514 13736489036875268356 0 0 17 2 0 0 0
/proc/31129/statm: 107451 40813 370 364 0 43366 0
[pid=31134] ppid=31129 vsize=50948 CPUtime=24.45 cores=0,2,4,6
/proc/31134/stat : 31134 (lingeling) R 31129 31134 31134 0 -1 4202496 33863 0 0 0 2440 5 0 0 25 0 1 0 657944879 52170752 11907 33554432000 4194304 4352236 140734265469184 18446744073709551615 4329060 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/31134/statm: 12737 11907 129 39 0 11817 0
[pid=31132] ppid=31102 vsize=440060 CPUtime=0.07 cores=0,2,4,6
/proc/31132/stat : 31132 (python) S 31102 31102 31060 0 -1 4202560 940 0 0 0 4 3 0 0 15 0 1 0 657944878 450621440 40817 33554432000 4194304 5683644 140737320793488 18446744073709551615 239476715078 0 0 16781312 514 13108360038454362369 0 0 17 0 0 0 0
/proc/31132/statm: 110015 40817 370 364 0 45927 0
[pid=31135] ppid=31132 vsize=542028 CPUtime=24.65 cores=0,2,4,6
/proc/31135/stat : 31135 (cryptominisat-2) R 31132 31135 31135 0 -1 4202496 118671 0 0 0 2447 18 0 0 25 0 1 0 657944879 555036672 109730 33554432000 4194304 4677096 140733307823296 18446744073709551615 4319256 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31135/statm: 135507 109730 391 118 0 130466 0
[pid=31136] ppid=31102 vsize=515852 CPUtime=0.07 cores=0,2,4,6
/proc/31136/stat : 31136 (python) S 31102 31102 31060 0 -1 4202560 783 0 0 0 4 3 0 0 18 0 1 0 657944880 528232448 40939 33554432000 4194304 5683644 140737320793488 18446744073709551615 239476715078 0 0 16781312 514 13736489036875268354 0 0 17 0 0 0 0
/proc/31136/statm: 128963 40939 371 364 0 64872 0
[pid=31138] ppid=31136 vsize=263528 CPUtime=24.63 cores=0,2,4,6
/proc/31138/stat : 31138 (precosat) R 31136 31138 31138 0 -1 4202496 66746 0 0 0 2454 9 0 0 25 0 1 0 657944881 269852672 62382 33554432000 4194304 4890832 140734165869264 18446744073709551615 4467007 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/31138/statm: 65882 62382 86 171 0 65709 0

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

[pid=31102/tid=31133] ppid=31100 vsize=526096 CPUtime=0 cores=0,2,4,6
/proc/31102/task/31133/stat : 31133 (python) S 31100 31102 31060 0 -1 4202560 22 939 0 0 0 0 0 0 18 0 5 0 657944879 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488518577 0 0 16781312 2 18446604442559040192 0 0 -1 2 0 0 0
[pid=31102/tid=31137] ppid=31100 vsize=526096 CPUtime=0 cores=0,2,4,6
/proc/31102/task/31137/stat : 31137 (python) S 31100 31102 31060 0 -1 4202560 46 939 0 0 0 0 0 0 25 0 5 0 657944881 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488518577 0 0 16781312 2 18446604442559040192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 233.75
Current children cumulated vsize (KiB) 2975212

[startup+141.501 s]
/proc/loadavg: 5.89 3.69 3.66 10/437 31139
/proc/meminfo: memFree=21788572/32950928 swapFree=67056568/67111528
[pid=31102] ppid=31100 vsize=526096 CPUtime=109.4 cores=0,2,4,6
/proc/31102/stat : 31102 (python) S 31100 31102 31060 0 -1 4202496 75458 939 1 0 10919 21 0 0 25 0 5 0 657933929 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31102/statm: 131524 42445 1873 364 0 67433 0
[pid=31127] ppid=31102 vsize=419548 CPUtime=0.08 cores=0,2,4,6
/proc/31127/stat : 31127 (python) S 31102 31102 31060 0 -1 4202560 920 0 0 0 3 5 0 0 18 0 1 0 657944876 429617152 40815 33554432000 4194304 5683644 140737320793488 18446744073709551615 239476715023 0 0 16781312 514 13736489036875268354 0 0 17 2 0 0 0
/proc/31127/statm: 104887 40815 376 364 0 40805 0
[pid=31131] ppid=31127 vsize=75460 CPUtime=31.99 cores=0,2,4,6
/proc/31131/stat : 31131 (lingeling) R 31127 31131 31131 0 -1 4202496 33367 0 0 0 3195 4 0 0 25 0 1 0 657944878 77271040 18035 33554432000 4194304 4352236 140733229732128 18446744073709551615 4213246 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/31131/statm: 18865 18035 129 39 0 17945 0
[pid=31129] ppid=31102 vsize=429804 CPUtime=0.09 cores=0,2,4,6
/proc/31129/stat : 31129 (python) S 31102 31102 31060 0 -1 4202560 914 0 0 0 5 4 0 0 18 0 1 0 657944877 440119296 40813 33554432000 4194304 5683644 140737320793488 18446744073709551615 239476715078 0 0 16781312 514 13736489036875268356 0 0 17 2 0 0 0
/proc/31129/statm: 107451 40813 370 364 0 43366 0
[pid=31134] ppid=31129 vsize=53992 CPUtime=31.56 cores=0,2,4,6
/proc/31134/stat : 31134 (lingeling) R 31129 31134 31134 0 -1 4202496 34625 0 0 0 3151 5 0 0 25 0 1 0 657944879 55287808 12668 33554432000 4194304 4352236 140734265469184 18446744073709551615 4267820 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/31134/statm: 13498 12668 129 39 0 12578 0
[pid=31132] ppid=31102 vsize=440060 CPUtime=0.09 cores=0,2,4,6
/proc/31132/stat : 31132 (python) S 31102 31102 31060 0 -1 4202560 943 0 0 0 6 3 0 0 15 0 1 0 657944878 450621440 40817 33554432000 4194304 5683644 140737320793488 18446744073709551615 239476715078 0 0 16781312 514 13108360038454362369 0 0 17 0 0 0 0
/proc/31132/statm: 110015 40817 370 364 0 45927 0
[pid=31135] ppid=31132 vsize=514536 CPUtime=31.81 cores=0,2,4,6
/proc/31135/stat : 31135 (cryptominisat-2) R 31132 31135 31135 0 -1 4202496 120180 0 0 0 3163 18 0 0 25 0 1 0 657944879 526884864 107948 33554432000 4194304 4677096 140733307823296 18446744073709551615 239476392953 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31135/statm: 128634 107948 392 118 0 123593 0
[pid=31136] ppid=31102 vsize=515852 CPUtime=1.29 cores=0,2,4,6
/proc/31136/stat : 31136 (python) R 31102 31102 31060 0 -1 4202560 784 0 0 0 114 15 0 0 17 0 1 0 657944880 528232448 40939 33554432000 4194304 5683644 140737320793488 18446744073709551615 239476715078 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/31136/statm: 128963 40939 371 364 0 64872 0
[pid=31138] ppid=31136 vsize=0 CPUtime=30.59 cores=0,2,4,6
/proc/31138/stat : 31138 (precosat) R 31136 31138 31138 0 -1 4202500 66858 0 0 0 3049 10 0 0 25 0 1 0 657944881 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31138/statm: 0 0 0 0 0 0 0
[pid=31102/tid=31128] ppid=31100 vsize=526096 CPUtime=0 cores=0,2,4,6
/proc/31102/task/31128/stat : 31128 (python) S 31100 31102 31060 0 -1 4202560 41 939 0 0 0 0 0 0 25 0 5 0 657944876 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488518577 0 0 16781312 2 18446604442559040192 0 0 -1 2 0 0 0
[pid=31102/tid=31130] ppid=31100 vsize=526096 CPUtime=0 cores=0,2,4,6
/proc/31102/task/31130/stat : 31130 (python) S 31100 31102 31060 0 -1 4202560 32 939 0 0 0 0 0 0 18 0 5 0 657944878 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488518577 0 0 16781312 2 18446604442559040192 0 0 -1 2 0 0 0
[pid=31102/tid=31133] ppid=31100 vsize=526096 CPUtime=0 cores=0,2,4,6
/proc/31102/task/31133/stat : 31133 (python) S 31100 31102 31060 0 -1 4202560 22 939 0 0 0 0 0 0 18 0 5 0 657944879 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488518577 0 0 16781312 2 18446604442559040192 0 0 -1 2 0 0 0
[pid=31102/tid=31137] ppid=31100 vsize=526096 CPUtime=0 cores=0,2,4,6
/proc/31102/task/31137/stat : 31137 (python) S 31100 31102 31060 0 -1 4202560 46 939 0 0 0 0 0 0 25 0 5 0 657944881 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488518577 0 0 16781312 2 18446604442559040192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 236.9
Current children cumulated vsize (KiB) 2975348

[startup+141.916 s]
/proc/loadavg: 5.89 3.69 3.66 10/437 31139
/proc/meminfo: memFree=21788200/32950928 swapFree=67056568/67111528
[pid=31102] ppid=31100 vsize=526096 CPUtime=109.4 cores=0,2,4,6
/proc/31102/stat : 31102 (python) S 31100 31102 31060 0 -1 4202496 75458 939 1 0 10919 21 0 0 25 0 5 0 657933929 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31102/statm: 131524 42445 1873 364 0 67433 0
[pid=31127] ppid=31102 vsize=419548 CPUtime=0.08 cores=0,2,4,6
/proc/31127/stat : 31127 (python) S 31102 31102 31060 0 -1 4202560 920 0 0 0 3 5 0 0 18 0 1 0 657944876 429617152 40815 33554432000 4194304 5683644 140737320793488 18446744073709551615 239476715023 0 0 16781312 514 13736489036875268354 0 0 17 2 0 0 0
/proc/31127/statm: 104887 40815 376 364 0 40805 0
[pid=31131] ppid=31127 vsize=75460 CPUtime=32.41 cores=0,2,4,6
/proc/31131/stat : 31131 (lingeling) R 31127 31131 31131 0 -1 4202496 33367 0 0 0 3237 4 0 0 25 0 1 0 657944878 77271040 18035 33554432000 4194304 4352236 140733229732128 18446744073709551615 4208731 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/31131/statm: 18865 18035 129 39 0 17945 0
[pid=31129] ppid=31102 vsize=429804 CPUtime=0.09 cores=0,2,4,6
/proc/31129/stat : 31129 (python) S 31102 31102 31060 0 -1 4202560 914 0 0 0 5 4 0 0 18 0 1 0 657944877 440119296 40813 33554432000 4194304 5683644 140737320793488 18446744073709551615 239476715078 0 0 16781312 514 13736489036875268356 0 0 17 2 0 0 0
/proc/31129/statm: 107451 40813 370 364 0 43366 0
[pid=31134] ppid=31129 vsize=53992 CPUtime=31.96 cores=0,2,4,6
/proc/31134/stat : 31134 (lingeling) R 31129 31134 31134 0 -1 4202496 34625 0 0 0 3191 5 0 0 25 0 1 0 657944879 55287808 12668 33554432000 4194304 4352236 140734265469184 18446744073709551615 4205859 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/31134/statm: 13498 12668 129 39 0 12578 0
[pid=31132] ppid=31102 vsize=440060 CPUtime=0.09 cores=0,2,4,6
/proc/31132/stat : 31132 (python) S 31102 31102 31060 0 -1 4202560 943 0 0 0 6 3 0 0 15 0 1 0 657944878 450621440 40817 33554432000 4194304 5683644 140737320793488 18446744073709551615 239476715078 0 0 16781312 514 13108360038454362369 0 0 17 0 0 0 0
/proc/31132/statm: 110015 40817 370 364 0 45927 0
[pid=31135] ppid=31132 vsize=514668 CPUtime=32.22 cores=0,2,4,6
/proc/31135/stat : 31135 (cryptominisat-2) R 31132 31135 31135 0 -1 4202496 120214 0 0 0 3204 18 0 0 25 0 1 0 657944879 527020032 107982 33554432000 4194304 4677096 140733307823296 18446744073709551615 239476392562 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31135/statm: 128667 107982 392 118 0 123626 0
[pid=31136] ppid=31102 vsize=515852 CPUtime=1.7 cores=0,2,4,6
/proc/31136/stat : 31136 (python) R 31102 31102 31060 0 -1 4202560 784 0 0 0 150 20 0 0 17 0 1 0 657944880 528232448 40939 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488525119 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/31136/statm: 128963 40939 371 364 0 64872 0
[pid=31138] ppid=31136 vsize=0 CPUtime=30.59 cores=0,2,4,6
/proc/31138/stat : 31138 (precosat) R 31136 31138 31138 0 -1 4202500 66858 0 0 0 3049 10 0 0 25 0 1 0 657944881 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31138/statm: 0 0 0 0 0 0 0
[pid=31102/tid=31128] ppid=31100 vsize=526096 CPUtime=0 cores=0,2,4,6
/proc/31102/task/31128/stat : 31128 (python) S 31100 31102 31060 0 -1 4202560 41 939 0 0 0 0 0 0 25 0 5 0 657944876 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488518577 0 0 16781312 2 18446604442559040192 0 0 -1 2 0 0 0
[pid=31102/tid=31130] ppid=31100 vsize=526096 CPUtime=0 cores=0,2,4,6
/proc/31102/task/31130/stat : 31130 (python) S 31100 31102 31060 0 -1 4202560 32 939 0 0 0 0 0 0 18 0 5 0 657944878 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488518577 0 0 16781312 2 18446604442559040192 0 0 -1 2 0 0 0
[pid=31102/tid=31133] ppid=31100 vsize=526096 CPUtime=0 cores=0,2,4,6
/proc/31102/task/31133/stat : 31133 (python) S 31100 31102 31060 0 -1 4202560 22 939 0 0 0 0 0 0 18 0 5 0 657944879 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488518577 0 0 16781312 2 18446604442559040192 0 0 -1 2 0 0 0
[pid=31102/tid=31137] ppid=31100 vsize=526096 CPUtime=0 cores=0,2,4,6
/proc/31102/task/31137/stat : 31137 (python) S 31100 31102 31060 0 -1 4202560 46 939 0 0 0 0 0 0 25 0 5 0 657944881 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488518577 0 0 16781312 2 18446604442559040192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 238.54
Current children cumulated vsize (KiB) 2975480

[startup+142.301 s]
/proc/loadavg: 5.89 3.69 3.66 10/437 31139
/proc/meminfo: memFree=21788200/32950928 swapFree=67056568/67111528
[pid=31102] ppid=31100 vsize=526096 CPUtime=109.4 cores=0,2,4,6
/proc/31102/stat : 31102 (python) S 31100 31102 31060 0 -1 4202496 75458 939 1 0 10919 21 0 0 25 0 5 0 657933929 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31102/statm: 131524 42445 1873 364 0 67433 0
[pid=31127] ppid=31102 vsize=419548 CPUtime=0.08 cores=0,2,4,6
/proc/31127/stat : 31127 (python) S 31102 31102 31060 0 -1 4202560 920 0 0 0 3 5 0 0 18 0 1 0 657944876 429617152 40815 33554432000 4194304 5683644 140737320793488 18446744073709551615 239476715023 0 0 16781312 514 13736489036875268354 0 0 17 2 0 0 0
/proc/31127/statm: 104887 40815 376 364 0 40805 0
[pid=31131] ppid=31127 vsize=75460 CPUtime=32.79 cores=0,2,4,6
/proc/31131/stat : 31131 (lingeling) R 31127 31131 31131 0 -1 4202496 33367 0 0 0 3275 4 0 0 25 0 1 0 657944878 77271040 18035 33554432000 4194304 4352236 140733229732128 18446744073709551615 4267820 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/31131/statm: 18865 18035 129 39 0 17945 0
[pid=31129] ppid=31102 vsize=429804 CPUtime=0.09 cores=0,2,4,6
/proc/31129/stat : 31129 (python) S 31102 31102 31060 0 -1 4202560 914 0 0 0 5 4 0 0 18 0 1 0 657944877 440119296 40813 33554432000 4194304 5683644 140737320793488 18446744073709551615 239476715078 0 0 16781312 514 13736489036875268356 0 0 17 2 0 0 0
/proc/31129/statm: 107451 40813 370 364 0 43366 0
[pid=31134] ppid=31129 vsize=53984 CPUtime=32.34 cores=0,2,4,6
/proc/31134/stat : 31134 (lingeling) R 31129 31134 31134 0 -1 4202496 34625 0 0 0 3229 5 0 0 25 0 1 0 657944879 55279616 12666 33554432000 4194304 4352236 140734265469184 18446744073709551615 4256354 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/31134/statm: 13496 12666 129 39 0 12576 0
[pid=31132] ppid=31102 vsize=440060 CPUtime=0.09 cores=0,2,4,6
/proc/31132/stat : 31132 (python) S 31102 31102 31060 0 -1 4202560 943 0 0 0 6 3 0 0 15 0 1 0 657944878 450621440 40817 33554432000 4194304 5683644 140737320793488 18446744073709551615 239476715078 0 0 16781312 514 13108360038454362369 0 0 17 0 0 0 0
/proc/31132/statm: 110015 40817 370 364 0 45927 0
[pid=31135] ppid=31132 vsize=514800 CPUtime=32.61 cores=0,2,4,6
/proc/31135/stat : 31135 (cryptominisat-2) R 31132 31135 31135 0 -1 4202496 120238 0 0 0 3243 18 0 0 25 0 1 0 657944879 527155200 108006 33554432000 4194304 4677096 140733307823296 18446744073709551615 239476392879 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31135/statm: 128700 108006 392 118 0 123659 0
[pid=31136] ppid=31102 vsize=515852 CPUtime=2.09 cores=0,2,4,6
/proc/31136/stat : 31136 (python) R 31102 31102 31060 0 -1 4202560 784 0 0 0 184 25 0 0 18 0 1 0 657944880 528232448 40939 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488525119 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/31136/statm: 128963 40939 371 364 0 64872 0
[pid=31138] ppid=31136 vsize=0 CPUtime=30.59 cores=0,2,4,6
/proc/31138/stat : 31138 (precosat) R 31136 31138 31138 0 -1 4202500 66858 0 0 0 3049 10 0 0 25 0 1 0 657944881 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31138/statm: 0 0 0 0 0 0 0
[pid=31102/tid=31128] ppid=31100 vsize=526096 CPUtime=0 cores=0,2,4,6
/proc/31102/task/31128/stat : 31128 (python) S 31100 31102 31060 0 -1 4202560 41 939 0 0 0 0 0 0 25 0 5 0 657944876 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488518577 0 0 16781312 2 18446604442559040192 0 0 -1 2 0 0 0
[pid=31102/tid=31130] ppid=31100 vsize=526096 CPUtime=0 cores=0,2,4,6
/proc/31102/task/31130/stat : 31130 (python) S 31100 31102 31060 0 -1 4202560 32 939 0 0 0 0 0 0 18 0 5 0 657944878 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488518577 0 0 16781312 2 18446604442559040192 0 0 -1 2 0 0 0
[pid=31102/tid=31133] ppid=31100 vsize=526096 CPUtime=0 cores=0,2,4,6
/proc/31102/task/31133/stat : 31133 (python) S 31100 31102 31060 0 -1 4202560 22 939 0 0 0 0 0 0 18 0 5 0 657944879 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488518577 0 0 16781312 2 18446604442559040192 0 0 -1 2 0 0 0
[pid=31102/tid=31137] ppid=31100 vsize=526096 CPUtime=0 cores=0,2,4,6
/proc/31102/task/31137/stat : 31137 (python) S 31100 31102 31060 0 -1 4202560 46 939 0 0 0 0 0 0 25 0 5 0 657944881 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488518577 0 0 16781312 2 18446604442559040192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 240.08
Current children cumulated vsize (KiB) 2975604

[startup+142.401 s]
/proc/loadavg: 5.89 3.69 3.66 10/437 31139
/proc/meminfo: memFree=21788200/32950928 swapFree=67056568/67111528
[pid=31102] ppid=31100 vsize=526096 CPUtime=109.4 cores=0,2,4,6
/proc/31102/stat : 31102 (python) S 31100 31102 31060 0 -1 4202496 75458 939 1 0 10919 21 0 0 25 0 5 0 657933929 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31102/statm: 131524 42445 1873 364 0 67433 0
[pid=31127] ppid=31102 vsize=419548 CPUtime=0.08 cores=0,2,4,6
/proc/31127/stat : 31127 (python) S 31102 31102 31060 0 -1 4202560 920 0 0 0 3 5 0 0 18 0 1 0 657944876 429617152 40815 33554432000 4194304 5683644 140737320793488 18446744073709551615 239476715023 0 0 16781312 514 13736489036875268354 0 0 17 2 0 0 0
/proc/31127/statm: 104887 40815 376 364 0 40805 0
[pid=31131] ppid=31127 vsize=75460 CPUtime=32.89 cores=0,2,4,6
/proc/31131/stat : 31131 (lingeling) R 31127 31131 31131 0 -1 4202496 33367 0 0 0 3285 4 0 0 25 0 1 0 657944878 77271040 18035 33554432000 4194304 4352236 140733229732128 18446744073709551615 4267912 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/31131/statm: 18865 18035 129 39 0 17945 0
[pid=31129] ppid=31102 vsize=429804 CPUtime=0.09 cores=0,2,4,6
/proc/31129/stat : 31129 (python) S 31102 31102 31060 0 -1 4202560 914 0 0 0 5 4 0 0 18 0 1 0 657944877 440119296 40813 33554432000 4194304 5683644 140737320793488 18446744073709551615 239476715078 0 0 16781312 514 13736489036875268356 0 0 17 2 0 0 0
/proc/31129/statm: 107451 40813 370 364 0 43366 0
[pid=31134] ppid=31129 vsize=53984 CPUtime=32.44 cores=0,2,4,6
/proc/31134/stat : 31134 (lingeling) R 31129 31134 31134 0 -1 4202496 34625 0 0 0 3239 5 0 0 25 0 1 0 657944879 55279616 12666 33554432000 4194304 4352236 140734265469184 18446744073709551615 4335770 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/31134/statm: 13496 12666 129 39 0 12576 0
[pid=31132] ppid=31102 vsize=440060 CPUtime=0.09 cores=0,2,4,6
/proc/31132/stat : 31132 (python) S 31102 31102 31060 0 -1 4202560 943 0 0 0 6 3 0 0 15 0 1 0 657944878 450621440 40817 33554432000 4194304 5683644 140737320793488 18446744073709551615 239476715078 0 0 16781312 514 13108360038454362369 0 0 17 0 0 0 0
/proc/31132/statm: 110015 40817 370 364 0 45927 0
[pid=31135] ppid=31132 vsize=514800 CPUtime=32.71 cores=0,2,4,6
/proc/31135/stat : 31135 (cryptominisat-2) R 31132 31135 31135 0 -1 4202496 120245 0 0 0 3253 18 0 0 25 0 1 0 657944879 527155200 108013 33554432000 4194304 4677096 140733307823296 18446744073709551615 239476392570 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31135/statm: 128700 108013 392 118 0 123659 0
[pid=31136] ppid=31102 vsize=515852 CPUtime=2.18 cores=0,2,4,6
/proc/31136/stat : 31136 (python) R 31102 31102 31060 0 -1 4202560 784 0 0 0 192 26 0 0 18 0 1 0 657944880 528232448 40939 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488525119 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/31136/statm: 128963 40939 371 364 0 64872 0
[pid=31138] ppid=31136 vsize=0 CPUtime=30.59 cores=0,2,4,6
/proc/31138/stat : 31138 (precosat) R 31136 31138 31138 0 -1 4202500 66858 0 0 0 3049 10 0 0 25 0 1 0 657944881 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31138/statm: 0 0 0 0 0 0 0
[pid=31102/tid=31128] ppid=31100 vsize=526096 CPUtime=0 cores=0,2,4,6
/proc/31102/task/31128/stat : 31128 (python) S 31100 31102 31060 0 -1 4202560 41 939 0 0 0 0 0 0 25 0 5 0 657944876 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488518577 0 0 16781312 2 18446604442559040192 0 0 -1 2 0 0 0
[pid=31102/tid=31130] ppid=31100 vsize=526096 CPUtime=0 cores=0,2,4,6
/proc/31102/task/31130/stat : 31130 (python) S 31100 31102 31060 0 -1 4202560 32 939 0 0 0 0 0 0 18 0 5 0 657944878 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488518577 0 0 16781312 2 18446604442559040192 0 0 -1 2 0 0 0
[pid=31102/tid=31133] ppid=31100 vsize=526096 CPUtime=0 cores=0,2,4,6
/proc/31102/task/31133/stat : 31133 (python) S 31100 31102 31060 0 -1 4202560 22 939 0 0 0 0 0 0 18 0 5 0 657944879 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488518577 0 0 16781312 2 18446604442559040192 0 0 -1 2 0 0 0
[pid=31102/tid=31137] ppid=31100 vsize=526096 CPUtime=0 cores=0,2,4,6
/proc/31102/task/31137/stat : 31137 (python) S 31100 31102 31060 0 -1 4202560 46 939 0 0 0 0 0 0 25 0 5 0 657944881 538722304 42445 33554432000 4194304 5683644 140737320793488 18446744073709551615 239488518577 0 0 16781312 2 18446604442559040192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 240.47
Current children cumulated vsize (KiB) 2975604

Child status: 0
Real time (s): 142.491
CPU time (s): 240.73
CPU user time (s): 239.662
CPU system time (s): 1.06884
CPU usage (%): 168.944
Max. virtual memory (cumulated for all children) (KiB): 3266368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 239.662
system time used= 1.06884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 355400
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= 3147
involuntary context switches= 1426

runsolver used 0.569913 second user time and 1.2868 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-15 14:42:48
IDJOB=3378865
IDBENCH=20495
IDSOLVER=1860
FILE ID=node148/3378865-1305463368
RUNJOBID= node148-1305463368-31078
PBS_JOBID= 13324994
Free space on /tmp= 72808 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
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-3378865-1305463368/watcher-3378865-1305463368 -o /tmp/evaluation-result-3378865-1305463368/solver-3378865-1305463368 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378865-1305463368.cnf -seed 1623965905 -budget 4800 -cores 4

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

MD5SUM BENCH= e11b8f7666247454d93edb47f1646e2c
RANDOM SEED=1623965905

node148.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.854
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.70
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.854
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.854
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.83
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.854
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.854
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.854
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.854
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.854
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:     32950928 kB
MemFree:      23070996 kB
Buffers:        338780 kB
Cached:        4985076 kB
SwapCached:       8488 kB
Active:        6199388 kB
Inactive:      3315432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23070996 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           80708 kB
Writeback:           0 kB
AnonPages:     4189552 kB
Mapped:          34264 kB
Slab:           260240 kB
PageTables:      37592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105119536 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= 72780 MiB
End job on node148 at 2011-05-15 14:45:11