Trace number 3317669

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 253.035 208.126

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 benchmark3.97739
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.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.46	c INFO: solving HOME/instance-3317669-1307741615.cnf
0.31/0.46	c INFO: computing task features
4.40/4.53	c INFO: computed variable-clause graph statistics
4.50/4.66	c INFO: computed clause balance statistics
23.09/23.23	c INFO: computed variable balance statistics
35.39/35.54	c INFO: computed small-clause counts
35.80/35.98	c INFO: computed Horn-clause counts
192.79/192.94	c INFO: computed variable graph statistics
192.79/192.94	c INFO: collected features for HOME/instance-3317669-1307741615.cnf in 192.36 s
192.79/192.97	c INFO: running lingeling-276@0 for 194 with 4607 remaining (b = 0.83)
192.79/192.99	c INFO: running lingeling-276@0 for 97 with 4607 remaining (b = 0.67)
192.89/193.02	c INFO: running cryptominisat-2.9.0@0 for 485 with 4607 remaining (b = 0.45)
192.89/193.05	c INFO: running lingeling-276@0 for 970 with 4607 remaining (b = 0.47)
252.71/208.06	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3317669-1307741615/watcher-3317669-1307741615 -o /tmp/evaluation-result-3317669-1307741615/solver-3317669-1307741615 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317669-1307741615.cnf -seed 738246152 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 0.61 0.13 0.04 3/177 12499
/proc/meminfo: memFree=31905720/32950940 swapFree=67074964/67111528
[pid=12499] ppid=12497 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/12499/stat : 12499 (python) R 12497 12499 12394 0 -1 4202496 808 0 0 0 0 0 0 0 22 0 1 0 964392437 15753216 692 33554432000 4194304 5683644 140737200683344 18446744073709551615 4309344 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/12499/statm: 3846 693 332 364 0 333 0

[startup+0.070363 s]
/proc/loadavg: 0.61 0.13 0.04 3/177 12499
/proc/meminfo: memFree=31905720/32950940 swapFree=67074964/67111528
[pid=12499] ppid=12497 vsize=54540 CPUtime=0.05 cores=1,3,5,7
/proc/12499/stat : 12499 (python) S 12497 12499 12394 0 -1 4202496 2073 0 0 0 4 1 0 0 23 0 1 0 964392437 55848960 1828 33554432000 4194304 5683644 140737200683344 18446744073709551615 215988590592 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/12499/statm: 13635 1828 492 364 0 1285 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54540

[startup+0.100525 s]
/proc/loadavg: 0.61 0.13 0.04 3/177 12499
/proc/meminfo: memFree=31905720/32950940 swapFree=67074964/67111528
[pid=12499] ppid=12497 vsize=104228 CPUtime=0.07 cores=1,3,5,7
/proc/12499/stat : 12499 (python) S 12497 12499 12394 0 -1 4202496 3072 0 0 0 5 2 0 0 23 0 1 0 964392437 106729472 2751 33554432000 4194304 5683644 140737200683344 18446744073709551615 215988590592 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/12499/statm: 26057 2751 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300307 s]
/proc/loadavg: 0.61 0.13 0.04 3/177 12499
/proc/meminfo: memFree=31905720/32950940 swapFree=67074964/67111528
[pid=12499] ppid=12497 vsize=187692 CPUtime=0.23 cores=1,3,5,7
/proc/12499/stat : 12499 (python) R 12497 12499 12394 0 -1 4202496 6831 931 1 0 16 7 0 0 24 0 1 0 964392437 192196608 4884 33554432000 4194304 5683644 140737200683344 18446744073709551615 215983668871 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/12499/statm: 46923 4884 1399 364 0 3724 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 187692

[startup+0.700233 s]
/proc/loadavg: 0.61 0.13 0.04 3/177 12499
/proc/meminfo: memFree=31905720/32950940 swapFree=67074964/67111528
[pid=12499] ppid=12497 vsize=313692 CPUtime=0.6 cores=1,3,5,7
/proc/12499/stat : 12499 (python) R 12497 12499 12394 0 -1 4202496 18026 931 1 0 50 10 0 0 25 0 1 0 964392437 321220608 15703 33554432000 4194304 5683644 140737200683344 18446744073709551615 215987953414 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/12499/statm: 78423 15703 1761 364 0 14347 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 313692

[startup+1.50009 s]
/proc/loadavg: 0.72 0.16 0.05 3/178 12504
/proc/meminfo: memFree=31828604/32950940 swapFree=67074964/67111528
[pid=12499] ppid=12497 vsize=368468 CPUtime=1.39 cores=1,3,5,7
/proc/12499/stat : 12499 (python) R 12497 12499 12394 0 -1 4202496 31564 931 1 0 127 12 0 0 25 0 1 0 964392437 377311232 29241 33554432000 4194304 5683644 140737200683344 18446744073709551615 4602441 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/12499/statm: 92117 29241 1761 364 0 28041 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 368468

[startup+3.10082 s]
/proc/loadavg: 0.72 0.16 0.05 3/178 12504
/proc/meminfo: memFree=31752220/32950940 swapFree=67074964/67111528
[pid=12499] ppid=12497 vsize=478420 CPUtime=3 cores=1,3,5,7
/proc/12499/stat : 12499 (python) R 12497 12499 12394 0 -1 4202496 56333 931 1 0 284 16 0 0 25 0 1 0 964392437 489902080 54010 33554432000 4194304 5683644 140737200683344 18446744073709551615 47831845468869 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/12499/statm: 119605 54012 1761 364 0 55529 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 478420

[startup+6.30025 s]
/proc/loadavg: 0.72 0.16 0.05 6/190 12517
/proc/meminfo: memFree=31417348/32950940 swapFree=67074964/67111528
[pid=12499] ppid=12497 vsize=522340 CPUtime=6.2 cores=1,3,5,7
/proc/12499/stat : 12499 (python) R 12497 12499 12394 0 -1 4202496 98060 931 1 0 600 20 0 0 25 0 1 0 964392437 534876160 67969 33554432000 4194304 5683644 140737200683344 18446744073709551615 4602408 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/12499/statm: 130585 67969 1826 364 0 66509 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 522340

[startup+12.7001 s]
/proc/loadavg: 1.38 0.32 0.10 6/190 12517
/proc/meminfo: memFree=31344336/32950940 swapFree=67074964/67111528
[pid=12499] ppid=12497 vsize=522340 CPUtime=12.59 cores=1,3,5,7
/proc/12499/stat : 12499 (python) R 12497 12499 12394 0 -1 4202496 98060 931 1 0 1239 20 0 0 25 0 1 0 964392437 534876160 67969 33554432000 4194304 5683644 140737200683344 18446744073709551615 4571056 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/12499/statm: 130585 67969 1826 364 0 66509 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 522340

[startup+25.5009 s]
/proc/loadavg: 1.93 0.47 0.16 6/190 12517
/proc/meminfo: memFree=31293464/32950940 swapFree=67074964/67111528
[pid=12499] ppid=12497 vsize=522340 CPUtime=25.4 cores=1,3,5,7
/proc/12499/stat : 12499 (python) R 12497 12499 12394 0 -1 4202496 98061 931 1 0 2520 20 0 0 25 0 1 0 964392437 534876160 67970 33554432000 4194304 5683644 140737200683344 18446744073709551615 47831845542341 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/12499/statm: 130585 67970 1827 364 0 66509 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 522340

[startup+51.1004 s]
/proc/loadavg: 3.04 0.85 0.29 6/190 12518
/proc/meminfo: memFree=31255932/32950940 swapFree=67074964/67111528
[pid=12499] ppid=12497 vsize=522340 CPUtime=50.99 cores=1,3,5,7
/proc/12499/stat : 12499 (python) R 12497 12499 12394 0 -1 4202496 98067 931 1 0 5079 20 0 0 25 0 1 0 964392437 534876160 67976 33554432000 4194304 5683644 140737200683344 18446744073709551615 47831845288064 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/12499/statm: 130585 67976 1833 364 0 66509 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 522340

[startup+102.305 s]
/proc/loadavg: 2.50 1.12 0.41 2/172 12544
/proc/meminfo: memFree=31807664/32950940 swapFree=67074964/67111528
[pid=12499] ppid=12497 vsize=522340 CPUtime=102.2 cores=1,3,5,7
/proc/12499/stat : 12499 (python) R 12497 12499 12394 0 -1 4202496 98067 931 1 0 10200 20 0 0 25 0 1 0 964392437 534876160 67976 33554432000 4194304 5683644 140737200683344 18446744073709551615 47831845288064 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/12499/statm: 130585 67976 1833 364 0 66509 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 522340

[startup+162.301 s]
/proc/loadavg: 1.55 1.10 0.45 2/172 12546
/proc/meminfo: memFree=31807872/32950940 swapFree=67074964/67111528
[pid=12499] ppid=12497 vsize=522340 CPUtime=162.19 cores=1,3,5,7
/proc/12499/stat : 12499 (python) R 12497 12499 12394 0 -1 4202496 98067 931 1 0 16199 20 0 0 25 0 1 0 964392437 534876160 67976 33554432000 4194304 5683644 140737200683344 18446744073709551615 47831845288076 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/12499/statm: 130585 67976 1833 364 0 66509 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 522340

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

[startup+179.101 s]
/proc/loadavg: 1.43 1.09 0.46 2/172 12546
/proc/meminfo: memFree=31807856/32950940 swapFree=67074964/67111528
[pid=12499] ppid=12497 vsize=522340 CPUtime=178.99 cores=1,3,5,7
/proc/12499/stat : 12499 (python) R 12497 12499 12394 0 -1 4202496 98067 931 1 0 17879 20 0 0 25 0 1 0 964392437 534876160 67976 33554432000 4194304 5683644 140737200683344 18446744073709551615 47831845288064 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/12499/statm: 130585 67976 1833 364 0 66509 0
Current children cumulated CPU time (s) 178.99
Current children cumulated vsize (KiB) 522340

[startup+191.901 s]
/proc/loadavg: 1.33 1.08 0.46 2/172 12546
/proc/meminfo: memFree=31807844/32950940 swapFree=67074964/67111528
[pid=12499] ppid=12497 vsize=522340 CPUtime=191.79 cores=1,3,5,7
/proc/12499/stat : 12499 (python) R 12497 12499 12394 0 -1 4202496 98067 931 1 0 19159 20 0 0 25 0 1 0 964392437 534876160 67976 33554432000 4194304 5683644 140737200683344 18446744073709551615 47831845288076 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/12499/statm: 130585 67976 1833 364 0 66509 0
Current children cumulated CPU time (s) 191.79
Current children cumulated vsize (KiB) 522340

[startup+198.301 s]
/proc/loadavg: 1.54 1.13 0.48 5/184 12559
/proc/meminfo: memFree=31277648/32950940 swapFree=67074964/67111528
[pid=12499] ppid=12497 vsize=544792 CPUtime=192.95 cores=1,3,5,7
/proc/12499/stat : 12499 (python) S 12497 12499 12394 0 -1 4202496 100793 931 1 0 19272 23 0 0 25 0 5 0 964392437 557867008 63394 33554432000 4194304 5683644 140737200683344 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12499/statm: 136198 63394 1881 364 0 72107 0
[pid=12547] ppid=12499 vsize=503780 CPUtime=0.01 cores=1,3,5,7
/proc/12547/stat : 12547 (python) S 12499 12499 12394 0 -1 4202560 984 0 0 0 0 1 0 0 18 0 1 0 964411734 515870720 61878 33554432000 4194304 5683644 140737200683344 18446744073709551615 215988612623 0 0 16781312 514 4591336261515444488 0 0 17 1 0 0 0
/proc/12547/statm: 125945 61878 381 364 0 61863 0
[pid=12549] ppid=12547 vsize=91492 CPUtime=5.28 cores=1,3,5,7
/proc/12549/stat : 12549 (lingeling) R 12547 12549 12549 0 -1 4202496 34622 0 0 0 522 6 0 0 25 0 1 0 964411735 93687808 22041 33554432000 4194304 4352236 140737136116496 18446744073709551615 4228448 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/12549/statm: 22873 22041 127 39 0 21953 0
[pid=12550] ppid=12499 vsize=514036 CPUtime=0.01 cores=1,3,5,7
/proc/12550/stat : 12550 (python) S 12499 12499 12394 0 -1 4202560 930 0 0 0 0 1 0 0 18 0 1 0 964411737 526372864 61871 33554432000 4194304 5683644 140737200683344 18446744073709551615 215988612678 0 0 16781312 514 2720380337656922376 0 0 17 5 0 0 0
/proc/12550/statm: 128509 61871 370 364 0 64424 0
[pid=12553] ppid=12550 vsize=92288 CPUtime=5.28 cores=1,3,5,7
/proc/12553/stat : 12553 (lingeling) R 12550 12553 12553 0 -1 4202496 34793 0 0 0 522 6 0 0 25 0 1 0 964411738 94502912 22240 33554432000 4194304 4352236 140736521834912 18446744073709551615 4230409 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/12553/statm: 23072 22240 127 39 0 22152 0
[pid=12554] ppid=12499 vsize=524292 CPUtime=0.01 cores=1,3,5,7
/proc/12554/stat : 12554 (python) S 12499 12499 12394 0 -1 4202560 907 0 0 0 0 1 0 0 15 0 1 0 964411740 536875008 61875 33554432000 4194304 5683644 140737200683344 18446744073709551615 215988612678 0 0 16781312 514 17322932968376729862 0 0 17 1 0 0 0
/proc/12554/statm: 131073 61875 370 364 0 66985 0
[pid=12556] ppid=12554 vsize=403160 CPUtime=5.24 cores=1,3,5,7
/proc/12556/stat : 12556 (cryptominisat-2) R 12554 12556 12556 0 -1 4202496 80482 0 0 0 512 12 0 0 25 0 1 0 964411740 412835840 71646 33554432000 4194304 4677096 140737428022624 18446744073709551615 4320256 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/12556/statm: 100790 71646 362 118 0 95749 0
[pid=12557] ppid=12499 vsize=534548 CPUtime=0 cores=1,3,5,7
/proc/12557/stat : 12557 (python) S 12499 12499 12394 0 -1 4202560 939 0 0 0 0 0 0 0 18 0 1 0 964411742 547377152 61879 33554432000 4194304 5683644 140737200683344 18446744073709551615 215988612678 0 0 16781312 514 2720372641075527941 0 0 17 5 0 0 0
/proc/12557/statm: 133637 61879 370 364 0 69546 0
[pid=12559] ppid=12557 vsize=91616 CPUtime=5.21 cores=1,3,5,7
/proc/12559/stat : 12559 (lingeling) R 12557 12559 12559 0 -1 4202496 34728 0 0 0 516 5 0 0 25 0 1 0 964411743 93814784 22072 33554432000 4194304 4352236 140736792046400 18446744073709551615 4303472 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/12559/statm: 22904 22072 127 39 0 21984 0
[pid=12499/tid=12548] ppid=12497 vsize=544792 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12548/stat : 12548 (python) S 12497 12499 12394 0 -1 4202560 25 931 0 0 0 0 0 0 25 0 5 0 964411735 557867008 63394 33554432000 4194304 5683644 140737200683344 18446744073709551615 216000416177 0 0 16781312 2 18446604469111313472 0 0 -1 7 0 0 0
[pid=12499/tid=12552] ppid=12497 vsize=544792 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12552/stat : 12552 (python) S 12497 12499 12394 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 5 0 964411738 557867008 63394 33554432000 4194304 5683644 140737200683344 18446744073709551615 216000416177 0 0 16781312 2 18446604469111313472 0 0 -1 3 0 0 0
[pid=12499/tid=12555] ppid=12497 vsize=544792 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12555/stat : 12555 (python) S 12497 12499 12394 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 5 0 964411740 557867008 63394 33554432000 4194304 5683644 140737200683344 18446744073709551615 216000416177 0 0 16781312 2 18446604469111313472 0 0 -1 1 0 0 0
[pid=12499/tid=12558] ppid=12497 vsize=544792 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12558/stat : 12558 (python) S 12497 12499 12394 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 5 0 964411743 557867008 63394 33554432000 4194304 5683644 140737200683344 18446744073709551615 216000416177 0 0 16781312 2 18446604469111313472 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 213.99
Current children cumulated vsize (KiB) 3300004

[startup+204.701 s]
/proc/loadavg: 1.74 1.18 0.50 5/184 12559
/proc/meminfo: memFree=31035588/32950940 swapFree=67074964/67111528

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

/proc/12499/stat : 12499 (python) S 12497 12499 12394 0 -1 4202496 100793 931 1 0 19272 23 0 0 25 0 5 0 964392437 557867008 63394 33554432000 4194304 5683644 140737200683344 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12499/statm: 136198 63394 1881 364 0 72107 0
[pid=12547] ppid=12499 vsize=503780 CPUtime=0.01 cores=1,3,5,7
/proc/12547/stat : 12547 (python) S 12499 12499 12394 0 -1 4202560 987 0 0 0 0 1 0 0 18 0 1 0 964411734 515870720 61878 33554432000 4194304 5683644 140737200683344 18446744073709551615 215988612623 0 0 16781312 514 13050376188956999944 0 0 17 1 0 0 0
/proc/12547/statm: 125945 61878 381 364 0 61863 0
[pid=12549] ppid=12547 vsize=100424 CPUtime=11.64 cores=1,3,5,7
/proc/12549/stat : 12549 (lingeling) R 12547 12549 12549 0 -1 4202496 36855 0 0 0 1158 6 0 0 25 0 1 0 964411735 102834176 24274 33554432000 4194304 4352236 140737136116496 18446744073709551615 4297710 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/12549/statm: 25106 24274 127 39 0 24186 0
[pid=12550] ppid=12499 vsize=514036 CPUtime=0.01 cores=1,3,5,7
/proc/12550/stat : 12550 (python) S 12499 12499 12394 0 -1 4202560 934 0 0 0 0 1 0 0 18 0 1 0 964411737 526372864 61871 33554432000 4194304 5683644 140737200683344 18446744073709551615 215988612678 0 0 16781312 514 13050376188956999944 0 0 17 5 0 0 0
/proc/12550/statm: 128509 61871 370 364 0 64424 0
[pid=12553] ppid=12550 vsize=100688 CPUtime=11.68 cores=1,3,5,7
/proc/12553/stat : 12553 (lingeling) R 12550 12553 12553 0 -1 4202496 36893 0 0 0 1162 6 0 0 25 0 1 0 964411738 103104512 24340 33554432000 4194304 4352236 140736521834912 18446744073709551615 4214833 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/12553/statm: 25172 24340 127 39 0 24252 0
[pid=12554] ppid=12499 vsize=524292 CPUtime=0.01 cores=1,3,5,7
/proc/12554/stat : 12554 (python) S 12499 12499 12394 0 -1 4202560 910 0 0 0 0 1 0 0 15 0 1 0 964411740 536875008 61875 33554432000 4194304 5683644 140737200683344 18446744073709551615 215988612678 0 0 16781312 514 13050376188956999942 0 0 17 1 0 0 0
/proc/12554/statm: 131073 61875 370 364 0 66985 0
[pid=12556] ppid=12554 vsize=652544 CPUtime=11.62 cores=1,3,5,7
/proc/12556/stat : 12556 (cryptominisat-2) R 12554 12556 12556 0 -1 4202496 131072 0 0 0 1143 19 0 0 25 0 1 0 964411740 668205056 122236 33554432000 4194304 4677096 140737428022624 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/12556/statm: 163136 122236 362 118 0 158095 0
[pid=12557] ppid=12499 vsize=534548 CPUtime=0.02 cores=1,3,5,7
/proc/12557/stat : 12557 (python) S 12499 12499 12394 0 -1 4202560 943 0 0 0 1 1 0 0 18 0 1 0 964411742 547377152 61879 33554432000 4194304 5683644 140737200683344 18446744073709551615 215988612678 0 0 16781312 514 13050376188956999941 0 0 17 5 0 0 0
/proc/12557/statm: 133637 61879 370 364 0 69546 0
[pid=12559] ppid=12557 vsize=100776 CPUtime=11.6 cores=1,3,5,7
/proc/12559/stat : 12559 (lingeling) R 12557 12559 12559 0 -1 4202496 37018 0 0 0 1155 5 0 0 25 0 1 0 964411743 103194624 24362 33554432000 4194304 4352236 140736792046400 18446744073709551615 4228410 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/12559/statm: 25194 24362 127 39 0 24274 0
[pid=12499/tid=12548] ppid=12497 vsize=544792 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12548/stat : 12548 (python) S 12497 12499 12394 0 -1 4202560 25 931 0 0 0 0 0 0 25 0 5 0 964411735 557867008 63394 33554432000 4194304 5683644 140737200683344 18446744073709551615 216000416177 0 0 16781312 2 18446604469111313472 0 0 -1 7 0 0 0
[pid=12499/tid=12552] ppid=12497 vsize=544792 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12552/stat : 12552 (python) S 12497 12499 12394 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 5 0 964411738 557867008 63394 33554432000 4194304 5683644 140737200683344 18446744073709551615 216000416177 0 0 16781312 2 18446604469111313472 0 0 -1 3 0 0 0
[pid=12499/tid=12555] ppid=12497 vsize=544792 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12555/stat : 12555 (python) S 12497 12499 12394 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 5 0 964411740 557867008 63394 33554432000 4194304 5683644 140737200683344 18446744073709551615 216000416177 0 0 16781312 2 18446604469111313472 0 0 -1 1 0 0 0
[pid=12499/tid=12558] ppid=12497 vsize=544792 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12558/stat : 12558 (python) S 12497 12499 12394 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 5 0 964411743 557867008 63394 33554432000 4194304 5683644 140737200683344 18446744073709551615 216000416177 0 0 16781312 2 18446604469111313472 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 239.54
Current children cumulated vsize (KiB) 3575880

[startup+206.301 s]
/proc/loadavg: 1.74 1.18 0.50 5/184 12559
/proc/meminfo: memFree=30998140/32950940 swapFree=67074964/67111528
[pid=12499] ppid=12497 vsize=544792 CPUtime=192.95 cores=1,3,5,7
/proc/12499/stat : 12499 (python) S 12497 12499 12394 0 -1 4202496 100793 931 1 0 19272 23 0 0 25 0 5 0 964392437 557867008 63394 33554432000 4194304 5683644 140737200683344 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12499/statm: 136198 63394 1881 364 0 72107 0
[pid=12547] ppid=12499 vsize=503780 CPUtime=0.01 cores=1,3,5,7
/proc/12547/stat : 12547 (python) S 12499 12499 12394 0 -1 4202560 987 0 0 0 0 1 0 0 18 0 1 0 964411734 515870720 61878 33554432000 4194304 5683644 140737200683344 18446744073709551615 215988612623 0 0 16781312 514 13050376188956999944 0 0 17 1 0 0 0
/proc/12547/statm: 125945 61878 381 364 0 61863 0
[pid=12549] ppid=12547 vsize=100424 CPUtime=13.24 cores=1,3,5,7
/proc/12549/stat : 12549 (lingeling) R 12547 12549 12549 0 -1 4202496 36855 0 0 0 1318 6 0 0 25 0 1 0 964411735 102834176 24274 33554432000 4194304 4352236 140737136116496 18446744073709551615 4207623 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/12549/statm: 25106 24274 127 39 0 24186 0
[pid=12550] ppid=12499 vsize=514036 CPUtime=0.01 cores=1,3,5,7
/proc/12550/stat : 12550 (python) S 12499 12499 12394 0 -1 4202560 934 0 0 0 0 1 0 0 18 0 1 0 964411737 526372864 61871 33554432000 4194304 5683644 140737200683344 18446744073709551615 215988612678 0 0 16781312 514 13050376188956999944 0 0 17 5 0 0 0
/proc/12550/statm: 128509 61871 370 364 0 64424 0
[pid=12553] ppid=12550 vsize=100688 CPUtime=13.28 cores=1,3,5,7
/proc/12553/stat : 12553 (lingeling) R 12550 12553 12553 0 -1 4202496 36893 0 0 0 1322 6 0 0 25 0 1 0 964411738 103104512 24340 33554432000 4194304 4352236 140736521834912 18446744073709551615 4268213 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/12553/statm: 25172 24340 127 39 0 24252 0
[pid=12554] ppid=12499 vsize=524292 CPUtime=0.01 cores=1,3,5,7
/proc/12554/stat : 12554 (python) S 12499 12499 12394 0 -1 4202560 911 0 0 0 0 1 0 0 15 0 1 0 964411740 536875008 61875 33554432000 4194304 5683644 140737200683344 18446744073709551615 215988612678 0 0 16781312 514 6432961063435600134 0 0 17 1 0 0 0
/proc/12554/statm: 131073 61875 370 364 0 66985 0
[pid=12556] ppid=12554 vsize=746496 CPUtime=13.22 cores=1,3,5,7
/proc/12556/stat : 12556 (cryptominisat-2) R 12554 12556 12556 0 -1 4202496 152764 0 0 0 1300 22 0 0 25 0 1 0 964411740 764411904 143928 33554432000 4194304 4677096 140737428022624 18446744073709551615 4586805 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/12556/statm: 186624 143928 372 118 0 181583 0
[pid=12557] ppid=12499 vsize=534548 CPUtime=0.02 cores=1,3,5,7
/proc/12557/stat : 12557 (python) S 12499 12499 12394 0 -1 4202560 943 0 0 0 1 1 0 0 18 0 1 0 964411742 547377152 61879 33554432000 4194304 5683644 140737200683344 18446744073709551615 215988612678 0 0 16781312 514 13050376188956999941 0 0 17 5 0 0 0
/proc/12557/statm: 133637 61879 370 364 0 69546 0
[pid=12559] ppid=12557 vsize=100776 CPUtime=13.2 cores=1,3,5,7
/proc/12559/stat : 12559 (lingeling) R 12557 12559 12559 0 -1 4202496 37018 0 0 0 1315 5 0 0 25 0 1 0 964411743 103194624 24362 33554432000 4194304 4352236 140736792046400 18446744073709551615 4300678 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/12559/statm: 25194 24362 127 39 0 24274 0
[pid=12499/tid=12548] ppid=12497 vsize=544792 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12548/stat : 12548 (python) S 12497 12499 12394 0 -1 4202560 25 931 0 0 0 0 0 0 25 0 5 0 964411735 557867008 63394 33554432000 4194304 5683644 140737200683344 18446744073709551615 216000416177 0 0 16781312 2 18446604469111313472 0 0 -1 7 0 0 0
[pid=12499/tid=12552] ppid=12497 vsize=544792 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12552/stat : 12552 (python) S 12497 12499 12394 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 5 0 964411738 557867008 63394 33554432000 4194304 5683644 140737200683344 18446744073709551615 216000416177 0 0 16781312 2 18446604469111313472 0 0 -1 3 0 0 0
[pid=12499/tid=12555] ppid=12497 vsize=544792 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12555/stat : 12555 (python) S 12497 12499 12394 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 5 0 964411740 557867008 63394 33554432000 4194304 5683644 140737200683344 18446744073709551615 216000416177 0 0 16781312 2 18446604469111313472 0 0 -1 1 0 0 0
[pid=12499/tid=12558] ppid=12497 vsize=544792 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12558/stat : 12558 (python) S 12497 12499 12394 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 5 0 964411743 557867008 63394 33554432000 4194304 5683644 140737200683344 18446744073709551615 216000416177 0 0 16781312 2 18446604469111313472 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 245.94
Current children cumulated vsize (KiB) 3669832

[startup+207.101 s]
/proc/loadavg: 1.92 1.23 0.52 5/184 12559
/proc/meminfo: memFree=30943580/32950940 swapFree=67074964/67111528
[pid=12499] ppid=12497 vsize=544792 CPUtime=192.95 cores=1,3,5,7
/proc/12499/stat : 12499 (python) S 12497 12499 12394 0 -1 4202496 100793 931 1 0 19272 23 0 0 25 0 5 0 964392437 557867008 63394 33554432000 4194304 5683644 140737200683344 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12499/statm: 136198 63394 1881 364 0 72107 0
[pid=12547] ppid=12499 vsize=503780 CPUtime=0.01 cores=1,3,5,7
/proc/12547/stat : 12547 (python) S 12499 12499 12394 0 -1 4202560 987 0 0 0 0 1 0 0 18 0 1 0 964411734 515870720 61878 33554432000 4194304 5683644 140737200683344 18446744073709551615 215988612623 0 0 16781312 514 13050376188956999944 0 0 17 1 0 0 0
/proc/12547/statm: 125945 61878 381 364 0 61863 0
[pid=12549] ppid=12547 vsize=99416 CPUtime=14.03 cores=1,3,5,7
/proc/12549/stat : 12549 (lingeling) R 12547 12549 12549 0 -1 4202496 36857 0 0 0 1397 6 0 0 25 0 1 0 964411735 101801984 24024 33554432000 4194304 4352236 140737136116496 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/12549/statm: 24854 24024 129 39 0 23934 0
[pid=12550] ppid=12499 vsize=514036 CPUtime=0.01 cores=1,3,5,7
/proc/12550/stat : 12550 (python) S 12499 12499 12394 0 -1 4202560 934 0 0 0 0 1 0 0 18 0 1 0 964411737 526372864 61871 33554432000 4194304 5683644 140737200683344 18446744073709551615 215988612678 0 0 16781312 514 13050376188956999944 0 0 17 5 0 0 0
/proc/12550/statm: 128509 61871 370 364 0 64424 0
[pid=12553] ppid=12550 vsize=99684 CPUtime=14.08 cores=1,3,5,7
/proc/12553/stat : 12553 (lingeling) R 12550 12553 12553 0 -1 4202496 36895 0 0 0 1402 6 0 0 25 0 1 0 964411738 102076416 24091 33554432000 4194304 4352236 140736521834912 18446744073709551615 4328030 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/12553/statm: 24921 24091 129 39 0 24001 0
[pid=12554] ppid=12499 vsize=524292 CPUtime=0.01 cores=1,3,5,7
/proc/12554/stat : 12554 (python) S 12499 12499 12394 0 -1 4202560 911 0 0 0 0 1 0 0 15 0 1 0 964411740 536875008 61875 33554432000 4194304 5683644 140737200683344 18446744073709551615 215988612678 0 0 16781312 514 6432961063435600134 0 0 17 1 0 0 0
/proc/12554/statm: 131073 61875 370 364 0 66985 0
[pid=12556] ppid=12554 vsize=746832 CPUtime=14.02 cores=1,3,5,7
/proc/12556/stat : 12556 (cryptominisat-2) R 12554 12556 12556 0 -1 4202496 152845 0 0 0 1380 22 0 0 25 0 1 0 964411740 764755968 144009 33554432000 4194304 4677096 140737428022624 18446744073709551615 4586829 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/12556/statm: 186708 144009 372 118 0 181667 0
[pid=12557] ppid=12499 vsize=534548 CPUtime=0.02 cores=1,3,5,7
/proc/12557/stat : 12557 (python) S 12499 12499 12394 0 -1 4202560 943 0 0 0 1 1 0 0 18 0 1 0 964411742 547377152 61879 33554432000 4194304 5683644 140737200683344 18446744073709551615 215988612678 0 0 16781312 514 13050376188956999941 0 0 17 5 0 0 0
/proc/12557/statm: 133637 61879 370 364 0 69546 0
[pid=12559] ppid=12557 vsize=99768 CPUtime=13.99 cores=1,3,5,7
/proc/12559/stat : 12559 (lingeling) R 12557 12559 12559 0 -1 4202496 37020 0 0 0 1394 5 0 0 25 0 1 0 964411743 102162432 24112 33554432000 4194304 4352236 140736792046400 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/12559/statm: 24942 24112 129 39 0 24022 0
[pid=12499/tid=12548] ppid=12497 vsize=544792 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12548/stat : 12548 (python) S 12497 12499 12394 0 -1 4202560 25 931 0 0 0 0 0 0 25 0 5 0 964411735 557867008 63394 33554432000 4194304 5683644 140737200683344 18446744073709551615 216000416177 0 0 16781312 2 18446604469111313472 0 0 -1 7 0 0 0
[pid=12499/tid=12552] ppid=12497 vsize=544792 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12552/stat : 12552 (python) S 12497 12499 12394 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 5 0 964411738 557867008 63394 33554432000 4194304 5683644 140737200683344 18446744073709551615 216000416177 0 0 16781312 2 18446604469111313472 0 0 -1 3 0 0 0
[pid=12499/tid=12555] ppid=12497 vsize=544792 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12555/stat : 12555 (python) S 12497 12499 12394 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 5 0 964411740 557867008 63394 33554432000 4194304 5683644 140737200683344 18446744073709551615 216000416177 0 0 16781312 2 18446604469111313472 0 0 -1 1 0 0 0
[pid=12499/tid=12558] ppid=12497 vsize=544792 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12558/stat : 12558 (python) S 12497 12499 12394 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 5 0 964411743 557867008 63394 33554432000 4194304 5683644 140737200683344 18446744073709551615 216000416177 0 0 16781312 2 18446604469111313472 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 249.12
Current children cumulated vsize (KiB) 3667148

[startup+207.907 s]
/proc/loadavg: 1.92 1.23 0.52 5/184 12559
/proc/meminfo: memFree=30943332/32950940 swapFree=67074964/67111528
[pid=12499] ppid=12497 vsize=544792 CPUtime=192.95 cores=1,3,5,7
/proc/12499/stat : 12499 (python) S 12497 12499 12394 0 -1 4202496 100793 931 1 0 19272 23 0 0 25 0 5 0 964392437 557867008 63394 33554432000 4194304 5683644 140737200683344 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12499/statm: 136198 63394 1881 364 0 72107 0
[pid=12547] ppid=12499 vsize=503780 CPUtime=0.01 cores=1,3,5,7
/proc/12547/stat : 12547 (python) S 12499 12499 12394 0 -1 4202560 987 0 0 0 0 1 0 0 18 0 1 0 964411734 515870720 61878 33554432000 4194304 5683644 140737200683344 18446744073709551615 215988612623 0 0 16781312 514 13050376188956999944 0 0 17 1 0 0 0
/proc/12547/statm: 125945 61878 381 364 0 61863 0
[pid=12549] ppid=12547 vsize=99412 CPUtime=14.83 cores=1,3,5,7
/proc/12549/stat : 12549 (lingeling) R 12547 12549 12549 0 -1 4202496 36857 0 0 0 1477 6 0 0 25 0 1 0 964411735 101797888 24023 33554432000 4194304 4352236 140737136116496 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/12549/statm: 24853 24023 129 39 0 23933 0
[pid=12550] ppid=12499 vsize=514036 CPUtime=0.01 cores=1,3,5,7
/proc/12550/stat : 12550 (python) S 12499 12499 12394 0 -1 4202560 934 0 0 0 0 1 0 0 18 0 1 0 964411737 526372864 61871 33554432000 4194304 5683644 140737200683344 18446744073709551615 215988612678 0 0 16781312 514 13050376188956999944 0 0 17 5 0 0 0
/proc/12550/statm: 128509 61871 370 364 0 64424 0
[pid=12553] ppid=12550 vsize=99684 CPUtime=14.88 cores=1,3,5,7
/proc/12553/stat : 12553 (lingeling) R 12550 12553 12553 0 -1 4202496 36895 0 0 0 1482 6 0 0 25 0 1 0 964411738 102076416 24091 33554432000 4194304 4352236 140736521834912 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/12553/statm: 24921 24091 129 39 0 24001 0
[pid=12554] ppid=12499 vsize=524292 CPUtime=0.01 cores=1,3,5,7
/proc/12554/stat : 12554 (python) S 12499 12499 12394 0 -1 4202560 911 0 0 0 0 1 0 0 15 0 1 0 964411740 536875008 61875 33554432000 4194304 5683644 140737200683344 18446744073709551615 215988612678 0 0 16781312 514 6432961063435600134 0 0 17 1 0 0 0
/proc/12554/statm: 131073 61875 370 364 0 66985 0
[pid=12556] ppid=12554 vsize=746832 CPUtime=14.83 cores=1,3,5,7
/proc/12556/stat : 12556 (cryptominisat-2) R 12554 12556 12556 0 -1 4202496 152845 0 0 0 1461 22 0 0 25 0 1 0 964411740 764755968 144009 33554432000 4194304 4677096 140737428022624 18446744073709551615 4468093 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/12556/statm: 186708 144009 372 118 0 181667 0
[pid=12557] ppid=12499 vsize=534548 CPUtime=0.08 cores=1,3,5,7
/proc/12557/stat : 12557 (python) R 12499 12499 12394 0 -1 4202560 947 0 0 0 6 2 0 0 15 0 1 0 964411742 547377152 61879 33554432000 4194304 5683644 140737200683344 18446744073709551615 216000422719 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/12557/statm: 133637 61879 370 364 0 69546 0
[pid=12559] ppid=12557 vsize=0 CPUtime=14.74 cores=1,3,5,7
/proc/12559/stat : 12559 (lingeling) R 12557 12559 12559 0 -1 4202500 37023 0 0 0 1468 6 0 0 25 0 1 0 964411743 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/12559/statm: 0 0 0 0 0 0 0
[pid=12499/tid=12548] ppid=12497 vsize=544792 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12548/stat : 12548 (python) S 12497 12499 12394 0 -1 4202560 25 931 0 0 0 0 0 0 25 0 5 0 964411735 557867008 63394 33554432000 4194304 5683644 140737200683344 18446744073709551615 216000416177 0 0 16781312 2 18446604469111313472 0 0 -1 7 0 0 0
[pid=12499/tid=12552] ppid=12497 vsize=544792 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12552/stat : 12552 (python) S 12497 12499 12394 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 5 0 964411738 557867008 63394 33554432000 4194304 5683644 140737200683344 18446744073709551615 216000416177 0 0 16781312 2 18446604469111313472 0 0 -1 3 0 0 0
[pid=12499/tid=12555] ppid=12497 vsize=544792 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12555/stat : 12555 (python) S 12497 12499 12394 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 5 0 964411740 557867008 63394 33554432000 4194304 5683644 140737200683344 18446744073709551615 216000416177 0 0 16781312 2 18446604469111313472 0 0 -1 1 0 0 0
[pid=12499/tid=12558] ppid=12497 vsize=544792 CPUtime=0 cores=1,3,5,7
/proc/12499/task/12558/stat : 12558 (python) S 12497 12499 12394 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 5 0 964411743 557867008 63394 33554432000 4194304 5683644 140737200683344 18446744073709551615 216000416177 0 0 16781312 2 18446604469111313472 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 252.34
Current children cumulated vsize (KiB) 3567376

[startup+208.101 s]
/proc/loadavg: 1.92 1.23 0.52 5/184 12559
/proc/meminfo: memFree=30943332/32950940 swapFree=67074964/67111528
[pid=12499] ppid=12497 vsize=544732 CPUtime=252.99 cores=1,3,5,7
/proc/12499/stat : 12499 (python) R 12497 12499 12394 0 -1 4202496 124055 268908 1 0 19274 24 5944 57 17 0 2 0 964392437 557805568 63386 33554432000 4194304 5683644 140737200683344 18446744073709551615 215988247675 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/12499/statm: 136183 63386 1873 364 0 72107 0
[pid=12499/tid=12548] ppid=12497 vsize=544732 CPUtime=60.01 cores=1,3,5,7
/proc/12499/task/12548/stat : 12548 (python) S 12497 12499 12394 0 -1 4202560 31 268908 0 0 0 0 5944 57 18 0 2 0 964411735 557805568 63386 33554432000 4194304 5683644 140737200683344 18446744073709551615 216000416177 0 0 16781312 0 18446604469111313472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 252.99
Current children cumulated vsize (KiB) 544732

Child status: 0
Real time (s): 208.126
CPU time (s): 253.035
CPU user time (s): 252.198
CPU system time (s): 0.836872
CPU usage (%): 121.578
Max. virtual memory (cumulated for all children) (KiB): 3669832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.198
system time used= 0.836872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 398196
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= 1280
involuntary context switches= 700

runsolver used 0.274958 second user time and 0.694894 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-10 23:33:36
IDJOB=3317669
IDBENCH=88178
IDSOLVER=1706
FILE ID=node117/3317669-1307741615
RUNJOBID= node117-1307741595-12413
PBS_JOBID= 13550792
Free space on /tmp= 73996 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-3317669-1307741615/watcher-3317669-1307741615 -o /tmp/evaluation-result-3317669-1307741615/solver-3317669-1307741615 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317669-1307741615.cnf -seed 738246152 -budget 4800 -cores 4

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

MD5SUM BENCH= b15321a24257fa4bdfd9c20c782f4c0e
RANDOM SEED=738246152

node117.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      31905900 kB
Buffers:        103000 kB
Cached:         632104 kB
SwapCached:       6116 kB
Active:         428704 kB
Inactive:       465932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      31905900 kB
SwapTotal:    67111528 kB
SwapFree:     67074964 kB
Dirty:           94792 kB
Writeback:           0 kB
AnonPages:      155972 kB
Mapped:          19296 kB
Slab:            84900 kB
PageTables:       5308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   336180 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= 74004 MiB
End job on node117 at 2011-06-10 23:37:05