Trace number 3322757

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-industrialUNSAT 251.315 201.577

General information on the benchmark

NameSAT-Race-2010-CNF/software-verification/
nec/hard-6-U-7061.cnf
MD5SUMb15321a24257fa4bdfd9c20c782f4c0e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.00339
Satisfiable
(Un)Satisfiability was proved
Number of variables370048
Number of clauses1118066
Sum of the clauses size2910246
Maximum clause length493
Minimum clause length1
Number of clauses of size 194
Number of clauses of size 2742801
Number of clauses of size 3369913
Number of clauses of size 41454
Number of clauses of size 5618
Number of clauses of size over 53186

Solver Data

0.35/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.68	c INFO: solving HOME/instance-3322757-1304356140.cnf
0.35/0.68	c INFO: computing task features
4.42/4.76	c INFO: computed variable-clause graph statistics
4.52/4.88	c INFO: computed clause balance statistics
23.62/23.92	c INFO: computed variable balance statistics
36.42/36.76	c INFO: computed small-clause counts
36.82/37.19	c INFO: computed Horn-clause counts
193.83/194.11	c INFO: computed variable graph statistics
193.83/194.11	c INFO: collected features for HOME/instance-3322757-1304356140.cnf in 193.33 s
193.83/194.15	c INFO: running lingeling-276@0 for 194 with 39806 remaining (b = 0.83)
193.83/194.18	c INFO: running lingeling-276@0 for 97 with 39806 remaining (b = 0.67)
193.92/194.22	c INFO: running cryptominisat-2.9.0@0 for 485 with 39806 remaining (b = 0.45)
193.92/194.26	c INFO: running cryptominisat-2.9.0@0 for 582 with 39806 remaining (b = 0.42)
194.02/194.30	c INFO: running SApperloT@0 for 97 with 39806 remaining (b = 0.04)
194.02/194.34	c INFO: running cryptominisat-2.9.0@0 for 97 with 39806 remaining (b = 0.07)
194.02/194.38	c INFO: running lingeling-276@0 for 970 with 39806 remaining (b = 0.37)
194.12/194.42	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39806 remaining (b = 0.50)
250.69/201.49	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 8.19 7.54 6.81 1/277 12305
/proc/meminfo: memFree=10349112/32951124 swapFree=67111524/67111528
[pid=12305] ppid=12303 vsize=15760 CPUtime=0 cores=0-7
/proc/12305/stat : 12305 (python) S 12303 12305 11828 0 -1 4202496 845 0 0 0 0 0 0 0 17 0 1 0 547216639 16138240 727 33554432000 4194304 5683644 140734041282304 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/12305/statm: 3940 727 334 364 0 427 0

[startup+0.0515309 s]
/proc/loadavg: 8.19 7.54 6.81 1/277 12305
/proc/meminfo: memFree=10349112/32951124 swapFree=67111524/67111528
[pid=12305] ppid=12303 vsize=21104 CPUtime=0.02 cores=0-7
/proc/12305/stat : 12305 (python) S 12303 12305 11828 0 -1 4202496 1316 0 0 0 2 0 0 0 17 0 1 0 547216639 21610496 1166 33554432000 4194304 5683644 140734041282304 18446744073709551615 216629591687 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/12305/statm: 5796 1170 430 364 0 723 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21104

[startup+0.1005 s]
/proc/loadavg: 8.19 7.54 6.81 1/277 12305
/proc/meminfo: memFree=10349112/32951124 swapFree=67111524/67111528
[pid=12305] ppid=12303 vsize=87704 CPUtime=0.06 cores=0-7
/proc/12305/stat : 12305 (python) S 12303 12305 11828 0 -1 4202496 2639 0 0 0 4 2 0 0 17 0 1 0 547216639 89808896 2354 33554432000 4194304 5683644 140734041282304 18446744073709551615 216634513408 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/12305/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.300491 s]
/proc/loadavg: 8.19 7.54 6.81 1/277 12305
/proc/meminfo: memFree=10349112/32951124 swapFree=67111524/67111528
[pid=12305] ppid=12303 vsize=135748 CPUtime=0.19 cores=0-7
/proc/12305/stat : 12305 (python) R 12303 12305 11828 0 -1 4202496 5968 933 1 0 14 5 0 0 17 0 1 0 547216639 139005952 4150 33554432000 4194304 5683644 140734041282304 18446744073709551615 216634511365 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12305/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700376 s]
/proc/loadavg: 8.19 7.54 6.81 1/277 12305
/proc/meminfo: memFree=10349112/32951124 swapFree=67111524/67111528
[pid=12305] ppid=12303 vsize=300932 CPUtime=0.43 cores=0-7
/proc/12305/stat : 12305 (python) R 12303 12305 11828 0 -1 4202496 14879 933 1 0 31 12 0 0 16 0 1 0 547216639 308154368 12553 33554432000 4194304 5683644 140734041282304 18446744073709551615 47503454281749 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12305/statm: 75233 12553 1761 364 0 11157 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 300932

[startup+1.50024 s]
/proc/loadavg: 8.19 7.54 6.81 2/278 12310
/proc/meminfo: memFree=10287228/32951124 swapFree=67111524/67111528
[pid=12305] ppid=12303 vsize=353584 CPUtime=1.22 cores=0-7
/proc/12305/stat : 12305 (python) R 12303 12305 11828 0 -1 4202496 27982 933 1 0 109 13 0 0 17 0 1 0 547216639 362070016 25656 33554432000 4194304 5683644 140734041282304 18446744073709551615 4273480 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12305/statm: 88396 25657 1761 364 0 24320 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 353584

[startup+3.10095 s]
/proc/loadavg: 8.19 7.54 6.81 2/278 12310
/proc/meminfo: memFree=10212084/32951124 swapFree=67111524/67111528
[pid=12305] ppid=12303 vsize=455676 CPUtime=2.83 cores=0-7
/proc/12305/stat : 12305 (python) R 12303 12305 11828 0 -1 4202496 52448 933 1 0 266 17 0 0 19 0 1 0 547216639 466612224 50122 33554432000 4194304 5683644 140734041282304 18446744073709551615 4436504 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12305/statm: 113919 50122 1761 364 0 49843 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 455676

[startup+6.30039 s]
/proc/loadavg: 7.61 7.44 6.78 2/278 12310
/proc/meminfo: memFree=10084628/32951124 swapFree=67111524/67111528
[pid=12305] ppid=12303 vsize=522336 CPUtime=6.02 cores=0-7
/proc/12305/stat : 12305 (python) R 12303 12305 11828 0 -1 4202496 98063 933 1 0 581 21 0 0 25 0 1 0 547216639 534872064 67969 33554432000 4194304 5683644 140734041282304 18446744073709551615 4416928 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12305/statm: 130584 67969 1826 364 0 66508 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 522336

[startup+12.7003 s]
/proc/loadavg: 7.08 7.33 6.75 2/278 12310
/proc/meminfo: memFree=10087128/32951124 swapFree=67111524/67111528
[pid=12305] ppid=12303 vsize=522336 CPUtime=12.42 cores=0-7
/proc/12305/stat : 12305 (python) R 12303 12305 11828 0 -1 4202496 98063 933 1 0 1221 21 0 0 25 0 1 0 547216639 534872064 67969 33554432000 4194304 5683644 140734041282304 18446744073709551615 47503286182258 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12305/statm: 130584 67969 1826 364 0 66508 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 522336

[startup+25.501 s]
/proc/loadavg: 5.74 7.02 6.65 2/278 12311
/proc/meminfo: memFree=10090376/32951124 swapFree=67111524/67111528
[pid=12305] ppid=12303 vsize=522336 CPUtime=25.22 cores=0-7
/proc/12305/stat : 12305 (python) R 12303 12305 11828 0 -1 4202496 98064 933 1 0 2501 21 0 0 25 0 1 0 547216639 534872064 67970 33554432000 4194304 5683644 140734041282304 18446744073709551615 216637924009 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12305/statm: 130584 67970 1827 364 0 66508 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 522336

[startup+51.1005 s]
/proc/loadavg: 4.12 6.53 6.50 2/278 12311
/proc/meminfo: memFree=10090576/32951124 swapFree=67111524/67111528
[pid=12305] ppid=12303 vsize=522336 CPUtime=50.82 cores=0-7
/proc/12305/stat : 12305 (python) R 12303 12305 11828 0 -1 4202496 98070 933 1 0 5061 21 0 0 25 0 1 0 547216639 534872064 67976 33554432000 4194304 5683644 140734041282304 18446744073709551615 47503283419264 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12305/statm: 130584 67976 1833 364 0 66508 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 522336

[startup+102.309 s]
/proc/loadavg: 2.35 5.68 6.21 2/278 12313
/proc/meminfo: memFree=10090124/32951124 swapFree=67111524/67111528
[pid=12305] ppid=12303 vsize=522336 CPUtime=102.03 cores=0-7
/proc/12305/stat : 12305 (python) R 12303 12305 11828 0 -1 4202496 98070 933 1 0 10182 21 0 0 25 0 1 0 547216639 534872064 67976 33554432000 4194304 5683644 140734041282304 18446744073709551615 47503283419276 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12305/statm: 130584 67976 1833 364 0 66508 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 522336

[startup+162.301 s]
/proc/loadavg: 1.49 4.82 5.88 2/278 12314
/proc/meminfo: memFree=10090232/32951124 swapFree=67111524/67111528
[pid=12305] ppid=12303 vsize=522336 CPUtime=162.03 cores=0-7
/proc/12305/stat : 12305 (python) R 12303 12305 11828 0 -1 4202496 98070 933 1 0 16182 21 0 0 25 0 1 0 547216639 534872064 67976 33554432000 4194304 5683644 140734041282304 18446744073709551615 47503283419264 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12305/statm: 130584 67976 1833 364 0 66508 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 522336

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

[startup+179.101 s]
/proc/loadavg: 1.35 4.58 5.78 2/278 12315
/proc/meminfo: memFree=10090464/32951124 swapFree=67111524/67111528
[pid=12305] ppid=12303 vsize=522336 CPUtime=178.83 cores=0-7
/proc/12305/stat : 12305 (python) R 12303 12305 11828 0 -1 4202496 98070 933 1 0 17862 21 0 0 25 0 1 0 547216639 534872064 67976 33554432000 4194304 5683644 140734041282304 18446744073709551615 47503283419264 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12305/statm: 130584 67976 1833 364 0 66508 0
Current children cumulated CPU time (s) 178.83
Current children cumulated vsize (KiB) 522336

[startup+191.901 s]
/proc/loadavg: 1.30 4.46 5.72 2/278 12315
/proc/meminfo: memFree=10090464/32951124 swapFree=67111524/67111528
[pid=12305] ppid=12303 vsize=522336 CPUtime=191.63 cores=0-7
/proc/12305/stat : 12305 (python) R 12303 12305 11828 0 -1 4202496 98070 933 1 0 19142 21 0 0 25 0 1 0 547216639 534872064 67976 33554432000 4194304 5683644 140734041282304 18446744073709551615 47503283419276 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12305/statm: 130584 67976 1833 364 0 66508 0
Current children cumulated CPU time (s) 191.63
Current children cumulated vsize (KiB) 522336

[startup+198.302 s]
/proc/loadavg: 1.81 4.46 5.71 9/302 12339
/proc/meminfo: memFree=8909272/32951124 swapFree=67111524/67111528
[pid=12305] ppid=12303 vsize=585812 CPUtime=194.15 cores=0-7
/proc/12305/stat : 12305 (python) S 12303 12305 11828 0 -1 4202496 104058 933 1 0 19386 29 0 0 22 0 9 0 547216639 599871488 63418 33554432000 4194304 5683644 140734041282304 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12305/statm: 146453 63418 1889 364 0 82350 0
[pid=12316] ppid=12305 vsize=503776 CPUtime=0.01 cores=0-7
/proc/12316/stat : 12316 (python) S 12305 12305 11828 0 -1 4202560 918 0 0 0 0 1 0 0 18 0 1 0 547236054 515866624 61873 33554432000 4194304 5683644 140734041282304 18446744073709551615 216634535439 0 0 16781312 514 11816218371538518274 0 0 17 1 0 0 0
/proc/12316/statm: 125944 61873 376 364 0 61862 0
[pid=12318] ppid=12316 vsize=76176 CPUtime=4.11 cores=0-7
/proc/12318/stat : 12318 (lingeling) R 12316 12318 12318 0 -1 4202496 39183 0 0 0 403 8 0 0 25 0 1 0 547236055 78004224 18200 33554432000 4194304 4352236 140735714358224 18446744073709551615 4319288 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/12318/statm: 19044 18200 121 39 0 18124 0
[pid=12319] ppid=12305 vsize=514032 CPUtime=0.01 cores=0-7
/proc/12319/stat : 12319 (python) S 12305 12305 11828 0 -1 4202560 914 0 0 0 0 1 0 0 18 0 1 0 547236058 526368768 61871 33554432000 4194304 5683644 140734041282304 18446744073709551615 216634535494 0 0 16781312 514 12170110757467291907 0 0 17 4 0 0 0
/proc/12319/statm: 128508 61871 370 364 0 64423 0
[pid=12321] ppid=12319 vsize=89728 CPUtime=4.09 cores=0-7
/proc/12321/stat : 12321 (lingeling) R 12319 12321 12321 0 -1 4202496 34180 0 0 0 403 6 0 0 25 0 1 0 547236059 91881472 21590 33554432000 4194304 4352236 140737250397072 18446744073709551615 4287589 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/12321/statm: 22432 21590 123 39 0 21512 0
[pid=12322] ppid=12305 vsize=524288 CPUtime=0 cores=0-7
/proc/12322/stat : 12322 (python) S 12305 12305 11828 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 547236062 536870912 61852 33554432000 4194304 5683644 140734041282304 18446744073709551615 216634535494 0 0 16781312 514 399981443758915842 0 0 17 4 0 0 0
/proc/12322/statm: 131072 61852 347 364 0 66984 0
[pid=12324] ppid=12322 vsize=333024 CPUtime=4.04 cores=0-7
/proc/12324/stat : 12324 (cryptominisat-2) R 12322 12324 12324 0 -1 4202496 66932 0 0 0 393 11 0 0 25 0 1 0 547236063 341016576 58097 33554432000 4194304 4677096 140737194891872 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12324/statm: 83256 58097 362 118 0 78215 0
[pid=12325] ppid=12305 vsize=534544 CPUtime=0 cores=0-7
/proc/12325/stat : 12325 (python) S 12305 12305 11828 0 -1 4202560 767 0 0 0 0 0 0 0 15 0 1 0 547236065 547373056 61856 33554432000 4194304 5683644 140734041282304 18446744073709551615 216634535494 0 0 16781312 514 6263007077229101313 0 0 17 0 0 0 0
/proc/12325/statm: 133636 61856 347 364 0 69545 0
[pid=12327] ppid=12325 vsize=334304 CPUtime=3.96 cores=0-7
/proc/12327/stat : 12327 (cryptominisat-2) R 12325 12327 12327 0 -1 4202496 67216 0 0 0 385 11 0 0 25 0 1 0 547236067 342327296 58383 33554432000 4194304 4677096 140735857783984 18446744073709551615 4319908 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/12327/statm: 83576 58383 362 118 0 78535 0
[pid=12328] ppid=12305 vsize=544800 CPUtime=0 cores=0-7
/proc/12328/stat : 12328 (python) S 12305 12305 11828 0 -1 4202560 762 0 0 0 0 0 0 0 18 0 1 0 547236069 557875200 61860 33554432000 4194304 5683644 140734041282304 18446744073709551615 216634535494 0 0 16781312 514 6263003228938404097 0 0 17 0 0 0 0
/proc/12328/statm: 136200 61860 347 364 0 72106 0
[pid=12330] ppid=12328 vsize=57036 CPUtime=3.96 cores=0-7
/proc/12330/stat : 12330 (SApperloT-base) R 12328 12330 12330 0 -1 4202496 13488 0 0 0 392 4 0 0 25 0 1 0 547236070 58404864 12737 33554432000 134512640 135674940 4286915728 18446744073709551615 134564017 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12330/statm: 14259 12737 99 284 0 13973 0
[pid=12331] ppid=12305 vsize=555056 CPUtime=0 cores=0-7
/proc/12331/stat : 12331 (python) S 12305 12305 11828 0 -1 4202560 779 0 0 0 0 0 0 0 15 0 1 0 547236073 568377344 61864 33554432000 4194304 5683644 140734041282304 18446744073709551615 216634535494 0 0 16781312 514 6262999380647706882 0 0 17 0 0 0 0
/proc/12331/statm: 138764 61864 347 364 0 74667 0
[pid=12333] ppid=12331 vsize=328928 CPUtime=3.93 cores=0-7
/proc/12333/stat : 12333 (cryptominisat-2) R 12331 12333 12333 0 -1 4202496 66171 0 0 0 382 11 0 0 25 0 1 0 547236074 336822272 57334 33554432000 4194304 4677096 140735681547184 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/12333/statm: 82232 57334 362 118 0 77191 0
[pid=12334] ppid=12305 vsize=565312 CPUtime=0 cores=0-7
/proc/12334/stat : 12334 (python) S 12305 12305 11828 0 -1 4202560 773 0 0 0 0 0 0 0 18 0 1 0 547236077 578879488 61868 33554432000 4194304 5683644 140734041282304 18446744073709551615 216634535494 0 0 16781312 514 6262995532357009666 0 0 17 2 0 0 0

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

/proc/12305/task/12320/stat : 12320 (python) S 12303 12305 11828 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 9 0 547236058 599871488 63418 33554432000 4194304 5683644 140734041282304 18446744073709551615 216646338993 0 0 16781312 2 18446604443324708096 0 0 -1 2 0 0 0
[pid=12305/tid=12323] ppid=12303 vsize=585812 CPUtime=0 cores=0-7
/proc/12305/task/12323/stat : 12323 (python) S 12303 12305 11828 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 547236062 599871488 63418 33554432000 4194304 5683644 140734041282304 18446744073709551615 216646338993 0 0 16781312 2 18446604443324708096 0 0 -1 6 0 0 0
[pid=12305/tid=12326] ppid=12303 vsize=585812 CPUtime=0 cores=0-7
/proc/12305/task/12326/stat : 12326 (python) S 12303 12305 11828 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 9 0 547236066 599871488 63418 33554432000 4194304 5683644 140734041282304 18446744073709551615 216646338993 0 0 16781312 2 18446604443324708096 0 0 -1 6 0 0 0
[pid=12305/tid=12329] ppid=12303 vsize=585812 CPUtime=0 cores=0-7
/proc/12305/task/12329/stat : 12329 (python) S 12303 12305 11828 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 547236070 599871488 63418 33554432000 4194304 5683644 140734041282304 18446744073709551615 216646338993 0 0 16781312 2 18446604443324708096 0 0 -1 6 0 0 0
[pid=12305/tid=12332] ppid=12303 vsize=585812 CPUtime=0 cores=0-7
/proc/12305/task/12332/stat : 12332 (python) S 12303 12305 11828 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 547236074 599871488 63418 33554432000 4194304 5683644 140734041282304 18446744073709551615 216646338993 0 0 16781312 2 18446604443324708096 0 0 -1 6 0 0 0
[pid=12305/tid=12335] ppid=12303 vsize=585812 CPUtime=0 cores=0-7
/proc/12305/task/12335/stat : 12335 (python) S 12303 12305 11828 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 547236078 599871488 63418 33554432000 4194304 5683644 140734041282304 18446744073709551615 216646338993 0 0 16781312 2 18446604443324708096 0 0 -1 2 0 0 0
[pid=12305/tid=12338] ppid=12303 vsize=585812 CPUtime=0 cores=0-7
/proc/12305/task/12338/stat : 12338 (python) S 12303 12305 11828 0 -1 4202560 30 933 0 0 0 0 0 0 22 0 9 0 547236082 599871488 63418 33554432000 4194304 5683644 140734041282304 18446744073709551615 216646338993 0 0 16781312 2 18446604443324708096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 238.71
Current children cumulated vsize (KiB) 6811352

[startup+200.701 s]
/proc/loadavg: 1.81 4.46 5.71 9/302 12339
/proc/meminfo: memFree=8620828/32951124 swapFree=67111524/67111528
[pid=12305] ppid=12303 vsize=585812 CPUtime=194.15 cores=0-7
/proc/12305/stat : 12305 (python) S 12303 12305 11828 0 -1 4202496 104058 933 1 0 19386 29 0 0 22 0 9 0 547216639 599871488 63418 33554432000 4194304 5683644 140734041282304 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12305/statm: 146453 63418 1889 364 0 82350 0
[pid=12316] ppid=12305 vsize=503776 CPUtime=0.01 cores=0-7
/proc/12316/stat : 12316 (python) S 12305 12305 11828 0 -1 4202560 918 0 0 0 0 1 0 0 18 0 1 0 547236054 515866624 61873 33554432000 4194304 5683644 140734041282304 18446744073709551615 216634535439 0 0 16781312 514 11816218371538518274 0 0 17 1 0 0 0
/proc/12316/statm: 125944 61873 376 364 0 61862 0
[pid=12318] ppid=12316 vsize=77288 CPUtime=6.51 cores=0-7
/proc/12318/stat : 12318 (lingeling) R 12316 12318 12318 0 -1 4202496 39473 0 0 0 643 8 0 0 25 0 1 0 547236055 79142912 18490 33554432000 4194304 4352236 140735714358224 18446744073709551615 4228772 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/12318/statm: 19322 18490 127 39 0 18402 0
[pid=12319] ppid=12305 vsize=514032 CPUtime=0.01 cores=0-7
/proc/12319/stat : 12319 (python) S 12305 12305 11828 0 -1 4202560 914 0 0 0 0 1 0 0 18 0 1 0 547236058 526368768 61871 33554432000 4194304 5683644 140734041282304 18446744073709551615 216634535494 0 0 16781312 514 12170110757467291907 0 0 17 4 0 0 0
/proc/12319/statm: 128508 61871 370 364 0 64423 0
[pid=12321] ppid=12319 vsize=90840 CPUtime=6.49 cores=0-7
/proc/12321/stat : 12321 (lingeling) R 12319 12321 12321 0 -1 4202496 34468 0 0 0 643 6 0 0 25 0 1 0 547236059 93020160 21878 33554432000 4194304 4352236 140737250397072 18446744073709551615 4229290 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/12321/statm: 22710 21878 127 39 0 21790 0
[pid=12322] ppid=12305 vsize=524288 CPUtime=0.01 cores=0-7
/proc/12322/stat : 12322 (python) S 12305 12305 11828 0 -1 4202560 908 0 0 0 0 1 0 0 15 0 1 0 547236062 536870912 61875 33554432000 4194304 5683644 140734041282304 18446744073709551615 216634535494 0 0 16781312 514 399981443758915842 0 0 17 4 0 0 0
/proc/12322/statm: 131072 61875 370 364 0 66984 0
[pid=12324] ppid=12322 vsize=429916 CPUtime=6.42 cores=0-7
/proc/12324/stat : 12324 (cryptominisat-2) R 12322 12324 12324 0 -1 4202496 85717 0 0 0 630 12 0 0 25 0 1 0 547236063 440233984 76882 33554432000 4194304 4677096 140737194891872 18446744073709551615 4317673 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12324/statm: 107479 76882 362 118 0 102438 0
[pid=12325] ppid=12305 vsize=534544 CPUtime=0.01 cores=0-7
/proc/12325/stat : 12325 (python) S 12305 12305 11828 0 -1 4202560 946 0 0 0 0 1 0 0 15 0 1 0 547236065 547373056 61879 33554432000 4194304 5683644 140734041282304 18446744073709551615 216634535494 0 0 16781312 514 6263007077229101313 0 0 17 0 0 0 0
/proc/12325/statm: 133636 61879 370 364 0 69545 0
[pid=12327] ppid=12325 vsize=439708 CPUtime=6.33 cores=0-7
/proc/12327/stat : 12327 (cryptominisat-2) R 12325 12327 12327 0 -1 4202496 87552 0 0 0 620 13 0 0 25 0 1 0 547236067 450260992 78719 33554432000 4194304 4677096 140735857783984 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/12327/statm: 109927 78719 362 118 0 104886 0
[pid=12328] ppid=12305 vsize=544800 CPUtime=0.01 cores=0-7
/proc/12328/stat : 12328 (python) S 12305 12305 11828 0 -1 4202560 941 0 0 0 0 1 0 0 18 0 1 0 547236069 557875200 61883 33554432000 4194304 5683644 140734041282304 18446744073709551615 216634535494 0 0 16781312 514 6263003228938404097 0 0 17 0 0 0 0
/proc/12328/statm: 136200 61883 370 364 0 72106 0
[pid=12330] ppid=12328 vsize=57168 CPUtime=6.36 cores=0-7
/proc/12330/stat : 12330 (SApperloT-base) R 12328 12330 12330 0 -1 4202496 13512 0 0 0 632 4 0 0 25 0 1 0 547236070 58540032 12761 33554432000 134512640 135674940 4286915728 18446744073709551615 134556795 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12330/statm: 14292 12761 99 284 0 14006 0
[pid=12331] ppid=12305 vsize=555056 CPUtime=0.01 cores=0-7
/proc/12331/stat : 12331 (python) S 12305 12305 11828 0 -1 4202560 949 0 0 0 0 1 0 0 15 0 1 0 547236073 568377344 61887 33554432000 4194304 5683644 140734041282304 18446744073709551615 216634535494 0 0 16781312 514 6262999380647706882 0 0 17 0 0 0 0
/proc/12331/statm: 138764 61887 370 364 0 74667 0
[pid=12333] ppid=12331 vsize=425048 CPUtime=6.33 cores=0-7
/proc/12333/stat : 12333 (cryptominisat-2) R 12331 12333 12333 0 -1 4202496 85002 0 0 0 619 14 0 0 25 0 1 0 547236074 435249152 76165 33554432000 4194304 4677096 140735681547184 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/12333/statm: 106262 76165 362 118 0 101221 0
[pid=12334] ppid=12305 vsize=565312 CPUtime=0.01 cores=0-7
/proc/12334/stat : 12334 (python) S 12305 12305 11828 0 -1 4202560 948 0 0 0 0 1 0 0 18 0 1 0 547236077 578879488 61891 33554432000 4194304 5683644 140734041282304 18446744073709551615 216634535494 0 0 16781312 514 6262995532357009666 0 0 17 2 0 0 0
/proc/12334/statm: 141328 61891 370 364 0 77228 0
[pid=12336] ppid=12334 vsize=91608 CPUtime=6.27 cores=0-7
/proc/12336/stat : 12336 (lingeling) R 12334 12336 12336 0 -1 4202496 34631 0 0 0 621 6 0 0 25 0 1 0 547236078 93806592 22070 33554432000 4194304 4352236 140736657566112 18446744073709551615 4252570 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/12336/statm: 22902 22070 127 39 0 21982 0
[pid=12337] ppid=12305 vsize=575568 CPUtime=0.02 cores=0-7
/proc/12337/stat : 12337 (python) S 12305 12305 11828 0 -1 4202560 1006 0 0 0 1 1 0 0 15 0 1 0 547236081 589381632 61901 33554432000 4194304 5683644 140734041282304 18446744073709551615 216634535494 0 0 16781312 514 12294920170626842884 0 0 17 0 0 0 0
/proc/12337/statm: 143892 61901 376 364 0 79789 0
[pid=12339] ppid=12337 vsize=417364 CPUtime=6.16 cores=0-7
/proc/12339/stat : 12339 (cryptominisat-2) R 12337 12339 12339 0 -1 4202496 83570 0 0 0 604 12 0 0 25 0 1 0 547236082 427380736 74727 33554432000 4194304 4677096 140736160078352 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12339/statm: 104341 74727 362 118 0 99300 0
[pid=12305/tid=12317] ppid=12303 vsize=585812 CPUtime=0 cores=0-7
/proc/12305/task/12317/stat : 12317 (python) S 12303 12305 11828 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 9 0 547236055 599871488 63418 33554432000 4194304 5683644 140734041282304 18446744073709551615 216646338993 0 0 16781312 2 18446604443324708096 0 0 -1 0 0 0 0
[pid=12305/tid=12320] ppid=12303 vsize=585812 CPUtime=0 cores=0-7
/proc/12305/task/12320/stat : 12320 (python) S 12303 12305 11828 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 9 0 547236058 599871488 63418 33554432000 4194304 5683644 140734041282304 18446744073709551615 216646338993 0 0 16781312 2 18446604443324708096 0 0 -1 2 0 0 0
[pid=12305/tid=12323] ppid=12303 vsize=585812 CPUtime=0 cores=0-7
/proc/12305/task/12323/stat : 12323 (python) S 12303 12305 11828 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 547236062 599871488 63418 33554432000 4194304 5683644 140734041282304 18446744073709551615 216646338993 0 0 16781312 2 18446604443324708096 0 0 -1 6 0 0 0
[pid=12305/tid=12326] ppid=12303 vsize=585812 CPUtime=0 cores=0-7
/proc/12305/task/12326/stat : 12326 (python) S 12303 12305 11828 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 9 0 547236066 599871488 63418 33554432000 4194304 5683644 140734041282304 18446744073709551615 216646338993 0 0 16781312 2 18446604443324708096 0 0 -1 6 0 0 0
[pid=12305/tid=12329] ppid=12303 vsize=585812 CPUtime=0 cores=0-7
/proc/12305/task/12329/stat : 12329 (python) S 12303 12305 11828 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 547236070 599871488 63418 33554432000 4194304 5683644 140734041282304 18446744073709551615 216646338993 0 0 16781312 2 18446604443324708096 0 0 -1 6 0 0 0
[pid=12305/tid=12332] ppid=12303 vsize=585812 CPUtime=0 cores=0-7
/proc/12305/task/12332/stat : 12332 (python) S 12303 12305 11828 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 547236074 599871488 63418 33554432000 4194304 5683644 140734041282304 18446744073709551615 216646338993 0 0 16781312 2 18446604443324708096 0 0 -1 6 0 0 0
[pid=12305/tid=12335] ppid=12303 vsize=585812 CPUtime=0 cores=0-7
/proc/12305/task/12335/stat : 12335 (python) S 12303 12305 11828 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 547236078 599871488 63418 33554432000 4194304 5683644 140734041282304 18446744073709551615 216646338993 0 0 16781312 2 18446604443324708096 0 0 -1 2 0 0 0
[pid=12305/tid=12338] ppid=12303 vsize=585812 CPUtime=0 cores=0-7
/proc/12305/task/12338/stat : 12338 (python) S 12303 12305 11828 0 -1 4202560 30 933 0 0 0 0 0 0 22 0 9 0 547236082 599871488 63418 33554432000 4194304 5683644 140734041282304 18446744073709551615 216646338993 0 0 16781312 2 18446604443324708096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 245.11
Current children cumulated vsize (KiB) 6932128

[startup+201.101 s]
/proc/loadavg: 1.81 4.46 5.71 9/302 12339
/proc/meminfo: memFree=8620828/32951124 swapFree=67111524/67111528
[pid=12305] ppid=12303 vsize=585812 CPUtime=194.15 cores=0-7
/proc/12305/stat : 12305 (python) S 12303 12305 11828 0 -1 4202496 104058 933 1 0 19386 29 0 0 22 0 9 0 547216639 599871488 63418 33554432000 4194304 5683644 140734041282304 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12305/statm: 146453 63418 1889 364 0 82350 0
[pid=12316] ppid=12305 vsize=503776 CPUtime=0.01 cores=0-7
/proc/12316/stat : 12316 (python) S 12305 12305 11828 0 -1 4202560 918 0 0 0 0 1 0 0 18 0 1 0 547236054 515866624 61873 33554432000 4194304 5683644 140734041282304 18446744073709551615 216634535439 0 0 16781312 514 11816218371538518274 0 0 17 1 0 0 0
/proc/12316/statm: 125944 61873 376 364 0 61862 0
[pid=12318] ppid=12316 vsize=77288 CPUtime=6.91 cores=0-7
/proc/12318/stat : 12318 (lingeling) R 12316 12318 12318 0 -1 4202496 39473 0 0 0 683 8 0 0 25 0 1 0 547236055 79142912 18490 33554432000 4194304 4352236 140735714358224 18446744073709551615 4212000 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/12318/statm: 19322 18490 127 39 0 18402 0
[pid=12319] ppid=12305 vsize=514032 CPUtime=0.01 cores=0-7
/proc/12319/stat : 12319 (python) S 12305 12305 11828 0 -1 4202560 914 0 0 0 0 1 0 0 18 0 1 0 547236058 526368768 61871 33554432000 4194304 5683644 140734041282304 18446744073709551615 216634535494 0 0 16781312 514 12170110757467291907 0 0 17 4 0 0 0
/proc/12319/statm: 128508 61871 370 364 0 64423 0
[pid=12321] ppid=12319 vsize=90840 CPUtime=6.89 cores=0-7
/proc/12321/stat : 12321 (lingeling) R 12319 12321 12321 0 -1 4202496 34468 0 0 0 683 6 0 0 25 0 1 0 547236059 93020160 21878 33554432000 4194304 4352236 140737250397072 18446744073709551615 4300208 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/12321/statm: 22710 21878 127 39 0 21790 0
[pid=12322] ppid=12305 vsize=524288 CPUtime=0.01 cores=0-7
/proc/12322/stat : 12322 (python) S 12305 12305 11828 0 -1 4202560 908 0 0 0 0 1 0 0 15 0 1 0 547236062 536870912 61875 33554432000 4194304 5683644 140734041282304 18446744073709551615 216634535494 0 0 16781312 514 399981443758915842 0 0 17 4 0 0 0
/proc/12322/statm: 131072 61875 370 364 0 66984 0
[pid=12324] ppid=12322 vsize=445212 CPUtime=6.82 cores=0-7
/proc/12324/stat : 12324 (cryptominisat-2) R 12322 12324 12324 0 -1 4202496 88499 0 0 0 669 13 0 0 25 0 1 0 547236063 455897088 79664 33554432000 4194304 4677096 140737194891872 18446744073709551615 4319603 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12324/statm: 111303 79664 362 118 0 106262 0
[pid=12325] ppid=12305 vsize=534544 CPUtime=0.01 cores=0-7
/proc/12325/stat : 12325 (python) S 12305 12305 11828 0 -1 4202560 946 0 0 0 0 1 0 0 15 0 1 0 547236065 547373056 61879 33554432000 4194304 5683644 140734041282304 18446744073709551615 216634535494 0 0 16781312 514 6263007077229101313 0 0 17 0 0 0 0
/proc/12325/statm: 133636 61879 370 364 0 69545 0
[pid=12327] ppid=12325 vsize=458444 CPUtime=6.73 cores=0-7
/proc/12327/stat : 12327 (cryptominisat-2) R 12325 12327 12327 0 -1 4202496 90843 0 0 0 659 14 0 0 25 0 1 0 547236067 469446656 82010 33554432000 4194304 4677096 140735857783984 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/12327/statm: 114611 82010 362 118 0 109570 0
[pid=12328] ppid=12305 vsize=544800 CPUtime=0.01 cores=0-7
/proc/12328/stat : 12328 (python) S 12305 12305 11828 0 -1 4202560 941 0 0 0 0 1 0 0 18 0 1 0 547236069 557875200 61883 33554432000 4194304 5683644 140734041282304 18446744073709551615 216634535494 0 0 16781312 514 6263003228938404097 0 0 17 0 0 0 0
/proc/12328/statm: 136200 61883 370 364 0 72106 0
[pid=12330] ppid=12328 vsize=57168 CPUtime=6.75 cores=0-7
/proc/12330/stat : 12330 (SApperloT-base) R 12328 12330 12330 0 -1 4202496 13517 0 0 0 671 4 0 0 25 0 1 0 547236070 58540032 12766 33554432000 134512640 135674940 4286915728 18446744073709551615 134564250 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12330/statm: 14292 12766 99 284 0 14006 0
[pid=12331] ppid=12305 vsize=555056 CPUtime=0.01 cores=0-7
/proc/12331/stat : 12331 (python) S 12305 12305 11828 0 -1 4202560 949 0 0 0 0 1 0 0 15 0 1 0 547236073 568377344 61887 33554432000 4194304 5683644 140734041282304 18446744073709551615 216634535494 0 0 16781312 514 6262999380647706882 0 0 17 0 0 0 0
/proc/12331/statm: 138764 61887 370 364 0 74667 0
[pid=12333] ppid=12331 vsize=441628 CPUtime=6.73 cores=0-7
/proc/12333/stat : 12333 (cryptominisat-2) R 12331 12333 12333 0 -1 4202496 87877 0 0 0 659 14 0 0 25 0 1 0 547236074 452227072 79040 33554432000 4194304 4677096 140735681547184 18446744073709551615 4310521 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/12333/statm: 110407 79040 362 118 0 105366 0
[pid=12334] ppid=12305 vsize=565312 CPUtime=0.01 cores=0-7
/proc/12334/stat : 12334 (python) S 12305 12305 11828 0 -1 4202560 948 0 0 0 0 1 0 0 18 0 1 0 547236077 578879488 61891 33554432000 4194304 5683644 140734041282304 18446744073709551615 216634535494 0 0 16781312 514 6262995532357009666 0 0 17 2 0 0 0
/proc/12334/statm: 141328 61891 370 364 0 77228 0
[pid=12336] ppid=12334 vsize=91608 CPUtime=6.67 cores=0-7
/proc/12336/stat : 12336 (lingeling) R 12334 12336 12336 0 -1 4202496 34631 0 0 0 661 6 0 0 25 0 1 0 547236078 93806592 22070 33554432000 4194304 4352236 140736657566112 18446744073709551615 4227484 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/12336/statm: 22902 22070 127 39 0 21982 0
[pid=12337] ppid=12305 vsize=575568 CPUtime=0.02 cores=0-7
/proc/12337/stat : 12337 (python) S 12305 12305 11828 0 -1 4202560 1006 0 0 0 1 1 0 0 15 0 1 0 547236081 589381632 61901 33554432000 4194304 5683644 140734041282304 18446744073709551615 216634535494 0 0 16781312 514 12294920170626842884 0 0 17 0 0 0 0
/proc/12337/statm: 143892 61901 376 364 0 79789 0
[pid=12339] ppid=12337 vsize=434008 CPUtime=6.56 cores=0-7
/proc/12339/stat : 12339 (cryptominisat-2) R 12337 12339 12339 0 -1 4202496 86443 0 0 0 643 13 0 0 25 0 1 0 547236082 444424192 77600 33554432000 4194304 4677096 140736160078352 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12339/statm: 108502 77600 362 118 0 103461 0
[pid=12305/tid=12317] ppid=12303 vsize=585812 CPUtime=0 cores=0-7
/proc/12305/task/12317/stat : 12317 (python) S 12303 12305 11828 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 9 0 547236055 599871488 63418 33554432000 4194304 5683644 140734041282304 18446744073709551615 216646338993 0 0 16781312 2 18446604443324708096 0 0 -1 0 0 0 0
[pid=12305/tid=12320] ppid=12303 vsize=585812 CPUtime=0 cores=0-7
/proc/12305/task/12320/stat : 12320 (python) S 12303 12305 11828 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 9 0 547236058 599871488 63418 33554432000 4194304 5683644 140734041282304 18446744073709551615 216646338993 0 0 16781312 2 18446604443324708096 0 0 -1 2 0 0 0
[pid=12305/tid=12323] ppid=12303 vsize=585812 CPUtime=0 cores=0-7
/proc/12305/task/12323/stat : 12323 (python) S 12303 12305 11828 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 9 0 547236062 599871488 63418 33554432000 4194304 5683644 140734041282304 18446744073709551615 216646338993 0 0 16781312 2 18446604443324708096 0 0 -1 6 0 0 0
[pid=12305/tid=12326] ppid=12303 vsize=585812 CPUtime=0 cores=0-7
/proc/12305/task/12326/stat : 12326 (python) S 12303 12305 11828 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 9 0 547236066 599871488 63418 33554432000 4194304 5683644 140734041282304 18446744073709551615 216646338993 0 0 16781312 2 18446604443324708096 0 0 -1 6 0 0 0
[pid=12305/tid=12329] ppid=12303 vsize=585812 CPUtime=0 cores=0-7
/proc/12305/task/12329/stat : 12329 (python) S 12303 12305 11828 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 547236070 599871488 63418 33554432000 4194304 5683644 140734041282304 18446744073709551615 216646338993 0 0 16781312 2 18446604443324708096 0 0 -1 6 0 0 0
[pid=12305/tid=12332] ppid=12303 vsize=585812 CPUtime=0 cores=0-7
/proc/12305/task/12332/stat : 12332 (python) S 12303 12305 11828 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 547236074 599871488 63418 33554432000 4194304 5683644 140734041282304 18446744073709551615 216646338993 0 0 16781312 2 18446604443324708096 0 0 -1 6 0 0 0
[pid=12305/tid=12335] ppid=12303 vsize=585812 CPUtime=0 cores=0-7
/proc/12305/task/12335/stat : 12335 (python) S 12303 12305 11828 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 547236078 599871488 63418 33554432000 4194304 5683644 140734041282304 18446744073709551615 216646338993 0 0 16781312 2 18446604443324708096 0 0 -1 2 0 0 0
[pid=12305/tid=12338] ppid=12303 vsize=585812 CPUtime=0 cores=0-7
/proc/12305/task/12338/stat : 12338 (python) S 12303 12305 11828 0 -1 4202560 30 933 0 0 0 0 0 0 22 0 9 0 547236082 599871488 63418 33554432000 4194304 5683644 140734041282304 18446744073709551615 216646338993 0 0 16781312 2 18446604443324708096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 248.3
Current children cumulated vsize (KiB) 6999384

[startup+201.501 s]
/proc/loadavg: 1.81 4.46 5.71 9/302 12339
/proc/meminfo: memFree=8487776/32951124 swapFree=67111524/67111528
[pid=12305] ppid=12303 vsize=534484 CPUtime=251.22 cores=0-7
/proc/12305/stat : 12305 (python) R 12303 12305 11828 0 -1 4202496 106255 495182 1 0 19387 29 5599 107 16 0 1 0 547216639 547311616 63382 33554432000 4194304 5683644 140734041282304 18446744073709551615 5114130 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12305/statm: 133621 63382 1873 364 0 69545 0
Current children cumulated CPU time (s) 251.22
Current children cumulated vsize (KiB) 534484

Child status: 0
Real time (s): 201.577
CPU time (s): 251.315
CPU user time (s): 249.913
CPU system time (s): 1.40179
CPU usage (%): 124.674
Max. virtual memory (cumulated for all children) (KiB): 7035776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.913
system time used= 1.40179
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 627757
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3284
involuntary context switches= 657

runsolver used 0.488925 second user time and 1.12383 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-02 19:09:00
IDJOB=3322757
IDBENCH=88178
IDSOLVER=1710
FILE ID=node103/3322757-1304356140
RUNJOBID= node103-1304349970-11842
PBS_JOBID= 13178676
Free space on /tmp= 73444 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT-Race-2010-CNF/software-verification/nec/hard-6-U-7061.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3322757-1304356140/watcher-3322757-1304356140 -o /tmp/evaluation-result-3322757-1304356140/solver-3322757-1304356140 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3322757-1304356140.cnf -seed 365018048 -budget 40000 -cores 8

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

MD5SUM BENCH= b15321a24257fa4bdfd9c20c782f4c0e
RANDOM SEED=365018048

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10349516 kB
Buffers:       2135936 kB
Cached:        8321076 kB
SwapCached:          4 kB
Active:       13310764 kB
Inactive:      8660488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10349516 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           54368 kB
Writeback:          32 kB
AnonPages:    11514212 kB
Mapped:          25884 kB
Slab:           521152 kB
PageTables:      38604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 50010932 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= 73412 MiB
End job on node103 at 2011-05-02 19:12:22