Trace number 3687236

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 6.06 2.70735

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111218955.opb
MD5SUM4fb633c677215fa561629219b731606a
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.05799
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1202
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.55	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.55	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.55	c See www.sat4j.org for details.
0.06/0.56	c version 2.3.2.v20120418
0.06/0.56	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.56	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.56	c java.vm.version	19.1-b02
0.06/0.56	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.56	c sun.arch.data.model	64
0.06/0.56	c java.version		1.6.0_24
0.06/0.56	c os.name		Linux
0.06/0.56	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.56	c os.arch		amd64
0.06/0.56	c Free memory 		501472288
0.06/0.56	c Max memory 		7480803328
0.06/0.56	c Total memory 		504102912
0.06/0.56	c Number of processors 	8
0.14/0.61	c Pseudo Boolean Optimization by upper bound
0.14/0.61	c ManyCore solver with 2 solvers running in parallel
0.14/0.61	c --- Begin Solver configuration ---
0.14/0.61	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.14/0.61	c Learn all clauses as in MiniSAT
0.14/0.61	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.61	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.61	c Expensive reason simplification
0.14/0.61	c Armin Biere (Picosat) restarts strategy
0.14/0.61	c Glucose learned constraints deletion strategy
0.14/0.61	c timeout=2147483s
0.14/0.61	c DB Simplification allowed=false
0.14/0.61	c c --- End Solver configuration ---
0.14/0.61	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.61	c --- Begin Solver configuration ---
0.14/0.61	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.14/0.61	c Learn all clauses as in MiniSAT
0.14/0.61	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.61	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.61	c No reason simplification
0.14/0.61	c Armin Biere (Picosat) restarts strategy
0.14/0.61	c Glucose learned constraints deletion strategy
0.14/0.61	c timeout=2147483s
0.14/0.61	c DB Simplification allowed=false
0.14/0.61	c c --- End Solver configuration ---
0.14/0.61	c solving HOME/instance-3687236-1337871884.opb
0.14/0.61	c reading problem ... 
0.14/0.68	c ... done. Wall clock time 0.068s.
0.14/0.68	c declared #vars     169
0.14/0.68	c #constraints  101
0.14/0.68	c constraints type 
0.14/0.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.14/0.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.14/0.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.14/0.69	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.14/0.69	c 101 constraints processed.
0.14/0.69	c constraints type 
0.14/0.69	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.14/0.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.14/0.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.14/0.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.14/0.69	c 101 constraints processed.
2.21/1.26	c cleaning 2500 clauses out of 4999 with flag 5000/5000
2.95/1.45	c cleaning 4242 clauses out of 8498 with flag 11001/11001
3.59/1.66	c cleaning 5626 clauses out of 11256 with flag 18002/18002
4.19/1.94	c cleaning 6811 clauses out of 13626 with flag 26000/26000
5.11/2.25	c cleaning 7897 clauses out of 15811 with flag 35000/35000
5.63/2.45	c  And the winner is solver0
6.05/2.69	c starts		: 54
6.05/2.69	c conflicts		: 41528
6.05/2.69	c decisions		: 59213
6.05/2.69	c propagations		: 811604
6.05/2.69	c inspects		: 6631838
6.05/2.69	c shortcuts		: 0
6.05/2.69	c learnt literals	: 33
6.05/2.69	c learnt binary clauses	: 21
6.05/2.69	c learnt ternary clauses	: 9
6.05/2.69	c learnt constraints	: 41494
6.05/2.69	c ignored constraints	: 0
6.05/2.69	c root simplifications	: 0
6.05/2.69	c removed literals (reason simplification)	: 9029
6.05/2.69	c reason swapping (by a shorter reason)	: 0
6.05/2.69	c Calls to reduceDB	: 5
6.05/2.69	c number of reductions to clauses (during analyze)	: 0
6.05/2.69	c number of learned constraints concerned by reduction	: 0
6.05/2.69	c number of learning phase by resolution	: 0
6.05/2.69	c number of learning phase by cutting planes	: 0
6.05/2.69	c speed (assignments/second)	: 406005.0025012506
6.05/2.69	c non guided choices	44
6.06/2.70	c learnt constraints type 
6.06/2.70	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 21
6.06/2.70	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14397
6.06/2.70	c constraints type 
6.06/2.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
6.06/2.70	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
6.06/2.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
6.06/2.70	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
6.06/2.70	c 101 constraints processed.
6.06/2.70	c constraints type 
6.06/2.70	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
6.06/2.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
6.06/2.70	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
6.06/2.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
6.06/2.70	c 101 constraints processed.
6.06/2.70	s UNSATISFIABLE
6.06/2.70	c Total wall clock time (in seconds): 2.084

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-3687236-1337871884/watcher-3687236-1337871884 -o /tmp/evaluation-result-3687236-1337871884/solver-3687236-1337871884 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687236-1337871884.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.08 0.02 0.01 1/171 22089
/proc/meminfo: memFree=28870980/32873844 swapFree=7100/7100
[pid=22089] ppid=22087 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/22089/stat : 22089 (runsolver) D 22087 22089 22059 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 1 0 253315430 12095488 55 33554432000 4194304 5436572 140733575867136 140733575863016 5057063 0 0 4096 24578 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/22089/statm: 2953 55 36 304 0 2645 0

[startup+0.033481 s]
/proc/loadavg: 0.08 0.02 0.01 1/171 22089
/proc/meminfo: memFree=28870980/32873844 swapFree=7100/7100
[pid=22089] ppid=22087 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/22089/stat : 22089 (java) D 22087 22089 22059 0 -1 4202496 92 0 1 0 0 0 0 0 20 0 1 0 253315430 2560000 46 33554432000 1073741824 1073778376 140735339099408 140735339096536 233402625415 0 0 4096 0 18446744071579943789 0 0 17 6 0 0 0 0 0
/proc/22089/statm: 625 46 37 9 0 29 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2500

[startup+0.100273 s]
/proc/loadavg: 0.08 0.02 0.01 1/171 22089
/proc/meminfo: memFree=28870980/32873844 swapFree=7100/7100
[pid=22089] ppid=22087 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/22089/stat : 22089 (java) R 22087 22089 22059 0 -1 4202496 973 0 7 0 0 0 0 0 20 0 1 0 253315430 23793664 707 33554432000 1073741824 1073778376 140734367422608 140734367412600 233402571355 0 0 4096 0 0 0 0 17 0 0 0 4 0 0
/proc/22089/statm: 5809 708 523 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.300319 s]
/proc/loadavg: 0.08 0.02 0.01 1/171 22089
/proc/meminfo: memFree=28870980/32873844 swapFree=7100/7100
[pid=22089] ppid=22087 vsize=9016616 CPUtime=0.01 cores=0,2,4,6
/proc/22089/stat : 22089 (java) S 22087 22089 22059 0 -1 4202496 2281 0 29 0 0 1 0 0 20 0 10 0 253315430 9233014784 3008 33554432000 1073741824 1073778376 140734367422608 140734367413744 233415147581 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 11 0 0
/proc/22089/statm: 2254154 3008 1140 9 0 2244855 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.70028 s]
/proc/loadavg: 0.08 0.02 0.01 1/171 22089
/proc/meminfo: memFree=28870980/32873844 swapFree=7100/7100
[pid=22089] ppid=22087 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/22089/stat : 22089 (java) S 22087 22089 22059 0 -1 4202496 4707 0 32 0 22 3 0 0 20 0 22 0 253315430 10060460032 7383 33554432000 1073741824 1073778376 140734367422608 140734367413744 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 11 0 0
/proc/22089/statm: 2456167 7383 2191 9 0 2446860 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9824668

[startup+1.50071 s]
/proc/loadavg: 0.08 0.02 0.01 10/219 22146
/proc/meminfo: memFree=28738292/32873844 swapFree=7100/7100
[pid=22089] ppid=22087 vsize=9824668 CPUtime=3.31 cores=0,2,4,6
/proc/22089/stat : 22089 (java) S 22087 22089 22059 0 -1 4202496 22486 0 32 0 324 7 0 0 20 0 22 0 253315430 10060460032 26510 33554432000 1073741824 1073778376 140734367422608 140734367413744 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 11 0 0
/proc/22089/statm: 2456167 26510 2277 9 0 2446860 0
[pid=22089/tid=22091] ppid=22087 vsize=9824668 CPUtime=0.17 cores=0,2,4,6
/proc/22089/task/22091/stat : 22091 (java) S 22087 22089 22059 0 -1 4202560 2450 0 7 0 15 2 0 0 20 0 22 0 253315448 10060460032 26510 33554432000 1073741824 1073778376 140734367422608 140587658155000 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 23 0 0
[pid=22089/tid=22092] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22092/stat : 22092 (java) S 22087 22089 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315458 10060460032 26510 33554432000 1073741824 1073778376 140734367422608 140587636255656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22089/tid=22093] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22093/stat : 22093 (java) S 22087 22089 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253315458 10060460032 26510 33554432000 1073741824 1073778376 140734367422608 140587432930344 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22089/tid=22094] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22094/stat : 22094 (java) S 22087 22089 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315458 10060460032 26510 33554432000 1073741824 1073778376 140734367422608 140587431877288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22089/tid=22095] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22095/stat : 22095 (java) S 22087 22089 22059 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253315458 10060460032 26510 33554432000 1073741824 1073778376 140734367422608 140587430824744 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22089/tid=22096] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22096/stat : 22096 (java) S 22087 22089 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315458 10060460032 26510 33554432000 1073741824 1073778376 140734367422608 140587429771688 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22089/tid=22097] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22097/stat : 22097 (java) S 22087 22089 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253315458 10060460032 26510 33554432000 1073741824 1073778376 140734367422608 140587428719144 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22089/tid=22098] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22098/stat : 22098 (java) S 22087 22089 22059 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253315458 10060460032 26510 33554432000 1073741824 1073778376 140734367422608 140587427666088 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22089/tid=22099] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22099/stat : 22099 (java) S 22087 22089 22059 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253315458 10060460032 26510 33554432000 1073741824 1073778376 140734367422608 140587426613544 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22089/tid=22102] ppid=22087 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22089/task/22102/stat : 22102 (java) S 22087 22089 22059 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 22 0 253315467 10060460032 26510 33554432000 1073741824 1073778376 140734367422608 140587414416232 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22089/tid=22110] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22110/stat : 22110 (java) S 22087 22089 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253315470 10060460032 26510 33554432000 1073741824 1073778376 140734367422608 140587413362552 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22089/tid=22111] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22111/stat : 22111 (java) S 22087 22089 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253315470 10060460032 26510 33554432000 1073741824 1073778376 140734367422608 140587412309384 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22089/tid=22130] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22130/stat : 22130 (java) S 22087 22089 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315480 10060460032 26510 33554432000 1073741824 1073778376 140734367422608 140587411258128 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22089/tid=22132] ppid=22087 vsize=9824668 CPUtime=0.77 cores=0,2,4,6
/proc/22089/task/22132/stat : 22132 (java) R 22087 22089 22059 0 -1 4202560 7518 0 1 0 75 2 0 0 20 0 22 0 253315480 10060460032 26510 33554432000 1073741824 1073778376 140734367422608 140587410191080 140587660301610 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22089/tid=22134] ppid=22087 vsize=9824668 CPUtime=0.76 cores=0,2,4,6
/proc/22089/task/22134/stat : 22134 (java) R 22087 22089 22059 0 -1 4202560 11155 0 1 0 74 2 0 0 20 0 22 0 253315480 10060460032 26510 33554432000 1073741824 1073778376 140734367422608 140587409128888 140587662272047 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22089/tid=22136] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22136/stat : 22136 (java) S 22087 22089 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315480 10060460032 26510 33554432000 1073741824 1073778376 140734367422608 140587408099576 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22089/tid=22138] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22138/stat : 22138 (java) S 22087 22089 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315480 10060460032 26510 33554432000 1073741824 1073778376 140734367422608 140587407047240 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22089/tid=22140] ppid=22087 vsize=9824668 CPUtime=0.74 cores=0,2,4,6
/proc/22089/task/22140/stat : 22140 (java) R 22087 22089 22059 0 -1 4202560 34 0 0 0 74 0 0 0 20 0 22 0 253315499 10060460032 26510 33554432000 1073741824 1073778376 140734367422608 140587405960032 140587517379196 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22089/tid=22142] ppid=22087 vsize=9824668 CPUtime=0.73 cores=0,2,4,6
/proc/22089/task/22142/stat : 22142 (java) R 22087 22089 22059 0 -1 4202560 87 0 0 0 73 0 0 0 20 0 22 0 253315499 10060460032 26510 33554432000 1073741824 1073778376 140734367422608 140587404905280 140587517403883 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22089/tid=22144] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22144/stat : 22144 (java) S 22087 22089 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315500 10060460032 26510 33554432000 1073741824 1073778376 140734367422608 140587403855144 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22089/tid=22145] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22145/stat : 22145 (java) S 22087 22089 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315500 10060460032 26510 33554432000 1073741824 1073778376 140734367422608 140587402802600 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.31
Current children cumulated vsize (KiB) 9824668

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

[startup+2.30079 s]
/proc/loadavg: 0.08 0.02 0.01 6/219 22146
/proc/meminfo: memFree=28616356/32873844 swapFree=7100/7100
[pid=22089] ppid=22087 vsize=9824668 CPUtime=5.33 cores=0,2,4,6
/proc/22089/stat : 22089 (java) S 22087 22089 22059 0 -1 4202496 27338 0 32 0 525 8 0 0 20 0 22 0 253315430 10060460032 36005 33554432000 1073741824 1073778376 140734367422608 140734367413744 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 11 0 0
/proc/22089/statm: 2456167 36005 2278 9 0 2446860 0
[pid=22089/tid=22091] ppid=22087 vsize=9824668 CPUtime=0.17 cores=0,2,4,6
/proc/22089/task/22091/stat : 22091 (java) S 22087 22089 22059 0 -1 4202560 2450 0 7 0 15 2 0 0 20 0 22 0 253315448 10060460032 36005 33554432000 1073741824 1073778376 140734367422608 140587658155000 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 23 0 0
[pid=22089/tid=22092] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22092/stat : 22092 (java) S 22087 22089 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253315458 10060460032 36005 33554432000 1073741824 1073778376 140734367422608 140587636255656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22089/tid=22093] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22093/stat : 22093 (java) S 22087 22089 22059 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253315458 10060460032 36005 33554432000 1073741824 1073778376 140734367422608 140587432930344 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22089/tid=22094] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22094/stat : 22094 (java) S 22087 22089 22059 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253315458 10060460032 36005 33554432000 1073741824 1073778376 140734367422608 140587431877288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22089/tid=22095] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22095/stat : 22095 (java) S 22087 22089 22059 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253315458 10060460032 36005 33554432000 1073741824 1073778376 140734367422608 140587430824744 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22089/tid=22096] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22096/stat : 22096 (java) S 22087 22089 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315458 10060460032 36005 33554432000 1073741824 1073778376 140734367422608 140587429771688 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22089/tid=22097] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22097/stat : 22097 (java) S 22087 22089 22059 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253315458 10060460032 36005 33554432000 1073741824 1073778376 140734367422608 140587428719144 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22089/tid=22098] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22098/stat : 22098 (java) S 22087 22089 22059 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253315458 10060460032 36005 33554432000 1073741824 1073778376 140734367422608 140587427666088 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22089/tid=22099] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22099/stat : 22099 (java) S 22087 22089 22059 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253315458 10060460032 36005 33554432000 1073741824 1073778376 140734367422608 140587426613544 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22089/tid=22102] ppid=22087 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/22089/task/22102/stat : 22102 (java) S 22087 22089 22059 0 -1 4202560 35 0 0 0 9 0 0 0 20 0 22 0 253315467 10060460032 36005 33554432000 1073741824 1073778376 140734367422608 140587414416232 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22089/tid=22110] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22110/stat : 22110 (java) S 22087 22089 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253315470 10060460032 36005 33554432000 1073741824 1073778376 140734367422608 140587413362552 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22089/tid=22111] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22111/stat : 22111 (java) S 22087 22089 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253315470 10060460032 36005 33554432000 1073741824 1073778376 140734367422608 140587412309384 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22089/tid=22130] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22130/stat : 22130 (java) S 22087 22089 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315480 10060460032 36005 33554432000 1073741824 1073778376 140734367422608 140587411258128 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22089/tid=22132] ppid=22087 vsize=9824668 CPUtime=0.89 cores=0,2,4,6
/proc/22089/task/22132/stat : 22132 (java) S 22087 22089 22059 0 -1 4202560 7521 0 1 0 87 2 0 0 20 0 22 0 253315480 10060460032 36005 33554432000 1073741824 1073778376 140734367422608 140587410204984 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22089/tid=22134] ppid=22087 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/22089/task/22134/stat : 22134 (java) R 22087 22089 22059 0 -1 4202560 15966 0 1 0 112 3 0 0 20 0 22 0 253315480 10060460032 36005 33554432000 1073741824 1073778376 140734367422608 140587409128296 140587664107523 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22089/tid=22136] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22136/stat : 22136 (java) S 22087 22089 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315480 10060460032 36005 33554432000 1073741824 1073778376 140734367422608 140587408099576 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22089/tid=22138] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22138/stat : 22138 (java) S 22087 22089 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253315480 10060460032 36005 33554432000 1073741824 1073778376 140734367422608 140587407047240 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22089/tid=22140] ppid=22087 vsize=9824668 CPUtime=1.46 cores=0,2,4,6
/proc/22089/task/22140/stat : 22140 (java) R 22087 22089 22059 0 -1 4202560 41 0 0 0 146 0 0 0 20 0 22 0 253315499 10060460032 36005 33554432000 1073741824 1073778376 140734367422608 140587405960152 140587517261047 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22089/tid=22142] ppid=22087 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/22089/task/22142/stat : 22142 (java) R 22087 22089 22059 0 -1 4202560 97 0 0 0 144 0 0 0 20 0 22 0 253315499 10060460032 36005 33554432000 1073741824 1073778376 140734367422608 140587404905560 140587517403825 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22089/tid=22144] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22144/stat : 22144 (java) S 22087 22089 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315500 10060460032 36005 33554432000 1073741824 1073778376 140734367422608 140587403855144 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22089/tid=22145] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22145/stat : 22145 (java) S 22087 22089 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253315500 10060460032 36005 33554432000 1073741824 1073778376 140734367422608 140587402802600 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 5.33
Current children cumulated vsize (KiB) 9824668

[startup+2.70078 s]
/proc/loadavg: 0.08 0.02 0.01 6/219 22146
/proc/meminfo: memFree=28616356/32873844 swapFree=7100/7100
[pid=22089] ppid=22087 vsize=9824668 CPUtime=6.06 cores=0,2,4,6
/proc/22089/stat : 22089 (java) S 22087 22089 22059 0 -1 4202496 27945 0 32 0 596 10 0 0 20 0 20 0 253315430 10060460032 36052 33554432000 1073741824 1073778376 140734367422608 140734367413744 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 11 0 0
/proc/22089/statm: 2456167 36052 2279 9 0 2446860 0
[pid=22089/tid=22091] ppid=22087 vsize=9824668 CPUtime=0.18 cores=0,2,4,6
/proc/22089/task/22091/stat : 22091 (java) S 22087 22089 22059 0 -1 4202560 2450 0 7 0 16 2 0 0 20 0 20 0 253315448 10060460032 36052 33554432000 1073741824 1073778376 140734367422608 140587658154712 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 23 0 0
[pid=22089/tid=22092] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22092/stat : 22092 (java) S 22087 22089 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 253315458 10060460032 36052 33554432000 1073741824 1073778376 140734367422608 140587636255656 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22089/tid=22093] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22093/stat : 22093 (java) S 22087 22089 22059 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 253315458 10060460032 36052 33554432000 1073741824 1073778376 140734367422608 140587432930344 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22089/tid=22094] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22094/stat : 22094 (java) S 22087 22089 22059 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 253315458 10060460032 36052 33554432000 1073741824 1073778376 140734367422608 140587431877288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22089/tid=22095] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22095/stat : 22095 (java) S 22087 22089 22059 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 253315458 10060460032 36052 33554432000 1073741824 1073778376 140734367422608 140587430824744 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22089/tid=22096] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22096/stat : 22096 (java) S 22087 22089 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 253315458 10060460032 36052 33554432000 1073741824 1073778376 140734367422608 140587429771688 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22089/tid=22097] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22097/stat : 22097 (java) S 22087 22089 22059 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 253315458 10060460032 36052 33554432000 1073741824 1073778376 140734367422608 140587428719144 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22089/tid=22098] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22098/stat : 22098 (java) S 22087 22089 22059 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 253315458 10060460032 36052 33554432000 1073741824 1073778376 140734367422608 140587427666088 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22089/tid=22099] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22099/stat : 22099 (java) S 22087 22089 22059 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 253315458 10060460032 36052 33554432000 1073741824 1073778376 140734367422608 140587426613544 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22089/tid=22102] ppid=22087 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/22089/task/22102/stat : 22102 (java) S 22087 22089 22059 0 -1 4202560 35 0 0 0 9 0 0 0 20 0 20 0 253315467 10060460032 36052 33554432000 1073741824 1073778376 140734367422608 140587414416232 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22089/tid=22110] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22110/stat : 22110 (java) S 22087 22089 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 253315470 10060460032 36052 33554432000 1073741824 1073778376 140734367422608 140587413362552 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22089/tid=22111] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22111/stat : 22111 (java) S 22087 22089 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 253315470 10060460032 36052 33554432000 1073741824 1073778376 140734367422608 140587412309384 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22089/tid=22130] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22130/stat : 22130 (java) S 22087 22089 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253315480 10060460032 36052 33554432000 1073741824 1073778376 140734367422608 140587411258128 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22089/tid=22132] ppid=22087 vsize=9824668 CPUtime=0.92 cores=0,2,4,6
/proc/22089/task/22132/stat : 22132 (java) R 22087 22089 22059 0 -1 4202560 7521 0 1 0 90 2 0 0 20 0 20 0 253315480 10060460032 36052 33554432000 1073741824 1073778376 140734367422608 140587410204824 233415172533 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22089/tid=22134] ppid=22087 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/22089/task/22134/stat : 22134 (java) S 22087 22089 22059 0 -1 4202560 16569 0 1 0 141 3 0 0 20 0 20 0 253315480 10060460032 36052 33554432000 1073741824 1073778376 140734367422608 140587409152440 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22089/tid=22136] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22136/stat : 22136 (java) S 22087 22089 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253315480 10060460032 36052 33554432000 1073741824 1073778376 140734367422608 140587408099576 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22089/tid=22138] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22138/stat : 22138 (java) S 22087 22089 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253315480 10060460032 36052 33554432000 1073741824 1073778376 140734367422608 140587407047240 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22089/tid=22144] ppid=22087 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22089/task/22144/stat : 22144 (java) S 22087 22089 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 253315500 10060460032 36052 33554432000 1073741824 1073778376 140734367422608 140587403855144 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 9824668

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22089 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=911101
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=137979
# CPU time returned by wait4() is 6.04908
# while last known CPU time is 6.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 2.70735
CPU time (s): 6.06
CPU user time (s): 5.96
CPU system time (s): 0.1
CPU usage (%): 223.835
Max. virtual memory (cumulated for all children) (KiB): 9825692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.9111
system time used= 0.137979
maximum resident set size= 145312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27947
page faults= 32
swaps= 0
block input operations= 27160
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 817
involuntary context switches= 159

runsolver used 0.001999 second user time and 0.024996 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-24 17:04:45
IDJOB=3687236
IDBENCH=1216
IDSOLVER=2268
FILE ID=node111/3687236-1337871884
RUNJOBID= node111-1337871880-22075
PBS_JOBID= 14620093
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/wnqueen/normalized-t2001.13queen13.1111218955.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687236-1337871884/watcher-3687236-1337871884 -o /tmp/evaluation-result-3687236-1337871884/solver-3687236-1337871884 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687236-1337871884.opb

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

MD5SUM BENCH= 4fb633c677215fa561629219b731606a
RANDOM SEED=805457748

node111.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.152
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	: 5332.30
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.152
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.152
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.92
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.152
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.152
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		: 2666.152
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.152
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		: 2666.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28871244 kB
Buffers:          196872 kB
Cached:          3030432 kB
SwapCached:            0 kB
Active:           746000 kB
Inactive:        2491652 kB
Active(anon):      13188 kB
Inactive(anon):        0 kB
Active(file):     732812 kB
Inactive(file):  2491652 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               400 kB
Writeback:             0 kB
AnonPages:         17792 kB
Mapped:            13568 kB
Shmem:               200 kB
Slab:             628664 kB
SReclaimable:      71692 kB
SUnreclaim:       556972 kB
KernelStack:        1392 kB
PageTables:         3812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104044 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 node111 at 2012-05-24 17:04:47