Trace number 3498538

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-industrial (fixed)? (MO) 2793.05 2791.19

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq57_a.cnf
MD5SUM953b9cb99bfd26cff0e1ac65be1241f6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark552.98
Satisfiable
(Un)Satisfiability was proved
Number of variables569795
Number of clauses8562505
Sum of the clauses size24843745
Maximum clause length186
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27567948
Number of clauses of size 3724416
Number of clauses of size 49898
Number of clauses of size 560873
Number of clauses of size over 5199369

Solver Data

0.27/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.27/0.69	c INFO: solving HOME/instance-3498538-1307958133.cnf
0.27/0.69	c INFO: computing task features
37.84/38.29	c INFO: computed variable-clause graph statistics
38.94/39.35	c INFO: computed clause balance statistics
167.14/167.51	c INFO: computed variable balance statistics
254.25/254.63	c INFO: computed small-clause counts
259.44/259.81	c INFO: computed Horn-clause counts
635.25/635.69	c INFO: computed variable graph statistics
635.36/635.72	c INFO: collected features for HOME/instance-3498538-1307958133.cnf in 633.16 s
635.36/635.74	c INFO: running lingeling-276@0 for 97 with 4366 remaining (b = 0.77)
735.64/735.91	c INFO: running lingeling-276@99 for 388 with 4266 remaining (b = 0.85)
1125.48/1125.31	c INFO: running lingeling-276@0 for 97 with 3877 remaining (b = 0.76)
1225.67/1225.48	c INFO: running precosat-570@0 for 97 with 3777 remaining (b = 0.57)
1325.95/1325.66	c INFO: running cryptominisat-2.9.0@0 for 485 with 3678 remaining (b = 0.63)
1818.31/1817.50	c INFO: running precosat-570@99 for 97 with 3188 remaining (b = 0.35)
1915.65/1914.63	c INFO: running precosat-570@0 for 97 with 3091 remaining (b = 0.43)
2015.90/2014.83	c INFO: running lingeling-276@0 for 97 with 2991 remaining (b = 0.25)
2116.22/2115.01	c INFO: running precosat-570@196 for 194 with 2891 remaining (b = 0.11)
2309.64/2308.24	c INFO: running precosat-570@99 for 97 with 2698 remaining (b = 0.10)
2406.81/2405.37	c INFO: running lingeling-276@99 for 388 with 2601 remaining (b = 0.31)
2792.66/2790.77	c INFO: running precosat-570@0 for 97 with 2216 remaining (b = 0.36)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

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


[startup+0 s]
/proc/loadavg: 1.96 2.02 1.96 2/172 18577
/proc/meminfo: memFree=4424276/32951124 swapFree=67051728/67111528
[pid=18577] ppid=18575 vsize=15188 CPUtime=0 cores=0,2,4,6
/proc/18577/stat : 18577 (python) R 18575 18577 18249 0 -1 4202496 717 0 0 0 0 0 0 0 17 0 1 0 907411948 15552512 608 33554432000 4194304 5683644 140737407396208 18446744073709551615 4563004 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18577/statm: 3797 612 321 364 0 284 0

[startup+0.076513 s]
/proc/loadavg: 1.96 2.02 1.96 2/172 18577
/proc/meminfo: memFree=4424276/32951124 swapFree=67051728/67111528
[pid=18577] ppid=18575 vsize=36508 CPUtime=0.03 cores=0,2,4,6
/proc/18577/stat : 18577 (python) S 18575 18577 18249 0 -1 4202496 1612 0 0 0 3 0 0 0 17 0 1 0 907411948 37384192 1444 33554432000 4194304 5683644 140737407396208 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/18577/statm: 9128 1445 452 364 0 945 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36508

[startup+0.100525 s]
/proc/loadavg: 1.96 2.02 1.96 2/172 18577
/proc/meminfo: memFree=4424276/32951124 swapFree=67051728/67111528
[pid=18577] ppid=18575 vsize=85076 CPUtime=0.05 cores=0,2,4,6
/proc/18577/stat : 18577 (python) R 18575 18577 18249 0 -1 4202496 2527 0 0 0 4 1 0 0 17 0 1 0 907411948 87117824 2253 33554432000 4194304 5683644 140737407396208 18446744073709551615 4990227 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18577/statm: 21269 2253 707 364 0 1486 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85076

[startup+0.300502 s]
/proc/loadavg: 1.96 2.02 1.96 2/172 18577
/proc/meminfo: memFree=4424276/32951124 swapFree=67051728/67111528
[pid=18577] ppid=18575 vsize=135752 CPUtime=0.15 cores=0,2,4,6
/proc/18577/stat : 18577 (python) S 18575 18577 18249 0 -1 4202496 5970 936 1 0 12 3 0 0 17 0 1 0 907411948 139010048 4149 33554432000 4194304 5683644 140737407396208 18446744073709551615 228122710021 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/18577/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 135752

[startup+0.700408 s]
/proc/loadavg: 1.96 2.02 1.96 2/172 18577
/proc/meminfo: memFree=4424276/32951124 swapFree=67051728/67111528
[pid=18577] ppid=18575 vsize=471500 CPUtime=0.33 cores=0,2,4,6
/proc/18577/stat : 18577 (python) R 18575 18577 18249 0 -1 4202496 9619 936 1 0 27 6 0 0 15 0 1 0 907411948 482816000 7291 33554432000 4194304 5683644 140737407396208 18446744073709551615 228122713856 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18577/statm: 117875 7331 1758 364 0 53799 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 471500

[startup+1.50025 s]
/proc/loadavg: 1.96 2.02 1.96 4/178 18596
/proc/meminfo: memFree=4147424/32951124 swapFree=67051728/67111528
[pid=18577] ppid=18575 vsize=516552 CPUtime=1.13 cores=0,2,4,6
/proc/18577/stat : 18577 (python) R 18575 18577 18249 0 -1 4202496 68437 936 1 0 96 17 0 0 16 0 1 0 907411948 528949248 66109 33554432000 4194304 5683644 140737407396208 18446744073709551615 228122374853 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18577/statm: 129138 66109 1761 364 0 65062 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 516552

[startup+3.10096 s]
/proc/loadavg: 2.04 2.03 1.97 3/178 18596
/proc/meminfo: memFree=3733388/32951124 swapFree=67051728/67111528
[pid=18577] ppid=18575 vsize=620372 CPUtime=2.73 cores=0,2,4,6
/proc/18577/stat : 18577 (python) R 18575 18577 18249 0 -1 4202496 93698 936 1 0 253 20 0 0 18 0 1 0 907411948 635260928 91370 33554432000 4194304 5683644 140737407396208 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18577/statm: 155093 91370 1761 364 0 91017 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 620372

[startup+6.30038 s]
/proc/loadavg: 2.04 2.03 1.97 3/178 18596
/proc/meminfo: memFree=3326236/32951124 swapFree=67051728/67111528
[pid=18577] ppid=18575 vsize=820988 CPUtime=5.93 cores=0,2,4,6
/proc/18577/stat : 18577 (python) R 18575 18577 18249 0 -1 4202496 143685 936 1 0 566 27 0 0 25 0 1 0 907411948 840691712 141357 33554432000 4194304 5683644 140737407396208 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18577/statm: 205247 141357 1761 364 0 141171 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 820988

[startup+12.7002 s]
/proc/loadavg: 2.04 2.03 1.97 3/178 18596
/proc/meminfo: memFree=2494544/32951124 swapFree=67051728/67111528
[pid=18577] ppid=18575 vsize=1243888 CPUtime=12.33 cores=0,2,4,6
/proc/18577/stat : 18577 (python) R 18575 18577 18249 0 -1 4202496 243934 936 1 0 1192 41 0 0 25 0 1 0 907411948 1273741312 241606 33554432000 4194304 5683644 140737407396208 18446744073709551615 228122374853 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18577/statm: 310972 241606 1761 364 0 246896 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 1243888

[startup+25.5009 s]
/proc/loadavg: 2.03 2.03 1.97 3/178 18597
/proc/meminfo: memFree=1049448/32951124 swapFree=67051728/67111528
[pid=18577] ppid=18575 vsize=2026568 CPUtime=25.14 cores=0,2,4,6
/proc/18577/stat : 18577 (python) R 18575 18577 18249 0 -1 4202496 434467 936 1 0 2448 66 0 0 25 0 1 0 907411948 2075205632 432139 33554432000 4194304 5683644 140737407396208 18446744073709551615 47681201215704 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18577/statm: 506642 432140 1761 364 0 442566 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 2026568

[startup+51.1063 s]
/proc/loadavg: 2.02 2.03 1.97 3/178 18597
/proc/meminfo: memFree=932560/32951124 swapFree=67051728/67111528
[pid=18577] ppid=18575 vsize=1859728 CPUtime=50.75 cores=0,2,4,6
/proc/18577/stat : 18577 (python) R 18575 18577 18249 0 -1 4202496 1156527 936 1 0 4926 149 0 0 25 0 1 0 907411948 1904361472 402316 33554432000 4194304 5683644 140737407396208 18446744073709551615 47681203913914 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18577/statm: 464932 402316 1826 364 0 400856 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 1859728

[startup+102.301 s]
/proc/loadavg: 2.01 2.02 1.97 3/178 18599
/proc/meminfo: memFree=932912/32951124 swapFree=67051728/67111528
[pid=18577] ppid=18575 vsize=1859728 CPUtime=101.94 cores=0,2,4,6
/proc/18577/stat : 18577 (python) R 18575 18577 18249 0 -1 4202496 1156527 936 1 0 10045 149 0 0 25 0 1 0 907411948 1904361472 402316 33554432000 4194304 5683644 140737407396208 18446744073709551615 47681203899404 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18577/statm: 464932 402316 1826 364 0 400856 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 1859728

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 1.97 3/178 18600
/proc/meminfo: memFree=933244/32951124 swapFree=67051728/67111528
[pid=18577] ppid=18575 vsize=1859728 CPUtime=161.94 cores=0,2,4,6
/proc/18577/stat : 18577 (python) R 18575 18577 18249 0 -1 4202496 1156527 936 1 0 16045 149 0 0 25 0 1 0 907411948 1904361472 402316 33554432000 4194304 5683644 140737407396208 18446744073709551615 4500494 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18577/statm: 464932 402316 1826 364 0 400856 0
Current children cumulated CPU time (s) 161.94
Current children cumulated vsize (KiB) 1859728

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/178 18602
/proc/meminfo: memFree=933304/32951124 swapFree=67051728/67111528
[pid=18577] ppid=18575 vsize=1859728 CPUtime=221.94 cores=0,2,4,6
/proc/18577/stat : 18577 (python) R 18575 18577 18249 0 -1 4202496 1156528 936 1 0 22045 149 0 0 25 0 1 0 907411948 1904361472 402317 33554432000 4194304 5683644 140737407396208 18446744073709551615 228122372828 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18577/statm: 464932 402317 1827 364 0 400856 0
Current children cumulated CPU time (s) 221.94
Current children cumulated vsize (KiB) 1859728

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18603
/proc/meminfo: memFree=933188/32951124 swapFree=67051728/67111528
[pid=18577] ppid=18575 vsize=1859728 CPUtime=281.95 cores=0,2,4,6
/proc/18577/stat : 18577 (python) R 18575 18577 18249 0 -1 4202496 1541186 936 1 0 28003 192 0 0 25 0 1 0 907411948 1904361472 402323 33554432000 4194304 5683644 140737407396208 18446744073709551615 47681201137804 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18577/statm: 464932 402323 1833 364 0 400856 0
Current children cumulated CPU time (s) 281.95
Current children cumulated vsize (KiB) 1859728

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18605
/proc/meminfo: memFree=933200/32951124 swapFree=67051728/67111528
[pid=18577] ppid=18575 vsize=1859728 CPUtime=341.95 cores=0,2,4,6
/proc/18577/stat : 18577 (python) R 18575 18577 18249 0 -1 4202496 1541186 936 1 0 34003 192 0 0 25 0 1 0 907411948 1904361472 402323 33554432000 4194304 5683644 140737407396208 18446744073709551615 47681201137804 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18577/statm: 464932 402323 1833 364 0 400856 0
Current children cumulated CPU time (s) 341.95
Current children cumulated vsize (KiB) 1859728

[startup+402.301 s]
/proc/loadavg: 2.07 2.02 1.97 3/178 18607
/proc/meminfo: memFree=933112/32951124 swapFree=67051728/67111528
[pid=18577] ppid=18575 vsize=1859728 CPUtime=401.95 cores=0,2,4,6
/proc/18577/stat : 18577 (python) R 18575 18577 18249 0 -1 4202496 1541186 936 1 0 40003 192 0 0 25 0 1 0 907411948 1904361472 402323 33554432000 4194304 5683644 140737407396208 18446744073709551615 47681201137792 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18577/statm: 464932 402323 1833 364 0 400856 0
Current children cumulated CPU time (s) 401.95
Current children cumulated vsize (KiB) 1859728

[startup+462.301 s]
/proc/loadavg: 2.02 2.01 1.97 3/178 18608
/proc/meminfo: memFree=933184/32951124 swapFree=67051728/67111528
[pid=18577] ppid=18575 vsize=1859728 CPUtime=461.95 cores=0,2,4,6
/proc/18577/stat : 18577 (python) R 18575 18577 18249 0 -1 4202496 1541186 936 1 0 46003 192 0 0 25 0 1 0 907411948 1904361472 402323 33554432000 4194304 5683644 140737407396208 18446744073709551615 47681201137792 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18577/statm: 464932 402323 1833 364 0 400856 0
Current children cumulated CPU time (s) 461.95
Current children cumulated vsize (KiB) 1859728

[startup+522.301 s]
/proc/loadavg: 2.01 2.00 1.97 3/178 18610
/proc/meminfo: memFree=933144/32951124 swapFree=67051728/67111528
[pid=18577] ppid=18575 vsize=1859728 CPUtime=521.95 cores=0,2,4,6
/proc/18577/stat : 18577 (python) R 18575 18577 18249 0 -1 4202496 1541186 936 1 0 52003 192 0 0 25 0 1 0 907411948 1904361472 402323 33554432000 4194304 5683644 140737407396208 18446744073709551615 47681201137804 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18577/statm: 464932 402323 1833 364 0 400856 0
Current children cumulated CPU time (s) 521.95
Current children cumulated vsize (KiB) 1859728

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 18611
/proc/meminfo: memFree=933172/32951124 swapFree=67051728/67111528
[pid=18577] ppid=18575 vsize=1859728 CPUtime=581.96 cores=0,2,4,6
/proc/18577/stat : 18577 (python) R 18575 18577 18249 0 -1 4202496 1541186 936 1 0 58004 192 0 0 25 0 1 0 907411948 1904361472 402323 33554432000 4194304 5683644 140737407396208 18446744073709551615 47681201137804 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18577/statm: 464932 402323 1833 364 0 400856 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 1859728

[startup+642.301 s]

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

Current children cumulated vsize (KiB) 15290592

[startup+2742.3 s]
/proc/loadavg: 1.00 1.10 1.47 2/196 18757
/proc/meminfo: memFree=6478228/32951124 swapFree=67051728/67111528
[pid=18577] ppid=18575 vsize=1184236 CPUtime=635.68 cores=0,2,4,6
/proc/18577/stat : 18577 (python) S 18575 18577 18249 0 -1 4202496 1546179 936 1 0 63362 206 0 0 18 0 7 0 907411948 1212657664 218140 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18577/statm: 296059 218140 1886 364 0 231962 0
[pid=18614] ppid=18577 vsize=1132956 CPUtime=0.58 cores=0,2,4,6
/proc/18614/stat : 18614 (python) S 18577 18577 18249 0 -1 4202560 1223 0 0 0 32 26 0 0 18 0 2 0 907475523 1160146944 216650 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18614/statm: 283239 216650 415 364 0 219157 0
[pid=18616] ppid=18614 vsize=383344 CPUtime=489.46 cores=0,2,4,6
/proc/18616/stat : 18616 (lingeling) T 18614 18616 18616 0 -1 4202496 258152 0 0 0 48909 37 0 0 25 0 1 0 907475524 392544256 95006 33554432000 4194304 4352236 140733354726480 18446744073709551615 4208614 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/18616/statm: 95836 95006 129 39 0 94916 0
[pid=18614/tid=18620] ppid=18577 vsize=1132956 CPUtime=0 cores=0,2,4,6
/proc/18614/task/18620/stat : 18620 (python) S 18577 18577 18249 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 907485537 1160146944 216650 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134537649 0 0 16781312 514 18446604453955392576 0 0 -1 4 0 0 0
[pid=18644] ppid=18577 vsize=1132968 CPUtime=0.52 cores=0,2,4,6
/proc/18644/stat : 18644 (python) S 18577 18577 18249 0 -1 4202560 1147 0 0 0 28 24 0 0 18 0 2 0 907524480 1160159232 216634 33554432000 4194304 5683644 140737407396208 18446744073709551615 228122734150 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18644/statm: 283242 216634 399 364 0 219157 0
[pid=18646] ppid=18644 vsize=361452 CPUtime=437.02 cores=0,2,4,6
/proc/18646/stat : 18646 (lingeling) R 18644 18646 18646 0 -1 4202496 270966 0 0 0 43666 36 0 0 25 0 1 0 907524481 370126848 89533 33554432000 4194304 4352236 140734571589664 18446744073709551615 4233979 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/18646/statm: 90363 89533 129 39 0 89443 0
[pid=18644/tid=18650] ppid=18577 vsize=1132968 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18650/stat : 18650 (python) S 18577 18577 18249 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907534494 1160159232 216634 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134537649 0 0 16781312 514 18446604453954729152 0 0 -1 4 0 0 0
[pid=18651] ppid=18577 vsize=1143224 CPUtime=0.5 cores=0,2,4,6
/proc/18651/stat : 18651 (python) S 18577 18577 18249 0 -1 4202560 1143 0 0 0 24 26 0 0 18 0 2 0 907534497 1170661376 216638 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18651/statm: 285806 216638 399 364 0 221718 0
[pid=18653] ppid=18651 vsize=1121280 CPUtime=390.42 cores=0,2,4,6
/proc/18653/stat : 18653 (precosat) T 18651 18653 18653 0 -1 4202496 280945 0 0 0 38991 51 0 0 25 0 1 0 907534498 1148190720 271238 33554432000 4194304 4890832 140737206664256 18446744073709551615 4238327 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/18653/statm: 280320 271238 86 171 0 280147 0
[pid=18651/tid=18662] ppid=18577 vsize=1143224 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18662/stat : 18662 (python) S 18577 18577 18249 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 907544512 1170661376 216638 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134537649 0 0 16781312 514 18446604453648154944 0 0 -1 4 0 0 0
[pid=18663] ppid=18577 vsize=1153480 CPUtime=0.76 cores=0,2,4,6
/proc/18663/stat : 18663 (python) S 18577 18577 18249 0 -1 4202560 1165 0 0 0 41 35 0 0 16 0 2 0 907544514 1181163520 216642 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18663/statm: 288370 216642 399 364 0 224279 0
[pid=18665] ppid=18663 vsize=3903264 CPUtime=491.6 cores=0,2,4,6
/proc/18665/stat : 18665 (cryptominisat-2) T 18663 18665 18665 0 -1 4202496 1108302 0 0 0 49002 158 0 0 25 0 1 0 907544516 3996942336 821922 33554432000 4194304 4677096 140736992758032 18446744073709551615 4543239 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/18665/statm: 975816 821922 393 118 0 970775 0
[pid=18663/tid=18688] ppid=18577 vsize=1153480 CPUtime=0 cores=0,2,4,6
/proc/18663/task/18688/stat : 18688 (python) S 18577 18577 18249 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 907593696 1181163520 216642 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134537649 0 0 16781312 514 18446604453952397696 0 0 -1 0 0 0 0
[pid=18695] ppid=18577 vsize=1163736 CPUtime=0.29 cores=0,2,4,6
/proc/18695/stat : 18695 (python) S 18577 18577 18249 0 -1 4202560 1137 0 0 0 16 13 0 0 18 0 2 0 907603412 1191665664 216646 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18695/statm: 290934 216646 399 364 0 226840 0
[pid=18697] ppid=18695 vsize=1111588 CPUtime=197.11 cores=0,2,4,6
/proc/18697/stat : 18697 (precosat) T 18695 18697 18697 0 -1 4202496 278850 0 0 0 19659 52 0 0 25 0 1 0 907603413 1138266112 269406 33554432000 4194304 4890832 140734783358944 18446744073709551615 4238565 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/18697/statm: 277897 269406 86 171 0 277724 0
[pid=18695/tid=18705] ppid=18577 vsize=1163736 CPUtime=0 cores=0,2,4,6
/proc/18695/task/18705/stat : 18705 (python) S 18577 18577 18249 0 -1 4202560 51 0 0 0 0 0 0 0 18 0 2 0 907613430 1191665664 216646 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134537649 0 0 16781312 514 18446604453943298240 0 0 -1 0 0 0 0
[pid=18706] ppid=18577 vsize=1173992 CPUtime=0.14 cores=0,2,4,6
/proc/18706/stat : 18706 (python) S 18577 18577 18249 0 -1 4202560 1103 0 0 0 6 8 0 0 19 0 2 0 907613431 1202167808 216650 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18706/statm: 293498 216650 399 364 0 229401 0
[pid=18708] ppid=18706 vsize=299512 CPUtime=100.12 cores=0,2,4,6
/proc/18708/stat : 18708 (lingeling) T 18706 18708 18708 0 -1 4202496 154876 0 0 0 9989 23 0 0 25 0 1 0 907613433 306700288 74080 33554432000 4194304 4352236 140733958196000 18446744073709551615 4208172 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/18708/statm: 74878 74080 129 39 0 73958 0
[pid=18706/tid=18740] ppid=18577 vsize=1173992 CPUtime=0 cores=0,2,4,6
/proc/18706/task/18740/stat : 18740 (python) S 18577 18577 18249 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907623447 1202167808 216650 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134537649 0 0 16781312 514 18446604453930971328 0 0 -1 6 0 0 0
[pid=18577/tid=18615] ppid=18575 vsize=1184236 CPUtime=0 cores=0,2,4,6
/proc/18577/task/18615/stat : 18615 (python) S 18575 18577 18249 0 -1 4202560 27 936 0 0 0 0 0 0 18 0 7 0 907475524 1212657664 218140 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 0 0 0 0
[pid=18577/tid=18645] ppid=18575 vsize=1184236 CPUtime=0 cores=0,2,4,6
/proc/18577/task/18645/stat : 18645 (python) S 18575 18577 18249 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 7 0 907524481 1212657664 218140 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 0 0 0 0
[pid=18577/tid=18652] ppid=18575 vsize=1184236 CPUtime=0 cores=0,2,4,6
/proc/18577/task/18652/stat : 18652 (python) S 18575 18577 18249 0 -1 4202560 35 936 0 0 0 0 0 0 18 0 7 0 907534498 1212657664 218140 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 0 0 0 0
[pid=18577/tid=18664] ppid=18575 vsize=1184236 CPUtime=0 cores=0,2,4,6
/proc/18577/task/18664/stat : 18664 (python) S 18575 18577 18249 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 7 0 907544516 1212657664 218140 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 6 0 0 0
[pid=18577/tid=18696] ppid=18575 vsize=1184236 CPUtime=0 cores=0,2,4,6
/proc/18577/task/18696/stat : 18696 (python) S 18575 18577 18249 0 -1 4202560 35 936 0 0 0 0 0 0 18 0 7 0 907603413 1212657664 218140 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 6 0 0 0
[pid=18577/tid=18707] ppid=18575 vsize=1184236 CPUtime=0 cores=0,2,4,6
/proc/18577/task/18707/stat : 18707 (python) S 18575 18577 18249 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 7 0 907613433 1212657664 218140 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2744.2
Current children cumulated vsize (KiB) 15265032



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+2791.1 s]
/proc/loadavg: 1.00 1.08 1.44 2/199 18761
/proc/meminfo: memFree=6277648/32951124 swapFree=67051728/67111528
[pid=18577] ppid=18575 vsize=1194492 CPUtime=635.71 cores=0,2,4,6
/proc/18577/stat : 18577 (python) S 18575 18577 18249 0 -1 4202496 1546468 936 1 0 63364 207 0 0 20 0 8 0 907411948 1223159808 218146 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/18577/statm: 298623 218146 1888 364 0 234523 0
[pid=18614] ppid=18577 vsize=1132956 CPUtime=0.58 cores=0,2,4,6
/proc/18614/stat : 18614 (python) S 18577 18577 18249 0 -1 4202560 1223 0 0 0 32 26 0 0 18 0 2 0 907475523 1160146944 216650 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18614/statm: 283239 216650 415 364 0 219157 0
[pid=18616] ppid=18614 vsize=383344 CPUtime=489.46 cores=0,2,4,6
/proc/18616/stat : 18616 (lingeling) T 18614 18616 18616 0 -1 4202496 258152 0 0 0 48909 37 0 0 25 0 1 0 907475524 392544256 95006 33554432000 4194304 4352236 140733354726480 18446744073709551615 4208614 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/18616/statm: 95836 95006 129 39 0 94916 0
[pid=18614/tid=18620] ppid=18577 vsize=1132956 CPUtime=0 cores=0,2,4,6
/proc/18614/task/18620/stat : 18620 (python) S 18577 18577 18249 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 907485537 1160146944 216650 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134537649 0 0 16781312 514 18446604453955392576 0 0 -1 4 0 0 0
[pid=18644] ppid=18577 vsize=1132968 CPUtime=0.58 cores=0,2,4,6
/proc/18644/stat : 18644 (python) S 18577 18577 18249 0 -1 4202560 1147 0 0 0 32 26 0 0 18 0 2 0 907524480 1160159232 216634 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18644/statm: 283242 216634 399 364 0 219157 0
[pid=18646] ppid=18644 vsize=361384 CPUtime=485.48 cores=0,2,4,6
/proc/18646/stat : 18646 (lingeling) T 18644 18646 18646 0 -1 4202496 279159 0 0 0 48511 37 0 0 25 0 1 0 907524481 370057216 89516 33554432000 4194304 4352236 140734571589664 18446744073709551615 4233776 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/18646/statm: 90346 89516 129 39 0 89426 0
[pid=18644/tid=18650] ppid=18577 vsize=1132968 CPUtime=0 cores=0,2,4,6
/proc/18644/task/18650/stat : 18650 (python) S 18577 18577 18249 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 907534494 1160159232 216634 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134537649 0 0 16781312 514 18446604453954729152 0 0 -1 4 0 0 0
[pid=18651] ppid=18577 vsize=1143224 CPUtime=0.5 cores=0,2,4,6
/proc/18651/stat : 18651 (python) S 18577 18577 18249 0 -1 4202560 1143 0 0 0 24 26 0 0 18 0 2 0 907534497 1170661376 216638 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/18651/statm: 285806 216638 399 364 0 221718 0
[pid=18653] ppid=18651 vsize=1121280 CPUtime=390.42 cores=0,2,4,6
/proc/18653/stat : 18653 (precosat) T 18651 18653 18653 0 -1 4202496 280945 0 0 0 38991 51 0 0 25 0 1 0 907534498 1148190720 271238 33554432000 4194304 4890832 140737206664256 18446744073709551615 4238327 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/18653/statm: 280320 271238 86 171 0 280147 0
[pid=18651/tid=18662] ppid=18577 vsize=1143224 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18662/stat : 18662 (python) S 18577 18577 18249 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 907544512 1170661376 216638 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134537649 0 0 16781312 514 18446604453648154944 0 0 -1 4 0 0 0
[pid=18663] ppid=18577 vsize=1153480 CPUtime=0.76 cores=0,2,4,6
/proc/18663/stat : 18663 (python) S 18577 18577 18249 0 -1 4202560 1165 0 0 0 41 35 0 0 16 0 2 0 907544514 1181163520 216642 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18663/statm: 288370 216642 399 364 0 224279 0
[pid=18665] ppid=18663 vsize=3903264 CPUtime=491.6 cores=0,2,4,6
/proc/18665/stat : 18665 (cryptominisat-2) T 18663 18665 18665 0 -1 4202496 1108302 0 0 0 49002 158 0 0 25 0 1 0 907544516 3996942336 821922 33554432000 4194304 4677096 140736992758032 18446744073709551615 4543239 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/18665/statm: 975816 821922 393 118 0 970775 0
[pid=18663/tid=18688] ppid=18577 vsize=1153480 CPUtime=0 cores=0,2,4,6
/proc/18663/task/18688/stat : 18688 (python) S 18577 18577 18249 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 907593696 1181163520 216642 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134537649 0 0 16781312 514 18446604453952397696 0 0 -1 0 0 0 0
[pid=18695] ppid=18577 vsize=1163736 CPUtime=0.29 cores=0,2,4,6
/proc/18695/stat : 18695 (python) S 18577 18577 18249 0 -1 4202560 1137 0 0 0 16 13 0 0 18 0 2 0 907603412 1191665664 216646 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18695/statm: 290934 216646 399 364 0 226840 0
[pid=18697] ppid=18695 vsize=1111588 CPUtime=197.11 cores=0,2,4,6
/proc/18697/stat : 18697 (precosat) T 18695 18697 18697 0 -1 4202496 278850 0 0 0 19659 52 0 0 25 0 1 0 907603413 1138266112 269406 33554432000 4194304 4890832 140734783358944 18446744073709551615 4238565 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/18697/statm: 277897 269406 86 171 0 277724 0
[pid=18695/tid=18705] ppid=18577 vsize=1163736 CPUtime=0 cores=0,2,4,6
/proc/18695/task/18705/stat : 18705 (python) S 18577 18577 18249 0 -1 4202560 51 0 0 0 0 0 0 0 18 0 2 0 907613430 1191665664 216646 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134537649 0 0 16781312 514 18446604453943298240 0 0 -1 0 0 0 0
[pid=18706] ppid=18577 vsize=1173992 CPUtime=0.14 cores=0,2,4,6
/proc/18706/stat : 18706 (python) S 18577 18577 18249 0 -1 4202560 1103 0 0 0 6 8 0 0 19 0 2 0 907613431 1202167808 216650 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/18706/statm: 293498 216650 399 364 0 229401 0
[pid=18708] ppid=18706 vsize=299512 CPUtime=100.12 cores=0,2,4,6
/proc/18708/stat : 18708 (lingeling) T 18706 18708 18708 0 -1 4202496 154876 0 0 0 9989 23 0 0 25 0 1 0 907613433 306700288 74080 33554432000 4194304 4352236 140733958196000 18446744073709551615 4208172 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/18708/statm: 74878 74080 129 39 0 73958 0
[pid=18706/tid=18740] ppid=18577 vsize=1173992 CPUtime=0 cores=0,2,4,6
/proc/18706/task/18740/stat : 18740 (python) S 18577 18577 18249 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907623447 1202167808 216650 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134537649 0 0 16781312 514 18446604453930971328 0 0 -1 6 0 0 0
[pid=18759] ppid=18577 vsize=1184248 CPUtime=0.01 cores=0,2,4,6
/proc/18759/stat : 18759 (python) S 18577 18577 18249 0 -1 4202560 747 0 0 0 0 1 0 0 19 0 1 0 907691025 1212669952 216597 33554432000 4194304 5683644 140737407396208 18446744073709551615 228122734150 0 0 16781312 514 4307240873717923839 0 0 17 0 0 0 0
/proc/18759/statm: 296062 216597 343 364 0 231962 0
[pid=18761] ppid=18759 vsize=219144 CPUtime=0.29 cores=0,2,4,6
/proc/18761/stat : 18761 (precosat) R 18759 18761 18761 0 -1 4202496 49724 0 0 0 24 5 0 0 21 0 1 0 907691027 224403456 49461 33554432000 4194304 4890832 140734873156496 18446744073709551615 4454610 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/18761/statm: 54786 49461 65 171 0 54613 0
[pid=18577/tid=18615] ppid=18575 vsize=1194492 CPUtime=0 cores=0,2,4,6
/proc/18577/task/18615/stat : 18615 (python) S 18575 18577 18249 0 -1 4202560 27 936 0 0 0 0 0 0 18 0 8 0 907475524 1223159808 218146 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 0 0 0 0
[pid=18577/tid=18645] ppid=18575 vsize=1194492 CPUtime=0 cores=0,2,4,6
/proc/18577/task/18645/stat : 18645 (python) S 18575 18577 18249 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 8 0 907524481 1223159808 218146 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 0 0 0 0
[pid=18577/tid=18652] ppid=18575 vsize=1194492 CPUtime=0 cores=0,2,4,6
/proc/18577/task/18652/stat : 18652 (python) S 18575 18577 18249 0 -1 4202560 35 936 0 0 0 0 0 0 18 0 8 0 907534498 1223159808 218146 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 0 0 0 0
[pid=18577/tid=18664] ppid=18575 vsize=1194492 CPUtime=0 cores=0,2,4,6
/proc/18577/task/18664/stat : 18664 (python) S 18575 18577 18249 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 8 0 907544516 1223159808 218146 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 6 0 0 0
[pid=18577/tid=18696] ppid=18575 vsize=1194492 CPUtime=0 cores=0,2,4,6
/proc/18577/task/18696/stat : 18696 (python) S 18575 18577 18249 0 -1 4202560 35 936 0 0 0 0 0 0 18 0 8 0 907603413 1223159808 218146 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 6 0 0 0
[pid=18577/tid=18707] ppid=18575 vsize=1194492 CPUtime=0 cores=0,2,4,6
/proc/18577/task/18707/stat : 18707 (python) S 18575 18577 18249 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 8 0 907613433 1223159808 218146 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 0 0 0 0
[pid=18577/tid=18760] ppid=18575 vsize=1194492 CPUtime=0 cores=0,2,4,6
/proc/18577/task/18760/stat : 18760 (python) S 18575 18577 18249 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 8 0 907691027 1223159808 218146 33554432000 4194304 5683644 140737407396208 18446744073709551615 228134537649 0 0 16781312 2 18446604453955391680 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2793.05
Current children cumulated vsize (KiB) 16678612

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18577 and gives
#  childrusage.ru_utime.tv_sec=633
#  childrusage.ru_utime.tv_usec=643671
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=110679
# CPU time returned by wait4() is 635.754
# while last known CPU time is 2793.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 2791.19
CPU time (s): 2793.05
CPU user time (s): 2786
CPU system time (s): 7.05
CPU usage (%): 100.067
Max. virtual memory (cumulated for all children) (KiB): 16678612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 633.644
system time used= 2.11068
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1547409
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= 3153
involuntary context switches= 1081

runsolver used 5.37918 second user time and 10.0545 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-13 11:42:20
IDJOB=3498538
IDBENCH=88159
IDSOLVER=1991
FILE ID=node138/3498538-1307958133
RUNJOBID= node138-1307953114-18267
PBS_JOBID= 13559690
Free space on /var/tmp= 2496 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq57_a.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498538-1307958133/watcher-3498538-1307958133 -o /var/tmp/evaluation-result-3498538-1307958133/solver-3498538-1307958133 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498538-1307958133.cnf -seed 454281895 -budget 5000

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

MD5SUM BENCH= 953b9cb99bfd26cff0e1ac65be1241f6
RANDOM SEED=454281895

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       4424580 kB
Buffers:        111708 kB
Cached:       27502212 kB
SwapCached:      13136 kB
Active:       12319212 kB
Inactive:     15312660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4424580 kB
SwapTotal:    67111528 kB
SwapFree:     67051728 kB
Dirty:          450224 kB
Writeback:           0 kB
AnonPages:       15420 kB
Mapped:           8680 kB
Slab:           829064 kB
PageTables:       4732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   192696 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2676 MiB
End job on node138 at 2011-06-13 12:28:53