Trace number 3483820

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)UNSAT 68.6666 70.5105

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc12062.cnf
MD5SUMcc0ca898241ac312882fa93ead2b644b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.509921
Satisfiable
(Un)Satisfiability was proved
Number of variables200205
Number of clauses566857
Sum of the clauses size1466561
Maximum clause length3
Minimum clause length1
Number of clauses of size 124585
Number of clauses of size 2184840
Number of clauses of size 3357432
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.47/2.35	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.47/2.35	c INFO: solving HOME/instance-3483820-1307747010.cnf
0.47/2.35	c INFO: computing task features
2.35/4.24	c INFO: computed variable-clause graph statistics
2.45/4.30	c INFO: computed clause balance statistics
2.85/4.71	Warning: invalid value encountered in divide
7.35/9.21	Warning: invalid value encountered in divide
7.35/9.21	Warning: invalid value encountered in divide
7.35/9.21	Warning: invalid value encountered in divide
7.35/9.21	Warning: invalid value encountered in divide
7.35/9.21	Warning: invalid value encountered in divide
7.35/9.21	Warning: invalid value encountered in divide
7.35/9.21	Warning: invalid value encountered in divide
7.35/9.21	Warning: invalid value encountered in divide
7.35/9.21	Warning: invalid value encountered in divide
7.35/9.21	Warning: invalid value encountered in divide
7.35/9.21	Warning: invalid value encountered in divide
7.35/9.21	Warning: invalid value encountered in divide
7.35/9.21	Warning: invalid value encountered in divide
7.35/9.21	Warning: invalid value encountered in divide
7.35/9.21	Warning: invalid value encountered in divide
7.35/9.21	Warning: invalid value encountered in divide
7.35/9.21	Warning: invalid value encountered in divide
7.35/9.21	Warning: invalid value encountered in divide
7.35/9.21	Warning: invalid value encountered in divide
7.35/9.21	Warning: invalid value encountered in divide
7.35/9.21	Warning: invalid value encountered in divide
7.35/9.21	Warning: invalid value encountered in divide
7.35/9.21	Warning: invalid value encountered in divide
7.35/9.21	Warning: invalid value encountered in divide
11.75/13.61	c INFO: computed variable balance statistics
18.85/20.71	c INFO: computed small-clause counts
18.95/20.87	c INFO: computed Horn-clause counts
66.75/68.64	c INFO: computed variable graph statistics
66.75/68.64	c INFO: collected features for HOME/instance-3483820-1307747010.cnf in 66.24 s
66.75/68.65	c INFO: running precosat-570@0 for 97 with 1133 remaining (b = nan)
68.53/70.46	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: 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-3483820-1307747010/watcher-3483820-1307747010 -o /tmp/evaluation-result-3483820-1307747010/solver-3483820-1307747010 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483820-1307747010.cnf -seed 1543104379 -budget 1200 

running on 2 cores: 0,2

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: 0.00 0.00 0.00 5/181 15809
/proc/meminfo: memFree=31919400/32950928 swapFree=67052112/67111528
[pid=15807] ppid=15803 vsize=11804 CPUtime=0 cores=0,2
/proc/15807/stat : 15807 (runsolver) S 15803 15807 15748 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 1 0 886300059 12087296 55 33554432000 4194304 5436572 140735856560672 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699215550 0 0 17 0 0 0 0
/proc/15807/statm: 2951 55 36 304 0 2643 0

[startup+0.00954289 s]
/proc/loadavg: 0.00 0.00 0.00 5/181 15809
/proc/meminfo: memFree=31919400/32950928 swapFree=67052112/67111528
[pid=15807] ppid=15803 vsize=14644 CPUtime=0 cores=0,2
/proc/15807/stat : 15807 (python) R 15803 15807 15748 0 -1 4202496 382 0 0 0 0 0 0 0 20 0 1 0 886300059 14995456 299 33554432000 4194304 5683644 140736708587984 18446744073709551615 4540219 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15807/statm: 3661 303 214 364 0 148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14644

[startup+0.100617 s]
/proc/loadavg: 0.00 0.00 0.00 5/181 15809
/proc/meminfo: memFree=31919400/32950928 swapFree=67052112/67111528
[pid=15807] ppid=15803 vsize=15776 CPUtime=0 cores=0,2
/proc/15807/stat : 15807 (python) S 15803 15807 15748 0 -1 4202496 929 0 0 0 0 0 0 0 20 0 1 0 886300059 16154624 807 33554432000 4194304 5683644 140736708587984 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699962003 0 0 17 0 0 0 0
/proc/15807/statm: 3944 807 356 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+0.300582 s]
/proc/loadavg: 0.00 0.00 0.00 5/181 15809
/proc/meminfo: memFree=31919400/32950928 swapFree=67052112/67111528
[pid=15807] ppid=15803 vsize=34424 CPUtime=0.05 cores=0,2
/proc/15807/stat : 15807 (python) R 15803 15807 15748 0 -1 4202496 1554 0 0 0 3 2 0 0 17 0 1 0 886300059 35250176 1388 33554432000 4194304 5683644 140736708587984 18446744073709551615 235594862437 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15807/statm: 8606 1388 448 364 0 944 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 34424

[startup+0.700545 s]
/proc/loadavg: 0.00 0.00 0.00 5/181 15809
/proc/meminfo: memFree=31919400/32950928 swapFree=67052112/67111528
[pid=15807] ppid=15803 vsize=128860 CPUtime=0.21 cores=0,2
/proc/15807/stat : 15807 (python) S 15803 15807 15748 0 -1 4202496 5592 932 1 0 13 8 0 0 17 0 1 0 886300059 131952640 4020 33554432000 4194304 5683644 140736708587984 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 0 0 0 0
/proc/15807/statm: 32215 4020 1011 364 0 2994 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 128860

[startup+1.50028 s]
/proc/loadavg: 0.00 0.00 0.00 3/187 15827
/proc/meminfo: memFree=31836184/32950928 swapFree=67052112/67111528
[pid=15807] ppid=15803 vsize=135748 CPUtime=0.25 cores=0,2
/proc/15807/stat : 15807 (python) R 15803 15807 15748 0 -1 4202496 5971 932 1 0 16 9 0 0 15 0 1 0 886300059 139005952 4148 33554432000 4194304 5683644 140736708587984 18446744073709551615 235594862597 0 2147483391 16781312 2 0 0 0 17 0 0 0 0
/proc/15807/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 135748

[startup+3.101 s]
/proc/loadavg: 0.48 0.10 0.03 4/187 15827
/proc/meminfo: memFree=31715220/32950928 swapFree=67052112/67111528
[pid=15807] ppid=15803 vsize=338840 CPUtime=1.25 cores=0,2
/proc/15807/stat : 15807 (python) R 15803 15807 15748 0 -1 4202496 24324 932 1 0 105 20 0 0 16 0 1 0 886300059 346972160 21996 33554432000 4194304 5683644 140736708587984 18446744073709551615 4603310 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15807/statm: 84710 21997 1761 364 0 20634 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 338840
heavy processes:

[startup+6.30044 s]
/proc/loadavg: 0.48 0.10 0.03 6/190 15830
/proc/meminfo: memFree=31463460/32950928 swapFree=67052112/67111528
[pid=15807] ppid=15803 vsize=401668 CPUtime=4.45 cores=0,2
/proc/15807/stat : 15807 (python) R 15803 15807 15748 0 -1 4202496 54057 932 1 0 422 23 0 0 21 0 1 0 886300059 411308032 37804 33554432000 4194304 5683644 140736708587984 18446744073709551615 47438523890627 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15807/statm: 100417 37804 1828 364 0 36341 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 401668
heavy processes:

[startup+12.7003 s]
/proc/loadavg: 1.17 0.26 0.08 6/196 15847
/proc/meminfo: memFree=30879852/32950928 swapFree=67052112/67111528
[pid=15807] ppid=15803 vsize=401668 CPUtime=10.85 cores=0,2
/proc/15807/stat : 15807 (python) R 15803 15807 15748 0 -1 4202496 54057 932 1 0 1062 23 0 0 25 0 1 0 886300059 411308032 37804 33554432000 4194304 5683644 140736708587984 18446744073709551615 47438498648588 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15807/statm: 100417 37804 1828 364 0 36341 0
Current children cumulated CPU time (s) 10.85
Current children cumulated vsize (KiB) 401668

[startup+25.5011 s]
/proc/loadavg: 1.61 0.38 0.13 6/196 15847
/proc/meminfo: memFree=30121124/32950928 swapFree=67052112/67111528
[pid=15807] ppid=15803 vsize=401668 CPUtime=23.65 cores=0,2
/proc/15807/stat : 15807 (python) R 15803 15807 15748 0 -1 4202496 54064 932 1 0 2342 23 0 0 25 0 1 0 886300059 411308032 37811 33554432000 4194304 5683644 140736708587984 18446744073709551615 47438491236480 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15807/statm: 100417 37811 1835 364 0 36341 0
Current children cumulated CPU time (s) 23.65
Current children cumulated vsize (KiB) 401668

[startup+51.1006 s]
/proc/loadavg: 2.42 0.67 0.23 6/196 15850
/proc/meminfo: memFree=28625736/32950928 swapFree=67052112/67111528
[pid=15807] ppid=15803 vsize=401668 CPUtime=49.25 cores=0,2
/proc/15807/stat : 15807 (python) R 15803 15807 15748 0 -1 4202496 54064 932 1 0 4902 23 0 0 25 0 1 0 886300059 411308032 37811 33554432000 4194304 5683644 140736708587984 18446744073709551615 47438491236492 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15807/statm: 100417 37811 1835 364 0 36341 0
Current children cumulated CPU time (s) 49.25
Current children cumulated vsize (KiB) 401668

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

[startup+51.5005 s]
/proc/loadavg: 2.42 0.67 0.23 6/196 15850
/proc/meminfo: memFree=28625736/32950928 swapFree=67052112/67111528
[pid=15807] ppid=15803 vsize=401668 CPUtime=49.65 cores=0,2
/proc/15807/stat : 15807 (python) R 15803 15807 15748 0 -1 4202496 54064 932 1 0 4942 23 0 0 25 0 1 0 886300059 411308032 37811 33554432000 4194304 5683644 140736708587984 18446744073709551615 47438491236492 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15807/statm: 100417 37811 1835 364 0 36341 0
Current children cumulated CPU time (s) 49.65
Current children cumulated vsize (KiB) 401668

[startup+64.3003 s]
/proc/loadavg: 2.77 0.83 0.29 5/196 15852
/proc/meminfo: memFree=28763484/32950928 swapFree=67052112/67111528
[pid=15807] ppid=15803 vsize=401668 CPUtime=62.45 cores=0,2
/proc/15807/stat : 15807 (python) R 15803 15807 15748 0 -1 4202496 54064 932 1 0 6222 23 0 0 25 0 1 0 886300059 411308032 37811 33554432000 4194304 5683644 140736708587984 18446744073709551615 47438491236492 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15807/statm: 100417 37811 1835 364 0 36341 0
Current children cumulated CPU time (s) 62.45
Current children cumulated vsize (KiB) 401668

[startup+67.5067 s]
/proc/loadavg: 2.87 0.89 0.31 6/196 15852
/proc/meminfo: memFree=28763572/32950928 swapFree=67052112/67111528
[pid=15807] ppid=15803 vsize=401668 CPUtime=65.65 cores=0,2
/proc/15807/stat : 15807 (python) R 15803 15807 15748 0 -1 4202496 54064 932 1 0 6542 23 0 0 25 0 1 0 886300059 411308032 37811 33554432000 4194304 5683644 140736708587984 18446744073709551615 47438491236492 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15807/statm: 100417 37811 1835 364 0 36341 0
Current children cumulated CPU time (s) 65.65
Current children cumulated vsize (KiB) 401668

[startup+69.1004 s]
/proc/loadavg: 2.87 0.89 0.31 6/196 15852
/proc/meminfo: memFree=28770888/32950928 swapFree=67052112/67111528
[pid=15807] ppid=15803 vsize=402552 CPUtime=66.81 cores=0,2
/proc/15807/stat : 15807 (python) S 15803 15807 15748 0 -1 4202496 54341 932 1 0 6657 24 0 0 25 0 2 0 886300059 412213248 35503 33554432000 4194304 5683644 140736708587984 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15807/statm: 100638 35503 1869 364 0 36556 0
Current children cumulated CPU time (s) 66.81
Current children cumulated vsize (KiB) 402552

[startup+69.9002 s]
/proc/loadavg: 2.87 0.89 0.31 6/199 15855
/proc/meminfo: memFree=28652692/32950928 swapFree=67052112/67111528
[pid=15807] ppid=15803 vsize=402552 CPUtime=66.81 cores=0,2
/proc/15807/stat : 15807 (python) S 15803 15807 15748 0 -1 4202496 54341 932 1 0 6657 24 0 0 25 0 2 0 886300059 412213248 35503 33554432000 4194304 5683644 140736708587984 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15807/statm: 100638 35503 1869 364 0 36556 0
[pid=15853] ppid=15807 vsize=392308 CPUtime=0 cores=0,2
/proc/15853/stat : 15853 (python) S 15807 15807 15748 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 886306925 401723392 33983 33554432000 4194304 5683644 140736708587984 18446744073709551615 235594886671 0 0 16781312 514 3882907725599866879 0 0 17 0 0 0 0
/proc/15853/statm: 98077 33983 353 364 0 33995 0
[pid=15855] ppid=15853 vsize=132736 CPUtime=1.22 cores=0,2
/proc/15855/stat : 15855 (precosat) R 15853 15855 15855 0 -1 4202496 35292 0 0 0 118 4 0 0 25 0 1 0 886306925 135921664 31814 33554432000 4194304 4890832 140734061041088 18446744073709551615 4303485 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/15855/statm: 33184 31814 80 171 0 33011 0
[pid=15807/tid=15854] ppid=15803 vsize=402552 CPUtime=0 cores=0,2
/proc/15807/task/15854/stat : 15854 (python) S 15803 15807 15748 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 2 0 886306925 412213248 35503 33554432000 4194304 5683644 140736708587984 18446744073709551615 235606690225 0 0 16781312 2 18446604453906915520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 68.03
Current children cumulated vsize (KiB) 927596

[startup+70.3012 s]
/proc/loadavg: 2.87 0.89 0.31 6/199 15855
/proc/meminfo: memFree=28652692/32950928 swapFree=67052112/67111528
[pid=15807] ppid=15803 vsize=402552 CPUtime=66.81 cores=0,2
/proc/15807/stat : 15807 (python) S 15803 15807 15748 0 -1 4202496 54341 932 1 0 6657 24 0 0 25 0 2 0 886300059 412213248 35503 33554432000 4194304 5683644 140736708587984 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15807/statm: 100638 35503 1869 364 0 36556 0
[pid=15853] ppid=15807 vsize=392308 CPUtime=0 cores=0,2
/proc/15853/stat : 15853 (python) S 15807 15807 15748 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 886306925 401723392 33983 33554432000 4194304 5683644 140736708587984 18446744073709551615 235594886671 0 0 16781312 514 3882907725599866879 0 0 17 0 0 0 0
/proc/15853/statm: 98077 33983 353 364 0 33995 0
[pid=15855] ppid=15853 vsize=142920 CPUtime=1.62 cores=0,2
/proc/15855/stat : 15855 (precosat) R 15853 15855 15855 0 -1 4202496 38098 0 0 0 158 4 0 0 25 0 1 0 886306925 146350080 34620 33554432000 4194304 4890832 140734061041088 18446744073709551615 4452580 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/15855/statm: 35730 34620 81 171 0 35557 0
[pid=15807/tid=15854] ppid=15803 vsize=402552 CPUtime=0 cores=0,2
/proc/15807/task/15854/stat : 15854 (python) S 15803 15807 15748 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 2 0 886306925 412213248 35503 33554432000 4194304 5683644 140736708587984 18446744073709551615 235606690225 0 0 16781312 2 18446604453906915520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 68.43
Current children cumulated vsize (KiB) 937780

[startup+70.5011 s]
/proc/loadavg: 2.87 0.89 0.31 6/199 15855
/proc/meminfo: memFree=28652692/32950928 swapFree=67052112/67111528
[pid=15807] ppid=15803 vsize=402528 CPUtime=68.64 cores=0,2
/proc/15807/stat : 15807 (python) R 15803 15807 15748 0 -1 4202496 70528 40317 1 0 6659 25 174 6 18 0 1 0 886300059 412188672 35502 33554432000 4194304 5683644 140736708587984 18446744073709551615 4509181 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/15807/statm: 100632 35502 1868 364 0 36556 0
Current children cumulated CPU time (s) 68.64
Current children cumulated vsize (KiB) 402528

Child status: 0
Real time (s): 70.5105
CPU time (s): 68.6666
CPU user time (s): 68.3456
CPU system time (s): 0.320951
CPU usage (%): 97.3848
Max. virtual memory (cumulated for all children) (KiB): 937780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.3456
system time used= 0.320951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111197
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= 14378
involuntary context switches= 210

runsolver used 0.122981 second user time and 0.270958 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-11 01:03:31
IDJOB=3483820
IDBENCH=20467
IDSOLVER=1976
FILE ID=node120/3483820-1307747010
RUNJOBID= node120-1307747010-15766
PBS_JOBID= 13550837
Free space on /tmp= 73916 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT07/industrial/babic/hsatv17/hsat_vc12062.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-3483820-1307747010/watcher-3483820-1307747010 -o /tmp/evaluation-result-3483820-1307747010/solver-3483820-1307747010 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483820-1307747010.cnf -seed 1543104379 -budget 1200

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

MD5SUM BENCH= cc0ca898241ac312882fa93ead2b644b
RANDOM SEED=1543104379

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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.809
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.809
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:      31921968 kB
Buffers:         93128 kB
Cached:         754320 kB
SwapCached:      11380 kB
Active:         379972 kB
Inactive:       488716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31921968 kB
SwapTotal:    67111528 kB
SwapFree:     67052112 kB
Dirty:          180472 kB
Writeback:           0 kB
AnonPages:       18868 kB
Mapped:           8656 kB
Slab:            95040 kB
PageTables:       4992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   193048 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= 73492 MiB
End job on node120 at 2011-06-11 01:04:44