Trace number 3317815

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-industrialUNSAT 338.784 120.406

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-10p0.cnf
MD5SUMef1df882c8a642421a1d0216a16bf652
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark39.7879
Satisfiable
(Un)Satisfiability was proved
Number of variables155107
Number of clauses675624
Sum of the clauses size1568150
Maximum clause length10
Minimum clause length1
Number of clauses of size 16856
Number of clauses of size 2547130
Number of clauses of size 387598
Number of clauses of size 43780
Number of clauses of size 515120
Number of clauses of size over 515140

Solver Data

0.36/0.87	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.87	c INFO: solving HOME/instance-3317815-1304268152.cnf
0.36/0.87	c INFO: computing task features
2.44/2.91	c INFO: computed variable-clause graph statistics
2.44/2.98	c INFO: computed clause balance statistics
11.84/12.31	c INFO: computed variable balance statistics
18.74/19.20	c INFO: computed small-clause counts
18.84/19.33	c INFO: computed Horn-clause counts
46.64/47.16	c INFO: computed variable graph statistics
46.64/47.16	c INFO: collected features for HOME/instance-3317815-1304268152.cnf in 46.23 s
46.64/47.18	c INFO: running lingeling-276@0 for 97 with 4753 remaining (b = 0.27)
46.73/47.21	c INFO: running cryptominisat-2.9.0@0 for 485 with 4753 remaining (b = 0.23)
46.73/47.24	c INFO: running lingeling-276@0 for 1261 with 4753 remaining (b = 0.37)
46.73/47.27	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4753 remaining (b = 0.46)
338.50/120.36	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317815-1304268152/watcher-3317815-1304268152 -o /tmp/evaluation-result-3317815-1304268152/solver-3317815-1304268152 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317815-1304268152.cnf -seed 1172665892 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 8.27 7.62 4.78 6/202 22128
/proc/meminfo: memFree=27958836/32950928 swapFree=67111356/67111528
[pid=22128] ppid=22126 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/22128/stat : 22128 (python) S 22126 22128 21930 0 -1 4202496 724 0 0 0 0 0 0 0 23 0 1 0 617045951 15548416 614 33554432000 4194304 5683644 140736168774448 18446744073709551615 231895488512 0 2147483391 16781312 2 18446744071699215550 0 0 17 5 0 0 0
/proc/22128/statm: 3796 614 321 364 0 283 0

[startup+0.0471931 s]
/proc/loadavg: 8.27 7.62 4.78 6/202 22128
/proc/meminfo: memFree=27958836/32950928 swapFree=67111356/67111528
[pid=22128] ppid=22126 vsize=18884 CPUtime=0.02 cores=1,3,5,7
/proc/22128/stat : 22128 (python) R 22126 22128 21930 0 -1 4202496 1286 0 0 0 2 0 0 0 17 0 1 0 617045951 19337216 1138 33554432000 4194304 5683644 140736168774448 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22128/statm: 4721 1138 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100182 s]
/proc/loadavg: 8.27 7.62 4.78 6/202 22128
/proc/meminfo: memFree=27958836/32950928 swapFree=67111356/67111528
[pid=22128] ppid=22126 vsize=85624 CPUtime=0.06 cores=1,3,5,7
/proc/22128/stat : 22128 (python) R 22126 22128 21930 0 -1 4202496 2629 0 0 0 4 2 0 0 17 0 1 0 617045951 87678976 2348 33554432000 4194304 5683644 140736168774448 18446744073709551615 5375712 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22128/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85624

[startup+0.301153 s]
/proc/loadavg: 8.27 7.62 4.78 6/202 22128
/proc/meminfo: memFree=27958836/32950928 swapFree=67111356/67111528
[pid=22128] ppid=22126 vsize=121644 CPUtime=0.11 cores=1,3,5,7
/proc/22128/stat : 22128 (python) D 22126 22128 21930 0 -1 4202496 4103 0 1 0 8 3 0 0 17 0 1 0 617045951 124563456 3728 33554432000 4194304 5683644 140736168774448 18446744073709551615 231895496247 0 0 16781312 2 18446744071562154983 0 0 17 5 0 0 0
/proc/22128/statm: 30411 3728 986 364 0 2741 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 121644

[startup+0.701077 s]
/proc/loadavg: 8.27 7.62 4.78 6/202 22128
/proc/meminfo: memFree=27958836/32950928 swapFree=67111356/67111528
[pid=22128] ppid=22126 vsize=198920 CPUtime=0.28 cores=1,3,5,7
/proc/22128/stat : 22128 (python) R 22126 22128 21930 0 -1 4202496 7038 936 1 0 20 8 0 0 16 0 1 0 617045951 203694080 5068 33554432000 4194304 5683644 140736168774448 18446744073709551615 47187581167440 0 0 16781312 2 0 0 0 17 5 0 0 19
/proc/22128/statm: 49730 5068 1480 364 0 3757 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 198920

[startup+1.50093 s]
/proc/loadavg: 8.27 7.62 4.78 6/203 22133
/proc/meminfo: memFree=27913436/32950928 swapFree=67111356/67111528
[pid=22128] ppid=22126 vsize=333960 CPUtime=1.04 cores=1,3,5,7
/proc/22128/stat : 22128 (python) R 22126 22128 21930 0 -1 4202496 22919 936 1 0 91 13 0 0 16 0 1 0 617045951 341975040 20599 33554432000 4194304 5683644 140736168774448 18446744073709551615 231895151301 0 0 16781312 2 0 0 0 17 5 0 0 19
/proc/22128/statm: 83490 20601 1761 364 0 19414 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 333960

[startup+3.10062 s]
/proc/loadavg: 8.27 7.62 4.78 6/203 22133
/proc/meminfo: memFree=27837008/32950928 swapFree=67111356/67111528
[pid=22128] ppid=22126 vsize=414468 CPUtime=2.64 cores=1,3,5,7
/proc/22128/stat : 22128 (python) R 22126 22128 21930 0 -1 4202496 58489 936 1 0 247 17 0 0 18 0 1 0 617045951 424415232 41001 33554432000 4194304 5683644 140736168774448 18446744073709551615 47187585884493 0 0 16781312 2 0 0 0 17 5 0 0 19
/proc/22128/statm: 103617 41001 1826 364 0 39541 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 414468

[startup+6.30101 s]
/proc/loadavg: 8.01 7.58 4.78 6/203 22134
/proc/meminfo: memFree=27829432/32950928 swapFree=67111356/67111528
[pid=22128] ppid=22126 vsize=414468 CPUtime=5.84 cores=1,3,5,7
/proc/22128/stat : 22128 (python) R 22126 22128 21930 0 -1 4202496 58489 936 1 0 567 17 0 0 25 0 1 0 617045951 424415232 41001 33554432000 4194304 5683644 140736168774448 18446744073709551615 4527938 0 0 16781312 2 0 0 0 17 5 0 0 19
/proc/22128/statm: 103617 41001 1826 364 0 39541 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 414468

[startup+12.7008 s]
/proc/loadavg: 7.77 7.54 4.78 6/203 22134
/proc/meminfo: memFree=27815440/32950928 swapFree=67111356/67111528
[pid=22128] ppid=22126 vsize=414468 CPUtime=12.24 cores=1,3,5,7
/proc/22128/stat : 22128 (python) R 22126 22128 21930 0 -1 4202496 58490 936 1 0 1207 17 0 0 25 0 1 0 617045951 424415232 41002 33554432000 4194304 5683644 140736168774448 18446744073709551615 47187581166302 0 0 16781312 2 0 0 0 17 5 0 0 19
/proc/22128/statm: 103617 41002 1827 364 0 39541 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 414468

[startup+25.5003 s]
/proc/loadavg: 7.15 7.41 4.78 6/203 22134
/proc/meminfo: memFree=27793440/32950928 swapFree=67111356/67111528
[pid=22128] ppid=22126 vsize=414468 CPUtime=25.04 cores=1,3,5,7
/proc/22128/stat : 22128 (python) R 22126 22128 21930 0 -1 4202496 58496 936 1 0 2487 17 0 0 25 0 1 0 617045951 424415232 41008 33554432000 4194304 5683644 140736168774448 18446744073709551615 47187578402944 0 0 16781312 2 0 0 0 17 5 0 0 19
/proc/22128/statm: 103617 41008 1833 364 0 39541 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 414468

[startup+51.1014 s]
/proc/loadavg: 6.74 7.28 4.81 9/215 22147
/proc/meminfo: memFree=27451156/32950928 swapFree=67111356/67111528
[pid=22128] ppid=22126 vsize=445204 CPUtime=46.81 cores=1,3,5,7
/proc/22128/stat : 22128 (python) S 22126 22128 21930 0 -1 4202496 61254 936 1 0 4662 19 0 0 20 0 5 0 617045951 455888896 38497 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 19
/proc/22128/statm: 111301 38497 1881 364 0 47210 0
[pid=22136] ppid=22128 vsize=404192 CPUtime=0 cores=1,3,5,7
/proc/22136/stat : 22136 (python) S 22128 22128 21930 0 -1 4202560 805 0 0 0 0 0 0 0 18 0 1 0 617050670 413892608 36959 33554432000 4194304 5683644 140736168774448 18446744073709551615 231895510543 0 0 16781312 514 4475259444581597448 0 0 17 5 0 0 0
/proc/22136/statm: 101048 36959 359 364 0 36966 0
[pid=22138] ppid=22136 vsize=38948 CPUtime=3.88 cores=1,3,5,7
/proc/22138/stat : 22138 (lingeling) R 22136 22138 22138 0 -1 4202496 16145 0 0 0 386 2 0 0 25 0 1 0 617050670 39882752 8904 33554432000 4194304 4352236 140733325955808 18446744073709551615 4230352 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/22138/statm: 9737 8904 126 39 0 8817 0
[pid=22139] ppid=22128 vsize=414448 CPUtime=0 cores=1,3,5,7
/proc/22139/stat : 22139 (python) S 22128 22128 21930 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 617050672 424394752 36951 33554432000 4194304 5683644 140736168774448 18446744073709551615 231895510598 0 0 16781312 514 17227865344748519688 0 0 17 5 0 0 0
/proc/22139/statm: 103612 36951 347 364 0 39527 0
[pid=22141] ppid=22139 vsize=232840 CPUtime=3.85 cores=1,3,5,7
/proc/22141/stat : 22141 (cryptominisat-2) R 22139 22141 22141 0 -1 4202496 47062 0 0 0 378 7 0 0 25 0 1 0 617050673 238428160 42488 33554432000 4194304 4677096 140737060363776 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/22141/statm: 58210 42488 361 118 0 53169 0
[pid=22142] ppid=22128 vsize=424704 CPUtime=0 cores=1,3,5,7
/proc/22142/stat : 22142 (python) S 22128 22128 21930 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 617050675 434896896 36955 33554432000 4194304 5683644 140736168774448 18446744073709551615 231895510598 0 0 16781312 514 17227861496457822472 0 0 17 5 0 0 0
/proc/22142/statm: 106176 36955 347 364 0 42088 0
[pid=22144] ppid=22142 vsize=38308 CPUtime=3.81 cores=1,3,5,7
/proc/22144/stat : 22144 (lingeling) R 22142 22144 22144 0 -1 4202496 15984 0 0 0 378 3 0 0 25 0 1 0 617050676 39227392 8744 33554432000 4194304 4352236 140734520240432 18446744073709551615 4307311 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/22144/statm: 9577 8744 126 39 0 8657 0
[pid=22145] ppid=22128 vsize=434960 CPUtime=0 cores=1,3,5,7
/proc/22145/stat : 22145 (python) S 22128 22128 21930 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 617050678 445399040 36959 33554432000 4194304 5683644 140736168774448 18446744073709551615 231895510598 0 0 16781312 514 17227857648167125256 0 0 17 3 0 0 0
/proc/22145/statm: 108740 36959 347 364 0 44649 0
[pid=22147] ppid=22145 vsize=230744 CPUtime=3.81 cores=1,3,5,7
/proc/22147/stat : 22147 (cryptominisat-2) R 22145 22147 22147 0 -1 4202496 46669 0 0 0 373 8 0 0 25 0 1 0 617050679 236281856 42095 33554432000 4194304 4677096 140734076139136 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22147/statm: 57686 42095 361 118 0 52645 0
[pid=22128/tid=22137] ppid=22126 vsize=445204 CPUtime=0 cores=1,3,5,7
/proc/22128/task/22137/stat : 22137 (python) S 22126 22128 21930 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 5 0 617050670 455888896 38497 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907314097 0 0 16781312 2 18446604471133622656 0 0 -1 7 0 0 0
[pid=22128/tid=22140] ppid=22126 vsize=445204 CPUtime=0 cores=1,3,5,7
/proc/22128/task/22140/stat : 22140 (python) S 22126 22128 21930 0 -1 4202560 22 936 0 0 0 0 0 0 22 0 5 0 617050673 455888896 38497 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907314097 0 0 16781312 2 18446604471133622656 0 0 -1 5 0 0 0
[pid=22128/tid=22143] ppid=22126 vsize=445204 CPUtime=0 cores=1,3,5,7
/proc/22128/task/22143/stat : 22143 (python) S 22126 22128 21930 0 -1 4202560 22 936 0 0 0 0 0 0 20 0 5 0 617050676 455888896 38497 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907314097 0 0 16781312 2 18446604471133622656 0 0 -1 5 0 0 0
[pid=22128/tid=22146] ppid=22126 vsize=445204 CPUtime=0 cores=1,3,5,7
/proc/22128/task/22146/stat : 22146 (python) S 22126 22128 21930 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 5 0 617050679 455888896 38497 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907314097 0 0 16781312 2 18446604471133622656 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 62.16
Current children cumulated vsize (KiB) 2664348

[startup+102.308 s]
/proc/loadavg: 7.49 7.41 4.98 9/215 22148
/proc/meminfo: memFree=26645744/32950928 swapFree=67111356/67111528
[pid=22128] ppid=22126 vsize=445204 CPUtime=46.81 cores=1,3,5,7
/proc/22128/stat : 22128 (python) S 22126 22128 21930 0 -1 4202496 61254 936 1 0 4662 19 0 0 20 0 5 0 617045951 455888896 38497 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 19
/proc/22128/statm: 111301 38497 1881 364 0 47210 0
[pid=22136] ppid=22128 vsize=404192 CPUtime=0.06 cores=1,3,5,7
/proc/22136/stat : 22136 (python) S 22128 22128 21930 0 -1 4202560 993 0 0 0 3 3 0 0 18 0 1 0 617050670 413892608 36982 33554432000 4194304 5683644 140736168774448 18446744073709551615 231895510543 0 0 16781312 514 12956785759200706824 0 0 17 5 0 0 0
/proc/22136/statm: 101048 36982 382 364 0 36966 0
[pid=22138] ppid=22136 vsize=59504 CPUtime=55.08 cores=1,3,5,7
/proc/22138/stat : 22138 (lingeling) R 22136 22138 22138 0 -1 4202496 20942 0 0 0 5505 3 0 0 25 0 1 0 617050670 60932096 13023 33554432000 4194304 4352236 140733325955808 18446744073709551615 4319040 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/22138/statm: 14876 13023 129 39 0 13956 0
[pid=22139] ppid=22128 vsize=414448 CPUtime=0.08 cores=1,3,5,7
/proc/22139/stat : 22139 (python) R 22128 22128 21930 0 -1 4202560 930 0 0 0 4 4 0 0 15 0 1 0 617050672 424394752 36974 33554432000 4194304 5683644 140736168774448 18446744073709551615 231895533703 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/22139/statm: 103613 36974 370 364 0 39528 0
[pid=22141] ppid=22139 vsize=715556 CPUtime=54.99 cores=1,3,5,7
/proc/22141/stat : 22141 (cryptominisat-2) R 22139 22141 22141 0 -1 4202496 146670 0 0 0 5474 25 0 0 25 0 1 0 617050673 732729344 135885 33554432000 4194304 4677096 140737060363776 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/22141/statm: 178889 135885 387 118 0 173848 0
[pid=22142] ppid=22128 vsize=424704 CPUtime=0.07 cores=1,3,5,7
/proc/22142/stat : 22142 (python) S 22128 22128 21930 0 -1 4202560 949 0 0 0 3 4 0 0 18 0 1 0 617050675 434896896 36978 33554432000 4194304 5683644 140736168774448 18446744073709551615 231895510598 0 0 16781312 514 12956785759200706824 0 0 17 5 0 0 0
/proc/22142/statm: 106176 36978 370 364 0 42088 0
[pid=22144] ppid=22142 vsize=51036 CPUtime=54.69 cores=1,3,5,7
/proc/22144/stat : 22144 (lingeling) R 22142 22144 22144 0 -1 4202496 19857 0 0 0 5465 4 0 0 25 0 1 0 617050676 52260864 11929 33554432000 4194304 4352236 140734520240432 18446744073709551615 4222554 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/22144/statm: 12759 11929 129 39 0 11839 0
[pid=22145] ppid=22128 vsize=434960 CPUtime=0.07 cores=1,3,5,7
/proc/22145/stat : 22145 (python) S 22128 22128 21930 0 -1 4202560 963 0 0 0 3 4 0 0 15 0 1 0 617050678 445399040 36982 33554432000 4194304 5683644 140736168774448 18446744073709551615 231895510598 0 0 16781312 514 5635577638786400520 0 0 17 3 0 0 0
/proc/22145/statm: 108740 36982 370 364 0 44649 0
[pid=22147] ppid=22145 vsize=717460 CPUtime=54.79 cores=1,3,5,7
/proc/22147/stat : 22147 (cryptominisat-2) R 22145 22147 22147 0 -1 4202496 146666 0 0 0 5454 25 0 0 25 0 1 0 617050679 734679040 136151 33554432000 4194304 4677096 140734076139136 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22147/statm: 179365 136151 387 118 0 174324 0
[pid=22128/tid=22137] ppid=22126 vsize=445204 CPUtime=0 cores=1,3,5,7
/proc/22128/task/22137/stat : 22137 (python) S 22126 22128 21930 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 5 0 617050670 455888896 38497 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907314097 0 0 16781312 2 18446604471133622656 0 0 -1 7 0 0 0
[pid=22128/tid=22140] ppid=22126 vsize=445204 CPUtime=0 cores=1,3,5,7
/proc/22128/task/22140/stat : 22140 (python) S 22126 22128 21930 0 -1 4202560 22 936 0 0 0 0 0 0 22 0 5 0 617050673 455888896 38497 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907314097 0 0 16781312 2 18446604471133622656 0 0 -1 5 0 0 0
[pid=22128/tid=22143] ppid=22126 vsize=445204 CPUtime=0 cores=1,3,5,7
/proc/22128/task/22143/stat : 22143 (python) S 22126 22128 21930 0 -1 4202560 22 936 0 0 0 0 0 0 20 0 5 0 617050676 455888896 38497 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907314097 0 0 16781312 2 18446604471133622656 0 0 -1 5 0 0 0
[pid=22128/tid=22146] ppid=22126 vsize=445204 CPUtime=0 cores=1,3,5,7
/proc/22128/task/22146/stat : 22146 (python) S 22126 22128 21930 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 5 0 617050679 455888896 38497 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907314097 0 0 16781312 2 18446604471133622656 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 266.64
Current children cumulated vsize (KiB) 3667064

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

[startup+108.701 s]
/proc/loadavg: 7.57 7.43 5.01 9/215 22148
/proc/meminfo: memFree=26639544/32950928 swapFree=67111356/67111528
[pid=22128] ppid=22126 vsize=445204 CPUtime=46.81 cores=1,3,5,7
/proc/22128/stat : 22128 (python) S 22126 22128 21930 0 -1 4202496 61254 936 1 0 4662 19 0 0 20 0 5 0 617045951 455888896 38497 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 19
/proc/22128/statm: 111301 38497 1881 364 0 47210 0
[pid=22136] ppid=22128 vsize=404192 CPUtime=0.08 cores=1,3,5,7

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


[startup+118.301 s]
/proc/loadavg: 7.63 7.44 5.04 9/215 22149
/proc/meminfo: memFree=26631480/32950928 swapFree=67111356/67111528
[pid=22128] ppid=22126 vsize=445204 CPUtime=46.81 cores=1,3,5,7
/proc/22128/stat : 22128 (python) S 22126 22128 21930 0 -1 4202496 61254 936 1 0 4662 19 0 0 20 0 5 0 617045951 455888896 38497 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 19
/proc/22128/statm: 111301 38497 1881 364 0 47210 0
[pid=22136] ppid=22128 vsize=404192 CPUtime=0.09 cores=1,3,5,7
/proc/22136/stat : 22136 (python) S 22128 22128 21930 0 -1 4202560 1001 0 0 0 5 4 0 0 18 0 1 0 617050670 413892608 36982 33554432000 4194304 5683644 140736168774448 18446744073709551615 231895510543 0 0 16781312 514 12956785759200706824 0 0 17 5 0 0 0
/proc/22136/statm: 101048 36982 382 364 0 36966 0
[pid=22138] ppid=22136 vsize=58880 CPUtime=71.08 cores=1,3,5,7
/proc/22138/stat : 22138 (lingeling) R 22136 22138 22138 0 -1 4202496 21265 0 0 0 7105 3 0 0 25 0 1 0 617050670 60293120 12867 33554432000 4194304 4352236 140733325955808 18446744073709551615 4280960 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/22138/statm: 14720 12867 129 39 0 13800 0
[pid=22139] ppid=22128 vsize=414448 CPUtime=0.09 cores=1,3,5,7
/proc/22139/stat : 22139 (python) S 22128 22128 21930 0 -1 4202560 934 0 0 0 4 5 0 0 15 0 1 0 617050672 424394752 36974 33554432000 4194304 5683644 140736168774448 18446744073709551615 231895510598 0 0 16781312 514 5633818420181958920 0 0 17 5 0 0 0
/proc/22139/statm: 103612 36974 370 364 0 39527 0
[pid=22141] ppid=22139 vsize=724648 CPUtime=70.96 cores=1,3,5,7
/proc/22141/stat : 22141 (cryptominisat-2) R 22139 22141 22141 0 -1 4202496 149833 0 0 0 7070 26 0 0 25 0 1 0 617050673 742039552 139048 33554432000 4194304 4677096 140737060363776 18446744073709551615 4319836 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/22141/statm: 181162 139048 391 118 0 176121 0
[pid=22142] ppid=22128 vsize=424704 CPUtime=0.09 cores=1,3,5,7
/proc/22142/stat : 22142 (python) S 22128 22128 21930 0 -1 4202560 957 0 0 0 4 5 0 0 18 0 1 0 617050675 434896896 36978 33554432000 4194304 5683644 140736168774448 18446744073709551615 231895510598 0 0 16781312 514 12956785759200706824 0 0 17 5 0 0 0
/proc/22142/statm: 106176 36978 370 364 0 42088 0
[pid=22144] ppid=22142 vsize=50992 CPUtime=70.59 cores=1,3,5,7
/proc/22144/stat : 22144 (lingeling) R 22142 22144 22144 0 -1 4202496 19857 0 0 0 7055 4 0 0 25 0 1 0 617050676 52215808 11918 33554432000 4194304 4352236 140734520240432 18446744073709551615 4234459 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/22144/statm: 12748 11918 129 39 0 11828 0
[pid=22145] ppid=22128 vsize=434960 CPUtime=0.1 cores=1,3,5,7
/proc/22145/stat : 22145 (python) S 22128 22128 21930 0 -1 4202560 967 0 0 0 5 5 0 0 15 0 1 0 617050678 445399040 36982 33554432000 4194304 5683644 140736168774448 18446744073709551615 231895510598 0 0 16781312 514 5635577638786400520 0 0 17 3 0 0 0
/proc/22145/statm: 108740 36982 370 364 0 44649 0
[pid=22147] ppid=22145 vsize=723260 CPUtime=70.72 cores=1,3,5,7
/proc/22147/stat : 22147 (cryptominisat-2) R 22145 22147 22147 0 -1 4202496 149079 0 0 0 7045 27 0 0 25 0 1 0 617050679 740618240 138564 33554432000 4194304 4677096 140734076139136 18446744073709551615 4310521 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22147/statm: 180815 138564 391 118 0 175774 0
[pid=22128/tid=22137] ppid=22126 vsize=445204 CPUtime=0 cores=1,3,5,7
/proc/22128/task/22137/stat : 22137 (python) S 22126 22128 21930 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 5 0 617050670 455888896 38497 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907314097 0 0 16781312 2 18446604471133622656 0 0 -1 7 0 0 0
[pid=22128/tid=22140] ppid=22126 vsize=445204 CPUtime=0 cores=1,3,5,7
/proc/22128/task/22140/stat : 22140 (python) S 22126 22128 21930 0 -1 4202560 22 936 0 0 0 0 0 0 22 0 5 0 617050673 455888896 38497 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907314097 0 0 16781312 2 18446604471133622656 0 0 -1 5 0 0 0
[pid=22128/tid=22143] ppid=22126 vsize=445204 CPUtime=0 cores=1,3,5,7
/proc/22128/task/22143/stat : 22143 (python) S 22126 22128 21930 0 -1 4202560 22 936 0 0 0 0 0 0 20 0 5 0 617050676 455888896 38497 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907314097 0 0 16781312 2 18446604471133622656 0 0 -1 5 0 0 0
[pid=22128/tid=22146] ppid=22126 vsize=445204 CPUtime=0 cores=1,3,5,7
/proc/22128/task/22146/stat : 22146 (python) S 22126 22128 21930 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 5 0 617050679 455888896 38497 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907314097 0 0 16781312 2 18446604471133622656 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 330.53
Current children cumulated vsize (KiB) 3681288

[startup+119.102 s]
/proc/loadavg: 7.63 7.44 5.04 9/215 22149
/proc/meminfo: memFree=26618832/32950928 swapFree=67111356/67111528
[pid=22128] ppid=22126 vsize=445204 CPUtime=46.81 cores=1,3,5,7
/proc/22128/stat : 22128 (python) S 22126 22128 21930 0 -1 4202496 61254 936 1 0 4662 19 0 0 20 0 5 0 617045951 455888896 38497 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 19
/proc/22128/statm: 111301 38497 1881 364 0 47210 0
[pid=22136] ppid=22128 vsize=404192 CPUtime=0.09 cores=1,3,5,7
/proc/22136/stat : 22136 (python) S 22128 22128 21930 0 -1 4202560 1001 0 0 0 5 4 0 0 18 0 1 0 617050670 413892608 36982 33554432000 4194304 5683644 140736168774448 18446744073709551615 231895510543 0 0 16781312 514 12956785759200706824 0 0 17 5 0 0 0
/proc/22136/statm: 101048 36982 382 364 0 36966 0
[pid=22138] ppid=22136 vsize=58880 CPUtime=71.88 cores=1,3,5,7
/proc/22138/stat : 22138 (lingeling) R 22136 22138 22138 0 -1 4202496 21265 0 0 0 7185 3 0 0 25 0 1 0 617050670 60293120 12867 33554432000 4194304 4352236 140733325955808 18446744073709551615 4233820 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/22138/statm: 14720 12867 129 39 0 13800 0
[pid=22139] ppid=22128 vsize=414448 CPUtime=0.11 cores=1,3,5,7
/proc/22139/stat : 22139 (python) S 22128 22128 21930 0 -1 4202560 937 0 0 0 5 6 0 0 15 0 1 0 617050672 424394752 36974 33554432000 4194304 5683644 140736168774448 18446744073709551615 231895510598 0 0 16781312 514 12956785759200706824 0 0 17 5 0 0 0
/proc/22139/statm: 103612 36974 370 364 0 39527 0
[pid=22141] ppid=22139 vsize=726516 CPUtime=71.76 cores=1,3,5,7
/proc/22141/stat : 22141 (cryptominisat-2) R 22139 22141 22141 0 -1 4202496 150287 0 0 0 7150 26 0 0 25 0 1 0 617050673 743952384 139502 33554432000 4194304 4677096 140737060363776 18446744073709551615 4320288 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/22141/statm: 181629 139502 391 118 0 176588 0
[pid=22142] ppid=22128 vsize=424704 CPUtime=0.09 cores=1,3,5,7
/proc/22142/stat : 22142 (python) S 22128 22128 21930 0 -1 4202560 957 0 0 0 4 5 0 0 18 0 1 0 617050675 434896896 36978 33554432000 4194304 5683644 140736168774448 18446744073709551615 231895510598 0 0 16781312 514 12956785759200706824 0 0 17 5 0 0 0
/proc/22142/statm: 106176 36978 370 364 0 42088 0
[pid=22144] ppid=22142 vsize=50992 CPUtime=71.38 cores=1,3,5,7
/proc/22144/stat : 22144 (lingeling) R 22142 22144 22144 0 -1 4202496 19857 0 0 0 7134 4 0 0 25 0 1 0 617050676 52215808 11918 33554432000 4194304 4352236 140734520240432 18446744073709551615 4234441 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/22144/statm: 12748 11918 129 39 0 11828 0
[pid=22145] ppid=22128 vsize=434960 CPUtime=0.1 cores=1,3,5,7
/proc/22145/stat : 22145 (python) S 22128 22128 21930 0 -1 4202560 967 0 0 0 5 5 0 0 15 0 1 0 617050678 445399040 36982 33554432000 4194304 5683644 140736168774448 18446744073709551615 231895510598 0 0 16781312 514 5635577638786400520 0 0 17 3 0 0 0
/proc/22145/statm: 108740 36982 370 364 0 44649 0
[pid=22147] ppid=22145 vsize=726640 CPUtime=71.51 cores=1,3,5,7
/proc/22147/stat : 22147 (cryptominisat-2) R 22145 22147 22147 0 -1 4202496 149821 0 0 0 7124 27 0 0 25 0 1 0 617050679 744079360 139306 33554432000 4194304 4677096 140734076139136 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22147/statm: 181660 139306 391 118 0 176619 0
[pid=22128/tid=22137] ppid=22126 vsize=445204 CPUtime=0 cores=1,3,5,7
/proc/22128/task/22137/stat : 22137 (python) S 22126 22128 21930 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 5 0 617050670 455888896 38497 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907314097 0 0 16781312 2 18446604471133622656 0 0 -1 7 0 0 0
[pid=22128/tid=22140] ppid=22126 vsize=445204 CPUtime=0 cores=1,3,5,7
/proc/22128/task/22140/stat : 22140 (python) S 22126 22128 21930 0 -1 4202560 22 936 0 0 0 0 0 0 22 0 5 0 617050673 455888896 38497 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907314097 0 0 16781312 2 18446604471133622656 0 0 -1 5 0 0 0
[pid=22128/tid=22143] ppid=22126 vsize=445204 CPUtime=0 cores=1,3,5,7
/proc/22128/task/22143/stat : 22143 (python) S 22126 22128 21930 0 -1 4202560 22 936 0 0 0 0 0 0 20 0 5 0 617050676 455888896 38497 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907314097 0 0 16781312 2 18446604471133622656 0 0 -1 5 0 0 0
[pid=22128/tid=22146] ppid=22126 vsize=445204 CPUtime=0 cores=1,3,5,7
/proc/22128/task/22146/stat : 22146 (python) S 22126 22128 21930 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 5 0 617050679 455888896 38497 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907314097 0 0 16781312 2 18446604471133622656 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 333.73
Current children cumulated vsize (KiB) 3686536

[startup+119.907 s]
/proc/loadavg: 7.63 7.44 5.04 9/215 22149
/proc/meminfo: memFree=26613992/32950928 swapFree=67111356/67111528
[pid=22128] ppid=22126 vsize=445204 CPUtime=46.81 cores=1,3,5,7
/proc/22128/stat : 22128 (python) S 22126 22128 21930 0 -1 4202496 61254 936 1 0 4662 19 0 0 20 0 5 0 617045951 455888896 38497 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 19
/proc/22128/statm: 111301 38497 1881 364 0 47210 0
[pid=22136] ppid=22128 vsize=404192 CPUtime=0.09 cores=1,3,5,7
/proc/22136/stat : 22136 (python) S 22128 22128 21930 0 -1 4202560 1001 0 0 0 5 4 0 0 18 0 1 0 617050670 413892608 36982 33554432000 4194304 5683644 140736168774448 18446744073709551615 231895510543 0 0 16781312 514 12956785759200706824 0 0 17 5 0 0 0
/proc/22136/statm: 101048 36982 382 364 0 36966 0
[pid=22138] ppid=22136 vsize=58880 CPUtime=72.68 cores=1,3,5,7
/proc/22138/stat : 22138 (lingeling) R 22136 22138 22138 0 -1 4202496 21265 0 0 0 7265 3 0 0 25 0 1 0 617050670 60293120 12867 33554432000 4194304 4352236 140733325955808 18446744073709551615 4235610 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/22138/statm: 14720 12867 129 39 0 13800 0
[pid=22139] ppid=22128 vsize=414448 CPUtime=0.11 cores=1,3,5,7
/proc/22139/stat : 22139 (python) S 22128 22128 21930 0 -1 4202560 937 0 0 0 5 6 0 0 15 0 1 0 617050672 424394752 36974 33554432000 4194304 5683644 140736168774448 18446744073709551615 231895510598 0 0 16781312 514 12956785759200706824 0 0 17 5 0 0 0
/proc/22139/statm: 103612 36974 370 364 0 39527 0
[pid=22141] ppid=22139 vsize=730896 CPUtime=72.55 cores=1,3,5,7
/proc/22141/stat : 22141 (cryptominisat-2) R 22139 22141 22141 0 -1 4202496 151095 0 0 0 7229 26 0 0 25 0 1 0 617050673 748437504 140310 33554432000 4194304 4677096 140737060363776 18446744073709551615 4319818 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/22141/statm: 182724 140310 391 118 0 177683 0
[pid=22142] ppid=22128 vsize=424704 CPUtime=0.09 cores=1,3,5,7
/proc/22142/stat : 22142 (python) S 22128 22128 21930 0 -1 4202560 957 0 0 0 4 5 0 0 18 0 1 0 617050675 434896896 36978 33554432000 4194304 5683644 140736168774448 18446744073709551615 231895510598 0 0 16781312 514 12956785759200706824 0 0 17 5 0 0 0
/proc/22142/statm: 106176 36978 370 364 0 42088 0
[pid=22144] ppid=22142 vsize=50992 CPUtime=72.18 cores=1,3,5,7
/proc/22144/stat : 22144 (lingeling) R 22142 22144 22144 0 -1 4202496 19857 0 0 0 7214 4 0 0 25 0 1 0 617050676 52215808 11918 33554432000 4194304 4352236 140734520240432 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/22144/statm: 12748 11918 129 39 0 11828 0
[pid=22145] ppid=22128 vsize=434960 CPUtime=0.1 cores=1,3,5,7
/proc/22145/stat : 22145 (python) S 22128 22128 21930 0 -1 4202560 969 0 0 0 5 5 0 0 15 0 1 0 617050678 445399040 36982 33554432000 4194304 5683644 140736168774448 18446744073709551615 231895510598 0 0 16781312 514 12956785759200706824 0 0 17 3 0 0 0
/proc/22145/statm: 108740 36982 370 364 0 44649 0
[pid=22147] ppid=22145 vsize=728660 CPUtime=72.31 cores=1,3,5,7
/proc/22147/stat : 22147 (cryptominisat-2) R 22145 22147 22147 0 -1 4202496 150297 0 0 0 7204 27 0 0 25 0 1 0 617050679 746147840 139782 33554432000 4194304 4677096 140734076139136 18446744073709551615 4319747 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22147/statm: 182165 139782 391 118 0 177124 0
[pid=22128/tid=22137] ppid=22126 vsize=445204 CPUtime=0 cores=1,3,5,7
/proc/22128/task/22137/stat : 22137 (python) S 22126 22128 21930 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 5 0 617050670 455888896 38497 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907314097 0 0 16781312 2 18446604471133622656 0 0 -1 7 0 0 0
[pid=22128/tid=22140] ppid=22126 vsize=445204 CPUtime=0 cores=1,3,5,7
/proc/22128/task/22140/stat : 22140 (python) S 22126 22128 21930 0 -1 4202560 22 936 0 0 0 0 0 0 22 0 5 0 617050673 455888896 38497 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907314097 0 0 16781312 2 18446604471133622656 0 0 -1 5 0 0 0
[pid=22128/tid=22143] ppid=22126 vsize=445204 CPUtime=0 cores=1,3,5,7
/proc/22128/task/22143/stat : 22143 (python) S 22126 22128 21930 0 -1 4202560 22 936 0 0 0 0 0 0 20 0 5 0 617050676 455888896 38497 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907314097 0 0 16781312 2 18446604471133622656 0 0 -1 5 0 0 0
[pid=22128/tid=22146] ppid=22126 vsize=445204 CPUtime=0 cores=1,3,5,7
/proc/22128/task/22146/stat : 22146 (python) S 22126 22128 21930 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 5 0 617050679 455888896 38497 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907314097 0 0 16781312 2 18446604471133622656 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 336.92
Current children cumulated vsize (KiB) 3692936

[startup+120.301 s]
/proc/loadavg: 7.63 7.44 5.04 9/215 22149
/proc/meminfo: memFree=26613992/32950928 swapFree=67111356/67111528
[pid=22128] ppid=22126 vsize=445204 CPUtime=46.81 cores=1,3,5,7
/proc/22128/stat : 22128 (python) S 22126 22128 21930 0 -1 4202496 61289 936 1 0 4662 19 0 0 17 0 5 0 617045951 455888896 38498 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907320639 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 19
/proc/22128/statm: 111301 38498 1882 364 0 47210 0
[pid=22136] ppid=22128 vsize=404192 CPUtime=0.09 cores=1,3,5,7
/proc/22136/stat : 22136 (python) S 22128 22128 21930 0 -1 4202560 1001 0 0 0 5 4 0 0 18 0 1 0 617050670 413892608 36982 33554432000 4194304 5683644 140736168774448 18446744073709551615 231895510543 0 0 16781312 514 12956785759200706824 0 0 17 5 0 0 0
/proc/22136/statm: 101048 36982 382 364 0 36966 0
[pid=22138] ppid=22136 vsize=58880 CPUtime=73.08 cores=1,3,5,7
/proc/22138/stat : 22138 (lingeling) R 22136 22138 22138 0 -1 4202496 21265 0 0 0 7305 3 0 0 25 0 1 0 617050670 60293120 12867 33554432000 4194304 4352236 140733325955808 18446744073709551615 4233914 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/22138/statm: 14720 12867 129 39 0 13800 0
[pid=22139] ppid=22128 vsize=414448 CPUtime=0.11 cores=1,3,5,7
/proc/22139/stat : 22139 (python) S 22128 22128 21930 0 -1 4202560 955 0 0 0 5 6 0 0 15 0 1 0 617050672 424394752 36979 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907320639 0 0 16781824 2 18446744071562232103 0 0 17 5 0 0 0
/proc/22139/statm: 103612 36979 375 364 0 39527 0
[pid=22141] ppid=22139 vsize=0 CPUtime=72.95 cores=1,3,5,7
/proc/22141/stat : 22141 (cryptominisat-2) R 22139 22141 22141 0 -1 4203524 152796 0 0 0 7268 27 0 0 25 0 1 0 617050673 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22141/statm: 0 0 0 0 0 0 0
[pid=22142] ppid=22128 vsize=0 CPUtime=72.66 cores=1,3,5,7
/proc/22142/stat : 22142 (python) Z 22128 22128 21930 0 -1 4202588 1190 19860 0 0 4 6 7252 4 17 0 1 0 617050675 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22142/statm: 0 0 0 0 0 0 0
[pid=22145] ppid=22128 vsize=434960 CPUtime=0.1 cores=1,3,5,7
/proc/22145/stat : 22145 (python) S 22128 22128 21930 0 -1 4202560 969 0 0 0 5 5 0 0 15 0 1 0 617050678 445399040 36982 33554432000 4194304 5683644 140736168774448 18446744073709551615 231895510598 0 0 16781312 514 12956785759200706824 0 0 17 3 0 0 0
/proc/22145/statm: 108740 36982 370 364 0 44649 0
[pid=22147] ppid=22145 vsize=735000 CPUtime=72.7 cores=1,3,5,7
/proc/22147/stat : 22147 (cryptominisat-2) R 22145 22147 22147 0 -1 4202496 151530 0 0 0 7243 27 0 0 25 0 1 0 617050679 752640000 141015 33554432000 4194304 4677096 140734076139136 18446744073709551615 4238870 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/22147/statm: 183750 141015 391 118 0 178709 0
[pid=22128/tid=22137] ppid=22126 vsize=445204 CPUtime=0 cores=1,3,5,7
/proc/22128/task/22137/stat : 22137 (python) S 22126 22128 21930 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 5 0 617050670 455888896 38498 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907314097 0 0 16781312 2 18446604471133622656 0 0 -1 7 0 0 0
[pid=22128/tid=22140] ppid=22126 vsize=445204 CPUtime=0 cores=1,3,5,7
/proc/22128/task/22140/stat : 22140 (python) S 22126 22128 21930 0 -1 4202560 22 936 0 0 0 0 0 0 22 0 5 0 617050673 455888896 38498 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907314097 0 0 16781312 2 18446604471133622656 0 0 -1 5 0 0 0
[pid=22128/tid=22143] ppid=22126 vsize=445204 CPUtime=0 cores=1,3,5,7
/proc/22128/task/22143/stat : 22143 (python) S 22126 22128 21930 0 -1 4202560 22 936 0 0 0 0 0 0 20 0 5 0 617050676 455888896 38498 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907314097 0 0 16781312 2 18446604471133622656 0 0 -1 5 0 0 0
[pid=22128/tid=22146] ppid=22126 vsize=445204 CPUtime=0 cores=1,3,5,7
/proc/22128/task/22146/stat : 22146 (python) S 22126 22128 21930 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 5 0 617050679 455888896 38498 33554432000 4194304 5683644 140736168774448 18446744073709551615 231907314097 0 0 16781312 2 18446604471133622656 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 338.5
Current children cumulated vsize (KiB) 2492684

[startup+120.401 s]
/proc/loadavg: 7.63 7.44 5.04 9/215 22149
/proc/meminfo: memFree=26613992/32950928 swapFree=67111356/67111528
[pid=22128] ppid=22126 vsize=0 CPUtime=338.76 cores=1,3,5,7
/proc/22128/stat : 22128 (python) R 22126 22128 21930 0 -1 4202500 79069 350816 1 0 4665 20 29099 92 17 0 1 0 617045951 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 19
/proc/22128/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 338.76
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 120.406
CPU time (s): 338.784
CPU user time (s): 337.644
CPU system time (s): 1.14083
CPU usage (%): 281.369
Max. virtual memory (cumulated for all children) (KiB): 3710388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 337.644
system time used= 1.14083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 429885
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= 3349
involuntary context switches= 2593

runsolver used 0.19597 second user time and 0.532918 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-01 18:42:33
IDJOB=3317815
IDBENCH=71003
IDSOLVER=1706
FILE ID=node114/3317815-1304268152
RUNJOBID= node114-1304267292-21950
PBS_JOBID= 13173965
Free space on /tmp= 73432 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-10p0.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-3317815-1304268152/watcher-3317815-1304268152 -o /tmp/evaluation-result-3317815-1304268152/solver-3317815-1304268152 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317815-1304268152.cnf -seed 1172665892 -budget 4800 -cores 4

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

MD5SUM BENCH= ef1df882c8a642421a1d0216a16bf652
RANDOM SEED=1172665892

node114.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.848
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.69
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.848
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.15
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.848
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.74
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.848
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.73
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.848
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.848
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.848
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.74
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.848
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:     32950928 kB
MemFree:      27959116 kB
Buffers:       1126928 kB
Cached:        1999384 kB
SwapCached:        168 kB
Active:        1649436 kB
Inactive:      2822676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27959116 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           43480 kB
Writeback:           0 kB
AnonPages:     1345468 kB
Mapped:          21840 kB
Slab:           447440 kB
PageTables:      12240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2397420 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73400 MiB
End job on node114 at 2011-05-01 18:44:33