Trace number 3498412

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)UNSAT 55.1326 55.2219

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtswvrod6x8p1-tseitin.cnf
MD5SUMd07ba7628d2c2e21fb72ee99fe24c054
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.62829
Satisfiable
(Un)Satisfiability was proved
Number of variables160244
Number of clauses479591
Sum of the clauses size1119043
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2319726
Number of clauses of size 3159863
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.30/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.30/0.48	c INFO: solving HOME/instance-3498412-1307953802.cnf
0.30/0.48	c INFO: computing task features
1.78/1.94	c INFO: computed variable-clause graph statistics
1.78/1.99	c INFO: computed clause balance statistics
9.08/9.24	c INFO: computed variable balance statistics
14.48/14.66	c INFO: computed small-clause counts
14.58/14.75	c INFO: computed Horn-clause counts
44.18/44.35	c INFO: computed variable graph statistics
44.18/44.35	c INFO: collected features for HOME/instance-3498412-1307953802.cnf in 43.82 s
44.18/44.38	c INFO: running lingeling-276@0 for 97 with 4956 remaining (b = 0.50)
54.96/55.18	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 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 /tmp/evaluation-result-3498412-1307953802/watcher-3498412-1307953802 -o /tmp/evaluation-result-3498412-1307953802/solver-3498412-1307953802 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498412-1307953802.cnf -seed 1237611197 -budget 5000 

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

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.99 1.78 1.01 2/177 21555
/proc/meminfo: memFree=30580844/32950928 swapFree=67053884/67111528
[pid=21555] ppid=21553 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/21555/stat : 21555 (python) R 21553 21555 21302 0 -1 4202496 787 0 0 0 0 0 0 0 19 0 1 0 906976990 15753216 675 33554432000 4194304 5683644 140734660042496 18446744073709551615 254500385773 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21555/statm: 3846 677 322 364 0 333 0

[startup+0.0722979 s]
/proc/loadavg: 1.99 1.78 1.01 2/177 21555
/proc/meminfo: memFree=30580844/32950928 swapFree=67053884/67111528
[pid=21555] ppid=21553 vsize=54536 CPUtime=0.04 cores=1,3,5,7
/proc/21555/stat : 21555 (python) R 21553 21555 21302 0 -1 4202496 2050 0 0 0 3 1 0 0 17 0 1 0 906976990 55844864 1808 33554432000 4194304 5683644 140734660042496 18446744073709551615 254500689920 0 2147483391 16781312 2 0 0 0 17 3 0 0 0
/proc/21555/statm: 13634 1808 492 364 0 1284 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 54536

[startup+0.100295 s]
/proc/loadavg: 1.99 1.78 1.01 2/177 21555
/proc/meminfo: memFree=30580844/32950928 swapFree=67053884/67111528
[pid=21555] ppid=21553 vsize=102012 CPUtime=0.07 cores=1,3,5,7
/proc/21555/stat : 21555 (python) R 21553 21555 21302 0 -1 4202496 3003 0 0 0 5 2 0 0 17 0 1 0 906976990 104460288 2695 33554432000 4194304 5683644 140734660042496 18446744073709551615 254500735111 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21555/statm: 25503 2695 841 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 102012

[startup+0.300249 s]
/proc/loadavg: 1.99 1.78 1.01 2/177 21555
/proc/meminfo: memFree=30580844/32950928 swapFree=67053884/67111528
[pid=21555] ppid=21553 vsize=157108 CPUtime=0.22 cores=1,3,5,7
/proc/21555/stat : 21555 (python) R 21553 21555 21302 0 -1 4202496 6522 932 1 0 16 6 0 0 17 0 1 0 906976990 160878592 4617 33554432000 4194304 5683644 140734660042496 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21555/statm: 39277 4621 1257 364 0 3385 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 157108

[startup+0.701174 s]
/proc/loadavg: 1.99 1.78 1.01 2/177 21555
/proc/meminfo: memFree=30580844/32950928 swapFree=67053884/67111528
[pid=21555] ppid=21553 vsize=301088 CPUtime=0.59 cores=1,3,5,7
/proc/21555/stat : 21555 (python) R 21553 21555 21302 0 -1 4202496 14814 932 1 0 49 10 0 0 17 0 1 0 906976990 308314112 12484 33554432000 4194304 5683644 140734660042496 18446744073709551615 254500352709 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21555/statm: 75272 12485 1761 364 0 11196 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 301088

[startup+1.50101 s]
/proc/loadavg: 1.99 1.78 1.01 3/178 21560
/proc/meminfo: memFree=30516940/32950928 swapFree=67053884/67111528
[pid=21555] ppid=21553 vsize=356332 CPUtime=1.39 cores=1,3,5,7
/proc/21555/stat : 21555 (python) R 21553 21555 21302 0 -1 4202496 26963 932 1 0 127 12 0 0 18 0 1 0 906976990 364883968 24633 33554432000 4194304 5683644 140734660042496 18446744073709551615 47150832220869 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21555/statm: 89083 24634 1761 364 0 25007 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 356332

[startup+3.10069 s]
/proc/loadavg: 1.99 1.78 1.01 3/178 21560
/proc/meminfo: memFree=30461752/32950928 swapFree=67053884/67111528
[pid=21555] ppid=21553 vsize=375936 CPUtime=2.98 cores=1,3,5,7
/proc/21555/stat : 21555 (python) R 21553 21555 21302 0 -1 4202496 44527 932 1 0 284 14 0 0 21 0 1 0 906976990 384958464 31369 33554432000 4194304 5683644 140734660042496 18446744073709551615 254500350533 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21555/statm: 93984 31369 1826 364 0 29908 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 375936

[startup+6.30105 s]
/proc/loadavg: 1.99 1.79 1.02 3/178 21560
/proc/meminfo: memFree=30461404/32950928 swapFree=67053884/67111528
[pid=21555] ppid=21553 vsize=375936 CPUtime=6.18 cores=1,3,5,7
/proc/21555/stat : 21555 (python) R 21553 21555 21302 0 -1 4202496 44527 932 1 0 604 14 0 0 25 0 1 0 906976990 384958464 31369 33554432000 4194304 5683644 140734660042496 18446744073709551615 47150839452184 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21555/statm: 93984 31369 1826 364 0 29908 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 375936

[startup+12.7008 s]
/proc/loadavg: 1.99 1.79 1.02 3/178 21560
/proc/meminfo: memFree=30461424/32950928 swapFree=67053884/67111528
[pid=21555] ppid=21553 vsize=375936 CPUtime=12.58 cores=1,3,5,7
/proc/21555/stat : 21555 (python) R 21553 21555 21302 0 -1 4202496 44528 932 1 0 1244 14 0 0 25 0 1 0 906976990 384958464 31370 33554432000 4194304 5683644 140734660042496 18446744073709551615 254500347813 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21555/statm: 93984 31370 1827 364 0 29908 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 375936

[startup+25.5002 s]
/proc/loadavg: 2.07 1.81 1.04 3/178 21560
/proc/meminfo: memFree=30461780/32950928 swapFree=67053884/67111528
[pid=21555] ppid=21553 vsize=375936 CPUtime=25.38 cores=1,3,5,7
/proc/21555/stat : 21555 (python) R 21553 21555 21302 0 -1 4202496 44534 932 1 0 2524 14 0 0 25 0 1 0 906976990 384958464 31376 33554432000 4194304 5683644 140734660042496 18446744073709551615 47150832040076 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21555/statm: 93984 31376 1833 364 0 29908 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 375936

[startup+51.1011 s]
/proc/loadavg: 2.05 1.83 1.07 3/181 21564
/proc/meminfo: memFree=30395424/32950928 swapFree=67053884/67111528
[pid=21555] ppid=21553 vsize=378860 CPUtime=44.27 cores=1,3,5,7
/proc/21555/stat : 21555 (python) S 21553 21555 21302 0 -1 4202496 44894 932 1 0 4412 15 0 0 19 0 2 0 906976990 387952640 29586 33554432000 4194304 5683644 140734660042496 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21555/statm: 94715 29586 1875 364 0 30633 0
[pid=21562] ppid=21555 vsize=368616 CPUtime=0 cores=1,3,5,7
/proc/21562/stat : 21562 (python) S 21555 21555 21302 0 -1 4202560 950 0 0 0 0 0 0 0 18 0 1 0 906981428 377462784 28088 33554432000 4194304 5683644 140734660042496 18446744073709551615 254500711951 0 0 16781312 514 5628920645636030728 0 0 17 5 0 0 0
/proc/21562/statm: 92154 28088 381 364 0 28072 0
[pid=21564] ppid=21562 vsize=75760 CPUtime=6.7 cores=1,3,5,7
/proc/21564/stat : 21564 (lingeling) R 21562 21564 21564 0 -1 4202496 24136 0 0 0 668 2 0 0 25 0 1 0 906981429 77578240 18107 33554432000 4194304 4352236 140737099596352 18446744073709551615 4267912 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21564/statm: 18940 18107 127 39 0 18020 0
[pid=21555/tid=21563] ppid=21553 vsize=378860 CPUtime=0 cores=1,3,5,7
/proc/21555/task/21563/stat : 21563 (python) S 21553 21555 21302 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 2 0 906981428 387952640 29586 33554432000 4194304 5683644 140734660042496 18446744073709551615 254512515505 0 0 16781312 2 18446604454223473344 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 823236

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

[startup+52.7008 s]
/proc/loadavg: 2.05 1.83 1.07 3/181 21564
/proc/meminfo: memFree=30431620/32950928 swapFree=67053884/67111528
[pid=21555] ppid=21553 vsize=378860 CPUtime=44.27 cores=1,3,5,7
/proc/21555/stat : 21555 (python) S 21553 21555 21302 0 -1 4202496 44894 932 1 0 4412 15 0 0 19 0 2 0 906976990 387952640 29586 33554432000 4194304 5683644 140734660042496 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21555/statm: 94715 29586 1875 364 0 30633 0
[pid=21562] ppid=21555 vsize=368616 CPUtime=0 cores=1,3,5,7
/proc/21562/stat : 21562 (python) S 21555 21555 21302 0 -1 4202560 950 0 0 0 0 0 0 0 18 0 1 0 906981428 377462784 28088 33554432000 4194304 5683644 140734660042496 18446744073709551615 254500711951 0 0 16781312 514 5628920645636030728 0 0 17 5 0 0 0
/proc/21562/statm: 92154 28088 381 364 0 28072 0
[pid=21564] ppid=21562 vsize=39780 CPUtime=8.3 cores=1,3,5,7
/proc/21564/stat : 21564 (lingeling) R 21562 21564 21564 0 -1 4202496 24302 0 0 0 828 2 0 0 25 0 1 0 906981429 40734720 9114 33554432000 4194304 4352236 140737099596352 18446744073709551615 4278667 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21564/statm: 9945 9114 129 39 0 9025 0
[pid=21555/tid=21563] ppid=21553 vsize=378860 CPUtime=0 cores=1,3,5,7
/proc/21555/task/21563/stat : 21563 (python) S 21553 21555 21302 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 2 0 906981428 387952640 29586 33554432000 4194304 5683644 140734660042496 18446744073709551615 254512515505 0 0 16781312 2 18446604454223473344 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 52.57
Current children cumulated vsize (KiB) 787256

[startup+54.3005 s]
/proc/loadavg: 2.05 1.83 1.07 3/181 21564
/proc/meminfo: memFree=30430752/32950928 swapFree=67053884/67111528
[pid=21555] ppid=21553 vsize=378860 CPUtime=44.27 cores=1,3,5,7
/proc/21555/stat : 21555 (python) S 21553 21555 21302 0 -1 4202496 44894 932 1 0 4412 15 0 0 19 0 2 0 906976990 387952640 29586 33554432000 4194304 5683644 140734660042496 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21555/statm: 94715 29586 1875 364 0 30633 0
[pid=21562] ppid=21555 vsize=368616 CPUtime=0 cores=1,3,5,7
/proc/21562/stat : 21562 (python) S 21555 21555 21302 0 -1 4202560 950 0 0 0 0 0 0 0 18 0 1 0 906981428 377462784 28088 33554432000 4194304 5683644 140734660042496 18446744073709551615 254500711951 0 0 16781312 514 5628920645636030728 0 0 17 5 0 0 0
/proc/21562/statm: 92154 28088 381 364 0 28072 0
[pid=21564] ppid=21562 vsize=40540 CPUtime=9.89 cores=1,3,5,7
/proc/21564/stat : 21564 (lingeling) R 21562 21564 21564 0 -1 4202496 24493 0 0 0 987 2 0 0 25 0 1 0 906981429 41512960 9304 33554432000 4194304 4352236 140737099596352 18446744073709551615 4327839 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21564/statm: 10135 9304 129 39 0 9215 0
[pid=21555/tid=21563] ppid=21553 vsize=378860 CPUtime=0 cores=1,3,5,7
/proc/21555/task/21563/stat : 21563 (python) S 21553 21555 21302 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 2 0 906981428 387952640 29586 33554432000 4194304 5683644 140734660042496 18446744073709551615 254512515505 0 0 16781312 2 18446604454223473344 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 54.16
Current children cumulated vsize (KiB) 788016

[startup+54.7004 s]
/proc/loadavg: 2.05 1.83 1.07 3/181 21564
/proc/meminfo: memFree=30430752/32950928 swapFree=67053884/67111528
[pid=21555] ppid=21553 vsize=378860 CPUtime=44.27 cores=1,3,5,7
/proc/21555/stat : 21555 (python) S 21553 21555 21302 0 -1 4202496 44894 932 1 0 4412 15 0 0 19 0 2 0 906976990 387952640 29586 33554432000 4194304 5683644 140734660042496 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21555/statm: 94715 29586 1875 364 0 30633 0
[pid=21562] ppid=21555 vsize=368616 CPUtime=0 cores=1,3,5,7
/proc/21562/stat : 21562 (python) S 21555 21555 21302 0 -1 4202560 953 0 0 0 0 0 0 0 18 0 1 0 906981428 377462784 28088 33554432000 4194304 5683644 140734660042496 18446744073709551615 254500711951 0 0 16781312 514 2706311532328747272 0 0 17 5 0 0 0
/proc/21562/statm: 92154 28088 381 364 0 28072 0
[pid=21564] ppid=21562 vsize=32348 CPUtime=10.29 cores=1,3,5,7
/proc/21564/stat : 21564 (lingeling) R 21562 21564 21564 0 -1 4202496 24493 0 0 0 1027 2 0 0 25 0 1 0 906981429 33124352 7256 33554432000 4194304 4352236 140737099596352 18446744073709551615 4328042 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21564/statm: 8087 7256 129 39 0 7167 0
[pid=21555/tid=21563] ppid=21553 vsize=378860 CPUtime=0 cores=1,3,5,7
/proc/21555/task/21563/stat : 21563 (python) S 21553 21555 21302 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 2 0 906981428 387952640 29586 33554432000 4194304 5683644 140734660042496 18446744073709551615 254512515505 0 0 16781312 2 18446604454223473344 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 54.56
Current children cumulated vsize (KiB) 779824

[startup+55.1003 s]
/proc/loadavg: 2.04 1.83 1.07 3/181 21564
/proc/meminfo: memFree=30438440/32950928 swapFree=67053884/67111528
[pid=21555] ppid=21553 vsize=378860 CPUtime=44.27 cores=1,3,5,7
/proc/21555/stat : 21555 (python) S 21553 21555 21302 0 -1 4202496 44894 932 1 0 4412 15 0 0 19 0 2 0 906976990 387952640 29586 33554432000 4194304 5683644 140734660042496 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21555/statm: 94715 29586 1875 364 0 30633 0
[pid=21562] ppid=21555 vsize=368616 CPUtime=0 cores=1,3,5,7
/proc/21562/stat : 21562 (python) S 21555 21555 21302 0 -1 4202560 953 0 0 0 0 0 0 0 18 0 1 0 906981428 377462784 28088 33554432000 4194304 5683644 140734660042496 18446744073709551615 254500711951 0 0 16781312 514 2706311532328747272 0 0 17 5 0 0 0
/proc/21562/statm: 92154 28088 381 364 0 28072 0
[pid=21564] ppid=21562 vsize=32348 CPUtime=10.69 cores=1,3,5,7
/proc/21564/stat : 21564 (lingeling) R 21562 21564 21564 0 -1 4202496 24493 0 0 0 1067 2 0 0 25 0 1 0 906981429 33124352 7256 33554432000 4194304 4352236 140737099596352 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21564/statm: 8087 7256 129 39 0 7167 0
[pid=21555/tid=21563] ppid=21553 vsize=378860 CPUtime=0 cores=1,3,5,7
/proc/21555/task/21563/stat : 21563 (python) S 21553 21555 21302 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 2 0 906981428 387952640 29586 33554432000 4194304 5683644 140734660042496 18446744073709551615 254512515505 0 0 16781312 2 18446604454223473344 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 54.96
Current children cumulated vsize (KiB) 779824

[startup+55.2003 s]
/proc/loadavg: 2.04 1.83 1.07 3/181 21564
/proc/meminfo: memFree=30438440/32950928 swapFree=67053884/67111528
[pid=21555] ppid=21553 vsize=378836 CPUtime=55.09 cores=1,3,5,7
/proc/21555/stat : 21555 (python) R 21553 21555 21302 0 -1 4202496 51672 26607 1 0 4414 15 1076 4 17 0 1 0 906976990 387928064 29584 33554432000 4194304 5683644 140734660042496 18446744073709551615 254500347319 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21555/statm: 94709 29584 1873 364 0 30633 0
Current children cumulated CPU time (s) 55.09
Current children cumulated vsize (KiB) 378836

Child status: 0
Real time (s): 55.2219
CPU time (s): 55.1326
CPU user time (s): 54.9266
CPU system time (s): 0.205968
CPU usage (%): 99.8383
Max. virtual memory (cumulated for all children) (KiB): 823236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.9266
system time used= 0.205968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85346
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= 1040
involuntary context switches= 109

runsolver used 0.088986 second user time and 0.176973 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-13 10:30:03
IDJOB=3498412
IDBENCH=82474
IDSOLVER=1991
FILE ID=node149/3498412-1307953802
RUNJOBID= node149-1307953113-21321
PBS_JOBID= 13559679
Free space on /tmp= 73852 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtswvrod6x8p1-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-3498412-1307953802/watcher-3498412-1307953802 -o /tmp/evaluation-result-3498412-1307953802/solver-3498412-1307953802 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498412-1307953802.cnf -seed 1237611197 -budget 5000

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

MD5SUM BENCH= d07ba7628d2c2e21fb72ee99fe24c054
RANDOM SEED=1237611197

node149.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.806
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.61
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.806
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.806
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.83
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.806
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.73
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.806
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.82
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.806
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.806
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.806
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:     32950928 kB
MemFree:      30580900 kB
Buffers:        174324 kB
Cached:         545240 kB
SwapCached:      22728 kB
Active:        1905304 kB
Inactive:       260940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30580900 kB
SwapTotal:    67111528 kB
SwapFree:     67053884 kB
Dirty:           40892 kB
Writeback:          16 kB
AnonPages:     1444504 kB
Mapped:          15304 kB
Slab:           134936 kB
PageTables:       7732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1626008 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= 73824 MiB
End job on node149 at 2011-06-13 10:30:58