Trace number 3498390

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 163.725 163.924

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_008_063_080-tseitin.cnf
MD5SUMceca868d07951273fdc2de08c57f2b6a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.59315
Satisfiable
(Un)Satisfiability was proved
Number of variables259762
Number of clauses656573
Sum of the clauses size1532001
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2437714
Number of clauses of size 3218857
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.34/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.69	c INFO: solving HOME/instance-3498390-1307953521.cnf
0.34/0.69	c INFO: computing task features
2.51/2.80	c INFO: computed variable-clause graph statistics
2.51/2.88	c INFO: computed clause balance statistics
12.92/13.25	c INFO: computed variable balance statistics
20.91/21.25	c INFO: computed small-clause counts
21.11/21.43	c INFO: computed Horn-clause counts
98.42/98.73	c INFO: computed variable graph statistics
98.42/98.73	c INFO: collected features for HOME/instance-3498390-1307953521.cnf in 97.98 s
98.42/98.76	c INFO: running lingeling-276@0 for 194 with 4902 remaining (b = 0.83)
163.57/163.88	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-3498390-1307953521/watcher-3498390-1307953521 -o /tmp/evaluation-result-3498390-1307953521/solver-3498390-1307953521 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498390-1307953521.cnf -seed 959561997 -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: 2.06 1.66 0.82 2/176 8951
/proc/meminfo: memFree=28610344/32951132 swapFree=67061148/67111528
[pid=8951] ppid=8949 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/8951/stat : 8951 (python) R 8949 8951 8795 0 -1 4202496 725 0 0 0 0 0 0 0 17 0 1 0 906951816 15548416 615 33554432000 4194304 5683644 140733639006288 18446744073709551615 210647142245 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/8951/statm: 3796 615 321 364 0 283 0

[startup+0.0658181 s]
/proc/loadavg: 2.06 1.66 0.82 2/176 8951
/proc/meminfo: memFree=28610344/32951132 swapFree=67061148/67111528
[pid=8951] ppid=8949 vsize=29792 CPUtime=0.03 cores=1,3,5,7
/proc/8951/stat : 8951 (python) R 8949 8951 8795 0 -1 4202496 1461 0 0 0 3 0 0 0 17 0 1 0 906951816 30507008 1300 33554432000 4194304 5683644 140733639006288 18446744073709551615 210647144448 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/8951/statm: 7448 1300 443 364 0 818 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29792

[startup+0.100818 s]
/proc/loadavg: 2.06 1.66 0.82 2/176 8951
/proc/meminfo: memFree=28610344/32951132 swapFree=67061148/67111528
[pid=8951] ppid=8949 vsize=85624 CPUtime=0.06 cores=1,3,5,7
/proc/8951/stat : 8951 (python) R 8949 8951 8795 0 -1 4202496 2629 0 0 0 5 1 0 0 17 0 1 0 906951816 87678976 2348 33554432000 4194304 5683644 140733639006288 18446744073709551615 5212354 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/8951/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85624

[startup+0.300797 s]
/proc/loadavg: 2.06 1.66 0.82 2/176 8951
/proc/meminfo: memFree=28610344/32951132 swapFree=67061148/67111528
[pid=8951] ppid=8949 vsize=135752 CPUtime=0.19 cores=1,3,5,7
/proc/8951/stat : 8951 (python) S 8949 8951 8795 0 -1 4202496 5971 936 1 0 14 5 0 0 17 0 1 0 906951816 139010048 4148 33554432000 4194304 5683644 140733639006288 18446744073709551615 210647142405 0 2147483391 16781312 2 18446744071699109054 0 0 17 7 0 0 0
/proc/8951/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700722 s]
/proc/loadavg: 2.06 1.66 0.82 2/176 8951
/proc/meminfo: memFree=28610344/32951132 swapFree=67061148/67111528
[pid=8951] ppid=8949 vsize=290076 CPUtime=0.41 cores=1,3,5,7
/proc/8951/stat : 8951 (python) R 8949 8951 8795 0 -1 4202496 12169 936 1 0 31 10 0 0 15 0 1 0 906951816 297037824 9839 33554432000 4194304 5683644 140733639006288 18446744073709551615 46946013310765 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/8951/statm: 72519 9839 1761 364 0 8443 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 290076

[startup+1.50059 s]
/proc/loadavg: 2.06 1.66 0.82 3/177 8956
/proc/meminfo: memFree=28557264/32951132 swapFree=67061148/67111528
[pid=8951] ppid=8949 vsize=344156 CPUtime=1.21 cores=1,3,5,7
/proc/8951/stat : 8951 (python) R 8949 8951 8795 0 -1 4202496 25325 936 1 0 109 12 0 0 16 0 1 0 906951816 352415744 22995 33554432000 4194304 5683644 140733639006288 18446744073709551615 46946013309819 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/8951/statm: 86039 22996 1761 364 0 21963 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 344156

[startup+3.10036 s]
/proc/loadavg: 2.22 1.70 0.83 3/177 8956
/proc/meminfo: memFree=28489340/32951132 swapFree=67061148/67111528
[pid=8951] ppid=8949 vsize=402496 CPUtime=2.81 cores=1,3,5,7
/proc/8951/stat : 8951 (python) R 8949 8951 8795 0 -1 4202496 61599 936 1 0 264 17 0 0 18 0 1 0 906951816 412155904 38008 33554432000 4194304 5683644 140733639006288 18446744073709551615 210646804214 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/8951/statm: 100624 38008 1826 364 0 36548 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 402496

[startup+6.3008 s]
/proc/loadavg: 2.22 1.70 0.83 4/177 8956
/proc/meminfo: memFree=28459968/32951132 swapFree=67061148/67111528
[pid=8951] ppid=8949 vsize=402496 CPUtime=6.02 cores=1,3,5,7
/proc/8951/stat : 8951 (python) R 8949 8951 8795 0 -1 4202496 61599 936 1 0 585 17 0 0 25 0 1 0 906951816 412155904 38008 33554432000 4194304 5683644 140733639006288 18446744073709551615 46945842593907 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/8951/statm: 100624 38008 1826 364 0 36548 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 402496

[startup+12.7007 s]
/proc/loadavg: 2.57 1.79 0.87 4/177 8956
/proc/meminfo: memFree=28460276/32951132 swapFree=67061148/67111528
[pid=8951] ppid=8949 vsize=402496 CPUtime=12.42 cores=1,3,5,7
/proc/8951/stat : 8951 (python) R 8949 8951 8795 0 -1 4202496 61599 936 1 0 1225 17 0 0 25 0 1 0 906951816 412155904 38008 33554432000 4194304 5683644 140733639006288 18446744073709551615 46945842749751 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/8951/statm: 100624 38008 1826 364 0 36548 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 402496

[startup+25.5005 s]
/proc/loadavg: 2.48 1.79 0.89 3/177 8956
/proc/meminfo: memFree=28457004/32951132 swapFree=67061148/67111528
[pid=8951] ppid=8949 vsize=407628 CPUtime=25.22 cores=1,3,5,7
/proc/8951/stat : 8951 (python) R 8949 8951 8795 0 -1 4202496 62889 936 1 0 2505 17 0 0 25 0 1 0 906951816 417411072 39298 33554432000 4194304 5683644 140733639006288 18446744073709551615 46945842448524 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/8951/statm: 101907 39298 1833 364 0 37831 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 407628

[startup+51.1002 s]
/proc/loadavg: 2.32 1.81 0.91 3/177 8958
/proc/meminfo: memFree=28457208/32951132 swapFree=67061148/67111528
[pid=8951] ppid=8949 vsize=407628 CPUtime=50.82 cores=1,3,5,7
/proc/8951/stat : 8951 (python) R 8949 8951 8795 0 -1 4202496 62889 936 1 0 5065 17 0 0 25 0 1 0 906951816 417411072 39298 33554432000 4194304 5683644 140733639006288 18446744073709551615 46945842448512 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/8951/statm: 101907 39298 1833 364 0 37831 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 407628

[startup+102.307 s]
/proc/loadavg: 2.17 1.85 0.98 3/180 8961
/proc/meminfo: memFree=28380344/32951132 swapFree=67061148/67111528
[pid=8951] ppid=8949 vsize=407840 CPUtime=98.48 cores=1,3,5,7
/proc/8951/stat : 8951 (python) S 8949 8951 8795 0 -1 4202496 63255 936 1 0 9831 17 0 0 19 0 2 0 906951816 417628160 36830 33554432000 4194304 5683644 140733639006288 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8951/statm: 101960 36830 1875 364 0 37878 0
[pid=8959] ppid=8951 vsize=397596 CPUtime=0 cores=1,3,5,7
/proc/8959/stat : 8959 (python) S 8951 8951 8795 0 -1 4202560 810 0 0 0 0 0 0 0 18 0 1 0 906961692 407138304 35309 33554432000 4194304 5683644 140733639006288 18446744073709551615 210647166479 0 0 16781312 514 5637723885483819272 0 0 17 1 0 0 0
/proc/8959/statm: 99399 35309 358 364 0 35317 0
[pid=8961] ppid=8959 vsize=56916 CPUtime=3.52 cores=1,3,5,7
/proc/8961/stat : 8961 (lingeling) R 8959 8961 8961 0 -1 4202496 20034 0 0 0 350 2 0 0 25 0 1 0 906961693 58281984 13392 33554432000 4194304 4352236 140735781755440 18446744073709551615 4229934 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/8961/statm: 14229 13392 126 39 0 13309 0
[pid=8951/tid=8960] ppid=8949 vsize=407840 CPUtime=0 cores=1,3,5,7
/proc/8951/task/8960/stat : 8960 (python) S 8949 8951 8795 0 -1 4202560 27 936 0 0 0 0 0 0 19 0 2 0 906961693 417628160 36830 33554432000 4194304 5683644 140733639006288 18446744073709551615 210658970033 0 0 16781312 2 18446604459534660608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 862352

[startup+162.3 s]
/proc/loadavg: 2.07 1.88 1.03 3/180 8963
/proc/meminfo: memFree=28414812/32951132 swapFree=67061148/67111528
[pid=8951] ppid=8949 vsize=407840 CPUtime=98.48 cores=1,3,5,7
/proc/8951/stat : 8951 (python) S 8949 8951 8795 0 -1 4202496 63255 936 1 0 9831 17 0 0 19 0 2 0 906951816 417628160 36830 33554432000 4194304 5683644 140733639006288 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8951/statm: 101960 36830 1875 364 0 37878 0
[pid=8959] ppid=8951 vsize=397596 CPUtime=0.07 cores=1,3,5,7
/proc/8959/stat : 8959 (python) S 8951 8951 8795 0 -1 4202560 986 0 0 0 4 3 0 0 18 0 1 0 906961692 407138304 35332 33554432000 4194304 5683644 140733639006288 18446744073709551615 210647166479 0 0 16781312 514 7726435334149341448 0 0 17 1 0 0 0
/proc/8959/statm: 99399 35332 381 364 0 35317 0
[pid=8961] ppid=8959 vsize=36864 CPUtime=63.52 cores=1,3,5,7
/proc/8961/stat : 8961 (lingeling) R 8959 8961 8961 0 -1 4202496 29258 0 0 0 6349 3 0 0 25 0 1 0 906961693 37748736 8418 33554432000 4194304 4352236 140735781755440 18446744073709551615 210647170967 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/8961/statm: 9216 8418 129 39 0 8296 0
[pid=8951/tid=8960] ppid=8949 vsize=407840 CPUtime=0 cores=1,3,5,7
/proc/8951/task/8960/stat : 8960 (python) S 8949 8951 8795 0 -1 4202560 27 936 0 0 0 0 0 0 19 0 2 0 906961693 417628160 36830 33554432000 4194304 5683644 140733639006288 18446744073709551615 210658970033 0 0 16781312 2 18446604459534660608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 842300

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

[startup+163.1 s]
/proc/loadavg: 2.06 1.88 1.04 3/180 8963
/proc/meminfo: memFree=28414812/32951132 swapFree=67061148/67111528
[pid=8951] ppid=8949 vsize=407840 CPUtime=98.48 cores=1,3,5,7
/proc/8951/stat : 8951 (python) S 8949 8951 8795 0 -1 4202496 63255 936 1 0 9831 17 0 0 19 0 2 0 906951816 417628160 36830 33554432000 4194304 5683644 140733639006288 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8951/statm: 101960 36830 1875 364 0 37878 0
[pid=8959] ppid=8951 vsize=397596 CPUtime=0.07 cores=1,3,5,7
/proc/8959/stat : 8959 (python) S 8951 8951 8795 0 -1 4202560 988 0 0 0 4 3 0 0 18 0 1 0 906961692 407138304 35332 33554432000 4194304 5683644 140733639006288 18446744073709551615 210647166479 0 0 16781312 514 7726435334149341448 0 0 17 1 0 0 0
/proc/8959/statm: 99399 35332 381 364 0 35317 0
[pid=8961] ppid=8959 vsize=36864 CPUtime=64.32 cores=1,3,5,7
/proc/8961/stat : 8961 (lingeling) R 8959 8961 8961 0 -1 4202496 29258 0 0 0 6429 3 0 0 25 0 1 0 906961693 37748736 8418 33554432000 4194304 4352236 140735781755440 18446744073709551615 4239016 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/8961/statm: 9216 8418 129 39 0 8296 0
[pid=8951/tid=8960] ppid=8949 vsize=407840 CPUtime=0 cores=1,3,5,7
/proc/8951/task/8960/stat : 8960 (python) S 8949 8951 8795 0 -1 4202560 27 936 0 0 0 0 0 0 19 0 2 0 906961693 417628160 36830 33554432000 4194304 5683644 140733639006288 18446744073709551615 210658970033 0 0 16781312 2 18446604459534660608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 162.87
Current children cumulated vsize (KiB) 842300

[startup+163.5 s]
/proc/loadavg: 2.06 1.88 1.04 3/180 8963
/proc/meminfo: memFree=28414812/32951132 swapFree=67061148/67111528
[pid=8951] ppid=8949 vsize=407840 CPUtime=98.48 cores=1,3,5,7
/proc/8951/stat : 8951 (python) S 8949 8951 8795 0 -1 4202496 63255 936 1 0 9831 17 0 0 19 0 2 0 906951816 417628160 36830 33554432000 4194304 5683644 140733639006288 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8951/statm: 101960 36830 1875 364 0 37878 0
[pid=8959] ppid=8951 vsize=397596 CPUtime=0.07 cores=1,3,5,7
/proc/8959/stat : 8959 (python) S 8951 8951 8795 0 -1 4202560 988 0 0 0 4 3 0 0 18 0 1 0 906961692 407138304 35332 33554432000 4194304 5683644 140733639006288 18446744073709551615 210647166479 0 0 16781312 514 7726435334149341448 0 0 17 1 0 0 0
/proc/8959/statm: 99399 35332 381 364 0 35317 0
[pid=8961] ppid=8959 vsize=36864 CPUtime=64.72 cores=1,3,5,7
/proc/8961/stat : 8961 (lingeling) R 8959 8961 8961 0 -1 4202496 29258 0 0 0 6469 3 0 0 25 0 1 0 906961693 37748736 8418 33554432000 4194304 4352236 140735781755440 18446744073709551615 4277029 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/8961/statm: 9216 8418 129 39 0 8296 0
[pid=8951/tid=8960] ppid=8949 vsize=407840 CPUtime=0 cores=1,3,5,7
/proc/8951/task/8960/stat : 8960 (python) S 8949 8951 8795 0 -1 4202560 27 936 0 0 0 0 0 0 19 0 2 0 906961693 417628160 36830 33554432000 4194304 5683644 140733639006288 18446744073709551615 210658970033 0 0 16781312 2 18446604459534660608 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 163.27
Current children cumulated vsize (KiB) 842300

[startup+163.906 s]
/proc/loadavg: 2.06 1.88 1.04 3/180 8963
/proc/meminfo: memFree=28414812/32951132 swapFree=67061148/67111528
[pid=8951] ppid=8949 vsize=407816 CPUtime=163.68 cores=1,3,5,7
/proc/8951/stat : 8951 (python) R 8949 8951 8795 0 -1 4202496 77709 31422 1 0 9832 18 6511 7 17 0 1 0 906951816 417603584 36828 33554432000 4194304 5683644 140733639006288 18446744073709551615 210646801847 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8951/statm: 101954 36828 1873 364 0 37878 0
Current children cumulated CPU time (s) 163.68
Current children cumulated vsize (KiB) 407816

Child status: 0
Real time (s): 163.924
CPU time (s): 163.725
CPU user time (s): 163.448
CPU system time (s): 0.276957
CPU usage (%): 99.8786
Max. virtual memory (cumulated for all children) (KiB): 895124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 163.448
system time used= 0.276957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112062
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= 2956
involuntary context switches= 429

runsolver used 0.237963 second user time and 0.530919 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-13 10:25:22
IDJOB=3498390
IDBENCH=82435
IDSOLVER=1991
FILE ID=node129/3498390-1307953521
RUNJOBID= node129-1307953118-8814
PBS_JOBID= 13559699
Free space on /tmp= 74004 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_008_063_080-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-3498390-1307953521/watcher-3498390-1307953521 -o /tmp/evaluation-result-3498390-1307953521/solver-3498390-1307953521 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498390-1307953521.cnf -seed 959561997 -budget 5000

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

MD5SUM BENCH= ceca868d07951273fdc2de08c57f2b6a
RANDOM SEED=959561997

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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.75
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.831
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:     32951132 kB
MemFree:      28611012 kB
Buffers:        450820 kB
Cached:        3408092 kB
SwapCached:      13132 kB
Active:        1420796 kB
Inactive:      2630572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28611012 kB
SwapTotal:    67111528 kB
SwapFree:     67061148 kB
Dirty:           43488 kB
Writeback:           0 kB
AnonPages:      188656 kB
Mapped:          14728 kB
Slab:           223100 kB
PageTables:       5800 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   477016 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73972 MiB
End job on node129 at 2011-06-13 10:28:06