Trace number 3377884

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-industrial (fixed)UNSAT 1195.96 1197.11

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p0.cnf
MD5SUM209f7789e3588d11f275f2003f2c6a67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark365.63
Satisfiable
(Un)Satisfiability was proved
Number of variables259616
Number of clauses1374599
Sum of the clauses size3310772
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2982807
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.64/1.98	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.64/1.98	c INFO: solving HOME/instance-3377884-1305453700.cnf
0.64/1.98	c INFO: computing task features
5.01/6.54	c INFO: computed variable-clause graph statistics
5.01/6.69	c INFO: computed clause balance statistics
24.41/25.79	c INFO: computed variable balance statistics
39.41/40.77	c INFO: computed small-clause counts
39.81/41.14	c INFO: computed Horn-clause counts
117.21/118.52	c INFO: computed variable graph statistics
117.21/118.52	c INFO: collected features for HOME/instance-3377884-1305453700.cnf in 116.44 s
117.21/118.53	c INFO: running lingeling-276@0 for 291 with 2283 remaining (b = 0.27)
409.84/411.24	c INFO: running lingeling-276@291 for 194 with 1991 remaining (b = 0.19)
607.35/608.70	c INFO: running lingeling-276@0 for 97 with 1794 remaining (b = 0.17)
707.53/708.97	c INFO: running cryptominisat-2.9.0@0 for 1694 with 1694 remaining (b = 0.42)
1195.76/1197.04	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-3377884-1305453700/watcher-3377884-1305453700 -o /tmp/evaluation-result-3377884-1305453700/solver-3377884-1305453700 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377884-1305453700.cnf -seed 2021580967 -budget 2400 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 1.02 2.34 3.03 3/342 1619
/proc/meminfo: memFree=22440852/32951124 swapFree=59367104/67111528
[pid=1619] ppid=1617 vsize=15080 CPUtime=0 cores=5,7
/proc/1619/stat : 1619 (python) S 1617 1619 32723 0 -1 4202496 616 0 0 0 0 0 0 0 18 0 1 0 637785792 15441920 513 33554432000 4194304 5683644 140733538174064 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/1619/statm: 3770 513 300 364 0 257 0

[startup+0.104 s]
/proc/loadavg: 1.02 2.34 3.03 3/342 1619
/proc/meminfo: memFree=22440852/32951124 swapFree=59367104/67111528
[pid=1619] ppid=1617 vsize=50016 CPUtime=0.04 cores=5,7
/proc/1619/stat : 1619 (python) D 1617 1619 32723 0 -1 4202496 1977 0 0 0 3 1 0 0 17 0 1 0 637785792 51216384 1738 33554432000 4194304 5683644 140733538174064 18446744073709551615 270338381824 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1619/statm: 12504 1738 480 364 0 1204 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 50016

[startup+0.200987 s]
/proc/loadavg: 1.02 2.34 3.03 3/342 1619
/proc/meminfo: memFree=22440852/32951124 swapFree=59367104/67111528
[pid=1619] ppid=1617 vsize=111028 CPUtime=0.1 cores=5,7
/proc/1619/stat : 1619 (python) R 1617 1619 32723 0 -1 4202496 3478 0 1 0 5 5 0 0 17 0 1 0 637785792 113692672 3130 33554432000 4194304 5683644 140733538174064 18446744073709551615 5114052 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1619/statm: 27756 3129 881 364 0 2292 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 111028

[startup+0.300962 s]
/proc/loadavg: 1.02 2.34 3.03 3/342 1619
/proc/meminfo: memFree=22440852/32951124 swapFree=59367104/67111528
[pid=1619] ppid=1617 vsize=121284 CPUtime=0.14 cores=5,7
/proc/1619/stat : 1619 (python) D 1617 1619 32723 0 -1 4202496 3932 0 3 0 6 8 0 0 17 0 1 0 637785792 124194816 3565 33554432000 4194304 5683644 140733538174064 18446744073709551615 270338381824 0 0 16781312 2 0 0 0 17 5 0 0 1
/proc/1619/statm: 30321 3565 959 364 0 2653 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 121284

[startup+0.700881 s]
/proc/loadavg: 1.02 2.34 3.03 3/342 1619
/proc/meminfo: memFree=22440852/32951124 swapFree=59367104/67111528
[pid=1619] ppid=1617 vsize=135752 CPUtime=0.26 cores=5,7
/proc/1619/stat : 1619 (python) D 1617 1619 32723 0 -1 4202496 5969 927 5 8 11 15 0 0 17 0 1 0 637785792 139010048 4148 33554432000 4194304 5683644 140733538174064 18446744073709551615 270338189083 0 0 16781312 2 0 0 0 17 5 0 0 2
/proc/1619/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 135752

[startup+1.50074 s]
/proc/loadavg: 1.02 2.32 3.02 2/343 1636
/proc/meminfo: memFree=22396048/32951124 swapFree=59367104/67111528
[pid=1619] ppid=1617 vsize=226784 CPUtime=0.51 cores=5,7
/proc/1619/stat : 1619 (python) R 1617 1619 32723 0 -1 4202496 7607 927 42 8 20 31 0 0 16 0 1 0 637785792 232226816 5608 33554432000 4194304 5683644 140733538174064 18446744073709551615 270338379621 0 0 16781312 2 0 0 0 17 5 0 0 13
/proc/1619/statm: 56696 5608 1566 364 0 4234 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 226784

[startup+3.10039 s]
/proc/loadavg: 1.02 2.32 3.02 5/343 1636
/proc/meminfo: memFree=22196056/32951124 swapFree=59367104/67111528
[pid=1619] ppid=1617 vsize=384728 CPUtime=1.81 cores=5,7
/proc/1619/stat : 1619 (python) R 1617 1619 32723 0 -1 4202496 35460 927 51 8 139 42 0 0 17 0 1 0 637785792 393961472 33178 33554432000 4194304 5683644 140733538174064 18446744073709551615 270338044613 0 0 16781312 2 0 0 0 17 5 0 0 18
/proc/1619/statm: 96182 33178 1761 364 0 32106 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 384728
heavy processes:

[startup+6.30076 s]
/proc/loadavg: 1.02 2.32 3.02 5/343 1636
/proc/meminfo: memFree=21757916/32951124 swapFree=59367104/67111528
[pid=1619] ppid=1617 vsize=561276 CPUtime=5.01 cores=5,7
/proc/1619/stat : 1619 (python) R 1617 1619 32723 0 -1 4202496 112066 927 51 8 449 52 0 0 23 0 1 0 637785792 574746624 77692 33554432000 4194304 5683644 140733538174064 18446744073709551615 46915625543245 0 0 16781312 2 0 0 0 17 5 0 0 18
/proc/1619/statm: 140319 77692 1815 364 0 76243 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 561276
heavy processes:

[startup+12.7005 s]
/proc/loadavg: 1.55 2.39 3.03 5/343 1636
/proc/meminfo: memFree=21510212/32951124 swapFree=59367104/67111528
[pid=1619] ppid=1617 vsize=561276 CPUtime=11.41 cores=5,7
/proc/1619/stat : 1619 (python) R 1617 1619 32723 0 -1 4202496 112078 927 51 8 1089 52 0 0 25 0 1 0 637785792 574746624 77703 33554432000 4194304 5683644 140733538174064 18446744073709551615 46915625209472 0 0 16781312 2 0 0 0 17 5 0 0 18
/proc/1619/statm: 140319 77703 1826 364 0 76243 0
Current children cumulated CPU time (s) 11.41
Current children cumulated vsize (KiB) 561276

[startup+25.5009 s]
/proc/loadavg: 1.93 2.44 3.04 5/343 1636
/proc/meminfo: memFree=21509092/32951124 swapFree=59367104/67111528
[pid=1619] ppid=1617 vsize=561276 CPUtime=24.21 cores=5,7
/proc/1619/stat : 1619 (python) R 1617 1619 32723 0 -1 4202496 112078 927 51 8 2369 52 0 0 25 0 1 0 637785792 574746624 77703 33554432000 4194304 5683644 140733538174064 18446744073709551615 270338070271 0 0 16781312 2 0 0 0 17 5 0 0 18
/proc/1619/statm: 140319 77703 1826 364 0 76243 0
Current children cumulated CPU time (s) 24.21
Current children cumulated vsize (KiB) 561276

[startup+51.1009 s]
/proc/loadavg: 2.74 2.59 3.07 5/343 1672
/proc/meminfo: memFree=21347048/32951124 swapFree=59367104/67111528
[pid=1619] ppid=1617 vsize=561276 CPUtime=49.81 cores=5,7
/proc/1619/stat : 1619 (python) R 1617 1619 32723 0 -1 4202496 112085 927 51 8 4929 52 0 0 25 0 1 0 637785792 574746624 77710 33554432000 4194304 5683644 140733538174064 18446744073709551615 46915625130112 0 0 16781312 2 0 0 0 17 5 0 0 18
/proc/1619/statm: 140319 77710 1833 364 0 76243 0
Current children cumulated CPU time (s) 49.81
Current children cumulated vsize (KiB) 561276

[startup+102.301 s]
/proc/loadavg: 3.60 2.84 3.13 5/343 1708
/proc/meminfo: memFree=21484672/32951124 swapFree=59367104/67111528
[pid=1619] ppid=1617 vsize=561276 CPUtime=101.01 cores=5,7
/proc/1619/stat : 1619 (python) R 1617 1619 32723 0 -1 4202496 112085 927 51 8 10049 52 0 0 25 0 1 0 637785792 574746624 77710 33554432000 4194304 5683644 140733538174064 18446744073709551615 46915625130112 0 0 16781312 2 0 0 0 17 5 0 0 18
/proc/1619/statm: 140319 77710 1833 364 0 76243 0
Current children cumulated CPU time (s) 101.01
Current children cumulated vsize (KiB) 561276

[startup+162.301 s]
/proc/loadavg: 3.94 3.08 3.19 5/355 1722
/proc/meminfo: memFree=21164028/32951124 swapFree=59367104/67111528
[pid=1619] ppid=1617 vsize=550000 CPUtime=117.26 cores=5,7
/proc/1619/stat : 1619 (python) S 1617 1619 32723 0 -1 4202496 112367 927 51 8 11673 53 0 0 25 0 2 0 637785792 563200000 72362 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 18
/proc/1619/statm: 137500 72362 1867 364 0 73418 0
[pid=1716] ppid=1619 vsize=539756 CPUtime=0.1 cores=5,7
/proc/1716/stat : 1716 (python) S 1619 1619 32723 0 -1 4202560 898 0 0 0 5 5 0 0 18 0 1 0 637797646 552710144 70867 33554432000 4194304 5683644 140733538174064 18446744073709551615 270338403855 0 0 16781312 514 7071249549297156359 0 0 17 5 0 0 0
/proc/1716/statm: 134939 70867 376 364 0 70857 0
[pid=1718] ppid=1716 vsize=89196 CPUtime=43.55 cores=5,7
/proc/1718/stat : 1718 (lingeling) R 1716 1718 1718 0 -1 4202496 35023 0 0 0 4350 5 0 0 25 0 1 0 637797647 91336704 21469 33554432000 4194304 4352236 140734815971376 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/1718/statm: 22299 21469 129 39 0 21379 0
[pid=1619/tid=1717] ppid=1617 vsize=550000 CPUtime=0 cores=5,7
/proc/1619/task/1717/stat : 1717 (python) S 1617 1619 32723 0 -1 4202560 31 927 0 8 0 0 0 0 25 0 2 0 637797647 563200000 72362 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 2 18446604457168742208 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 160.91
Current children cumulated vsize (KiB) 1178952

[startup+222.301 s]
/proc/loadavg: 3.97 3.25 3.24 4/354 1724
/proc/meminfo: memFree=21139824/32951124 swapFree=59367104/67111528
[pid=1619] ppid=1617 vsize=550000 CPUtime=117.26 cores=5,7
/proc/1619/stat : 1619 (python) S 1617 1619 32723 0 -1 4202496 112367 927 51 8 11673 53 0 0 25 0 2 0 637785792 563200000 72362 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 18
/proc/1619/statm: 137500 72362 1867 364 0 73418 0
[pid=1716] ppid=1619 vsize=539756 CPUtime=0.25 cores=5,7
/proc/1716/stat : 1716 (python) S 1619 1619 32723 0 -1 4202560 924 0 0 0 14 11 0 0 18 0 1 0 637797646 552710144 70867 33554432000 4194304 5683644 140733538174064 18446744073709551615 270338403855 0 0 16781312 514 7071249549297156359 0 0 17 5 0 0 0
/proc/1716/statm: 134939 70867 376 364 0 70857 0
[pid=1718] ppid=1716 vsize=134520 CPUtime=103.4 cores=5,7
/proc/1718/stat : 1718 (lingeling) R 1716 1718 1718 0 -1 4202496 55196 0 0 0 10333 7 0 0 25 0 1 0 637797647 137748480 32800 33554432000 4194304 4352236 140734815971376 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/1718/statm: 33630 32800 129 39 0 32710 0
[pid=1619/tid=1717] ppid=1617 vsize=550000 CPUtime=0 cores=5,7
/proc/1619/task/1717/stat : 1717 (python) S 1617 1619 32723 0 -1 4202560 31 927 0 8 0 0 0 0 25 0 2 0 637797647 563200000 72362 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 2 18446604457168742208 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 220.91
Current children cumulated vsize (KiB) 1224276

[startup+282.301 s]
/proc/loadavg: 3.40 3.22 3.23 4/354 1725
/proc/meminfo: memFree=21141880/32951124 swapFree=59367104/67111528
[pid=1619] ppid=1617 vsize=550000 CPUtime=117.26 cores=5,7
/proc/1619/stat : 1619 (python) S 1617 1619 32723 0 -1 4202496 112367 927 51 8 11673 53 0 0 25 0 2 0 637785792 563200000 72362 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 18
/proc/1619/statm: 137500 72362 1867 364 0 73418 0
[pid=1716] ppid=1619 vsize=539756 CPUtime=0.4 cores=5,7
/proc/1716/stat : 1716 (python) S 1619 1619 32723 0 -1 4202560 942 0 0 0 21 19 0 0 18 0 1 0 637797646 552710144 70867 33554432000 4194304 5683644 140733538174064 18446744073709551615 270338403855 0 0 16781312 514 7071249549297156359 0 0 17 5 0 0 0
/proc/1716/statm: 134939 70867 376 364 0 70857 0
[pid=1718] ppid=1716 vsize=133020 CPUtime=163.26 cores=5,7
/proc/1718/stat : 1718 (lingeling) R 1716 1718 1718 0 -1 4202496 63677 0 0 0 16318 8 0 0 25 0 1 0 637797647 136212480 32425 33554432000 4194304 4352236 140734815971376 18446744073709551615 4235610 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/1718/statm: 33255 32425 129 39 0 32335 0
[pid=1619/tid=1717] ppid=1617 vsize=550000 CPUtime=0 cores=5,7
/proc/1619/task/1717/stat : 1717 (python) S 1617 1619 32723 0 -1 4202560 31 927 0 8 0 0 0 0 25 0 2 0 637797647 563200000 72362 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 2 18446604457168742208 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 280.92
Current children cumulated vsize (KiB) 1222776

[startup+342.301 s]
/proc/loadavg: 3.29 3.22 3.23 4/351 1759
/proc/meminfo: memFree=20387128/32951124 swapFree=59367104/67111528
[pid=1619] ppid=1617 vsize=550000 CPUtime=117.26 cores=5,7
/proc/1619/stat : 1619 (python) S 1617 1619 32723 0 -1 4202496 112367 927 51 8 11673 53 0 0 25 0 2 0 637785792 563200000 72362 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 18
/proc/1619/statm: 137500 72362 1867 364 0 73418 0
[pid=1716] ppid=1619 vsize=539756 CPUtime=0.55 cores=5,7
/proc/1716/stat : 1716 (python) S 1619 1619 32723 0 -1 4202560 961 0 0 0 30 25 0 0 18 0 1 0 637797646 552710144 70867 33554432000 4194304 5683644 140733538174064 18446744073709551615 270338403855 0 0 16781312 514 7071249549297156359 0 0 17 5 0 0 0
/proc/1716/statm: 134939 70867 376 364 0 70857 0
[pid=1718] ppid=1716 vsize=134016 CPUtime=223.13 cores=5,7
/proc/1718/stat : 1718 (lingeling) R 1716 1718 1718 0 -1 4202496 72133 0 0 0 22304 9 0 0 25 0 1 0 637797647 137232384 32674 33554432000 4194304 4352236 140734815971376 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/1718/statm: 33504 32674 129 39 0 32584 0
[pid=1619/tid=1717] ppid=1617 vsize=550000 CPUtime=0 cores=5,7
/proc/1619/task/1717/stat : 1717 (python) S 1617 1619 32723 0 -1 4202560 31 927 0 8 0 0 0 0 25 0 2 0 637797647 563200000 72362 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 2 18446604457168742208 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 340.94
Current children cumulated vsize (KiB) 1223772

[startup+402.301 s]
/proc/loadavg: 3.10 3.18 3.21 4/351 1760
/proc/meminfo: memFree=20517940/32951124 swapFree=59367104/67111528

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

[pid=1772] ppid=1619 vsize=550012 CPUtime=0.25 cores=5,7
/proc/1772/stat : 1772 (python) S 1619 1619 32723 0 -1 4202560 1083 0 0 0 13 12 0 0 19 0 2 0 637846663 563212288 70895 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1772/statm: 137503 70895 399 364 0 73418 0
[pid=1774] ppid=1772 vsize=128592 CPUtime=99.99 cores=5,7
/proc/1774/stat : 1774 (lingeling) T 1772 1774 1774 0 -1 4202496 53728 0 0 0 9992 7 0 0 25 0 1 0 637846664 131678208 31318 33554432000 4194304 4352236 140736991976064 18446744073709551615 4235746 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/1774/statm: 32148 31318 129 39 0 31228 0
[pid=1772/tid=1782] ppid=1619 vsize=550012 CPUtime=0 cores=5,7
/proc/1772/task/1782/stat : 1782 (python) S 1619 1619 32723 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 637856688 563212288 70895 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 514 18446604454225331264 0 0 -1 7 0 0 0
[pid=1783] ppid=1619 vsize=560268 CPUtime=1.34 cores=5,7
/proc/1783/stat : 1783 (python) S 1619 1619 32723 0 -1 4202560 1005 0 0 0 69 65 0 0 15 0 1 0 637856689 573714432 70870 33554432000 4194304 5683644 140733538174064 18446744073709551615 270338403910 0 0 16781312 514 11083609375904858373 0 0 17 5 0 0 0
/proc/1783/statm: 140067 70870 371 364 0 75979 0
[pid=1785] ppid=1783 vsize=1877136 CPUtime=484.71 cores=5,7
/proc/1785/stat : 1785 (cryptominisat-2) R 1783 1785 1785 0 -1 4202496 428376 0 0 0 48399 72 0 0 25 0 1 0 637856690 1922187264 391283 33554432000 4194304 4677096 140733307441696 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1785/statm: 469284 391283 391 118 0 464243 0
[pid=1619/tid=1717] ppid=1617 vsize=570512 CPUtime=0 cores=5,7
/proc/1619/task/1717/stat : 1717 (python) S 1617 1619 32723 0 -1 4202560 32 927 0 8 0 0 0 0 18 0 4 0 637797647 584204288 72375 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 2 18446604457168742208 0 0 -1 5 0 0 0
[pid=1619/tid=1773] ppid=1617 vsize=570512 CPUtime=0 cores=5,7
/proc/1619/task/1773/stat : 1773 (python) S 1617 1619 32723 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 4 0 637846664 584204288 72375 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 2 18446604457168742208 0 0 -1 5 0 0 0
[pid=1619/tid=1784] ppid=1617 vsize=570512 CPUtime=0 cores=5,7
/proc/1619/task/1784/stat : 1784 (python) S 1617 1619 32723 0 -1 4202560 25 927 0 8 0 0 0 0 20 0 4 0 637856690 584204288 72375 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 2 18446604457168742208 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1193.67
Current children cumulated vsize (KiB) 4378568

[startup+1195.7 s]
/proc/loadavg: 3.00 3.02 3.08 4/367 1798
/proc/meminfo: memFree=17265072/32951124 swapFree=59367104/67111528
[pid=1619] ppid=1617 vsize=570512 CPUtime=117.3 cores=5,7
/proc/1619/stat : 1619 (python) S 1617 1619 32723 0 -1 4202496 113994 927 51 8 11675 55 0 0 20 0 4 0 637785792 584204288 72375 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 18
/proc/1619/statm: 142628 72375 1872 364 0 78540 0
[pid=1716] ppid=1619 vsize=550000 CPUtime=1.22 cores=5,7
/proc/1716/stat : 1716 (python) S 1619 1619 32723 0 -1 4202560 1203 0 0 0 63 59 0 0 18 0 2 0 637797646 563200000 70911 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1716/statm: 137500 70911 415 364 0 73418 0
[pid=1718] ppid=1716 vsize=142048 CPUtime=488.86 cores=5,7
/proc/1718/stat : 1718 (lingeling) T 1716 1718 1718 0 -1 4202496 113857 0 0 0 48872 14 0 0 25 0 1 0 637797647 145457152 32635 33554432000 4194304 4352236 140734815971376 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/1718/statm: 35512 32635 129 39 0 34592 0
[pid=1716/tid=1763] ppid=1619 vsize=550000 CPUtime=0 cores=5,7
/proc/1716/task/1763/stat : 1763 (python) S 1619 1619 32723 0 -1 4202560 42 0 0 0 0 0 0 0 18 0 2 0 637826916 563200000 70911 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 514 18446604464119474944 0 0 -1 7 0 0 0
[pid=1772] ppid=1619 vsize=550012 CPUtime=0.25 cores=5,7
/proc/1772/stat : 1772 (python) S 1619 1619 32723 0 -1 4202560 1083 0 0 0 13 12 0 0 19 0 2 0 637846663 563212288 70895 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1772/statm: 137503 70895 399 364 0 73418 0
[pid=1774] ppid=1772 vsize=128592 CPUtime=99.99 cores=5,7
/proc/1774/stat : 1774 (lingeling) T 1772 1774 1774 0 -1 4202496 53728 0 0 0 9992 7 0 0 25 0 1 0 637846664 131678208 31318 33554432000 4194304 4352236 140736991976064 18446744073709551615 4235746 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/1774/statm: 32148 31318 129 39 0 31228 0
[pid=1772/tid=1782] ppid=1619 vsize=550012 CPUtime=0 cores=5,7
/proc/1772/task/1782/stat : 1782 (python) S 1619 1619 32723 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 637856688 563212288 70895 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 514 18446604454225331264 0 0 -1 7 0 0 0
[pid=1783] ppid=1619 vsize=560268 CPUtime=1.34 cores=5,7
/proc/1783/stat : 1783 (python) S 1619 1619 32723 0 -1 4202560 1005 0 0 0 69 65 0 0 15 0 1 0 637856689 573714432 70870 33554432000 4194304 5683644 140733538174064 18446744073709551615 270338403910 0 0 16781312 514 11083609375904858373 0 0 17 5 0 0 0
/proc/1783/statm: 140067 70870 371 364 0 75979 0
[pid=1785] ppid=1783 vsize=1877136 CPUtime=485.49 cores=5,7
/proc/1785/stat : 1785 (cryptominisat-2) R 1783 1785 1785 0 -1 4202496 428568 0 0 0 48477 72 0 0 25 0 1 0 637856690 1922187264 391475 33554432000 4194304 4677096 140733307441696 18446744073709551615 4336235 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1785/statm: 469284 391475 391 118 0 464243 0
[pid=1619/tid=1717] ppid=1617 vsize=570512 CPUtime=0 cores=5,7
/proc/1619/task/1717/stat : 1717 (python) S 1617 1619 32723 0 -1 4202560 32 927 0 8 0 0 0 0 18 0 4 0 637797647 584204288 72375 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 2 18446604457168742208 0 0 -1 5 0 0 0
[pid=1619/tid=1773] ppid=1617 vsize=570512 CPUtime=0 cores=5,7
/proc/1619/task/1773/stat : 1773 (python) S 1617 1619 32723 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 4 0 637846664 584204288 72375 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 2 18446604457168742208 0 0 -1 5 0 0 0
[pid=1619/tid=1784] ppid=1617 vsize=570512 CPUtime=0 cores=5,7
/proc/1619/task/1784/stat : 1784 (python) S 1617 1619 32723 0 -1 4202560 25 927 0 8 0 0 0 0 20 0 4 0 637856690 584204288 72375 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 2 18446604457168742208 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1194.45
Current children cumulated vsize (KiB) 4378568

[startup+1196.5 s]
/proc/loadavg: 3.00 3.02 3.08 4/367 1798
/proc/meminfo: memFree=17263460/32951124 swapFree=59367104/67111528
[pid=1619] ppid=1617 vsize=570512 CPUtime=117.3 cores=5,7
/proc/1619/stat : 1619 (python) S 1617 1619 32723 0 -1 4202496 113994 927 51 8 11675 55 0 0 20 0 4 0 637785792 584204288 72375 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 18
/proc/1619/statm: 142628 72375 1872 364 0 78540 0
[pid=1716] ppid=1619 vsize=550000 CPUtime=1.22 cores=5,7
/proc/1716/stat : 1716 (python) S 1619 1619 32723 0 -1 4202560 1203 0 0 0 63 59 0 0 18 0 2 0 637797646 563200000 70911 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1716/statm: 137500 70911 415 364 0 73418 0
[pid=1718] ppid=1716 vsize=142048 CPUtime=488.86 cores=5,7
/proc/1718/stat : 1718 (lingeling) T 1716 1718 1718 0 -1 4202496 113857 0 0 0 48872 14 0 0 25 0 1 0 637797647 145457152 32635 33554432000 4194304 4352236 140734815971376 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/1718/statm: 35512 32635 129 39 0 34592 0
[pid=1716/tid=1763] ppid=1619 vsize=550000 CPUtime=0 cores=5,7
/proc/1716/task/1763/stat : 1763 (python) S 1619 1619 32723 0 -1 4202560 42 0 0 0 0 0 0 0 18 0 2 0 637826916 563200000 70911 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 514 18446604464119474944 0 0 -1 7 0 0 0
[pid=1772] ppid=1619 vsize=550012 CPUtime=0.25 cores=5,7
/proc/1772/stat : 1772 (python) S 1619 1619 32723 0 -1 4202560 1083 0 0 0 13 12 0 0 19 0 2 0 637846663 563212288 70895 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1772/statm: 137503 70895 399 364 0 73418 0
[pid=1774] ppid=1772 vsize=128592 CPUtime=99.99 cores=5,7
/proc/1774/stat : 1774 (lingeling) T 1772 1774 1774 0 -1 4202496 53728 0 0 0 9992 7 0 0 25 0 1 0 637846664 131678208 31318 33554432000 4194304 4352236 140736991976064 18446744073709551615 4235746 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/1774/statm: 32148 31318 129 39 0 31228 0
[pid=1772/tid=1782] ppid=1619 vsize=550012 CPUtime=0 cores=5,7
/proc/1772/task/1782/stat : 1782 (python) S 1619 1619 32723 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 637856688 563212288 70895 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 514 18446604454225331264 0 0 -1 7 0 0 0
[pid=1783] ppid=1619 vsize=560268 CPUtime=1.35 cores=5,7
/proc/1783/stat : 1783 (python) S 1619 1619 32723 0 -1 4202560 1005 0 0 0 70 65 0 0 16 0 1 0 637856689 573714432 70870 33554432000 4194304 5683644 140733538174064 18446744073709551615 270338403910 0 0 16781312 514 7071249549297156357 0 0 17 5 0 0 0
/proc/1783/statm: 140067 70870 371 364 0 75979 0
[pid=1785] ppid=1783 vsize=1942292 CPUtime=486.28 cores=5,7
/proc/1785/stat : 1785 (cryptominisat-2) R 1783 1785 1785 0 -1 4202496 428713 0 0 0 48556 72 0 0 25 0 1 0 637856690 1988907008 391620 33554432000 4194304 4677096 140733307441696 18446744073709551615 4336232 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1785/statm: 485573 391620 391 118 0 480532 0
[pid=1619/tid=1717] ppid=1617 vsize=570512 CPUtime=0 cores=5,7
/proc/1619/task/1717/stat : 1717 (python) S 1617 1619 32723 0 -1 4202560 32 927 0 8 0 0 0 0 18 0 4 0 637797647 584204288 72375 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 2 18446604457168742208 0 0 -1 5 0 0 0
[pid=1619/tid=1773] ppid=1617 vsize=570512 CPUtime=0 cores=5,7
/proc/1619/task/1773/stat : 1773 (python) S 1617 1619 32723 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 4 0 637846664 584204288 72375 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 2 18446604457168742208 0 0 -1 5 0 0 0
[pid=1619/tid=1784] ppid=1617 vsize=570512 CPUtime=0 cores=5,7
/proc/1619/task/1784/stat : 1784 (python) S 1617 1619 32723 0 -1 4202560 25 927 0 8 0 0 0 0 20 0 4 0 637856690 584204288 72375 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 2 18446604457168742208 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1195.25
Current children cumulated vsize (KiB) 4443724

[startup+1196.9 s]
/proc/loadavg: 3.00 3.02 3.08 4/367 1798
/proc/meminfo: memFree=17263460/32951124 swapFree=59367104/67111528
[pid=1619] ppid=1617 vsize=570512 CPUtime=117.3 cores=5,7
/proc/1619/stat : 1619 (python) S 1617 1619 32723 0 -1 4202496 113994 927 51 8 11675 55 0 0 20 0 4 0 637785792 584204288 72375 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 18
/proc/1619/statm: 142628 72375 1872 364 0 78540 0
[pid=1716] ppid=1619 vsize=550000 CPUtime=1.22 cores=5,7
/proc/1716/stat : 1716 (python) S 1619 1619 32723 0 -1 4202560 1203 0 0 0 63 59 0 0 18 0 2 0 637797646 563200000 70911 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1716/statm: 137500 70911 415 364 0 73418 0
[pid=1718] ppid=1716 vsize=142048 CPUtime=488.86 cores=5,7
/proc/1718/stat : 1718 (lingeling) T 1716 1718 1718 0 -1 4202496 113857 0 0 0 48872 14 0 0 25 0 1 0 637797647 145457152 32635 33554432000 4194304 4352236 140734815971376 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/1718/statm: 35512 32635 129 39 0 34592 0
[pid=1716/tid=1763] ppid=1619 vsize=550000 CPUtime=0 cores=5,7
/proc/1716/task/1763/stat : 1763 (python) S 1619 1619 32723 0 -1 4202560 42 0 0 0 0 0 0 0 18 0 2 0 637826916 563200000 70911 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 514 18446604464119474944 0 0 -1 7 0 0 0
[pid=1772] ppid=1619 vsize=550012 CPUtime=0.25 cores=5,7
/proc/1772/stat : 1772 (python) S 1619 1619 32723 0 -1 4202560 1083 0 0 0 13 12 0 0 19 0 2 0 637846663 563212288 70895 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1772/statm: 137503 70895 399 364 0 73418 0
[pid=1774] ppid=1772 vsize=128592 CPUtime=99.99 cores=5,7
/proc/1774/stat : 1774 (lingeling) T 1772 1774 1774 0 -1 4202496 53728 0 0 0 9992 7 0 0 25 0 1 0 637846664 131678208 31318 33554432000 4194304 4352236 140736991976064 18446744073709551615 4235746 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/1774/statm: 32148 31318 129 39 0 31228 0
[pid=1772/tid=1782] ppid=1619 vsize=550012 CPUtime=0 cores=5,7
/proc/1772/task/1782/stat : 1782 (python) S 1619 1619 32723 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 637856688 563212288 70895 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 514 18446604454225331264 0 0 -1 7 0 0 0
[pid=1783] ppid=1619 vsize=560268 CPUtime=1.35 cores=5,7
/proc/1783/stat : 1783 (python) S 1619 1619 32723 0 -1 4202560 1006 0 0 0 70 65 0 0 15 0 1 0 637856689 573714432 70870 33554432000 4194304 5683644 140733538174064 18446744073709551615 270338403910 0 0 16781312 514 5606886097607950597 0 0 17 5 0 0 0
/proc/1783/statm: 140067 70870 371 364 0 75979 0
[pid=1785] ppid=1783 vsize=0 CPUtime=486.68 cores=5,7
/proc/1785/stat : 1785 (cryptominisat-2) R 1783 1785 1785 0 -1 4202500 428738 0 0 0 48594 74 0 0 25 0 1 0 637856690 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1785/statm: 0 0 0 0 0 0 0
[pid=1619/tid=1717] ppid=1617 vsize=570512 CPUtime=0 cores=5,7
/proc/1619/task/1717/stat : 1717 (python) S 1617 1619 32723 0 -1 4202560 32 927 0 8 0 0 0 0 18 0 4 0 637797647 584204288 72375 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 2 18446604457168742208 0 0 -1 5 0 0 0
[pid=1619/tid=1773] ppid=1617 vsize=570512 CPUtime=0 cores=5,7
/proc/1619/task/1773/stat : 1773 (python) S 1617 1619 32723 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 4 0 637846664 584204288 72375 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 2 18446604457168742208 0 0 -1 5 0 0 0
[pid=1619/tid=1784] ppid=1617 vsize=570512 CPUtime=0 cores=5,7
/proc/1619/task/1784/stat : 1784 (python) S 1617 1619 32723 0 -1 4202560 25 927 0 8 0 0 0 0 20 0 4 0 637856690 584204288 72375 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 2 18446604457168742208 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1195.65
Current children cumulated vsize (KiB) 2501432

[startup+1197 s]
/proc/loadavg: 3.00 3.02 3.08 5/367 1798
/proc/meminfo: memFree=18830448/32951124 swapFree=59367104/67111528
[pid=1619] ppid=1617 vsize=570512 CPUtime=117.3 cores=5,7
/proc/1619/stat : 1619 (python) S 1617 1619 32723 0 -1 4202496 113994 927 51 8 11675 55 0 0 20 0 4 0 637785792 584204288 72375 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 18
/proc/1619/statm: 142628 72375 1872 364 0 78540 0
[pid=1716] ppid=1619 vsize=550000 CPUtime=1.22 cores=5,7
/proc/1716/stat : 1716 (python) S 1619 1619 32723 0 -1 4202560 1203 0 0 0 63 59 0 0 18 0 2 0 637797646 563200000 70911 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1716/statm: 137500 70911 415 364 0 73418 0
[pid=1718] ppid=1716 vsize=142048 CPUtime=488.86 cores=5,7
/proc/1718/stat : 1718 (lingeling) T 1716 1718 1718 0 -1 4202496 113857 0 0 0 48872 14 0 0 25 0 1 0 637797647 145457152 32635 33554432000 4194304 4352236 140734815971376 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/1718/statm: 35512 32635 129 39 0 34592 0
[pid=1716/tid=1763] ppid=1619 vsize=550000 CPUtime=0 cores=5,7
/proc/1716/task/1763/stat : 1763 (python) S 1619 1619 32723 0 -1 4202560 42 0 0 0 0 0 0 0 18 0 2 0 637826916 563200000 70911 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 514 18446604464119474944 0 0 -1 7 0 0 0
[pid=1772] ppid=1619 vsize=550012 CPUtime=0.25 cores=5,7
/proc/1772/stat : 1772 (python) S 1619 1619 32723 0 -1 4202560 1083 0 0 0 13 12 0 0 19 0 2 0 637846663 563212288 70895 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350210507 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1772/statm: 137503 70895 399 364 0 73418 0
[pid=1774] ppid=1772 vsize=128592 CPUtime=99.99 cores=5,7
/proc/1774/stat : 1774 (lingeling) T 1772 1774 1774 0 -1 4202496 53728 0 0 0 9992 7 0 0 25 0 1 0 637846664 131678208 31318 33554432000 4194304 4352236 140736991976064 18446744073709551615 4235746 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/1774/statm: 32148 31318 129 39 0 31228 0
[pid=1772/tid=1782] ppid=1619 vsize=550012 CPUtime=0 cores=5,7
/proc/1772/task/1782/stat : 1782 (python) S 1619 1619 32723 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 637856688 563212288 70895 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 514 18446604454225331264 0 0 -1 7 0 0 0
[pid=1783] ppid=1619 vsize=560268 CPUtime=1.42 cores=5,7
/proc/1783/stat : 1783 (python) R 1619 1619 32723 0 -1 4202560 1006 0 0 0 76 66 0 0 15 0 1 0 637856689 573714432 70870 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350213951 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/1783/statm: 140067 70870 371 364 0 75979 0
[pid=1785] ppid=1783 vsize=0 CPUtime=486.72 cores=5,7
/proc/1785/stat : 1785 (cryptominisat-2) R 1783 1785 1785 0 -1 4202500 428738 0 0 0 48594 78 0 0 25 0 1 0 637856690 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1785/statm: 0 0 0 0 0 0 0
[pid=1619/tid=1717] ppid=1617 vsize=570512 CPUtime=0 cores=5,7
/proc/1619/task/1717/stat : 1717 (python) S 1617 1619 32723 0 -1 4202560 32 927 0 8 0 0 0 0 18 0 4 0 637797647 584204288 72375 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 2 18446604457168742208 0 0 -1 5 0 0 0
[pid=1619/tid=1773] ppid=1617 vsize=570512 CPUtime=0 cores=5,7
/proc/1619/task/1773/stat : 1773 (python) S 1617 1619 32723 0 -1 4202560 27 927 0 8 0 0 0 0 20 0 4 0 637846664 584204288 72375 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 2 18446604457168742208 0 0 -1 5 0 0 0
[pid=1619/tid=1784] ppid=1617 vsize=570512 CPUtime=0 cores=5,7
/proc/1619/task/1784/stat : 1784 (python) S 1617 1619 32723 0 -1 4202560 25 927 0 8 0 0 0 0 20 0 4 0 637856690 584204288 72375 33554432000 4194304 5683644 140733538174064 18446744073709551615 270350207409 0 0 16781312 2 18446604457168742208 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1195.76
Current children cumulated vsize (KiB) 2501432

Child status: 0
Real time (s): 1197.11
CPU time (s): 1195.96
CPU user time (s): 1192.93
CPU system time (s): 3.02654
CPU usage (%): 99.9036
Max. virtual memory (cumulated for all children) (KiB): 4443728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1192.93
system time used= 3.02654
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 747259
page faults= 59
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39231
involuntary context switches= 3820

runsolver used 3.9274 second user time and 9.06362 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-15 12:01:42
IDJOB=3377884
IDBENCH=71037
IDSOLVER=1858
FILE ID=node143/3377884-1305453700
RUNJOBID= node143-1305453700-1580
PBS_JOBID= 13324839
Free space on /tmp= 73384 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p0.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377884-1305453700/watcher-3377884-1305453700 -o /tmp/evaluation-result-3377884-1305453700/solver-3377884-1305453700 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377884-1305453700.cnf -seed 2021580967 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=2021580967

node143.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.846
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.846
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.846
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.846
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.846
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.846
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.83
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.846
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.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22440892 kB
Buffers:        202592 kB
Cached:        1517440 kB
SwapCached:      67400 kB
Active:         435460 kB
Inactive:      9829060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22440892 kB
SwapTotal:    67111528 kB
SwapFree:     59367104 kB
Dirty:          203036 kB
Writeback:           0 kB
AnonPages:     8476476 kB
Mapped:          23768 kB
Slab:           126060 kB
PageTables:      54604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70022156 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= 73272 MiB
End job on node143 at 2011-05-15 12:21:39