Trace number 3378855

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 266.723 80.8647

General information on the benchmark

NameSAT03/industrial/simon/sat02/
6pipe_6_ooo.shuffled-as.sat03-413.cnf
MD5SUM8bd122b0caab0988cbc54e4731b25623
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.2178
Satisfiable
(Un)Satisfiability was proved
Number of variables17064
Number of clauses545612
Sum of the clauses size1608428
Maximum clause length187
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2476931
Number of clauses of size 356141
Number of clauses of size 4301
Number of clauses of size 5290
Number of clauses of size over 511948

Solver Data

0.34/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.68	c INFO: solving HOME/instance-3378855-1305466948.cnf
0.34/0.68	c INFO: computing task features
2.21/2.58	c INFO: computed variable-clause graph statistics
2.32/2.66	c INFO: computed clause balance statistics
11.11/11.41	c INFO: computed variable balance statistics
17.11/17.44	c INFO: computed small-clause counts
17.11/17.48	c INFO: computed Horn-clause counts
18.11/18.49	c INFO: computed variable graph statistics
18.11/18.49	c INFO: collected features for HOME/instance-3378855-1305466948.cnf in 17.74 s
18.11/18.49	c INFO: running lingeling-276@0 for 1182 with 1182 remaining (b = 0.44)
18.21/18.51	c INFO: running lingeling-276@0 for 97 with 1182 remaining (b = 0.15)
18.21/18.52	c INFO: running cryptominisat-2.9.0@0 for 1182 with 1182 remaining (b = 0.31)
18.21/18.53	c INFO: running lingeling-276@0 for 1182 with 1182 remaining (b = 0.27)
266.52/80.82	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-3378855-1305466948/watcher-3378855-1305466948 -o /tmp/evaluation-result-3378855-1305466948/solver-3378855-1305466948 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378855-1305466948.cnf -seed 555369278 -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: 7.54 7.26 6.53 5/377 2279
/proc/meminfo: memFree=14284648/32951124 swapFree=67111348/67111528
[pid=2279] ppid=2277 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/2279/stat : 2279 (python) R 2277 2279 1592 0 -1 4202496 671 0 0 0 0 0 0 0 20 0 1 0 639110751 15548416 567 33554432000 4194304 5683644 140735026066736 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2279/statm: 3796 568 316 364 0 283 0

[startup+0.0793529 s]
/proc/loadavg: 7.54 7.26 6.53 5/377 2279
/proc/meminfo: memFree=14284648/32951124 swapFree=67111348/67111528
[pid=2279] ppid=2277 vsize=45820 CPUtime=0.04 cores=1,3,5,7
/proc/2279/stat : 2279 (python) R 2277 2279 1592 0 -1 4202496 1925 0 0 0 3 1 0 0 20 0 1 0 639110751 46919680 1699 33554432000 4194304 5683644 140735026066736 18446744073709551615 4893224 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2279/statm: 11455 1699 470 364 0 1204 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 45820

[startup+0.100366 s]
/proc/loadavg: 7.54 7.26 6.53 5/377 2279
/proc/meminfo: memFree=14284648/32951124 swapFree=67111348/67111528
[pid=2279] ppid=2277 vsize=85628 CPUtime=0.06 cores=1,3,5,7
/proc/2279/stat : 2279 (python) R 2277 2279 1592 0 -1 4202496 2629 0 0 0 5 1 0 0 18 0 1 0 639110751 87683072 2349 33554432000 4194304 5683644 140735026066736 18446744073709551615 4567031 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2279/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85628

[startup+0.30028 s]
/proc/loadavg: 7.54 7.26 6.53 5/377 2279
/proc/meminfo: memFree=14284648/32951124 swapFree=67111348/67111528
[pid=2279] ppid=2277 vsize=135752 CPUtime=0.18 cores=1,3,5,7
/proc/2279/stat : 2279 (python) S 2277 2279 1592 0 -1 4202496 5965 935 1 0 14 4 0 0 18 0 1 0 639110751 139010048 4150 33554432000 4194304 5683644 140735026066736 18446744073709551615 233510293509 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/2279/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700251 s]
/proc/loadavg: 7.54 7.26 6.53 5/377 2279
/proc/meminfo: memFree=14284648/32951124 swapFree=67111348/67111528
[pid=2279] ppid=2277 vsize=288900 CPUtime=0.41 cores=1,3,5,7
/proc/2279/stat : 2279 (python) R 2277 2279 1592 0 -1 4202496 11889 935 1 0 30 11 0 0 16 0 1 0 639110751 295833600 9567 33554432000 4194304 5683644 140735026066736 18446744073709551615 4444946 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2279/statm: 72225 9568 1761 364 0 8149 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 288900

[startup+1.5011 s]
/proc/loadavg: 7.34 7.22 6.52 6/378 2284
/proc/meminfo: memFree=14231912/32951124 swapFree=67111348/67111528
[pid=2279] ppid=2277 vsize=340816 CPUtime=1.22 cores=1,3,5,7
/proc/2279/stat : 2279 (python) R 2277 2279 1592 0 -1 4202496 24538 935 1 0 109 13 0 0 16 0 1 0 639110751 348995584 22216 33554432000 4194304 5683644 140735026066736 18446744073709551615 4602560 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2279/statm: 85204 22217 1761 364 0 21128 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 340816

[startup+3.10077 s]
/proc/loadavg: 7.34 7.22 6.52 6/378 2284
/proc/meminfo: memFree=14168548/32951124 swapFree=67111348/67111528
[pid=2279] ppid=2277 vsize=404332 CPUtime=2.82 cores=1,3,5,7
/proc/2279/stat : 2279 (python) R 2277 2279 1592 0 -1 4202496 55320 935 1 0 265 17 0 0 19 0 1 0 639110751 414035968 38467 33554432000 4194304 5683644 140735026066736 18446744073709551615 233509956867 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/2279/statm: 101083 38467 1826 364 0 37007 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 404332

[startup+6.30024 s]
/proc/loadavg: 7.34 7.22 6.52 6/378 2284
/proc/meminfo: memFree=14125528/32951124 swapFree=67111348/67111528
[pid=2279] ppid=2277 vsize=404332 CPUtime=6.01 cores=1,3,5,7
/proc/2279/stat : 2279 (python) R 2277 2279 1592 0 -1 4202496 55320 935 1 0 584 17 0 0 25 0 1 0 639110751 414035968 38467 33554432000 4194304 5683644 140735026066736 18446744073709551615 47223755063424 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2279/statm: 101083 38467 1826 364 0 37007 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 404332

[startup+12.7011 s]
/proc/loadavg: 6.98 7.14 6.51 6/378 2284
/proc/meminfo: memFree=14126036/32951124 swapFree=67111348/67111528
[pid=2279] ppid=2277 vsize=404332 CPUtime=12.41 cores=1,3,5,7
/proc/2279/stat : 2279 (python) R 2277 2279 1592 0 -1 4202496 55321 935 1 0 1224 17 0 0 25 0 1 0 639110751 414035968 38468 33554432000 4194304 5683644 140735026066736 18446744073709551615 47223757760795 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2279/statm: 101083 38468 1827 364 0 37007 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 404332

[startup+25.5008 s]
/proc/loadavg: 7.00 7.14 6.51 9/390 2297
/proc/meminfo: memFree=13927684/32951124 swapFree=67111348/67111528
[pid=2279] ppid=2277 vsize=435380 CPUtime=18.25 cores=1,3,5,7
/proc/2279/stat : 2279 (python) S 2277 2279 1592 0 -1 4202496 57987 935 1 0 1806 19 0 0 20 0 5 0 639110751 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2279/statm: 108845 36033 1873 364 0 44754 0
[pid=2285] ppid=2279 vsize=394368 CPUtime=0.01 cores=1,3,5,7
/proc/2285/stat : 2285 (python) S 2279 2279 1592 0 -1 4202560 903 0 0 0 0 1 0 0 18 0 1 0 639112601 403832832 34520 33554432000 4194304 5683644 140735026066736 18446744073709551615 233510317583 0 0 16781312 514 17397494700146917639 0 0 17 5 0 0 0
/proc/2285/statm: 98592 34520 376 364 0 34510 0
[pid=2287] ppid=2285 vsize=40488 CPUtime=6.96 cores=1,3,5,7
/proc/2287/stat : 2287 (lingeling) R 2285 2287 2287 0 -1 4202496 13127 0 0 0 693 3 0 0 25 0 1 0 639112602 41459712 9292 33554432000 4194304 4352236 140733300603328 18446744073709551615 4328441 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/2287/statm: 10122 9292 129 39 0 9202 0
[pid=2288] ppid=2279 vsize=404624 CPUtime=0.02 cores=1,3,5,7
/proc/2288/stat : 2288 (python) S 2279 2279 1592 0 -1 4202560 899 0 0 0 1 1 0 0 18 0 1 0 639112602 414334976 34518 33554432000 4194304 5683644 140735026066736 18446744073709551615 233510317638 0 0 16781312 514 3415721661545021704 0 0 17 7 0 0 0
/proc/2288/statm: 101156 34518 370 364 0 37071 0
[pid=2290] ppid=2288 vsize=29248 CPUtime=6.96 cores=1,3,5,7
/proc/2290/stat : 2290 (lingeling) R 2288 2290 2290 0 -1 4202496 10324 0 0 0 694 2 0 0 25 0 1 0 639112603 29949952 6481 33554432000 4194304 4352236 140736610808128 18446744073709551615 4276765 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/2290/statm: 7312 6481 129 39 0 6392 0
[pid=2291] ppid=2279 vsize=414880 CPUtime=0.01 cores=1,3,5,7
/proc/2291/stat : 2291 (python) S 2279 2279 1592 0 -1 4202560 930 0 0 0 0 1 0 0 15 0 1 0 639112603 424837120 34522 33554432000 4194304 5683644 140735026066736 18446744073709551615 233510317638 0 0 16781312 514 3341525792268976388 0 0 17 7 0 0 0
/proc/2291/statm: 103720 34522 370 364 0 39632 0
[pid=2293] ppid=2291 vsize=158824 CPUtime=6.83 cores=1,3,5,7
/proc/2293/stat : 2293 (cryptominisat-2) R 2291 2293 2293 0 -1 4202496 26991 0 0 0 679 4 0 0 25 0 1 0 639112604 162635776 25681 33554432000 4194304 4677096 140735873468208 18446744073709551615 4339888 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/2293/statm: 39706 25681 387 118 0 34665 0
[pid=2294] ppid=2279 vsize=425136 CPUtime=0.01 cores=1,3,5,7
/proc/2294/stat : 2294 (python) S 2279 2279 1592 0 -1 4202560 929 0 0 0 0 1 0 0 18 0 1 0 639112604 435339264 34526 33554432000 4194304 5683644 140735026066736 18446744073709551615 233510317638 0 0 16781312 514 11230148437364146438 0 0 17 1 0 0 0
/proc/2294/statm: 106284 34526 370 364 0 42193 0
[pid=2296] ppid=2294 vsize=40396 CPUtime=6.95 cores=1,3,5,7
/proc/2296/stat : 2296 (lingeling) R 2294 2296 2296 0 -1 4202496 13105 0 0 0 693 2 0 0 25 0 1 0 639112605 41365504 9269 33554432000 4194304 4352236 140737357954224 18446744073709551615 4328075 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2296/statm: 10099 9269 129 39 0 9179 0
[pid=2279/tid=2286] ppid=2277 vsize=435380 CPUtime=0 cores=1,3,5,7
/proc/2279/task/2286/stat : 2286 (python) S 2277 2279 1592 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 5 0 639112601 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522121137 0 0 16781312 2 18446604465406678336 0 0 -1 7 0 0 0
[pid=2279/tid=2289] ppid=2277 vsize=435380 CPUtime=0 cores=1,3,5,7
/proc/2279/task/2289/stat : 2289 (python) S 2277 2279 1592 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 639112603 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522121137 0 0 16781312 2 18446604465406678336 0 0 -1 7 0 0 0
[pid=2279/tid=2292] ppid=2277 vsize=435380 CPUtime=0 cores=1,3,5,7
/proc/2279/task/2292/stat : 2292 (python) S 2277 2279 1592 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 5 0 639112604 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522121137 0 0 16781312 2 18446604465406678336 0 0 -1 7 0 0 0
[pid=2279/tid=2295] ppid=2277 vsize=435380 CPUtime=0 cores=1,3,5,7
/proc/2279/task/2295/stat : 2295 (python) S 2277 2279 1592 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 5 0 639112605 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522121137 0 0 16781312 2 18446604465406678336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 46
Current children cumulated vsize (KiB) 2343344

[startup+51.1012 s]
/proc/loadavg: 7.39 7.22 6.56 9/390 2297
/proc/meminfo: memFree=13815072/32951124 swapFree=67111348/67111528
[pid=2279] ppid=2277 vsize=435380 CPUtime=18.25 cores=1,3,5,7
/proc/2279/stat : 2279 (python) S 2277 2279 1592 0 -1 4202496 57987 935 1 0 1806 19 0 0 20 0 5 0 639110751 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2279/statm: 108845 36033 1873 364 0 44754 0
[pid=2285] ppid=2279 vsize=394368 CPUtime=0.08 cores=1,3,5,7
/proc/2285/stat : 2285 (python) S 2279 2279 1592 0 -1 4202560 919 0 0 0 4 4 0 0 18 0 1 0 639112601 403832832 34520 33554432000 4194304 5683644 140735026066736 18446744073709551615 233510317583 0 0 16781312 514 2313319688282538247 0 0 17 5 0 0 0
/proc/2285/statm: 98592 34520 376 364 0 34510 0
[pid=2287] ppid=2285 vsize=47172 CPUtime=32.49 cores=1,3,5,7
/proc/2287/stat : 2287 (lingeling) R 2285 2287 2287 0 -1 4202496 15443 0 0 0 3246 3 0 0 25 0 1 0 639112602 48304128 10963 33554432000 4194304 4352236 140733300603328 18446744073709551615 4278692 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/2287/statm: 11793 10963 129 39 0 10873 0
[pid=2288] ppid=2279 vsize=404624 CPUtime=0.08 cores=1,3,5,7
/proc/2288/stat : 2288 (python) S 2279 2279 1592 0 -1 4202560 913 0 0 0 4 4 0 0 18 0 1 0 639112602 414334976 34518 33554432000 4194304 5683644 140735026066736 18446744073709551615 233510317638 0 0 16781312 514 2313319688282538248 0 0 17 7 0 0 0
/proc/2288/statm: 101156 34518 370 364 0 37071 0
[pid=2290] ppid=2288 vsize=47444 CPUtime=32.48 cores=1,3,5,7
/proc/2290/stat : 2290 (lingeling) R 2288 2290 2290 0 -1 4202496 15520 0 0 0 3246 2 0 0 25 0 1 0 639112603 48582656 11030 33554432000 4194304 4352236 140736610808128 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/2290/statm: 11861 11030 129 39 0 10941 0
[pid=2291] ppid=2279 vsize=414880 CPUtime=0.1 cores=1,3,5,7
/proc/2291/stat : 2291 (python) S 2279 2279 1592 0 -1 4202560 947 0 0 0 5 5 0 0 15 0 1 0 639112603 424837120 34522 33554432000 4194304 5683644 140735026066736 18446744073709551615 233510317638 0 0 16781312 514 3341525792268976388 0 0 17 7 0 0 0
/proc/2291/statm: 103720 34522 370 364 0 39632 0
[pid=2293] ppid=2291 vsize=198532 CPUtime=31.98 cores=1,3,5,7
/proc/2293/stat : 2293 (cryptominisat-2) R 2291 2293 2293 0 -1 4202496 49570 0 0 0 3190 8 0 0 25 0 1 0 639112604 203296768 40915 33554432000 4194304 4677096 140735873468208 18446744073709551615 4450609 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/2293/statm: 49633 40915 391 118 0 44592 0
[pid=2294] ppid=2279 vsize=425136 CPUtime=0.08 cores=1,3,5,7
/proc/2294/stat : 2294 (python) S 2279 2279 1592 0 -1 4202560 941 0 0 0 4 4 0 0 18 0 1 0 639112604 435339264 34526 33554432000 4194304 5683644 140735026066736 18446744073709551615 233510317638 0 0 16781312 514 2313319688282538246 0 0 17 1 0 0 0
/proc/2294/statm: 106284 34526 370 364 0 42193 0
[pid=2296] ppid=2294 vsize=43440 CPUtime=32.55 cores=1,3,5,7
/proc/2296/stat : 2296 (lingeling) R 2294 2296 2296 0 -1 4202496 15163 0 0 0 3253 2 0 0 25 0 1 0 639112605 44482560 10030 33554432000 4194304 4352236 140737357954224 18446744073709551615 4328063 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2296/statm: 10860 10030 129 39 0 9940 0
[pid=2279/tid=2286] ppid=2277 vsize=435380 CPUtime=0 cores=1,3,5,7
/proc/2279/task/2286/stat : 2286 (python) S 2277 2279 1592 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 5 0 639112601 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522121137 0 0 16781312 2 18446604465406678336 0 0 -1 7 0 0 0
[pid=2279/tid=2289] ppid=2277 vsize=435380 CPUtime=0 cores=1,3,5,7
/proc/2279/task/2289/stat : 2289 (python) S 2277 2279 1592 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 639112603 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522121137 0 0 16781312 2 18446604465406678336 0 0 -1 7 0 0 0
[pid=2279/tid=2292] ppid=2277 vsize=435380 CPUtime=0 cores=1,3,5,7
/proc/2279/task/2292/stat : 2292 (python) S 2277 2279 1592 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 5 0 639112604 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522121137 0 0 16781312 2 18446604465406678336 0 0 -1 7 0 0 0
[pid=2279/tid=2295] ppid=2277 vsize=435380 CPUtime=0 cores=1,3,5,7
/proc/2279/task/2295/stat : 2295 (python) S 2277 2279 1592 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 5 0 639112605 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522121137 0 0 16781312 2 18446604465406678336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 148.09
Current children cumulated vsize (KiB) 2410976

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

[startup+63.9009 s]
/proc/loadavg: 7.48 7.25 6.57 9/390 2298
/proc/meminfo: memFree=13821076/32951124 swapFree=67111348/67111528
[pid=2279] ppid=2277 vsize=435380 CPUtime=18.25 cores=1,3,5,7
/proc/2279/stat : 2279 (python) S 2277 2279 1592 0 -1 4202496 57987 935 1 0 1806 19 0 0 20 0 5 0 639110751 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2279/statm: 108845 36033 1873 364 0 44754 0
[pid=2285] ppid=2279 vsize=394368 CPUtime=0.11 cores=1,3,5,7
/proc/2285/stat : 2285 (python) S 2279 2279 1592 0 -1 4202560 925 0 0 0 5 6 0 0 18 0 1 0 639112601 403832832 34520 33554432000 4194304 5683644 140735026066736 18446744073709551615 233510317583 0 0 16781312 514 2313319688282538247 0 0 17 5 0 0 0
/proc/2285/statm: 98592 34520 376 364 0 34510 0
[pid=2287] ppid=2285 vsize=45008 CPUtime=45.26 cores=1,3,5,7
/proc/2287/stat : 2287 (lingeling) R 2285 2287 2287 0 -1 4202496 15571 0 0 0 4523 3 0 0 25 0 1 0 639112602 46088192 10422 33554432000 4194304 4352236 140733300603328 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/2287/statm: 11252 10422 129 39 0 10332 0
[pid=2288] ppid=2279 vsize=404624 CPUtime=0.13 cores=1,3,5,7
/proc/2288/stat : 2288 (python) S 2279 2279 1592 0 -1 4202560 921 0 0 0 7 6 0 0 18 0 1 0 639112602 414334976 34518 33554432000 4194304 5683644 140735026066736 18446744073709551615 233510317638 0 0 16781312 514 2313319688282538248 0 0 17 7 0 0 0
/proc/2288/statm: 101156 34518 370 364 0 37071 0
[pid=2290] ppid=2288 vsize=45320 CPUtime=45.24 cores=1,3,5,7

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

[pid=2279/tid=2292] ppid=2277 vsize=435380 CPUtime=0 cores=1,3,5,7
/proc/2279/task/2292/stat : 2292 (python) S 2277 2279 1592 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 5 0 639112604 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522121137 0 0 16781312 2 18446604465406678336 0 0 -1 7 0 0 0
[pid=2279/tid=2295] ppid=2277 vsize=435380 CPUtime=0 cores=1,3,5,7
/proc/2279/task/2295/stat : 2295 (python) S 2277 2279 1592 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 5 0 639112605 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522121137 0 0 16781312 2 18446604465406678336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 256.87
Current children cumulated vsize (KiB) 2210508

[startup+79.901 s]
/proc/loadavg: 7.68 7.30 6.60 10/390 2298
/proc/meminfo: memFree=13981404/32951124 swapFree=67111348/67111528
[pid=2279] ppid=2277 vsize=435380 CPUtime=18.25 cores=1,3,5,7
/proc/2279/stat : 2279 (python) S 2277 2279 1592 0 -1 4202496 57987 935 1 0 1806 19 0 0 20 0 5 0 639110751 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2279/statm: 108845 36033 1873 364 0 44754 0
[pid=2285] ppid=2279 vsize=394368 CPUtime=0.17 cores=1,3,5,7
/proc/2285/stat : 2285 (python) S 2279 2279 1592 0 -1 4202560 933 0 0 0 9 8 0 0 18 0 1 0 639112601 403832832 34520 33554432000 4194304 5683644 140735026066736 18446744073709551615 233510317583 0 0 16781312 514 2313319688282538247 0 0 17 5 0 0 0
/proc/2285/statm: 98592 34520 376 364 0 34510 0
[pid=2287] ppid=2285 vsize=44896 CPUtime=61.21 cores=1,3,5,7
/proc/2287/stat : 2287 (lingeling) R 2285 2287 2287 0 -1 4202496 15571 0 0 0 6118 3 0 0 25 0 1 0 639112602 45973504 10394 33554432000 4194304 4352236 140733300603328 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/2287/statm: 11224 10394 129 39 0 10304 0
[pid=2288] ppid=2279 vsize=404624 CPUtime=0.16 cores=1,3,5,7
/proc/2288/stat : 2288 (python) S 2279 2279 1592 0 -1 4202560 928 0 0 0 9 7 0 0 18 0 1 0 639112602 414334976 34518 33554432000 4194304 5683644 140735026066736 18446744073709551615 233510317638 0 0 16781312 514 2313319688282538248 0 0 17 1 0 0 0
/proc/2288/statm: 101156 34518 370 364 0 37071 0
[pid=2290] ppid=2288 vsize=46324 CPUtime=61.19 cores=1,3,5,7
/proc/2290/stat : 2290 (lingeling) R 2288 2290 2290 0 -1 4202496 15904 0 0 0 6117 2 0 0 25 0 1 0 639112603 47435776 10750 33554432000 4194304 4352236 140736610808128 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/2290/statm: 11581 10750 129 39 0 10661 0
[pid=2291] ppid=2279 vsize=414880 CPUtime=1.81 cores=1,3,5,7
/proc/2291/stat : 2291 (python) R 2279 2279 1592 0 -1 4202560 965 0 0 0 141 40 0 0 17 0 1 0 639112603 424837120 34522 33554432000 4194304 5683644 140735026066736 18446744073709551615 233510317638 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/2291/statm: 103720 34522 370 364 0 39632 0
[pid=2293] ppid=2291 vsize=0 CPUtime=58.65 cores=1,3,5,7
/proc/2293/stat : 2293 (cryptominisat-2) R 2291 2293 2293 0 -1 4202500 58216 0 0 0 5854 11 0 0 25 0 1 0 639112604 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2293/statm: 0 0 0 0 0 0 0
[pid=2294] ppid=2279 vsize=425136 CPUtime=0.16 cores=1,3,5,7
/proc/2294/stat : 2294 (python) S 2279 2279 1592 0 -1 4202560 957 0 0 0 8 8 0 0 18 0 1 0 639112604 435339264 34526 33554432000 4194304 5683644 140735026066736 18446744073709551615 233510317638 0 0 16781312 514 2313319688282538246 0 0 17 1 0 0 0
/proc/2294/statm: 106284 34526 370 364 0 42193 0
[pid=2296] ppid=2294 vsize=46388 CPUtime=61.35 cores=1,3,5,7
/proc/2296/stat : 2296 (lingeling) R 2294 2296 2296 0 -1 4202496 15931 0 0 0 6133 2 0 0 25 0 1 0 639112605 47501312 10767 33554432000 4194304 4352236 140737357954224 18446744073709551615 4327885 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2296/statm: 11597 10767 129 39 0 10677 0
[pid=2279/tid=2286] ppid=2277 vsize=435380 CPUtime=0 cores=1,3,5,7
/proc/2279/task/2286/stat : 2286 (python) S 2277 2279 1592 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 5 0 639112601 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522121137 0 0 16781312 2 18446604465406678336 0 0 -1 7 0 0 0
[pid=2279/tid=2289] ppid=2277 vsize=435380 CPUtime=0 cores=1,3,5,7
/proc/2279/task/2289/stat : 2289 (python) S 2277 2279 1592 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 639112603 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522121137 0 0 16781312 2 18446604465406678336 0 0 -1 7 0 0 0
[pid=2279/tid=2292] ppid=2277 vsize=435380 CPUtime=0 cores=1,3,5,7
/proc/2279/task/2292/stat : 2292 (python) S 2277 2279 1592 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 5 0 639112604 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522121137 0 0 16781312 2 18446604465406678336 0 0 -1 7 0 0 0
[pid=2279/tid=2295] ppid=2277 vsize=435380 CPUtime=0 cores=1,3,5,7
/proc/2279/task/2295/stat : 2295 (python) S 2277 2279 1592 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 5 0 639112605 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522121137 0 0 16781312 2 18446604465406678336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 262.95
Current children cumulated vsize (KiB) 2211996

[startup+80.3149 s]
/proc/loadavg: 7.68 7.30 6.60 11/390 2298
/proc/meminfo: memFree=13979044/32951124 swapFree=67111348/67111528
[pid=2279] ppid=2277 vsize=435380 CPUtime=18.25 cores=1,3,5,7
/proc/2279/stat : 2279 (python) S 2277 2279 1592 0 -1 4202496 57987 935 1 0 1806 19 0 0 20 0 5 0 639110751 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2279/statm: 108845 36033 1873 364 0 44754 0
[pid=2285] ppid=2279 vsize=394368 CPUtime=0.17 cores=1,3,5,7
/proc/2285/stat : 2285 (python) S 2279 2279 1592 0 -1 4202560 933 0 0 0 9 8 0 0 18 0 1 0 639112601 403832832 34520 33554432000 4194304 5683644 140735026066736 18446744073709551615 233510317583 0 0 16781312 514 2313319688282538247 0 0 17 5 0 0 0
/proc/2285/statm: 98592 34520 376 364 0 34510 0
[pid=2287] ppid=2285 vsize=44896 CPUtime=61.62 cores=1,3,5,7
/proc/2287/stat : 2287 (lingeling) R 2285 2287 2287 0 -1 4202496 15571 0 0 0 6159 3 0 0 25 0 1 0 639112602 45973504 10394 33554432000 4194304 4352236 140733300603328 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/2287/statm: 11224 10394 129 39 0 10304 0
[pid=2288] ppid=2279 vsize=404624 CPUtime=0.16 cores=1,3,5,7
/proc/2288/stat : 2288 (python) S 2279 2279 1592 0 -1 4202560 928 0 0 0 9 7 0 0 18 0 1 0 639112602 414334976 34518 33554432000 4194304 5683644 140735026066736 18446744073709551615 233510317638 0 0 16781312 514 2313319688282538248 0 0 17 1 0 0 0
/proc/2288/statm: 101156 34518 370 364 0 37071 0
[pid=2290] ppid=2288 vsize=46324 CPUtime=61.6 cores=1,3,5,7
/proc/2290/stat : 2290 (lingeling) R 2288 2290 2290 0 -1 4202496 15904 0 0 0 6158 2 0 0 25 0 1 0 639112603 47435776 10750 33554432000 4194304 4352236 140736610808128 18446744073709551615 4331241 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/2290/statm: 11581 10750 129 39 0 10661 0
[pid=2291] ppid=2279 vsize=414880 CPUtime=2.21 cores=1,3,5,7
/proc/2291/stat : 2291 (python) R 2279 2279 1592 0 -1 4202560 965 0 0 0 172 49 0 0 18 0 1 0 639112603 424837120 34522 33554432000 4194304 5683644 140735026066736 18446744073709551615 233510317638 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/2291/statm: 103720 34522 370 364 0 39632 0
[pid=2293] ppid=2291 vsize=0 CPUtime=58.65 cores=1,3,5,7
/proc/2293/stat : 2293 (cryptominisat-2) R 2291 2293 2293 0 -1 4202500 58216 0 0 0 5854 11 0 0 25 0 1 0 639112604 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2293/statm: 0 0 0 0 0 0 0
[pid=2294] ppid=2279 vsize=425136 CPUtime=0.16 cores=1,3,5,7
/proc/2294/stat : 2294 (python) S 2279 2279 1592 0 -1 4202560 957 0 0 0 8 8 0 0 18 0 1 0 639112604 435339264 34526 33554432000 4194304 5683644 140735026066736 18446744073709551615 233510317638 0 0 16781312 514 2313319688282538246 0 0 17 1 0 0 0
/proc/2294/statm: 106284 34526 370 364 0 42193 0
[pid=2296] ppid=2294 vsize=46388 CPUtime=61.76 cores=1,3,5,7
/proc/2296/stat : 2296 (lingeling) R 2294 2296 2296 0 -1 4202496 15931 0 0 0 6174 2 0 0 25 0 1 0 639112605 47501312 10767 33554432000 4194304 4352236 140737357954224 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2296/statm: 11597 10767 129 39 0 10677 0
[pid=2279/tid=2286] ppid=2277 vsize=435380 CPUtime=0 cores=1,3,5,7
/proc/2279/task/2286/stat : 2286 (python) S 2277 2279 1592 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 5 0 639112601 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522121137 0 0 16781312 2 18446604465406678336 0 0 -1 7 0 0 0
[pid=2279/tid=2289] ppid=2277 vsize=435380 CPUtime=0 cores=1,3,5,7
/proc/2279/task/2289/stat : 2289 (python) S 2277 2279 1592 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 639112603 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522121137 0 0 16781312 2 18446604465406678336 0 0 -1 7 0 0 0
[pid=2279/tid=2292] ppid=2277 vsize=435380 CPUtime=0 cores=1,3,5,7
/proc/2279/task/2292/stat : 2292 (python) S 2277 2279 1592 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 5 0 639112604 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522121137 0 0 16781312 2 18446604465406678336 0 0 -1 7 0 0 0
[pid=2279/tid=2295] ppid=2277 vsize=435380 CPUtime=0 cores=1,3,5,7
/proc/2279/task/2295/stat : 2295 (python) S 2277 2279 1592 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 5 0 639112605 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522121137 0 0 16781312 2 18446604465406678336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 264.58
Current children cumulated vsize (KiB) 2211996

[startup+80.7009 s]
/proc/loadavg: 7.68 7.30 6.60 11/390 2298
/proc/meminfo: memFree=13979044/32951124 swapFree=67111348/67111528
[pid=2279] ppid=2277 vsize=435380 CPUtime=18.25 cores=1,3,5,7
/proc/2279/stat : 2279 (python) S 2277 2279 1592 0 -1 4202496 57987 935 1 0 1806 19 0 0 20 0 5 0 639110751 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2279/statm: 108845 36033 1873 364 0 44754 0
[pid=2285] ppid=2279 vsize=394368 CPUtime=0.17 cores=1,3,5,7
/proc/2285/stat : 2285 (python) S 2279 2279 1592 0 -1 4202560 933 0 0 0 9 8 0 0 18 0 1 0 639112601 403832832 34520 33554432000 4194304 5683644 140735026066736 18446744073709551615 233510317583 0 0 16781312 514 2313319688282538247 0 0 17 5 0 0 0
/proc/2285/statm: 98592 34520 376 364 0 34510 0
[pid=2287] ppid=2285 vsize=47968 CPUtime=62.01 cores=1,3,5,7
/proc/2287/stat : 2287 (lingeling) R 2285 2287 2287 0 -1 4202496 16339 0 0 0 6198 3 0 0 25 0 1 0 639112602 49119232 11162 33554432000 4194304 4352236 140733300603328 18446744073709551615 4216512 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/2287/statm: 11992 11162 129 39 0 11072 0
[pid=2288] ppid=2279 vsize=404624 CPUtime=0.16 cores=1,3,5,7
/proc/2288/stat : 2288 (python) S 2279 2279 1592 0 -1 4202560 928 0 0 0 9 7 0 0 18 0 1 0 639112602 414334976 34518 33554432000 4194304 5683644 140735026066736 18446744073709551615 233510317638 0 0 16781312 514 2313319688282538248 0 0 17 1 0 0 0
/proc/2288/statm: 101156 34518 370 364 0 37071 0
[pid=2290] ppid=2288 vsize=46324 CPUtime=61.99 cores=1,3,5,7
/proc/2290/stat : 2290 (lingeling) R 2288 2290 2290 0 -1 4202496 15904 0 0 0 6197 2 0 0 25 0 1 0 639112603 47435776 10750 33554432000 4194304 4352236 140736610808128 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/2290/statm: 11581 10750 129 39 0 10661 0
[pid=2291] ppid=2279 vsize=414880 CPUtime=2.59 cores=1,3,5,7
/proc/2291/stat : 2291 (python) R 2279 2279 1592 0 -1 4202560 965 0 0 0 203 56 0 0 18 0 1 0 639112603 424837120 34522 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522127679 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/2291/statm: 103720 34522 370 364 0 39632 0
[pid=2293] ppid=2291 vsize=0 CPUtime=58.65 cores=1,3,5,7
/proc/2293/stat : 2293 (cryptominisat-2) R 2291 2293 2293 0 -1 4202500 58216 0 0 0 5854 11 0 0 25 0 1 0 639112604 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2293/statm: 0 0 0 0 0 0 0
[pid=2294] ppid=2279 vsize=425136 CPUtime=0.16 cores=1,3,5,7
/proc/2294/stat : 2294 (python) S 2279 2279 1592 0 -1 4202560 957 0 0 0 8 8 0 0 18 0 1 0 639112604 435339264 34526 33554432000 4194304 5683644 140735026066736 18446744073709551615 233510317638 0 0 16781312 514 2313319688282538246 0 0 17 1 0 0 0
/proc/2294/statm: 106284 34526 370 364 0 42193 0
[pid=2296] ppid=2294 vsize=46388 CPUtime=62.15 cores=1,3,5,7
/proc/2296/stat : 2296 (lingeling) R 2294 2296 2296 0 -1 4202496 15931 0 0 0 6213 2 0 0 25 0 1 0 639112605 47501312 10767 33554432000 4194304 4352236 140737357954224 18446744073709551615 4329011 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2296/statm: 11597 10767 129 39 0 10677 0
[pid=2279/tid=2286] ppid=2277 vsize=435380 CPUtime=0 cores=1,3,5,7
/proc/2279/task/2286/stat : 2286 (python) S 2277 2279 1592 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 5 0 639112601 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522121137 0 0 16781312 2 18446604465406678336 0 0 -1 7 0 0 0
[pid=2279/tid=2289] ppid=2277 vsize=435380 CPUtime=0 cores=1,3,5,7
/proc/2279/task/2289/stat : 2289 (python) S 2277 2279 1592 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 639112603 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522121137 0 0 16781312 2 18446604465406678336 0 0 -1 7 0 0 0
[pid=2279/tid=2292] ppid=2277 vsize=435380 CPUtime=0 cores=1,3,5,7
/proc/2279/task/2292/stat : 2292 (python) S 2277 2279 1592 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 5 0 639112604 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522121137 0 0 16781312 2 18446604465406678336 0 0 -1 7 0 0 0
[pid=2279/tid=2295] ppid=2277 vsize=435380 CPUtime=0 cores=1,3,5,7
/proc/2279/task/2295/stat : 2295 (python) S 2277 2279 1592 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 5 0 639112605 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522121137 0 0 16781312 2 18446604465406678336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 266.13
Current children cumulated vsize (KiB) 2215068

[startup+80.8008 s]
/proc/loadavg: 7.68 7.30 6.60 11/390 2298
/proc/meminfo: memFree=13979044/32951124 swapFree=67111348/67111528
[pid=2279] ppid=2277 vsize=435380 CPUtime=18.25 cores=1,3,5,7
/proc/2279/stat : 2279 (python) S 2277 2279 1592 0 -1 4202496 57987 935 1 0 1806 19 0 0 20 0 5 0 639110751 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2279/statm: 108845 36033 1873 364 0 44754 0
[pid=2285] ppid=2279 vsize=394368 CPUtime=0.17 cores=1,3,5,7
/proc/2285/stat : 2285 (python) S 2279 2279 1592 0 -1 4202560 933 0 0 0 9 8 0 0 18 0 1 0 639112601 403832832 34520 33554432000 4194304 5683644 140735026066736 18446744073709551615 233510317583 0 0 16781312 514 2313319688282538247 0 0 17 5 0 0 0
/proc/2285/statm: 98592 34520 376 364 0 34510 0
[pid=2287] ppid=2285 vsize=47968 CPUtime=62.11 cores=1,3,5,7
/proc/2287/stat : 2287 (lingeling) R 2285 2287 2287 0 -1 4202496 16339 0 0 0 6208 3 0 0 25 0 1 0 639112602 49119232 11162 33554432000 4194304 4352236 140733300603328 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/2287/statm: 11992 11162 129 39 0 11072 0
[pid=2288] ppid=2279 vsize=404624 CPUtime=0.16 cores=1,3,5,7
/proc/2288/stat : 2288 (python) S 2279 2279 1592 0 -1 4202560 928 0 0 0 9 7 0 0 18 0 1 0 639112602 414334976 34518 33554432000 4194304 5683644 140735026066736 18446744073709551615 233510317638 0 0 16781312 514 2313319688282538248 0 0 17 1 0 0 0
/proc/2288/statm: 101156 34518 370 364 0 37071 0
[pid=2290] ppid=2288 vsize=46324 CPUtime=62.09 cores=1,3,5,7
/proc/2290/stat : 2290 (lingeling) R 2288 2290 2290 0 -1 4202496 15904 0 0 0 6207 2 0 0 25 0 1 0 639112603 47435776 10750 33554432000 4194304 4352236 140736610808128 18446744073709551615 4328000 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/2290/statm: 11581 10750 129 39 0 10661 0
[pid=2291] ppid=2279 vsize=414880 CPUtime=2.68 cores=1,3,5,7
/proc/2291/stat : 2291 (python) R 2279 2279 1592 0 -1 4202560 965 0 0 0 211 57 0 0 18 0 1 0 639112603 424837120 34522 33554432000 4194304 5683644 140735026066736 18446744073709551615 4509095 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/2291/statm: 103720 34522 370 364 0 39632 0
[pid=2293] ppid=2291 vsize=0 CPUtime=58.65 cores=1,3,5,7
/proc/2293/stat : 2293 (cryptominisat-2) R 2291 2293 2293 0 -1 4202500 58216 0 0 0 5854 11 0 0 25 0 1 0 639112604 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2293/statm: 0 0 0 0 0 0 0
[pid=2294] ppid=2279 vsize=425136 CPUtime=0.16 cores=1,3,5,7
/proc/2294/stat : 2294 (python) S 2279 2279 1592 0 -1 4202560 957 0 0 0 8 8 0 0 18 0 1 0 639112604 435339264 34526 33554432000 4194304 5683644 140735026066736 18446744073709551615 233510317638 0 0 16781312 514 2313319688282538246 0 0 17 1 0 0 0
/proc/2294/statm: 106284 34526 370 364 0 42193 0
[pid=2296] ppid=2294 vsize=46388 CPUtime=62.25 cores=1,3,5,7
/proc/2296/stat : 2296 (lingeling) R 2294 2296 2296 0 -1 4202496 15931 0 0 0 6223 2 0 0 25 0 1 0 639112605 47501312 10767 33554432000 4194304 4352236 140737357954224 18446744073709551615 4331519 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2296/statm: 11597 10767 129 39 0 10677 0
[pid=2279/tid=2286] ppid=2277 vsize=435380 CPUtime=0 cores=1,3,5,7
/proc/2279/task/2286/stat : 2286 (python) S 2277 2279 1592 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 5 0 639112601 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522121137 0 0 16781312 2 18446604465406678336 0 0 -1 7 0 0 0
[pid=2279/tid=2289] ppid=2277 vsize=435380 CPUtime=0 cores=1,3,5,7
/proc/2279/task/2289/stat : 2289 (python) S 2277 2279 1592 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 639112603 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522121137 0 0 16781312 2 18446604465406678336 0 0 -1 7 0 0 0
[pid=2279/tid=2292] ppid=2277 vsize=435380 CPUtime=0 cores=1,3,5,7
/proc/2279/task/2292/stat : 2292 (python) S 2277 2279 1592 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 5 0 639112604 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522121137 0 0 16781312 2 18446604465406678336 0 0 -1 7 0 0 0
[pid=2279/tid=2295] ppid=2277 vsize=435380 CPUtime=0 cores=1,3,5,7
/proc/2279/task/2295/stat : 2295 (python) S 2277 2279 1592 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 5 0 639112605 445829120 36033 33554432000 4194304 5683644 140735026066736 18446744073709551615 233522121137 0 0 16781312 2 18446604465406678336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 266.52
Current children cumulated vsize (KiB) 2215068

Child status: 0
Real time (s): 80.8647
CPU time (s): 266.723
CPU user time (s): 265.463
CPU system time (s): 1.26081
CPU usage (%): 329.839
Max. virtual memory (cumulated for all children) (KiB): 2438524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 265.463
system time used= 1.26081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186630
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= 3460
involuntary context switches= 2432

runsolver used 0.265959 second user time and 0.690894 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-15 15:42:29
IDJOB=3378855
IDBENCH=84172
IDSOLVER=1860
FILE ID=node145/3378855-1305466948
RUNJOBID= node145-1305463524-1611
PBS_JOBID= 13325000
Free space on /tmp= 73624 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT03/industrial/simon/sat02/6pipe_6_ooo.shuffled-as.sat03-413.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-3378855-1305466948/watcher-3378855-1305466948 -o /tmp/evaluation-result-3378855-1305466948/solver-3378855-1305466948 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378855-1305466948.cnf -seed 555369278 -budget 4800 -cores 4

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

MD5SUM BENCH= 8bd122b0caab0988cbc54e4731b25623
RANDOM SEED=555369278

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14284928 kB
Buffers:        320280 kB
Cached:        8619676 kB
SwapCached:          0 kB
Active:       11460492 kB
Inactive:      6833276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14284928 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           42168 kB
Writeback:          28 kB
AnonPages:     9353480 kB
Mapped:          34676 kB
Slab:           260336 kB
PageTables:      46304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 84260052 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= 73596 MiB
End job on node145 at 2011-05-15 15:43:50