Trace number 3380868

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-par-industrial (fixed)UNSAT 25.1012 6.58753

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-ext_con_032_008_0256-tseitin.cnf
MD5SUMee9a3768141236efcc4a858e8f92a7e9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.347946
Satisfiable
(Un)Satisfiability was proved
Number of variables27224
Number of clauses68879
Sum of the clauses size160715
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 245918
Number of clauses of size 322959
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.35/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.68	c INFO: solving HOME/instance-3380868-1305494070.cnf
0.35/0.68	c INFO: computing task features
0.52/0.87	c INFO: computed variable-clause graph statistics
0.52/0.88	c INFO: computed clause balance statistics
1.62/1.99	c INFO: computed variable balance statistics
2.52/2.80	c INFO: computed small-clause counts
2.52/2.81	c INFO: computed Horn-clause counts
3.42/3.76	c INFO: computed variable graph statistics
3.42/3.76	c INFO: collected features for HOME/instance-3380868-1305494070.cnf in 3.08 s
3.42/3.78	c INFO: running lingeling-276@0 for 97 with 4996 remaining (b = 0.32)
3.52/3.81	c INFO: running cryptominisat-2.9.0@0 for 485 with 4996 remaining (b = 0.33)
3.52/3.83	c INFO: running lingeling-276@0 for 1261 with 4996 remaining (b = 0.50)
3.52/3.85	c INFO: running lingeling-276@0 for 1261 with 4996 remaining (b = 0.43)
3.52/3.88	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4996 remaining (b = 0.50)
3.62/3.90	c INFO: running SApperloT@0 for 97 with 4996 remaining (b = 0.03)
3.62/3.93	c INFO: running precosat-570@0 for 291 with 4996 remaining (b = 0.16)
3.62/3.96	c INFO: running lingeling-276@0 for 1067 with 4996 remaining (b = 0.30)
24.62/6.56	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3380868-1305494070/watcher-3380868-1305494070 -o /tmp/evaluation-result-3380868-1305494070/solver-3380868-1305494070 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380868-1305494070.cnf -seed 343523347 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 2.48 5.75 7.13 2/429 31706
/proc/meminfo: memFree=23520832/32950928 swapFree=38710900/67111528
[pid=31706] ppid=31704 vsize=15908 CPUtime=0 cores=0-7
/proc/31706/stat : 31706 (python) R 31704 31706 31582 0 -1 4202496 957 0 0 0 0 0 0 0 21 0 1 0 739637651 16289792 834 33554432000 4194304 5683644 140733376848400 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/31706/statm: 3977 835 357 364 0 464 0

[startup+0.0445409 s]
/proc/loadavg: 2.48 5.75 7.13 2/429 31706
/proc/meminfo: memFree=23520832/32950928 swapFree=38710900/67111528
[pid=31706] ppid=31704 vsize=18880 CPUtime=0.02 cores=0-7
/proc/31706/stat : 31706 (python) R 31704 31706 31582 0 -1 4202496 1282 0 0 0 2 0 0 0 21 0 1 0 739637651 19333120 1136 33554432000 4194304 5683644 140733376848400 18446744073709551615 4603222 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/31706/statm: 4720 1136 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.100561 s]
/proc/loadavg: 2.48 5.75 7.13 2/429 31706
/proc/meminfo: memFree=23520832/32950928 swapFree=38710900/67111528
[pid=31706] ppid=31704 vsize=87700 CPUtime=0.06 cores=0-7
/proc/31706/stat : 31706 (python) S 31704 31706 31582 0 -1 4202496 2636 0 0 0 4 2 0 0 21 0 1 0 739637651 89804800 2353 33554432000 4194304 5683644 140733376848400 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/31706/statm: 21925 2353 717 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87700

[startup+0.300515 s]
/proc/loadavg: 2.48 5.75 7.13 2/429 31706
/proc/meminfo: memFree=23520832/32950928 swapFree=38710900/67111528
[pid=31706] ppid=31704 vsize=135744 CPUtime=0.18 cores=0-7
/proc/31706/stat : 31706 (python) S 31704 31706 31582 0 -1 4202496 5965 934 1 0 13 5 0 0 18 0 1 0 739637651 139001856 4149 33554432000 4194304 5683644 140733376848400 18446744073709551615 251367542789 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/31706/statm: 33936 4149 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135744

[startup+0.700433 s]
/proc/loadavg: 2.48 5.75 7.13 2/429 31706
/proc/meminfo: memFree=23520832/32950928 swapFree=38710900/67111528
[pid=31706] ppid=31704 vsize=280684 CPUtime=0.42 cores=0-7
/proc/31706/stat : 31706 (python) R 31704 31706 31582 0 -1 4202496 9810 934 1 0 31 11 0 0 17 0 1 0 739637651 287420416 7491 33554432000 4194304 5683644 140733376848400 18446744073709551615 4602436 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/31706/statm: 70171 7491 1761 364 0 6095 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 280684

[startup+1.50029 s]
/proc/loadavg: 2.48 5.75 7.13 2/430 31711
/proc/meminfo: memFree=23486848/32950928 swapFree=38710900/67111528
[pid=31706] ppid=31704 vsize=290496 CPUtime=1.22 cores=0-7
/proc/31706/stat : 31706 (python) R 31704 31706 31582 0 -1 4202496 14653 934 1 0 111 11 0 0 18 0 1 0 739637651 297467904 10009 33554432000 4194304 5683644 140733376848400 18446744073709551615 251367202823 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/31706/statm: 72624 10009 1826 364 0 8548 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 290496

[startup+3.10101 s]
/proc/loadavg: 2.48 5.75 7.13 2/430 31711
/proc/meminfo: memFree=23486228/32950928 swapFree=38710900/67111528
[pid=31706] ppid=31704 vsize=291572 CPUtime=2.82 cores=0-7
/proc/31706/stat : 31706 (python) R 31704 31706 31582 0 -1 4202496 14929 934 1 0 271 11 0 0 21 0 1 0 739637651 298569728 10285 33554432000 4194304 5683644 140733376848400 18446744073709551615 47358417172608 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/31706/statm: 72893 10285 1833 364 0 8817 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 291572

[startup+6.30131 s]
/proc/loadavg: 2.44 5.69 7.10 10/454 31735
/proc/meminfo: memFree=23366624/32950928 swapFree=38710900/67111528
[pid=31706] ppid=31704 vsize=431940 CPUtime=3.68 cores=0-7
/proc/31706/stat : 31706 (python) S 31704 31706 31582 0 -1 4202496 20278 934 1 0 355 13 0 0 21 0 9 0 739637651 442306560 8711 33554432000 4194304 5683644 140733376848400 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31706/statm: 107985 8711 1889 364 0 43882 0
[pid=31712] ppid=31706 vsize=285032 CPUtime=0 cores=0-7
/proc/31712/stat : 31712 (python) S 31706 31706 31582 0 -1 4202560 811 0 0 0 0 0 0 0 18 0 1 0 739638030 291872768 6916 33554432000 4194304 5683644 140733376848400 18446744073709551615 251367566863 0 0 16781312 514 10443444294277628162 0 0 17 0 0 0 0
/proc/31712/statm: 71258 6916 360 364 0 7176 0
[pid=31714] ppid=31712 vsize=16224 CPUtime=2.5 cores=0-7
/proc/31714/stat : 31714 (lingeling) R 31712 31714 31714 0 -1 4202496 4758 0 0 0 250 0 0 0 25 0 1 0 739638030 16613376 3224 33554432000 4194304 4352236 140736633251152 18446744073709551615 4207627 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/31714/statm: 4056 3224 127 39 0 3136 0
[pid=31715] ppid=31706 vsize=295064 CPUtime=0 cores=0-7
/proc/31715/stat : 31715 (python) S 31706 31706 31582 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 739638032 302145536 6999 33554432000 4194304 5683644 140733376848400 18446744073709551615 251367566918 0 0 16781312 514 17712776085998895363 0 0 17 1 0 0 0
/proc/31715/statm: 73766 6999 349 364 0 9681 0
[pid=31717] ppid=31715 vsize=54608 CPUtime=2.48 cores=0-7
/proc/31717/stat : 31717 (cryptominisat-2) R 31715 31717 31717 0 -1 4202496 7825 0 0 0 247 1 0 0 25 0 1 0 739638032 55918592 7028 33554432000 4194304 4677096 140734764879840 18446744073709551615 4346878 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/31717/statm: 13652 7028 387 118 0 8611 0
[pid=31718] ppid=31706 vsize=370416 CPUtime=0 cores=0-7
/proc/31718/stat : 31718 (python) S 31706 31706 31582 0 -1 4202560 707 0 0 0 0 0 0 0 18 0 1 0 739638035 379305984 7118 33554432000 4194304 5683644 140733376848400 18446744073709551615 251367566918 0 0 16781312 514 14831227414092153090 0 0 17 0 0 0 0
/proc/31718/statm: 92604 7118 348 364 0 28516 0
[pid=31720] ppid=31718 vsize=16224 CPUtime=2.45 cores=0-7
/proc/31720/stat : 31720 (lingeling) R 31718 31720 31720 0 -1 4202496 4749 0 0 0 245 0 0 0 25 0 1 0 739638035 16613376 3224 33554432000 4194304 4352236 140736271126992 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/31720/statm: 4056 3224 127 39 0 3136 0
[pid=31721] ppid=31706 vsize=380672 CPUtime=0 cores=0-7
/proc/31721/stat : 31721 (python) S 31706 31706 31582 0 -1 4202560 713 0 0 0 0 0 0 0 18 0 1 0 739638037 389808128 7102 33554432000 4194304 5683644 140733376848400 18446744073709551615 251367566918 0 0 16781312 514 2332098526546198785 0 0 17 6 0 0 0
/proc/31721/statm: 95168 7102 348 364 0 31077 0
[pid=31723] ppid=31721 vsize=16224 CPUtime=2.43 cores=0-7
/proc/31723/stat : 31723 (lingeling) R 31721 31723 31723 0 -1 4202496 4750 0 0 0 243 0 0 0 25 0 1 0 739638037 16613376 3224 33554432000 4194304 4352236 140733652231152 18446744073709551615 4208723 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/31723/statm: 4056 3224 127 39 0 3136 0
[pid=31724] ppid=31706 vsize=390928 CPUtime=0 cores=0-7
/proc/31724/stat : 31724 (python) S 31706 31706 31582 0 -1 4202560 729 0 0 0 0 0 0 0 15 0 1 0 739638040 400310272 7120 33554432000 4194304 5683644 140733376848400 18446744073709551615 251367566918 0 0 16781312 514 5607054357246738689 0 0 17 0 0 0 0
/proc/31724/statm: 97732 7120 348 364 0 33638 0
[pid=31726] ppid=31724 vsize=54612 CPUtime=2.39 cores=0-7
/proc/31726/stat : 31726 (cryptominisat-2) R 31724 31726 31726 0 -1 4202496 7815 0 0 0 239 0 0 0 25 0 1 0 739638040 55922688 7025 33554432000 4194304 4677096 140736341381872 18446744073709551615 4346584 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/31726/statm: 13653 7025 387 118 0 8612 0
[pid=31727] ppid=31706 vsize=401184 CPUtime=0 cores=0-7
/proc/31727/stat : 31727 (python) S 31706 31706 31582 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 739638042 410812416 7135 33554432000 4194304 5683644 140733376848400 18446744073709551615 251367566918 0 0 16781312 514 8221040748594692354 0 0 17 7 0 0 0
/proc/31727/statm: 100296 7135 348 364 0 36199 0
[pid=31729] ppid=31727 vsize=6012 CPUtime=2.35 cores=0-7
/proc/31729/stat : 31729 (SApperloT-base) R 31727 31729 31729 0 -1 4202496 1480 0 0 0 235 0 0 0 25 0 1 0 739638042 6156288 1222 33554432000 134512640 135674940 4293067888 18446744073709551615 134564017 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31729/statm: 1503 1222 99 284 0 1217 0
[pid=31730] ppid=31706 vsize=411440 CPUtime=1.86 cores=0-7
/proc/31730/stat : 31730 (python) R 31706 31706 31582 0 -1 4202560 741 0 0 0 160 26 0 0 18 0 1 0 739638045 421314560 7151 33554432000 4194304 5683644 140733376848400 18446744073709551615 251379376959 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/31730/statm: 102860 7151 348 364 0 38760 0
[pid=31732] ppid=31730 vsize=0 CPUtime=0.46 cores=0-7
/proc/31732/stat : 31732 (precosat) R 31730 31732 31732 0 -1 4202500 6039 0 0 0 46 0 0 0 21 0 1 0 739638046 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31732/statm: 0 0 0 0 0 0 0
[pid=31733] ppid=31706 vsize=421696 CPUtime=0 cores=0-7
/proc/31733/stat : 31733 (python) S 31706 31706 31582 0 -1 4202560 777 0 0 0 0 0 0 0 18 0 1 0 739638047 431816704 7172 33554432000 4194304 5683644 140733376848400 18446744073709551615 251367566918 0 0 16781312 514 9803871024784048388 0 0 17 4 0 0 0
/proc/31733/statm: 105424 7172 354 364 0 41321 0
[pid=31735] ppid=31733 vsize=16224 CPUtime=2.32 cores=0-7
/proc/31735/stat : 31735 (lingeling) R 31733 31735 31735 0 -1 4202496 4758 0 0 0 232 0 0 0 25 0 1 0 739638048 16613376 3224 33554432000 4194304 4352236 140735262212832 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/31735/statm: 4056 3224 127 39 0 3136 0
[pid=31706/tid=31713] ppid=31704 vsize=431940 CPUtime=0 cores=0-7
/proc/31706/task/31713/stat : 31713 (python) S 31704 31706 31582 0 -1 4202560 22 934 0 0 0 0 0 0 24 0 9 0 739638030 442306560 8711 33554432000 4194304 5683644 140733376848400 18446744073709551615 251379370417 0 0 16781312 2 18446604442228351168 0 0 -1 0 0 0 0
[pid=31706/tid=31716] ppid=31704 vsize=431940 CPUtime=0 cores=0-7
/proc/31706/task/31716/stat : 31716 (python) S 31704 31706 31582 0 -1 4202560 23 934 0 0 0 0 0 0 18 0 9 0 739638032 442306560 8711 33554432000 4194304 5683644 140733376848400 18446744073709551615 251379370417 0 0 16781312 2 18446604442228351168 0 0 -1 3 0 0 0
[pid=31706/tid=31719] ppid=31704 vsize=431940 CPUtime=0 cores=0-7
/proc/31706/task/31719/stat : 31719 (python) S 31704 31706 31582 0 -1 4202560 72 934 0 0 0 0 0 0 18 0 9 0 739638035 442306560 8711 33554432000 4194304 5683644 140733376848400 18446744073709551615 251379370417 0 0 16781312 2 18446604442228351168 0 0 -1 1 0 0 0
[pid=31706/tid=31722] ppid=31704 vsize=431940 CPUtime=0 cores=0-7
/proc/31706/task/31722/stat : 31722 (python) S 31704 31706 31582 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 9 0 739638037 442306560 8711 33554432000 4194304 5683644 140733376848400 18446744073709551615 251379370417 0 0 16781312 2 18446604442228351168 0 0 -1 0 0 0 0
[pid=31706/tid=31725] ppid=31704 vsize=431940 CPUtime=0 cores=0-7
/proc/31706/task/31725/stat : 31725 (python) S 31704 31706 31582 0 -1 4202560 35 934 0 0 0 0 0 0 22 0 9 0 739638040 442306560 8711 33554432000 4194304 5683644 140733376848400 18446744073709551615 251379370417 0 0 16781312 2 18446604442228351168 0 0 -1 0 0 0 0
[pid=31706/tid=31728] ppid=31704 vsize=431940 CPUtime=0 cores=0-7
/proc/31706/task/31728/stat : 31728 (python) S 31704 31706 31582 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 9 0 739638042 442306560 8711 33554432000 4194304 5683644 140733376848400 18446744073709551615 251379370417 0 0 16781312 2 18446604442228351168 0 0 -1 7 0 0 0
[pid=31706/tid=31731] ppid=31704 vsize=431940 CPUtime=0 cores=0-7
/proc/31706/task/31731/stat : 31731 (python) S 31704 31706 31582 0 -1 4202560 34 934 0 0 0 0 0 0 19 0 9 0 739638045 442306560 8711 33554432000 4194304 5683644 140733376848400 18446744073709551615 251379370417 0 0 16781312 2 18446604442228351168 0 0 -1 1 0 0 0
[pid=31706/tid=31734] ppid=31704 vsize=431940 CPUtime=0 cores=0-7
/proc/31706/task/31734/stat : 31734 (python) S 31704 31706 31582 0 -1 4202560 36 934 0 0 0 0 0 0 21 0 9 0 739638048 442306560 8711 33554432000 4194304 5683644 140733376848400 18446744073709551615 251379370417 0 0 16781312 2 18446604442228351168 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 22.92
Current children cumulated vsize (KiB) 3568500

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

[startup+6.50127 s]
/proc/loadavg: 2.44 5.69 7.10 10/454 31735
/proc/meminfo: memFree=23353728/32950928 swapFree=38710900/67111528
[pid=31706] ppid=31704 vsize=431940 CPUtime=3.68 cores=0-7
/proc/31706/stat : 31706 (python) S 31704 31706 31582 0 -1 4202496 20278 934 1 0 355 13 0 0 21 0 9 0 739637651 442306560 8711 33554432000 4194304 5683644 140733376848400 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31706/statm: 107985 8711 1889 364 0 43882 0
[pid=31712] ppid=31706 vsize=285032 CPUtime=0 cores=0-7
/proc/31712/stat : 31712 (python) S 31706 31706 31582 0 -1 4202560 811 0 0 0 0 0 0 0 18 0 1 0 739638030 291872768 6916 33554432000 4194304 5683644 140733376848400 18446744073709551615 251367566863 0 0 16781312 514 10443444294277628162 0 0 17 0 0 0 0
/proc/31712/statm: 71258 6916 360 364 0 7176 0
[pid=31714] ppid=31712 vsize=18272 CPUtime=2.71 cores=0-7
/proc/31714/stat : 31714 (lingeling) R 31712 31714 31714 0 -1 4202496 5270 0 0 0 271 0 0 0 25 0 1 0 739638030 18710528 3736 33554432000 4194304 4352236 140736633251152 18446744073709551615 4205906 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/31714/statm: 4568 3736 127 39 0 3648 0
[pid=31715] ppid=31706 vsize=295064 CPUtime=0 cores=0-7
/proc/31715/stat : 31715 (python) S 31706 31706 31582 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 739638032 302145536 6999 33554432000 4194304 5683644 140733376848400 18446744073709551615 251367566918 0 0 16781312 514 17712776085998895363 0 0 17 1 0 0 0
/proc/31715/statm: 73766 6999 349 364 0 9681 0
[pid=31717] ppid=31715 vsize=54608 CPUtime=2.7 cores=0-7
/proc/31717/stat : 31717 (cryptominisat-2) R 31715 31717 31717 0 -1 4202496 7835 0 0 0 269 1 0 0 25 0 1 0 739638032 55918592 7038 33554432000 4194304 4677096 140734764879840 18446744073709551615 4336304 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/31717/statm: 13652 7038 387 118 0 8611 0
[pid=31718] ppid=31706 vsize=370416 CPUtime=0 cores=0-7
/proc/31718/stat : 31718 (python) S 31706 31706 31582 0 -1 4202560 707 0 0 0 0 0 0 0 18 0 1 0 739638035 379305984 7118 33554432000 4194304 5683644 140733376848400 18446744073709551615 251367566918 0 0 16781312 514 14831227414092153090 0 0 17 0 0 0 0
/proc/31718/statm: 92604 7118 348 364 0 28516 0
[pid=31720] ppid=31718 vsize=18272 CPUtime=2.67 cores=0-7
/proc/31720/stat : 31720 (lingeling) R 31718 31720 31720 0 -1 4202496 5261 0 0 0 267 0 0 0 25 0 1 0 739638035 18710528 3736 33554432000 4194304 4352236 140736271126992 18446744073709551615 4267565 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/31720/statm: 4568 3736 127 39 0 3648 0
[pid=31721] ppid=31706 vsize=380672 CPUtime=0 cores=0-7
/proc/31721/stat : 31721 (python) S 31706 31706 31582 0 -1 4202560 713 0 0 0 0 0 0 0 18 0 1 0 739638037 389808128 7102 33554432000 4194304 5683644 140733376848400 18446744073709551615 251367566918 0 0 16781312 514 2332098526546198785 0 0 17 6 0 0 0
/proc/31721/statm: 95168 7102 348 364 0 31077 0
[pid=31723] ppid=31721 vsize=18272 CPUtime=2.64 cores=0-7
/proc/31723/stat : 31723 (lingeling) R 31721 31723 31723 0 -1 4202496 5262 0 0 0 264 0 0 0 25 0 1 0 739638037 18710528 3736 33554432000 4194304 4352236 140733652231152 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/31723/statm: 4568 3736 127 39 0 3648 0
[pid=31724] ppid=31706 vsize=390928 CPUtime=0 cores=0-7
/proc/31724/stat : 31724 (python) S 31706 31706 31582 0 -1 4202560 729 0 0 0 0 0 0 0 15 0 1 0 739638040 400310272 7120 33554432000 4194304 5683644 140733376848400 18446744073709551615 251367566918 0 0 16781312 514 5607054357246738689 0 0 17 0 0 0 0
/proc/31724/statm: 97732 7120 348 364 0 33638 0
[pid=31726] ppid=31724 vsize=54612 CPUtime=2.61 cores=0-7
/proc/31726/stat : 31726 (cryptominisat-2) R 31724 31726 31726 0 -1 4202496 7825 0 0 0 261 0 0 0 25 0 1 0 739638040 55922688 7035 33554432000 4194304 4677096 140736341381872 18446744073709551615 4346594 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/31726/statm: 13653 7035 387 118 0 8612 0
[pid=31727] ppid=31706 vsize=401184 CPUtime=0 cores=0-7
/proc/31727/stat : 31727 (python) S 31706 31706 31582 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 739638042 410812416 7135 33554432000 4194304 5683644 140733376848400 18446744073709551615 251367566918 0 0 16781312 514 8221040748594692354 0 0 17 7 0 0 0
/proc/31727/statm: 100296 7135 348 364 0 36199 0
[pid=31729] ppid=31727 vsize=6144 CPUtime=2.55 cores=0-7
/proc/31729/stat : 31729 (SApperloT-base) R 31727 31729 31729 0 -1 4202496 1501 0 0 0 255 0 0 0 25 0 1 0 739638042 6291456 1243 33554432000 134512640 135674940 4293067888 18446744073709551615 134564282 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31729/statm: 1536 1243 99 284 0 1250 0
[pid=31730] ppid=31706 vsize=411440 CPUtime=2.07 cores=0-7
/proc/31730/stat : 31730 (python) R 31706 31706 31582 0 -1 4202560 741 0 0 0 178 29 0 0 18 0 1 0 739638045 421314560 7151 33554432000 4194304 5683644 140733376848400 18446744073709551615 251367566918 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/31730/statm: 102860 7151 348 364 0 38760 0
[pid=31732] ppid=31730 vsize=0 CPUtime=0.46 cores=0-7
/proc/31732/stat : 31732 (precosat) R 31730 31732 31732 0 -1 4202500 6039 0 0 0 46 0 0 0 21 0 1 0 739638046 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31732/statm: 0 0 0 0 0 0 0
[pid=31733] ppid=31706 vsize=421696 CPUtime=0 cores=0-7
/proc/31733/stat : 31733 (python) S 31706 31706 31582 0 -1 4202560 777 0 0 0 0 0 0 0 18 0 1 0 739638047 431816704 7172 33554432000 4194304 5683644 140733376848400 18446744073709551615 251367566918 0 0 16781312 514 9803871024784048388 0 0 17 4 0 0 0
/proc/31733/statm: 105424 7172 354 364 0 41321 0
[pid=31735] ppid=31733 vsize=16224 CPUtime=2.53 cores=0-7
/proc/31735/stat : 31735 (lingeling) R 31733 31735 31735 0 -1 4202496 4758 0 0 0 253 0 0 0 25 0 1 0 739638048 16613376 3224 33554432000 4194304 4352236 140735262212832 18446744073709551615 4207645 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/31735/statm: 4056 3224 127 39 0 3136 0
[pid=31706/tid=31713] ppid=31704 vsize=431940 CPUtime=0 cores=0-7
/proc/31706/task/31713/stat : 31713 (python) S 31704 31706 31582 0 -1 4202560 22 934 0 0 0 0 0 0 24 0 9 0 739638030 442306560 8711 33554432000 4194304 5683644 140733376848400 18446744073709551615 251379370417 0 0 16781312 2 18446604442228351168 0 0 -1 0 0 0 0
[pid=31706/tid=31716] ppid=31704 vsize=431940 CPUtime=0 cores=0-7
/proc/31706/task/31716/stat : 31716 (python) S 31704 31706 31582 0 -1 4202560 23 934 0 0 0 0 0 0 18 0 9 0 739638032 442306560 8711 33554432000 4194304 5683644 140733376848400 18446744073709551615 251379370417 0 0 16781312 2 18446604442228351168 0 0 -1 3 0 0 0
[pid=31706/tid=31719] ppid=31704 vsize=431940 CPUtime=0 cores=0-7
/proc/31706/task/31719/stat : 31719 (python) S 31704 31706 31582 0 -1 4202560 72 934 0 0 0 0 0 0 18 0 9 0 739638035 442306560 8711 33554432000 4194304 5683644 140733376848400 18446744073709551615 251379370417 0 0 16781312 2 18446604442228351168 0 0 -1 1 0 0 0
[pid=31706/tid=31722] ppid=31704 vsize=431940 CPUtime=0 cores=0-7
/proc/31706/task/31722/stat : 31722 (python) S 31704 31706 31582 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 9 0 739638037 442306560 8711 33554432000 4194304 5683644 140733376848400 18446744073709551615 251379370417 0 0 16781312 2 18446604442228351168 0 0 -1 0 0 0 0
[pid=31706/tid=31725] ppid=31704 vsize=431940 CPUtime=0 cores=0-7
/proc/31706/task/31725/stat : 31725 (python) S 31704 31706 31582 0 -1 4202560 35 934 0 0 0 0 0 0 22 0 9 0 739638040 442306560 8711 33554432000 4194304 5683644 140733376848400 18446744073709551615 251379370417 0 0 16781312 2 18446604442228351168 0 0 -1 0 0 0 0
[pid=31706/tid=31728] ppid=31704 vsize=431940 CPUtime=0 cores=0-7
/proc/31706/task/31728/stat : 31728 (python) S 31704 31706 31582 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 9 0 739638042 442306560 8711 33554432000 4194304 5683644 140733376848400 18446744073709551615 251379370417 0 0 16781312 2 18446604442228351168 0 0 -1 7 0 0 0
[pid=31706/tid=31731] ppid=31704 vsize=431940 CPUtime=0 cores=0-7
/proc/31706/task/31731/stat : 31731 (python) S 31704 31706 31582 0 -1 4202560 34 934 0 0 0 0 0 0 19 0 9 0 739638045 442306560 8711 33554432000 4194304 5683644 140733376848400 18446744073709551615 251379370417 0 0 16781312 2 18446604442228351168 0 0 -1 1 0 0 0
[pid=31706/tid=31734] ppid=31704 vsize=431940 CPUtime=0 cores=0-7
/proc/31706/task/31734/stat : 31734 (python) S 31704 31706 31582 0 -1 4202560 36 934 0 0 0 0 0 0 21 0 9 0 739638048 442306560 8711 33554432000 4194304 5683644 140733376848400 18446744073709551615 251379370417 0 0 16781312 2 18446604442228351168 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.62
Current children cumulated vsize (KiB) 3574776

Child status: 0
Real time (s): 6.58753
CPU time (s): 25.1012
CPU user time (s): 24.5723
CPU system time (s): 0.528919
CPU usage (%): 381.041
Max. virtual memory (cumulated for all children) (KiB): 3574776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.5723
system time used= 0.528919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77381
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= 3259
involuntary context switches= 171

runsolver used 0.039993 second user time and 0.071989 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-15 23:14:30
IDJOB=3380868
IDBENCH=82463
IDSOLVER=1864
FILE ID=node113/3380868-1305494070
RUNJOBID= node113-1305493767-31596
PBS_JOBID= 13325430
Free space on /tmp= 73408 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-ext_con_032_008_0256-tseitin.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-3380868-1305494070/watcher-3380868-1305494070 -o /tmp/evaluation-result-3380868-1305494070/solver-3380868-1305494070 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380868-1305494070.cnf -seed 343523347 -budget 40000 -cores 8

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

MD5SUM BENCH= ee9a3768141236efcc4a858e8f92a7e9
RANDOM SEED=343523347

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23521360 kB
Buffers:        294768 kB
Cached:        3290872 kB
SwapCached:      93704 kB
Active:        2158132 kB
Inactive:      6973584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23521360 kB
SwapTotal:    67111528 kB
SwapFree:     38710900 kB
Dirty:           33060 kB
Writeback:         128 kB
AnonPages:     5464328 kB
Mapped:          22184 kB
Slab:           124880 kB
PageTables:     101940 kB
NFS_Unstable:       96 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 129960172 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= 73380 MiB
End job on node113 at 2011-05-15 23:14:36