Trace number 3498404

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-seq-industrial (fixed)UNSAT 3786.58 3781.66

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 benchmark630.529
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.36/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.69	c INFO: solving HOME/instance-3498404-1307953759.cnf
0.36/0.69	c INFO: computing task features
0.75/1.05	c INFO: computed variable-clause graph statistics
0.75/1.07	c INFO: computed clause balance statistics
2.85/3.17	c INFO: computed variable balance statistics
4.45/4.74	c INFO: computed small-clause counts
4.45/4.75	c INFO: computed Horn-clause counts
6.85/7.19	c INFO: computed variable graph statistics
6.85/7.19	c INFO: collected features for HOME/instance-3498404-1307953759.cnf in 6.48 s
6.95/7.21	c INFO: running lingeling-276@0 for 97 with 4993 remaining (b = 0.34)
107.14/107.34	c INFO: running cryptominisat-2.9.0@0 for 485 with 4893 remaining (b = 0.33)
593.88/593.49	c INFO: running lingeling-276@100 for 97 with 4407 remaining (b = 0.13)
691.21/690.61	c INFO: running lingeling-276@0 for 97 with 4310 remaining (b = 0.19)
791.41/790.74	c INFO: running lingeling-276@197 for 97 with 4210 remaining (b = 0.11)
888.62/887.87	c INFO: running lingeling-276@100 for 388 with 4113 remaining (b = 0.24)
1274.49/1273.27	c INFO: running lingeling-276@0 for 97 with 3727 remaining (b = 0.19)
1373.78/1372.41	c INFO: running cryptominisat-2.9.0@485 for 97 with 3628 remaining (b = 0.08)
1475.31/1473.88	c INFO: running lingeling-276@99 for 97 with 3527 remaining (b = 0.05)
1572.64/1571.00	c INFO: running precosat-570@0 for 194 with 3430 remaining (b = 0.18)
1768.07/1766.26	c INFO: running cryptominisat-2.9.0@0 for 97 with 3235 remaining (b = 0.08)
1870.61/1868.66	c INFO: running precosat-570@195 for 97 with 3132 remaining (b = 0.04)
1967.87/1965.79	c INFO: running lingeling-276@485 for 97 with 3035 remaining (b = 0.04)
2065.19/2062.92	c INFO: running cryptominisat-2.9.0@102 for 388 with 2938 remaining (b = 0.15)
2450.98/2448.19	c INFO: running precosat-570@0 for 97 with 2553 remaining (b = 0.08)
2551.29/2548.33	c INFO: running cryptominisat-2.9.0@487 for 97 with 2453 remaining (b = 0.04)
2649.55/2646.45	c INFO: running precosat-570@292 for 97 with 2355 remaining (b = 0.04)
2746.77/2743.58	c INFO: running lingeling-276@582 for 679 with 2258 remaining (b = 0.21)
3427.52/3423.38	c INFO: running lingeling-276@294 for 194 with 1578 remaining (b = 0.08)
3621.08/3616.62	c INFO: running cryptominisat-2.9.0@587 for 1385 with 1385 remaining (b = 0.38)
3786.35/3781.63	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.1 (svn: 989)

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 /var/tmp/evaluation-result-3498404-1307953759/watcher-3498404-1307953759 -o /var/tmp/evaluation-result-3498404-1307953759/solver-3498404-1307953759 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498404-1307953759.cnf -seed 1856906190 -budget 5000 

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

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


[startup+0 s]
/proc/loadavg: 1.99 1.75 0.97 2/177 22510
/proc/meminfo: memFree=8149284/32951124 swapFree=67057920/67111528
[pid=22510] ppid=22508 vsize=15188 CPUtime=0 cores=1,3,5,7
/proc/22510/stat : 22510 (python) R 22508 22510 22344 0 -1 4202496 722 0 0 0 0 0 0 0 25 0 1 0 887791272 15552512 612 33554432000 4194304 5683644 140735504663600 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22510/statm: 3796 612 321 364 0 283 0

[startup+0.031483 s]
/proc/loadavg: 1.99 1.75 0.97 2/177 22510
/proc/meminfo: memFree=8149284/32951124 swapFree=67057920/67111528
[pid=22510] ppid=22508 vsize=16396 CPUtime=0.01 cores=1,3,5,7
/proc/22510/stat : 22510 (python) S 22508 22510 22344 0 -1 4202496 1155 0 0 0 1 0 0 0 17 0 1 0 887791272 16789504 1019 33554432000 4194304 5683644 140735504663600 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/22510/statm: 4099 1019 413 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.100446 s]
/proc/loadavg: 1.99 1.75 0.97 2/177 22510
/proc/meminfo: memFree=8149284/32951124 swapFree=67057920/67111528
[pid=22510] ppid=22508 vsize=85620 CPUtime=0.06 cores=1,3,5,7
/proc/22510/stat : 22510 (python) R 22508 22510 22344 0 -1 4202496 2630 0 0 0 4 2 0 0 17 0 1 0 887791272 87674880 2348 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273445746 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22510/statm: 21406 2349 713 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300474 s]
/proc/loadavg: 1.99 1.75 0.97 2/177 22510
/proc/meminfo: memFree=8149284/32951124 swapFree=67057920/67111528
[pid=22510] ppid=22508 vsize=135748 CPUtime=0.2 cores=1,3,5,7
/proc/22510/stat : 22510 (python) S 22508 22510 22344 0 -1 4202496 5970 935 1 0 12 8 0 0 17 0 1 0 887791272 139005952 4149 33554432000 4194304 5683644 140735504663600 18446744073709551615 254261612549 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/22510/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135748

[startup+0.700329 s]
/proc/loadavg: 1.99 1.75 0.97 2/177 22510
/proc/meminfo: memFree=8149284/32951124 swapFree=67057920/67111528
[pid=22510] ppid=22508 vsize=280240 CPUtime=0.44 cores=1,3,5,7
/proc/22510/stat : 22510 (python) R 22508 22510 22344 0 -1 4202496 9707 935 1 0 27 17 0 0 15 0 1 0 887791272 286965760 7381 33554432000 4194304 5683644 140735504663600 18446744073709551615 47806675223591 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22510/statm: 70060 7381 1761 364 0 5984 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 280240

[startup+1.50018 s]
/proc/loadavg: 1.99 1.75 0.97 3/178 22515
/proc/meminfo: memFree=8106528/32951124 swapFree=67057920/67111528
[pid=22510] ppid=22508 vsize=304380 CPUtime=1.25 cores=1,3,5,7
/proc/22510/stat : 22510 (python) R 22508 22510 22344 0 -1 4202496 18703 935 1 0 106 19 0 0 16 0 1 0 887791272 311685120 13480 33554432000 4194304 5683644 140735504663600 18446744073709551615 254261283858 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22510/statm: 76095 13480 1826 364 0 12019 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 304380

[startup+3.1009 s]
/proc/loadavg: 1.99 1.75 0.97 3/178 22516
/proc/meminfo: memFree=8102228/32951124 swapFree=67057920/67111528
[pid=22510] ppid=22508 vsize=304380 CPUtime=2.85 cores=1,3,5,7
/proc/22510/stat : 22510 (python) R 22508 22510 22344 0 -1 4202496 18703 935 1 0 266 19 0 0 18 0 1 0 887791272 311685120 13480 33554432000 4194304 5683644 140735504663600 18446744073709551615 254261274433 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22510/statm: 76095 13480 1826 364 0 12019 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 304380

[startup+6.30034 s]
/proc/loadavg: 1.99 1.75 0.97 3/178 22516
/proc/meminfo: memFree=8102600/32951124 swapFree=67057920/67111528
[pid=22510] ppid=22508 vsize=304380 CPUtime=6.05 cores=1,3,5,7
/proc/22510/stat : 22510 (python) R 22508 22510 22344 0 -1 4202496 18710 935 1 0 586 19 0 0 25 0 1 0 887791272 311685120 13487 33554432000 4194304 5683644 140735504663600 18446744073709551615 47806504372352 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22510/statm: 76095 13487 1833 364 0 12019 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 304380

[startup+12.7002 s]
/proc/loadavg: 1.99 1.76 0.98 3/181 22519
/proc/meminfo: memFree=8088808/32951124 swapFree=67057920/67111528
[pid=22510] ppid=22508 vsize=312660 CPUtime=6.96 cores=1,3,5,7
/proc/22510/stat : 22510 (python) S 22508 22510 22344 0 -1 4202496 19082 935 1 0 677 19 0 0 25 0 2 0 887791272 320163840 13036 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22510/statm: 78165 13036 1875 364 0 14083 0
[pid=22517] ppid=22510 vsize=302416 CPUtime=0 cores=1,3,5,7
/proc/22517/stat : 22517 (python) S 22510 22510 22344 0 -1 4202560 966 0 0 0 0 0 0 0 18 0 1 0 887791994 309673984 11538 33554432000 4194304 5683644 140735504663600 18446744073709551615 254261636623 0 0 16781312 514 4475285008226943240 0 0 17 5 0 0 0
/proc/22517/statm: 75604 11538 381 364 0 11522 0
[pid=22519] ppid=22517 vsize=16496 CPUtime=5.46 cores=1,3,5,7
/proc/22519/stat : 22519 (lingeling) R 22517 22519 22519 0 -1 4202496 6069 0 0 0 546 0 0 0 25 0 1 0 887791994 16891904 3294 33554432000 4194304 4352236 140733650504288 18446744073709551615 4328066 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/22519/statm: 4124 3294 129 39 0 3204 0
[pid=22510/tid=22518] ppid=22508 vsize=312660 CPUtime=0 cores=1,3,5,7
/proc/22510/task/22518/stat : 22518 (python) S 22508 22510 22344 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 2 0 887791994 320163840 13036 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 2 18446604454222670848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 631572

[startup+25.5009 s]
/proc/loadavg: 1.99 1.77 1.00 3/181 22519
/proc/meminfo: memFree=8089736/32951124 swapFree=67057920/67111528
[pid=22510] ppid=22508 vsize=312660 CPUtime=6.96 cores=1,3,5,7
/proc/22510/stat : 22510 (python) S 22508 22510 22344 0 -1 4202496 19082 935 1 0 677 19 0 0 25 0 2 0 887791272 320163840 13036 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22510/statm: 78165 13036 1875 364 0 14083 0
[pid=22517] ppid=22510 vsize=302416 CPUtime=0.01 cores=1,3,5,7
/proc/22517/stat : 22517 (python) S 22510 22510 22344 0 -1 4202560 977 0 0 0 0 1 0 0 18 0 1 0 887791994 309673984 11538 33554432000 4194304 5683644 140735504663600 18446744073709551615 254261636623 0 0 16781312 514 14892436397481754888 0 0 17 5 0 0 0
/proc/22517/statm: 75604 11538 381 364 0 11522 0
[pid=22519] ppid=22517 vsize=16492 CPUtime=18.26 cores=1,3,5,7
/proc/22519/stat : 22519 (lingeling) R 22517 22519 22519 0 -1 4202496 6069 0 0 0 1826 0 0 0 25 0 1 0 887791994 16887808 3293 33554432000 4194304 4352236 140733650504288 18446744073709551615 4276615 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/22519/statm: 4123 3293 129 39 0 3203 0
[pid=22510/tid=22518] ppid=22508 vsize=312660 CPUtime=0 cores=1,3,5,7
/proc/22510/task/22518/stat : 22518 (python) S 22508 22510 22344 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 2 0 887791994 320163840 13036 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 2 18446604454222670848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 631568

[startup+51.1004 s]
/proc/loadavg: 1.99 1.79 1.02 3/181 22520
/proc/meminfo: memFree=8083196/32951124 swapFree=67057920/67111528
[pid=22510] ppid=22508 vsize=312660 CPUtime=6.96 cores=1,3,5,7
/proc/22510/stat : 22510 (python) S 22508 22510 22344 0 -1 4202496 19082 935 1 0 677 19 0 0 25 0 2 0 887791272 320163840 13036 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22510/statm: 78165 13036 1875 364 0 14083 0
[pid=22517] ppid=22510 vsize=302416 CPUtime=0.04 cores=1,3,5,7
/proc/22517/stat : 22517 (python) S 22510 22510 22344 0 -1 4202560 987 0 0 0 2 2 0 0 18 0 1 0 887791994 309673984 11538 33554432000 4194304 5683644 140735504663600 18446744073709551615 254261636623 0 0 16781312 514 14892436397481754888 0 0 17 5 0 0 0
/proc/22517/statm: 75604 11538 381 364 0 11522 0
[pid=22519] ppid=22517 vsize=23284 CPUtime=43.87 cores=1,3,5,7
/proc/22519/stat : 22519 (lingeling) R 22517 22519 22519 0 -1 4202496 7767 0 0 0 4386 1 0 0 25 0 1 0 887791994 23842816 4991 33554432000 4194304 4352236 140733650504288 18446744073709551615 4328429 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/22519/statm: 5821 4991 129 39 0 4901 0
[pid=22510/tid=22518] ppid=22508 vsize=312660 CPUtime=0 cores=1,3,5,7
/proc/22510/task/22518/stat : 22518 (python) S 22508 22510 22344 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 2 0 887791994 320163840 13036 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 2 18446604454222670848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 638360

[startup+102.306 s]
/proc/loadavg: 1.99 1.82 1.07 3/181 22521
/proc/meminfo: memFree=8081384/32951124 swapFree=67057920/67111528
[pid=22510] ppid=22508 vsize=312660 CPUtime=6.96 cores=1,3,5,7
/proc/22510/stat : 22510 (python) S 22508 22510 22344 0 -1 4202496 19082 935 1 0 677 19 0 0 25 0 2 0 887791272 320163840 13036 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22510/statm: 78165 13036 1875 364 0 14083 0
[pid=22517] ppid=22510 vsize=302416 CPUtime=0.11 cores=1,3,5,7
/proc/22517/stat : 22517 (python) S 22510 22510 22344 0 -1 4202560 1011 0 0 0 5 6 0 0 18 0 1 0 887791994 309673984 11538 33554432000 4194304 5683644 140735504663600 18446744073709551615 254261636623 0 0 16781312 514 14892436397481754888 0 0 17 5 0 0 0
/proc/22517/statm: 75604 11538 381 364 0 11522 0
[pid=22519] ppid=22517 vsize=24300 CPUtime=95.08 cores=1,3,5,7
/proc/22519/stat : 22519 (lingeling) R 22517 22519 22519 0 -1 4202496 8023 0 0 0 9507 1 0 0 25 0 1 0 887791994 24883200 5247 33554432000 4194304 4352236 140733650504288 18446744073709551615 4328109 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/22519/statm: 6075 5247 129 39 0 5155 0
[pid=22510/tid=22518] ppid=22508 vsize=312660 CPUtime=0 cores=1,3,5,7
/proc/22510/task/22518/stat : 22518 (python) S 22508 22510 22344 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 2 0 887791994 320163840 13036 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 2 18446604454222670848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 639376

[startup+162.301 s]
/proc/loadavg: 1.99 1.85 1.13 3/185 22527
/proc/meminfo: memFree=7930024/32951124 swapFree=67057920/67111528
[pid=22510] ppid=22508 vsize=322916 CPUtime=6.99 cores=1,3,5,7
/proc/22510/stat : 22510 (python) S 22508 22510 22344 0 -1 4202496 19852 935 1 0 680 19 0 0 19 0 3 0 887791272 330665984 13043 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22510/statm: 80729 13043 1878 364 0 16644 0
[pid=22517] ppid=22510 vsize=312660 CPUtime=0.11 cores=1,3,5,7
/proc/22517/stat : 22517 (python) S 22510 22510 22344 0 -1 4202560 1169 0 0 0 5 6 0 0 19 0 2 0 887791994 320163840 11576 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22517/statm: 78165 11576 414 364 0 14083 0
[pid=22519] ppid=22517 vsize=24300 CPUtime=100.1 cores=1,3,5,7
/proc/22519/stat : 22519 (lingeling) T 22517 22519 22519 0 -1 4202496 8023 0 0 0 10009 1 0 0 25 0 1 0 887791994 24883200 5247 33554432000 4194304 4352236 140733650504288 18446744073709551615 4278692 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/22519/statm: 6075 5247 129 39 0 5155 0
[pid=22517/tid=22522] ppid=22510 vsize=312660 CPUtime=0 cores=1,3,5,7
/proc/22517/task/22522/stat : 22522 (python) S 22510 22510 22344 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 887802005 320163840 11576 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 514 18446604471134545920 0 0 -1 5 0 0 0
[pid=22523] ppid=22510 vsize=312672 CPUtime=0.07 cores=1,3,5,7
/proc/22523/stat : 22523 (python) S 22510 22510 22344 0 -1 4202560 930 0 0 0 4 3 0 0 15 0 1 0 887802007 320176128 11531 33554432000 4194304 5683644 140735504663600 18446744073709551615 254261636678 0 0 16781312 514 6625182084249911560 0 0 17 5 0 0 0
/proc/22523/statm: 78168 11531 370 364 0 14083 0
[pid=22525] ppid=22523 vsize=178940 CPUtime=54.93 cores=1,3,5,7
/proc/22525/stat : 22525 (cryptominisat-2) R 22523 22525 22525 0 -1 4202496 51562 0 0 0 5485 8 0 0 25 0 1 0 887802008 183234560 37180 33554432000 4194304 4677096 140734099744800 18446744073709551615 4310230 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22525/statm: 44735 37180 392 118 0 39694 0
[pid=22510/tid=22518] ppid=22508 vsize=322916 CPUtime=0 cores=1,3,5,7
/proc/22510/task/22518/stat : 22518 (python) S 22508 22510 22344 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 3 0 887791994 330665984 13043 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 2 18446604454222670848 0 0 -1 7 0 0 0
[pid=22510/tid=22524] ppid=22508 vsize=322916 CPUtime=0 cores=1,3,5,7
/proc/22510/task/22524/stat : 22524 (python) S 22508 22510 22344 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 3 0 887802007 330665984 13043 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 2 18446604454222670848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 1151488

[startup+222.301 s]
/proc/loadavg: 1.99 1.87 1.18 3/185 22528
/proc/meminfo: memFree=7923240/32951124 swapFree=67057920/67111528
[pid=22510] ppid=22508 vsize=322916 CPUtime=6.99 cores=1,3,5,7
/proc/22510/stat : 22510 (python) S 22508 22510 22344 0 -1 4202496 19852 935 1 0 680 19 0 0 19 0 3 0 887791272 330665984 13043 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22510/statm: 80729 13043 1878 364 0 16644 0
[pid=22517] ppid=22510 vsize=312660 CPUtime=0.11 cores=1,3,5,7
/proc/22517/stat : 22517 (python) S 22510 22510 22344 0 -1 4202560 1169 0 0 0 5 6 0 0 19 0 2 0 887791994 320163840 11576 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22517/statm: 78165 11576 414 364 0 14083 0
[pid=22519] ppid=22517 vsize=24300 CPUtime=100.1 cores=1,3,5,7
/proc/22519/stat : 22519 (lingeling) T 22517 22519 22519 0 -1 4202496 8023 0 0 0 10009 1 0 0 25 0 1 0 887791994 24883200 5247 33554432000 4194304 4352236 140733650504288 18446744073709551615 4278692 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/22519/statm: 6075 5247 129 39 0 5155 0
[pid=22517/tid=22522] ppid=22510 vsize=312660 CPUtime=0 cores=1,3,5,7
/proc/22517/task/22522/stat : 22522 (python) S 22510 22510 22344 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 887802005 320163840 11576 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 514 18446604471134545920 0 0 -1 5 0 0 0

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

/proc/22589/stat : 22589 (cryptominisat-2) T 22587 22589 22589 0 -1 4202496 174786 0 0 0 58537 35 0 0 25 0 1 0 887967899 243310592 52010 33554432000 4194304 4677096 140733746790336 18446744073709551615 4320152 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/22589/statm: 59402 52010 392 118 0 54361 0
[pid=22587/tid=22592] ppid=22510 vsize=353696 CPUtime=0 cores=1,3,5,7
/proc/22587/task/22592/stat : 22592 (python) S 22510 22510 22344 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 887978136 362184704 11577 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 514 18446604471117034432 0 0 -1 1 0 0 0
[pid=22665] ppid=22510 vsize=363952 CPUtime=0.13 cores=1,3,5,7
/proc/22665/stat : 22665 (python) S 22510 22510 22344 0 -1 4202560 1107 0 0 0 7 6 0 0 19 0 2 0 888036092 372686848 11581 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/22665/statm: 90988 11581 399 364 0 26888 0
[pid=22667] ppid=22665 vsize=65872 CPUtime=100.12 cores=1,3,5,7
/proc/22667/stat : 22667 (precosat) T 22665 22667 22667 0 -1 4202496 31625 0 0 0 10008 4 0 0 25 0 1 0 888036092 67452928 15919 33554432000 4194304 4890832 140734543553760 18446744073709551615 4452253 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/22667/statm: 16468 15919 86 171 0 16295 0
[pid=22665/tid=22673] ppid=22510 vsize=363952 CPUtime=0 cores=1,3,5,7
/proc/22665/task/22673/stat : 22673 (python) S 22510 22510 22344 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 888046105 372686848 11581 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 514 18446604471138529536 0 0 -1 7 0 0 0
[pid=22510/tid=22518] ppid=22508 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/22510/task/22518/stat : 22518 (python) S 22508 22510 22344 0 -1 4202560 37 935 0 0 0 0 0 0 18 0 8 0 887791994 383176704 13073 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 2 18446604454222670848 0 0 -1 7 0 0 0
[pid=22510/tid=22524] ppid=22508 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/22510/task/22524/stat : 22524 (python) S 22508 22510 22344 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 887802007 383176704 13073 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 2 18446604454222670848 0 0 -1 7 0 0 0
[pid=22510/tid=22544] ppid=22508 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/22510/task/22544/stat : 22544 (python) S 22508 22510 22344 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 8 0 887860334 383176704 13073 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 2 18446604454222670848 0 0 -1 7 0 0 0
[pid=22510/tid=22563] ppid=22508 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/22510/task/22563/stat : 22563 (python) S 22508 22510 22344 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 8 0 887918600 383176704 13073 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 2 18446604454222670848 0 0 -1 7 0 0 0
[pid=22510/tid=22578] ppid=22508 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/22510/task/22578/stat : 22578 (python) S 22508 22510 22344 0 -1 4202560 38 935 0 0 0 0 0 0 18 0 8 0 887948373 383176704 13073 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 2 18446604454222670848 0 0 -1 1 0 0 0
[pid=22510/tid=22588] ppid=22508 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/22510/task/22588/stat : 22588 (python) S 22508 22510 22344 0 -1 4202560 33 935 0 0 0 0 0 0 15 0 8 0 887967899 383176704 13073 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 2 18446604454222670848 0 0 -1 1 0 0 0
[pid=22510/tid=22666] ppid=22508 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/22510/task/22666/stat : 22666 (python) S 22508 22510 22344 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 8 0 888036092 383176704 13073 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 2 18446604454222670848 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3785.84
Current children cumulated vsize (KiB) 3542704

[startup+3781.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/222 22718
/proc/meminfo: memFree=14062604/32951124 swapFree=67057920/67111528
[pid=22510] ppid=22508 vsize=374196 CPUtime=7.32 cores=1,3,5,7
/proc/22510/stat : 22510 (python) S 22508 22510 22344 0 -1 4202496 24939 935 1 0 711 21 0 0 18 0 8 0 887791272 383176704 13073 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22510/statm: 93549 13073 1888 364 0 29449 0
[pid=22517] ppid=22510 vsize=312660 CPUtime=0.61 cores=1,3,5,7
/proc/22517/stat : 22517 (python) S 22510 22510 22344 0 -1 4202560 1213 0 0 0 31 30 0 0 18 0 2 0 887791994 320163840 11577 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22517/statm: 78165 11577 415 364 0 14083 0
[pid=22519] ppid=22517 vsize=60160 CPUtime=487.54 cores=1,3,5,7
/proc/22519/stat : 22519 (lingeling) T 22517 22519 22519 0 -1 4202496 51868 0 0 0 48748 6 0 0 25 0 1 0 887791994 61603840 14210 33554432000 4194304 4352236 140733650504288 18446744073709551615 4279110 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/22519/statm: 15040 14210 129 39 0 14120 0
[pid=22517/tid=22522] ppid=22510 vsize=312660 CPUtime=0 cores=1,3,5,7
/proc/22517/task/22522/stat : 22522 (python) S 22510 22510 22344 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 887802005 320163840 11577 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 514 18446604471134545920 0 0 -1 5 0 0 0
[pid=22523] ppid=22510 vsize=312672 CPUtime=1.03 cores=1,3,5,7
/proc/22523/stat : 22523 (python) S 22510 22510 22344 0 -1 4202560 1178 0 0 0 53 50 0 0 15 0 2 0 887802007 320176128 11562 33554432000 4194304 5683644 140735504663600 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22523/statm: 78168 11562 400 364 0 14083 0
[pid=22525] ppid=22523 vsize=277916 CPUtime=752.44 cores=1,3,5,7
/proc/22525/stat : 22525 (cryptominisat-2) R 22523 22525 22525 0 -1 4202496 191590 0 0 0 75199 45 0 0 25 0 1 0 887802008 284585984 62708 33554432000 4194304 4677096 140734099744800 18446744073709551615 4319759 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22525/statm: 69479 62708 392 118 0 64438 0
[pid=22523/tid=22539] ppid=22510 vsize=312672 CPUtime=0 cores=1,3,5,7
/proc/22523/task/22539/stat : 22539 (python) S 22510 22510 22344 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 887850619 320176128 11562 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 514 18446604471119553600 0 0 -1 5 0 0 0
[pid=22543] ppid=22510 vsize=322928 CPUtime=1.61 cores=1,3,5,7
/proc/22543/stat : 22543 (python) S 22510 22510 22344 0 -1 4202560 1143 0 0 0 84 77 0 0 18 0 2 0 887860334 330678272 11565 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22543/statm: 80732 11565 399 364 0 16644 0
[pid=22545] ppid=22543 vsize=55164 CPUtime=1262.42 cores=1,3,5,7
/proc/22545/stat : 22545 (lingeling) T 22543 22545 22545 0 -1 4202496 135284 0 0 0 126226 16 0 0 25 0 1 0 887860334 56487936 12961 33554432000 4194304 4352236 140735447372096 18446744073709551615 4280960 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/22545/statm: 13791 12961 129 39 0 12871 0
[pid=22543/tid=22549] ppid=22510 vsize=322928 CPUtime=0 cores=1,3,5,7
/proc/22543/task/22549/stat : 22549 (python) S 22510 22510 22344 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 887870345 330678272 11565 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 514 18446604471162826816 0 0 -1 5 0 0 0
[pid=22562] ppid=22510 vsize=333184 CPUtime=0.23 cores=1,3,5,7
/proc/22562/stat : 22562 (python) S 22510 22510 22344 0 -1 4202560 1143 0 0 0 12 11 0 0 18 0 2 0 887918600 341180416 11569 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/22562/statm: 83296 11569 399 364 0 19205 0
[pid=22564] ppid=22562 vsize=31668 CPUtime=196.2 cores=1,3,5,7
/proc/22564/stat : 22564 (lingeling) T 22562 22564 22564 0 -1 4202496 16922 0 0 0 19619 1 0 0 25 0 1 0 887918601 32428032 7087 33554432000 4194304 4352236 140734777559984 18446744073709551615 4328035 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/22564/statm: 7917 7087 129 39 0 6997 0
[pid=22562/tid=22568] ppid=22510 vsize=333184 CPUtime=0 cores=1,3,5,7
/proc/22562/task/22568/stat : 22568 (python) S 22510 22510 22344 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 887928511 341180416 11569 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 514 18446604471119554496 0 0 -1 3 0 0 0
[pid=22577] ppid=22510 vsize=343440 CPUtime=0.53 cores=1,3,5,7
/proc/22577/stat : 22577 (python) S 22510 22510 22344 0 -1 4202560 1156 0 0 0 29 24 0 0 18 0 2 0 887948373 351682560 11573 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22577/statm: 85860 11573 399 364 0 21766 0
[pid=22579] ppid=22577 vsize=97588 CPUtime=389.46 cores=1,3,5,7
/proc/22579/stat : 22579 (precosat) T 22577 22579 22579 0 -1 4202496 52810 0 0 0 38939 7 0 0 25 0 1 0 887948373 99930112 23819 33554432000 4194304 4890832 140735047258720 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/22579/statm: 24397 23819 86 171 0 24224 0
[pid=22577/tid=22586] ppid=22510 vsize=343440 CPUtime=0 cores=1,3,5,7
/proc/22577/task/22586/stat : 22586 (python) S 22510 22510 22344 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 887967896 351682560 11573 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 514 18446604471134345344 0 0 -1 5 0 0 0
[pid=22587] ppid=22510 vsize=353696 CPUtime=0.88 cores=1,3,5,7
/proc/22587/stat : 22587 (python) S 22510 22510 22344 0 -1 4202560 1176 0 0 0 47 41 0 0 15 0 2 0 887967898 362184704 11577 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22587/statm: 88424 11577 399 364 0 24327 0
[pid=22589] ppid=22587 vsize=237608 CPUtime=585.72 cores=1,3,5,7
/proc/22589/stat : 22589 (cryptominisat-2) T 22587 22589 22589 0 -1 4202496 174786 0 0 0 58537 35 0 0 25 0 1 0 887967899 243310592 52010 33554432000 4194304 4677096 140733746790336 18446744073709551615 4320152 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/22589/statm: 59402 52010 392 118 0 54361 0
[pid=22587/tid=22592] ppid=22510 vsize=353696 CPUtime=0 cores=1,3,5,7
/proc/22587/task/22592/stat : 22592 (python) S 22510 22510 22344 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 887978136 362184704 11577 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 514 18446604471117034432 0 0 -1 1 0 0 0
[pid=22665] ppid=22510 vsize=363952 CPUtime=0.13 cores=1,3,5,7
/proc/22665/stat : 22665 (python) S 22510 22510 22344 0 -1 4202560 1107 0 0 0 7 6 0 0 19 0 2 0 888036092 372686848 11581 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/22665/statm: 90988 11581 399 364 0 26888 0
[pid=22667] ppid=22665 vsize=65872 CPUtime=100.12 cores=1,3,5,7
/proc/22667/stat : 22667 (precosat) T 22665 22667 22667 0 -1 4202496 31625 0 0 0 10008 4 0 0 25 0 1 0 888036092 67452928 15919 33554432000 4194304 4890832 140734543553760 18446744073709551615 4452253 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/22667/statm: 16468 15919 86 171 0 16295 0
[pid=22665/tid=22673] ppid=22510 vsize=363952 CPUtime=0 cores=1,3,5,7
/proc/22665/task/22673/stat : 22673 (python) S 22510 22510 22344 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 888046105 372686848 11581 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 514 18446604471138529536 0 0 -1 7 0 0 0
[pid=22510/tid=22518] ppid=22508 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/22510/task/22518/stat : 22518 (python) S 22508 22510 22344 0 -1 4202560 37 935 0 0 0 0 0 0 18 0 8 0 887791994 383176704 13073 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 2 18446604454222670848 0 0 -1 7 0 0 0
[pid=22510/tid=22524] ppid=22508 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/22510/task/22524/stat : 22524 (python) S 22508 22510 22344 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 887802007 383176704 13073 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 2 18446604454222670848 0 0 -1 7 0 0 0
[pid=22510/tid=22544] ppid=22508 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/22510/task/22544/stat : 22544 (python) S 22508 22510 22344 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 8 0 887860334 383176704 13073 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 2 18446604454222670848 0 0 -1 7 0 0 0
[pid=22510/tid=22563] ppid=22508 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/22510/task/22563/stat : 22563 (python) S 22508 22510 22344 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 8 0 887918600 383176704 13073 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 2 18446604454222670848 0 0 -1 7 0 0 0
[pid=22510/tid=22578] ppid=22508 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/22510/task/22578/stat : 22578 (python) S 22508 22510 22344 0 -1 4202560 38 935 0 0 0 0 0 0 18 0 8 0 887948373 383176704 13073 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 2 18446604454222670848 0 0 -1 1 0 0 0
[pid=22510/tid=22588] ppid=22508 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/22510/task/22588/stat : 22588 (python) S 22508 22510 22344 0 -1 4202560 33 935 0 0 0 0 0 0 15 0 8 0 887967899 383176704 13073 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 2 18446604454222670848 0 0 -1 1 0 0 0
[pid=22510/tid=22666] ppid=22508 vsize=374196 CPUtime=0 cores=1,3,5,7
/proc/22510/task/22666/stat : 22666 (python) S 22508 22510 22344 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 8 0 888036092 383176704 13073 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 2 18446604454222670848 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3786.24
Current children cumulated vsize (KiB) 3542704

[startup+3781.6 s]
/proc/loadavg: 2.00 2.00 1.93 3/222 22718
/proc/meminfo: memFree=14062604/32951124 swapFree=67057920/67111528
[pid=22510] ppid=22508 vsize=374196 CPUtime=203.77 cores=1,3,5,7
/proc/22510/stat : 22510 (python) S 22508 22510 22344 0 -1 4202496 24948 19024 1 0 711 21 19632 13 17 0 8 0 887791272 383176704 13073 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273446719 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22510/statm: 93549 13073 1888 364 0 29449 0
[pid=22517] ppid=22510 vsize=312660 CPUtime=0.61 cores=1,3,5,7
/proc/22517/stat : 22517 (python) S 22510 22510 22344 0 -1 4202560 1213 0 0 0 31 30 0 0 18 0 2 0 887791994 320163840 11577 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22517/statm: 78165 11577 415 364 0 14083 0
[pid=22519] ppid=22517 vsize=60160 CPUtime=487.54 cores=1,3,5,7
/proc/22519/stat : 22519 (lingeling) T 22517 22519 22519 0 -1 4202496 51868 0 0 0 48748 6 0 0 25 0 1 0 887791994 61603840 14210 33554432000 4194304 4352236 140733650504288 18446744073709551615 4279110 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/22519/statm: 15040 14210 129 39 0 14120 0
[pid=22517/tid=22522] ppid=22510 vsize=312660 CPUtime=0 cores=1,3,5,7
/proc/22517/task/22522/stat : 22522 (python) S 22510 22510 22344 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 887802005 320163840 11577 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 514 18446604471134545920 0 0 -1 5 0 0 0
[pid=22523] ppid=22510 vsize=0 CPUtime=753.56 cores=1,3,5,7
/proc/22523/stat : 22523 (python) Z 22510 22510 22344 0 -1 4202588 1249 191597 0 0 53 50 75207 46 15 0 1 0 887802007 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22523/statm: 0 0 0 0 0 0 0
[pid=22543] ppid=22510 vsize=322928 CPUtime=1.61 cores=1,3,5,7
/proc/22543/stat : 22543 (python) S 22510 22510 22344 0 -1 4202560 1143 0 0 0 84 77 0 0 18 0 2 0 887860334 330678272 11565 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22543/statm: 80732 11565 399 364 0 16644 0
[pid=22545] ppid=22543 vsize=55164 CPUtime=1262.42 cores=1,3,5,7
/proc/22545/stat : 22545 (lingeling) T 22543 22545 22545 0 -1 4202496 135284 0 0 0 126226 16 0 0 25 0 1 0 887860334 56487936 12961 33554432000 4194304 4352236 140735447372096 18446744073709551615 4280960 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/22545/statm: 13791 12961 129 39 0 12871 0
[pid=22543/tid=22549] ppid=22510 vsize=322928 CPUtime=0 cores=1,3,5,7
/proc/22543/task/22549/stat : 22549 (python) S 22510 22510 22344 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 887870345 330678272 11565 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 514 18446604471162826816 0 0 -1 5 0 0 0
[pid=22577] ppid=22510 vsize=343440 CPUtime=0.53 cores=1,3,5,7
/proc/22577/stat : 22577 (python) S 22510 22510 22344 0 -1 4202560 1156 0 0 0 29 24 0 0 18 0 2 0 887948373 351682560 11573 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/22577/statm: 85860 11573 399 364 0 21766 0
[pid=22579] ppid=22577 vsize=97588 CPUtime=389.46 cores=1,3,5,7
/proc/22579/stat : 22579 (precosat) T 22577 22579 22579 0 -1 4202496 52810 0 0 0 38939 7 0 0 25 0 1 0 887948373 99930112 23819 33554432000 4194304 4890832 140735047258720 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/22579/statm: 24397 23819 86 171 0 24224 0
[pid=22577/tid=22586] ppid=22510 vsize=343440 CPUtime=0 cores=1,3,5,7
/proc/22577/task/22586/stat : 22586 (python) S 22510 22510 22344 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 887967896 351682560 11573 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 514 18446604471134345344 0 0 -1 5 0 0 0
[pid=22587] ppid=22510 vsize=353696 CPUtime=0.88 cores=1,3,5,7
/proc/22587/stat : 22587 (python) S 22510 22510 22344 0 -1 4202560 1176 0 0 0 47 41 0 0 15 0 2 0 887967898 362184704 11577 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22587/statm: 88424 11577 399 364 0 24327 0
[pid=22589] ppid=22587 vsize=237608 CPUtime=585.72 cores=1,3,5,7
/proc/22589/stat : 22589 (cryptominisat-2) T 22587 22589 22589 0 -1 4202496 174786 0 0 0 58537 35 0 0 25 0 1 0 887967899 243310592 52010 33554432000 4194304 4677096 140733746790336 18446744073709551615 4320152 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/22589/statm: 59402 52010 392 118 0 54361 0
[pid=22587/tid=22592] ppid=22510 vsize=353696 CPUtime=0 cores=1,3,5,7
/proc/22587/task/22592/stat : 22592 (python) S 22510 22510 22344 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 887978136 362184704 11577 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 514 18446604471117034432 0 0 -1 1 0 0 0
[pid=22665] ppid=22510 vsize=363952 CPUtime=100.25 cores=1,3,5,7
/proc/22665/stat : 22665 (python) S 22510 22510 22344 0 -1 4202560 1123 31625 0 0 7 6 10008 4 17 0 2 0 888036092 372686848 11581 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781824 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22665/statm: 90988 11581 399 364 0 26888 0
[pid=22665/tid=22673] ppid=22510 vsize=363952 CPUtime=100.12 cores=1,3,5,7
/proc/22665/task/22673/stat : 22673 (python) R 22510 22510 22344 0 -1 4202560 47 31625 0 0 0 0 10008 4 18 0 2 0 888046105 372686848 11581 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781824 2 0 0 0 -1 7 0 0 0
[pid=22510/tid=22518] ppid=22508 vsize=374196 CPUtime=196.45 cores=1,3,5,7
/proc/22510/task/22518/stat : 22518 (python) S 22508 22510 22344 0 -1 4202560 37 19024 0 0 0 0 19632 13 18 0 8 0 887791994 383176704 13073 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 2 18446604454222670848 0 0 -1 7 0 0 0
[pid=22510/tid=22524] ppid=22508 vsize=374196 CPUtime=196.45 cores=1,3,5,7
/proc/22510/task/22524/stat : 22524 (python) S 22508 22510 22344 0 -1 4202560 32 19024 0 0 0 0 19632 13 18 0 8 0 887802007 383176704 13073 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 2 18446604454222670848 0 0 -1 7 0 0 0
[pid=22510/tid=22544] ppid=22508 vsize=374196 CPUtime=196.45 cores=1,3,5,7
/proc/22510/task/22544/stat : 22544 (python) S 22508 22510 22344 0 -1 4202560 33 19024 0 0 0 0 19632 13 18 0 8 0 887860334 383176704 13073 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 2 18446604454222670848 0 0 -1 7 0 0 0
[pid=22510/tid=22563] ppid=22508 vsize=374196 CPUtime=196.45 cores=1,3,5,7
/proc/22510/task/22563/stat : 22563 (python) S 22508 22510 22344 0 -1 4202560 25 19024 0 0 0 0 19632 13 18 0 8 0 887918600 383176704 13073 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 2 18446604454222670848 0 0 -1 7 0 0 0
[pid=22510/tid=22578] ppid=22508 vsize=374196 CPUtime=196.45 cores=1,3,5,7
/proc/22510/task/22578/stat : 22578 (python) S 22508 22510 22344 0 -1 4202560 38 19024 0 0 0 0 19632 13 18 0 8 0 887948373 383176704 13073 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 2 18446604454222670848 0 0 -1 1 0 0 0
[pid=22510/tid=22588] ppid=22508 vsize=374196 CPUtime=196.45 cores=1,3,5,7
/proc/22510/task/22588/stat : 22588 (python) S 22508 22510 22344 0 -1 4202560 33 19024 0 0 0 0 19632 13 15 0 8 0 887967899 383176704 13073 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 2 18446604454222670848 0 0 -1 1 0 0 0
[pid=22510/tid=22666] ppid=22508 vsize=374196 CPUtime=196.45 cores=1,3,5,7
/proc/22510/task/22666/stat : 22666 (python) S 22508 22510 22344 0 -1 4202560 31 19024 0 0 0 0 19632 13 20 0 8 0 888036092 383176704 13073 33554432000 4194304 5683644 140735504663600 18446744073709551615 254273440177 0 0 16781312 2 18446604454222670848 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3786.35
Current children cumulated vsize (KiB) 2521392

Child status: 0
Real time (s): 3781.66
CPU time (s): 3786.58
CPU user time (s): 3782.69
CPU system time (s): 3.88741
CPU usage (%): 100.13
Max. virtual memory (cumulated for all children) (KiB): 3627040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3782.69
system time used= 3.88741
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 695638
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= 7660
involuntary context switches= 6350

runsolver used 8.65568 second user time and 17.5813 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-13 10:29:19
IDJOB=3498404
IDBENCH=82466
IDSOLVER=1991
FILE ID=node140/3498404-1307953759
RUNJOBID= node140-1307953114-22363
PBS_JOBID= 13559688
Free space on /var/tmp= 2748 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
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
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498404-1307953759/watcher-3498404-1307953759 -o /var/tmp/evaluation-result-3498404-1307953759/solver-3498404-1307953759 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498404-1307953759.cnf -seed 1856906190 -budget 5000

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

MD5SUM BENCH= ee159af2e208d290f7f3fefd15c344f2
RANDOM SEED=1856906190

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8149720 kB
Buffers:        103860 kB
Cached:       22758112 kB
SwapCached:       7476 kB
Active:        8805396 kB
Inactive:     15212800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8149720 kB
SwapTotal:    67111528 kB
SwapFree:     67057920 kB
Dirty:           93212 kB
Writeback:          32 kB
AnonPages:     1153736 kB
Mapped:          18452 kB
Slab:           714964 kB
PageTables:       7504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1350260 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 /var/tmp at the end= 2848 MiB
End job on node140 at 2011-06-13 11:32:21