Trace number 3498408

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 50.4163 50.5728

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtswvqis8x8p2-tseitin.cnf
MD5SUMa2c0a22b1392549d2fca6c4b89170828
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.00769
Satisfiable
(Un)Satisfiability was proved
Number of variables156721
Number of clauses469046
Sum of the clauses size1094438
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2312696
Number of clauses of size 3156348
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.34/0.54	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.54	c INFO: solving HOME/instance-3498408-1307953781.cnf
0.34/0.54	c INFO: computing task features
1.72/1.95	c INFO: computed variable-clause graph statistics
1.72/2.00	c INFO: computed clause balance statistics
8.92/9.19	c INFO: computed variable balance statistics
14.22/14.47	c INFO: computed small-clause counts
14.32/14.56	c INFO: computed Horn-clause counts
42.63/42.89	c INFO: computed variable graph statistics
42.63/42.89	c INFO: collected features for HOME/instance-3498408-1307953781.cnf in 42.31 s
42.73/42.92	c INFO: running lingeling-276@0 for 97 with 4957 remaining (b = 0.50)
50.31/50.53	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 /var/tmp/evaluation-result-3498408-1307953781/watcher-3498408-1307953781 -o /var/tmp/evaluation-result-3498408-1307953781/solver-3498408-1307953781 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498408-1307953781.cnf -seed 134862828 -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.75 0.97 3/181 2235
/proc/meminfo: memFree=286456/32951124 swapFree=67062556/67111528
[pid=2235] ppid=2233 vsize=15084 CPUtime=0 cores=1,3,5,7
/proc/2235/stat : 2235 (python) R 2233 2235 1923 0 -1 4202496 640 0 0 0 0 0 0 0 24 0 1 0 985608607 15446016 535 33554432000 4194304 5683644 140733380327008 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2235/statm: 3771 537 304 364 0 258 0

[startup+0.0601181 s]
/proc/loadavg: 1.99 1.75 0.97 3/181 2235
/proc/meminfo: memFree=286456/32951124 swapFree=67062556/67111528
[pid=2235] ppid=2233 vsize=36504 CPUtime=0.04 cores=1,3,5,7
/proc/2235/stat : 2235 (python) S 2233 2235 1923 0 -1 4202496 1612 0 0 0 4 0 0 0 17 0 1 0 985608607 37380096 1444 33554432000 4194304 5683644 140733380327008 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/2235/statm: 9126 1444 452 364 0 943 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36504

[startup+0.101109 s]
/proc/loadavg: 1.99 1.75 0.97 3/181 2235
/proc/meminfo: memFree=286456/32951124 swapFree=67062556/67111528
[pid=2235] ppid=2233 vsize=101876 CPUtime=0.06 cores=1,3,5,7
/proc/2235/stat : 2235 (python) R 2233 2235 1923 0 -1 4202496 2959 0 0 0 5 1 0 0 17 0 1 0 985608607 104321024 2651 33554432000 4194304 5683644 140733380327008 18446744073709551615 252458063872 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2235/statm: 25469 2654 841 364 0 1769 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 101876

[startup+0.301104 s]
/proc/loadavg: 1.99 1.75 0.97 3/181 2235
/proc/meminfo: memFree=286456/32951124 swapFree=67062556/67111528
[pid=2235] ppid=2233 vsize=135748 CPUtime=0.19 cores=1,3,5,7
/proc/2235/stat : 2235 (python) S 2233 2235 1923 0 -1 4202496 5973 933 1 0 13 6 0 0 17 0 1 0 985608607 139005952 4150 33554432000 4194304 5683644 140733380327008 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/2235/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700998 s]
/proc/loadavg: 1.99 1.75 0.97 3/181 2235
/proc/meminfo: memFree=286456/32951124 swapFree=67062556/67111528
[pid=2235] ppid=2233 vsize=296916 CPUtime=0.52 cores=1,3,5,7
/proc/2235/stat : 2235 (python) R 2233 2235 1923 0 -1 4202496 13835 933 1 0 42 10 0 0 16 0 1 0 985608607 304041984 11505 33554432000 4194304 5683644 140733380327008 18446744073709551615 252457726661 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2235/statm: 74229 11505 1761 364 0 10153 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 296916

[startup+1.50087 s]
/proc/loadavg: 1.99 1.75 0.97 3/182 2240
/proc/meminfo: memFree=225028/32951124 swapFree=67062556/67111528
[pid=2235] ppid=2233 vsize=355000 CPUtime=1.32 cores=1,3,5,7
/proc/2235/stat : 2235 (python) R 2233 2235 1923 0 -1 4202496 25975 933 1 0 120 12 0 0 17 0 1 0 985608607 363520000 23645 33554432000 4194304 5683644 140733380327008 18446744073709551615 46962385197765 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2235/statm: 88750 23646 1761 364 0 24674 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 355000

[startup+3.10055 s]
/proc/loadavg: 1.99 1.75 0.97 3/182 2240
/proc/meminfo: memFree=165508/32951124 swapFree=67062556/67111528
[pid=2235] ppid=2233 vsize=373744 CPUtime=2.92 cores=1,3,5,7
/proc/2235/stat : 2235 (python) R 2233 2235 1923 0 -1 4202496 43738 933 1 0 278 14 0 0 20 0 1 0 985608607 382713856 30821 33554432000 4194304 5683644 140733380327008 18446744073709551615 252457723666 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2235/statm: 93436 30821 1826 364 0 29360 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 373744

[startup+6.30095 s]
/proc/loadavg: 1.99 1.76 0.98 3/182 2241
/proc/meminfo: memFree=162460/32951124 swapFree=67062556/67111528
[pid=2235] ppid=2233 vsize=373744 CPUtime=6.12 cores=1,3,5,7
/proc/2235/stat : 2235 (python) R 2233 2235 1923 0 -1 4202496 43738 933 1 0 598 14 0 0 25 0 1 0 985608607 382713856 30821 33554432000 4194304 5683644 140733380327008 18446744073709551615 252457725363 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2235/statm: 93436 30821 1826 364 0 29360 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 373744

[startup+12.7008 s]
/proc/loadavg: 1.99 1.76 0.98 3/182 2241
/proc/meminfo: memFree=153592/32951124 swapFree=67062556/67111528
[pid=2235] ppid=2233 vsize=373744 CPUtime=12.52 cores=1,3,5,7
/proc/2235/stat : 2235 (python) R 2233 2235 1923 0 -1 4202496 43739 933 1 0 1238 14 0 0 25 0 1 0 985608607 382713856 30822 33554432000 4194304 5683644 140733380327008 18446744073709551615 46962417679154 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2235/statm: 93436 30822 1827 364 0 29360 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 373744

[startup+25.5004 s]
/proc/loadavg: 1.99 1.77 1.00 3/182 2241
/proc/meminfo: memFree=154492/32951124 swapFree=67062556/67111528
[pid=2235] ppid=2233 vsize=373744 CPUtime=25.32 cores=1,3,5,7
/proc/2235/stat : 2235 (python) R 2233 2235 1923 0 -1 4202496 43745 933 1 0 2518 14 0 0 25 0 1 0 985608607 382713856 30828 33554432000 4194304 5683644 140733380327008 18446744073709551615 46962385016972 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2235/statm: 93436 30828 1833 364 0 29360 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 373744

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

[startup+38.301 s]
/proc/loadavg: 1.99 1.78 1.01 5/182 2241
/proc/meminfo: memFree=92876/32951124 swapFree=67062556/67111528
[pid=2235] ppid=2233 vsize=373744 CPUtime=38.12 cores=1,3,5,7
/proc/2235/stat : 2235 (python) R 2233 2235 1923 0 -1 4202496 43745 933 1 0 3798 14 0 0 25 0 1 0 985608607 382713856 30828 33554432000 4194304 5683644 140733380327008 18446744073709551615 46962385016972 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2235/statm: 93436 30828 1833 364 0 29360 0
Current children cumulated CPU time (s) 38.12
Current children cumulated vsize (KiB) 373744

[startup+44.7008 s]
/proc/loadavg: 1.99 1.78 1.02 3/185 2245
/proc/meminfo: memFree=95320/32951124 swapFree=67062556/67111528
[pid=2235] ppid=2233 vsize=376828 CPUtime=42.75 cores=1,3,5,7
/proc/2235/stat : 2235 (python) S 2233 2235 1923 0 -1 4202496 44116 933 1 0 4260 15 0 0 25 0 2 0 985608607 385871872 29078 33554432000 4194304 5683644 140733380327008 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2235/statm: 94207 29078 1875 364 0 30125 0
[pid=2243] ppid=2235 vsize=366584 CPUtime=0 cores=1,3,5,7
/proc/2243/stat : 2243 (python) S 2235 2235 1923 0 -1 4202560 811 0 0 0 0 0 0 0 18 0 1 0 985612899 375382016 27557 33554432000 4194304 5683644 140733380327008 18446744073709551615 252458085903 0 0 16781312 514 2754457226658709503 0 0 17 1 0 0 0
/proc/2243/statm: 91646 27557 358 364 0 27564 0
[pid=2245] ppid=2243 vsize=42332 CPUtime=1.76 cores=1,3,5,7
/proc/2245/stat : 2245 (lingeling) R 2243 2245 2245 0 -1 4202496 15722 0 0 0 174 2 0 0 25 0 1 0 985612900 43347968 9741 33554432000 4194304 4352236 140736638152192 18446744073709551615 4287624 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2245/statm: 10583 9741 123 39 0 9663 0
[pid=2235/tid=2244] ppid=2233 vsize=376828 CPUtime=0 cores=1,3,5,7
/proc/2235/task/2244/stat : 2244 (python) S 2233 2235 1923 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 2 0 985612900 385871872 29078 33554432000 4194304 5683644 140733380327008 18446744073709551615 252469889457 0 0 16781312 2 18446604470733883584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 44.51
Current children cumulated vsize (KiB) 785744

[startup+47.9002 s]
/proc/loadavg: 1.99 1.78 1.02 3/185 2245
/proc/meminfo: memFree=95440/32951124 swapFree=67062556/67111528
[pid=2235] ppid=2233 vsize=376828 CPUtime=42.75 cores=1,3,5,7
/proc/2235/stat : 2235 (python) S 2233 2235 1923 0 -1 4202496 44116 933 1 0 4260 15 0 0 25 0 2 0 985608607 385871872 29078 33554432000 4194304 5683644 140733380327008 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2235/statm: 94207 29078 1875 364 0 30125 0
[pid=2243] ppid=2235 vsize=366584 CPUtime=0 cores=1,3,5,7
/proc/2243/stat : 2243 (python) S 2235 2235 1923 0 -1 4202560 961 0 0 0 0 0 0 0 18 0 1 0 985612899 375382016 27580 33554432000 4194304 5683644 140733380327008 18446744073709551615 252458085903 0 0 16781312 514 2754457226658677000 0 0 17 1 0 0 0
/proc/2243/statm: 91646 27580 381 364 0 27564 0
[pid=2245] ppid=2243 vsize=50528 CPUtime=4.96 cores=1,3,5,7
/proc/2245/stat : 2245 (lingeling) R 2243 2245 2245 0 -1 4202496 17781 0 0 0 494 2 0 0 25 0 1 0 985612900 51740672 11800 33554432000 4194304 4352236 140736638152192 18446744073709551615 4214782 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2245/statm: 12632 11800 127 39 0 11712 0
[pid=2235/tid=2244] ppid=2233 vsize=376828 CPUtime=0 cores=1,3,5,7
/proc/2235/task/2244/stat : 2244 (python) S 2233 2235 1923 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 2 0 985612900 385871872 29078 33554432000 4194304 5683644 140733380327008 18446744073709551615 252469889457 0 0 16781312 2 18446604470733883584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 47.71
Current children cumulated vsize (KiB) 793940

[startup+49.5069 s]
/proc/loadavg: 1.99 1.79 1.02 3/185 2245
/proc/meminfo: memFree=99616/32951124 swapFree=67062556/67111528
[pid=2235] ppid=2233 vsize=376828 CPUtime=42.75 cores=1,3,5,7
/proc/2235/stat : 2235 (python) S 2233 2235 1923 0 -1 4202496 44116 933 1 0 4260 15 0 0 25 0 2 0 985608607 385871872 29078 33554432000 4194304 5683644 140733380327008 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2235/statm: 94207 29078 1875 364 0 30125 0
[pid=2243] ppid=2235 vsize=366584 CPUtime=0 cores=1,3,5,7
/proc/2243/stat : 2243 (python) S 2235 2235 1923 0 -1 4202560 961 0 0 0 0 0 0 0 18 0 1 0 985612899 375382016 27580 33554432000 4194304 5683644 140733380327008 18446744073709551615 252458085903 0 0 16781312 514 2754457226658677000 0 0 17 1 0 0 0
/proc/2243/statm: 91646 27580 381 364 0 27564 0
[pid=2245] ppid=2243 vsize=75108 CPUtime=6.57 cores=1,3,5,7
/proc/2245/stat : 2245 (lingeling) R 2243 2245 2245 0 -1 4202496 23926 0 0 0 654 3 0 0 25 0 1 0 985612900 76910592 17945 33554432000 4194304 4352236 140736638152192 18446744073709551615 4267888 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2245/statm: 18777 17945 127 39 0 17857 0
[pid=2235/tid=2244] ppid=2233 vsize=376828 CPUtime=0 cores=1,3,5,7
/proc/2235/task/2244/stat : 2244 (python) S 2233 2235 1923 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 2 0 985612900 385871872 29078 33554432000 4194304 5683644 140733380327008 18446744073709551615 252469889457 0 0 16781312 2 18446604470733883584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.32
Current children cumulated vsize (KiB) 818520

[startup+50.3008 s]
/proc/loadavg: 1.99 1.79 1.02 3/185 2245
/proc/meminfo: memFree=99616/32951124 swapFree=67062556/67111528
[pid=2235] ppid=2233 vsize=376828 CPUtime=42.75 cores=1,3,5,7
/proc/2235/stat : 2235 (python) S 2233 2235 1923 0 -1 4202496 44116 933 1 0 4260 15 0 0 25 0 2 0 985608607 385871872 29078 33554432000 4194304 5683644 140733380327008 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2235/statm: 94207 29078 1875 364 0 30125 0
[pid=2243] ppid=2235 vsize=366584 CPUtime=0 cores=1,3,5,7
/proc/2243/stat : 2243 (python) S 2235 2235 1923 0 -1 4202560 961 0 0 0 0 0 0 0 18 0 1 0 985612899 375382016 27580 33554432000 4194304 5683644 140733380327008 18446744073709551615 252458085903 0 0 16781312 514 2754457226658677000 0 0 17 1 0 0 0
/proc/2243/statm: 91646 27580 381 364 0 27564 0
[pid=2245] ppid=2243 vsize=39724 CPUtime=7.36 cores=1,3,5,7
/proc/2245/stat : 2245 (lingeling) R 2243 2245 2245 0 -1 4202496 24086 0 0 0 733 3 0 0 25 0 1 0 985612900 40677376 9101 33554432000 4194304 4352236 140736638152192 18446744073709551615 4231291 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2245/statm: 9931 9101 129 39 0 9011 0
[pid=2235/tid=2244] ppid=2233 vsize=376828 CPUtime=0 cores=1,3,5,7
/proc/2235/task/2244/stat : 2244 (python) S 2233 2235 1923 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 2 0 985612900 385871872 29078 33554432000 4194304 5683644 140733380327008 18446744073709551615 252469889457 0 0 16781312 2 18446604470733883584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.11
Current children cumulated vsize (KiB) 783136

[startup+50.5007 s]
/proc/loadavg: 1.99 1.79 1.02 3/185 2245
/proc/meminfo: memFree=131112/32951124 swapFree=67062556/67111528
[pid=2235] ppid=2233 vsize=376828 CPUtime=42.75 cores=1,3,5,7
/proc/2235/stat : 2235 (python) S 2233 2235 1923 0 -1 4202496 44116 933 1 0 4260 15 0 0 25 0 2 0 985608607 385871872 29078 33554432000 4194304 5683644 140733380327008 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2235/statm: 94207 29078 1875 364 0 30125 0
[pid=2243] ppid=2235 vsize=366584 CPUtime=0 cores=1,3,5,7
/proc/2243/stat : 2243 (python) S 2235 2235 1923 0 -1 4202560 961 0 0 0 0 0 0 0 18 0 1 0 985612899 375382016 27580 33554432000 4194304 5683644 140733380327008 18446744073709551615 252458085903 0 0 16781312 514 2754457226658677000 0 0 17 1 0 0 0
/proc/2243/statm: 91646 27580 381 364 0 27564 0
[pid=2245] ppid=2243 vsize=39724 CPUtime=7.56 cores=1,3,5,7
/proc/2245/stat : 2245 (lingeling) R 2243 2245 2245 0 -1 4202496 24086 0 0 0 753 3 0 0 25 0 1 0 985612900 40677376 9101 33554432000 4194304 4352236 140736638152192 18446744073709551615 4281085 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2245/statm: 9931 9101 129 39 0 9011 0
[pid=2235/tid=2244] ppid=2233 vsize=376828 CPUtime=0 cores=1,3,5,7
/proc/2235/task/2244/stat : 2244 (python) S 2233 2235 1923 0 -1 4202560 27 933 0 0 0 0 0 0 25 0 2 0 985612900 385871872 29078 33554432000 4194304 5683644 140733380327008 18446744073709551615 252469889457 0 0 16781312 2 18446604470733883584 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.31
Current children cumulated vsize (KiB) 783136

Child status: 0
Real time (s): 50.5728
CPU time (s): 50.4163
CPU user time (s): 50.2034
CPU system time (s): 0.212967
CPU usage (%): 99.6906
Max. virtual memory (cumulated for all children) (KiB): 818520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.2034
system time used= 0.212967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83942
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= 1402
involuntary context switches= 136

runsolver used 0.076988 second user time and 0.167974 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-13 10:29:41
IDJOB=3498408
IDBENCH=82470
IDSOLVER=1991
FILE ID=node111/3498408-1307953781
RUNJOBID= node111-1307953127-1942
PBS_JOBID= 13559717
Free space on /var/tmp= 2828 MiB

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

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

MD5SUM BENCH= a2c0a22b1392549d2fca6c4b89170828
RANDOM SEED=134862828

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:        287140 kB
Buffers:        100844 kB
Cached:       24456024 kB
SwapCached:      11344 kB
Active:       16565512 kB
Inactive:     15274804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:        287140 kB
SwapTotal:    67111528 kB
SwapFree:     67062556 kB
Dirty:           39844 kB
Writeback:           0 kB
AnonPages:     7280884 kB
Mapped:          16236 kB
Slab:           740800 kB
PageTables:      21904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  8411272 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2796 MiB
End job on node111 at 2011-06-13 10:30:32