Trace number 3317800

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 25.2862 10.4702

General information on the benchmark

NameSAT04/industrial/hoonsang/vis-bmc/
dekker.used-as.sat04-989.cnf
MD5SUMaed38f764725bc435a811b081bc99da2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.92755
Satisfiable
(Un)Satisfiability was proved
Number of variables19473
Number of clauses58308
Sum of the clauses size136028
Maximum clause length3
Minimum clause length1
Number of clauses of size 118
Number of clauses of size 238860
Number of clauses of size 319430
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.62	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.62	c INFO: solving HOME/instance-3317800-1304271047.cnf
0.31/0.62	c INFO: computing task features
0.40/0.79	c INFO: computed variable-clause graph statistics
0.49/0.80	c INFO: computed clause balance statistics
1.29/1.67	c INFO: computed variable balance statistics
1.99/2.32	c INFO: computed small-clause counts
1.99/2.32	c INFO: computed Horn-clause counts
2.49/2.83	c INFO: computed variable graph statistics
2.49/2.83	c INFO: collected features for HOME/instance-3317800-1304271047.cnf in 2.20 s
2.49/2.85	c INFO: running lingeling-276@0 for 97 with 4797 remaining (b = 0.30)
2.49/2.88	c INFO: running cryptominisat-2.9.0@0 for 485 with 4797 remaining (b = 0.33)
2.58/2.90	c INFO: running lingeling-276@0 for 582 with 4797 remaining (b = 0.38)
2.58/2.93	c INFO: running lingeling-276@0 for 1261 with 4797 remaining (b = 0.44)
25.04/10.44	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-3317800-1304271047/watcher-3317800-1304271047 -o /tmp/evaluation-result-3317800-1304271047/solver-3317800-1304271047 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317800-1304271047.cnf -seed 1754488358 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.13 7.86 6.77 6/210 26405
/proc/meminfo: memFree=23684120/32951124 swapFree=67111448/67111528
[pid=26405] ppid=26403 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/26405/stat : 26405 (python) S 26403 26405 25680 0 -1 4202496 791 0 0 0 0 0 0 0 17 0 1 0 538705180 15749120 679 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809163776 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/26405/statm: 3845 679 322 364 0 332 0

[startup+0.0662711 s]
/proc/loadavg: 8.13 7.86 6.77 6/210 26405
/proc/meminfo: memFree=23684120/32951124 swapFree=67111448/67111528
[pid=26405] ppid=26403 vsize=36512 CPUtime=0.03 cores=0,2,4,6
/proc/26405/stat : 26405 (python) R 26403 26405 25680 0 -1 4202496 1576 0 0 0 3 0 0 0 17 0 1 0 538705180 37388288 1411 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809163776 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26405/statm: 9128 1411 452 364 0 945 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36512

[startup+0.100263 s]
/proc/loadavg: 8.13 7.86 6.77 6/210 26405
/proc/meminfo: memFree=23684120/32951124 swapFree=67111448/67111528
[pid=26405] ppid=26403 vsize=93964 CPUtime=0.05 cores=0,2,4,6
/proc/26405/stat : 26405 (python) S 26403 26405 25680 0 -1 4202496 2695 0 0 0 4 1 0 0 17 0 1 0 538705180 96219136 2407 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809163776 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/26405/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93964

[startup+0.300224 s]
/proc/loadavg: 8.13 7.86 6.77 6/210 26405
/proc/meminfo: memFree=23684120/32951124 swapFree=67111448/67111528
[pid=26405] ppid=26403 vsize=135752 CPUtime=0.16 cores=0,2,4,6
/proc/26405/stat : 26405 (python) S 26403 26405 25680 0 -1 4202496 5959 933 1 0 12 4 0 0 18 0 1 0 538705180 139010048 4150 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809161733 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/26405/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135752

[startup+0.700127 s]
/proc/loadavg: 8.13 7.86 6.77 6/210 26405
/proc/meminfo: memFree=23684120/32951124 swapFree=67111448/67111528
[pid=26405] ppid=26403 vsize=283268 CPUtime=0.4 cores=0,2,4,6
/proc/26405/stat : 26405 (python) R 26403 26405 25680 0 -1 4202496 10456 933 1 0 33 7 0 0 17 0 1 0 538705180 290066432 8141 33554432000 4194304 5683644 140736536228896 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26405/statm: 70825 8142 1761 364 0 6749 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 283268

[startup+1.50101 s]
/proc/loadavg: 7.96 7.83 6.77 7/211 26410
/proc/meminfo: memFree=23650944/32951124 swapFree=67111448/67111528
[pid=26405] ppid=26403 vsize=288452 CPUtime=1.19 cores=0,2,4,6
/proc/26405/stat : 26405 (python) R 26403 26405 25680 0 -1 4202496 13727 933 1 0 112 7 0 0 18 0 1 0 538705180 295374848 9497 33554432000 4194304 5683644 140736536228896 18446744073709551615 47097356896704 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26405/statm: 72113 9497 1826 364 0 8037 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 288452

[startup+3.10065 s]
/proc/loadavg: 7.96 7.83 6.77 7/211 26410
/proc/meminfo: memFree=23650328/32951124 swapFree=67111448/67111528
[pid=26405] ppid=26403 vsize=324456 CPUtime=2.62 cores=0,2,4,6
/proc/26405/stat : 26405 (python) S 26403 26405 25680 0 -1 4202496 16575 933 1 0 254 8 0 0 24 0 5 0 538705180 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26405/statm: 81114 8310 1881 364 0 17023 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 324456

[startup+6.30107 s]
/proc/loadavg: 8.05 7.85 6.78 10/223 26422
/proc/meminfo: memFree=23573488/32951124 swapFree=67111448/67111528
[pid=26405] ppid=26403 vsize=324456 CPUtime=2.62 cores=0,2,4,6
/proc/26405/stat : 26405 (python) S 26403 26405 25680 0 -1 4202496 16575 933 1 0 254 8 0 0 24 0 5 0 538705180 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26405/statm: 81114 8310 1881 364 0 17023 0
[pid=26411] ppid=26405 vsize=284108 CPUtime=0 cores=0,2,4,6
/proc/26411/stat : 26411 (python) S 26405 26405 25680 0 -1 4202560 814 0 0 0 0 0 0 0 18 0 1 0 538705466 290926592 6702 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809185807 0 0 16781312 514 4207912092776235266 0 0 17 0 0 0 0
/proc/26411/statm: 71027 6702 360 364 0 6945 0
[pid=26413] ppid=26411 vsize=9668 CPUtime=3.4 cores=0,2,4,6
/proc/26413/stat : 26413 (lingeling) R 26411 26413 26413 0 -1 4202496 4086 0 0 0 340 0 0 0 25 0 1 0 538705467 9900032 1587 33554432000 4194304 4352236 140736200916592 18446744073709551615 4276648 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/26413/statm: 2417 1587 129 39 0 1497 0
[pid=26414] ppid=26405 vsize=294228 CPUtime=0 cores=0,2,4,6
/proc/26414/stat : 26414 (python) S 26405 26405 25680 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 538705468 301289472 6767 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809185862 0 0 16781312 514 15347761759024808196 0 0 17 2 0 0 0
/proc/26414/statm: 73557 6767 349 364 0 9472 0
[pid=26416] ppid=26414 vsize=66272 CPUtime=1.75 cores=0,2,4,6
/proc/26416/stat : 26416 (cryptominisat-2) R 26414 26416 26416 0 -1 4202496 10258 0 0 0 174 1 0 0 25 0 1 0 538705469 67862528 9164 33554432000 4194304 4677096 140737302736736 18446744073709551615 4319772 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26416/statm: 16568 9164 387 118 0 11527 0
[pid=26417] ppid=26405 vsize=304484 CPUtime=0 cores=0,2,4,6
/proc/26417/stat : 26417 (python) S 26405 26405 25680 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 538705471 311791616 6771 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809185862 0 0 16781312 514 4207915941066932484 0 0 17 0 0 0 0
/proc/26417/statm: 76121 6771 349 364 0 12033 0
[pid=26421] ppid=26417 vsize=9532 CPUtime=3.36 cores=0,2,4,6
/proc/26421/stat : 26421 (lingeling) R 26417 26421 26421 0 -1 4202496 3942 0 0 0 336 0 0 0 25 0 1 0 538705474 9760768 1553 33554432000 4194304 4352236 140736158101008 18446744073709551615 4328039 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/26421/statm: 2383 1553 129 39 0 1463 0
[pid=26419] ppid=26405 vsize=314696 CPUtime=0 cores=0,2,4,6
/proc/26419/stat : 26419 (python) S 26405 26405 25680 0 -1 4202560 758 0 0 0 0 0 0 0 18 0 1 0 538705473 322248704 6775 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809185862 0 0 16781312 514 4091533734778470657 0 0 17 0 0 0 0
/proc/26419/statm: 78674 6775 349 364 0 14583 0
[pid=26422] ppid=26419 vsize=8400 CPUtime=1.64 cores=0,2,4,6
/proc/26422/stat : 26422 (lingeling) R 26419 26422 26422 0 -1 4202496 3368 0 0 0 164 0 0 0 25 0 1 0 538705474 8601600 1269 33554432000 4194304 4352236 140734444208752 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/26422/statm: 2100 1269 129 39 0 1180 0
[pid=26405/tid=26412] ppid=26403 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/26405/task/26412/stat : 26412 (python) S 26403 26405 25680 0 -1 4202560 25 933 0 0 0 0 0 0 23 0 5 0 538705466 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
[pid=26405/tid=26415] ppid=26403 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/26405/task/26415/stat : 26415 (python) S 26403 26405 25680 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 5 0 538705469 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 2 0 0 0
[pid=26405/tid=26418] ppid=26403 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/26405/task/26418/stat : 26418 (python) S 26403 26405 25680 0 -1 4202560 41 933 0 0 0 0 0 0 22 0 5 0 538705471 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
[pid=26405/tid=26420] ppid=26403 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/26405/task/26420/stat : 26420 (python) S 26403 26405 25680 0 -1 4202560 24 933 0 0 0 0 0 0 24 0 5 0 538705474 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.77
Current children cumulated vsize (KiB) 1615844

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

[startup+7.90077 s]
/proc/loadavg: 8.05 7.85 6.78 10/223 26422
/proc/meminfo: memFree=23570016/32951124 swapFree=67111448/67111528
[pid=26405] ppid=26403 vsize=324456 CPUtime=2.62 cores=0,2,4,6
/proc/26405/stat : 26405 (python) S 26403 26405 25680 0 -1 4202496 16575 933 1 0 254 8 0 0 24 0 5 0 538705180 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26405/statm: 81114 8310 1881 364 0 17023 0
[pid=26411] ppid=26405 vsize=284108 CPUtime=0 cores=0,2,4,6
/proc/26411/stat : 26411 (python) S 26405 26405 25680 0 -1 4202560 981 0 0 0 0 0 0 0 18 0 1 0 538705466 290926592 6725 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809185807 0 0 16781312 514 4207912092776235266 0 0 17 0 0 0 0
/proc/26411/statm: 71027 6725 383 364 0 6945 0
[pid=26413] ppid=26411 vsize=10832 CPUtime=4.99 cores=0,2,4,6
/proc/26413/stat : 26413 (lingeling) R 26411 26413 26413 0 -1 4202496 4407 0 0 0 499 0 0 0 25 0 1 0 538705467 11091968 1908 33554432000 4194304 4352236 140736200916592 18446744073709551615 4309119 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/26413/statm: 2708 1908 129 39 0 1788 0
[pid=26414] ppid=26405 vsize=294228 CPUtime=0 cores=0,2,4,6
/proc/26414/stat : 26414 (python) S 26405 26405 25680 0 -1 4202560 900 0 0 0 0 0 0 0 15 0 1 0 538705468 301289472 6790 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809185862 0 0 16781312 514 15347761759024808196 0 0 17 2 0 0 0
/proc/26414/statm: 73557 6790 372 364 0 9472 0
[pid=26416] ppid=26414 vsize=66504 CPUtime=2.55 cores=0,2,4,6
/proc/26416/stat : 26416 (cryptominisat-2) R 26414 26416 26416 0 -1 4202496 10399 0 0 0 254 1 0 0 25 0 1 0 538705469 68100096 9305 33554432000 4194304 4677096 140737302736736 18446744073709551615 4337650 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26416/statm: 16626 9305 387 118 0 11585 0
[pid=26417] ppid=26405 vsize=304484 CPUtime=0 cores=0,2,4,6
/proc/26417/stat : 26417 (python) S 26405 26405 25680 0 -1 4202560 895 0 0 0 0 0 0 0 18 0 1 0 538705471 311791616 6794 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809185862 0 0 16781312 514 4207915941066932484 0 0 17 0 0 0 0
/proc/26417/statm: 76121 6794 372 364 0 12033 0
[pid=26421] ppid=26417 vsize=10136 CPUtime=4.95 cores=0,2,4,6
/proc/26421/stat : 26421 (lingeling) R 26417 26421 26421 0 -1 4202496 4125 0 0 0 495 0 0 0 25 0 1 0 538705474 10379264 1736 33554432000 4194304 4352236 140736158101008 18446744073709551615 4267594 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/26421/statm: 2534 1736 129 39 0 1614 0
[pid=26419] ppid=26405 vsize=314696 CPUtime=0 cores=0,2,4,6
/proc/26419/stat : 26419 (python) S 26405 26405 25680 0 -1 4202560 932 0 0 0 0 0 0 0 18 0 1 0 538705473 322248704 6797 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809185862 0 0 16781312 514 4091533734778503167 0 0 17 0 0 0 0
/proc/26419/statm: 78674 6797 371 364 0 14583 0
[pid=26422] ppid=26419 vsize=10168 CPUtime=2.44 cores=0,2,4,6
/proc/26422/stat : 26422 (lingeling) R 26419 26422 26422 0 -1 4202496 3810 0 0 0 244 0 0 0 25 0 1 0 538705474 10412032 1711 33554432000 4194304 4352236 140734444208752 18446744073709551615 4209247 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/26422/statm: 2542 1711 129 39 0 1622 0
[pid=26405/tid=26412] ppid=26403 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/26405/task/26412/stat : 26412 (python) S 26403 26405 25680 0 -1 4202560 25 933 0 0 0 0 0 0 23 0 5 0 538705466 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
[pid=26405/tid=26415] ppid=26403 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/26405/task/26415/stat : 26415 (python) S 26403 26405 25680 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 5 0 538705469 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 2 0 0 0
[pid=26405/tid=26418] ppid=26403 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/26405/task/26418/stat : 26418 (python) S 26403 26405 25680 0 -1 4202560 41 933 0 0 0 0 0 0 22 0 5 0 538705471 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
[pid=26405/tid=26420] ppid=26403 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/26405/task/26420/stat : 26420 (python) S 26403 26405 25680 0 -1 4202560 24 933 0 0 0 0 0 0 24 0 5 0 538705474 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.55
Current children cumulated vsize (KiB) 1619612

[startup+9.50148 s]
/proc/loadavg: 8.05 7.85 6.78 10/223 26422
/proc/meminfo: memFree=23565936/32951124 swapFree=67111448/67111528
[pid=26405] ppid=26403 vsize=324456 CPUtime=2.62 cores=0,2,4,6
/proc/26405/stat : 26405 (python) S 26403 26405 25680 0 -1 4202496 16575 933 1 0 254 8 0 0 24 0 5 0 538705180 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26405/statm: 81114 8310 1881 364 0 17023 0
[pid=26411] ppid=26405 vsize=284108 CPUtime=0 cores=0,2,4,6
/proc/26411/stat : 26411 (python) S 26405 26405 25680 0 -1 4202560 981 0 0 0 0 0 0 0 18 0 1 0 538705466 290926592 6725 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809185807 0 0 16781312 514 4207912092776235266 0 0 17 0 0 0 0
/proc/26411/statm: 71027 6725 383 364 0 6945 0
[pid=26413] ppid=26411 vsize=10688 CPUtime=6.58 cores=0,2,4,6
/proc/26413/stat : 26413 (lingeling) R 26411 26413 26413 0 -1 4202496 4407 0 0 0 658 0 0 0 25 0 1 0 538705467 10944512 1872 33554432000 4194304 4352236 140736200916592 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/26413/statm: 2672 1872 129 39 0 1752 0
[pid=26414] ppid=26405 vsize=294228 CPUtime=0 cores=0,2,4,6
/proc/26414/stat : 26414 (python) S 26405 26405 25680 0 -1 4202560 900 0 0 0 0 0 0 0 15 0 1 0 538705468 301289472 6790 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809185862 0 0 16781312 514 15347761759024808196 0 0 17 2 0 0 0
/proc/26414/statm: 73557 6790 372 364 0 9472 0
[pid=26416] ppid=26414 vsize=66756 CPUtime=3.35 cores=0,2,4,6
/proc/26416/stat : 26416 (cryptominisat-2) R 26414 26416 26416 0 -1 4202496 10660 0 0 0 334 1 0 0 25 0 1 0 538705469 68358144 9362 33554432000 4194304 4677096 140737302736736 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26416/statm: 16689 9362 387 118 0 11648 0
[pid=26417] ppid=26405 vsize=304484 CPUtime=0 cores=0,2,4,6
/proc/26417/stat : 26417 (python) S 26405 26405 25680 0 -1 4202560 895 0 0 0 0 0 0 0 18 0 1 0 538705471 311791616 6794 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809185862 0 0 16781312 514 4207915941066932484 0 0 17 0 0 0 0
/proc/26417/statm: 76121 6794 372 364 0 12033 0
[pid=26421] ppid=26417 vsize=11400 CPUtime=6.55 cores=0,2,4,6
/proc/26421/stat : 26421 (lingeling) R 26417 26421 26421 0 -1 4202496 4445 0 0 0 655 0 0 0 25 0 1 0 538705474 11673600 2020 33554432000 4194304 4352236 140736158101008 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/26421/statm: 2850 2020 129 39 0 1930 0
[pid=26419] ppid=26405 vsize=314696 CPUtime=0 cores=0,2,4,6
/proc/26419/stat : 26419 (python) S 26405 26405 25680 0 -1 4202560 932 0 0 0 0 0 0 0 18 0 1 0 538705473 322248704 6797 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809185862 0 0 16781312 514 4091533734778470657 0 0 17 0 0 0 0
/proc/26419/statm: 78674 6797 371 364 0 14583 0
[pid=26422] ppid=26419 vsize=9624 CPUtime=3.24 cores=0,2,4,6
/proc/26422/stat : 26422 (lingeling) R 26419 26422 26422 0 -1 4202496 3896 0 0 0 324 0 0 0 25 0 1 0 538705474 9854976 1575 33554432000 4194304 4352236 140734444208752 18446744073709551615 4329244 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/26422/statm: 2406 1575 129 39 0 1486 0
[pid=26405/tid=26412] ppid=26403 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/26405/task/26412/stat : 26412 (python) S 26403 26405 25680 0 -1 4202560 25 933 0 0 0 0 0 0 23 0 5 0 538705466 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
[pid=26405/tid=26415] ppid=26403 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/26405/task/26415/stat : 26415 (python) S 26403 26405 25680 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 5 0 538705469 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 2 0 0 0
[pid=26405/tid=26418] ppid=26403 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/26405/task/26418/stat : 26418 (python) S 26403 26405 25680 0 -1 4202560 41 933 0 0 0 0 0 0 22 0 5 0 538705471 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
[pid=26405/tid=26420] ppid=26403 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/26405/task/26420/stat : 26420 (python) S 26403 26405 25680 0 -1 4202560 24 933 0 0 0 0 0 0 24 0 5 0 538705474 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.34
Current children cumulated vsize (KiB) 1620440

[startup+9.90741 s]
/proc/loadavg: 8.05 7.85 6.78 10/223 26422
/proc/meminfo: memFree=23562588/32951124 swapFree=67111448/67111528
[pid=26405] ppid=26403 vsize=324456 CPUtime=2.62 cores=0,2,4,6
/proc/26405/stat : 26405 (python) S 26403 26405 25680 0 -1 4202496 16575 933 1 0 254 8 0 0 24 0 5 0 538705180 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26405/statm: 81114 8310 1881 364 0 17023 0
[pid=26411] ppid=26405 vsize=284108 CPUtime=0 cores=0,2,4,6
/proc/26411/stat : 26411 (python) S 26405 26405 25680 0 -1 4202560 981 0 0 0 0 0 0 0 18 0 1 0 538705466 290926592 6725 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809185807 0 0 16781312 514 4207912092776235266 0 0 17 0 0 0 0
/proc/26411/statm: 71027 6725 383 364 0 6945 0
[pid=26413] ppid=26411 vsize=10964 CPUtime=6.98 cores=0,2,4,6
/proc/26413/stat : 26413 (lingeling) R 26411 26413 26413 0 -1 4202496 4446 0 0 0 698 0 0 0 25 0 1 0 538705467 11227136 1911 33554432000 4194304 4352236 140736200916592 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/26413/statm: 2741 1911 129 39 0 1821 0
[pid=26414] ppid=26405 vsize=294228 CPUtime=0 cores=0,2,4,6
/proc/26414/stat : 26414 (python) S 26405 26405 25680 0 -1 4202560 900 0 0 0 0 0 0 0 15 0 1 0 538705468 301289472 6790 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809185862 0 0 16781312 514 15347761759024808196 0 0 17 2 0 0 0
/proc/26414/statm: 73557 6790 372 364 0 9472 0
[pid=26416] ppid=26414 vsize=66756 CPUtime=3.56 cores=0,2,4,6
/proc/26416/stat : 26416 (cryptominisat-2) R 26414 26416 26416 0 -1 4202496 10686 0 0 0 355 1 0 0 25 0 1 0 538705469 68358144 9388 33554432000 4194304 4677096 140737302736736 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26416/statm: 16689 9388 387 118 0 11648 0
[pid=26417] ppid=26405 vsize=304484 CPUtime=0 cores=0,2,4,6
/proc/26417/stat : 26417 (python) S 26405 26405 25680 0 -1 4202560 895 0 0 0 0 0 0 0 18 0 1 0 538705471 311791616 6794 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809185862 0 0 16781312 514 4207915941066932484 0 0 17 0 0 0 0
/proc/26417/statm: 76121 6794 372 364 0 12033 0
[pid=26421] ppid=26417 vsize=11400 CPUtime=6.95 cores=0,2,4,6
/proc/26421/stat : 26421 (lingeling) R 26417 26421 26421 0 -1 4202496 4445 0 0 0 695 0 0 0 25 0 1 0 538705474 11673600 2020 33554432000 4194304 4352236 140736158101008 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/26421/statm: 2850 2020 129 39 0 1930 0
[pid=26419] ppid=26405 vsize=314696 CPUtime=0 cores=0,2,4,6
/proc/26419/stat : 26419 (python) S 26405 26405 25680 0 -1 4202560 932 0 0 0 0 0 0 0 18 0 1 0 538705473 322248704 6797 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809185862 0 0 16781312 514 4091533734778470657 0 0 17 0 0 0 0
/proc/26419/statm: 78674 6797 371 364 0 14583 0
[pid=26422] ppid=26419 vsize=9624 CPUtime=3.44 cores=0,2,4,6
/proc/26422/stat : 26422 (lingeling) R 26419 26422 26422 0 -1 4202496 3896 0 0 0 344 0 0 0 25 0 1 0 538705474 9854976 1575 33554432000 4194304 4352236 140734444208752 18446744073709551615 4328102 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/26422/statm: 2406 1575 129 39 0 1486 0
[pid=26405/tid=26412] ppid=26403 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/26405/task/26412/stat : 26412 (python) S 26403 26405 25680 0 -1 4202560 25 933 0 0 0 0 0 0 23 0 5 0 538705466 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
[pid=26405/tid=26415] ppid=26403 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/26405/task/26415/stat : 26415 (python) S 26403 26405 25680 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 5 0 538705469 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 2 0 0 0
[pid=26405/tid=26418] ppid=26403 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/26405/task/26418/stat : 26418 (python) S 26403 26405 25680 0 -1 4202560 41 933 0 0 0 0 0 0 22 0 5 0 538705471 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
[pid=26405/tid=26420] ppid=26403 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/26405/task/26420/stat : 26420 (python) S 26403 26405 25680 0 -1 4202560 24 933 0 0 0 0 0 0 24 0 5 0 538705474 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.55
Current children cumulated vsize (KiB) 1620716

[startup+10.3013 s]
/proc/loadavg: 8.05 7.85 6.78 10/223 26422
/proc/meminfo: memFree=23562588/32951124 swapFree=67111448/67111528
[pid=26405] ppid=26403 vsize=324456 CPUtime=2.62 cores=0,2,4,6
/proc/26405/stat : 26405 (python) S 26403 26405 25680 0 -1 4202496 16575 933 1 0 254 8 0 0 24 0 5 0 538705180 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26405/statm: 81114 8310 1881 364 0 17023 0
[pid=26411] ppid=26405 vsize=284108 CPUtime=0 cores=0,2,4,6
/proc/26411/stat : 26411 (python) S 26405 26405 25680 0 -1 4202560 981 0 0 0 0 0 0 0 18 0 1 0 538705466 290926592 6725 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809185807 0 0 16781312 514 4207912092776235266 0 0 17 0 0 0 0
/proc/26411/statm: 71027 6725 383 364 0 6945 0
[pid=26413] ppid=26411 vsize=10964 CPUtime=7.37 cores=0,2,4,6
/proc/26413/stat : 26413 (lingeling) R 26411 26413 26413 0 -1 4202496 4446 0 0 0 737 0 0 0 25 0 1 0 538705467 11227136 1911 33554432000 4194304 4352236 140736200916592 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/26413/statm: 2741 1911 129 39 0 1821 0
[pid=26414] ppid=26405 vsize=294228 CPUtime=0 cores=0,2,4,6
/proc/26414/stat : 26414 (python) S 26405 26405 25680 0 -1 4202560 900 0 0 0 0 0 0 0 15 0 1 0 538705468 301289472 6790 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809185862 0 0 16781312 514 15347761759024808196 0 0 17 2 0 0 0
/proc/26414/statm: 73557 6790 372 364 0 9472 0
[pid=26416] ppid=26414 vsize=66824 CPUtime=3.75 cores=0,2,4,6
/proc/26416/stat : 26416 (cryptominisat-2) R 26414 26416 26416 0 -1 4202496 10868 0 0 0 374 1 0 0 25 0 1 0 538705469 68427776 9313 33554432000 4194304 4677096 140737302736736 18446744073709551615 4337621 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26416/statm: 16706 9313 387 118 0 11665 0
[pid=26417] ppid=26405 vsize=304484 CPUtime=0 cores=0,2,4,6
/proc/26417/stat : 26417 (python) S 26405 26405 25680 0 -1 4202560 895 0 0 0 0 0 0 0 18 0 1 0 538705471 311791616 6794 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809185862 0 0 16781312 514 4207915941066932484 0 0 17 0 0 0 0
/proc/26417/statm: 76121 6794 372 364 0 12033 0
[pid=26421] ppid=26417 vsize=11400 CPUtime=7.35 cores=0,2,4,6
/proc/26421/stat : 26421 (lingeling) R 26417 26421 26421 0 -1 4202496 4445 0 0 0 735 0 0 0 25 0 1 0 538705474 11673600 2020 33554432000 4194304 4352236 140736158101008 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/26421/statm: 2850 2020 129 39 0 1930 0
[pid=26419] ppid=26405 vsize=314696 CPUtime=0 cores=0,2,4,6
/proc/26419/stat : 26419 (python) S 26405 26405 25680 0 -1 4202560 932 0 0 0 0 0 0 0 18 0 1 0 538705473 322248704 6797 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809185862 0 0 16781312 514 4091533734778470657 0 0 17 0 0 0 0
/proc/26419/statm: 78674 6797 371 364 0 14583 0
[pid=26422] ppid=26419 vsize=9624 CPUtime=3.64 cores=0,2,4,6
/proc/26422/stat : 26422 (lingeling) R 26419 26422 26422 0 -1 4202496 3896 0 0 0 364 0 0 0 25 0 1 0 538705474 9854976 1575 33554432000 4194304 4352236 140734444208752 18446744073709551615 4328304 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/26422/statm: 2406 1575 129 39 0 1486 0
[pid=26405/tid=26412] ppid=26403 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/26405/task/26412/stat : 26412 (python) S 26403 26405 25680 0 -1 4202560 25 933 0 0 0 0 0 0 23 0 5 0 538705466 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
[pid=26405/tid=26415] ppid=26403 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/26405/task/26415/stat : 26415 (python) S 26403 26405 25680 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 5 0 538705469 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 2 0 0 0
[pid=26405/tid=26418] ppid=26403 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/26405/task/26418/stat : 26418 (python) S 26403 26405 25680 0 -1 4202560 41 933 0 0 0 0 0 0 22 0 5 0 538705471 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
[pid=26405/tid=26420] ppid=26403 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/26405/task/26420/stat : 26420 (python) S 26403 26405 25680 0 -1 4202560 24 933 0 0 0 0 0 0 24 0 5 0 538705474 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.73
Current children cumulated vsize (KiB) 1620784

[startup+10.4013 s]
/proc/loadavg: 8.05 7.85 6.78 10/223 26422
/proc/meminfo: memFree=23562588/32951124 swapFree=67111448/67111528
[pid=26405] ppid=26403 vsize=324456 CPUtime=2.62 cores=0,2,4,6
/proc/26405/stat : 26405 (python) S 26403 26405 25680 0 -1 4202496 16575 933 1 0 254 8 0 0 24 0 5 0 538705180 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26405/statm: 81114 8310 1881 364 0 17023 0
[pid=26411] ppid=26405 vsize=284108 CPUtime=0 cores=0,2,4,6
/proc/26411/stat : 26411 (python) S 26405 26405 25680 0 -1 4202560 981 0 0 0 0 0 0 0 18 0 1 0 538705466 290926592 6725 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809185807 0 0 16781312 514 4207912092776235266 0 0 17 0 0 0 0
/proc/26411/statm: 71027 6725 383 364 0 6945 0
[pid=26413] ppid=26411 vsize=10964 CPUtime=7.47 cores=0,2,4,6
/proc/26413/stat : 26413 (lingeling) R 26411 26413 26413 0 -1 4202496 4446 0 0 0 747 0 0 0 25 0 1 0 538705467 11227136 1911 33554432000 4194304 4352236 140736200916592 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/26413/statm: 2741 1911 129 39 0 1821 0
[pid=26414] ppid=26405 vsize=294228 CPUtime=0 cores=0,2,4,6
/proc/26414/stat : 26414 (python) S 26405 26405 25680 0 -1 4202560 900 0 0 0 0 0 0 0 15 0 1 0 538705468 301289472 6790 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809185862 0 0 16781312 514 15347761759024808196 0 0 17 2 0 0 0
/proc/26414/statm: 73557 6790 372 364 0 9472 0
[pid=26416] ppid=26414 vsize=66824 CPUtime=3.81 cores=0,2,4,6
/proc/26416/stat : 26416 (cryptominisat-2) R 26414 26416 26416 0 -1 4202496 10874 0 0 0 380 1 0 0 25 0 1 0 538705469 68427776 9319 33554432000 4194304 4677096 140737302736736 18446744073709551615 4359260 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26416/statm: 16706 9319 387 118 0 11665 0
[pid=26417] ppid=26405 vsize=304484 CPUtime=0 cores=0,2,4,6
/proc/26417/stat : 26417 (python) S 26405 26405 25680 0 -1 4202560 895 0 0 0 0 0 0 0 18 0 1 0 538705471 311791616 6794 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809185862 0 0 16781312 514 4207915941066932484 0 0 17 0 0 0 0
/proc/26417/statm: 76121 6794 372 364 0 12033 0
[pid=26421] ppid=26417 vsize=11400 CPUtime=7.45 cores=0,2,4,6
/proc/26421/stat : 26421 (lingeling) R 26417 26421 26421 0 -1 4202496 4445 0 0 0 745 0 0 0 25 0 1 0 538705474 11673600 2020 33554432000 4194304 4352236 140736158101008 18446744073709551615 4328854 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/26421/statm: 2850 2020 129 39 0 1930 0
[pid=26419] ppid=26405 vsize=314696 CPUtime=0 cores=0,2,4,6
/proc/26419/stat : 26419 (python) S 26405 26405 25680 0 -1 4202560 932 0 0 0 0 0 0 0 18 0 1 0 538705473 322248704 6797 33554432000 4194304 5683644 140736536228896 18446744073709551615 230809185862 0 0 16781312 514 4091533734778470657 0 0 17 0 0 0 0
/proc/26419/statm: 78674 6797 371 364 0 14583 0
[pid=26422] ppid=26419 vsize=9624 CPUtime=3.69 cores=0,2,4,6
/proc/26422/stat : 26422 (lingeling) R 26419 26422 26422 0 -1 4202496 3896 0 0 0 369 0 0 0 25 0 1 0 538705474 9854976 1575 33554432000 4194304 4352236 140734444208752 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/26422/statm: 2406 1575 129 39 0 1486 0
[pid=26405/tid=26412] ppid=26403 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/26405/task/26412/stat : 26412 (python) S 26403 26405 25680 0 -1 4202560 25 933 0 0 0 0 0 0 23 0 5 0 538705466 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
[pid=26405/tid=26415] ppid=26403 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/26405/task/26415/stat : 26415 (python) S 26403 26405 25680 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 5 0 538705469 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 2 0 0 0
[pid=26405/tid=26418] ppid=26403 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/26405/task/26418/stat : 26418 (python) S 26403 26405 25680 0 -1 4202560 41 933 0 0 0 0 0 0 22 0 5 0 538705471 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
[pid=26405/tid=26420] ppid=26403 vsize=324456 CPUtime=0 cores=0,2,4,6
/proc/26405/task/26420/stat : 26420 (python) S 26403 26405 25680 0 -1 4202560 24 933 0 0 0 0 0 0 24 0 5 0 538705474 332242944 8310 33554432000 4194304 5683644 140736536228896 18446744073709551615 230820989361 0 0 16781312 2 18446604453877869568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 1620784

Child status: 0
Real time (s): 10.4702
CPU time (s): 25.2862
CPU user time (s): 25.1342
CPU system time (s): 0.151976
CPU usage (%): 241.506
Max. virtual memory (cumulated for all children) (KiB): 1621236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.1342
system time used= 0.151976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50754
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= 3062
involuntary context switches= 256

runsolver used 0.014997 second user time and 0.052991 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-01 19:30:47
IDJOB=3317800
IDBENCH=84953
IDSOLVER=1706
FILE ID=node104/3317800-1304271047
RUNJOBID= node104-1304267294-25698
PBS_JOBID= 13173974
Free space on /tmp= 72744 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT04/industrial/hoonsang/vis-bmc/dekker.used-as.sat04-989.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-3317800-1304271047/watcher-3317800-1304271047 -o /tmp/evaluation-result-3317800-1304271047/solver-3317800-1304271047 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317800-1304271047.cnf -seed 1754488358 -budget 4800 -cores 4

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

MD5SUM BENCH= aed38f764725bc435a811b081bc99da2
RANDOM SEED=1754488358

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23684276 kB
Buffers:        451428 kB
Cached:        1399700 kB
SwapCached:         80 kB
Active:        7334544 kB
Inactive:      1495364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23684276 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           32672 kB
Writeback:           0 kB
AnonPages:     6978800 kB
Mapped:          24876 kB
Slab:           352172 kB
PageTables:      24828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  8738944 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= 72712 MiB
End job on node104 at 2011-05-01 19:30:58