Trace number 3292985

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
SAT4J core 2.3.0 SNAPSHOT 2011-02-06UNSAT 1.47977 1.02163

General information on the benchmark

NameSAT02/industrial/goldberg/rand_net/
rand_net60-30-1.shuffled.cnf
MD5SUM4297b314a32658522bc6751e20d6be5c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.014997
Satisfiable
(Un)Satisfiability was proved
Number of variables3600
Number of clauses10681
Sum of the clauses size25140
Maximum clause length60
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 26960
Number of clauses of size 33720
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.08	c no version file found!!!
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		6997539544
0.04/0.08	c Max memory 		7034241024
0.04/0.08	c Total memory 		7034241024
0.04/0.08	c Number of processors 	8
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483647s
0.10/0.10	c DB Simplification allowed=true
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3292985-1303793463.cnf
0.10/0.10	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.073s.
0.10/0.17	c #vars     3600
0.10/0.17	c #constraints  10681
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3721
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6960
1.45/1.01	c starts		: 19
1.45/1.01	c conflicts		: 2259
1.45/1.01	c decisions		: 4523
1.45/1.01	c propagations		: 1104556
1.45/1.01	c inspects		: 3466723
1.45/1.01	c shortcuts		: 0
1.45/1.01	c learnt literals	: 5
1.45/1.01	c learnt binary clauses	: 242
1.45/1.01	c learnt ternary clauses	: 187
1.45/1.01	c learnt constraints	: 2253
1.45/1.01	c ignored constraints	: 0
1.45/1.01	c root simplifications	: 23
1.45/1.01	c removed literals (reason simplification)	: 46809
1.45/1.01	c reason swapping (by a shorter reason)	: 0
1.45/1.01	c Calls to reduceDB	: 0
1.45/1.01	c speed (assignments/second)	: 1307166.8639053255
1.45/1.01	c non guided choices	29
1.45/1.01	c learnt constraints type 
1.45/1.01	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 167
1.45/1.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 306
1.45/1.01	c constraints type 
1.45/1.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3721
1.45/1.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6960
1.45/1.01	s UNSATISFIABLE
1.45/1.01	c Total wall clock time (in seconds) : 0.918

Verifier Data

No possible verification on an UNSAT instance

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-3292985-1303793463/watcher-3292985-1303793463 -o /tmp/evaluation-result-3292985-1303793463/solver-3292985-1303793463 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3292985-1303793463.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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: 3.14 3.79 3.71 7/216 19791
/proc/meminfo: memFree=17941476/32951132 swapFree=67111524/67111528
[pid=19791] ppid=19789 vsize=31604 CPUtime=0 cores=4,6
/proc/19791/stat : 19791 (java) S 19789 19791 19705 0 -1 4202496 1285 0 0 0 0 0 0 0 25 0 2 0 490945936 32362496 1000 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 210658949093 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/19791/statm: 7914 1006 777 9 0 386 0
[pid=19791/tid=19792] ppid=19789 vsize=33748 CPUtime=0 cores=4,6
/proc/19791/task/19792/stat : 19792 (java) R 19789 19791 19705 0 -1 4202560 192 0 0 0 0 0 0 0 25 0 2 0 490945937 34557952 1014 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 210642175324 0 0 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0701061 s]
/proc/loadavg: 3.14 3.79 3.71 7/216 19791
/proc/meminfo: memFree=17941476/32951132 swapFree=67111524/67111528
[pid=19791] ppid=19789 vsize=7569804 CPUtime=0.04 cores=4,6
/proc/19791/stat : 19791 (java) S 19789 19791 19705 0 -1 4202496 9284 0 1 0 3 1 0 0 25 0 18 0 490945936 7751479296 8979 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19791/statm: 1892451 8980 1740 9 0 1883189 0
[pid=19791/tid=19792] ppid=19789 vsize=7569804 CPUtime=0.04 cores=4,6
/proc/19791/task/19792/stat : 19792 (java) R 19789 19791 19705 0 -1 4202560 8110 0 1 0 3 1 0 0 25 0 18 0 490945937 7751479296 8980 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 47107536099347 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7569804

[startup+0.101673 s]
/proc/loadavg: 3.14 3.79 3.71 7/216 19791
/proc/meminfo: memFree=17941476/32951132 swapFree=67111524/67111528
[pid=19791] ppid=19789 vsize=7636532 CPUtime=0.1 cores=4,6
/proc/19791/stat : 19791 (java) S 19789 19791 19705 0 -1 4202496 10403 0 1 0 8 2 0 0 25 0 18 0 490945936 7819808768 10098 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19791/statm: 1909133 10098 2094 9 0 1899871 0
[pid=19791/tid=19792] ppid=19789 vsize=7636532 CPUtime=0.07 cores=4,6
/proc/19791/task/19792/stat : 19792 (java) R 19789 19791 19705 0 -1 4202560 8607 0 1 0 6 1 0 0 25 0 18 0 490945937 7819808768 10098 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 210658973131 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636532

[startup+0.301006 s]
/proc/loadavg: 3.14 3.79 3.71 7/216 19791
/proc/meminfo: memFree=17941476/32951132 swapFree=67111524/67111528
[pid=19791] ppid=19789 vsize=7652428 CPUtime=0.47 cores=4,6
/proc/19791/stat : 19791 (java) S 19789 19791 19705 0 -1 4202496 15755 0 1 0 45 2 0 0 25 0 19 0 490945936 7836086272 13744 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19791/statm: 1913107 13744 2208 9 0 1903845 0
[pid=19791/tid=19792] ppid=19789 vsize=7652428 CPUtime=0.27 cores=4,6
/proc/19791/task/19792/stat : 19792 (java) R 19789 19791 19705 0 -1 4202560 9052 0 1 0 26 1 0 0 25 0 19 0 490945937 7836086272 13744 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 46912505228559 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 7652428

[startup+0.701001 s]
/proc/loadavg: 3.14 3.79 3.71 7/216 19791
/proc/meminfo: memFree=17941476/32951132 swapFree=67111524/67111528
[pid=19791] ppid=19789 vsize=7656988 CPUtime=1.14 cores=4,6
/proc/19791/stat : 19791 (java) S 19789 19791 19705 0 -1 4202496 18140 0 1 0 112 2 0 0 25 0 19 0 490945936 7840755712 15433 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19791/statm: 1914247 15433 2224 9 0 1904985 0
[pid=19791/tid=19792] ppid=19789 vsize=7656988 CPUtime=0.67 cores=4,6
/proc/19791/task/19792/stat : 19792 (java) R 19789 19791 19705 0 -1 4202560 9115 0 1 0 66 1 0 0 25 0 19 0 490945937 7840755712 15433 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 46912505572867 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 7656988

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

[startup+0.900997 s]
/proc/loadavg: 3.14 3.79 3.71 7/216 19791
/proc/meminfo: memFree=17941476/32951132 swapFree=67111524/67111528
[pid=19791] ppid=19789 vsize=7656988 CPUtime=1.34 cores=4,6
/proc/19791/stat : 19791 (java) S 19789 19791 19705 0 -1 4202496 18197 0 1 0 132 2 0 0 25 0 19 0 490945936 7840755712 15490 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19791/statm: 1914247 15490 2224 9 0 1904985 0
[pid=19791/tid=19792] ppid=19789 vsize=7656988 CPUtime=0.87 cores=4,6
/proc/19791/task/19792/stat : 19792 (java) R 19789 19791 19705 0 -1 4202560 9172 0 1 0 86 1 0 0 25 0 19 0 490945937 7840755712 15490 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 46912505692791 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 7656988

[startup+1.00095 s]
/proc/loadavg: 3.14 3.79 3.71 9/260 19884
/proc/meminfo: memFree=17830228/32951132 swapFree=67111524/67111528
[pid=19791] ppid=19789 vsize=7656988 CPUtime=1.45 cores=4,6
/proc/19791/stat : 19791 (java) S 19789 19791 19705 0 -1 4202496 18218 0 1 0 143 2 0 0 25 0 19 0 490945936 7840755712 15511 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19791/statm: 1914247 15511 2224 9 0 1904985 0
[pid=19791/tid=19792] ppid=19789 vsize=7656988 CPUtime=0.98 cores=4,6
/proc/19791/task/19792/stat : 19792 (java) R 19789 19791 19705 0 -1 4202560 9193 0 1 0 97 1 0 0 25 0 19 0 490945937 7840755712 15511 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 46912505572774 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19791/tid=19797] ppid=19789 vsize=7656988 CPUtime=0 cores=4,6
/proc/19791/task/19797/stat : 19797 (java) S 19789 19791 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490945939 7840755712 15511 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 210658962329 0 4 0 16800975 18446604446125416640 0 0 -1 4 0 0 0
[pid=19791/tid=19798] ppid=19789 vsize=7656988 CPUtime=0 cores=4,6
/proc/19791/task/19798/stat : 19798 (java) S 19789 19791 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490945939 7840755712 15511 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 210658962329 0 4 0 16800975 18446604446125416640 0 0 -1 4 0 0 0
[pid=19791/tid=19799] ppid=19789 vsize=7656988 CPUtime=0 cores=4,6
/proc/19791/task/19799/stat : 19799 (java) S 19789 19791 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490945939 7840755712 15511 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 210658962329 0 4 0 16800975 18446604446125416640 0 0 -1 4 0 0 0
[pid=19791/tid=19800] ppid=19789 vsize=7656988 CPUtime=0 cores=4,6
/proc/19791/task/19800/stat : 19800 (java) S 19789 19791 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490945939 7840755712 15511 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 210658962329 0 4 0 16800975 18446604446125416640 0 0 -1 4 0 0 0
[pid=19791/tid=19801] ppid=19789 vsize=7656988 CPUtime=0 cores=4,6
/proc/19791/task/19801/stat : 19801 (java) S 19789 19791 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490945939 7840755712 15511 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 210658962329 0 4 0 16800975 18446604446125416640 0 0 -1 4 0 0 0
[pid=19791/tid=19802] ppid=19789 vsize=7656988 CPUtime=0 cores=4,6
/proc/19791/task/19802/stat : 19802 (java) S 19789 19791 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490945939 7840755712 15511 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 210658962329 0 4 0 16800975 18446604446125416640 0 0 -1 4 0 0 0
[pid=19791/tid=19803] ppid=19789 vsize=7656988 CPUtime=0 cores=4,6
/proc/19791/task/19803/stat : 19803 (java) S 19789 19791 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490945939 7840755712 15511 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 210658962329 0 4 0 16800975 18446604446125416640 0 0 -1 4 0 0 0
[pid=19791/tid=19804] ppid=19789 vsize=7656988 CPUtime=0 cores=4,6
/proc/19791/task/19804/stat : 19804 (java) S 19789 19791 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490945939 7840755712 15511 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 210658962329 0 4 0 16800975 18446604446125416640 0 0 -1 4 0 0 0
[pid=19791/tid=19810] ppid=19789 vsize=7656988 CPUtime=0 cores=4,6
/proc/19791/task/19810/stat : 19810 (java) S 19789 19791 19705 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 19 0 490945940 7840755712 15511 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 210658962944 0 0 0 16800975 18446604446125416640 0 0 -1 4 0 0 0
[pid=19791/tid=19811] ppid=19789 vsize=7656988 CPUtime=0 cores=4,6
/proc/19791/task/19811/stat : 19811 (java) S 19789 19791 19705 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 490945940 7840755712 15511 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 210658962329 0 4 0 16800975 18446604446125416640 0 0 -1 4 0 0 0
[pid=19791/tid=19813] ppid=19789 vsize=7656988 CPUtime=0 cores=4,6
/proc/19791/task/19813/stat : 19813 (java) S 19789 19791 19705 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490945940 7840755712 15511 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 210658962329 0 4 0 16800975 18446604446125416640 0 0 -1 4 0 0 0
[pid=19791/tid=19823] ppid=19789 vsize=7656988 CPUtime=0 cores=4,6
/proc/19791/task/19823/stat : 19823 (java) S 19789 19791 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490945942 7840755712 15511 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 210658970033 0 4 0 16800975 18446604446125416640 0 0 -1 4 0 0 0
[pid=19791/tid=19824] ppid=19789 vsize=7656988 CPUtime=0.25 cores=4,6
/proc/19791/task/19824/stat : 19824 (java) S 19789 19791 19705 0 -1 4202560 2735 0 0 0 25 0 0 0 25 0 19 0 490945942 7840755712 15511 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 210658962329 0 4 0 16800975 18446604446125416640 0 0 -1 6 0 0 0
[pid=19791/tid=19825] ppid=19789 vsize=7656988 CPUtime=0.2 cores=4,6
/proc/19791/task/19825/stat : 19825 (java) S 19789 19791 19705 0 -1 4202560 5129 0 0 0 20 0 0 0 22 0 19 0 490945942 7840755712 15511 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 210658962329 0 4 0 16800975 18446604446125416640 0 0 -1 6 0 0 0
[pid=19791/tid=19826] ppid=19789 vsize=7656988 CPUtime=0 cores=4,6
/proc/19791/task/19826/stat : 19826 (java) S 19789 19791 19705 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490945942 7840755712 15511 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 210658962329 0 4 0 16800975 18446604446125416640 0 0 -1 4 0 0 0
[pid=19791/tid=19827] ppid=19789 vsize=7656988 CPUtime=0 cores=4,6
/proc/19791/task/19827/stat : 19827 (java) R 19789 19791 19705 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 490945942 7840755712 15511 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 210658962944 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19791/tid=19837] ppid=19789 vsize=7656988 CPUtime=0 cores=4,6
/proc/19791/task/19837/stat : 19837 (java) S 19789 19791 19705 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490945954 7840755712 15511 33554432000 1073741824 1073778376 140735665853056 18446744073709551615 210658962944 0 4 0 16800975 18446604446125416640 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 7656988

Child status: 20
Real time (s): 1.02163
CPU time (s): 1.47977
CPU user time (s): 1.44878
CPU system time (s): 0.030995
CPU usage (%): 144.845
Max. virtual memory (cumulated for all children) (KiB): 7658580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.44878
system time used= 0.030995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18234
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= 155
involuntary context switches= 70

runsolver used 0.002999 second user time and 0.009998 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-26 06:51:03
IDJOB=3292985
IDBENCH=88003
IDSOLVER=1611
FILE ID=node129/3292985-1303793463
RUNJOBID= node129-1303793463-19724
PBS_JOBID= 13157283
Free space on /tmp= 66828 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT02/industrial/goldberg/rand_net/rand_net60-30-1.shuffled.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292985-1303793463/watcher-3292985-1303793463 -o /tmp/evaluation-result-3292985-1303793463/solver-3292985-1303793463 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3292985-1303793463.cnf

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

MD5SUM BENCH= 4297b314a32658522bc6751e20d6be5c
RANDOM SEED=1470467515

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:      17941880 kB
Buffers:       1250584 kB
Cached:       12956212 kB
SwapCached:          4 kB
Active:        2774260 kB
Inactive:     11567580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      17941880 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2956 kB
Writeback:          20 kB
AnonPages:      135092 kB
Mapped:          23068 kB
Slab:           600772 kB
PageTables:       4892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 14725428 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= 66828 MiB
End job on node129 at 2011-04-26 06:51:04