Trace number 3687270

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
SAT 4j PB RES // CP 2.3.2 SnapshotUNSAT 8.67368 3.34388

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900546076.opb
MD5SUM148040983257ccf233b3daf7936d3c1f
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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.613906
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.10	c Free memory 		501472288
0.01/0.10	c Max memory 		7480803328
0.01/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3687270-1337871891.opb
0.08/0.12	c reading problem ... 
0.46/0.33	c ... done. Wall clock time 0.202s.
0.46/0.33	c declared #vars     231
0.46/0.33	c #constraints  2707
0.46/0.33	c constraints type 
0.46/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.46/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.46/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.46/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.46/0.33	c 2707 constraints processed.
0.46/0.33	c constraints type 
0.46/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.46/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.46/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.46/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.46/0.33	c 2707 constraints processed.
2.37/0.87	c cleaning 2502 clauses out of 5003 with flag 5003/5003
3.85/1.20	c cleaning 4249 clauses out of 8499 with flag 11001/11001
4.75/1.59	c cleaning 5626 clauses out of 11251 with flag 18002/18002
5.87/2.03	c cleaning 6809 clauses out of 13622 with flag 26001/26001
7.01/2.49	c cleaning 7904 clauses out of 15815 with flag 35004/35004
8.28/3.00	c cleaning 8950 clauses out of 17904 with flag 45000/45000
8.44/3.19	c  And the winner is solver0
8.63/3.33	c starts		: 65
8.63/3.33	c conflicts		: 49286
8.63/3.33	c decisions		: 80708
8.63/3.33	c propagations		: 2302438
8.63/3.33	c inspects		: 20644823
8.63/3.33	c shortcuts		: 0
8.63/3.33	c learnt literals	: 12
8.63/3.33	c learnt binary clauses	: 61
8.63/3.33	c learnt ternary clauses	: 175
8.63/3.33	c learnt constraints	: 49273
8.63/3.33	c ignored constraints	: 0
8.63/3.33	c root simplifications	: 0
8.63/3.33	c removed literals (reason simplification)	: 152909
8.63/3.33	c reason swapping (by a shorter reason)	: 0
8.63/3.33	c Calls to reduceDB	: 6
8.63/3.33	c number of reductions to clauses (during analyze)	: 0
8.63/3.33	c number of learned constraints concerned by reduction	: 0
8.63/3.33	c number of learning phase by resolution	: 0
8.63/3.33	c number of learning phase by cutting planes	: 0
8.63/3.33	c speed (assignments/second)	: 767735.2450816939
8.63/3.33	c non guided choices	169
8.63/3.33	c learnt constraints type 
8.63/3.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 61
8.63/3.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13172
8.63/3.33	c constraints type 
8.63/3.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
8.63/3.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
8.63/3.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
8.63/3.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
8.63/3.33	c 2707 constraints processed.
8.63/3.33	c constraints type 
8.63/3.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
8.63/3.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
8.63/3.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
8.63/3.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
8.63/3.33	c 2707 constraints processed.
8.63/3.33	s UNSATISFIABLE
8.63/3.33	c Total wall clock time (in seconds): 3.21

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-3687270-1337871891/watcher-3687270-1337871891 -o /tmp/evaluation-result-3687270-1337871891/solver-3687270-1337871891 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687270-1337871891.opb 

running on 4 cores: 0,2,4,6

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: 0.16 0.03 0.01 1/171 20232
/proc/meminfo: memFree=30097756/32873844 swapFree=6868/6868
[pid=20232] ppid=20230 vsize=5632 CPUtime=0 cores=0,2,4,6
/proc/20232/stat : 20232 (java) R 20230 20232 20082 0 -1 4202496 306 0 0 0 0 0 0 0 20 0 1 0 253256105 5767168 55 33554432000 1073741824 1073778376 140736544296784 140736544293912 209088245031 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20232/statm: 1408 58 46 9 0 30 0

[startup+0.040826 s]
/proc/loadavg: 0.16 0.03 0.01 1/171 20232
/proc/meminfo: memFree=30097756/32873844 swapFree=6868/6868
[pid=20232] ppid=20230 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/20232/stat : 20232 (java) S 20230 20232 20082 0 -1 4202496 2970 0 1 0 1 0 0 0 20 0 13 0 253256105 9446973440 3668 33554432000 1073741824 1073778376 140736544296784 140736544287920 209100767293 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20232/statm: 2306390 3671 1667 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100197 s]
/proc/loadavg: 0.16 0.03 0.01 1/171 20232
/proc/meminfo: memFree=30097756/32873844 swapFree=6868/6868
[pid=20232] ppid=20230 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/20232/stat : 20232 (java) S 20230 20232 20082 0 -1 4202496 4228 0 1 0 7 1 0 0 20 0 18 0 253256105 9787813888 5424 33554432000 1073741824 1073778376 140736544296784 140736544287920 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20232/statm: 2389603 5425 2099 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300271 s]
/proc/loadavg: 0.16 0.03 0.01 1/171 20232
/proc/meminfo: memFree=30097756/32873844 swapFree=6868/6868
[pid=20232] ppid=20230 vsize=9558412 CPUtime=0.46 cores=0,2,4,6
/proc/20232/stat : 20232 (java) S 20230 20232 20082 0 -1 4202496 5397 0 1 0 44 2 0 0 20 0 18 0 253256105 9787813888 7799 33554432000 1073741824 1073778376 140736544296784 140736544287920 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20232/statm: 2389603 7799 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700175 s]
/proc/loadavg: 0.16 0.03 0.01 1/171 20232
/proc/meminfo: memFree=30097756/32873844 swapFree=6868/6868
[pid=20232] ppid=20230 vsize=9824668 CPUtime=1.97 cores=0,2,4,6
/proc/20232/stat : 20232 (java) S 20230 20232 20082 0 -1 4202496 14720 0 1 0 193 4 0 0 20 0 22 0 253256105 10060460032 21918 33554432000 1073741824 1073778376 140736544296784 140736544287920 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20232/statm: 2456167 21918 2244 9 0 2446860 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9824668

[startup+1.50074 s]
/proc/loadavg: 0.47 0.10 0.03 5/193 20254
/proc/meminfo: memFree=29967956/32873844 swapFree=6868/6868
[pid=20232] ppid=20230 vsize=9824668 CPUtime=4.75 cores=0,2,4,6
/proc/20232/stat : 20232 (java) S 20230 20232 20082 0 -1 4202496 22387 0 1 0 468 7 0 0 20 0 22 0 253256105 10060460032 48356 33554432000 1073741824 1073778376 140736544296784 140736544287920 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20232/statm: 2456167 48356 2278 9 0 2446860 0
[pid=20232/tid=20234] ppid=20230 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/20232/task/20234/stat : 20234 (java) S 20230 20232 20082 0 -1 4202560 2454 0 1 0 28 1 0 0 20 0 22 0 253256106 10060460032 48356 33554432000 1073741824 1073778376 140736544296784 139694440285176 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20232/tid=20235] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20235/stat : 20235 (java) S 20230 20232 20082 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253256107 10060460032 48356 33554432000 1073741824 1073778376 140736544296784 139694418385960 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20232/tid=20236] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20236/stat : 20236 (java) S 20230 20232 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253256107 10060460032 48356 33554432000 1073741824 1073778376 140736544296784 139694417333160 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20232/tid=20237] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20237/stat : 20237 (java) S 20230 20232 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253256107 10060460032 48356 33554432000 1073741824 1073778376 140736544296784 139694213950248 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20232/tid=20238] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20238/stat : 20238 (java) S 20230 20232 20082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253256107 10060460032 48356 33554432000 1073741824 1073778376 140736544296784 139694212897448 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20232/tid=20239] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20239/stat : 20239 (java) S 20230 20232 20082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253256107 10060460032 48356 33554432000 1073741824 1073778376 140736544296784 139694211844648 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20232/tid=20240] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20240/stat : 20240 (java) S 20230 20232 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253256107 10060460032 48356 33554432000 1073741824 1073778376 140736544296784 139694210791848 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20232/tid=20241] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20241/stat : 20241 (java) S 20230 20232 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253256107 10060460032 48356 33554432000 1073741824 1073778376 140736544296784 139694209739048 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20232/tid=20242] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20242/stat : 20242 (java) S 20230 20232 20082 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253256107 10060460032 48356 33554432000 1073741824 1073778376 140736544296784 139694208686248 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20232/tid=20243] ppid=20230 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/20232/task/20243/stat : 20243 (java) S 20230 20232 20082 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 22 0 253256109 10060460032 48356 33554432000 1073741824 1073778376 140736544296784 139694196489192 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20232/tid=20244] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20244/stat : 20244 (java) S 20230 20232 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253256109 10060460032 48356 33554432000 1073741824 1073778376 140736544296784 139694195435256 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20232/tid=20245] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20245/stat : 20245 (java) S 20230 20232 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253256109 10060460032 48356 33554432000 1073741824 1073778376 140736544296784 139694194382344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20232/tid=20246] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20246/stat : 20246 (java) S 20230 20232 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253256112 10060460032 48356 33554432000 1073741824 1073778376 140736544296784 139694193330832 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20232/tid=20247] ppid=20230 vsize=9824668 CPUtime=1.19 cores=0,2,4,6
/proc/20232/task/20247/stat : 20247 (java) R 20230 20232 20082 0 -1 4202560 7363 0 0 0 117 2 0 0 20 0 22 0 253256112 10060460032 48356 33554432000 1073741824 1073778376 140736544296784 139694192265696 139694447260059 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20232/tid=20248] ppid=20230 vsize=9824668 CPUtime=0.94 cores=0,2,4,6
/proc/20232/task/20248/stat : 20248 (java) S 20230 20232 20082 0 -1 4202560 11150 0 0 0 93 1 0 0 20 0 22 0 253256112 10060460032 48356 33554432000 1073741824 1073778376 140736544296784 139694191225144 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20232/tid=20249] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20249/stat : 20249 (java) S 20230 20232 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253256112 10060460032 48356 33554432000 1073741824 1073778376 140736544296784 139694190172536 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20232/tid=20250] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20250/stat : 20250 (java) S 20230 20232 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253256112 10060460032 48356 33554432000 1073741824 1073778376 140736544296784 139694189119944 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20232/tid=20251] ppid=20230 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/20232/task/20251/stat : 20251 (java) R 20230 20232 20082 0 -1 4202560 37 0 0 0 110 0 0 0 20 0 22 0 253256138 10060460032 48356 33554432000 1073741824 1073778376 140736544296784 139694188065880 139694298391221 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20232/tid=20252] ppid=20230 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/20232/task/20252/stat : 20252 (java) R 20230 20232 20082 0 -1 4202560 124 0 0 0 107 2 0 0 20 0 22 0 253256138 10060460032 48356 33554432000 1073741824 1073778376 140736544296784 139694187012984 139694298587004 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20232/tid=20253] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20253/stat : 20253 (java) S 20230 20232 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253256139 10060460032 48356 33554432000 1073741824 1073778376 140736544296784 139694185960872 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20232/tid=20254] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20254/stat : 20254 (java) S 20230 20232 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253256139 10060460032 48356 33554432000 1073741824 1073778376 140736544296784 139694184908072 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 9824668

[startup+3.10084 s]
/proc/loadavg: 0.47 0.10 0.03 4/195 20258
/proc/meminfo: memFree=29824788/32873844 swapFree=6868/6868
[pid=20232] ppid=20230 vsize=9824668 CPUtime=8.44 cores=0,2,4,6
/proc/20232/stat : 20232 (java) S 20230 20232 20082 0 -1 4202496 27026 0 1 0 834 10 0 0 20 0 22 0 253256105 10060460032 77699 33554432000 1073741824 1073778376 140736544296784 140736544287920 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20232/statm: 2456167 77699 2279 9 0 2446860 0
[pid=20232/tid=20234] ppid=20230 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/20232/task/20234/stat : 20234 (java) S 20230 20232 20082 0 -1 4202560 2454 0 1 0 28 1 0 0 20 0 22 0 253256106 10060460032 77699 33554432000 1073741824 1073778376 140736544296784 139694440285176 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20232/tid=20235] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20235/stat : 20235 (java) S 20230 20232 20082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253256107 10060460032 77699 33554432000 1073741824 1073778376 140736544296784 139694418385960 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20232/tid=20236] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20236/stat : 20236 (java) S 20230 20232 20082 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253256107 10060460032 77699 33554432000 1073741824 1073778376 140736544296784 139694417333160 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20232/tid=20237] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20237/stat : 20237 (java) S 20230 20232 20082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253256107 10060460032 77699 33554432000 1073741824 1073778376 140736544296784 139694213950248 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20232/tid=20238] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20238/stat : 20238 (java) S 20230 20232 20082 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 22 0 253256107 10060460032 77699 33554432000 1073741824 1073778376 140736544296784 139694212897448 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20232/tid=20239] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20239/stat : 20239 (java) S 20230 20232 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253256107 10060460032 77699 33554432000 1073741824 1073778376 140736544296784 139694211844648 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20232/tid=20240] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20240/stat : 20240 (java) S 20230 20232 20082 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253256107 10060460032 77699 33554432000 1073741824 1073778376 140736544296784 139694210791848 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20232/tid=20241] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20241/stat : 20241 (java) S 20230 20232 20082 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253256107 10060460032 77699 33554432000 1073741824 1073778376 140736544296784 139694209739048 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20232/tid=20242] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20242/stat : 20242 (java) S 20230 20232 20082 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253256107 10060460032 77699 33554432000 1073741824 1073778376 140736544296784 139694208686248 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20232/tid=20243] ppid=20230 vsize=9824668 CPUtime=0.17 cores=0,2,4,6
/proc/20232/task/20243/stat : 20243 (java) S 20230 20232 20082 0 -1 4202560 109 0 0 0 17 0 0 0 20 0 22 0 253256109 10060460032 77699 33554432000 1073741824 1073778376 140736544296784 139694196489192 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20232/tid=20244] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20244/stat : 20244 (java) S 20230 20232 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253256109 10060460032 77699 33554432000 1073741824 1073778376 140736544296784 139694195435256 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20232/tid=20245] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20245/stat : 20245 (java) S 20230 20232 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253256109 10060460032 77699 33554432000 1073741824 1073778376 140736544296784 139694194382344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20232/tid=20246] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20246/stat : 20246 (java) S 20230 20232 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253256112 10060460032 77699 33554432000 1073741824 1073778376 140736544296784 139694193330832 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20232/tid=20247] ppid=20230 vsize=9824668 CPUtime=1.37 cores=0,2,4,6
/proc/20232/task/20247/stat : 20247 (java) S 20230 20232 20082 0 -1 4202560 8190 0 0 0 135 2 0 0 20 0 22 0 253256112 10060460032 77699 33554432000 1073741824 1073778376 140736544296784 139694192277944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20232/tid=20248] ppid=20230 vsize=9824668 CPUtime=1.4 cores=0,2,4,6
/proc/20232/task/20248/stat : 20248 (java) S 20230 20232 20082 0 -1 4202560 14807 0 0 0 138 2 0 0 20 0 22 0 253256112 10060460032 77699 33554432000 1073741824 1073778376 140736544296784 139694191225144 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20232/tid=20249] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20249/stat : 20249 (java) S 20230 20232 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253256112 10060460032 77699 33554432000 1073741824 1073778376 140736544296784 139694190172536 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20232/tid=20250] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20250/stat : 20250 (java) S 20230 20232 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253256112 10060460032 77699 33554432000 1073741824 1073778376 140736544296784 139694189119944 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20232/tid=20251] ppid=20230 vsize=9824668 CPUtime=2.51 cores=0,2,4,6
/proc/20232/task/20251/stat : 20251 (java) R 20230 20232 20082 0 -1 4202560 41 0 0 0 251 0 0 0 20 0 22 0 253256138 10060460032 77699 33554432000 1073741824 1073778376 140736544296784 139694188065880 139694298391188 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20232/tid=20252] ppid=20230 vsize=9824668 CPUtime=2.5 cores=0,2,4,6
/proc/20232/task/20252/stat : 20252 (java) R 20230 20232 20082 0 -1 4202560 169 0 0 0 246 4 0 0 20 0 22 0 253256138 10060460032 77699 33554432000 1073741824 1073778376 140736544296784 139694187010888 139694298585830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20232/tid=20253] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20253/stat : 20253 (java) S 20230 20232 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253256139 10060460032 77699 33554432000 1073741824 1073778376 140736544296784 139694185960872 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20232/tid=20254] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20254/stat : 20254 (java) S 20230 20232 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253256139 10060460032 77699 33554432000 1073741824 1073778376 140736544296784 139694184908072 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.44
Current children cumulated vsize (KiB) 9824668

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

[startup+3.30715 s]
/proc/loadavg: 0.47 0.10 0.03 5/216 20289
/proc/meminfo: memFree=29691448/32873844 swapFree=6868/6868
[pid=20232] ppid=20230 vsize=9824668 CPUtime=8.63 cores=0,2,4,6
/proc/20232/stat : 20232 (java) S 20230 20232 20082 0 -1 4202496 27027 0 1 0 851 12 0 0 20 0 19 0 253256105 10060460032 77687 33554432000 1073741824 1073778376 140736544296784 140736544287920 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20232/statm: 2456167 77687 2280 9 0 2446860 0
[pid=20232/tid=20234] ppid=20230 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/20232/task/20234/stat : 20234 (java) S 20230 20232 20082 0 -1 4202560 2454 0 1 0 28 1 0 0 20 0 19 0 253256106 10060460032 77687 33554432000 1073741824 1073778376 140736544296784 139694440285176 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20232/tid=20235] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20235/stat : 20235 (java) S 20230 20232 20082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253256107 10060460032 77687 33554432000 1073741824 1073778376 140736544296784 139694418385960 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20232/tid=20236] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20236/stat : 20236 (java) S 20230 20232 20082 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253256107 10060460032 77687 33554432000 1073741824 1073778376 140736544296784 139694417333160 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20232/tid=20237] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20237/stat : 20237 (java) S 20230 20232 20082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253256107 10060460032 77687 33554432000 1073741824 1073778376 140736544296784 139694213950248 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20232/tid=20238] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20238/stat : 20238 (java) S 20230 20232 20082 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 253256107 10060460032 77687 33554432000 1073741824 1073778376 140736544296784 139694212897448 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20232/tid=20239] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20239/stat : 20239 (java) S 20230 20232 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253256107 10060460032 77687 33554432000 1073741824 1073778376 140736544296784 139694211844648 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20232/tid=20240] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20240/stat : 20240 (java) S 20230 20232 20082 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253256107 10060460032 77687 33554432000 1073741824 1073778376 140736544296784 139694210791848 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20232/tid=20241] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20241/stat : 20241 (java) S 20230 20232 20082 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253256107 10060460032 77687 33554432000 1073741824 1073778376 140736544296784 139694209739048 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20232/tid=20242] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20242/stat : 20242 (java) S 20230 20232 20082 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253256107 10060460032 77687 33554432000 1073741824 1073778376 140736544296784 139694208686248 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20232/tid=20243] ppid=20230 vsize=9824668 CPUtime=0.17 cores=0,2,4,6
/proc/20232/task/20243/stat : 20243 (java) S 20230 20232 20082 0 -1 4202560 109 0 0 0 17 0 0 0 20 0 19 0 253256109 10060460032 77687 33554432000 1073741824 1073778376 140736544296784 139694196489192 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20232/tid=20244] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20244/stat : 20244 (java) S 20230 20232 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253256109 10060460032 77687 33554432000 1073741824 1073778376 140736544296784 139694195435256 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20232/tid=20245] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20245/stat : 20245 (java) S 20230 20232 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253256109 10060460032 77687 33554432000 1073741824 1073778376 140736544296784 139694194382344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20232/tid=20246] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20246/stat : 20246 (java) S 20230 20232 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253256112 10060460032 77687 33554432000 1073741824 1073778376 140736544296784 139694193330832 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20232/tid=20247] ppid=20230 vsize=9824668 CPUtime=1.37 cores=0,2,4,6
/proc/20232/task/20247/stat : 20247 (java) S 20230 20232 20082 0 -1 4202560 8190 0 0 0 135 2 0 0 20 0 19 0 253256112 10060460032 77687 33554432000 1073741824 1073778376 140736544296784 139694192277944 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20232/tid=20248] ppid=20230 vsize=9824668 CPUtime=1.4 cores=0,2,4,6
/proc/20232/task/20248/stat : 20248 (java) S 20230 20232 20082 0 -1 4202560 14807 0 0 0 138 2 0 0 20 0 19 0 253256112 10060460032 77687 33554432000 1073741824 1073778376 140736544296784 139694191225144 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20232/tid=20249] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20249/stat : 20249 (java) S 20230 20232 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253256112 10060460032 77687 33554432000 1073741824 1073778376 140736544296784 139694190172536 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20232/tid=20250] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20250/stat : 20250 (java) S 20230 20232 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253256112 10060460032 77687 33554432000 1073741824 1073778376 140736544296784 139694189119944 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20232/tid=20254] ppid=20230 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/20232/task/20254/stat : 20254 (java) S 20230 20232 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253256139 10060460032 77687 33554432000 1073741824 1073778376 140736544296784 139694184908072 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.63
Current children cumulated vsize (KiB) 9824668

Child status: 20
Real time (s): 3.34388
CPU time (s): 8.67368
CPU user time (s): 8.45971
CPU system time (s): 0.213967
CPU usage (%): 259.39
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.45971
system time used= 0.213967
maximum resident set size= 310800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27031
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= 599
involuntary context switches= 332

runsolver used 0.014997 second user time and 0.029995 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-24 17:04:51
IDJOB=3687270
IDBENCH=1285
IDSOLVER=2268
FILE ID=node105/3687270-1337871891
RUNJOBID= node105-1337871882-20098
PBS_JOBID= 14620099
Free space on /tmp= 71624 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900546076.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687270-1337871891/watcher-3687270-1337871891 -o /tmp/evaluation-result-3687270-1337871891/solver-3687270-1337871891 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687270-1337871891.opb

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

MD5SUM BENCH= 148040983257ccf233b3daf7936d3c1f
RANDOM SEED=882898148

node105.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		: 2666.882
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	: 5333.76
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		: 2666.882
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		: 2666.882
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		: 2666.882
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.91
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		: 2666.882
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	: 5438.54
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		: 2666.882
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		: 2666.882
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.92
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		: 2666.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30097756 kB
Buffers:          171044 kB
Cached:          1828924 kB
SwapCached:         6340 kB
Active:           562500 kB
Inactive:        1452240 kB
Active(anon):       2684 kB
Inactive(anon):    14612 kB
Active(file):     559816 kB
Inactive(file):  1437628 kB
Unevictable:        6868 kB
Mlocked:            6868 kB
SwapTotal:      67108856 kB
SwapFree:       67101824 kB
Dirty:               548 kB
Writeback:             0 kB
AnonPages:         15692 kB
Mapped:            13564 kB
Shmem:                 8 kB
Slab:             623580 kB
SReclaimable:      65048 kB
SUnreclaim:       558532 kB
KernelStack:        1392 kB
PageTables:         3852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71624 MiB
End job on node105 at 2012-05-24 17:04:54