Trace number 3380912

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-industrial (fixed)UNSAT 2985.79 402.803

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_fb_unknown.cnf
MD5SUM2385047c56f7801a7fd110b2ffe2f293
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark99.5369
Satisfiable
(Un)Satisfiability was proved
Number of variables35819
Number of clauses773506
Sum of the clauses size2886709
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 255953
Number of clauses of size 395409
Number of clauses of size 4622144
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.35/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.67	c INFO: solving HOME/instance-3380912-1305494612.cnf
0.35/0.67	c INFO: computing task features
3.52/3.85	c INFO: computed variable-clause graph statistics
3.62/3.93	c INFO: computed clause balance statistics
19.22/19.58	c INFO: computed variable balance statistics
30.02/30.33	c INFO: computed small-clause counts
30.02/30.38	c INFO: computed Horn-clause counts
31.92/32.25	c INFO: computed variable graph statistics
31.92/32.25	c INFO: collected features for HOME/instance-3380912-1305494612.cnf in 31.48 s
31.92/32.28	c INFO: running lingeling-276@0 for 97 with 4968 remaining (b = 0.18)
32.01/32.31	c INFO: running cryptominisat-2.9.0@0 for 485 with 4968 remaining (b = 0.16)
32.01/32.35	c INFO: running lingeling-276@0 for 1261 with 4968 remaining (b = 0.32)
32.01/32.38	c INFO: running SApperloT@0 for 97 with 4968 remaining (b = 0.02)
32.11/32.41	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4968 remaining (b = 0.34)
32.11/32.44	c INFO: running lingeling-276@0 for 1261 with 4968 remaining (b = 0.25)
32.11/32.48	c INFO: running precosat-570@0 for 291 with 4968 remaining (b = 0.05)
32.22/32.51	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4968 remaining (b = 0.27)
831.74/132.65	c INFO: running lingeling-276@0 for 1164 with 4868 remaining (b = 0.19)
832.51/132.75	c INFO: running precosat-570@0 for 776 with 4867 remaining (b = 0.17)
2361.31/324.50	c INFO: running lingeling-276@0 for 97 with 4676 remaining (b = 0.06)
2985.54/402.72	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3380912-1305494612/watcher-3380912-1305494612 -o /tmp/evaluation-result-3380912-1305494612/solver-3380912-1305494612 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380912-1305494612.cnf -seed 2093938803 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0 s]
/proc/loadavg: 5.32 2.73 4.23 1/426 11168
/proc/meminfo: memFree=10631876/32951132 swapFree=67093844/67111528
[pid=11168] ppid=11166 vsize=15772 CPUtime=0 cores=0-7
/proc/11168/stat : 11168 (python) S 11166 11168 10540 0 -1 4202496 894 0 0 0 0 0 0 0 20 0 1 0 661059897 16150528 776 33554432000 4194304 5683644 140735809846352 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/11168/statm: 3943 776 343 364 0 430 0

[startup+0.024647 s]
/proc/loadavg: 5.32 2.73 4.23 1/426 11168
/proc/meminfo: memFree=10631876/32951132 swapFree=67093844/67111528
[pid=11168] ppid=11166 vsize=16392 CPUtime=0 cores=0-7
/proc/11168/stat : 11168 (python) S 11166 11168 10540 0 -1 4202496 1075 0 0 0 0 0 0 0 20 0 1 0 661059897 16785408 946 33554432000 4194304 5683644 140735809846352 18446744073709551615 242970546021 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/11168/statm: 4098 946 382 364 0 585 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16392

[startup+0.100644 s]
/proc/loadavg: 5.32 2.73 4.23 1/426 11168
/proc/meminfo: memFree=10631876/32951132 swapFree=67093844/67111528
[pid=11168] ppid=11166 vsize=87704 CPUtime=0.06 cores=0-7
/proc/11168/stat : 11168 (python) S 11166 11168 10540 0 -1 4202496 2637 0 0 0 4 2 0 0 20 0 1 0 661059897 89808896 2354 33554432000 4194304 5683644 140735809846352 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/11168/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.300609 s]
/proc/loadavg: 5.32 2.73 4.23 1/426 11168
/proc/meminfo: memFree=10631876/32951132 swapFree=67093844/67111528
[pid=11168] ppid=11166 vsize=135748 CPUtime=0.19 cores=0-7
/proc/11168/stat : 11168 (python) R 11166 11168 10540 0 -1 4202496 5965 934 1 0 13 6 0 0 18 0 1 0 661059897 139005952 4150 33554432000 4194304 5683644 140735809846352 18446744073709551615 242970546181 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11168/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700568 s]
/proc/loadavg: 5.32 2.73 4.23 1/426 11168
/proc/meminfo: memFree=10631876/32951132 swapFree=67093844/67111528
[pid=11168] ppid=11166 vsize=297924 CPUtime=0.41 cores=0-7
/proc/11168/stat : 11168 (python) R 11166 11168 10540 0 -1 4202496 14153 934 1 0 30 11 0 0 17 0 1 0 661059897 305074176 11831 33554432000 4194304 5683644 140735809846352 18446744073709551615 47867809562577 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11168/statm: 74481 11831 1761 364 0 10405 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 297924

[startup+1.50043 s]
/proc/loadavg: 5.32 2.73 4.23 2/427 11173
/proc/meminfo: memFree=10571028/32951132 swapFree=67093844/67111528
[pid=11168] ppid=11166 vsize=349452 CPUtime=1.21 cores=0-7
/proc/11168/stat : 11168 (python) R 11166 11168 10540 0 -1 4202496 27021 934 1 0 109 12 0 0 18 0 1 0 661059897 357838848 24699 33554432000 4194304 5683644 140735809846352 18446744073709551615 4299218 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11168/statm: 87363 24700 1761 364 0 23287 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 349452

[startup+3.10111 s]
/proc/loadavg: 4.98 2.70 4.21 2/427 11173
/proc/meminfo: memFree=10499728/32951132 swapFree=67093844/67111528
[pid=11168] ppid=11166 vsize=462288 CPUtime=2.82 cores=0-7
/proc/11168/stat : 11168 (python) R 11166 11168 10540 0 -1 4202496 48805 934 1 0 266 16 0 0 21 0 1 0 661059897 473382912 46483 33554432000 4194304 5683644 140735809846352 18446744073709551615 47867638880965 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11168/statm: 115572 46484 1761 364 0 51496 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 462288

[startup+6.30056 s]
/proc/loadavg: 4.98 2.70 4.21 2/427 11173
/proc/meminfo: memFree=10396508/32951132 swapFree=67093844/67111528
[pid=11168] ppid=11166 vsize=490112 CPUtime=6.02 cores=0-7
/proc/11168/stat : 11168 (python) R 11166 11168 10540 0 -1 4202496 87633 934 1 0 582 20 0 0 25 0 1 0 661059897 501874688 59913 33554432000 4194304 5683644 140735809846352 18446744073709551615 4539751 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11168/statm: 122528 59913 1826 364 0 58452 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 490112

[startup+12.7005 s]
/proc/loadavg: 4.75 2.72 4.20 2/427 11173
/proc/meminfo: memFree=10397836/32951132 swapFree=67093844/67111528
[pid=11168] ppid=11166 vsize=490112 CPUtime=12.42 cores=0-7
/proc/11168/stat : 11168 (python) R 11166 11168 10540 0 -1 4202496 87633 934 1 0 1222 20 0 0 25 0 1 0 661059897 501874688 59913 33554432000 4194304 5683644 140735809846352 18446744073709551615 47867641477196 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11168/statm: 122528 59913 1826 364 0 58452 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 490112

[startup+25.5003 s]
/proc/loadavg: 4.40 2.72 4.18 2/427 11174
/proc/meminfo: memFree=10400332/32951132 swapFree=67093844/67111528
[pid=11168] ppid=11166 vsize=490112 CPUtime=25.22 cores=0-7
/proc/11168/stat : 11168 (python) R 11166 11168 10540 0 -1 4202496 87634 934 1 0 2502 20 0 0 25 0 1 0 661059897 501874688 59914 33554432000 4194304 5683644 140735809846352 18446744073709551615 4603239 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11168/statm: 122528 59914 1827 364 0 58452 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 490112

[startup+51.1018 s]
/proc/loadavg: 4.79 2.92 4.21 9/451 11198
/proc/meminfo: memFree=9324224/32951132 swapFree=67093844/67111528
[pid=11168] ppid=11166 vsize=620584 CPUtime=32.24 cores=0-7
/proc/11168/stat : 11168 (python) S 11166 11168 10540 0 -1 4202496 93162 934 1 0 3195 29 0 0 20 0 9 0 661059897 635478016 55849 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11168/statm: 155146 55849 1889 364 0 91043 0
[pid=11175] ppid=11168 vsize=473012 CPUtime=0.06 cores=0-7
/proc/11175/stat : 11175 (python) S 11168 11168 10540 0 -1 4202560 984 0 0 0 3 3 0 0 18 0 1 0 661063125 484364288 54187 33554432000 4194304 5683644 140735809846352 18446744073709551615 242970570255 0 0 16781312 514 761213890141847816 0 0 17 6 0 0 0
/proc/11175/statm: 118253 54187 381 364 0 54171 0
[pid=11177] ppid=11175 vsize=59812 CPUtime=18.79 cores=0-7
/proc/11177/stat : 11177 (lingeling) R 11175 11177 11177 0 -1 4202496 21392 0 0 0 1876 3 0 0 25 0 1 0 661063127 61247488 14123 33554432000 4194304 4352236 140735922886128 18446744073709551615 4235610 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11177/statm: 14953 14123 129 39 0 14033 0
[pid=11178] ppid=11168 vsize=483268 CPUtime=0.07 cores=0-7
/proc/11178/stat : 11178 (python) S 11168 11168 10540 0 -1 4202560 928 0 0 0 4 3 0 0 15 0 1 0 661063128 494866432 54180 33554432000 4194304 5683644 140735809846352 18446744073709551615 242970570310 0 0 16781312 514 8271907455030493447 0 0 17 7 0 0 0
/proc/11178/statm: 120817 54180 370 364 0 56732 0
[pid=11180] ppid=11178 vsize=291568 CPUtime=18.36 cores=0-7
/proc/11180/stat : 11180 (cryptominisat-2) R 11178 11180 11180 0 -1 4202496 66955 0 0 0 1825 11 0 0 25 0 1 0 661063130 298565632 57471 33554432000 4194304 4677096 140733462039024 18446744073709551615 4320188 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/11180/statm: 72892 57471 390 118 0 67851 0
[pid=11181] ppid=11168 vsize=493524 CPUtime=0.06 cores=0-7
/proc/11181/stat : 11181 (python) S 11168 11168 10540 0 -1 4202560 921 0 0 0 2 4 0 0 18 0 1 0 661063132 505368576 54184 33554432000 4194304 5683644 140735809846352 18446744073709551615 242970570310 0 0 16781312 514 761213890141847813 0 0 17 0 0 0 0
/proc/11181/statm: 123381 54184 370 364 0 59293 0
[pid=11183] ppid=11181 vsize=61456 CPUtime=18.7 cores=0-7
/proc/11183/stat : 11183 (lingeling) R 11181 11183 11183 0 -1 4202496 21810 0 0 0 1867 3 0 0 25 0 1 0 661063134 62930944 14534 33554432000 4194304 4352236 140736884348192 18446744073709551615 4234441 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11183/statm: 15364 14534 129 39 0 14444 0
[pid=11184] ppid=11168 vsize=503780 CPUtime=0.06 cores=0-7
/proc/11184/stat : 11184 (python) S 11168 11168 10540 0 -1 4202560 949 0 0 0 3 3 0 0 18 0 1 0 661063135 515870720 54188 33554432000 4194304 5683644 140735809846352 18446744073709551615 242970570310 0 0 16781312 514 761213890141847814 0 0 17 6 0 0 0
/proc/11184/statm: 125945 54188 370 364 0 61854 0
[pid=11186] ppid=11184 vsize=57860 CPUtime=18.69 cores=0-7
/proc/11186/stat : 11186 (SApperloT-base) R 11184 11186 11186 0 -1 4202496 14342 0 0 0 1867 2 0 0 25 0 1 0 661063136 59248640 14046 33554432000 134512640 135674940 4287488096 18446744073709551615 134564620 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11186/statm: 14465 14046 99 284 0 14179 0
[pid=11187] ppid=11168 vsize=579572 CPUtime=0.07 cores=0-7
/proc/11187/stat : 11187 (python) S 11168 11168 10540 0 -1 4202560 830 0 0 0 4 3 0 0 15 0 1 0 661063138 593481728 54311 33554432000 4194304 5683644 140735809846352 18446744073709551615 242970570310 0 0 16781312 514 6807885732414193924 0 0 17 5 0 0 0
/proc/11187/statm: 144893 54311 372 364 0 80799 0
[pid=11189] ppid=11187 vsize=291536 CPUtime=18.56 cores=0-7
/proc/11189/stat : 11189 (cryptominisat-2) R 11187 11189 11189 0 -1 4202496 67039 0 0 0 1846 10 0 0 25 0 1 0 661063141 298532864 57567 33554432000 4194304 4677096 140733452125488 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/11189/statm: 72884 57567 390 118 0 67843 0
[pid=11190] ppid=11168 vsize=589828 CPUtime=0.06 cores=0-7
/proc/11190/stat : 11190 (python) S 11168 11168 10540 0 -1 4202560 820 0 0 0 3 3 0 0 18 0 1 0 661063141 603983872 54304 33554432000 4194304 5683644 140735809846352 18446744073709551615 242970570310 0 0 16781312 514 761213890141847813 0 0 17 0 0 0 0
/proc/11190/statm: 147457 54304 371 364 0 83360 0
[pid=11192] ppid=11190 vsize=61524 CPUtime=18.51 cores=0-7
/proc/11192/stat : 11192 (lingeling) R 11190 11192 11192 0 -1 4202496 21811 0 0 0 1848 3 0 0 25 0 1 0 661063143 63000576 14551 33554432000 4194304 4352236 140734282688384 18446744073709551615 4328047 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/11192/statm: 15381 14551 129 39 0 14461 0
[pid=11193] ppid=11168 vsize=600084 CPUtime=0.06 cores=0-7
/proc/11193/stat : 11193 (python) S 11168 11168 10540 0 -1 4202560 826 0 0 0 3 3 0 0 18 0 1 0 661063145 614486016 54312 33554432000 4194304 5683644 140735809846352 18446744073709551615 242970570310 0 0 16781312 514 761213890141847812 0 0 17 0 0 0 0
/proc/11193/statm: 150021 54312 371 364 0 85921 0
[pid=11195] ppid=11193 vsize=147788 CPUtime=18.55 cores=0-7
/proc/11195/stat : 11195 (precosat) R 11193 11195 11195 0 -1 4202496 37081 0 0 0 1849 6 0 0 25 0 1 0 661063148 151334912 36262 33554432000 4194304 4890832 140735216090608 18446744073709551615 4238565 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/11195/statm: 36947 36262 86 171 0 36774 0
[pid=11196] ppid=11168 vsize=610340 CPUtime=0.07 cores=0-7
/proc/11196/stat : 11196 (python) S 11168 11168 10540 0 -1 4202560 893 0 0 0 4 3 0 0 15 0 1 0 661063148 624988160 54337 33554432000 4194304 5683644 140735809846352 18446744073709551615 242970570310 0 0 16781312 514 2626715690865754374 0 0 17 0 0 0 0
/proc/11196/statm: 152585 54337 378 364 0 88482 0
[pid=11198] ppid=11196 vsize=291552 CPUtime=18.3 cores=0-7
/proc/11198/stat : 11198 (cryptominisat-2) R 11196 11198 11198 0 -1 4202496 67008 0 0 0 1820 10 0 0 25 0 1 0 661063149 298549248 57526 33554432000 4194304 4677096 140735775417488 18446744073709551615 4359260 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/11198/statm: 72888 57526 390 118 0 67847 0
[pid=11168/tid=11176] ppid=11166 vsize=620584 CPUtime=0 cores=0-7
/proc/11168/task/11176/stat : 11176 (python) S 11166 11168 10540 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 9 0 661063126 635478016 55849 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 6 0 0 0
[pid=11168/tid=11179] ppid=11166 vsize=620584 CPUtime=0 cores=0-7
/proc/11168/task/11179/stat : 11179 (python) S 11166 11168 10540 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 9 0 661063129 635478016 55849 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 5 0 0 0
[pid=11168/tid=11182] ppid=11166 vsize=620584 CPUtime=0 cores=0-7
/proc/11168/task/11182/stat : 11182 (python) S 11166 11168 10540 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 9 0 661063133 635478016 55849 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 6 0 0 0
[pid=11168/tid=11185] ppid=11166 vsize=620584 CPUtime=0 cores=0-7
/proc/11168/task/11185/stat : 11185 (python) S 11166 11168 10540 0 -1 4202560 26 934 0 0 0 0 0 0 22 0 9 0 661063136 635478016 55849 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 4 0 0 0
[pid=11168/tid=11188] ppid=11166 vsize=620584 CPUtime=0 cores=0-7
/proc/11168/task/11188/stat : 11188 (python) S 11166 11168 10540 0 -1 4202560 71 934 0 0 0 0 0 0 19 0 9 0 661063139 635478016 55849 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 5 0 0 0
[pid=11168/tid=11191] ppid=11166 vsize=620584 CPUtime=0 cores=0-7
/proc/11168/task/11191/stat : 11191 (python) S 11166 11168 10540 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 9 0 661063142 635478016 55849 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 6 0 0 0
[pid=11168/tid=11194] ppid=11166 vsize=620584 CPUtime=0 cores=0-7
/proc/11168/task/11194/stat : 11194 (python) S 11166 11168 10540 0 -1 4202560 34 934 0 0 0 0 0 0 19 0 9 0 661063146 635478016 55849 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 5 0 0 0
[pid=11168/tid=11197] ppid=11166 vsize=620584 CPUtime=0 cores=0-7
/proc/11168/task/11197/stat : 11197 (python) S 11166 11168 10540 0 -1 4202560 33 934 0 0 0 0 0 0 20 0 9 0 661063149 635478016 55849 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 181.21
Current children cumulated vsize (KiB) 6217088

[startup+102.317 s]
/proc/loadavg: 6.88 3.82 4.44 9/451 11200
/proc/meminfo: memFree=9288132/32951132 swapFree=67093844/67111528
[pid=11168] ppid=11166 vsize=620584 CPUtime=32.24 cores=0-7
/proc/11168/stat : 11168 (python) S 11166 11168 10540 0 -1 4202496 93162 934 1 0 3195 29 0 0 20 0 9 0 661059897 635478016 55849 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11168/statm: 155146 55849 1889 364 0 91043 0
[pid=11175] ppid=11168 vsize=473012 CPUtime=0.21 cores=0-7
/proc/11175/stat : 11175 (python) S 11168 11168 10540 0 -1 4202560 1007 0 0 0 10 11 0 0 18 0 1 0 661063125 484364288 54187 33554432000 4194304 5683644 140735809846352 18446744073709551615 242970570255 0 0 16781312 514 761213890141847816 0 0 17 6 0 0 0
/proc/11175/statm: 118253 54187 381 364 0 54171 0
[pid=11177] ppid=11175 vsize=59692 CPUtime=70 cores=0-7
/proc/11177/stat : 11177 (lingeling) R 11175 11177 11177 0 -1 4202496 21622 0 0 0 6997 3 0 0 25 0 1 0 661063127 61124608 14093 33554432000 4194304 4352236 140735922886128 18446744073709551615 4233979 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11177/statm: 14923 14093 129 39 0 14003 0
[pid=11178] ppid=11168 vsize=483268 CPUtime=0.26 cores=0-7
/proc/11178/stat : 11178 (python) S 11168 11168 10540 0 -1 4202560 947 0 0 0 14 12 0 0 15 0 1 0 661063128 494866432 54180 33554432000 4194304 5683644 140735809846352 18446744073709551615 242970570310 0 0 16781312 514 8271907455030493447 0 0 17 7 0 0 0
/proc/11178/statm: 120817 54180 370 364 0 56732 0
[pid=11180] ppid=11178 vsize=306876 CPUtime=68.49 cores=0-7
/proc/11180/stat : 11180 (cryptominisat-2) R 11178 11180 11180 0 -1 4202496 73781 0 0 0 6835 14 0 0 25 0 1 0 661063130 314241024 59418 33554432000 4194304 4677096 140733462039024 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/11180/statm: 76719 59418 390 118 0 71678 0

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

/proc/11168/task/11182/stat : 11182 (python) S 11166 11168 10540 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 11 0 661063133 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 6 0 0 0
[pid=11168/tid=11185] ppid=11166 vsize=641096 CPUtime=0 cores=0-7
/proc/11168/task/11185/stat : 11185 (python) S 11166 11168 10540 0 -1 4202560 26 934 0 0 0 0 0 0 22 0 11 0 661063136 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 4 0 0 0
[pid=11168/tid=11188] ppid=11166 vsize=641096 CPUtime=0 cores=0-7
/proc/11168/task/11188/stat : 11188 (python) S 11166 11168 10540 0 -1 4202560 71 934 0 0 0 0 0 0 19 0 11 0 661063139 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 5 0 0 0
[pid=11168/tid=11191] ppid=11166 vsize=641096 CPUtime=0 cores=0-7
/proc/11168/task/11191/stat : 11191 (python) S 11166 11168 10540 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 11 0 661063142 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 6 0 0 0
[pid=11168/tid=11194] ppid=11166 vsize=641096 CPUtime=0 cores=0-7
/proc/11168/task/11194/stat : 11194 (python) S 11166 11168 10540 0 -1 4202560 34 934 0 0 0 0 0 0 19 0 11 0 661063146 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 5 0 0 0
[pid=11168/tid=11197] ppid=11166 vsize=641096 CPUtime=0 cores=0-7
/proc/11168/task/11197/stat : 11197 (python) S 11166 11168 10540 0 -1 4202560 33 934 0 0 0 0 0 0 20 0 11 0 661063149 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 0 0 0 0
[pid=11168/tid=11204] ppid=11166 vsize=641096 CPUtime=0 cores=0-7
/proc/11168/task/11204/stat : 11204 (python) S 11166 11168 10540 0 -1 4202560 45 934 0 0 0 0 0 0 20 0 11 0 661073173 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 0 0 0 0
[pid=11168/tid=11214] ppid=11166 vsize=641096 CPUtime=0 cores=0-7
/proc/11168/task/11214/stat : 11214 (python) S 11166 11168 10540 0 -1 4202560 34 934 0 0 0 0 0 0 20 0 11 0 661092348 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2503.96
Current children cumulated vsize (KiB) 7814400

[startup+402.302 s]
/proc/loadavg: 8.04 6.48 5.42 9/460 11217
/proc/meminfo: memFree=9041712/32951132 swapFree=67093844/67111528
[pid=11168] ppid=11166 vsize=641096 CPUtime=32.34 cores=0-7
/proc/11168/stat : 11168 (python) S 11166 11168 10540 0 -1 4202496 94702 934 1 0 3203 31 0 0 19 0 11 0 661059897 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11168/statm: 160274 55886 1894 364 0 96165 0
[pid=11175] ppid=11168 vsize=483256 CPUtime=1.21 cores=0-7
/proc/11175/stat : 11175 (python) S 11168 11168 10540 0 -1 4202560 1210 0 0 0 62 59 0 0 18 0 2 0 661063125 494854144 54226 33554432000 4194304 5683644 140735809846352 18446744073709551615 242970570310 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11175/statm: 120814 54226 415 364 0 56732 0
[pid=11177] ppid=11175 vsize=62140 CPUtime=369.9 cores=0-7
/proc/11177/stat : 11177 (lingeling) R 11175 11177 11177 0 -1 4202496 22303 0 0 0 36987 3 0 0 25 0 1 0 661063127 63631360 14705 33554432000 4194304 4352236 140735922886128 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/11177/statm: 15535 14705 129 39 0 14615 0
[pid=11175/tid=11201] ppid=11168 vsize=483256 CPUtime=0 cores=0-7
/proc/11175/task/11201/stat : 11201 (python) S 11168 11168 10540 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 661073159 494854144 54226 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 514 18446604457653875648 0 0 -1 6 0 0 0
[pid=11178] ppid=11168 vsize=483268 CPUtime=1.35 cores=0-7
/proc/11178/stat : 11178 (python) S 11168 11168 10540 0 -1 4202560 982 0 0 0 68 67 0 0 15 0 1 0 661063128 494866432 54180 33554432000 4194304 5683644 140735809846352 18446744073709551615 242970570310 0 0 16781312 514 8271907455030493447 0 0 17 5 0 0 0
/proc/11178/statm: 120817 54180 370 364 0 56732 0
[pid=11180] ppid=11178 vsize=307516 CPUtime=360.6 cores=0-7
/proc/11180/stat : 11180 (cryptominisat-2) R 11178 11180 11180 0 -1 4202496 106248 0 0 0 36032 28 0 0 25 0 1 0 661063130 314896384 60277 33554432000 4194304 4677096 140733462039024 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/11180/statm: 76879 60277 390 118 0 71838 0
[pid=11181] ppid=11168 vsize=493524 CPUtime=1.21 cores=0-7
/proc/11181/stat : 11181 (python) S 11168 11168 10540 0 -1 4202560 980 0 0 0 64 57 0 0 18 0 1 0 661063132 505368576 54184 33554432000 4194304 5683644 140735809846352 18446744073709551615 242970570310 0 0 16781312 514 761213890141847813 0 0 17 0 0 0 0
/proc/11181/statm: 123381 54184 370 364 0 59293 0
[pid=11183] ppid=11181 vsize=64296 CPUtime=369.75 cores=0-7
/proc/11183/stat : 11183 (lingeling) R 11181 11183 11183 0 -1 4202496 25049 0 0 0 36967 8 0 0 25 0 1 0 661063134 65839104 15244 33554432000 4194304 4352236 140736884348192 18446744073709551615 4329004 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11183/statm: 16074 15244 129 39 0 15154 0
[pid=11184] ppid=11168 vsize=503780 CPUtime=0.33 cores=0-7
/proc/11184/stat : 11184 (python) S 11168 11168 10540 0 -1 4202560 1132 0 0 0 17 16 0 0 19 0 2 0 661063135 515870720 54218 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11184/statm: 125945 54218 399 364 0 61854 0
[pid=11186] ppid=11184 vsize=79528 CPUtime=100.3 cores=0-7
/proc/11186/stat : 11186 (SApperloT-base) T 11184 11186 11186 0 -1 4202496 19748 0 0 0 10024 6 0 0 25 0 1 0 661063136 81436672 19258 33554432000 134512640 135674940 4287488096 18446744073709551615 134564668 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11186/statm: 19882 19258 100 284 0 19596 0
[pid=11184/tid=11202] ppid=11168 vsize=503780 CPUtime=0 cores=0-7
/proc/11184/task/11202/stat : 11202 (python) S 11168 11168 10540 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 661073169 515870720 54218 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 514 18446604470960044992 0 0 -1 6 0 0 0
[pid=11187] ppid=11168 vsize=579572 CPUtime=1.34 cores=0-7
/proc/11187/stat : 11187 (python) S 11168 11168 10540 0 -1 4202560 841 0 0 0 67 67 0 0 15 0 1 0 661063138 593481728 54311 33554432000 4194304 5683644 140735809846352 18446744073709551615 242970570310 0 0 16781312 514 761213890141847812 0 0 17 5 0 0 0
/proc/11187/statm: 144893 54311 372 364 0 80799 0
[pid=11189] ppid=11187 vsize=322340 CPUtime=368.55 cores=0-7
/proc/11189/stat : 11189 (cryptominisat-2) R 11187 11189 11189 0 -1 4202496 112576 0 0 0 36830 25 0 0 25 0 1 0 661063141 330076160 62569 33554432000 4194304 4677096 140733452125488 18446744073709551615 4318914 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/11189/statm: 80585 62569 390 118 0 75544 0
[pid=11190] ppid=11168 vsize=589828 CPUtime=1.22 cores=0-7
/proc/11190/stat : 11190 (python) S 11168 11168 10540 0 -1 4202560 820 0 0 0 64 58 0 0 18 0 1 0 661063141 603983872 54304 33554432000 4194304 5683644 140735809846352 18446744073709551615 242970570310 0 0 16781312 514 761213890141847813 0 0 17 0 0 0 0
/proc/11190/statm: 147457 54304 371 364 0 83360 0
[pid=11192] ppid=11190 vsize=63880 CPUtime=369.18 cores=0-7
/proc/11192/stat : 11192 (lingeling) R 11190 11192 11192 0 -1 4202496 25392 0 0 0 36914 4 0 0 25 0 1 0 661063143 65413120 15140 33554432000 4194304 4352236 140734282688384 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/11192/statm: 15970 15140 129 39 0 15050 0
[pid=11193] ppid=11168 vsize=600084 CPUtime=0.97 cores=0-7
/proc/11193/stat : 11193 (python) S 11168 11168 10540 0 -1 4202560 1010 0 0 0 49 48 0 0 19 0 2 0 661063145 614486016 54341 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/11193/statm: 150021 54341 399 364 0 85921 0
[pid=11195] ppid=11193 vsize=147788 CPUtime=291.87 cores=0-7
/proc/11195/stat : 11195 (precosat) T 11193 11195 11195 0 -1 4202496 39434 0 0 0 29180 7 0 0 25 0 1 0 661063148 151334912 36265 33554432000 4194304 4890832 140735216090608 18446744073709551615 4238592 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/11195/statm: 36947 36265 86 171 0 36774 0
[pid=11193/tid=11212] ppid=11168 vsize=600084 CPUtime=0 cores=0-7
/proc/11193/task/11212/stat : 11212 (python) S 11168 11168 10540 0 -1 4202560 75 0 0 0 0 0 0 0 19 0 2 0 661092344 614486016 54341 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 514 18446604469213819328 0 0 -1 1 0 0 0
[pid=11196] ppid=11168 vsize=610340 CPUtime=1.71 cores=0-7
/proc/11196/stat : 11196 (python) R 11168 11168 10540 0 -1 4202560 900 0 0 0 103 68 0 0 16 0 1 0 661063148 624988160 54337 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982380351 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/11196/statm: 152585 54337 378 364 0 88482 0
[pid=11198] ppid=11196 vsize=0 CPUtime=364.62 cores=0-7
/proc/11198/stat : 11198 (cryptominisat-2) R 11196 11198 11198 0 -1 4202500 114001 0 0 0 36428 34 0 0 25 0 1 0 661063149 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11198/statm: 0 0 0 0 0 0 0
[pid=11203] ppid=11168 vsize=620596 CPUtime=0.9 cores=0-7
/proc/11203/stat : 11203 (python) S 11168 11168 10540 0 -1 4202560 850 0 0 0 46 44 0 0 18 0 1 0 661073172 635490304 54355 33554432000 4194304 5683644 140735809846352 18446744073709551615 242970570310 0 0 16781312 514 761213890141847812 0 0 17 5 0 0 0
/proc/11203/statm: 155149 54355 371 364 0 91043 0
[pid=11205] ppid=11203 vsize=148316 CPUtime=268.1 cores=0-7
/proc/11205/stat : 11205 (precosat) R 11203 11205 11205 0 -1 4202496 37245 0 0 0 26805 5 0 0 25 0 1 0 661073173 151875584 36421 33554432000 4194304 4890832 140733996067520 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/11205/statm: 37079 36421 86 171 0 36906 0
[pid=11213] ppid=11168 vsize=630852 CPUtime=0.26 cores=0-7
/proc/11213/stat : 11213 (python) S 11168 11168 10540 0 -1 4202560 846 0 0 0 14 12 0 0 18 0 1 0 661092347 645992448 54359 33554432000 4194304 5683644 140735809846352 18446744073709551615 242970570310 0 0 16781312 514 761213890141847816 0 0 17 5 0 0 0
/proc/11213/statm: 157713 54359 371 364 0 93604 0
[pid=11215] ppid=11213 vsize=60020 CPUtime=76.7 cores=0-7
/proc/11215/stat : 11215 (lingeling) R 11213 11215 11215 0 -1 4202496 21699 0 0 0 7666 4 0 0 25 0 1 0 661092348 61460480 14175 33554432000 4194304 4352236 140736797096256 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11215/statm: 15005 14175 129 39 0 14085 0
[pid=11168/tid=11176] ppid=11166 vsize=641096 CPUtime=0 cores=0-7
/proc/11168/task/11176/stat : 11176 (python) S 11166 11168 10540 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 11 0 661063126 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 6 0 0 0
[pid=11168/tid=11179] ppid=11166 vsize=641096 CPUtime=0 cores=0-7
/proc/11168/task/11179/stat : 11179 (python) S 11166 11168 10540 0 -1 4202560 22 934 0 0 0 0 0 0 20 0 11 0 661063129 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 5 0 0 0
[pid=11168/tid=11182] ppid=11166 vsize=641096 CPUtime=0 cores=0-7
/proc/11168/task/11182/stat : 11182 (python) S 11166 11168 10540 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 11 0 661063133 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 6 0 0 0
[pid=11168/tid=11185] ppid=11166 vsize=641096 CPUtime=0 cores=0-7
/proc/11168/task/11185/stat : 11185 (python) S 11166 11168 10540 0 -1 4202560 26 934 0 0 0 0 0 0 22 0 11 0 661063136 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 4 0 0 0
[pid=11168/tid=11188] ppid=11166 vsize=641096 CPUtime=0 cores=0-7
/proc/11168/task/11188/stat : 11188 (python) S 11166 11168 10540 0 -1 4202560 71 934 0 0 0 0 0 0 19 0 11 0 661063139 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 5 0 0 0
[pid=11168/tid=11191] ppid=11166 vsize=641096 CPUtime=0 cores=0-7
/proc/11168/task/11191/stat : 11191 (python) S 11166 11168 10540 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 11 0 661063142 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 6 0 0 0
[pid=11168/tid=11194] ppid=11166 vsize=641096 CPUtime=0 cores=0-7
/proc/11168/task/11194/stat : 11194 (python) S 11166 11168 10540 0 -1 4202560 34 934 0 0 0 0 0 0 19 0 11 0 661063146 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 5 0 0 0
[pid=11168/tid=11197] ppid=11166 vsize=641096 CPUtime=0 cores=0-7
/proc/11168/task/11197/stat : 11197 (python) S 11166 11168 10540 0 -1 4202560 33 934 0 0 0 0 0 0 20 0 11 0 661063149 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 0 0 0 0
[pid=11168/tid=11204] ppid=11166 vsize=641096 CPUtime=0 cores=0-7
/proc/11168/task/11204/stat : 11204 (python) S 11166 11168 10540 0 -1 4202560 45 934 0 0 0 0 0 0 20 0 11 0 661073173 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 0 0 0 0
[pid=11168/tid=11214] ppid=11166 vsize=641096 CPUtime=0 cores=0-7
/proc/11168/task/11214/stat : 11214 (python) S 11166 11168 10540 0 -1 4202560 34 934 0 0 0 0 0 0 20 0 11 0 661092348 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2982.41
Current children cumulated vsize (KiB) 7492020

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

[startup+402.702 s]
/proc/loadavg: 8.04 6.50 5.43 11/460 11217
/proc/meminfo: memFree=9281404/32951132 swapFree=67093844/67111528
[pid=11168] ppid=11166 vsize=641096 CPUtime=1798.63 cores=0-7
/proc/11168/stat : 11168 (python) S 11166 11168 10540 0 -1 4202496 94750 347470 1 0 3203 31 176237 392 17 0 11 0 661059897 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982380351 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11168/statm: 160274 55886 1894 364 0 96165 0
[pid=11175] ppid=11168 vsize=0 CPUtime=371.52 cores=0-7
/proc/11175/stat : 11175 (python) R 11168 11168 10540 0 -1 4202564 1230 22303 0 0 63 60 37026 3 16 0 1 0 661063125 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11175/statm: 0 0 0 0 0 0 0
[pid=11181] ppid=11168 vsize=493524 CPUtime=1.23 cores=0-7
/proc/11181/stat : 11181 (python) S 11168 11168 10540 0 -1 4202560 980 0 0 0 65 58 0 0 18 0 1 0 661063132 505368576 54184 33554432000 4194304 5683644 140735809846352 18446744073709551615 242970570310 0 0 16781312 514 761213890141847813 0 0 17 2 0 0 0
/proc/11181/statm: 123381 54184 370 364 0 59293 0
[pid=11183] ppid=11181 vsize=64296 CPUtime=370.14 cores=0-7
/proc/11183/stat : 11183 (lingeling) R 11181 11183 11183 0 -1 4202496 25049 0 0 0 37006 8 0 0 25 0 1 0 661063134 65839104 15244 33554432000 4194304 4352236 140736884348192 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11183/statm: 16074 15244 129 39 0 15154 0
[pid=11196] ppid=11168 vsize=0 CPUtime=366.66 cores=0-7
/proc/11196/stat : 11196 (python) Z 11168 11168 10540 0 -1 4202588 1181 114001 0 0 131 73 36428 34 17 0 1 0 661063148 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/11196/statm: 0 0 0 0 0 0 0
[pid=11213] ppid=11168 vsize=630852 CPUtime=0.26 cores=0-7
/proc/11213/stat : 11213 (python) S 11168 11168 10540 0 -1 4202560 846 0 0 0 14 12 0 0 18 0 1 0 661092347 645992448 54359 33554432000 4194304 5683644 140735809846352 18446744073709551615 242970570310 0 0 16781312 514 761213890141847816 0 0 17 5 0 0 0
/proc/11213/statm: 157713 54359 371 364 0 93604 0
[pid=11215] ppid=11213 vsize=60020 CPUtime=77.1 cores=0-7
/proc/11215/stat : 11215 (lingeling) R 11213 11215 11215 0 -1 4202496 21699 0 0 0 7706 4 0 0 25 0 1 0 661092348 61460480 14175 33554432000 4194304 4352236 140736797096256 18446744073709551615 4222658 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/11215/statm: 15005 14175 129 39 0 14085 0
[pid=11168/tid=11176] ppid=11166 vsize=641096 CPUtime=1766.29 cores=0-7
/proc/11168/task/11176/stat : 11176 (python) S 11166 11168 10540 0 -1 4202560 29 347470 0 0 0 0 176237 392 18 0 11 0 661063126 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 6 0 0 0
[pid=11168/tid=11179] ppid=11166 vsize=641096 CPUtime=1766.29 cores=0-7
/proc/11168/task/11179/stat : 11179 (python) S 11166 11168 10540 0 -1 4202560 22 347470 0 0 0 0 176237 392 20 0 11 0 661063129 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 5 0 0 0
[pid=11168/tid=11182] ppid=11166 vsize=641096 CPUtime=1766.29 cores=0-7
/proc/11168/task/11182/stat : 11182 (python) S 11166 11168 10540 0 -1 4202560 22 347470 0 0 0 0 176237 392 21 0 11 0 661063133 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 6 0 0 0
[pid=11168/tid=11185] ppid=11166 vsize=641096 CPUtime=1766.29 cores=0-7
/proc/11168/task/11185/stat : 11185 (python) S 11166 11168 10540 0 -1 4202560 26 347470 0 0 0 0 176237 392 22 0 11 0 661063136 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 4 0 0 0
[pid=11168/tid=11188] ppid=11166 vsize=641096 CPUtime=1766.29 cores=0-7
/proc/11168/task/11188/stat : 11188 (python) S 11166 11168 10540 0 -1 4202560 71 347470 0 0 0 0 176237 392 19 0 11 0 661063139 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 5 0 0 0
[pid=11168/tid=11191] ppid=11166 vsize=641096 CPUtime=1766.29 cores=0-7
/proc/11168/task/11191/stat : 11191 (python) S 11166 11168 10540 0 -1 4202560 31 347470 0 0 0 0 176237 392 20 0 11 0 661063142 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 6 0 0 0
[pid=11168/tid=11194] ppid=11166 vsize=641096 CPUtime=1766.29 cores=0-7
/proc/11168/task/11194/stat : 11194 (python) S 11166 11168 10540 0 -1 4202560 34 347470 0 0 0 0 176237 392 19 0 11 0 661063146 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 5 0 0 0
[pid=11168/tid=11197] ppid=11166 vsize=641096 CPUtime=1766.29 cores=0-7
/proc/11168/task/11197/stat : 11197 (python) S 11166 11168 10540 0 -1 4202560 33 347470 0 0 0 0 176237 392 20 0 11 0 661063149 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 0 0 0 0
[pid=11168/tid=11204] ppid=11166 vsize=641096 CPUtime=1766.29 cores=0-7
/proc/11168/task/11204/stat : 11204 (python) S 11166 11168 10540 0 -1 4202560 45 347470 0 0 0 0 176237 392 20 0 11 0 661073173 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 0 0 0 0
[pid=11168/tid=11214] ppid=11166 vsize=641096 CPUtime=1766.29 cores=0-7
/proc/11168/task/11214/stat : 11214 (python) S 11166 11168 10540 0 -1 4202560 34 347470 0 0 0 0 176237 392 20 0 11 0 661092348 656482304 55886 33554432000 4194304 5683644 140735809846352 18446744073709551615 242982373809 0 0 16781312 2 18446604450283549696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2985.54
Current children cumulated vsize (KiB) 1889788

[startup+402.801 s]
/proc/loadavg: 8.04 6.50 5.43 11/460 11217
/proc/meminfo: memFree=9281404/32951132 swapFree=67093844/67111528
[pid=11168] ppid=11166 vsize=0 CPUtime=2985.77 cores=0-7
/proc/11168/stat : 11168 (python) R 11166 11168 10540 0 -1 4202500 121038 534857 1 0 3207 35 294683 652 17 0 1 0 661059897 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/11168/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2985.77
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 402.803
CPU time (s): 2985.79
CPU user time (s): 2978.91
CPU system time (s): 6.87795
CPU usage (%): 741.252
Max. virtual memory (cumulated for all children) (KiB): 7827068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2978.91
system time used= 6.87795
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 655895
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= 7387
involuntary context switches= 18122

runsolver used 2.6276 second user time and 6.12607 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-15 23:23:32
IDJOB=3380912
IDBENCH=82494
IDSOLVER=1864
FILE ID=node128/3380912-1305494612
RUNJOBID= node128-1305488489-10554
PBS_JOBID= 13325400
Free space on /tmp= 73572 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/manthey/traffic/traffic_fb_unknown.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-3380912-1305494612/watcher-3380912-1305494612 -o /tmp/evaluation-result-3380912-1305494612/solver-3380912-1305494612 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380912-1305494612.cnf -seed 2093938803 -budget 40000 -cores 8

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

MD5SUM BENCH= 2385047c56f7801a7fd110b2ffe2f293
RANDOM SEED=2093938803

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      10632280 kB
Buffers:        292296 kB
Cached:        3280216 kB
SwapCached:       1440 kB
Active:       19823012 kB
Inactive:      2163640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      10632280 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:           50544 kB
Writeback:           0 kB
AnonPages:    18412948 kB
Mapped:          36580 kB
Slab:           192240 kB
PageTables:      69316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 123667480 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= 73544 MiB
End job on node128 at 2011-05-15 23:30:15