Trace number 3317736

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-industrialUNSAT 3940.18 998.875

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
MD5SUMee159af2e208d290f7f3fefd15c344f2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark731.23
Satisfiable
(Un)Satisfiability was proved
Number of variables44692
Number of clauses129620
Sum of the clauses size302444
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 286412
Number of clauses of size 343206
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.30/0.49	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.30/0.49	c INFO: solving HOME/instance-3317736-1304269526.cnf
0.30/0.49	c INFO: computing task features
0.68/0.86	c INFO: computed variable-clause graph statistics
0.68/0.88	c INFO: computed clause balance statistics
2.78/2.97	c INFO: computed variable balance statistics
4.38/4.51	c INFO: computed small-clause counts
4.38/4.53	c INFO: computed Horn-clause counts
6.78/6.96	c INFO: computed variable graph statistics
6.78/6.96	c INFO: collected features for HOME/instance-3317736-1304269526.cnf in 6.45 s
6.78/6.99	c INFO: running lingeling-276@0 for 97 with 4793 remaining (b = 0.34)
6.87/7.01	c INFO: running cryptominisat-2.9.0@0 for 485 with 4793 remaining (b = 0.33)
6.87/7.03	c INFO: running lingeling-276@0 for 1261 with 4793 remaining (b = 0.48)
6.87/7.06	c INFO: running lingeling-276@0 for 1261 with 4793 remaining (b = 0.42)
414.89/114.73	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4685 remaining (b = 0.50)
1977.14/507.31	c INFO: running lingeling-276@0 for 97 with 4293 remaining (b = 0.08)
2360.89/603.46	c INFO: running lingeling-276@96 for 97 with 4197 remaining (b = 0.08)
2737.10/697.60	c INFO: running lingeling-276@189 for 97 with 4102 remaining (b = 0.08)
3140.82/798.74	c INFO: running SApperloT@0 for 97 with 4001 remaining (b = 0.12)
3540.91/898.90	c INFO: running precosat-570@0 for 291 with 3901 remaining (b = 0.19)
3939.83/998.85	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317736-1304269526/watcher-3317736-1304269526 -o /tmp/evaluation-result-3317736-1304269526/solver-3317736-1304269526 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317736-1304269526.cnf -seed 432412981 -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: 2.79 3.27 4.14 1/195 10444
/proc/meminfo: memFree=28218052/32951132 swapFree=67111356/67111528
[pid=10444] ppid=10442 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/10444/stat : 10444 (python) S 10442 10444 9915 0 -1 4202496 811 0 0 0 0 0 0 0 17 0 1 0 538552250 15753216 696 33554432000 4194304 5683644 140734887954064 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 1 0 0 0
/proc/10444/statm: 3846 696 334 364 0 333 0

[startup+0.0529991 s]
/proc/loadavg: 2.79 3.27 4.14 1/195 10444
/proc/meminfo: memFree=28218052/32951132 swapFree=67111356/67111528
[pid=10444] ppid=10442 vsize=29792 CPUtime=0.03 cores=1,3,5,7
/proc/10444/stat : 10444 (python) S 10442 10444 9915 0 -1 4202496 1456 0 0 0 3 0 0 0 17 0 1 0 538552250 30507008 1296 33554432000 4194304 5683644 140734887954064 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 1 0 0 0
/proc/10444/statm: 7448 1296 443 364 0 818 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29792

[startup+0.100952 s]
/proc/loadavg: 2.79 3.27 4.14 1/195 10444
/proc/meminfo: memFree=28218052/32951132 swapFree=67111356/67111528
[pid=10444] ppid=10442 vsize=101744 CPUtime=0.06 cores=1,3,5,7
/proc/10444/stat : 10444 (python) S 10442 10444 9915 0 -1 4202496 2932 0 0 0 5 1 0 0 17 0 1 0 538552250 104185856 2626 33554432000 4194304 5683644 140734887954064 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 1 0 0 0
/proc/10444/statm: 25436 2626 837 364 0 1736 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 101744

[startup+0.301028 s]
/proc/loadavg: 2.79 3.27 4.14 1/195 10444
/proc/meminfo: memFree=28218052/32951132 swapFree=67111356/67111528
[pid=10444] ppid=10442 vsize=154348 CPUtime=0.21 cores=1,3,5,7
/proc/10444/stat : 10444 (python) S 10442 10444 9915 0 -1 4202496 6349 935 1 0 16 5 0 0 17 0 1 0 538552250 158052352 4474 33554432000 4194304 5683644 140734887954064 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 7 0 0 0
/proc/10444/statm: 38587 4474 1250 364 0 3215 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 154348

[startup+0.700803 s]
/proc/loadavg: 2.79 3.27 4.14 1/195 10444
/proc/meminfo: memFree=28218052/32951132 swapFree=67111356/67111528
[pid=10444] ppid=10442 vsize=293520 CPUtime=0.58 cores=1,3,5,7
/proc/10444/stat : 10444 (python) R 10442 10444 9915 0 -1 4202496 12951 935 1 0 48 10 0 0 17 0 1 0 538552250 300564480 10629 33554432000 4194304 5683644 140734887954064 18446744073709551615 4602336 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/10444/statm: 73380 10629 1761 364 0 9304 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 293520

[startup+1.5007 s]
/proc/loadavg: 2.79 3.27 4.14 2/196 10449
/proc/meminfo: memFree=28170296/32951132 swapFree=67111356/67111528
[pid=10444] ppid=10442 vsize=304380 CPUtime=1.38 cores=1,3,5,7
/proc/10444/stat : 10444 (python) R 10442 10444 9915 0 -1 4202496 18697 935 1 0 127 11 0 0 18 0 1 0 538552250 311685120 13479 33554432000 4194304 5683644 140734887954064 18446744073709551615 4602436 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/10444/statm: 76095 13479 1826 364 0 12019 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 304380

[startup+3.10043 s]
/proc/loadavg: 2.79 3.27 4.14 2/196 10449
/proc/meminfo: memFree=28168560/32951132 swapFree=67111356/67111528
[pid=10444] ppid=10442 vsize=304380 CPUtime=2.98 cores=1,3,5,7
/proc/10444/stat : 10444 (python) R 10442 10444 9915 0 -1 4202496 18698 935 1 0 287 11 0 0 21 0 1 0 538552250 311685120 13480 33554432000 4194304 5683644 140734887954064 18446744073709551615 274668217001 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/10444/statm: 76095 13480 1827 364 0 12019 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 304380

[startup+6.30088 s]
/proc/loadavg: 2.73 3.25 4.13 2/196 10449
/proc/meminfo: memFree=28169068/32951132 swapFree=67111356/67111528
[pid=10444] ppid=10442 vsize=304380 CPUtime=6.18 cores=1,3,5,7
/proc/10444/stat : 10444 (python) R 10442 10444 9915 0 -1 4202496 18704 935 1 0 607 11 0 0 25 0 1 0 538552250 311685120 13486 33554432000 4194304 5683644 140734887954064 18446744073709551615 47224342898828 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/10444/statm: 76095 13486 1833 364 0 12019 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 304380

[startup+12.7007 s]
/proc/loadavg: 2.91 3.27 4.13 1/208 10462
/proc/meminfo: memFree=28153348/32951132 swapFree=67111356/67111528
[pid=10444] ppid=10442 vsize=343428 CPUtime=6.93 cores=1,3,5,7
/proc/10444/stat : 10444 (python) S 10442 10444 9915 0 -1 4202496 21422 935 1 0 681 12 0 0 24 0 5 0 538552250 351670272 13053 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10444/statm: 85857 13053 1881 364 0 21766 0
[pid=10451] ppid=10444 vsize=302416 CPUtime=0 cores=1,3,5,7
/proc/10451/stat : 10451 (python) S 10444 10444 9915 0 -1 4202560 787 0 0 0 0 0 0 0 18 0 1 0 538552949 309673984 11507 33554432000 4194304 5683644 140734887954064 18446744073709551615 274664828431 0 0 16781312 514 1088890074868744191 0 0 17 7 0 0 0
/proc/10451/statm: 75604 11507 351 364 0 11522 0
[pid=10453] ppid=10451 vsize=10828 CPUtime=0.15 cores=1,3,5,7
/proc/10453/stat : 10453 (lingeling) R 10451 10453 10453 0 -1 4202496 2497 0 0 0 15 0 0 0 18 0 1 0 538552949 11087872 1883 33554432000 4194304 4352236 140736516686256 18446744073709551615 4233979 0 0 16781312 17506 0 0 0 17 1 0 0 537
/proc/10453/statm: 2707 1883 110 39 0 1787 0
[pid=10454] ppid=10444 vsize=312672 CPUtime=0 cores=1,3,5,7
/proc/10454/stat : 10454 (python) S 10444 10444 9915 0 -1 4202560 902 0 0 0 0 0 0 0 15 0 1 0 538552952 320176128 11529 33554432000 4194304 5683644 140734887954064 18446744073709551615 274664828486 0 0 16781312 514 5601795019468931336 0 0 17 5 0 0 0
/proc/10454/statm: 78168 11529 369 364 0 14083 0
[pid=10456] ppid=10454 vsize=48608 CPUtime=0.14 cores=1,3,5,7
/proc/10456/stat : 10456 (cryptominisat-2) R 10454 10456 10456 0 -1 4202496 6375 0 0 0 14 0 0 0 18 0 1 0 538552952 49774592 5028 33554432000 4194304 4677096 140733516956656 18446744073709551615 4318908 0 0 16781312 2 0 0 0 17 5 0 0 536
/proc/10456/statm: 12152 5028 354 118 0 7111 0
[pid=10457] ppid=10444 vsize=322928 CPUtime=0 cores=1,3,5,7
/proc/10457/stat : 10457 (python) S 10444 10444 9915 0 -1 4202560 924 0 0 0 0 0 0 0 18 0 1 0 538552954 330678272 11533 33554432000 4194304 5683644 140734887954064 18446744073709551615 274664828486 0 0 16781312 514 4512399847856242948 0 0 17 7 0 0 0
/proc/10457/statm: 80732 11533 369 364 0 16644 0
[pid=10459] ppid=10457 vsize=10828 CPUtime=0.09 cores=1,3,5,7
/proc/10459/stat : 10459 (lingeling) R 10457 10459 10459 0 -1 4202496 2500 0 0 0 9 0 0 0 18 0 1 0 538552954 11087872 1884 33554432000 4194304 4352236 140737399786160 18446744073709551615 4210310 0 0 16781312 17506 0 0 0 17 3 0 0 534
/proc/10459/statm: 2707 1884 110 39 0 1787 0
[pid=10460] ppid=10444 vsize=333184 CPUtime=0 cores=1,3,5,7
/proc/10460/stat : 10460 (python) S 10444 10444 9915 0 -1 4202560 927 0 0 0 0 0 0 0 18 0 1 0 538552956 341180416 11537 33554432000 4194304 5683644 140734887954064 18446744073709551615 274664828486 0 0 16781312 514 16661307618798567688 0 0 17 5 0 0 0
/proc/10460/statm: 83296 11537 369 364 0 19205 0
[pid=10462] ppid=10460 vsize=10828 CPUtime=0.15 cores=1,3,5,7
/proc/10462/stat : 10462 (lingeling) R 10460 10462 10462 0 -1 4202496 2502 0 0 0 15 0 0 0 18 0 1 0 538552957 11087872 1884 33554432000 4194304 4352236 140736170816928 18446744073709551615 4233979 0 0 16781312 17506 0 0 0 17 7 0 0 530
/proc/10462/statm: 2707 1884 110 39 0 1787 0
[pid=10444/tid=10452] ppid=10442 vsize=343428 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10452/stat : 10452 (python) S 10442 10444 9915 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 538552949 351670272 13053 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 1 0 0 0
[pid=10444/tid=10455] ppid=10442 vsize=343428 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10455/stat : 10455 (python) S 10442 10444 9915 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 538552952 351670272 13053 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 5 0 0 0
[pid=10444/tid=10458] ppid=10442 vsize=343428 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10458/stat : 10458 (python) S 10442 10444 9915 0 -1 4202560 24 935 0 0 0 0 0 0 22 0 5 0 538552954 351670272 13053 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 7 0 0 0
[pid=10444/tid=10461] ppid=10442 vsize=343428 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10461/stat : 10461 (python) S 10442 10444 9915 0 -1 4202560 26 935 0 0 0 0 0 0 24 0 5 0 538552957 351670272 13053 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 1695720
heavy processes:

[startup+25.5015 s]
/proc/loadavg: 3.22 3.33 4.13 5/208 10464
/proc/meminfo: memFree=28005564/32951132 swapFree=67111356/67111528
[pid=10444] ppid=10442 vsize=343428 CPUtime=6.93 cores=1,3,5,7
/proc/10444/stat : 10444 (python) S 10442 10444 9915 0 -1 4202496 21422 935 1 0 681 12 0 0 24 0 5 0 538552250 351670272 13053 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10444/statm: 85857 13053 1881 364 0 21766 0
[pid=10451] ppid=10444 vsize=302416 CPUtime=0 cores=1,3,5,7
/proc/10451/stat : 10451 (python) S 10444 10444 9915 0 -1 4202560 986 0 0 0 0 0 0 0 18 0 1 0 538552949 309673984 11537 33554432000 4194304 5683644 140734887954064 18446744073709551615 274664828431 0 0 16781312 514 4838396519981744390 0 0 17 7 0 0 0
/proc/10451/statm: 75604 11537 381 364 0 11522 0
[pid=10453] ppid=10451 vsize=15968 CPUtime=12.96 cores=1,3,5,7
/proc/10453/stat : 10453 (lingeling) R 10451 10453 10453 0 -1 4202496 5928 0 0 0 1295 1 0 0 25 0 1 0 538552949 16351232 3161 33554432000 4194304 4352236 140736516686256 18446744073709551615 4278099 0 0 16781312 17506 0 0 0 17 1 0 0 537
/proc/10453/statm: 3992 3161 129 39 0 3072 0
[pid=10454] ppid=10444 vsize=312672 CPUtime=0.02 cores=1,3,5,7
/proc/10454/stat : 10454 (python) S 10444 10444 9915 0 -1 4202560 914 0 0 0 1 1 0 0 15 0 1 0 538552952 320176128 11530 33554432000 4194304 5683644 140734887954064 18446744073709551615 274664828486 0 0 16781312 514 17139481927183466760 0 0 17 5 0 0 0
/proc/10454/statm: 78168 11530 370 364 0 14083 0
[pid=10456] ppid=10454 vsize=149124 CPUtime=12.91 cores=1,3,5,7
/proc/10456/stat : 10456 (cryptominisat-2) R 10454 10456 10456 0 -1 4202496 32182 0 0 0 1285 6 0 0 25 0 1 0 538552952 152702976 28316 33554432000 4194304 4677096 140733516956656 18446744073709551615 4319581 0 0 16781312 2 0 0 0 17 5 0 0 536
/proc/10456/statm: 37281 28316 392 118 0 32240 0
[pid=10457] ppid=10444 vsize=322928 CPUtime=0.02 cores=1,3,5,7
/proc/10457/stat : 10457 (python) S 10444 10444 9915 0 -1 4202560 933 0 0 0 1 1 0 0 18 0 1 0 538552954 330678272 11534 33554432000 4194304 5683644 140734887954064 18446744073709551615 274664828486 0 0 16781312 514 4838396519981744388 0 0 17 7 0 0 0
/proc/10457/statm: 80732 11534 370 364 0 16644 0
[pid=10459] ppid=10457 vsize=15944 CPUtime=12.9 cores=1,3,5,7
/proc/10459/stat : 10459 (lingeling) R 10457 10459 10459 0 -1 4202496 6863 0 0 0 1289 1 0 0 25 0 1 0 538552954 16326656 3156 33554432000 4194304 4352236 140737399786160 18446744073709551615 4222554 0 0 16781312 17506 0 0 0 17 3 0 0 534
/proc/10459/statm: 3986 3156 129 39 0 3066 0
[pid=10460] ppid=10444 vsize=333184 CPUtime=0.01 cores=1,3,5,7
/proc/10460/stat : 10460 (python) S 10444 10444 9915 0 -1 4202560 933 0 0 0 0 1 0 0 18 0 1 0 538552956 341180416 11538 33554432000 4194304 5683644 140734887954064 18446744073709551615 274664828486 0 0 16781312 514 4838396519981744392 0 0 17 5 0 0 0
/proc/10460/statm: 83296 11538 370 364 0 19205 0
[pid=10462] ppid=10460 vsize=16160 CPUtime=12.84 cores=1,3,5,7
/proc/10462/stat : 10462 (lingeling) R 10460 10462 10462 0 -1 4202496 5982 0 0 0 1284 0 0 0 25 0 1 0 538552957 16547840 3210 33554432000 4194304 4352236 140736170816928 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 7 0 0 530
/proc/10462/statm: 4040 3210 129 39 0 3120 0
[pid=10444/tid=10452] ppid=10442 vsize=343428 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10452/stat : 10452 (python) S 10442 10444 9915 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 5 0 538552949 351670272 13053 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 1 0 0 0
[pid=10444/tid=10455] ppid=10442 vsize=343428 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10455/stat : 10455 (python) S 10442 10444 9915 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 538552952 351670272 13053 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 5 0 0 0
[pid=10444/tid=10458] ppid=10442 vsize=343428 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10458/stat : 10458 (python) S 10442 10444 9915 0 -1 4202560 24 935 0 0 0 0 0 0 22 0 5 0 538552954 351670272 13053 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 7 0 0 0
[pid=10444/tid=10461] ppid=10442 vsize=343428 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10461/stat : 10461 (python) S 10442 10444 9915 0 -1 4202560 26 935 0 0 0 0 0 0 24 0 5 0 538552957 351670272 13053 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 58.59
Current children cumulated vsize (KiB) 1811824

[startup+51.1011 s]
/proc/loadavg: 3.48 3.38 4.13 5/208 10465
/proc/meminfo: memFree=27970400/32951132 swapFree=67111356/67111528
[pid=10444] ppid=10442 vsize=343428 CPUtime=6.93 cores=1,3,5,7
/proc/10444/stat : 10444 (python) S 10442 10444 9915 0 -1 4202496 21422 935 1 0 681 12 0 0 24 0 5 0 538552250 351670272 13053 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10444/statm: 85857 13053 1881 364 0 21766 0
[pid=10451] ppid=10444 vsize=302416 CPUtime=0.05 cores=1,3,5,7
/proc/10451/stat : 10451 (python) S 10444 10444 9915 0 -1 4202560 1002 0 0 0 3 2 0 0 18 0 1 0 538552949 309673984 11537 33554432000 4194304 5683644 140734887954064 18446744073709551615 274664828431 0 0 16781312 514 4838396519981744390 0 0 17 7 0 0 0
/proc/10451/statm: 75604 11537 381 364 0 11522 0
[pid=10453] ppid=10451 vsize=23904 CPUtime=38.55 cores=1,3,5,7
/proc/10453/stat : 10453 (lingeling) R 10451 10453 10453 0 -1 4202496 7913 0 0 0 3854 1 0 0 25 0 1 0 538552949 24477696 5145 33554432000 4194304 4352236 140736516686256 18446744073709551615 4280948 0 0 16781312 17506 0 0 0 17 1 0 0 537
/proc/10453/statm: 5976 5145 129 39 0 5056 0
[pid=10454] ppid=10444 vsize=312672 CPUtime=0.07 cores=1,3,5,7
/proc/10454/stat : 10454 (python) S 10444 10444 9915 0 -1 4202560 936 0 0 0 4 3 0 0 15 0 1 0 538552952 320176128 11530 33554432000 4194304 5683644 140734887954064 18446744073709551615 274664828486 0 0 16781312 514 17139481927183466760 0 0 17 5 0 0 0
/proc/10454/statm: 78168 11530 370 364 0 14083 0
[pid=10456] ppid=10454 vsize=161412 CPUtime=38.43 cores=1,3,5,7
/proc/10456/stat : 10456 (cryptominisat-2) R 10454 10456 10456 0 -1 4202496 42813 0 0 0 3833 10 0 0 25 0 1 0 538552952 165285888 31596 33554432000 4194304 4677096 140733516956656 18446744073709551615 4237775 0 0 16781312 2 0 0 0 17 5 0 0 536
/proc/10456/statm: 40353 31596 392 118 0 35312 0
[pid=10457] ppid=10444 vsize=322928 CPUtime=0.04 cores=1,3,5,7
/proc/10457/stat : 10457 (python) S 10444 10444 9915 0 -1 4202560 944 0 0 0 2 2 0 0 18 0 1 0 538552954 330678272 11534 33554432000 4194304 5683644 140734887954064 18446744073709551615 274664828486 0 0 16781312 514 4838396519981744388 0 0 17 7 0 0 0
/proc/10457/statm: 80732 11534 370 364 0 16644 0
[pid=10459] ppid=10457 vsize=26188 CPUtime=38.49 cores=1,3,5,7
/proc/10459/stat : 10459 (lingeling) R 10457 10459 10459 0 -1 4202496 10194 0 0 0 3848 1 0 0 25 0 1 0 538552954 26816512 5717 33554432000 4194304 4352236 140737399786160 18446744073709551615 4235610 0 0 16781312 17506 0 0 0 17 3 0 0 534
/proc/10459/statm: 6547 5717 129 39 0 5627 0
[pid=10460] ppid=10444 vsize=333184 CPUtime=0.05 cores=1,3,5,7
/proc/10460/stat : 10460 (python) S 10444 10444 9915 0 -1 4202560 942 0 0 0 2 3 0 0 18 0 1 0 538552956 341180416 11538 33554432000 4194304 5683644 140734887954064 18446744073709551615 274664828486 0 0 16781312 514 4838396519981744392 0 0 17 5 0 0 0

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

/proc/10536/statm: 88424 11576 399 364 0 24327 0
[pid=10538] ppid=10536 vsize=131692 CPUtime=99.69 cores=1,3,5,7
/proc/10538/stat : 10538 (SApperloT-base) T 10536 10538 10538 0 -1 4202496 32703 0 0 0 9958 11 0 0 25 0 1 0 538632126 134852608 32258 33554432000 134512640 135674940 4289090160 18446744073709551615 134551170 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/10538/statm: 32923 32258 100 284 0 32637 0
[pid=10536/tid=10546] ppid=10444 vsize=353696 CPUtime=0 cores=1,3,5,7
/proc/10536/task/10546/stat : 10546 (python) S 10444 10444 9915 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538642138 362184704 11576 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 514 18446604470987089216 0 0 -1 5 0 0 0
[pid=10547] ppid=10444 vsize=363952 CPUtime=0.13 cores=1,3,5,7
/proc/10547/stat : 10547 (python) S 10444 10444 9915 0 -1 4202560 964 0 0 0 7 6 0 0 18 0 1 0 538642140 372686848 11550 33554432000 4194304 5683644 140734887954064 18446744073709551615 274664828486 0 0 16781312 514 4838396519981744391 0 0 17 5 0 0 0
/proc/10547/statm: 90988 11550 370 364 0 26888 0
[pid=10549] ppid=10547 vsize=61856 CPUtime=98.93 cores=1,3,5,7
/proc/10549/stat : 10549 (precosat) R 10547 10549 10549 0 -1 4202496 29523 0 0 0 9891 2 0 0 25 0 1 0 538642141 63340544 14918 33554432000 4194304 4890832 140737256810272 18446744073709551615 4238505 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/10549/statm: 15464 14918 86 171 0 15291 0
[pid=10444/tid=10452] ppid=10442 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10452/stat : 10452 (python) S 10442 10444 9915 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 8 0 538552949 383176704 13072 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 1 0 0 0
[pid=10444/tid=10455] ppid=10442 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10455/stat : 10455 (python) S 10442 10444 9915 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 8 0 538552952 383176704 13072 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 5 0 0 0
[pid=10444/tid=10458] ppid=10442 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10458/stat : 10458 (python) S 10442 10444 9915 0 -1 4202560 24 935 0 0 0 0 0 0 22 0 8 0 538552954 383176704 13072 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 7 0 0 0
[pid=10444/tid=10461] ppid=10442 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10461/stat : 10461 (python) S 10442 10444 9915 0 -1 4202560 26 935 0 0 0 0 0 0 24 0 8 0 538552957 383176704 13072 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 5 0 0 0
[pid=10444/tid=10470] ppid=10442 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10470/stat : 10470 (python) S 10442 10444 9915 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 8 0 538563724 383176704 13072 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 5 0 0 0
[pid=10444/tid=10537] ppid=10442 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10537/stat : 10537 (python) S 10442 10444 9915 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 8 0 538632125 383176704 13072 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 5 0 0 0
[pid=10444/tid=10548] ppid=10442 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10548/stat : 10548 (python) S 10442 10444 9915 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 8 0 538642141 383176704 13072 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3937.82
Current children cumulated vsize (KiB) 3569456

[startup+998.702 s]
/proc/loadavg: 8.12 7.58 6.05 9/227 10553
/proc/meminfo: memFree=26424708/32951132 swapFree=67111356/67111528
[pid=10444] ppid=10442 vsize=374196 CPUtime=7.07 cores=1,3,5,7
/proc/10444/stat : 10444 (python) S 10442 10444 9915 0 -1 4202496 23983 935 1 0 694 13 0 0 19 0 8 0 538552250 383176704 13072 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10444/statm: 93549 13072 1888 364 0 29449 0
[pid=10451] ppid=10444 vsize=312660 CPUtime=0.54 cores=1,3,5,7
/proc/10451/stat : 10451 (python) S 10444 10444 9915 0 -1 4202560 1214 0 0 0 28 26 0 0 18 0 2 0 538552949 320163840 11576 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/10451/statm: 78165 11576 415 364 0 14083 0
[pid=10453] ppid=10451 vsize=33696 CPUtime=392.96 cores=1,3,5,7
/proc/10453/stat : 10453 (lingeling) T 10451 10453 10453 0 -1 4202496 34810 0 0 0 39292 4 0 0 25 0 1 0 538552949 34504704 7593 33554432000 4194304 4352236 140736516686256 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 537
/proc/10453/statm: 8424 7593 129 39 0 7504 0
[pid=10451/tid=10468] ppid=10444 vsize=312660 CPUtime=0 cores=1,3,5,7
/proc/10451/task/10468/stat : 10468 (python) S 10444 10444 9915 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 538563721 320163840 11576 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 514 18446604457461187520 0 0 -1 7 0 0 0
[pid=10454] ppid=10444 vsize=312672 CPUtime=0.76 cores=1,3,5,7
/proc/10454/stat : 10454 (python) S 10444 10444 9915 0 -1 4202560 1146 0 0 0 40 36 0 0 16 0 2 0 538552952 320176128 11560 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/10454/statm: 78168 11560 399 364 0 14083 0
[pid=10456] ppid=10454 vsize=245004 CPUtime=491.59 cores=1,3,5,7
/proc/10456/stat : 10456 (cryptominisat-2) T 10454 10456 10456 0 -1 4202496 160826 0 0 0 49082 77 0 0 25 0 1 0 538552952 250884096 53238 33554432000 4194304 4677096 140733516956656 18446744073709551615 4320307 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 536
/proc/10456/statm: 61251 53238 392 118 0 56210 0
[pid=10454/tid=10528] ppid=10444 vsize=312672 CPUtime=0 cores=1,3,5,7
/proc/10454/task/10528/stat : 10528 (python) S 10444 10444 9915 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 538602980 320176128 11560 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 514 18446604461086920832 0 0 -1 5 0 0 0
[pid=10457] ppid=10444 vsize=322928 CPUtime=1.34 cores=1,3,5,7
/proc/10457/stat : 10457 (python) S 10444 10444 9915 0 -1 4202560 1001 0 0 0 71 63 0 0 18 0 1 0 538552954 330678272 11534 33554432000 4194304 5683644 140734887954064 18446744073709551615 274664828486 0 0 16781312 514 4838396519981744388 0 0 17 7 0 0 0
/proc/10457/statm: 80732 11534 370 364 0 16644 0
[pid=10459] ppid=10457 vsize=56992 CPUtime=985.89 cores=1,3,5,7
/proc/10459/stat : 10459 (lingeling) R 10457 10459 10459 0 -1 4202496 88613 0 0 0 98577 12 0 0 25 0 1 0 538552954 58359808 13418 33554432000 4194304 4352236 140737399786160 18446744073709551615 4328854 0 0 16781312 17506 0 0 0 17 3 0 0 534
/proc/10459/statm: 14248 13418 129 39 0 13328 0
[pid=10460] ppid=10444 vsize=333184 CPUtime=1.33 cores=1,3,5,7
/proc/10460/stat : 10460 (python) S 10444 10444 9915 0 -1 4202560 1001 0 0 0 66 67 0 0 18 0 1 0 538552956 341180416 11538 33554432000 4194304 5683644 140734887954064 18446744073709551615 274664828486 0 0 16781312 514 4838396519981744392 0 0 17 5 0 0 0
/proc/10460/statm: 83296 11538 370 364 0 19205 0
[pid=10462] ppid=10460 vsize=55292 CPUtime=977.57 cores=1,3,5,7
/proc/10462/stat : 10462 (lingeling) R 10460 10462 10462 0 -1 4202496 98455 0 0 0 97742 15 0 0 25 0 1 0 538552957 56619008 12993 33554432000 4194304 4352236 140736170816928 18446744073709551615 4278822 0 0 16781312 17506 0 0 0 17 7 0 0 530
/proc/10462/statm: 13823 12993 129 39 0 12903 0
[pid=10469] ppid=10444 vsize=343440 CPUtime=1.33 cores=1,3,5,7
/proc/10469/stat : 10469 (python) S 10444 10444 9915 0 -1 4202560 1025 0 0 0 70 63 0 0 15 0 1 0 538563724 351682560 11542 33554432000 4194304 5683644 140734887954064 18446744073709551615 274664828486 0 0 16781312 514 4588196056306516229 0 0 17 5 0 0 0
/proc/10469/statm: 85860 11542 370 364 0 21766 0
[pid=10471] ppid=10469 vsize=268196 CPUtime=879.77 cores=1,3,5,7
/proc/10471/stat : 10471 (cryptominisat-2) R 10469 10471 10471 0 -1 4202496 211007 0 0 0 87861 116 0 0 25 0 1 0 538563724 274632704 59363 33554432000 4194304 4677096 140734714986656 18446744073709551615 4355268 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/10471/statm: 67049 59363 392 118 0 62008 0
[pid=10536] ppid=10444 vsize=353696 CPUtime=0.13 cores=1,3,5,7
/proc/10536/stat : 10536 (python) S 10444 10444 9915 0 -1 4202560 1129 0 0 0 6 7 0 0 19 0 2 0 538632125 362184704 11576 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/10536/statm: 88424 11576 399 364 0 24327 0
[pid=10538] ppid=10536 vsize=131692 CPUtime=99.69 cores=1,3,5,7
/proc/10538/stat : 10538 (SApperloT-base) T 10536 10538 10538 0 -1 4202496 32703 0 0 0 9958 11 0 0 25 0 1 0 538632126 134852608 32258 33554432000 134512640 135674940 4289090160 18446744073709551615 134551170 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/10538/statm: 32923 32258 100 284 0 32637 0
[pid=10536/tid=10546] ppid=10444 vsize=353696 CPUtime=0 cores=1,3,5,7
/proc/10536/task/10546/stat : 10546 (python) S 10444 10444 9915 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538642138 362184704 11576 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 514 18446604470987089216 0 0 -1 5 0 0 0
[pid=10547] ppid=10444 vsize=363952 CPUtime=0.13 cores=1,3,5,7
/proc/10547/stat : 10547 (python) S 10444 10444 9915 0 -1 4202560 964 0 0 0 7 6 0 0 18 0 1 0 538642140 372686848 11550 33554432000 4194304 5683644 140734887954064 18446744073709551615 274664828486 0 0 16781312 514 4838396519981744391 0 0 17 5 0 0 0
/proc/10547/statm: 90988 11550 370 364 0 26888 0
[pid=10549] ppid=10547 vsize=61856 CPUtime=99.34 cores=1,3,5,7
/proc/10549/stat : 10549 (precosat) R 10547 10549 10549 0 -1 4202496 29523 0 0 0 9932 2 0 0 25 0 1 0 538642141 63340544 14918 33554432000 4194304 4890832 140737256810272 18446744073709551615 4294992 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/10549/statm: 15464 14918 86 171 0 15291 0
[pid=10444/tid=10452] ppid=10442 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10452/stat : 10452 (python) S 10442 10444 9915 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 8 0 538552949 383176704 13072 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 1 0 0 0
[pid=10444/tid=10455] ppid=10442 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10455/stat : 10455 (python) S 10442 10444 9915 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 8 0 538552952 383176704 13072 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 5 0 0 0
[pid=10444/tid=10458] ppid=10442 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10458/stat : 10458 (python) S 10442 10444 9915 0 -1 4202560 24 935 0 0 0 0 0 0 22 0 8 0 538552954 383176704 13072 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 7 0 0 0
[pid=10444/tid=10461] ppid=10442 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10461/stat : 10461 (python) S 10442 10444 9915 0 -1 4202560 26 935 0 0 0 0 0 0 24 0 8 0 538552957 383176704 13072 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 5 0 0 0
[pid=10444/tid=10470] ppid=10442 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10470/stat : 10470 (python) S 10442 10444 9915 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 8 0 538563724 383176704 13072 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 5 0 0 0
[pid=10444/tid=10537] ppid=10442 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10537/stat : 10537 (python) S 10442 10444 9915 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 8 0 538632125 383176704 13072 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 5 0 0 0
[pid=10444/tid=10548] ppid=10442 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10548/stat : 10548 (python) S 10442 10444 9915 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 8 0 538642141 383176704 13072 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3939.44
Current children cumulated vsize (KiB) 3569456

[startup+998.808 s]
/proc/loadavg: 8.12 7.58 6.05 9/227 10553
/proc/meminfo: memFree=26424708/32951132 swapFree=67111356/67111528
[pid=10444] ppid=10442 vsize=374196 CPUtime=7.07 cores=1,3,5,7
/proc/10444/stat : 10444 (python) S 10442 10444 9915 0 -1 4202496 23983 935 1 0 694 13 0 0 19 0 8 0 538552250 383176704 13072 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10444/statm: 93549 13072 1888 364 0 29449 0
[pid=10451] ppid=10444 vsize=312660 CPUtime=0.54 cores=1,3,5,7
/proc/10451/stat : 10451 (python) S 10444 10444 9915 0 -1 4202560 1214 0 0 0 28 26 0 0 18 0 2 0 538552949 320163840 11576 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/10451/statm: 78165 11576 415 364 0 14083 0
[pid=10453] ppid=10451 vsize=33696 CPUtime=392.96 cores=1,3,5,7
/proc/10453/stat : 10453 (lingeling) T 10451 10453 10453 0 -1 4202496 34810 0 0 0 39292 4 0 0 25 0 1 0 538552949 34504704 7593 33554432000 4194304 4352236 140736516686256 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 537
/proc/10453/statm: 8424 7593 129 39 0 7504 0
[pid=10451/tid=10468] ppid=10444 vsize=312660 CPUtime=0 cores=1,3,5,7
/proc/10451/task/10468/stat : 10468 (python) S 10444 10444 9915 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 538563721 320163840 11576 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 514 18446604457461187520 0 0 -1 7 0 0 0
[pid=10454] ppid=10444 vsize=312672 CPUtime=0.76 cores=1,3,5,7
/proc/10454/stat : 10454 (python) S 10444 10444 9915 0 -1 4202560 1146 0 0 0 40 36 0 0 16 0 2 0 538552952 320176128 11560 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/10454/statm: 78168 11560 399 364 0 14083 0
[pid=10456] ppid=10454 vsize=245004 CPUtime=491.59 cores=1,3,5,7
/proc/10456/stat : 10456 (cryptominisat-2) T 10454 10456 10456 0 -1 4202496 160826 0 0 0 49082 77 0 0 25 0 1 0 538552952 250884096 53238 33554432000 4194304 4677096 140733516956656 18446744073709551615 4320307 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 536
/proc/10456/statm: 61251 53238 392 118 0 56210 0
[pid=10454/tid=10528] ppid=10444 vsize=312672 CPUtime=0 cores=1,3,5,7
/proc/10454/task/10528/stat : 10528 (python) S 10444 10444 9915 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 538602980 320176128 11560 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 514 18446604461086920832 0 0 -1 5 0 0 0
[pid=10457] ppid=10444 vsize=322928 CPUtime=1.34 cores=1,3,5,7
/proc/10457/stat : 10457 (python) S 10444 10444 9915 0 -1 4202560 1001 0 0 0 71 63 0 0 18 0 1 0 538552954 330678272 11534 33554432000 4194304 5683644 140734887954064 18446744073709551615 274664828486 0 0 16781312 514 4838396519981744388 0 0 17 7 0 0 0
/proc/10457/statm: 80732 11534 370 364 0 16644 0
[pid=10459] ppid=10457 vsize=56992 CPUtime=985.99 cores=1,3,5,7
/proc/10459/stat : 10459 (lingeling) R 10457 10459 10459 0 -1 4202496 88613 0 0 0 98587 12 0 0 25 0 1 0 538552954 58359808 13418 33554432000 4194304 4352236 140737399786160 18446744073709551615 4328032 0 0 16781312 17506 0 0 0 17 3 0 0 534
/proc/10459/statm: 14248 13418 129 39 0 13328 0
[pid=10460] ppid=10444 vsize=333184 CPUtime=1.33 cores=1,3,5,7
/proc/10460/stat : 10460 (python) S 10444 10444 9915 0 -1 4202560 1001 0 0 0 66 67 0 0 18 0 1 0 538552956 341180416 11538 33554432000 4194304 5683644 140734887954064 18446744073709551615 274664828486 0 0 16781312 514 4838396519981744392 0 0 17 5 0 0 0
/proc/10460/statm: 83296 11538 370 364 0 19205 0
[pid=10462] ppid=10460 vsize=55292 CPUtime=977.67 cores=1,3,5,7
/proc/10462/stat : 10462 (lingeling) R 10460 10462 10462 0 -1 4202496 98455 0 0 0 97752 15 0 0 25 0 1 0 538552957 56619008 12993 33554432000 4194304 4352236 140736170816928 18446744073709551615 4278721 0 0 16781312 17506 0 0 0 17 7 0 0 530
/proc/10462/statm: 13823 12993 129 39 0 12903 0
[pid=10469] ppid=10444 vsize=343440 CPUtime=1.33 cores=1,3,5,7
/proc/10469/stat : 10469 (python) S 10444 10444 9915 0 -1 4202560 1025 0 0 0 70 63 0 0 15 0 1 0 538563724 351682560 11542 33554432000 4194304 5683644 140734887954064 18446744073709551615 274664828486 0 0 16781312 514 5601799254306685189 0 0 17 5 0 0 0
/proc/10469/statm: 85860 11542 370 364 0 21766 0
[pid=10471] ppid=10469 vsize=261208 CPUtime=879.86 cores=1,3,5,7
/proc/10471/stat : 10471 (cryptominisat-2) R 10469 10471 10471 0 -1 4202496 211013 0 0 0 87870 116 0 0 25 0 1 0 538563724 267476992 33038 33554432000 4194304 4677096 140734714986656 18446744073709551615 274664834154 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/10471/statm: 65302 33038 397 118 0 60261 0
[pid=10536] ppid=10444 vsize=353696 CPUtime=0.13 cores=1,3,5,7
/proc/10536/stat : 10536 (python) S 10444 10444 9915 0 -1 4202560 1129 0 0 0 6 7 0 0 19 0 2 0 538632125 362184704 11576 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/10536/statm: 88424 11576 399 364 0 24327 0
[pid=10538] ppid=10536 vsize=131692 CPUtime=99.69 cores=1,3,5,7
/proc/10538/stat : 10538 (SApperloT-base) T 10536 10538 10538 0 -1 4202496 32703 0 0 0 9958 11 0 0 25 0 1 0 538632126 134852608 32258 33554432000 134512640 135674940 4289090160 18446744073709551615 134551170 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/10538/statm: 32923 32258 100 284 0 32637 0
[pid=10536/tid=10546] ppid=10444 vsize=353696 CPUtime=0 cores=1,3,5,7
/proc/10536/task/10546/stat : 10546 (python) S 10444 10444 9915 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538642138 362184704 11576 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 514 18446604470987089216 0 0 -1 5 0 0 0
[pid=10547] ppid=10444 vsize=363952 CPUtime=0.13 cores=1,3,5,7
/proc/10547/stat : 10547 (python) S 10444 10444 9915 0 -1 4202560 964 0 0 0 7 6 0 0 18 0 1 0 538642140 372686848 11550 33554432000 4194304 5683644 140734887954064 18446744073709551615 274664828486 0 0 16781312 514 4838396519981744391 0 0 17 5 0 0 0
/proc/10547/statm: 90988 11550 370 364 0 26888 0
[pid=10549] ppid=10547 vsize=61856 CPUtime=99.44 cores=1,3,5,7
/proc/10549/stat : 10549 (precosat) R 10547 10549 10549 0 -1 4202496 29523 0 0 0 9942 2 0 0 25 0 1 0 538642141 63340544 14918 33554432000 4194304 4890832 140737256810272 18446744073709551615 4238592 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/10549/statm: 15464 14918 86 171 0 15291 0
[pid=10444/tid=10452] ppid=10442 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10452/stat : 10452 (python) S 10442 10444 9915 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 8 0 538552949 383176704 13072 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 1 0 0 0
[pid=10444/tid=10455] ppid=10442 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10455/stat : 10455 (python) S 10442 10444 9915 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 8 0 538552952 383176704 13072 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 5 0 0 0
[pid=10444/tid=10458] ppid=10442 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10458/stat : 10458 (python) S 10442 10444 9915 0 -1 4202560 24 935 0 0 0 0 0 0 22 0 8 0 538552954 383176704 13072 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 7 0 0 0
[pid=10444/tid=10461] ppid=10442 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10461/stat : 10461 (python) S 10442 10444 9915 0 -1 4202560 26 935 0 0 0 0 0 0 24 0 8 0 538552957 383176704 13072 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 5 0 0 0
[pid=10444/tid=10470] ppid=10442 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10470/stat : 10470 (python) S 10442 10444 9915 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 8 0 538563724 383176704 13072 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 5 0 0 0
[pid=10444/tid=10537] ppid=10442 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10537/stat : 10537 (python) S 10442 10444 9915 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 8 0 538632125 383176704 13072 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 5 0 0 0
[pid=10444/tid=10548] ppid=10442 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/10444/task/10548/stat : 10548 (python) S 10442 10444 9915 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 8 0 538642141 383176704 13072 33554432000 4194304 5683644 140734887954064 18446744073709551615 274676631985 0 0 16781312 2 18446604457461188416 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3939.83
Current children cumulated vsize (KiB) 3562468

Child status: 0
Real time (s): 998.875
CPU time (s): 3940.18
CPU user time (s): 3934.85
CPU system time (s): 5.33219
CPU usage (%): 394.462
Max. virtual memory (cumulated for all children) (KiB): 3638508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3934.85
system time used= 5.33219
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 695728
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= 6033
involuntary context switches= 31639

runsolver used 1.89871 second user time and 4.37933 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-01 19:05:26
IDJOB=3317736
IDBENCH=82466
IDSOLVER=1706
FILE ID=node131/3317736-1304269526
RUNJOBID= node131-1304267281-9934
PBS_JOBID= 13173948
Free space on /tmp= 72192 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-bobsmhdlc2-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-3317736-1304269526/watcher-3317736-1304269526 -o /tmp/evaluation-result-3317736-1304269526/solver-3317736-1304269526 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317736-1304269526.cnf -seed 432412981 -budget 4800 -cores 4

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

MD5SUM BENCH= ee159af2e208d290f7f3fefd15c344f2
RANDOM SEED=432412981

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:     32951132 kB
MemFree:      28218208 kB
Buffers:        281360 kB
Cached:        1820864 kB
SwapCached:        168 kB
Active:        2669688 kB
Inactive:      1737892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28218208 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           33768 kB
Writeback:           0 kB
AnonPages:     2304604 kB
Mapped:          23256 kB
Slab:           253816 kB
PageTables:      12408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  2848476 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72160 MiB
End job on node131 at 2011-05-01 19:22:05