Trace number 3498310

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 1088.16 1100.23

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.7592
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

Solver Data

0.49/13.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.49/13.48	c INFO: solving HOME/instance-3498310-1307953122.cnf
0.49/13.48	c INFO: computing task features
11.41/24.48	c INFO: computed variable-clause graph statistics
11.71/24.79	c INFO: computed clause balance statistics
51.12/64.14	c INFO: computed variable balance statistics
81.71/94.73	c INFO: computed small-clause counts
82.91/96.00	c INFO: computed Horn-clause counts
353.02/366.04	c INFO: computed variable graph statistics
353.02/366.05	c INFO: collected features for HOME/instance-3498310-1307953122.cnf in 352.23 s
353.02/366.08	c INFO: running lingeling-276@0 for 97 with 4647 remaining (b = 0.26)
453.30/466.23	c INFO: running cryptominisat-2.9.0@0 for 485 with 4547 remaining (b = 0.18)
945.19/957.52	c INFO: running lingeling-276@99 for 388 with 4057 remaining (b = 0.14)
1087.97/1100.13	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498310-1307953122/watcher-3498310-1307953122 -o /var/tmp/evaluation-result-3498310-1307953122/solver-3498310-1307953122 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498310-1307953122.cnf -seed 477717481 -budget 5000 

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

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


[startup+0 s]
/proc/loadavg: 0.39 0.08 0.03 2/174 9284
/proc/meminfo: memFree=4947036/32950940 swapFree=67053420/67111528
[pid=9284] ppid=9282 vsize=11804 CPUtime=0 cores=1,3,5,7
/proc/9284/stat : 9284 (runsolver) S 9282 9284 9247 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 985544125 12087296 51 33554432000 4194304 5436572 140733448171072 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699960631 0 0 17 1 0 0 0
/proc/9284/statm: 2951 51 31 304 0 2643 0

[startup+0.045828 s]
/proc/loadavg: 0.39 0.08 0.03 2/174 9284
/proc/meminfo: memFree=4947036/32950940 swapFree=67053420/67111528
[pid=9284] ppid=9282 vsize=11804 CPUtime=0 cores=1,3,5,7
/proc/9284/stat : 9284 (runsolver) D 9282 9284 9247 0 -1 4202560 47 0 0 0 0 0 0 0 21 0 1 0 985544125 12087296 56 33554432000 4194304 5436572 140733448171072 18446744073709551615 5057063 0 0 4096 24578 18446744071562234166 0 0 17 1 0 0 0
/proc/9284/statm: 2951 56 36 304 0 2643 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11804

[startup+0.100818 s]
/proc/loadavg: 0.39 0.08 0.03 2/174 9284
/proc/meminfo: memFree=4947036/32950940 swapFree=67053420/67111528
[pid=9284] ppid=9282 vsize=6240 CPUtime=0 cores=1,3,5,7
/proc/9284/stat : 9284 (python) S 9282 9284 9247 0 -1 4194304 98 0 2 0 0 0 0 0 21 0 1 0 985544125 6389760 51 33554432000 4194304 5683644 140733379600960 18446744073709551615 215983668871 0 2147483391 4096 0 18446744071699199166 0 0 17 7 0 0 3
/proc/9284/statm: 1560 51 40 364 0 42 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6240

[startup+0.300783 s]
/proc/loadavg: 0.39 0.08 0.03 2/174 9284
/proc/meminfo: memFree=4947036/32950940 swapFree=67053420/67111528
[pid=9284] ppid=9282 vsize=14820 CPUtime=0 cores=1,3,5,7
/proc/9284/stat : 9284 (python) S 9282 9284 9247 0 -1 4202496 509 0 6 0 0 0 0 0 19 0 1 0 985544125 15175680 421 33554432000 4194304 5683644 140733379600960 18446744073709551615 215988588389 0 2147483391 4096 0 18446744071699199166 0 0 17 7 0 0 9
/proc/9284/statm: 3705 421 259 364 0 192 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14820

[startup+0.700714 s]
/proc/loadavg: 0.39 0.08 0.03 2/174 9284
/proc/meminfo: memFree=4947036/32950940 swapFree=67053420/67111528
[pid=9284] ppid=9282 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/9284/stat : 9284 (python) S 9282 9284 9247 0 -1 4202496 723 0 6 0 0 0 0 0 15 0 1 0 985544125 15548416 617 33554432000 4194304 5683644 140733379600960 18446744073709551615 215988590592 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 14
/proc/9284/statm: 3796 617 322 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+1.50058 s]
/proc/loadavg: 0.39 0.08 0.03 2/175 9285
/proc/meminfo: memFree=4907532/32950940 swapFree=67053420/67111528
[pid=9284] ppid=9282 vsize=15780 CPUtime=0 cores=1,3,5,7
/proc/9284/stat : 9284 (python) D 9282 9284 9247 0 -1 4202496 899 0 6 0 0 0 0 0 15 0 1 0 985544125 16158720 784 33554432000 4194304 5683644 140733379600960 18446744073709551615 215988592384 0 0 16781312 2 18446744071562234166 0 0 17 7 0 0 24
/proc/9284/statm: 3945 784 346 364 0 432 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15780

[startup+3.10029 s]
/proc/loadavg: 0.52 0.11 0.04 2/175 9285
/proc/meminfo: memFree=4862536/32950940 swapFree=67053420/67111528
[pid=9284] ppid=9282 vsize=18888 CPUtime=0.01 cores=1,3,5,7
/proc/9284/stat : 9284 (python) R 9282 9284 9247 0 -1 4202496 1271 0 7 0 1 0 0 0 16 0 1 0 985544125 19341312 1129 33554432000 4194304 5683644 140733379600960 18446744073709551615 4330285 0 0 16781312 2 0 0 0 17 7 0 0 39
/proc/9284/statm: 4722 1129 421 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18888
heavy processes:

[startup+6.30073 s]
/proc/loadavg: 0.52 0.11 0.04 2/175 9285
/proc/meminfo: memFree=4705148/32950940 swapFree=67053420/67111528
[pid=9284] ppid=9282 vsize=121992 CPUtime=0.16 cores=1,3,5,7
/proc/9284/stat : 9284 (python) S 9282 9284 9247 0 -1 4202496 4134 0 40 0 9 7 0 0 15 0 1 0 985544125 124919808 3787 33554432000 4194304 5683644 140733379600960 18446744073709551615 215988590592 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 69
/proc/9284/statm: 30498 3787 986 364 0 2828 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 121992
heavy processes:

[startup+12.7006 s]
/proc/loadavg: 0.67 0.16 0.05 2/173 9289
/proc/meminfo: memFree=4489460/32950940 swapFree=67053420/67111528
[pid=9284] ppid=9282 vsize=256704 CPUtime=0.46 cores=1,3,5,7
/proc/9284/stat : 9284 (python) S 9282 9284 9247 0 -1 4202496 8347 924 106 9 29 17 0 0 16 0 1 0 985544125 262864896 6316 33554432000 4194304 5683644 140733379600960 18446744073709551615 215988590592 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 145
/proc/9284/statm: 64176 6316 1648 364 0 5055 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 256704
heavy processes:

[startup+25.5004 s]
/proc/loadavg: 0.87 0.22 0.07 3/178 9303
/proc/meminfo: memFree=2655104/32950940 swapFree=67053420/67111528
[pid=9284] ppid=9282 vsize=727168 CPUtime=12.51 cores=1,3,5,7
/proc/9284/stat : 9284 (python) R 9282 9284 9247 0 -1 4202496 230086 924 113 9 1201 50 0 0 25 0 1 0 985544125 744620032 119209 33554432000 4194304 5683644 140733379600960 18446744073709551615 215992001221 0 0 16781312 2 0 0 0 17 1 0 0 153
/proc/9284/statm: 181792 119209 1826 364 0 117716 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 727168
heavy processes:

[startup+51.1009 s]
/proc/loadavg: 1.26 0.36 0.12 3/178 9304
/proc/meminfo: memFree=1016648/32950940 swapFree=67053420/67111528
[pid=9284] ppid=9282 vsize=727168 CPUtime=38.11 cores=1,3,5,7
/proc/9284/stat : 9284 (python) R 9282 9284 9247 0 -1 4202496 230086 924 113 9 3761 50 0 0 25 0 1 0 985544125 744620032 119209 33554432000 4194304 5683644 140733379600960 18446744073709551615 47642533357136 0 0 16781312 2 0 0 0 17 1 0 0 153
/proc/9284/statm: 181792 119209 1826 364 0 117716 0
Current children cumulated CPU time (s) 38.11
Current children cumulated vsize (KiB) 727168
heavy processes:

[startup+102.301 s]
/proc/loadavg: 1.68 0.61 0.22 3/178 9305
/proc/meminfo: memFree=257848/32950940 swapFree=67053420/67111528
[pid=9284] ppid=9282 vsize=746360 CPUtime=89.31 cores=1,3,5,7
/proc/9284/stat : 9284 (python) R 9282 9284 9247 0 -1 4202496 249254 924 113 9 8879 52 0 0 25 0 1 0 985544125 764272640 124014 33554432000 4194304 5683644 140733379600960 18446744073709551615 47642530588812 0 0 16781312 2 0 0 0 17 1 0 0 153
/proc/9284/statm: 186590 124014 1833 364 0 122514 0
Current children cumulated CPU time (s) 89.31
Current children cumulated vsize (KiB) 746360

[startup+162.3 s]
/proc/loadavg: 1.88 0.86 0.33 3/178 9307
/proc/meminfo: memFree=355656/32950940 swapFree=67053420/67111528
[pid=9284] ppid=9282 vsize=746360 CPUtime=149.31 cores=1,3,5,7
/proc/9284/stat : 9284 (python) R 9282 9284 9247 0 -1 4202496 249254 924 113 9 14879 52 0 0 25 0 1 0 985544125 764272640 124014 33554432000 4194304 5683644 140733379600960 18446744073709551615 47642530588812 0 0 16781312 2 0 0 0 17 3 0 0 153
/proc/9284/statm: 186590 124014 1833 364 0 122514 0
Current children cumulated CPU time (s) 149.31
Current children cumulated vsize (KiB) 746360

[startup+222.301 s]
/proc/loadavg: 1.95 1.07 0.43 3/178 9309
/proc/meminfo: memFree=552268/32950940 swapFree=67053420/67111528
[pid=9284] ppid=9282 vsize=746360 CPUtime=209.31 cores=1,3,5,7
/proc/9284/stat : 9284 (python) R 9282 9284 9247 0 -1 4202496 249254 924 113 9 20879 52 0 0 25 0 1 0 985544125 764272640 124014 33554432000 4194304 5683644 140733379600960 18446744073709551615 47642530588800 0 0 16781312 2 0 0 0 17 3 0 0 153
/proc/9284/statm: 186590 124014 1833 364 0 122514 0
Current children cumulated CPU time (s) 209.31
Current children cumulated vsize (KiB) 746360

[startup+282.3 s]
/proc/loadavg: 1.98 1.23 0.52 3/178 9310
/proc/meminfo: memFree=107452/32950940 swapFree=67053420/67111528
[pid=9284] ppid=9282 vsize=746360 CPUtime=269.31 cores=1,3,5,7
/proc/9284/stat : 9284 (python) R 9282 9284 9247 0 -1 4202496 249254 924 113 9 26879 52 0 0 25 0 1 0 985544125 764272640 124014 33554432000 4194304 5683644 140733379600960 18446744073709551615 47642530588800 0 0 16781312 2 0 0 0 17 3 0 0 153
/proc/9284/statm: 186590 124014 1833 364 0 122514 0
Current children cumulated CPU time (s) 269.31
Current children cumulated vsize (KiB) 746360

[startup+342.301 s]
/proc/loadavg: 1.99 1.37 0.61 3/178 9312
/proc/meminfo: memFree=528820/32950940 swapFree=67053420/67111528
[pid=9284] ppid=9282 vsize=746360 CPUtime=329.32 cores=1,3,5,7
/proc/9284/stat : 9284 (python) R 9282 9284 9247 0 -1 4202496 249254 924 113 9 32880 52 0 0 25 0 1 0 985544125 764272640 124014 33554432000 4194304 5683644 140733379600960 18446744073709551615 47642530588812 0 0 16781312 2 0 0 0 17 3 0 0 153
/proc/9284/statm: 186590 124014 1833 364 0 122514 0
Current children cumulated CPU time (s) 329.32
Current children cumulated vsize (KiB) 746360

[startup+402.3 s]
/proc/loadavg: 1.99 1.48 0.70 3/181 9316
/proc/meminfo: memFree=634004/32950940 swapFree=67053420/67111528
[pid=9284] ppid=9282 vsize=544608 CPUtime=353.1 cores=1,3,5,7
/proc/9284/stat : 9284 (python) S 9282 9284 9247 0 -1 4202496 249622 924 113 9 35256 54 0 0 25 0 2 0 985544125 557678592 71055 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 153
/proc/9284/statm: 136152 71055 1875 364 0 72070 0
[pid=9314] ppid=9284 vsize=534364 CPUtime=0.04 cores=1,3,5,7
/proc/9314/stat : 9314 (python) S 9284 9284 9247 0 -1 4202560 973 0 0 0 1 3 0 0 18 0 1 0 985580734 547188736 69557 33554432000 4194304 5683644 140733379600960 18446744073709551615 215988612623 0 0 16781312 514 11606673441222000904 0 0 17 3 0 0 0
/proc/9314/statm: 133591 69557 381 364 0 69509 0
[pid=9316] ppid=9314 vsize=151288 CPUtime=36.18 cores=1,3,5,7
/proc/9316/stat : 9316 (lingeling) R 9314 9316 9316 0 -1 4202496 79151 0 0 0 3608 10 0 0 25 0 1 0 985580735 154918912 36992 33554432000 4194304 4352236 140736861059056 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/9316/statm: 37822 36992 129 39 0 36902 0
[pid=9284/tid=9315] ppid=9282 vsize=544608 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9315/stat : 9315 (python) S 9282 9284 9247 0 -1 4202560 25 924 0 9 0 0 0 0 25 0 2 0 985580734 557678592 71055 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000416177 0 0 16781312 2 18446604457408231552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 389.32
Current children cumulated vsize (KiB) 1230260

[startup+462.301 s]
/proc/loadavg: 1.99 1.58 0.78 3/181 9318
/proc/meminfo: memFree=179568/32950940 swapFree=67053420/67111528
[pid=9284] ppid=9282 vsize=544608 CPUtime=353.1 cores=1,3,5,7
/proc/9284/stat : 9284 (python) S 9282 9284 9247 0 -1 4202496 249622 924 113 9 35256 54 0 0 25 0 2 0 985544125 557678592 71055 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 153
/proc/9284/statm: 136152 71055 1875 364 0 72070 0
[pid=9314] ppid=9284 vsize=534364 CPUtime=0.11 cores=1,3,5,7
/proc/9314/stat : 9314 (python) S 9284 9284 9247 0 -1 4202560 994 0 0 0 5 6 0 0 18 0 1 0 985580734 547188736 69557 33554432000 4194304 5683644 140733379600960 18446744073709551615 215988612623 0 0 16781312 514 11606673441222000904 0 0 17 3 0 0 0
/proc/9314/statm: 133591 69557 381 364 0 69509 0
[pid=9316] ppid=9314 vsize=150652 CPUtime=96.2 cores=1,3,5,7
/proc/9316/stat : 9316 (lingeling) R 9314 9316 9316 0 -1 4202496 79571 0 0 0 9609 11 0 0 25 0 1 0 985580735 154267648 36833 33554432000 4194304 4352236 140736861059056 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/9316/statm: 37663 36833 129 39 0 36743 0
[pid=9284/tid=9315] ppid=9282 vsize=544608 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9315/stat : 9315 (python) S 9282 9284 9247 0 -1 4202560 25 924 0 9 0 0 0 0 25 0 2 0 985580734 557678592 71055 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000416177 0 0 16781312 2 18446604457408231552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 449.41

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

/proc/9314/stat : 9314 (python) S 9284 9284 9247 0 -1 4202560 1205 0 0 0 14 13 0 0 18 0 2 0 985580734 557678592 69596 33554432000 4194304 5683644 140733379600960 18446744073709551615 215988612678 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9314/statm: 136152 69596 415 364 0 72070 0
[pid=9316] ppid=9314 vsize=150144 CPUtime=230.88 cores=1,3,5,7
/proc/9316/stat : 9316 (lingeling) R 9314 9316 9316 0 -1 4202496 80224 0 0 0 23077 11 0 0 25 0 1 0 985580735 153747456 36706 33554432000 4194304 4352236 140736861059056 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/9316/statm: 37536 36706 129 39 0 36616 0
[pid=9314/tid=9319] ppid=9284 vsize=544608 CPUtime=0 cores=1,3,5,7
/proc/9314/task/9319/stat : 9319 (python) S 9284 9284 9247 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 985590746 557678592 69596 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000416177 0 0 16781312 514 18446604471143526784 0 0 -1 3 0 0 0
[pid=9320] ppid=9284 vsize=544620 CPUtime=0.64 cores=1,3,5,7
/proc/9320/stat : 9320 (python) S 9284 9284 9247 0 -1 4202560 1168 0 0 0 33 31 0 0 16 0 2 0 985590748 557690880 69580 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9320/statm: 136155 69580 399 364 0 72070 0
[pid=9322] ppid=9320 vsize=1313224 CPUtime=491.21 cores=1,3,5,7
/proc/9322/stat : 9322 (cryptominisat-2) T 9320 9322 9322 0 -1 4202496 410252 0 1 0 49063 58 0 0 25 0 1 0 985590749 1344741376 305005 33554432000 4194304 4677096 140733993810848 18446744073709551615 4319603 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 4
/proc/9322/statm: 328306 305005 393 118 0 323265 0
[pid=9320/tid=9336] ppid=9284 vsize=544620 CPUtime=0 cores=1,3,5,7
/proc/9320/task/9336/stat : 9336 (python) S 9284 9284 9247 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 2 0 985639875 557690880 69580 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000416177 0 0 16781312 514 18446604471096071488 0 0 -1 3 0 0 0
[pid=9284/tid=9315] ppid=9282 vsize=554864 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9315/stat : 9315 (python) S 9282 9284 9247 0 -1 4202560 29 924 0 9 0 0 0 0 18 0 3 0 985580734 568180736 71062 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000416177 0 0 16781312 2 18446604457408231552 0 0 -1 7 0 0 0
[pid=9284/tid=9321] ppid=9282 vsize=554864 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9321/stat : 9321 (python) S 9282 9284 9247 0 -1 4202560 30 924 0 9 0 0 0 0 20 0 3 0 985590749 568180736 71062 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000416177 0 0 16781312 2 18446604457408231552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1076.15
Current children cumulated vsize (KiB) 3107460

[startup+1094.7 s]
/proc/loadavg: 2.00 1.94 1.37 3/186 9340
/proc/meminfo: memFree=745612/32950940 swapFree=67053420/67111528
[pid=9284] ppid=9282 vsize=554864 CPUtime=353.15 cores=1,3,5,7
/proc/9284/stat : 9284 (python) S 9282 9284 9247 0 -1 4202496 250886 924 113 9 35260 55 0 0 18 0 3 0 985544125 568180736 71062 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 153
/proc/9284/statm: 138716 71062 1878 364 0 74631 0
[pid=9314] ppid=9284 vsize=544608 CPUtime=0.28 cores=1,3,5,7
/proc/9314/stat : 9314 (python) S 9284 9284 9247 0 -1 4202560 1206 0 0 0 14 14 0 0 18 0 2 0 985580734 557678592 69596 33554432000 4194304 5683644 140733379600960 18446744073709551615 215988612678 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9314/statm: 136152 69596 415 364 0 72070 0
[pid=9316] ppid=9314 vsize=150144 CPUtime=237.28 cores=1,3,5,7
/proc/9316/stat : 9316 (lingeling) R 9314 9316 9316 0 -1 4202496 80224 0 0 0 23717 11 0 0 25 0 1 0 985580735 153747456 36706 33554432000 4194304 4352236 140736861059056 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/9316/statm: 37536 36706 129 39 0 36616 0
[pid=9314/tid=9319] ppid=9284 vsize=544608 CPUtime=0 cores=1,3,5,7
/proc/9314/task/9319/stat : 9319 (python) S 9284 9284 9247 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 985590746 557678592 69596 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000416177 0 0 16781312 514 18446604471143526784 0 0 -1 3 0 0 0
[pid=9320] ppid=9284 vsize=544620 CPUtime=0.64 cores=1,3,5,7
/proc/9320/stat : 9320 (python) S 9284 9284 9247 0 -1 4202560 1168 0 0 0 33 31 0 0 16 0 2 0 985590748 557690880 69580 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9320/statm: 136155 69580 399 364 0 72070 0
[pid=9322] ppid=9320 vsize=1313224 CPUtime=491.21 cores=1,3,5,7
/proc/9322/stat : 9322 (cryptominisat-2) T 9320 9322 9322 0 -1 4202496 410252 0 1 0 49063 58 0 0 25 0 1 0 985590749 1344741376 305005 33554432000 4194304 4677096 140733993810848 18446744073709551615 4319603 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 4
/proc/9322/statm: 328306 305005 393 118 0 323265 0
[pid=9320/tid=9336] ppid=9284 vsize=544620 CPUtime=0 cores=1,3,5,7
/proc/9320/task/9336/stat : 9336 (python) S 9284 9284 9247 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 2 0 985639875 557690880 69580 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000416177 0 0 16781312 514 18446604471096071488 0 0 -1 3 0 0 0
[pid=9284/tid=9315] ppid=9282 vsize=554864 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9315/stat : 9315 (python) S 9282 9284 9247 0 -1 4202560 29 924 0 9 0 0 0 0 18 0 3 0 985580734 568180736 71062 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000416177 0 0 16781312 2 18446604457408231552 0 0 -1 7 0 0 0
[pid=9284/tid=9321] ppid=9282 vsize=554864 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9321/stat : 9321 (python) S 9282 9284 9247 0 -1 4202560 30 924 0 9 0 0 0 0 20 0 3 0 985590749 568180736 71062 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000416177 0 0 16781312 2 18446604457408231552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1082.56
Current children cumulated vsize (KiB) 3107460

[startup+1097.9 s]
/proc/loadavg: 2.00 1.94 1.37 3/186 9340
/proc/meminfo: memFree=745720/32950940 swapFree=67053420/67111528
[pid=9284] ppid=9282 vsize=554864 CPUtime=353.15 cores=1,3,5,7
/proc/9284/stat : 9284 (python) S 9282 9284 9247 0 -1 4202496 250886 924 113 9 35260 55 0 0 18 0 3 0 985544125 568180736 71062 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 153
/proc/9284/statm: 138716 71062 1878 364 0 74631 0
[pid=9314] ppid=9284 vsize=544608 CPUtime=0.28 cores=1,3,5,7
/proc/9314/stat : 9314 (python) S 9284 9284 9247 0 -1 4202560 1207 0 0 0 14 14 0 0 18 0 2 0 985580734 557678592 69596 33554432000 4194304 5683644 140733379600960 18446744073709551615 215988612678 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9314/statm: 136152 69596 415 364 0 72070 0
[pid=9316] ppid=9314 vsize=150144 CPUtime=240.48 cores=1,3,5,7
/proc/9316/stat : 9316 (lingeling) R 9314 9316 9316 0 -1 4202496 80224 0 0 0 24037 11 0 0 25 0 1 0 985580735 153747456 36706 33554432000 4194304 4352236 140736861059056 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/9316/statm: 37536 36706 129 39 0 36616 0
[pid=9314/tid=9319] ppid=9284 vsize=544608 CPUtime=0 cores=1,3,5,7
/proc/9314/task/9319/stat : 9319 (python) S 9284 9284 9247 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 985590746 557678592 69596 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000416177 0 0 16781312 514 18446604471143526784 0 0 -1 3 0 0 0
[pid=9320] ppid=9284 vsize=544620 CPUtime=0.64 cores=1,3,5,7
/proc/9320/stat : 9320 (python) S 9284 9284 9247 0 -1 4202560 1168 0 0 0 33 31 0 0 16 0 2 0 985590748 557690880 69580 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9320/statm: 136155 69580 399 364 0 72070 0
[pid=9322] ppid=9320 vsize=1313224 CPUtime=491.21 cores=1,3,5,7
/proc/9322/stat : 9322 (cryptominisat-2) T 9320 9322 9322 0 -1 4202496 410252 0 1 0 49063 58 0 0 25 0 1 0 985590749 1344741376 305005 33554432000 4194304 4677096 140733993810848 18446744073709551615 4319603 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 4
/proc/9322/statm: 328306 305005 393 118 0 323265 0
[pid=9320/tid=9336] ppid=9284 vsize=544620 CPUtime=0 cores=1,3,5,7
/proc/9320/task/9336/stat : 9336 (python) S 9284 9284 9247 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 2 0 985639875 557690880 69580 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000416177 0 0 16781312 514 18446604471096071488 0 0 -1 3 0 0 0
[pid=9284/tid=9315] ppid=9282 vsize=554864 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9315/stat : 9315 (python) S 9282 9284 9247 0 -1 4202560 29 924 0 9 0 0 0 0 18 0 3 0 985580734 568180736 71062 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000416177 0 0 16781312 2 18446604457408231552 0 0 -1 7 0 0 0
[pid=9284/tid=9321] ppid=9282 vsize=554864 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9321/stat : 9321 (python) S 9282 9284 9247 0 -1 4202560 30 924 0 9 0 0 0 0 20 0 3 0 985590749 568180736 71062 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000416177 0 0 16781312 2 18446604457408231552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1085.76
Current children cumulated vsize (KiB) 3107460

[startup+1099.5 s]
/proc/loadavg: 2.00 1.94 1.37 3/186 9340
/proc/meminfo: memFree=745596/32950940 swapFree=67053420/67111528
[pid=9284] ppid=9282 vsize=554864 CPUtime=353.15 cores=1,3,5,7
/proc/9284/stat : 9284 (python) S 9282 9284 9247 0 -1 4202496 250886 924 113 9 35260 55 0 0 18 0 3 0 985544125 568180736 71062 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 153
/proc/9284/statm: 138716 71062 1878 364 0 74631 0
[pid=9314] ppid=9284 vsize=544608 CPUtime=0.28 cores=1,3,5,7
/proc/9314/stat : 9314 (python) S 9284 9284 9247 0 -1 4202560 1207 0 0 0 14 14 0 0 18 0 2 0 985580734 557678592 69596 33554432000 4194304 5683644 140733379600960 18446744073709551615 215988612678 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9314/statm: 136152 69596 415 364 0 72070 0
[pid=9316] ppid=9314 vsize=150144 CPUtime=242.08 cores=1,3,5,7
/proc/9316/stat : 9316 (lingeling) R 9314 9316 9316 0 -1 4202496 80224 0 0 0 24197 11 0 0 25 0 1 0 985580735 153747456 36706 33554432000 4194304 4352236 140736861059056 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/9316/statm: 37536 36706 129 39 0 36616 0
[pid=9314/tid=9319] ppid=9284 vsize=544608 CPUtime=0 cores=1,3,5,7
/proc/9314/task/9319/stat : 9319 (python) S 9284 9284 9247 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 985590746 557678592 69596 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000416177 0 0 16781312 514 18446604471143526784 0 0 -1 3 0 0 0
[pid=9320] ppid=9284 vsize=544620 CPUtime=0.64 cores=1,3,5,7
/proc/9320/stat : 9320 (python) S 9284 9284 9247 0 -1 4202560 1168 0 0 0 33 31 0 0 16 0 2 0 985590748 557690880 69580 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9320/statm: 136155 69580 399 364 0 72070 0
[pid=9322] ppid=9320 vsize=1313224 CPUtime=491.21 cores=1,3,5,7
/proc/9322/stat : 9322 (cryptominisat-2) T 9320 9322 9322 0 -1 4202496 410252 0 1 0 49063 58 0 0 25 0 1 0 985590749 1344741376 305005 33554432000 4194304 4677096 140733993810848 18446744073709551615 4319603 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 4
/proc/9322/statm: 328306 305005 393 118 0 323265 0
[pid=9320/tid=9336] ppid=9284 vsize=544620 CPUtime=0 cores=1,3,5,7
/proc/9320/task/9336/stat : 9336 (python) S 9284 9284 9247 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 2 0 985639875 557690880 69580 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000416177 0 0 16781312 514 18446604471096071488 0 0 -1 3 0 0 0
[pid=9284/tid=9315] ppid=9282 vsize=554864 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9315/stat : 9315 (python) S 9282 9284 9247 0 -1 4202560 29 924 0 9 0 0 0 0 18 0 3 0 985580734 568180736 71062 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000416177 0 0 16781312 2 18446604457408231552 0 0 -1 7 0 0 0
[pid=9284/tid=9321] ppid=9282 vsize=554864 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9321/stat : 9321 (python) S 9282 9284 9247 0 -1 4202560 30 924 0 9 0 0 0 0 20 0 3 0 985590749 568180736 71062 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000416177 0 0 16781312 2 18446604457408231552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1087.36
Current children cumulated vsize (KiB) 3107460

[startup+1099.9 s]
/proc/loadavg: 2.00 1.94 1.37 3/186 9340
/proc/meminfo: memFree=745596/32950940 swapFree=67053420/67111528
[pid=9284] ppid=9282 vsize=554864 CPUtime=353.15 cores=1,3,5,7
/proc/9284/stat : 9284 (python) S 9282 9284 9247 0 -1 4202496 250886 924 113 9 35260 55 0 0 18 0 3 0 985544125 568180736 71062 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 153
/proc/9284/statm: 138716 71062 1878 364 0 74631 0
[pid=9314] ppid=9284 vsize=544608 CPUtime=0.28 cores=1,3,5,7
/proc/9314/stat : 9314 (python) S 9284 9284 9247 0 -1 4202560 1207 0 0 0 14 14 0 0 18 0 2 0 985580734 557678592 69596 33554432000 4194304 5683644 140733379600960 18446744073709551615 215988612678 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9314/statm: 136152 69596 415 364 0 72070 0
[pid=9316] ppid=9314 vsize=150144 CPUtime=242.48 cores=1,3,5,7
/proc/9316/stat : 9316 (lingeling) R 9314 9316 9316 0 -1 4202496 80224 0 0 0 24237 11 0 0 25 0 1 0 985580735 153747456 36706 33554432000 4194304 4352236 140736861059056 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/9316/statm: 37536 36706 129 39 0 36616 0
[pid=9314/tid=9319] ppid=9284 vsize=544608 CPUtime=0 cores=1,3,5,7
/proc/9314/task/9319/stat : 9319 (python) S 9284 9284 9247 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 985590746 557678592 69596 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000416177 0 0 16781312 514 18446604471143526784 0 0 -1 3 0 0 0
[pid=9320] ppid=9284 vsize=544620 CPUtime=0.64 cores=1,3,5,7
/proc/9320/stat : 9320 (python) S 9284 9284 9247 0 -1 4202560 1168 0 0 0 33 31 0 0 16 0 2 0 985590748 557690880 69580 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/9320/statm: 136155 69580 399 364 0 72070 0
[pid=9322] ppid=9320 vsize=1313224 CPUtime=491.21 cores=1,3,5,7
/proc/9322/stat : 9322 (cryptominisat-2) T 9320 9322 9322 0 -1 4202496 410252 0 1 0 49063 58 0 0 25 0 1 0 985590749 1344741376 305005 33554432000 4194304 4677096 140733993810848 18446744073709551615 4319603 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 4
/proc/9322/statm: 328306 305005 393 118 0 323265 0
[pid=9320/tid=9336] ppid=9284 vsize=544620 CPUtime=0 cores=1,3,5,7
/proc/9320/task/9336/stat : 9336 (python) S 9284 9284 9247 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 2 0 985639875 557690880 69580 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000416177 0 0 16781312 514 18446604471096071488 0 0 -1 3 0 0 0
[pid=9284/tid=9315] ppid=9282 vsize=554864 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9315/stat : 9315 (python) S 9282 9284 9247 0 -1 4202560 29 924 0 9 0 0 0 0 18 0 3 0 985580734 568180736 71062 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000416177 0 0 16781312 2 18446604457408231552 0 0 -1 7 0 0 0
[pid=9284/tid=9321] ppid=9282 vsize=554864 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9321/stat : 9321 (python) S 9282 9284 9247 0 -1 4202560 30 924 0 9 0 0 0 0 20 0 3 0 985590749 568180736 71062 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000416177 0 0 16781312 2 18446604457408231552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1087.76
Current children cumulated vsize (KiB) 3107460

[startup+1100.1 s]
/proc/loadavg: 2.00 1.94 1.37 3/186 9340
/proc/meminfo: memFree=745596/32950940 swapFree=67053420/67111528
[pid=9284] ppid=9282 vsize=554864 CPUtime=353.15 cores=1,3,5,7
/proc/9284/stat : 9284 (python) S 9282 9284 9247 0 -1 4202496 250893 924 113 9 35260 55 0 0 17 0 3 0 985544125 568180736 71062 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000422719 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 153
/proc/9284/statm: 138716 71062 1878 364 0 74631 0
[pid=9314] ppid=9284 vsize=0 CPUtime=242.95 cores=1,3,5,7
/proc/9314/stat : 9314 (python) Z 9284 9284 9247 0 -1 4202588 1276 80227 0 0 14 15 24254 12 15 0 1 0 985580734 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9314/statm: 0 0 0 0 0 0 0
[pid=9320] ppid=9284 vsize=544620 CPUtime=0.64 cores=1,3,5,7
/proc/9320/stat : 9320 (python) S 9284 9284 9247 0 -1 4202560 1172 0 0 0 33 31 0 0 16 0 2 0 985590748 557690880 69580 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000422719 0 0 16781824 2 18446744073709551615 0 0 17 3 0 0 0
/proc/9320/statm: 136155 69580 399 364 0 72070 0
[pid=9322] ppid=9320 vsize=0 CPUtime=491.23 cores=1,3,5,7
/proc/9322/stat : 9322 (cryptominisat-2) R 9320 9322 9322 0 -1 4203524 410252 0 1 0 49063 60 0 0 18 0 1 0 985590749 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 4
/proc/9322/statm: 0 0 0 0 0 0 0
[pid=9320/tid=9336] ppid=9284 vsize=544620 CPUtime=0 cores=1,3,5,7
/proc/9320/task/9336/stat : 9336 (python) S 9284 9284 9247 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 2 0 985639875 557690880 69580 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000416177 0 0 16781824 2 18446604471096071488 0 0 -1 3 0 0 0
[pid=9284/tid=9315] ppid=9282 vsize=554864 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9315/stat : 9315 (python) S 9282 9284 9247 0 -1 4202560 29 924 0 9 0 0 0 0 18 0 3 0 985580734 568180736 71062 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000416177 0 0 16781312 2 18446604457408231552 0 0 -1 7 0 0 0
[pid=9284/tid=9321] ppid=9282 vsize=554864 CPUtime=0 cores=1,3,5,7
/proc/9284/task/9321/stat : 9321 (python) S 9282 9284 9247 0 -1 4202560 30 924 0 9 0 0 0 0 20 0 3 0 985590749 568180736 71062 33554432000 4194304 5683644 140733379600960 18446744073709551615 216000416177 0 0 16781312 2 18446604457408231552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1087.97
Current children cumulated vsize (KiB) 1099484

[startup+1100.2 s]
/proc/loadavg: 2.00 1.94 1.37 3/186 9340
/proc/meminfo: memFree=745596/32950940 swapFree=67053420/67111528
[pid=9284] ppid=9282 vsize=554828 CPUtime=1088.1 cores=1,3,5,7
/proc/9284/stat : 9284 (python) R 9282 9284 9247 0 -1 4202496 297334 493872 113 10 35264 58 73366 122 17 0 1 0 985544125 568143872 71057 33554432000 4194304 5683644 140733379600960 18446744073709551615 215988247991 0 0 16781312 0 0 0 0 17 5 0 0 153
/proc/9284/statm: 138707 71057 1873 364 0 74631 0
Current children cumulated CPU time (s) 1088.1
Current children cumulated vsize (KiB) 554828

Child status: 0
Real time (s): 1100.23
CPU time (s): 1088.16
CPU user time (s): 1086.32
CPU system time (s): 1.83372
CPU usage (%): 98.9024
Max. virtual memory (cumulated for all children) (KiB): 3109056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1086.32
system time used= 1.83372
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 799625
page faults= 123
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8810
involuntary context switches= 3816

runsolver used 1.63175 second user time and 4.01639 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-13 10:18:44
IDJOB=3498310
IDBENCH=70961
IDSOLVER=1991
FILE ID=node117/3498310-1307953122
RUNJOBID= node117-1307953121-9266
PBS_JOBID= 13559711
Free space on /var/tmp= 2796 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L150_coli.sat.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498310-1307953122/watcher-3498310-1307953122 -o /var/tmp/evaluation-result-3498310-1307953122/solver-3498310-1307953122 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498310-1307953122.cnf -seed 477717481 -budget 5000

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=477717481

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       4949168 kB
Buffers:        100772 kB
Cached:       27006684 kB
SwapCached:      11120 kB
Active:       11052640 kB
Inactive:     16077244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       4949168 kB
SwapTotal:    67111528 kB
SwapFree:     67053420 kB
Dirty:          420588 kB
Writeback:           0 kB
AnonPages:       19512 kB
Mapped:          12476 kB
Slab:           807724 kB
PageTables:       4660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   189376 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2104 MiB
End job on node117 at 2011-06-13 10:37:14