Trace number 3378793

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)? 4596.96 1198.83

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
MD5SUM7886cd26d6e0801ea382a1ffd6224023
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables192503
Number of clauses564953
Sum of the clauses size1318221
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2376634
Number of clauses of size 3188317
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.37/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.66	c INFO: solving HOME/instance-3378793-1305465952.cnf
0.37/0.66	c INFO: computing task features
2.04/2.40	c INFO: computed variable-clause graph statistics
2.14/2.47	c INFO: computed clause balance statistics
10.65/10.96	c INFO: computed variable balance statistics
17.14/17.47	c INFO: computed small-clause counts
17.25/17.59	c INFO: computed Horn-clause counts
59.85/60.19	c INFO: computed variable graph statistics
59.85/60.19	c INFO: collected features for HOME/instance-3378793-1305465952.cnf in 59.47 s
59.94/60.20	c INFO: running lingeling-276@0 for 485 with 1140 remaining (b = 0.75)
59.94/60.21	c INFO: running lingeling-276@0 for 194 with 1140 remaining (b = 0.59)
59.94/60.22	c INFO: running cryptominisat-2.9.0@0 for 1140 with 1140 remaining (b = 0.67)
59.94/60.23	c INFO: running precosat-570@0 for 388 with 1140 remaining (b = 0.51)
843.17/256.78	c INFO: running lingeling-276@0 for 97 with 943 remaining (b = 0.31)
1239.41/356.10	c INFO: running cryptominisat-2.9.0@0 for 844 with 844 remaining (b = 0.31)
1635.24/455.46	c INFO: running lingeling-276@0 for 194 with 745 remaining (b = 0.12)
1998.76/546.71	c INFO: running lingeling-276@98 for 194 with 653 remaining (b = 0.12)
2399.27/647.17	c INFO: running cryptominisat-2.9.0@0 for 97 with 553 remaining (b = 0.21)
2770.28/740.31	c INFO: running precosat-570@196 for 460 with 460 remaining (b = 0.15)
2792.91/745.98	c INFO: running cryptominisat-2.9.0@192 for 454 with 454 remaining (b = 0.17)
4596.51/1198.79	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3378793-1305465952/watcher-3378793-1305465952 -o /tmp/evaluation-result-3378793-1305465952/solver-3378793-1305465952 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378793-1305465952.cnf -seed 945252387 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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: 3.51 4.57 4.55 2/408 31592
/proc/meminfo: memFree=20069328/32950928 swapFree=67056568/67111528
[pid=31592] ppid=31590 vsize=15912 CPUtime=0 cores=1,3,5,7
/proc/31592/stat : 31592 (python) S 31590 31592 31060 0 -1 4202496 958 0 0 0 0 0 0 0 17 0 1 0 658192356 16293888 834 33554432000 4194304 5683644 140737377928880 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/31592/statm: 3978 834 357 364 0 465 0

[startup+0.0555459 s]
/proc/loadavg: 3.51 4.57 4.55 2/408 31592
/proc/meminfo: memFree=20069328/32950928 swapFree=67056568/67111528
[pid=31592] ppid=31590 vsize=27352 CPUtime=0.02 cores=1,3,5,7
/proc/31592/stat : 31592 (python) S 31590 31592 31060 0 -1 4202496 1351 0 0 0 2 0 0 0 17 0 1 0 658192356 28008448 1197 33554432000 4194304 5683644 140737377928880 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/31592/statm: 6838 1197 440 364 0 725 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 27352

[startup+0.100497 s]
/proc/loadavg: 3.51 4.57 4.55 2/408 31592
/proc/meminfo: memFree=20069328/32950928 swapFree=67056568/67111528
[pid=31592] ppid=31590 vsize=85624 CPUtime=0.05 cores=1,3,5,7
/proc/31592/stat : 31592 (python) R 31590 31592 31060 0 -1 4202496 2629 0 0 0 4 1 0 0 17 0 1 0 658192356 87678976 2348 33554432000 4194304 5683644 140737377928880 18446744073709551615 239476738183 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31592/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85624

[startup+0.300514 s]
/proc/loadavg: 3.51 4.57 4.55 2/408 31592
/proc/meminfo: memFree=20069328/32950928 swapFree=67056568/67111528
[pid=31592] ppid=31590 vsize=135752 CPUtime=0.19 cores=1,3,5,7
/proc/31592/stat : 31592 (python) S 31590 31592 31060 0 -1 4202496 5962 933 1 0 12 7 0 0 17 0 1 0 658192356 139010048 4150 33554432000 4194304 5683644 140737377928880 18446744073709551615 239476690949 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/31592/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700387 s]
/proc/loadavg: 3.51 4.57 4.55 2/408 31592
/proc/meminfo: memFree=20069328/32950928 swapFree=67056568/67111528
[pid=31592] ppid=31590 vsize=290360 CPUtime=0.44 cores=1,3,5,7
/proc/31592/stat : 31592 (python) R 31590 31592 31060 0 -1 4202496 12244 933 1 0 29 15 0 0 15 0 1 0 658192356 297328640 9925 33554432000 4194304 5683644 140737377928880 18446744073709551615 47032545068019 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31592/statm: 72590 9926 1761 364 0 8514 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 290360

[startup+1.50023 s]
/proc/loadavg: 3.51 4.57 4.55 3/409 31597
/proc/meminfo: memFree=20014744/32950928 swapFree=67056568/67111528
[pid=31592] ppid=31590 vsize=344260 CPUtime=1.24 cores=1,3,5,7
/proc/31592/stat : 31592 (python) R 31590 31592 31060 0 -1 4202496 25444 933 1 0 107 17 0 0 16 0 1 0 658192356 352522240 23125 33554432000 4194304 5683644 140737377928880 18446744073709551615 239476355781 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31592/statm: 86065 23125 1761 364 0 21989 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 344260

[startup+3.10092 s]
/proc/loadavg: 3.51 4.57 4.55 3/409 31597
/proc/meminfo: memFree=19977064/32950928 swapFree=67056568/67111528
[pid=31592] ppid=31590 vsize=384596 CPUtime=2.84 cores=1,3,5,7
/proc/31592/stat : 31592 (python) R 31590 31592 31060 0 -1 4202496 54119 933 1 0 264 20 0 0 18 0 1 0 658192356 393826304 33533 33554432000 4194304 5683644 140737377928880 18446744073709551615 4602345 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31592/statm: 96149 33533 1826 364 0 32073 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 384596

[startup+6.30031 s]
/proc/loadavg: 3.39 4.53 4.54 3/409 31597
/proc/meminfo: memFree=19939280/32950928 swapFree=67056568/67111528
[pid=31592] ppid=31590 vsize=384596 CPUtime=6.04 cores=1,3,5,7
/proc/31592/stat : 31592 (python) R 31590 31592 31060 0 -1 4202496 54119 933 1 0 584 20 0 0 25 0 1 0 658192356 393826304 33533 33554432000 4194304 5683644 140737377928880 18446744073709551615 239476362258 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31592/statm: 96149 33533 1826 364 0 32073 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 384596

[startup+12.7011 s]
/proc/loadavg: 3.28 4.49 4.52 3/409 31597
/proc/meminfo: memFree=19938892/32950928 swapFree=67056568/67111528
[pid=31592] ppid=31590 vsize=384596 CPUtime=12.44 cores=1,3,5,7
/proc/31592/stat : 31592 (python) R 31590 31592 31060 0 -1 4202496 54120 933 1 0 1224 20 0 0 25 0 1 0 658192356 393826304 33534 33554432000 4194304 5683644 140737377928880 18446744073709551615 4941968 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31592/statm: 96149 33534 1827 364 0 32073 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 384596

[startup+25.5006 s]
/proc/loadavg: 3.00 4.36 4.48 3/409 31598
/proc/meminfo: memFree=19935044/32950928 swapFree=67056568/67111528
[pid=31592] ppid=31590 vsize=389008 CPUtime=25.25 cores=1,3,5,7
/proc/31592/stat : 31592 (python) R 31590 31592 31060 0 -1 4202496 55229 933 1 0 2504 21 0 0 25 0 1 0 658192356 398344192 34643 33554432000 4194304 5683644 140737377928880 18446744073709551615 47032374216844 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31592/statm: 97252 34643 1833 364 0 33176 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 389008

[startup+51.1007 s]
/proc/loadavg: 2.65 4.17 4.41 3/409 31599
/proc/meminfo: memFree=19935020/32950928 swapFree=67056568/67111528
[pid=31592] ppid=31590 vsize=389008 CPUtime=50.85 cores=1,3,5,7
/proc/31592/stat : 31592 (python) R 31590 31592 31060 0 -1 4202496 55229 933 1 0 5064 21 0 0 25 0 1 0 658192356 398344192 34643 33554432000 4194304 5683644 140737377928880 18446744073709551615 47032374216832 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31592/statm: 97252 34643 1833 364 0 33176 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 389008

[startup+102.316 s]
/proc/loadavg: 3.79 4.23 4.42 6/421 31612
/proc/meminfo: memFree=19429176/32950928 swapFree=67056568/67111528
[pid=31592] ppid=31590 vsize=421396 CPUtime=59.97 cores=1,3,5,7
/proc/31592/stat : 31592 (python) S 31590 31592 31060 0 -1 4202496 57904 933 1 0 5975 22 0 0 25 0 5 0 658192356 431509504 32545 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31592/statm: 105349 32545 1881 364 0 41258 0
[pid=31600] ppid=31592 vsize=380384 CPUtime=0.12 cores=1,3,5,7
/proc/31600/stat : 31600 (python) S 31592 31592 31060 0 -1 4202560 916 0 0 0 5 7 0 0 18 0 1 0 658198376 389513216 31024 33554432000 4194304 5683644 140737377928880 18446744073709551615 239476715023 0 0 16781312 514 10442668859407171847 0 0 17 7 0 0 0
/proc/31600/statm: 95096 31024 376 364 0 31014 0
[pid=31602] ppid=31600 vsize=53872 CPUtime=42.09 cores=1,3,5,7
/proc/31602/stat : 31602 (lingeling) R 31600 31602 31602 0 -1 4202496 27424 0 0 0 4206 3 0 0 25 0 1 0 658198377 55164928 11615 33554432000 4194304 4352236 140737059521712 18446744073709551615 4207645 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/31602/statm: 13468 11615 129 39 0 12548 0
[pid=31603] ppid=31592 vsize=390640 CPUtime=0.12 cores=1,3,5,7
/proc/31603/stat : 31603 (python) S 31592 31592 31060 0 -1 4202560 923 0 0 0 6 6 0 0 18 0 1 0 658198377 400015360 31022 33554432000 4194304 5683644 140737377928880 18446744073709551615 239476715078 0 0 16781312 514 10442668859407171845 0 0 17 1 0 0 0
/proc/31603/statm: 97660 31022 370 364 0 33575 0
[pid=31605] ppid=31603 vsize=57968 CPUtime=42.08 cores=1,3,5,7
/proc/31605/stat : 31605 (lingeling) R 31603 31605 31605 0 -1 4202496 29171 0 0 0 4205 3 0 0 25 0 1 0 658198378 59359232 13662 33554432000 4194304 4352236 140737409766736 18446744073709551615 4239288 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/31605/statm: 14492 13662 129 39 0 13572 0
[pid=31606] ppid=31592 vsize=400896 CPUtime=0.13 cores=1,3,5,7
/proc/31606/stat : 31606 (python) S 31592 31592 31060 0 -1 4202560 916 0 0 0 7 6 0 0 15 0 1 0 658198378 410517504 31026 33554432000 4194304 5683644 140737377928880 18446744073709551615 239476715078 0 0 16781312 514 17541634902112305416 0 0 17 7 0 0 0
/proc/31606/statm: 100224 31026 370 364 0 36136 0
[pid=31608] ppid=31606 vsize=257844 CPUtime=41.22 cores=1,3,5,7
/proc/31608/stat : 31608 (cryptominisat-2) R 31606 31608 31608 0 -1 4202496 71329 0 0 0 4111 11 0 0 25 0 1 0 658198379 264032256 55325 33554432000 4194304 4677096 140736137528016 18446744073709551615 4318809 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/31608/statm: 64461 55325 392 118 0 59420 0
[pid=31609] ppid=31592 vsize=411152 CPUtime=0.12 cores=1,3,5,7
/proc/31609/stat : 31609 (python) S 31592 31592 31060 0 -1 4202560 929 0 0 0 7 5 0 0 18 0 1 0 658198379 421019648 31030 33554432000 4194304 5683644 140737377928880 18446744073709551615 239476715078 0 0 16781312 514 10442668859407171848 0 0 17 1 0 0 0
/proc/31609/statm: 102788 31030 370 364 0 38697 0
[pid=31611] ppid=31609 vsize=182808 CPUtime=41.82 cores=1,3,5,7
/proc/31611/stat : 31611 (precosat) R 31609 31611 31611 0 -1 4202496 47537 0 0 0 4175 7 0 0 25 0 1 0 658198380 187195392 44265 33554432000 4194304 4890832 140735864369984 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/31611/statm: 45702 44265 86 171 0 45529 0
[pid=31592/tid=31601] ppid=31590 vsize=421396 CPUtime=0 cores=1,3,5,7
/proc/31592/task/31601/stat : 31601 (python) S 31590 31592 31060 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 658198377 431509504 32545 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 2 18446604464307749056 0 0 -1 7 0 0 0
[pid=31592/tid=31604] ppid=31590 vsize=421396 CPUtime=0 cores=1,3,5,7
/proc/31592/task/31604/stat : 31604 (python) S 31590 31592 31060 0 -1 4202560 20 933 0 0 0 0 0 0 25 0 5 0 658198378 431509504 32545 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 2 18446604464307749056 0 0 -1 1 0 0 0
[pid=31592/tid=31607] ppid=31590 vsize=421396 CPUtime=0 cores=1,3,5,7
/proc/31592/task/31607/stat : 31607 (python) S 31590 31592 31060 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 5 0 658198379 431509504 32545 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 2 18446604464307749056 0 0 -1 7 0 0 0
[pid=31592/tid=31610] ppid=31590 vsize=421396 CPUtime=0 cores=1,3,5,7
/proc/31592/task/31610/stat : 31610 (python) S 31590 31592 31060 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 5 0 658198380 431509504 32545 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 2 18446604464307749056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 227.67
Current children cumulated vsize (KiB) 2556960

[startup+162.301 s]
/proc/loadavg: 4.73 4.41 4.47 6/421 31613
/proc/meminfo: memFree=19411556/32950928 swapFree=67056568/67111528
[pid=31592] ppid=31590 vsize=421396 CPUtime=59.97 cores=1,3,5,7
/proc/31592/stat : 31592 (python) S 31590 31592 31060 0 -1 4202496 57904 933 1 0 5975 22 0 0 25 0 5 0 658192356 431509504 32545 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31592/statm: 105349 32545 1881 364 0 41258 0
[pid=31600] ppid=31592 vsize=380384 CPUtime=0.3 cores=1,3,5,7
/proc/31600/stat : 31600 (python) S 31592 31592 31060 0 -1 4202560 937 0 0 0 14 16 0 0 18 0 1 0 658198376 389513216 31024 33554432000 4194304 5683644 140737377928880 18446744073709551615 239476715023 0 0 16781312 514 10442668859407171847 0 0 17 7 0 0 0
/proc/31600/statm: 95096 31024 376 364 0 31014 0
[pid=31602] ppid=31600 vsize=53868 CPUtime=102.08 cores=1,3,5,7
/proc/31602/stat : 31602 (lingeling) R 31600 31602 31602 0 -1 4202496 27424 0 0 0 10205 3 0 0 25 0 1 0 658198377 55160832 11614 33554432000 4194304 4352236 140737059521712 18446744073709551615 4277648 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/31602/statm: 13467 11614 129 39 0 12547 0
[pid=31603] ppid=31592 vsize=390640 CPUtime=0.3 cores=1,3,5,7
/proc/31603/stat : 31603 (python) S 31592 31592 31060 0 -1 4202560 948 0 0 0 15 15 0 0 18 0 1 0 658198377 400015360 31022 33554432000 4194304 5683644 140737377928880 18446744073709551615 239476715078 0 0 16781312 514 10442668859407171845 0 0 17 1 0 0 0
/proc/31603/statm: 97660 31022 370 364 0 33575 0
[pid=31605] ppid=31603 vsize=57964 CPUtime=102.07 cores=1,3,5,7
/proc/31605/stat : 31605 (lingeling) R 31603 31605 31605 0 -1 4202496 29171 0 0 0 10204 3 0 0 25 0 1 0 658198378 59355136 13661 33554432000 4194304 4352236 140737409766736 18446744073709551615 4210034 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/31605/statm: 14491 13661 129 39 0 13571 0
[pid=31606] ppid=31592 vsize=400896 CPUtime=0.34 cores=1,3,5,7
/proc/31606/stat : 31606 (python) S 31592 31592 31060 0 -1 4202560 940 0 0 0 18 16 0 0 15 0 1 0 658198378 410517504 31026 33554432000 4194304 5683644 140737377928880 18446744073709551615 239476715078 0 0 16781312 514 17541634902112305416 0 0 17 1 0 0 0
/proc/31606/statm: 100224 31026 370 364 0 36136 0
[pid=31608] ppid=31606 vsize=272488 CPUtime=100.09 cores=1,3,5,7
/proc/31608/stat : 31608 (cryptominisat-2) R 31606 31608 31608 0 -1 4202496 90712 0 0 0 9991 18 0 0 25 0 1 0 658198379 279027712 59489 33554432000 4194304 4677096 140736137528016 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/31608/statm: 68122 59489 392 118 0 63081 0
[pid=31609] ppid=31592 vsize=411152 CPUtime=0.3 cores=1,3,5,7
/proc/31609/stat : 31609 (python) S 31592 31592 31060 0 -1 4202560 952 0 0 0 17 13 0 0 18 0 1 0 658198379 421019648 31030 33554432000 4194304 5683644 140737377928880 18446744073709551615 239476715078 0 0 16781312 514 10442668859407171848 0 0 17 1 0 0 0
/proc/31609/statm: 102788 31030 370 364 0 38697 0
[pid=31611] ppid=31609 vsize=182808 CPUtime=101.37 cores=1,3,5,7
/proc/31611/stat : 31611 (precosat) R 31609 31611 31611 0 -1 4202496 47539 0 0 0 10130 7 0 0 25 0 1 0 658198380 187195392 44267 33554432000 4194304 4890832 140735864369984 18446744073709551615 4238686 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/31611/statm: 45702 44267 86 171 0 45529 0
[pid=31592/tid=31601] ppid=31590 vsize=421396 CPUtime=0 cores=1,3,5,7
/proc/31592/task/31601/stat : 31601 (python) S 31590 31592 31060 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 658198377 431509504 32545 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 2 18446604464307749056 0 0 -1 7 0 0 0
[pid=31592/tid=31604] ppid=31590 vsize=421396 CPUtime=0 cores=1,3,5,7
/proc/31592/task/31604/stat : 31604 (python) S 31590 31592 31060 0 -1 4202560 20 933 0 0 0 0 0 0 25 0 5 0 658198378 431509504 32545 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 2 18446604464307749056 0 0 -1 1 0 0 0
[pid=31592/tid=31607] ppid=31590 vsize=421396 CPUtime=0 cores=1,3,5,7
/proc/31592/task/31607/stat : 31607 (python) S 31590 31592 31060 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 5 0 658198379 431509504 32545 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 2 18446604464307749056 0 0 -1 7 0 0 0
[pid=31592/tid=31610] ppid=31590 vsize=421396 CPUtime=0 cores=1,3,5,7
/proc/31592/task/31610/stat : 31610 (python) S 31590 31592 31060 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 5 0 658198380 431509504 32545 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 2 18446604464307749056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 466.82
Current children cumulated vsize (KiB) 2571596


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

Current children cumulated vsize (KiB) 4892708

[startup+1198.3 s]
/proc/loadavg: 8.21 7.92 6.62 9/451 31755
/proc/meminfo: memFree=21275132/32950928 swapFree=67056568/67111528
[pid=31592] ppid=31590 vsize=452164 CPUtime=60.03 cores=1,3,5,7
/proc/31592/stat : 31592 (python) S 31590 31592 31060 0 -1 4202496 60852 933 1 0 5979 24 0 0 18 0 8 0 658192356 463015936 32564 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31592/statm: 113041 32564 1888 364 0 48941 0
[pid=31600] ppid=31592 vsize=390628 CPUtime=1.51 cores=1,3,5,7
/proc/31600/stat : 31600 (python) S 31592 31592 31060 0 -1 4202560 1196 0 0 0 73 78 0 0 19 0 2 0 658198376 400003072 31067 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31600/statm: 97657 31067 414 364 0 33575 0
[pid=31602] ppid=31600 vsize=81396 CPUtime=486.51 cores=1,3,5,7
/proc/31602/stat : 31602 (lingeling) T 31600 31602 31602 0 -1 4202496 76291 0 0 0 48641 10 0 0 25 0 1 0 658198377 83349504 19519 33554432000 4194304 4352236 140737059521712 18446744073709551615 4312774 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/31602/statm: 20349 19519 129 39 0 19429 0
[pid=31600/tid=31682] ppid=31592 vsize=390628 CPUtime=0 cores=1,3,5,7
/proc/31600/task/31682/stat : 31682 (python) S 31592 31592 31060 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658247027 400003072 31067 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 514 18446604457674983360 0 0 -1 7 0 0 0
[pid=31603] ppid=31592 vsize=390640 CPUtime=1.21 cores=1,3,5,7
/proc/31603/stat : 31603 (python) S 31592 31592 31060 0 -1 4202560 1164 0 0 0 62 59 0 0 18 0 2 0 658198377 400015360 31052 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31603/statm: 97660 31052 399 364 0 33575 0
[pid=31605] ppid=31603 vsize=92860 CPUtime=388.26 cores=1,3,5,7
/proc/31605/stat : 31605 (lingeling) T 31603 31605 31605 0 -1 4202496 91145 0 0 0 38815 11 0 0 25 0 1 0 658198378 95088640 22385 33554432000 4194304 4352236 140737409766736 18446744073709551615 4331541 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/31605/statm: 23215 22385 129 39 0 22295 0
[pid=31603/tid=31617] ppid=31592 vsize=390640 CPUtime=0 cores=1,3,5,7
/proc/31603/task/31617/stat : 31617 (python) S 31592 31592 31060 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 658218034 400015360 31052 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 514 18446604457767155584 0 0 -1 5 0 0 0
[pid=31606] ppid=31592 vsize=400896 CPUtime=3.92 cores=1,3,5,7
/proc/31606/stat : 31606 (python) S 31592 31592 31060 0 -1 4202560 1018 0 0 0 199 193 0 0 15 0 1 0 658198378 410517504 31027 33554432000 4194304 5683644 140737377928880 18446744073709551615 239476715078 0 0 16781312 514 17541634902112305416 0 0 17 3 0 0 0
/proc/31606/statm: 100224 31027 371 364 0 36136 0
[pid=31608] ppid=31606 vsize=387948 CPUtime=1127.49 cores=1,3,5,7
/proc/31608/stat : 31608 (cryptominisat-2) R 31606 31608 31608 0 -1 4202496 294585 0 0 0 112667 82 0 0 25 0 1 0 658198379 397258752 87738 33554432000 4194304 4677096 140736137528016 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/31608/statm: 96987 87738 392 118 0 91946 0
[pid=31609] ppid=31592 vsize=411152 CPUtime=2.64 cores=1,3,5,7
/proc/31609/stat : 31609 (python) S 31592 31592 31060 0 -1 4202560 1162 0 0 0 133 131 0 0 18 0 2 0 658198379 421019648 31069 33554432000 4194304 5683644 140737377928880 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31609/statm: 102788 31069 408 364 0 38697 0
[pid=31611] ppid=31609 vsize=234472 CPUtime=851.67 cores=1,3,5,7
/proc/31611/stat : 31611 (precosat) R 31609 31611 31611 0 -1 4202496 237314 0 0 0 85119 48 0 0 25 0 1 0 658198380 240099328 57100 33554432000 4194304 4890832 140735864369984 18446744073709551615 4295888 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/31611/statm: 58618 57100 86 171 0 58445 0
[pid=31609/tid=31674] ppid=31592 vsize=411152 CPUtime=0 cores=1,3,5,7
/proc/31609/task/31674/stat : 31674 (python) S 31592 31592 31060 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658237902 421019648 31069 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 514 18446604462218965440 0 0 -1 5 0 0 0
[pid=31618] ppid=31592 vsize=421408 CPUtime=0.93 cores=1,3,5,7
/proc/31618/stat : 31618 (python) S 31592 31592 31060 0 -1 4202560 1158 0 0 0 46 47 0 0 18 0 2 0 658218035 431521792 31064 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31618/statm: 105352 31064 399 364 0 41258 0
[pid=31620] ppid=31618 vsize=81384 CPUtime=291.16 cores=1,3,5,7
/proc/31620/stat : 31620 (lingeling) T 31618 31620 31620 0 -1 4202496 68100 0 0 0 29107 9 0 0 25 0 1 0 658218035 83337216 19516 33554432000 4194304 4352236 140733543082624 18446744073709551615 4231080 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/31620/statm: 20346 19516 129 39 0 19426 0
[pid=31618/tid=31624] ppid=31592 vsize=421408 CPUtime=0 cores=1,3,5,7
/proc/31618/task/31624/stat : 31624 (python) S 31592 31592 31060 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 658227966 431521792 31064 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 514 18446604465675728128 0 0 -1 1 0 0 0
[pid=31625] ppid=31592 vsize=431664 CPUtime=2.97 cores=1,3,5,7
/proc/31625/stat : 31625 (python) S 31592 31592 31060 0 -1 4202560 1019 0 0 0 149 148 0 0 15 0 1 0 658227966 442023936 31039 33554432000 4194304 5683644 140737377928880 18446744073709551615 239476715078 0 0 16781312 514 7195239280833167622 0 0 17 7 0 0 0
/proc/31625/statm: 107916 31039 371 364 0 43819 0
[pid=31627] ppid=31625 vsize=354948 CPUtime=827.25 cores=1,3,5,7
/proc/31627/stat : 31627 (cryptominisat-2) R 31625 31627 31627 0 -1 4202496 243333 0 0 0 82662 63 0 0 25 0 1 0 658227967 363466752 78353 33554432000 4194304 4677096 140734619113072 18446744073709551615 4346584 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/31627/statm: 88737 78353 392 118 0 83696 0
[pid=31685] ppid=31592 vsize=441920 CPUtime=1.95 cores=1,3,5,7
/proc/31685/stat : 31685 (python) S 31592 31592 31060 0 -1 4202560 1170 0 0 0 99 96 0 0 15 0 2 0 658257073 452526080 31073 33554432000 4194304 5683644 140737377928880 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31685/statm: 110480 31073 400 364 0 46380 0
[pid=31687] ppid=31685 vsize=331232 CPUtime=547.42 cores=1,3,5,7
/proc/31687/stat : 31687 (cryptominisat-2) R 31685 31687 31687 0 -1 4202496 193057 0 0 0 54690 52 0 0 25 0 1 0 658257074 339181568 73178 33554432000 4194304 4677096 140734491503424 18446744073709551615 4319799 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31687/statm: 82808 73178 406 118 0 77767 0
[pid=31685/tid=31691] ppid=31592 vsize=441920 CPUtime=0 cores=1,3,5,7
/proc/31685/task/31691/stat : 31691 (python) S 31592 31592 31060 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 658266954 452526080 31073 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 514 18446604466781730816 0 0 -1 1 0 0 0
[pid=31592/tid=31601] ppid=31590 vsize=452164 CPUtime=0 cores=1,3,5,7
/proc/31592/task/31601/stat : 31601 (python) S 31590 31592 31060 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 8 0 658198377 463015936 32564 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 2 18446604464307749056 0 0 -1 7 0 0 0
[pid=31592/tid=31604] ppid=31590 vsize=452164 CPUtime=0 cores=1,3,5,7
/proc/31592/task/31604/stat : 31604 (python) S 31590 31592 31060 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 8 0 658198378 463015936 32564 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 2 18446604464307749056 0 0 -1 1 0 0 0
[pid=31592/tid=31607] ppid=31590 vsize=452164 CPUtime=0 cores=1,3,5,7
/proc/31592/task/31607/stat : 31607 (python) S 31590 31592 31060 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 8 0 658198379 463015936 32564 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 2 18446604464307749056 0 0 -1 7 0 0 0
[pid=31592/tid=31610] ppid=31590 vsize=452164 CPUtime=0 cores=1,3,5,7
/proc/31592/task/31610/stat : 31610 (python) S 31590 31592 31060 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 8 0 658198380 463015936 32564 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 2 18446604464307749056 0 0 -1 1 0 0 0
[pid=31592/tid=31619] ppid=31590 vsize=452164 CPUtime=0 cores=1,3,5,7
/proc/31592/task/31619/stat : 31619 (python) S 31590 31592 31060 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 8 0 658218035 463015936 32564 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 2 18446604464307749056 0 0 -1 1 0 0 0
[pid=31592/tid=31626] ppid=31590 vsize=452164 CPUtime=0 cores=1,3,5,7
/proc/31592/task/31626/stat : 31626 (python) S 31590 31592 31060 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 8 0 658227967 463015936 32564 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 2 18446604464307749056 0 0 -1 1 0 0 0
[pid=31592/tid=31686] ppid=31590 vsize=452164 CPUtime=0 cores=1,3,5,7
/proc/31592/task/31686/stat : 31686 (python) S 31590 31592 31060 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 8 0 658257074 463015936 32564 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 2 18446604464307749056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4594.92
Current children cumulated vsize (KiB) 4904712

[startup+1198.7 s]
/proc/loadavg: 8.21 7.92 6.62 9/451 31755
/proc/meminfo: memFree=21275132/32950928 swapFree=67056568/67111528
[pid=31592] ppid=31590 vsize=452164 CPUtime=60.03 cores=1,3,5,7
/proc/31592/stat : 31592 (python) S 31590 31592 31060 0 -1 4202496 60852 933 1 0 5979 24 0 0 18 0 8 0 658192356 463015936 32564 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31592/statm: 113041 32564 1888 364 0 48941 0
[pid=31600] ppid=31592 vsize=390628 CPUtime=1.51 cores=1,3,5,7
/proc/31600/stat : 31600 (python) S 31592 31592 31060 0 -1 4202560 1196 0 0 0 73 78 0 0 19 0 2 0 658198376 400003072 31067 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31600/statm: 97657 31067 414 364 0 33575 0
[pid=31602] ppid=31600 vsize=81396 CPUtime=486.51 cores=1,3,5,7
/proc/31602/stat : 31602 (lingeling) T 31600 31602 31602 0 -1 4202496 76291 0 0 0 48641 10 0 0 25 0 1 0 658198377 83349504 19519 33554432000 4194304 4352236 140737059521712 18446744073709551615 4312774 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/31602/statm: 20349 19519 129 39 0 19429 0
[pid=31600/tid=31682] ppid=31592 vsize=390628 CPUtime=0 cores=1,3,5,7
/proc/31600/task/31682/stat : 31682 (python) S 31592 31592 31060 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658247027 400003072 31067 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 514 18446604457674983360 0 0 -1 7 0 0 0
[pid=31603] ppid=31592 vsize=390640 CPUtime=1.21 cores=1,3,5,7
/proc/31603/stat : 31603 (python) S 31592 31592 31060 0 -1 4202560 1164 0 0 0 62 59 0 0 18 0 2 0 658198377 400015360 31052 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31603/statm: 97660 31052 399 364 0 33575 0
[pid=31605] ppid=31603 vsize=92860 CPUtime=388.26 cores=1,3,5,7
/proc/31605/stat : 31605 (lingeling) T 31603 31605 31605 0 -1 4202496 91145 0 0 0 38815 11 0 0 25 0 1 0 658198378 95088640 22385 33554432000 4194304 4352236 140737409766736 18446744073709551615 4331541 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/31605/statm: 23215 22385 129 39 0 22295 0
[pid=31603/tid=31617] ppid=31592 vsize=390640 CPUtime=0 cores=1,3,5,7
/proc/31603/task/31617/stat : 31617 (python) S 31592 31592 31060 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 658218034 400015360 31052 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 514 18446604457767155584 0 0 -1 5 0 0 0
[pid=31606] ppid=31592 vsize=400896 CPUtime=3.92 cores=1,3,5,7
/proc/31606/stat : 31606 (python) S 31592 31592 31060 0 -1 4202560 1018 0 0 0 199 193 0 0 15 0 1 0 658198378 410517504 31027 33554432000 4194304 5683644 140737377928880 18446744073709551615 239476715078 0 0 16781312 514 17541634902112305416 0 0 17 3 0 0 0
/proc/31606/statm: 100224 31027 371 364 0 36136 0
[pid=31608] ppid=31606 vsize=387948 CPUtime=1127.89 cores=1,3,5,7
/proc/31608/stat : 31608 (cryptominisat-2) R 31606 31608 31608 0 -1 4202496 294609 0 0 0 112707 82 0 0 25 0 1 0 658198379 397258752 87762 33554432000 4194304 4677096 140736137528016 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/31608/statm: 96987 87762 392 118 0 91946 0
[pid=31609] ppid=31592 vsize=411152 CPUtime=2.65 cores=1,3,5,7
/proc/31609/stat : 31609 (python) R 31592 31592 31060 0 -1 4202560 1162 0 0 0 134 131 0 0 18 0 2 0 658198379 421019648 31069 33554432000 4194304 5683644 140737377928880 18446744073709551615 239476738138 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31609/statm: 102788 31069 408 364 0 38697 0
[pid=31611] ppid=31609 vsize=234472 CPUtime=852.07 cores=1,3,5,7
/proc/31611/stat : 31611 (precosat) R 31609 31611 31611 0 -1 4202496 237324 0 0 0 85159 48 0 0 25 0 1 0 658198380 240099328 57110 33554432000 4194304 4890832 140735864369984 18446744073709551615 4458824 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/31611/statm: 58618 57110 86 171 0 58445 0
[pid=31609/tid=31674] ppid=31592 vsize=411152 CPUtime=0 cores=1,3,5,7
/proc/31609/task/31674/stat : 31674 (python) S 31592 31592 31060 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658237902 421019648 31069 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 514 18446604462218965440 0 0 -1 5 0 0 0
[pid=31618] ppid=31592 vsize=421408 CPUtime=0.93 cores=1,3,5,7
/proc/31618/stat : 31618 (python) S 31592 31592 31060 0 -1 4202560 1158 0 0 0 46 47 0 0 18 0 2 0 658218035 431521792 31064 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31618/statm: 105352 31064 399 364 0 41258 0
[pid=31620] ppid=31618 vsize=81384 CPUtime=291.16 cores=1,3,5,7
/proc/31620/stat : 31620 (lingeling) T 31618 31620 31620 0 -1 4202496 68100 0 0 0 29107 9 0 0 25 0 1 0 658218035 83337216 19516 33554432000 4194304 4352236 140733543082624 18446744073709551615 4231080 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/31620/statm: 20346 19516 129 39 0 19426 0
[pid=31618/tid=31624] ppid=31592 vsize=421408 CPUtime=0 cores=1,3,5,7
/proc/31618/task/31624/stat : 31624 (python) S 31592 31592 31060 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 658227966 431521792 31064 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 514 18446604465675728128 0 0 -1 1 0 0 0
[pid=31625] ppid=31592 vsize=431664 CPUtime=2.97 cores=1,3,5,7
/proc/31625/stat : 31625 (python) S 31592 31592 31060 0 -1 4202560 1019 0 0 0 149 148 0 0 15 0 1 0 658227966 442023936 31039 33554432000 4194304 5683644 140737377928880 18446744073709551615 239476715078 0 0 16781312 514 7195239280833167622 0 0 17 7 0 0 0
/proc/31625/statm: 107916 31039 371 364 0 43819 0
[pid=31627] ppid=31625 vsize=354948 CPUtime=827.65 cores=1,3,5,7
/proc/31627/stat : 31627 (cryptominisat-2) R 31625 31627 31627 0 -1 4202496 243353 0 0 0 82702 63 0 0 25 0 1 0 658227967 363466752 78373 33554432000 4194304 4677096 140734619113072 18446744073709551615 4319770 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/31627/statm: 88737 78373 392 118 0 83696 0
[pid=31685] ppid=31592 vsize=441920 CPUtime=1.97 cores=1,3,5,7
/proc/31685/stat : 31685 (python) S 31592 31592 31060 0 -1 4202560 1170 0 0 0 101 96 0 0 15 0 2 0 658257073 452526080 31073 33554432000 4194304 5683644 140737377928880 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31685/statm: 110480 31073 400 364 0 46380 0
[pid=31687] ppid=31685 vsize=331232 CPUtime=547.78 cores=1,3,5,7
/proc/31687/stat : 31687 (cryptominisat-2) R 31685 31687 31687 0 -1 4202496 193084 0 0 0 54726 52 0 0 25 0 1 0 658257074 339181568 73205 33554432000 4194304 4677096 140734491503424 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31687/statm: 82808 73205 406 118 0 77767 0
[pid=31685/tid=31691] ppid=31592 vsize=441920 CPUtime=0 cores=1,3,5,7
/proc/31685/task/31691/stat : 31691 (python) S 31592 31592 31060 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 658266954 452526080 31073 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 514 18446604466781730816 0 0 -1 1 0 0 0
[pid=31592/tid=31601] ppid=31590 vsize=452164 CPUtime=0 cores=1,3,5,7
/proc/31592/task/31601/stat : 31601 (python) S 31590 31592 31060 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 8 0 658198377 463015936 32564 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 2 18446604464307749056 0 0 -1 7 0 0 0
[pid=31592/tid=31604] ppid=31590 vsize=452164 CPUtime=0 cores=1,3,5,7
/proc/31592/task/31604/stat : 31604 (python) S 31590 31592 31060 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 8 0 658198378 463015936 32564 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 2 18446604464307749056 0 0 -1 1 0 0 0
[pid=31592/tid=31607] ppid=31590 vsize=452164 CPUtime=0 cores=1,3,5,7
/proc/31592/task/31607/stat : 31607 (python) S 31590 31592 31060 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 8 0 658198379 463015936 32564 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 2 18446604464307749056 0 0 -1 7 0 0 0
[pid=31592/tid=31610] ppid=31590 vsize=452164 CPUtime=0 cores=1,3,5,7
/proc/31592/task/31610/stat : 31610 (python) S 31590 31592 31060 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 8 0 658198380 463015936 32564 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 2 18446604464307749056 0 0 -1 1 0 0 0
[pid=31592/tid=31619] ppid=31590 vsize=452164 CPUtime=0 cores=1,3,5,7
/proc/31592/task/31619/stat : 31619 (python) S 31590 31592 31060 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 8 0 658218035 463015936 32564 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 2 18446604464307749056 0 0 -1 1 0 0 0
[pid=31592/tid=31626] ppid=31590 vsize=452164 CPUtime=0 cores=1,3,5,7
/proc/31592/task/31626/stat : 31626 (python) S 31590 31592 31060 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 8 0 658227967 463015936 32564 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 2 18446604464307749056 0 0 -1 1 0 0 0
[pid=31592/tid=31686] ppid=31590 vsize=452164 CPUtime=0 cores=1,3,5,7
/proc/31592/task/31686/stat : 31686 (python) S 31590 31592 31060 0 -1 4202560 27 933 0 0 0 0 0 0 18 0 8 0 658257074 463015936 32564 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 2 18446604464307749056 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4596.51
Current children cumulated vsize (KiB) 4904712

[startup+1198.8 s]
/proc/loadavg: 8.21 7.92 6.62 9/451 31755
/proc/meminfo: memFree=21275132/32950928 swapFree=67056568/67111528
[pid=31592] ppid=31590 vsize=452088 CPUtime=4596.91 cores=1,3,5,7
/proc/31592/stat : 31592 (python) R 31590 31592 31060 0 -1 4202496 65428 1212956 1 0 5981 24 452644 1042 17 0 6 0 658192356 462938112 32554 33554432000 4194304 5683644 140737377928880 18446744073709551615 239476350391 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31592/statm: 113022 32554 1878 364 0 48941 0
[pid=31592/tid=31604] ppid=31590 vsize=452088 CPUtime=4536.86 cores=1,3,5,7
/proc/31592/task/31604/stat : 31604 (python) S 31590 31592 31060 0 -1 4202560 26 1212956 0 0 0 0 452644 1042 18 0 6 0 658198378 462938112 32554 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 0 18446604464307749056 0 0 -1 3 0 0 0
[pid=31592/tid=31610] ppid=31590 vsize=452088 CPUtime=4536.86 cores=1,3,5,7
/proc/31592/task/31610/stat : 31610 (python) S 31590 31592 31060 0 -1 4202560 34 1212956 0 0 0 0 452644 1042 18 0 6 0 658198380 462938112 32554 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 0 18446604464307749056 0 0 -1 7 0 0 0
[pid=31592/tid=31619] ppid=31590 vsize=452088 CPUtime=4536.86 cores=1,3,5,7
/proc/31592/task/31619/stat : 31619 (python) S 31590 31592 31060 0 -1 4202560 36 1212956 0 0 0 0 452644 1042 18 0 6 0 658218035 462938112 32554 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 0 18446604464307749056 0 0 -1 7 0 0 0
[pid=31592/tid=31626] ppid=31590 vsize=452088 CPUtime=4536.86 cores=1,3,5,7
/proc/31592/task/31626/stat : 31626 (python) S 31590 31592 31060 0 -1 4202560 30 1212956 0 0 0 0 452644 1042 18 0 6 0 658227967 462938112 32554 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 0 18446604464307749056 0 0 -1 7 0 0 0
[pid=31592/tid=31686] ppid=31590 vsize=452088 CPUtime=4536.86 cores=1,3,5,7
/proc/31592/task/31686/stat : 31686 (python) S 31590 31592 31060 0 -1 4202560 27 1212956 0 0 0 0 452644 1042 18 0 6 0 658257074 462938112 32554 33554432000 4194304 5683644 140737377928880 18446744073709551615 239488518577 0 0 16781312 0 18446604464307749056 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4596.91
Current children cumulated vsize (KiB) 452088

Child status: 0
Real time (s): 1198.83
CPU time (s): 4596.96
CPU user time (s): 4586.28
CPU system time (s): 10.6804
CPU usage (%): 383.454
Max. virtual memory (cumulated for all children) (KiB): 5051124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4586.28
system time used= 10.6804
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1289126
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= 9155
involuntary context switches= 24360

runsolver used 5.9411 second user time and 12.2101 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-15 15:25:53
IDJOB=3378793
IDBENCH=82493
IDSOLVER=1860
FILE ID=node148/3378793-1305465952
RUNJOBID= node148-1305463368-31079
PBS_JOBID= 13324994
Free space on /tmp= 72508 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378793-1305465952/watcher-3378793-1305465952 -o /tmp/evaluation-result-3378793-1305465952/solver-3378793-1305465952 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378793-1305465952.cnf -seed 945252387 -budget 4800 -cores 4

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

MD5SUM BENCH= 7886cd26d6e0801ea382a1ffd6224023
RANDOM SEED=945252387

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:      20069608 kB
Buffers:        342124 kB
Cached:        5312612 kB
SwapCached:       8488 kB
Active:        9228088 kB
Inactive:      3284772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20069608 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           41948 kB
Writeback:           0 kB
AnonPages:     6855956 kB
Mapped:          37576 kB
Slab:           259880 kB
PageTables:      42708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 107788384 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= 72784 MiB
End job on node148 at 2011-05-15 15:45:52