Trace number 3711092

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotUNSAT 4.23635 2.73916

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-ns1745726.opb
MD5SUM0b23fd4cef9a00c3517621c1b2c7d2fd
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.942856
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3208
Total number of constraints4687
Number of constraints which are clauses1452
Number of constraints which are cardinality constraints (but not clauses)467
Number of constraints which are nor clauses,nor cardinality constraints2768
Minimum length of a constraint1
Maximum length of a constraint398
Number of terms in the objective function 33
Biggest coefficient in the objective function 33
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 561
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 2000
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 10732
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.07/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.13	c configuring ORDERS
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=true
0.07/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3711092-1338202683.opb
0.07/0.13	c reading problem ... 
1.08/0.50	c ... done. Wall clock time 0.363s.
1.08/0.50	c declared #vars     3208
1.08/0.50	c #constraints  4776
1.08/0.50	c constraints type 
1.08/0.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1541
1.08/0.50	c org.sat4j.minisat.constraints.cnf.UnitClauses => 8
1.08/0.50	c org.sat4j.minisat.constraints.card.MinWatchCard => 463
1.08/0.50	c ignored satisfied constraints => 10
1.08/0.50	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.08/0.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 34
1.08/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2728
1.08/0.50	c 4786 constraints processed.
2.94/1.97	c cleaning 1617 clauses out of 3256 with flag 5000/5000
4.20/2.73	c starts		: 20
4.20/2.73	c conflicts		: 7446
4.20/2.73	c decisions		: 41773
4.20/2.73	c propagations		: 1334172
4.20/2.73	c inspects		: 6407172
4.20/2.73	c shortcuts		: 0
4.20/2.73	c learnt literals	: 167
4.20/2.73	c learnt binary clauses	: 108
4.20/2.73	c learnt ternary clauses	: 81
4.20/2.73	c learnt constraints	: 7278
4.20/2.73	c ignored constraints	: 0
4.20/2.73	c root simplifications	: 186
4.20/2.73	c removed literals (reason simplification)	: 65559
4.20/2.73	c reason swapping (by a shorter reason)	: 0
4.20/2.73	c Calls to reduceDB	: 1
4.20/2.73	c number of reductions to clauses (during analyze)	: 0
4.20/2.73	c number of learned constraints concerned by reduction	: 0
4.20/2.73	c number of learning phase by resolution	: 0
4.20/2.73	c number of learning phase by cutting planes	: 0
4.20/2.73	c speed (assignments/second)	: 600707.7892841062
4.20/2.73	c non guided choices	44
4.20/2.73	c learnt constraints type 
4.20/2.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
4.20/2.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2592
4.20/2.73	c constraints type 
4.20/2.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1541
4.20/2.73	c org.sat4j.minisat.constraints.cnf.UnitClauses => 8
4.20/2.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 463
4.20/2.73	c ignored satisfied constraints => 10
4.20/2.73	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
4.20/2.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 34
4.20/2.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2728
4.20/2.73	c 4786 constraints processed.
4.20/2.73	s UNSATISFIABLE
4.20/2.73	c Total wall clock time (in seconds): 2.597

Verifier Data

ERROR: no interpretation found !

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-3711092-1338202683/watcher-3711092-1338202683 -o /tmp/evaluation-result-3711092-1338202683/solver-3711092-1338202683 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711092-1338202683.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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.00 2.01 2.00 3/194 10869
/proc/meminfo: memFree=30581504/32873844 swapFree=6872/6872
[pid=10869] ppid=10867 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/10869/stat : 10869 (java) D 10867 10869 9972 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 286396814 9515008 183 33554432000 1073741824 1073778376 140735864561328 140735864552360 270118239925 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/10869/statm: 2323 183 140 9 0 71 0

[startup+0.046935 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 10869
/proc/meminfo: memFree=30581504/32873844 swapFree=6872/6872
[pid=10869] ppid=10867 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/10869/stat : 10869 (java) S 10867 10869 9972 0 -1 4202496 3008 0 1 0 2 1 0 0 20 0 13 0 286396814 9446973440 3705 33554432000 1073741824 1073778376 140737461217040 140737461208176 270121599037 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10869/statm: 2306390 3709 1691 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100291 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 10869
/proc/meminfo: memFree=30581504/32873844 swapFree=6872/6872
[pid=10869] ppid=10867 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/10869/stat : 10869 (java) S 10867 10869 9972 0 -1 4202496 3740 0 1 0 6 1 0 0 20 0 18 0 286396814 9787842560 4948 33554432000 1073741824 1073778376 140737461217040 140737461208176 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10869/statm: 2389610 4962 1978 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.300281 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 10869
/proc/meminfo: memFree=30581504/32873844 swapFree=6872/6872
[pid=10869] ppid=10867 vsize=9558440 CPUtime=0.52 cores=1,3,5,7
/proc/10869/stat : 10869 (java) S 10867 10869 9972 0 -1 4202496 7156 0 1 0 49 3 0 0 20 0 18 0 286396814 9787842560 9371 33554432000 1073741824 1073778376 140737461217040 140737461208176 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10869/statm: 2389610 9371 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558440

[startup+0.700258 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 10869
/proc/meminfo: memFree=30581504/32873844 swapFree=6872/6872
[pid=10869] ppid=10867 vsize=9625004 CPUtime=1.64 cores=1,3,5,7
/proc/10869/stat : 10869 (java) S 10867 10869 9972 0 -1 4202496 10820 0 1 0 159 5 0 0 20 0 19 0 286396814 9856004096 28227 33554432000 1073741824 1073778376 140737461217040 140737461208176 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10869/statm: 2406251 28227 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9625004

[startup+1.50075 s]
/proc/loadavg: 2.00 2.01 2.00 4/213 10888
/proc/meminfo: memFree=30471572/32873844 swapFree=6872/6872
[pid=10869] ppid=10867 vsize=9625004 CPUtime=2.54 cores=1,3,5,7
/proc/10869/stat : 10869 (java) S 10867 10869 9972 0 -1 4202496 10831 0 1 0 249 5 0 0 20 0 19 0 286396814 9856004096 30281 33554432000 1073741824 1073778376 140737461217040 140737461208176 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10869/statm: 2406251 30281 2260 9 0 2396937 0
[pid=10869/tid=10871] ppid=10867 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/10869/task/10871/stat : 10871 (java) R 10867 10869 9972 0 -1 4202560 2549 0 1 0 143 3 0 0 20 0 19 0 286396815 9856004096 30281 33554432000 1073741824 1073778376 140737461217040 140598419741384 140598254930959 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10869/tid=10872] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10872/stat : 10872 (java) S 10867 10869 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286396816 9856004096 30281 33554432000 1073741824 1073778376 140737461217040 140598381234600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10869/tid=10873] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10873/stat : 10873 (java) S 10867 10869 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286396816 9856004096 30281 33554432000 1073741824 1073778376 140737461217040 140598380182056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10869/tid=10874] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10874/stat : 10874 (java) S 10867 10869 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286396816 9856004096 30281 33554432000 1073741824 1073778376 140737461217040 140598379129000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10869/tid=10875] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10875/stat : 10875 (java) S 10867 10869 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286396816 9856004096 30281 33554432000 1073741824 1073778376 140737461217040 140598378076456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10869/tid=10876] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10876/stat : 10876 (java) S 10867 10869 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286396816 9856004096 30281 33554432000 1073741824 1073778376 140737461217040 140598377024424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10869/tid=10877] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10877/stat : 10877 (java) S 10867 10869 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286396816 9856004096 30281 33554432000 1073741824 1073778376 140737461217040 140598375971880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10869/tid=10878] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10878/stat : 10878 (java) S 10867 10869 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286396816 9856004096 30281 33554432000 1073741824 1073778376 140737461217040 140598374918824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10869/tid=10879] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10879/stat : 10879 (java) S 10867 10869 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 286396816 9856004096 30281 33554432000 1073741824 1073778376 140737461217040 140598373866280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10869/tid=10880] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10880/stat : 10880 (java) S 10867 10869 9972 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 286396818 9856004096 30281 33554432000 1073741824 1073778376 140737461217040 140598243088744 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10869/tid=10881] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10881/stat : 10881 (java) S 10867 10869 9972 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 286396818 9856004096 30281 33554432000 1073741824 1073778376 140737461217040 140598242035064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10869/tid=10882] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10882/stat : 10882 (java) S 10867 10869 9972 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286396818 9856004096 30281 33554432000 1073741824 1073778376 140737461217040 140598240981896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10869/tid=10883] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10883/stat : 10883 (java) S 10867 10869 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286396821 9856004096 30281 33554432000 1073741824 1073778376 140737461217040 140598239930640 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10869/tid=10884] ppid=10867 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/10869/task/10884/stat : 10884 (java) S 10867 10869 9972 0 -1 4202560 2514 0 0 0 53 0 0 0 20 0 19 0 286396821 9856004096 30281 33554432000 1073741824 1073778376 140737461217040 140598238878520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10869/tid=10885] ppid=10867 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/10869/task/10885/stat : 10885 (java) S 10867 10869 9972 0 -1 4202560 4567 0 0 0 50 0 0 0 20 0 19 0 286396821 9856004096 30281 33554432000 1073741824 1073778376 140737461217040 140597365042104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10869/tid=10886] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10886/stat : 10886 (java) S 10867 10869 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286396821 9856004096 30281 33554432000 1073741824 1073778376 140737461217040 140597363989240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10869/tid=10887] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10887/stat : 10887 (java) S 10867 10869 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286396821 9856004096 30281 33554432000 1073741824 1073778376 140737461217040 140597362936904 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10869/tid=10888] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10888/stat : 10888 (java) S 10867 10869 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286396865 9856004096 30281 33554432000 1073741824 1073778376 140737461217040 140597361882152 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 9625004

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

[startup+2.30078 s]
/proc/loadavg: 2.00 2.01 2.00 4/213 10888
/proc/meminfo: memFree=30443092/32873844 swapFree=6872/6872
[pid=10869] ppid=10867 vsize=9625004 CPUtime=3.68 cores=1,3,5,7
/proc/10869/stat : 10869 (java) S 10867 10869 9972 0 -1 4202496 15363 0 1 0 361 7 0 0 20 0 19 0 286396814 9856004096 37738 33554432000 1073741824 1073778376 140737461217040 140737461208176 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10869/statm: 2406251 37738 2286 9 0 2396937 0
[pid=10869/tid=10871] ppid=10867 vsize=9625004 CPUtime=2.23 cores=1,3,5,7
/proc/10869/task/10871/stat : 10871 (java) R 10867 10869 9972 0 -1 4202560 2554 0 1 0 220 3 0 0 20 0 19 0 286396815 9856004096 37738 33554432000 1073741824 1073778376 140737461217040 140598419743144 140598254991388 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10869/tid=10872] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10872/stat : 10872 (java) S 10867 10869 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286396816 9856004096 37738 33554432000 1073741824 1073778376 140737461217040 140598381234600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10869/tid=10873] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10873/stat : 10873 (java) S 10867 10869 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286396816 9856004096 37738 33554432000 1073741824 1073778376 140737461217040 140598380182056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10869/tid=10874] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10874/stat : 10874 (java) S 10867 10869 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286396816 9856004096 37738 33554432000 1073741824 1073778376 140737461217040 140598379129000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10869/tid=10875] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10875/stat : 10875 (java) S 10867 10869 9972 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 286396816 9856004096 37738 33554432000 1073741824 1073778376 140737461217040 140598378076456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10869/tid=10876] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10876/stat : 10876 (java) S 10867 10869 9972 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 286396816 9856004096 37738 33554432000 1073741824 1073778376 140737461217040 140598377024424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10869/tid=10877] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10877/stat : 10877 (java) S 10867 10869 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 286396816 9856004096 37738 33554432000 1073741824 1073778376 140737461217040 140598375971880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10869/tid=10878] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10878/stat : 10878 (java) S 10867 10869 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286396816 9856004096 37738 33554432000 1073741824 1073778376 140737461217040 140598374918824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10869/tid=10879] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10879/stat : 10879 (java) S 10867 10869 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 286396816 9856004096 37738 33554432000 1073741824 1073778376 140737461217040 140598373866280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10869/tid=10880] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10880/stat : 10880 (java) S 10867 10869 9972 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 286396818 9856004096 37738 33554432000 1073741824 1073778376 140737461217040 140598243088744 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10869/tid=10881] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10881/stat : 10881 (java) S 10867 10869 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286396818 9856004096 37738 33554432000 1073741824 1073778376 140737461217040 140598242035064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10869/tid=10882] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10882/stat : 10882 (java) S 10867 10869 9972 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 286396818 9856004096 37738 33554432000 1073741824 1073778376 140737461217040 140598240981896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10869/tid=10883] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10883/stat : 10883 (java) S 10867 10869 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286396821 9856004096 37738 33554432000 1073741824 1073778376 140737461217040 140598239930640 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10869/tid=10884] ppid=10867 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/10869/task/10884/stat : 10884 (java) S 10867 10869 9972 0 -1 4202560 2518 0 0 0 54 0 0 0 20 0 19 0 286396821 9856004096 37738 33554432000 1073741824 1073778376 140737461217040 140598238878520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10869/tid=10885] ppid=10867 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/10869/task/10885/stat : 10885 (java) R 10867 10869 9972 0 -1 4202560 9034 0 0 0 79 2 0 0 20 0 19 0 286396821 9856004096 37738 33554432000 1073741824 1073778376 140737461217040 140597365027464 140598423860242 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10869/tid=10886] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10886/stat : 10886 (java) S 10867 10869 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286396821 9856004096 37738 33554432000 1073741824 1073778376 140737461217040 140597363989240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10869/tid=10887] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10887/stat : 10887 (java) S 10867 10869 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286396821 9856004096 37738 33554432000 1073741824 1073778376 140737461217040 140597362936904 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10869/tid=10888] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10888/stat : 10888 (java) S 10867 10869 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286396865 9856004096 37738 33554432000 1073741824 1073778376 140737461217040 140597361882152 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 9625004

[startup+2.70068 s]
/proc/loadavg: 2.00 2.01 2.00 4/213 10888
/proc/meminfo: memFree=30443092/32873844 swapFree=6872/6872
[pid=10869] ppid=10867 vsize=9625004 CPUtime=4.2 cores=1,3,5,7
/proc/10869/stat : 10869 (java) S 10867 10869 9972 0 -1 4202496 16437 0 1 0 413 7 0 0 20 0 19 0 286396814 9856004096 38026 33554432000 1073741824 1073778376 140737461217040 140737461208176 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10869/statm: 2406251 38026 2286 9 0 2396937 0
[pid=10869/tid=10871] ppid=10867 vsize=9625004 CPUtime=2.63 cores=1,3,5,7
/proc/10869/task/10871/stat : 10871 (java) R 10867 10869 9972 0 -1 4202560 2554 0 1 0 260 3 0 0 20 0 19 0 286396815 9856004096 38026 33554432000 1073741824 1073778376 140737461217040 140598419743112 140598254305318 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10869/tid=10872] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10872/stat : 10872 (java) S 10867 10869 9972 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286396816 9856004096 38026 33554432000 1073741824 1073778376 140737461217040 140598381234600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10869/tid=10873] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10873/stat : 10873 (java) S 10867 10869 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286396816 9856004096 38026 33554432000 1073741824 1073778376 140737461217040 140598380182056 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10869/tid=10874] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10874/stat : 10874 (java) S 10867 10869 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286396816 9856004096 38026 33554432000 1073741824 1073778376 140737461217040 140598379129000 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10869/tid=10875] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10875/stat : 10875 (java) S 10867 10869 9972 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 286396816 9856004096 38026 33554432000 1073741824 1073778376 140737461217040 140598378076456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10869/tid=10876] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10876/stat : 10876 (java) S 10867 10869 9972 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 286396816 9856004096 38026 33554432000 1073741824 1073778376 140737461217040 140598377024424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10869/tid=10877] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10877/stat : 10877 (java) S 10867 10869 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 286396816 9856004096 38026 33554432000 1073741824 1073778376 140737461217040 140598375971880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10869/tid=10878] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10878/stat : 10878 (java) S 10867 10869 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286396816 9856004096 38026 33554432000 1073741824 1073778376 140737461217040 140598374918824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10869/tid=10879] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10879/stat : 10879 (java) S 10867 10869 9972 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 286396816 9856004096 38026 33554432000 1073741824 1073778376 140737461217040 140598373866280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10869/tid=10880] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10880/stat : 10880 (java) S 10867 10869 9972 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 286396818 9856004096 38026 33554432000 1073741824 1073778376 140737461217040 140598243088744 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10869/tid=10881] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10881/stat : 10881 (java) S 10867 10869 9972 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286396818 9856004096 38026 33554432000 1073741824 1073778376 140737461217040 140598242035064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10869/tid=10882] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10882/stat : 10882 (java) S 10867 10869 9972 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 286396818 9856004096 38026 33554432000 1073741824 1073778376 140737461217040 140598240981896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10869/tid=10883] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10883/stat : 10883 (java) S 10867 10869 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286396821 9856004096 38026 33554432000 1073741824 1073778376 140737461217040 140598239930640 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10869/tid=10884] ppid=10867 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/10869/task/10884/stat : 10884 (java) S 10867 10869 9972 0 -1 4202560 2518 0 0 0 54 0 0 0 20 0 19 0 286396821 9856004096 38026 33554432000 1073741824 1073778376 140737461217040 140598238878520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10869/tid=10885] ppid=10867 vsize=9625004 CPUtime=0.94 cores=1,3,5,7
/proc/10869/task/10885/stat : 10885 (java) S 10867 10869 9972 0 -1 4202560 10108 0 0 0 92 2 0 0 20 0 19 0 286396821 9856004096 38026 33554432000 1073741824 1073778376 140737461217040 140597365042104 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10869/tid=10886] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10886/stat : 10886 (java) S 10867 10869 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286396821 9856004096 38026 33554432000 1073741824 1073778376 140737461217040 140597363989240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10869/tid=10887] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10887/stat : 10887 (java) S 10867 10869 9972 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286396821 9856004096 38026 33554432000 1073741824 1073778376 140737461217040 140597362936904 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10869/tid=10888] ppid=10867 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/10869/task/10888/stat : 10888 (java) S 10867 10869 9972 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286396865 9856004096 38026 33554432000 1073741824 1073778376 140737461217040 140597361882152 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 9625004

Child status: 20
Real time (s): 2.73916
CPU time (s): 4.23635
CPU user time (s): 4.14037
CPU system time (s): 0.095985
CPU usage (%): 154.659
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.14037
system time used= 0.095985
maximum resident set size= 152160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16454
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 344
involuntary context switches= 34

runsolver used 0.012998 second user time and 0.026995 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-28 12:58:03
IDJOB=3711092
IDBENCH=89857
IDSOLVER=2289
FILE ID=node106/3711092-1338202683
RUNJOBID= node106-1338195726-9989
PBS_JOBID= 14624610
Free space on /tmp= 71328 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-ns1745726.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3711092-1338202683/watcher-3711092-1338202683 -o /tmp/evaluation-result-3711092-1338202683/solver-3711092-1338202683 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711092-1338202683.opb

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

MD5SUM BENCH= 0b23fd4cef9a00c3517621c1b2c7d2fd
RANDOM SEED=1039904434

node106.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30582528 kB
Buffers:          298764 kB
Cached:           553032 kB
SwapCached:            0 kB
Active:          1257696 kB
Inactive:         175280 kB
Active(anon):     572324 kB
Inactive(anon):    11256 kB
Active(file):     685372 kB
Inactive(file):   164024 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1632 kB
Writeback:             0 kB
AnonPages:        694004 kB
Mapped:            18848 kB
Shmem:               200 kB
Slab:             716368 kB
SReclaimable:     158540 kB
SUnreclaim:       557828 kB
KernelStack:        1760 kB
PageTables:         5032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1230844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    661504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71328 MiB
End job on node106 at 2012-05-28 12:58:06