Trace number 3483963

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, 1200 s timeout)? (TO) 1200.06 1199.73

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
MD5SUMee159af2e208d290f7f3fefd15c344f2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark731.23
Satisfiable
(Un)Satisfiability was proved
Number of variables44692
Number of clauses129620
Sum of the clauses size302444
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 286412
Number of clauses of size 343206
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.47	c INFO: solving HOME/instance-3483963-1307749741.cnf
0.32/0.47	c INFO: computing task features
0.71/0.84	c INFO: computed variable-clause graph statistics
0.71/0.85	c INFO: computed clause balance statistics
2.71/2.85	c INFO: computed variable balance statistics
4.22/4.31	c INFO: computed small-clause counts
4.22/4.32	c INFO: computed Horn-clause counts
6.61/6.77	c INFO: computed variable graph statistics
6.61/6.77	c INFO: collected features for HOME/instance-3483963-1307749741.cnf in 6.28 s
6.61/6.78	c INFO: running lingeling-276@0 for 582 with 1193 remaining (b = 0.59)
593.42/593.38	c INFO: running cryptominisat-2.9.0@0 for 607 with 607 remaining (b = 0.53)

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: 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-3483963-1307749741/watcher-3483963-1307749741 -o /tmp/evaluation-result-3483963-1307749741/solver-3483963-1307749741 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483963-1307749741.cnf -seed 332255228 -budget 1200 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.02 4.01 3.79 5/215 30202
/proc/meminfo: memFree=26391104/32951124 swapFree=67072804/67111528
[pid=30202] ppid=30200 vsize=15524 CPUtime=0 cores=5,7
/proc/30202/stat : 30202 (python) R 30200 30202 29444 0 -1 4202496 822 0 0 0 0 0 0 0 25 0 1 0 886571958 15896576 706 33554432000 4194304 5683644 140735055378992 18446744073709551615 255377301248 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30202/statm: 3881 708 334 364 0 368 0

[startup+0.0524421 s]
/proc/loadavg: 4.02 4.01 3.79 5/215 30202
/proc/meminfo: memFree=26391104/32951124 swapFree=67072804/67111528
[pid=30202] ppid=30200 vsize=29792 CPUtime=0.04 cores=5,7
/proc/30202/stat : 30202 (python) R 30200 30202 29444 0 -1 4202496 1461 0 0 0 3 1 0 0 25 0 1 0 886571958 30507008 1300 33554432000 4194304 5683644 140735055378992 18446744073709551615 255377299456 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30202/statm: 7448 1300 443 364 0 818 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29792

[startup+0.100427 s]
/proc/loadavg: 4.02 4.01 3.79 5/215 30202
/proc/meminfo: memFree=26391104/32951124 swapFree=67072804/67111528
[pid=30202] ppid=30200 vsize=104220 CPUtime=0.07 cores=5,7
/proc/30202/stat : 30202 (python) R 30200 30202 29444 0 -1 4202496 3047 0 0 0 5 2 0 0 17 0 1 0 886571958 106721280 2731 33554432000 4194304 5683644 140735055378992 18446744073709551615 255377299456 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30202/statm: 26055 2731 847 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104220

[startup+0.301083 s]
/proc/loadavg: 4.02 4.01 3.79 5/215 30202
/proc/meminfo: memFree=26391104/32951124 swapFree=67072804/67111528
[pid=30202] ppid=30200 vsize=168676 CPUtime=0.24 cores=5,7
/proc/30202/stat : 30202 (python) S 30200 30202 29444 0 -1 4202496 6726 931 1 0 17 7 0 0 18 0 1 0 886571958 172724224 4797 33554432000 4194304 5683644 140735055378992 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 7 0 0 0
/proc/30202/statm: 42169 4797 1331 364 0 3454 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 168676

[startup+0.700315 s]
/proc/loadavg: 4.02 4.01 3.79 5/215 30202
/proc/meminfo: memFree=26391104/32951124 swapFree=67072804/67111528
[pid=30202] ppid=30200 vsize=295344 CPUtime=0.6 cores=5,7
/proc/30202/stat : 30202 (python) R 30200 30202 29444 0 -1 4202496 13414 931 1 0 50 10 0 0 18 0 1 0 886571958 302432256 11085 33554432000 4194304 5683644 140735055378992 18446744073709551615 255376962245 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30202/statm: 73836 11086 1761 364 0 9760 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 295344

[startup+1.50018 s]
/proc/loadavg: 4.02 4.01 3.79 5/216 30207
/proc/meminfo: memFree=26341148/32951124 swapFree=67072804/67111528
[pid=30202] ppid=30200 vsize=304384 CPUtime=1.41 cores=5,7
/proc/30202/stat : 30202 (python) R 30200 30202 29444 0 -1 4202496 18706 931 1 0 130 11 0 0 20 0 1 0 886571958 311689216 13480 33554432000 4194304 5683644 140735055378992 18446744073709551615 47137996877481 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30202/statm: 76096 13480 1826 364 0 12020 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 304384

[startup+3.10088 s]
/proc/loadavg: 4.02 4.01 3.79 5/216 30207
/proc/meminfo: memFree=26339288/32951124 swapFree=67072804/67111528
[pid=30202] ppid=30200 vsize=304384 CPUtime=3.01 cores=5,7
/proc/30202/stat : 30202 (python) R 30200 30202 29444 0 -1 4202496 18707 931 1 0 290 11 0 0 25 0 1 0 886571958 311689216 13481 33554432000 4194304 5683644 140735055378992 18446744073709551615 4539165 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30202/statm: 76096 13481 1827 364 0 12020 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 304384

[startup+6.30028 s]
/proc/loadavg: 4.02 4.01 3.79 5/216 30207
/proc/meminfo: memFree=26335200/32951124 swapFree=67072804/67111528
[pid=30202] ppid=30200 vsize=304384 CPUtime=6.21 cores=5,7
/proc/30202/stat : 30202 (python) R 30200 30202 29444 0 -1 4202496 18713 931 1 0 610 11 0 0 25 0 1 0 886571958 311689216 13487 33554432000 4194304 5683644 140735055378992 18446744073709551615 47137996732544 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30202/statm: 76096 13487 1833 364 0 12020 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 304384

[startup+12.7011 s]
/proc/loadavg: 4.18 4.04 3.80 5/219 30210
/proc/meminfo: memFree=26316508/32951124 swapFree=67072804/67111528
[pid=30202] ppid=30200 vsize=312664 CPUtime=6.69 cores=5,7
/proc/30202/stat : 30202 (python) S 30200 30202 29444 0 -1 4202496 18994 931 1 0 658 11 0 0 25 0 2 0 886571958 320167936 13028 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30202/statm: 78166 13028 1867 364 0 14084 0
[pid=30208] ppid=30202 vsize=302420 CPUtime=0 cores=5,7
/proc/30208/stat : 30208 (python) S 30202 30202 29444 0 -1 4202560 887 0 0 0 0 0 0 0 18 0 1 0 886572636 309678080 11533 33554432000 4194304 5683644 140735055378992 18446744073709551615 255377321487 0 0 16781312 514 4260048460264210695 0 0 17 5 0 0 0
/proc/30208/statm: 75605 11533 376 364 0 11523 0
[pid=30210] ppid=30208 vsize=15864 CPUtime=5.9 cores=5,7
/proc/30210/stat : 30210 (lingeling) R 30208 30210 30210 0 -1 4202496 6914 0 0 0 589 1 0 0 25 0 1 0 886572637 16244736 3136 33554432000 4194304 4352236 140735496049872 18446744073709551615 4238700 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30210/statm: 3966 3136 129 39 0 3046 0
[pid=30202/tid=30209] ppid=30200 vsize=312664 CPUtime=0 cores=5,7
/proc/30202/task/30209/stat : 30209 (python) S 30200 30202 29444 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886572637 320167936 13028 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389125041 0 0 16781312 2 18446604471126735040 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 630948

[startup+25.5007 s]
/proc/loadavg: 4.06 4.02 3.80 4/205 30211
/proc/meminfo: memFree=28356716/32951124 swapFree=67072804/67111528
[pid=30202] ppid=30200 vsize=312664 CPUtime=6.69 cores=5,7
/proc/30202/stat : 30202 (python) S 30200 30202 29444 0 -1 4202496 18994 931 1 0 658 11 0 0 25 0 2 0 886571958 320167936 13028 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30202/statm: 78166 13028 1867 364 0 14084 0
[pid=30208] ppid=30202 vsize=302420 CPUtime=0.02 cores=5,7
/proc/30208/stat : 30208 (python) S 30202 30202 29444 0 -1 4202560 896 0 0 0 1 1 0 0 18 0 1 0 886572636 309678080 11533 33554432000 4194304 5683644 140735055378992 18446744073709551615 255377321487 0 0 16781312 514 2919317720954536199 0 0 17 5 0 0 0
/proc/30208/statm: 75605 11533 376 364 0 11523 0
[pid=30210] ppid=30208 vsize=16332 CPUtime=18.68 cores=5,7
/proc/30210/stat : 30210 (lingeling) R 30208 30210 30210 0 -1 4202496 7031 0 0 0 1867 1 0 0 25 0 1 0 886572637 16723968 3253 33554432000 4194304 4352236 140735496049872 18446744073709551615 4234424 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30210/statm: 4083 3253 129 39 0 3163 0
[pid=30202/tid=30209] ppid=30200 vsize=312664 CPUtime=0 cores=5,7
/proc/30202/task/30209/stat : 30209 (python) S 30200 30202 29444 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886572637 320167936 13028 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389125041 0 0 16781312 2 18446604471126735040 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 631416

[startup+51.101 s]
/proc/loadavg: 3.76 3.95 3.78 4/205 30212
/proc/meminfo: memFree=28323972/32951124 swapFree=67072804/67111528
[pid=30202] ppid=30200 vsize=312664 CPUtime=6.69 cores=5,7
/proc/30202/stat : 30202 (python) S 30200 30202 29444 0 -1 4202496 18994 931 1 0 658 11 0 0 25 0 2 0 886571958 320167936 13028 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30202/statm: 78166 13028 1867 364 0 14084 0
[pid=30208] ppid=30202 vsize=302420 CPUtime=0.05 cores=5,7
/proc/30208/stat : 30208 (python) S 30202 30202 29444 0 -1 4202560 907 0 0 0 3 2 0 0 18 0 1 0 886572636 309678080 11533 33554432000 4194304 5683644 140735055378992 18446744073709551615 255377321487 0 0 16781312 514 2919317720954536199 0 0 17 5 0 0 0
/proc/30208/statm: 75605 11533 376 364 0 11523 0
[pid=30210] ppid=30208 vsize=24928 CPUtime=44.25 cores=5,7
/proc/30210/stat : 30210 (lingeling) R 30208 30210 30210 0 -1 4202496 9181 0 0 0 4424 1 0 0 25 0 1 0 886572637 25526272 5402 33554432000 4194304 4352236 140735496049872 18446744073709551615 4207645 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30210/statm: 6232 5402 129 39 0 5312 0
[pid=30202/tid=30209] ppid=30200 vsize=312664 CPUtime=0 cores=5,7
/proc/30202/task/30209/stat : 30209 (python) S 30200 30202 29444 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886572637 320167936 13028 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389125041 0 0 16781312 2 18446604471126735040 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 640012

[startup+102.307 s]
/proc/loadavg: 3.33 3.81 3.74 4/194 30257
/proc/meminfo: memFree=31066876/32951124 swapFree=67072804/67111528
[pid=30202] ppid=30200 vsize=312664 CPUtime=6.69 cores=5,7
/proc/30202/stat : 30202 (python) S 30200 30202 29444 0 -1 4202496 18994 931 1 0 658 11 0 0 25 0 2 0 886571958 320167936 13028 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30202/statm: 78166 13028 1867 364 0 14084 0
[pid=30208] ppid=30202 vsize=302420 CPUtime=0.12 cores=5,7
/proc/30208/stat : 30208 (python) S 30202 30202 29444 0 -1 4202560 932 0 0 0 7 5 0 0 18 0 1 0 886572636 309678080 11533 33554432000 4194304 5683644 140735055378992 18446744073709551615 255377321487 0 0 16781312 514 2919317720954536199 0 0 17 5 0 0 0
/proc/30208/statm: 75605 11533 376 364 0 11523 0
[pid=30210] ppid=30208 vsize=25444 CPUtime=95.42 cores=5,7
/proc/30210/stat : 30210 (lingeling) R 30208 30210 30210 0 -1 4202496 10847 0 0 0 9541 1 0 0 25 0 1 0 886572637 26054656 5531 33554432000 4194304 4352236 140735496049872 18446744073709551615 4328400 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30210/statm: 6361 5531 129 39 0 5441 0
[pid=30202/tid=30209] ppid=30200 vsize=312664 CPUtime=0 cores=5,7
/proc/30202/task/30209/stat : 30209 (python) S 30200 30202 29444 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886572637 320167936 13028 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389125041 0 0 16781312 2 18446604471126735040 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 640528

[startup+162.3 s]
/proc/loadavg: 3.12 3.66 3.69 4/197 30307
/proc/meminfo: memFree=30875032/32951124 swapFree=67072804/67111528
[pid=30202] ppid=30200 vsize=312664 CPUtime=6.69 cores=5,7
/proc/30202/stat : 30202 (python) S 30200 30202 29444 0 -1 4202496 18994 931 1 0 658 11 0 0 25 0 2 0 886571958 320167936 13028 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30202/statm: 78166 13028 1867 364 0 14084 0
[pid=30208] ppid=30202 vsize=302420 CPUtime=0.19 cores=5,7
/proc/30208/stat : 30208 (python) S 30202 30202 29444 0 -1 4202560 951 0 0 0 11 8 0 0 18 0 1 0 886572636 309678080 11533 33554432000 4194304 5683644 140735055378992 18446744073709551615 255377321487 0 0 16781312 514 2919317720954536199 0 0 17 5 0 0 0
/proc/30208/statm: 75605 11533 376 364 0 11523 0
[pid=30210] ppid=30208 vsize=29540 CPUtime=155.36 cores=5,7
/proc/30210/stat : 30210 (lingeling) R 30208 30210 30210 0 -1 4202496 13151 0 0 0 15535 1 0 0 25 0 1 0 886572637 30248960 6555 33554432000 4194304 4352236 140735496049872 18446744073709551615 4329346 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30210/statm: 7385 6555 129 39 0 6465 0
[pid=30202/tid=30209] ppid=30200 vsize=312664 CPUtime=0 cores=5,7
/proc/30202/task/30209/stat : 30209 (python) S 30200 30202 29444 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886572637 320167936 13028 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389125041 0 0 16781312 2 18446604471126735040 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 644624

[startup+222.3 s]
/proc/loadavg: 3.09 3.55 3.65 4/197 30309
/proc/meminfo: memFree=30858100/32951124 swapFree=67072804/67111528
[pid=30202] ppid=30200 vsize=312664 CPUtime=6.69 cores=5,7
/proc/30202/stat : 30202 (python) S 30200 30202 29444 0 -1 4202496 18994 931 1 0 658 11 0 0 25 0 2 0 886571958 320167936 13028 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30202/statm: 78166 13028 1867 364 0 14084 0
[pid=30208] ppid=30202 vsize=302420 CPUtime=0.26 cores=5,7
/proc/30208/stat : 30208 (python) S 30202 30202 29444 0 -1 4202560 968 0 0 0 15 11 0 0 18 0 1 0 886572636 309678080 11533 33554432000 4194304 5683644 140735055378992 18446744073709551615 255377321487 0 0 16781312 514 2919317720954536199 0 0 17 5 0 0 0
/proc/30208/statm: 75605 11533 376 364 0 11523 0
[pid=30210] ppid=30208 vsize=38760 CPUtime=215.32 cores=5,7
/proc/30210/stat : 30210 (lingeling) R 30208 30210 30210 0 -1 4202496 18017 0 0 0 21530 2 0 0 25 0 1 0 886572637 39690240 8860 33554432000 4194304 4352236 140735496049872 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30210/statm: 9690 8860 129 39 0 8770 0
[pid=30202/tid=30209] ppid=30200 vsize=312664 CPUtime=0 cores=5,7
/proc/30202/task/30209/stat : 30209 (python) S 30200 30202 29444 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886572637 320167936 13028 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389125041 0 0 16781312 2 18446604471126735040 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 653844

[startup+282.301 s]
/proc/loadavg: 3.06 3.46 3.61 3/188 30335
/proc/meminfo: memFree=31180496/32951124 swapFree=67072804/67111528
[pid=30202] ppid=30200 vsize=312664 CPUtime=6.69 cores=5,7
/proc/30202/stat : 30202 (python) S 30200 30202 29444 0 -1 4202496 18994 931 1 0 658 11 0 0 25 0 2 0 886571958 320167936 13028 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30202/statm: 78166 13028 1867 364 0 14084 0
[pid=30208] ppid=30202 vsize=302420 CPUtime=0.33 cores=5,7

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

[pid=30371] ppid=30202 vsize=312676 CPUtime=0.55 cores=5,7
/proc/30371/stat : 30371 (python) S 30202 30202 29444 0 -1 4202560 1020 0 0 0 28 27 0 0 15 0 1 0 886631297 320180224 11532 33554432000 4194304 5683644 140735055378992 18446744073709551615 255377321542 0 0 16781312 514 4582878818074591496 0 0 17 5 0 0 0
/proc/30371/statm: 78169 11532 371 364 0 14084 0
[pid=30373] ppid=30371 vsize=220352 CPUtime=408.51 cores=5,7
/proc/30373/stat : 30373 (cryptominisat-2) R 30371 30373 30373 0 -1 4202496 153453 0 0 0 40819 32 0 0 25 0 1 0 886631298 225640448 46844 33554432000 4194304 4677096 140733983490752 18446744073709551615 4320115 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30373/statm: 55088 46844 392 118 0 50047 0
[pid=30202/tid=30209] ppid=30200 vsize=322920 CPUtime=0 cores=5,7
/proc/30202/task/30209/stat : 30209 (python) S 30200 30202 29444 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 3 0 886572637 330670080 13035 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389125041 0 0 16781312 2 18446604471126735040 0 0 -1 5 0 0 0
[pid=30202/tid=30372] ppid=30200 vsize=322920 CPUtime=0 cores=5,7
/proc/30202/task/30372/stat : 30372 (python) S 30200 30202 29444 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 886631297 330670080 13035 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389125041 0 0 16781312 2 18446604471126735040 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1002.56
Current children cumulated vsize (KiB) 1217596

[startup+1062.3 s]
/proc/loadavg: 1.04 1.33 2.29 2/183 30397
/proc/meminfo: memFree=31249576/32951124 swapFree=67072804/67111528
[pid=30202] ppid=30200 vsize=322920 CPUtime=6.69 cores=5,7
/proc/30202/stat : 30202 (python) S 30200 30202 29444 0 -1 4202496 19800 931 1 0 658 11 0 0 19 0 3 0 886571958 330670080 13035 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30202/statm: 80730 13035 1870 364 0 16645 0
[pid=30208] ppid=30202 vsize=312664 CPUtime=0.7 cores=5,7
/proc/30208/stat : 30208 (python) S 30202 30202 29444 0 -1 4202560 1198 0 0 0 37 33 0 0 19 0 2 0 886572636 320167936 11576 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30208/statm: 78166 11576 414 364 0 14084 0
[pid=30210] ppid=30208 vsize=48984 CPUtime=586.11 cores=5,7
/proc/30210/stat : 30210 (lingeling) T 30208 30210 30210 0 -1 4202496 56132 0 0 0 58604 7 0 0 25 0 1 0 886572637 50159616 11448 33554432000 4194304 4352236 140735496049872 18446744073709551615 4328304 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/30210/statm: 12246 11448 129 39 0 11326 0
[pid=30208/tid=30370] ppid=30202 vsize=312664 CPUtime=0 cores=5,7
/proc/30208/task/30370/stat : 30370 (python) S 30202 30202 29444 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886631297 320167936 11576 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389125041 0 0 16781312 514 18446604471084432256 0 0 -1 7 0 0 0
[pid=30371] ppid=30202 vsize=312676 CPUtime=0.64 cores=5,7
/proc/30371/stat : 30371 (python) S 30202 30202 29444 0 -1 4202560 1020 0 0 0 32 32 0 0 15 0 1 0 886631297 320180224 11532 33554432000 4194304 5683644 140735055378992 18446744073709551615 255377321542 0 0 16781312 514 2919317720954536200 0 0 17 5 0 0 0
/proc/30371/statm: 78169 11532 371 364 0 14084 0
[pid=30373] ppid=30371 vsize=269224 CPUtime=468.46 cores=5,7
/proc/30373/stat : 30373 (cryptominisat-2) R 30371 30373 30373 0 -1 4202496 170024 0 0 0 46811 35 0 0 25 0 1 0 886631298 275685376 58246 33554432000 4194304 4677096 140733983490752 18446744073709551615 4319968 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/30373/statm: 67306 58246 392 118 0 62265 0
[pid=30202/tid=30209] ppid=30200 vsize=322920 CPUtime=0 cores=5,7
/proc/30202/task/30209/stat : 30209 (python) S 30200 30202 29444 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 3 0 886572637 330670080 13035 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389125041 0 0 16781312 2 18446604471126735040 0 0 -1 5 0 0 0
[pid=30202/tid=30372] ppid=30200 vsize=322920 CPUtime=0 cores=5,7
/proc/30202/task/30372/stat : 30372 (python) S 30200 30202 29444 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 886631297 330670080 13035 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389125041 0 0 16781312 2 18446604471126735040 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1062.6
Current children cumulated vsize (KiB) 1266468

[startup+1122.3 s]
/proc/loadavg: 1.01 1.27 2.21 2/183 30399
/proc/meminfo: memFree=31255004/32951124 swapFree=67072804/67111528
[pid=30202] ppid=30200 vsize=322920 CPUtime=6.69 cores=5,7
/proc/30202/stat : 30202 (python) S 30200 30202 29444 0 -1 4202496 19800 931 1 0 658 11 0 0 19 0 3 0 886571958 330670080 13035 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30202/statm: 80730 13035 1870 364 0 16645 0
[pid=30208] ppid=30202 vsize=312664 CPUtime=0.7 cores=5,7
/proc/30208/stat : 30208 (python) S 30202 30202 29444 0 -1 4202560 1198 0 0 0 37 33 0 0 19 0 2 0 886572636 320167936 11576 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30208/statm: 78166 11576 414 364 0 14084 0
[pid=30210] ppid=30208 vsize=48984 CPUtime=586.11 cores=5,7
/proc/30210/stat : 30210 (lingeling) T 30208 30210 30210 0 -1 4202496 56132 0 0 0 58604 7 0 0 25 0 1 0 886572637 50159616 11448 33554432000 4194304 4352236 140735496049872 18446744073709551615 4328304 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/30210/statm: 12246 11448 129 39 0 11326 0
[pid=30208/tid=30370] ppid=30202 vsize=312664 CPUtime=0 cores=5,7
/proc/30208/task/30370/stat : 30370 (python) S 30202 30202 29444 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886631297 320167936 11576 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389125041 0 0 16781312 514 18446604471084432256 0 0 -1 7 0 0 0
[pid=30371] ppid=30202 vsize=312676 CPUtime=0.7 cores=5,7
/proc/30371/stat : 30371 (python) S 30202 30202 29444 0 -1 4202560 1020 0 0 0 35 35 0 0 15 0 1 0 886631297 320180224 11532 33554432000 4194304 5683644 140735055378992 18446744073709551615 255377321542 0 0 16781312 514 4582878818074591496 0 0 17 5 0 0 0
/proc/30371/statm: 78169 11532 371 364 0 14084 0
[pid=30373] ppid=30371 vsize=253400 CPUtime=528.41 cores=5,7
/proc/30373/stat : 30373 (cryptominisat-2) R 30371 30373 30373 0 -1 4202496 176527 0 0 0 52804 37 0 0 25 0 1 0 886631298 259481600 56589 33554432000 4194304 4677096 140733983490752 18446744073709551615 4334262 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30373/statm: 63350 56589 392 118 0 58309 0
[pid=30202/tid=30209] ppid=30200 vsize=322920 CPUtime=0 cores=5,7
/proc/30202/task/30209/stat : 30209 (python) S 30200 30202 29444 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 3 0 886572637 330670080 13035 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389125041 0 0 16781312 2 18446604471126735040 0 0 -1 5 0 0 0
[pid=30202/tid=30372] ppid=30200 vsize=322920 CPUtime=0 cores=5,7
/proc/30202/task/30372/stat : 30372 (python) S 30200 30202 29444 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 886631297 330670080 13035 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389125041 0 0 16781312 2 18446604471126735040 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1122.61
Current children cumulated vsize (KiB) 1250644

[startup+1182.3 s]
/proc/loadavg: 1.00 1.22 2.13 2/183 30400
/proc/meminfo: memFree=31245420/32951124 swapFree=67072804/67111528
[pid=30202] ppid=30200 vsize=322920 CPUtime=6.69 cores=5,7
/proc/30202/stat : 30202 (python) S 30200 30202 29444 0 -1 4202496 19800 931 1 0 658 11 0 0 19 0 3 0 886571958 330670080 13035 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30202/statm: 80730 13035 1870 364 0 16645 0
[pid=30208] ppid=30202 vsize=312664 CPUtime=0.7 cores=5,7
/proc/30208/stat : 30208 (python) S 30202 30202 29444 0 -1 4202560 1198 0 0 0 37 33 0 0 19 0 2 0 886572636 320167936 11576 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30208/statm: 78166 11576 414 364 0 14084 0
[pid=30210] ppid=30208 vsize=48984 CPUtime=586.11 cores=5,7
/proc/30210/stat : 30210 (lingeling) T 30208 30210 30210 0 -1 4202496 56132 0 0 0 58604 7 0 0 25 0 1 0 886572637 50159616 11448 33554432000 4194304 4352236 140735496049872 18446744073709551615 4328304 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/30210/statm: 12246 11448 129 39 0 11326 0
[pid=30208/tid=30370] ppid=30202 vsize=312664 CPUtime=0 cores=5,7
/proc/30208/task/30370/stat : 30370 (python) S 30202 30202 29444 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886631297 320167936 11576 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389125041 0 0 16781312 514 18446604471084432256 0 0 -1 7 0 0 0
[pid=30371] ppid=30202 vsize=312676 CPUtime=0.79 cores=5,7
/proc/30371/stat : 30371 (python) S 30202 30202 29444 0 -1 4202560 1020 0 0 0 39 40 0 0 15 0 1 0 886631297 320180224 11532 33554432000 4194304 5683644 140735055378992 18446744073709551615 255377321542 0 0 16781312 514 2919317720954536200 0 0 17 5 0 0 0
/proc/30371/statm: 78169 11532 371 364 0 14084 0
[pid=30373] ppid=30371 vsize=264284 CPUtime=588.35 cores=5,7
/proc/30373/stat : 30373 (cryptominisat-2) R 30371 30373 30373 0 -1 4202496 183385 0 0 0 58797 38 0 0 25 0 1 0 886631298 270626816 59113 33554432000 4194304 4677096 140733983490752 18446744073709551615 4465384 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/30373/statm: 66071 59113 393 118 0 61030 0
[pid=30202/tid=30209] ppid=30200 vsize=322920 CPUtime=0 cores=5,7
/proc/30202/task/30209/stat : 30209 (python) S 30200 30202 29444 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 3 0 886572637 330670080 13035 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389125041 0 0 16781312 2 18446604471126735040 0 0 -1 5 0 0 0
[pid=30202/tid=30372] ppid=30200 vsize=322920 CPUtime=0 cores=5,7
/proc/30202/task/30372/stat : 30372 (python) S 30200 30202 29444 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 886631297 330670080 13035 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389125041 0 0 16781312 2 18446604471126735040 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1182.64
Current children cumulated vsize (KiB) 1261528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.7 s]
/proc/loadavg: 1.00 1.20 2.10 2/183 30401
/proc/meminfo: memFree=31238340/32951124 swapFree=67072804/67111528
[pid=30202] ppid=30200 vsize=322920 CPUtime=6.69 cores=5,7
/proc/30202/stat : 30202 (python) S 30200 30202 29444 0 -1 4202496 19800 931 1 0 658 11 0 0 19 0 3 0 886571958 330670080 13035 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30202/statm: 80730 13035 1870 364 0 16645 0
[pid=30208] ppid=30202 vsize=312664 CPUtime=0.7 cores=5,7
/proc/30208/stat : 30208 (python) S 30202 30202 29444 0 -1 4202560 1198 0 0 0 37 33 0 0 19 0 2 0 886572636 320167936 11576 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30208/statm: 78166 11576 414 364 0 14084 0
[pid=30210] ppid=30208 vsize=48984 CPUtime=586.11 cores=5,7
/proc/30210/stat : 30210 (lingeling) T 30208 30210 30210 0 -1 4202496 56132 0 0 0 58604 7 0 0 25 0 1 0 886572637 50159616 11448 33554432000 4194304 4352236 140735496049872 18446744073709551615 4328304 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/30210/statm: 12246 11448 129 39 0 11326 0
[pid=30208/tid=30370] ppid=30202 vsize=312664 CPUtime=0 cores=5,7
/proc/30208/task/30370/stat : 30370 (python) S 30202 30202 29444 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886631297 320167936 11576 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389125041 0 0 16781312 514 18446604471084432256 0 0 -1 7 0 0 0
[pid=30371] ppid=30202 vsize=312676 CPUtime=0.82 cores=5,7
/proc/30371/stat : 30371 (python) S 30202 30202 29444 0 -1 4202560 1020 0 0 0 41 41 0 0 15 0 1 0 886631297 320180224 11532 33554432000 4194304 5683644 140735055378992 18446744073709551615 255377321542 0 0 16781312 514 2919317720954536200 0 0 17 5 0 0 0
/proc/30371/statm: 78169 11532 371 364 0 14084 0
[pid=30373] ppid=30371 vsize=277360 CPUtime=605.74 cores=5,7
/proc/30373/stat : 30373 (cryptominisat-2) R 30371 30373 30373 0 -1 4202496 187179 0 0 0 60535 39 0 0 25 0 1 0 886631298 284016640 60914 33554432000 4194304 4677096 140733983490752 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30373/statm: 69340 60914 392 118 0 64299 0
[pid=30202/tid=30209] ppid=30200 vsize=322920 CPUtime=0 cores=5,7
/proc/30202/task/30209/stat : 30209 (python) S 30200 30202 29444 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 3 0 886572637 330670080 13035 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389125041 0 0 16781312 2 18446604471126735040 0 0 -1 5 0 0 0
[pid=30202/tid=30372] ppid=30200 vsize=322920 CPUtime=0 cores=5,7
/proc/30202/task/30372/stat : 30372 (python) S 30200 30202 29444 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 886631297 330670080 13035 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389125041 0 0 16781312 2 18446604471126735040 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 1274604

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

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

[startup+1199.7 s]
/proc/loadavg: 1.00 1.20 2.10 2/183 30401
/proc/meminfo: memFree=31238340/32951124 swapFree=67072804/67111528
[pid=30202] ppid=30200 vsize=322920 CPUtime=6.69 cores=5,7
/proc/30202/stat : 30202 (python) S 30200 30202 29444 0 -1 4202496 19800 931 1 0 658 11 0 0 19 0 3 0 886571958 330670080 13035 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30202/statm: 80730 13035 1870 364 0 16645 0
[pid=30208] ppid=30202 vsize=312664 CPUtime=0.7 cores=5,7
/proc/30208/stat : 30208 (python) S 30202 30202 29444 0 -1 4202560 1198 0 0 0 37 33 0 0 19 0 2 0 886572636 320167936 11576 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30208/statm: 78166 11576 414 364 0 14084 0
[pid=30210] ppid=30208 vsize=48984 CPUtime=586.11 cores=5,7
/proc/30210/stat : 30210 (lingeling) T 30208 30210 30210 0 -1 4202496 56132 0 0 0 58604 7 0 0 25 0 1 0 886572637 50159616 11448 33554432000 4194304 4352236 140735496049872 18446744073709551615 4328304 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/30210/statm: 12246 11448 129 39 0 11326 0
[pid=30208/tid=30370] ppid=30202 vsize=312664 CPUtime=0 cores=5,7
/proc/30208/task/30370/stat : 30370 (python) S 30202 30202 29444 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886631297 320167936 11576 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389125041 0 0 16781312 514 18446604471084432256 0 0 -1 7 0 0 0
[pid=30371] ppid=30202 vsize=312676 CPUtime=0.82 cores=5,7
/proc/30371/stat : 30371 (python) S 30202 30202 29444 0 -1 4202560 1020 0 0 0 41 41 0 0 15 0 1 0 886631297 320180224 11532 33554432000 4194304 5683644 140735055378992 18446744073709551615 255377321542 0 0 16781312 514 2919317720954536200 0 0 17 5 0 0 0
/proc/30371/statm: 78169 11532 371 364 0 14084 0
[pid=30373] ppid=30371 vsize=277360 CPUtime=605.74 cores=5,7
/proc/30373/stat : 30373 (cryptominisat-2) R 30371 30373 30373 0 -1 4202496 187179 0 0 0 60535 39 0 0 25 0 1 0 886631298 284016640 60914 33554432000 4194304 4677096 140733983490752 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30373/statm: 69340 60914 392 118 0 64299 0
[pid=30202/tid=30209] ppid=30200 vsize=322920 CPUtime=0 cores=5,7
/proc/30202/task/30209/stat : 30209 (python) S 30200 30202 29444 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 3 0 886572637 330670080 13035 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389125041 0 0 16781312 2 18446604471126735040 0 0 -1 5 0 0 0
[pid=30202/tid=30372] ppid=30200 vsize=322920 CPUtime=0 cores=5,7
/proc/30202/task/30372/stat : 30372 (python) S 30200 30202 29444 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 3 0 886631297 330670080 13035 33554432000 4194304 5683644 140735055378992 18446744073709551615 255389125041 0 0 16781312 2 18446604471126735040 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 1274604

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30202 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=587998
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=123981
# CPU time returned by wait4() is 6.71198
# while last known CPU time is 1200.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.73
CPU time (s): 1200.06
CPU user time (s): 1198.75
CPU system time (s): 1.31
CPU usage (%): 100.028
Max. virtual memory (cumulated for all children) (KiB): 1334180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.588
system time used= 0.123981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20731
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= 978
involuntary context switches= 24

runsolver used 1.84572 second user time and 4.71128 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-11 01:49:01
IDJOB=3483963
IDBENCH=82466
IDSOLVER=1976
FILE ID=node135/3483963-1307749741
RUNJOBID= node135-1307746989-29465
PBS_JOBID= 13550823
Free space on /tmp= 73800 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.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 /tmp/evaluation-result-3483963-1307749741/watcher-3483963-1307749741 -o /tmp/evaluation-result-3483963-1307749741/solver-3483963-1307749741 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483963-1307749741.cnf -seed 332255228 -budget 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= ee159af2e208d290f7f3fefd15c344f2
RANDOM SEED=332255228

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26391656 kB
Buffers:        214848 kB
Cached:        1039936 kB
SwapCached:       6548 kB
Active:        5786256 kB
Inactive:       562724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26391656 kB
SwapTotal:    67111528 kB
SwapFree:     67072804 kB
Dirty:           33652 kB
Writeback:           0 kB
AnonPages:     5093184 kB
Mapped:          17840 kB
Slab:           122836 kB
PageTables:      27888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  9239352 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73868 MiB
End job on node135 at 2011-06-11 02:09:03