Trace number 3322103

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-random? (exit code) 10.5724 4.91424

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1786071619-083.SATISFIABLE.cnf
MD5SUM4c9b0d97324ee5d84961ef01705e1399
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.032994
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54450

Solver Data

0.30/0.62	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.63	c INFO: solving HOME/instance-3322103-1304374522.cnf
0.30/0.63	c INFO: computing task features
0.30/0.66	c INFO: computed variable-clause graph statistics
0.30/0.66	c INFO: computed clause balance statistics
0.49/0.81	c INFO: computed variable balance statistics
0.49/0.88	c INFO: computed small-clause counts
0.49/0.88	c INFO: computed Horn-clause counts
0.49/0.88	c INFO: computed variable graph statistics
0.49/0.88	c INFO: collected features for HOME/instance-3322103-1304374522.cnf in 0.25 s
0.59/0.92	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.58)
0.59/0.96	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.09)
0.59/1.00	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.04)
0.78/1.04	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.03)
0.78/1.07	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.02)
0.93/1.11	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.02)
0.93/1.15	c INFO: running march_hi@0 for 2134 with 39999 remaining (b = 0.39)
0.93/1.19	c INFO: running march_hi@0 for 2134 with 39999 remaining (b = 0.37)
0.93/1.19	Traceback (most recent call last):
0.93/1.19	  File "HOME/solve", line 33, in <module>
0.93/1.19	    plac.call(main)
0.93/1.19	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
0.93/1.19	    cmd, result = parser_from(obj).consume(arglist)
0.93/1.19	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 192, in consume
0.93/1.19	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
0.93/1.19	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
0.93/1.19	    (_, answer, _) = solver(input_path, budget, cores)
0.93/1.19	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
0.93/1.19	    process.die()
0.93/1.19	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
0.93/1.19	    os.kill(self._process.pid, signal.SIGUSR1)
0.93/1.19	OSError: [Errno 3] No such process

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3322103-1304374522/watcher-3322103-1304374522 -o /tmp/evaluation-result-3322103-1304374522/solver-3322103-1304374522 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322103-1304374522.cnf -seed 292710800 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.73 8.55 9.30 5/290 8764
/proc/meminfo: memFree=17410764/32950928 swapFree=67111528/67111528
[pid=8764] ppid=8762 vsize=15776 CPUtime=0 cores=0-7
/proc/8764/stat : 8764 (python) R 8762 8764 8616 0 -1 4202496 870 0 0 0 0 0 0 0 25 0 1 0 5061623 16154624 751 33554432000 4194304 5683644 140735343665344 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8764/statm: 3944 751 343 364 0 431 0

[startup+0.0740951 s]
/proc/loadavg: 6.73 8.55 9.30 5/290 8764
/proc/meminfo: memFree=17410764/32950928 swapFree=67111528/67111528
[pid=8764] ppid=8762 vsize=45820 CPUtime=0.03 cores=0-7
/proc/8764/stat : 8764 (python) R 8762 8764 8616 0 -1 4202496 1912 0 0 0 3 0 0 0 25 0 1 0 5061623 46919680 1685 33554432000 4194304 5683644 140735343665344 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8764/statm: 11455 1693 470 364 0 1204 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 45820

[startup+0.101088 s]
/proc/loadavg: 6.73 8.55 9.30 5/290 8764
/proc/meminfo: memFree=17410764/32950928 swapFree=67111528/67111528
[pid=8764] ppid=8762 vsize=94172 CPUtime=0.05 cores=0-7
/proc/8764/stat : 8764 (python) S 8762 8764 8616 0 -1 4202496 2765 0 0 0 4 1 0 0 25 0 1 0 5061623 96432128 2474 33554432000 4194304 5683644 140735343665344 18446744073709551615 218880560997 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/8764/statm: 23543 2474 764 364 0 1675 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 94172

[startup+0.301055 s]
/proc/loadavg: 6.73 8.55 9.30 5/290 8764
/proc/meminfo: memFree=17410764/32950928 swapFree=67111528/67111528
[pid=8764] ppid=8762 vsize=135748 CPUtime=0.15 cores=0-7
/proc/8764/stat : 8764 (python) R 8762 8764 8616 0 -1 4202496 5960 937 1 0 12 3 0 0 25 0 1 0 5061623 139005952 4151 33554432000 4194304 5683644 140735343665344 18446744073709551615 218880561157 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/8764/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 135748

[startup+0.700989 s]
/proc/loadavg: 6.73 8.55 9.30 5/290 8764
/proc/meminfo: memFree=17410764/32950928 swapFree=67111528/67111528
[pid=8764] ppid=8762 vsize=279220 CPUtime=0.39 cores=0-7
/proc/8764/stat : 8764 (python) R 8762 8764 8616 0 -1 4202496 9525 937 1 0 33 6 0 0 25 0 1 0 5061623 285921280 7199 33554432000 4194304 5683644 140735343665344 18446744073709551615 218880224019 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8764/statm: 69805 7199 1826 364 0 5729 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 279220

[startup+1.50078 s]
/proc/loadavg: 6.73 8.55 9.30 6/296 8776
/proc/meminfo: memFree=17381948/32950928 swapFree=67111528/67111528
[pid=8764] ppid=8762 vsize=375984 CPUtime=1.09 cores=0-7
/proc/8764/stat : 8764 (python) S 8762 8764 8616 0 -1 4202496 15872 5560 1 0 80 8 19 2 22 0 1 0 5061623 385007616 7615 33554432000 4194304 5683644 140735343665344 18446744073709551615 218892395327 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/8764/statm: 93996 7615 1893 364 0 29893 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 375984

[startup+3.10056 s]
/proc/loadavg: 6.73 8.55 9.30 6/298 8799
/proc/meminfo: memFree=17374484/32950928 swapFree=67111528/67111528
[pid=8764] ppid=8762 vsize=375984 CPUtime=1.09 cores=0-7
/proc/8764/stat : 8764 (python) S 8762 8764 8616 0 -1 4202496 15872 5560 1 0 80 8 19 2 17 0 1 0 5061623 385007616 7615 33554432000 4194304 5683644 140735343665344 18446744073709551615 218892395327 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/8764/statm: 93996 7615 1893 364 0 29893 0
[pid=8777] ppid=8764 vsize=0 CPUtime=0.72 cores=0-7
/proc/8777/stat : 8777 (python) Z 8764 8764 8616 0 -1 4202588 1055 601 0 0 0 0 72 0 18 0 1 0 5061723 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8777/statm: 0 0 0 0 0 0 0
[pid=8780] ppid=8764 vsize=0 CPUtime=0.68 cores=0-7
/proc/8780/stat : 8780 (python) Z 8764 8764 8616 0 -1 4202588 1075 599 0 0 0 0 68 0 20 0 1 0 5061727 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8780/statm: 0 0 0 0 0 0 0
[pid=8784] ppid=8764 vsize=0 CPUtime=0.66 cores=0-7
/proc/8784/stat : 8784 (python) Z 8764 8764 8616 0 -1 4202588 1082 589 0 0 0 0 66 0 15 0 1 0 5061731 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8784/statm: 0 0 0 0 0 0 0
[pid=8790] ppid=8764 vsize=406704 CPUtime=0 cores=0-7
/proc/8790/stat : 8790 (python) S 8764 8764 8616 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 5061739 416464896 5962 33554432000 4194304 5683644 140735343665344 18446744073709551615 218880585286 0 0 16781312 514 3822043159932666113 0 0 17 2 0 0 0
/proc/8790/statm: 101676 5962 348 364 0 37576 0
[pid=8792] ppid=8790 vsize=2264 CPUtime=1.92 cores=0-7
/proc/8792/stat : 8792 (march_hi) R 8790 8792 8792 0 -1 4202496 984 0 0 0 192 0 0 0 25 0 1 0 5061741 2318336 392 33554432000 4194304 4955518 140733976893264 18446744073709551615 4315040 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8792/statm: 566 392 106 186 0 379 0
[pid=8794] ppid=8764 vsize=416960 CPUtime=0 cores=0-7
/proc/8794/stat : 8794 (python) S 8764 8764 8616 0 -1 4202560 785 0 0 0 0 0 0 0 15 0 1 0 5061743 426967040 6092 33554432000 4194304 5683644 140735343665344 18446744073709551615 218880585286 0 0 16781312 514 10785606540405473539 0 0 17 2 0 0 0
/proc/8794/statm: 104240 6092 354 364 0 40137 0
[pid=8796] ppid=8794 vsize=2264 CPUtime=1.88 cores=0-7
/proc/8796/stat : 8796 (march_hi) R 8794 8796 8796 0 -1 4202496 991 0 0 0 188 0 0 0 25 0 1 0 5061743 2318336 391 33554432000 4194304 4955518 140733945810288 18446744073709551615 4285664 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8796/statm: 566 391 106 186 0 379 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 1204176

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

[startup+3.90142 s]
/proc/loadavg: 6.73 8.55 9.30 6/298 8799
/proc/meminfo: memFree=17374980/32950928 swapFree=67111528/67111528
[pid=8764] ppid=8762 vsize=375984 CPUtime=1.09 cores=0-7
/proc/8764/stat : 8764 (python) S 8762 8764 8616 0 -1 4202496 15872 5560 1 0 80 8 19 2 17 0 1 0 5061623 385007616 7615 33554432000 4194304 5683644 140735343665344 18446744073709551615 218892395327 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/8764/statm: 93996 7615 1893 364 0 29893 0
[pid=8777] ppid=8764 vsize=0 CPUtime=0.72 cores=0-7
/proc/8777/stat : 8777 (python) Z 8764 8764 8616 0 -1 4202588 1055 601 0 0 0 0 72 0 18 0 1 0 5061723 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8777/statm: 0 0 0 0 0 0 0
[pid=8780] ppid=8764 vsize=0 CPUtime=0.68 cores=0-7
/proc/8780/stat : 8780 (python) Z 8764 8764 8616 0 -1 4202588 1075 599 0 0 0 0 68 0 20 0 1 0 5061727 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8780/statm: 0 0 0 0 0 0 0
[pid=8784] ppid=8764 vsize=0 CPUtime=0.66 cores=0-7
/proc/8784/stat : 8784 (python) Z 8764 8764 8616 0 -1 4202588 1082 589 0 0 0 0 66 0 15 0 1 0 5061731 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8784/statm: 0 0 0 0 0 0 0
[pid=8790] ppid=8764 vsize=406704 CPUtime=0 cores=0-7
/proc/8790/stat : 8790 (python) S 8764 8764 8616 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 5061739 416464896 5962 33554432000 4194304 5683644 140735343665344 18446744073709551615 218880585286 0 0 16781312 514 3822043159932666113 0 0 17 2 0 0 0
/proc/8790/statm: 101676 5962 348 364 0 37576 0
[pid=8792] ppid=8790 vsize=2264 CPUtime=2.72 cores=0-7
/proc/8792/stat : 8792 (march_hi) R 8790 8792 8792 0 -1 4202496 984 0 0 0 272 0 0 0 25 0 1 0 5061741 2318336 392 33554432000 4194304 4955518 140733976893264 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8792/statm: 566 392 106 186 0 379 0
[pid=8794] ppid=8764 vsize=416960 CPUtime=0 cores=0-7
/proc/8794/stat : 8794 (python) S 8764 8764 8616 0 -1 4202560 785 0 0 0 0 0 0 0 15 0 1 0 5061743 426967040 6092 33554432000 4194304 5683644 140735343665344 18446744073709551615 218880585286 0 0 16781312 514 10785606540405473539 0 0 17 2 0 0 0
/proc/8794/statm: 104240 6092 354 364 0 40137 0
[pid=8796] ppid=8794 vsize=2264 CPUtime=2.68 cores=0-7
/proc/8796/stat : 8796 (march_hi) R 8794 8796 8796 0 -1 4202496 991 0 0 0 268 0 0 0 25 0 1 0 5061743 2318336 391 33554432000 4194304 4955518 140733945810288 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8796/statm: 566 391 106 186 0 379 0
Current children cumulated CPU time (s) 8.55
Current children cumulated vsize (KiB) 1204176

[startup+4.70128 s]
/proc/loadavg: 6.73 8.55 9.30 6/298 8799
/proc/meminfo: memFree=17374856/32950928 swapFree=67111528/67111528
[pid=8764] ppid=8762 vsize=375984 CPUtime=1.09 cores=0-7
/proc/8764/stat : 8764 (python) S 8762 8764 8616 0 -1 4202496 15872 5560 1 0 80 8 19 2 17 0 1 0 5061623 385007616 7615 33554432000 4194304 5683644 140735343665344 18446744073709551615 218892395327 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/8764/statm: 93996 7615 1893 364 0 29893 0
[pid=8777] ppid=8764 vsize=0 CPUtime=0.72 cores=0-7
/proc/8777/stat : 8777 (python) Z 8764 8764 8616 0 -1 4202588 1055 601 0 0 0 0 72 0 18 0 1 0 5061723 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 7 0 0 0
/proc/8777/statm: 0 0 0 0 0 0 0
[pid=8780] ppid=8764 vsize=0 CPUtime=0.68 cores=0-7
/proc/8780/stat : 8780 (python) Z 8764 8764 8616 0 -1 4202588 1075 599 0 0 0 0 68 0 20 0 1 0 5061727 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8780/statm: 0 0 0 0 0 0 0
[pid=8784] ppid=8764 vsize=0 CPUtime=0.66 cores=0-7
/proc/8784/stat : 8784 (python) Z 8764 8764 8616 0 -1 4202588 1082 589 0 0 0 0 66 0 15 0 1 0 5061731 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8784/statm: 0 0 0 0 0 0 0
[pid=8790] ppid=8764 vsize=406704 CPUtime=0 cores=0-7
/proc/8790/stat : 8790 (python) S 8764 8764 8616 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 5061739 416464896 5962 33554432000 4194304 5683644 140735343665344 18446744073709551615 218880585286 0 0 16781312 514 3822043159932666113 0 0 17 2 0 0 0
/proc/8790/statm: 101676 5962 348 364 0 37576 0
[pid=8792] ppid=8790 vsize=2264 CPUtime=3.52 cores=0-7
/proc/8792/stat : 8792 (march_hi) R 8790 8792 8792 0 -1 4202496 984 0 0 0 352 0 0 0 25 0 1 0 5061741 2318336 392 33554432000 4194304 4955518 140733976893264 18446744073709551615 4285725 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/8792/statm: 566 392 106 186 0 379 0
[pid=8794] ppid=8764 vsize=416960 CPUtime=0 cores=0-7
/proc/8794/stat : 8794 (python) S 8764 8764 8616 0 -1 4202560 787 0 0 0 0 0 0 0 15 0 1 0 5061743 426967040 6092 33554432000 4194304 5683644 140735343665344 18446744073709551615 218880585286 0 0 16781312 514 10785606540405473539 0 0 17 2 0 0 0
/proc/8794/statm: 104240 6092 354 364 0 40137 0
[pid=8796] ppid=8794 vsize=2264 CPUtime=3.47 cores=0-7
/proc/8796/stat : 8796 (march_hi) R 8794 8796 8796 0 -1 4202496 991 0 0 0 347 0 0 0 25 0 1 0 5061743 2318336 391 33554432000 4194304 4955518 140733945810288 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8796/statm: 566 391 106 186 0 379 0
Current children cumulated CPU time (s) 10.14
Current children cumulated vsize (KiB) 1204176

[startup+4.90128 s]
/proc/loadavg: 6.73 8.55 9.30 6/298 8799
/proc/meminfo: memFree=17374856/32950928 swapFree=67111528/67111528
[pid=8764] ppid=8762 vsize=375984 CPUtime=10.55 cores=0-7
/proc/8764/stat : 8764 (python) R 8762 8764 8616 0 -1 4202496 17811 14740 1 0 81 8 961 5 15 0 1 0 5061623 385007616 7615 33554432000 4194304 5683644 140735343665344 18446744073709551615 4629708 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/8764/statm: 93996 7615 1893 364 0 29893 0
Current children cumulated CPU time (s) 10.55
Current children cumulated vsize (KiB) 375984

Child status: 1
Real time (s): 4.91424
CPU time (s): 10.5724
CPU user time (s): 10.4334
CPU system time (s): 0.138978
CPU usage (%): 215.138
Max. virtual memory (cumulated for all children) (KiB): 1618208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.4334
system time used= 0.138978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34830
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= 3470
involuntary context switches= 365

runsolver used 0.013997 second user time and 0.039993 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-03 00:15:22
IDJOB=3322103
IDBENCH=82881
IDSOLVER=1712
FILE ID=node112/3322103-1304374522
RUNJOBID= node112-1304374430-8630
PBS_JOBID= 13181779
Free space on /tmp= 72380 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1786071619-083.SATISFIABLE.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3322103-1304374522/watcher-3322103-1304374522 -o /tmp/evaluation-result-3322103-1304374522/solver-3322103-1304374522 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322103-1304374522.cnf -seed 292710800 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 4c9b0d97324ee5d84961ef01705e1399
RANDOM SEED=292710800

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
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:     32950928 kB
MemFree:      17410796 kB
Buffers:         88516 kB
Cached:        1382504 kB
SwapCached:          0 kB
Active:       14264360 kB
Inactive:      1113592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17410796 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           31824 kB
Writeback:           0 kB
AnonPages:    13907316 kB
Mapped:          21436 kB
Slab:            56548 kB
PageTables:      42176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 35125520 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= 72348 MiB
End job on node112 at 2011-05-03 00:15:27