Trace number 3687288

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 9.46256 3.85052

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900670675.opb
MD5SUMc118a5f7f4e95d7123e302378befd6ff
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.708892
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 671
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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3687288-1337871895.opb
0.09/0.12	c reading problem ... 
0.46/0.32	c ... done. Wall clock time 0.2s.
0.46/0.35	c declared #vars     231
0.46/0.35	c #constraints  2707
0.46/0.35	c constraints type 
0.46/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.46/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.46/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.46/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.46/0.35	c 2707 constraints processed.
0.46/0.35	c constraints type 
0.46/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.46/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.46/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.46/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.46/0.35	c 2707 constraints processed.
2.39/0.81	c cleaning 2499 clauses out of 5000 with flag 5000/5000
3.56/1.16	c cleaning 4243 clauses out of 8501 with flag 11000/11000
4.82/1.56	c cleaning 5629 clauses out of 11259 with flag 18001/18001
5.80/2.02	c cleaning 6812 clauses out of 13631 with flag 26002/26002
6.61/2.49	c cleaning 7907 clauses out of 15816 with flag 35000/35000
7.78/3.01	c cleaning 8950 clauses out of 17909 with flag 45001/45001
8.97/3.64	c cleaning 9972 clauses out of 19955 with flag 56000/56000
9.32/3.83	c  And the winner is solver0
9.32/3.84	c starts		: 75
9.32/3.84	c conflicts		: 59696
9.32/3.84	c decisions		: 91283
9.32/3.84	c propagations		: 2509155
9.32/3.84	c inspects		: 29382538
9.32/3.84	c shortcuts		: 0
9.32/3.84	c learnt literals	: 16
9.32/3.84	c learnt binary clauses	: 67
9.32/3.84	c learnt ternary clauses	: 142
9.32/3.84	c learnt constraints	: 59679
9.32/3.84	c ignored constraints	: 0
9.32/3.84	c root simplifications	: 0
9.32/3.84	c removed literals (reason simplification)	: 196626
9.32/3.84	c reason swapping (by a shorter reason)	: 0
9.32/3.84	c Calls to reduceDB	: 7
9.32/3.84	c number of reductions to clauses (during analyze)	: 0
9.32/3.84	c number of learned constraints concerned by reduction	: 0
9.32/3.84	c number of learning phase by resolution	: 0
9.32/3.84	c number of learning phase by cutting planes	: 0
9.32/3.84	c speed (assignments/second)	: 714045.2475811042
9.32/3.84	c non guided choices	162
9.32/3.84	c learnt constraints type 
9.32/3.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 67
9.32/3.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13600
9.32/3.84	c constraints type 
9.32/3.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
9.32/3.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
9.32/3.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
9.32/3.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
9.32/3.84	c 2707 constraints processed.
9.32/3.84	c constraints type 
9.32/3.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
9.32/3.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
9.32/3.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
9.32/3.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
9.32/3.84	c 2707 constraints processed.
9.32/3.84	s UNSATISFIABLE
9.32/3.84	c Total wall clock time (in seconds): 3.723

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-3687288-1337871895/watcher-3687288-1337871895 -o /tmp/evaluation-result-3687288-1337871895/solver-3687288-1337871895 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687288-1337871895.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: 0.24 0.05 0.02 4/197 24648
/proc/meminfo: memFree=29321560/32873648 swapFree=6856/6856
[pid=24648] ppid=24646 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/24648/stat : 24648 (java) R 24646 24648 24583 0 -1 4202496 836 0 0 0 0 0 0 0 20 0 1 0 253314931 23793664 564 33554432000 1073741824 1073778376 140734813474976 140734813464040 270698330689 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24648/statm: 5809 575 430 9 0 128 0

[startup+0.0159831 s]
/proc/loadavg: 0.24 0.05 0.02 4/197 24648
/proc/meminfo: memFree=29321560/32873648 swapFree=6856/6856
[pid=24648] ppid=24646 vsize=101528 CPUtime=0 cores=1,3,5,7
/proc/24648/stat : 24648 (java) S 24646 24648 24583 0 -1 4202496 1368 0 0 0 0 0 0 0 20 0 2 0 253314931 103964672 1051 33554432000 1073741824 1073778376 140734813474976 140734813466112 270710898749 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24648/statm: 25382 1051 805 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.100176 s]
/proc/loadavg: 0.24 0.05 0.02 4/197 24648
/proc/meminfo: memFree=29321560/32873648 swapFree=6856/6856
[pid=24648] ppid=24646 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/24648/stat : 24648 (java) S 24646 24648 24583 0 -1 4202496 4282 0 1 0 8 1 0 0 20 0 18 0 253314931 9787813888 5478 33554432000 1073741824 1073778376 140734813474976 140734813466112 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24648/statm: 2389603 5478 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300227 s]
/proc/loadavg: 0.24 0.05 0.02 4/197 24648
/proc/meminfo: memFree=29321560/32873648 swapFree=6856/6856
[pid=24648] ppid=24646 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/24648/stat : 24648 (java) S 24646 24648 24583 0 -1 4202496 5500 0 1 0 45 1 0 0 20 0 18 0 253314931 9787813888 8248 33554432000 1073741824 1073778376 140734813474976 140734813466112 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24648/statm: 2389603 8248 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700188 s]
/proc/loadavg: 0.24 0.05 0.02 4/197 24648
/proc/meminfo: memFree=29321560/32873648 swapFree=6856/6856
[pid=24648] ppid=24646 vsize=9824668 CPUtime=2 cores=1,3,5,7
/proc/24648/stat : 24648 (java) S 24646 24648 24583 0 -1 4202496 15552 0 1 0 196 4 0 0 20 0 22 0 253314931 10060460032 20639 33554432000 1073741824 1073778376 140734813474976 140734813466112 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24648/statm: 2456167 20639 2244 9 0 2446860 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9824668

[startup+1.50076 s]
/proc/loadavg: 0.24 0.05 0.02 7/219 24670
/proc/meminfo: memFree=29192340/32873648 swapFree=6856/6856
[pid=24648] ppid=24646 vsize=9824668 CPUtime=4.82 cores=1,3,5,7
/proc/24648/stat : 24648 (java) S 24646 24648 24583 0 -1 4202496 20682 0 1 0 475 7 0 0 20 0 22 0 253314931 10060460032 50714 33554432000 1073741824 1073778376 140734813474976 140734813466112 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24648/statm: 2456167 50714 2277 9 0 2446860 0
[pid=24648/tid=24650] ppid=24646 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/24648/task/24650/stat : 24650 (java) S 24646 24648 24583 0 -1 4202560 2458 0 1 0 28 0 0 0 20 0 22 0 253314932 10060460032 50714 33554432000 1073741824 1073778376 140734813474976 140672207479800 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24651] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24651/stat : 24651 (java) S 24646 24648 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 50714 33554432000 1073741824 1073778376 140734813474976 140672196541480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24648/tid=24652] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24652/stat : 24652 (java) S 24646 24648 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 50714 33554432000 1073741824 1073778376 140734813474976 140672195488680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24648/tid=24653] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24653/stat : 24653 (java) S 24646 24648 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 50714 33554432000 1073741824 1073778376 140734813474976 140672194435880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24648/tid=24654] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24654/stat : 24654 (java) S 24646 24648 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 50714 33554432000 1073741824 1073778376 140734813474976 140672193383080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24648/tid=24655] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24655/stat : 24655 (java) S 24646 24648 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 50714 33554432000 1073741824 1073778376 140734813474976 140672046414376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24648/tid=24656] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24656/stat : 24656 (java) S 24646 24648 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 50714 33554432000 1073741824 1073778376 140734813474976 140672045361576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24648/tid=24657] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24657/stat : 24657 (java) S 24646 24648 24583 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 50714 33554432000 1073741824 1073778376 140734813474976 140672044308776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24648/tid=24658] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24658/stat : 24658 (java) S 24646 24648 24583 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 50714 33554432000 1073741824 1073778376 140734813474976 140672043255976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24659] ppid=24646 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24648/task/24659/stat : 24659 (java) S 24646 24648 24583 0 -1 4202560 117 0 0 0 3 0 0 0 20 0 22 0 253314935 10060460032 50714 33554432000 1073741824 1073778376 140734813474976 140672031058920 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24660] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24660/stat : 24660 (java) S 24646 24648 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314935 10060460032 50714 33554432000 1073741824 1073778376 140734813474976 140672030004984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24661] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24661/stat : 24661 (java) S 24646 24648 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314935 10060460032 50714 33554432000 1073741824 1073778376 140734813474976 140672028952072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24662] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24662/stat : 24662 (java) S 24646 24648 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314938 10060460032 50714 33554432000 1073741824 1073778376 140734813474976 140672027900560 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24663] ppid=24646 vsize=9824668 CPUtime=1.06 cores=1,3,5,7
/proc/24648/task/24663/stat : 24663 (java) S 24646 24648 24583 0 -1 4202560 9593 0 0 0 103 3 0 0 20 0 22 0 253314938 10060460032 50714 33554432000 1073741824 1073778376 140734813474976 140672026847672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24648/tid=24664] ppid=24646 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/24648/task/24664/stat : 24664 (java) S 24646 24648 24583 0 -1 4202560 7121 0 0 0 111 0 0 0 20 0 22 0 253314938 10060460032 50714 33554432000 1073741824 1073778376 140734813474976 140672025794872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24648/tid=24665] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24665/stat : 24665 (java) S 24646 24648 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314938 10060460032 50714 33554432000 1073741824 1073778376 140734813474976 140672024742264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24648/tid=24666] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24666/stat : 24666 (java) S 24646 24648 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314938 10060460032 50714 33554432000 1073741824 1073778376 140734813474976 140672023689672 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24667] ppid=24646 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/24648/task/24667/stat : 24667 (java) R 24646 24648 24583 0 -1 4202560 29 0 0 0 111 0 0 0 20 0 22 0 253314964 10060460032 50714 33554432000 1073741824 1073778376 140734813474976 140672022635800 140672074539194 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24668] ppid=24646 vsize=9824668 CPUtime=1.1 cores=1,3,5,7
/proc/24648/task/24668/stat : 24668 (java) R 24646 24648 24583 0 -1 4202560 127 0 0 0 109 1 0 0 20 0 22 0 253314964 10060460032 50714 33554432000 1073741824 1073778376 140734813474976 140672021582456 140672074899794 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24669] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24669/stat : 24669 (java) S 24646 24648 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314964 10060460032 50714 33554432000 1073741824 1073778376 140734813474976 140672020530600 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24648/tid=24670] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24670/stat : 24670 (java) S 24646 24648 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314964 10060460032 50714 33554432000 1073741824 1073778376 140734813474976 140672019477800 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 9824668

[startup+3.10081 s]
/proc/loadavg: 0.24 0.05 0.02 6/219 24670
/proc/meminfo: memFree=28916236/32873648 swapFree=6856/6856
[pid=24648] ppid=24646 vsize=9824668 CPUtime=7.94 cores=1,3,5,7
/proc/24648/stat : 24648 (java) S 24646 24648 24583 0 -1 4202496 20774 0 1 0 785 9 0 0 20 0 22 0 253314931 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140734813466112 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24648/statm: 2456167 81455 2278 9 0 2446860 0
[pid=24648/tid=24650] ppid=24646 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/24648/task/24650/stat : 24650 (java) S 24646 24648 24583 0 -1 4202560 2458 0 1 0 28 0 0 0 20 0 22 0 253314932 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672207479800 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24651] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24651/stat : 24651 (java) S 24646 24648 24583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672196541480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24652] ppid=24646 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24648/task/24652/stat : 24652 (java) S 24646 24648 24583 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 253314934 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672195488680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24648/tid=24653] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24653/stat : 24653 (java) S 24646 24648 24583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672194435880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24654] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24654/stat : 24654 (java) S 24646 24648 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672193383080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24655] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24655/stat : 24655 (java) S 24646 24648 24583 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672046414376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24656] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24656/stat : 24656 (java) S 24646 24648 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672045361576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24657] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24657/stat : 24657 (java) S 24646 24648 24583 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672044308776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24658] ppid=24646 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24648/task/24658/stat : 24658 (java) S 24646 24648 24583 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253314934 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672043255976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24659] ppid=24646 vsize=9824668 CPUtime=0.18 cores=1,3,5,7
/proc/24648/task/24659/stat : 24659 (java) S 24646 24648 24583 0 -1 4202560 123 0 0 0 18 0 0 0 20 0 22 0 253314935 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672031058920 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24648/tid=24660] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24660/stat : 24660 (java) S 24646 24648 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314935 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672030004984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24661] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24661/stat : 24661 (java) S 24646 24648 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314935 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672028952072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24662] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24662/stat : 24662 (java) S 24646 24648 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314938 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672027900560 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24663] ppid=24646 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/24648/task/24663/stat : 24663 (java) S 24646 24648 24583 0 -1 4202560 9595 0 0 0 104 3 0 0 20 0 22 0 253314938 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672026847672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24648/tid=24664] ppid=24646 vsize=9824668 CPUtime=1.16 cores=1,3,5,7
/proc/24648/task/24664/stat : 24664 (java) S 24646 24648 24583 0 -1 4202560 7122 0 0 0 116 0 0 0 20 0 22 0 253314938 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672025794872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24665] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24665/stat : 24665 (java) S 24646 24648 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314938 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672024742264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24648/tid=24666] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24666/stat : 24666 (java) S 24646 24648 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314938 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672023689672 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24667] ppid=24646 vsize=9824668 CPUtime=2.53 cores=1,3,5,7
/proc/24648/task/24667/stat : 24667 (java) R 24646 24648 24583 0 -1 4202560 37 0 0 0 253 0 0 0 20 0 22 0 253314964 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672022635488 140672074539133 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24668] ppid=24646 vsize=9824668 CPUtime=2.54 cores=1,3,5,7
/proc/24648/task/24668/stat : 24668 (java) R 24646 24648 24583 0 -1 4202560 178 0 0 0 250 4 0 0 20 0 22 0 253314964 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672021580920 140672074762473 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24669] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24669/stat : 24669 (java) S 24646 24648 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314964 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672020530600 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24648/tid=24670] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24670/stat : 24670 (java) S 24646 24648 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314964 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672019477800 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 9824668

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

[startup+3.50086 s]
/proc/loadavg: 0.62 0.13 0.04 5/219 24670
/proc/meminfo: memFree=28860816/32873648 swapFree=6856/6856
[pid=24648] ppid=24646 vsize=9824668 CPUtime=8.75 cores=1,3,5,7
/proc/24648/stat : 24648 (java) S 24646 24648 24583 0 -1 4202496 20774 0 1 0 866 9 0 0 20 0 22 0 253314931 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140734813466112 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24648/statm: 2456167 81455 2278 9 0 2446860 0
[pid=24648/tid=24650] ppid=24646 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/24648/task/24650/stat : 24650 (java) S 24646 24648 24583 0 -1 4202560 2458 0 1 0 28 0 0 0 20 0 22 0 253314932 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672207479800 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24651] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24651/stat : 24651 (java) S 24646 24648 24583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672196541480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24652] ppid=24646 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24648/task/24652/stat : 24652 (java) S 24646 24648 24583 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 253314934 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672195488680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24648/tid=24653] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24653/stat : 24653 (java) S 24646 24648 24583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672194435880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24654] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24654/stat : 24654 (java) S 24646 24648 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672193383080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24655] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24655/stat : 24655 (java) S 24646 24648 24583 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672046414376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24656] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24656/stat : 24656 (java) S 24646 24648 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672045361576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24657] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24657/stat : 24657 (java) S 24646 24648 24583 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672044308776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24658] ppid=24646 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24648/task/24658/stat : 24658 (java) S 24646 24648 24583 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253314934 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672043255976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24659] ppid=24646 vsize=9824668 CPUtime=0.18 cores=1,3,5,7
/proc/24648/task/24659/stat : 24659 (java) S 24646 24648 24583 0 -1 4202560 123 0 0 0 18 0 0 0 20 0 22 0 253314935 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672031058920 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24648/tid=24660] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24660/stat : 24660 (java) S 24646 24648 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314935 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672030004984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24661] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24661/stat : 24661 (java) S 24646 24648 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314935 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672028952072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24662] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24662/stat : 24662 (java) S 24646 24648 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314938 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672027900560 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24663] ppid=24646 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/24648/task/24663/stat : 24663 (java) S 24646 24648 24583 0 -1 4202560 9595 0 0 0 104 3 0 0 20 0 22 0 253314938 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672026847672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24648/tid=24664] ppid=24646 vsize=9824668 CPUtime=1.17 cores=1,3,5,7
/proc/24648/task/24664/stat : 24664 (java) S 24646 24648 24583 0 -1 4202560 7122 0 0 0 117 0 0 0 20 0 22 0 253314938 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672025794872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24665] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24665/stat : 24665 (java) S 24646 24648 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314938 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672024742264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24648/tid=24666] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24666/stat : 24666 (java) S 24646 24648 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314938 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672023689672 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24667] ppid=24646 vsize=9824668 CPUtime=2.92 cores=1,3,5,7
/proc/24648/task/24667/stat : 24667 (java) R 24646 24648 24583 0 -1 4202560 37 0 0 0 292 0 0 0 20 0 22 0 253314964 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672022635488 140672074539194 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24648/tid=24668] ppid=24646 vsize=9824668 CPUtime=2.94 cores=1,3,5,7
/proc/24648/task/24668/stat : 24668 (java) R 24646 24648 24583 0 -1 4202560 178 0 0 0 290 4 0 0 20 0 22 0 253314964 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672021580800 140672074539189 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24669] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24669/stat : 24669 (java) S 24646 24648 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314964 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672020530600 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24648/tid=24670] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24670/stat : 24670 (java) S 24646 24648 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314964 10060460032 81455 33554432000 1073741824 1073778376 140734813474976 140672019477800 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.75
Current children cumulated vsize (KiB) 9824668

[startup+3.70074 s]
/proc/loadavg: 0.62 0.13 0.04 5/219 24670
/proc/meminfo: memFree=28860816/32873648 swapFree=6856/6856
[pid=24648] ppid=24646 vsize=9824668 CPUtime=9.12 cores=1,3,5,7
/proc/24648/stat : 24648 (java) S 24646 24648 24583 0 -1 4202496 20917 0 1 0 902 10 0 0 20 0 22 0 253314931 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140734813466112 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24648/statm: 2456167 85684 2278 9 0 2446860 0
[pid=24648/tid=24650] ppid=24646 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/24648/task/24650/stat : 24650 (java) S 24646 24648 24583 0 -1 4202560 2458 0 1 0 28 0 0 0 20 0 22 0 253314932 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672207479800 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24651] ppid=24646 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24648/task/24651/stat : 24651 (java) S 24646 24648 24583 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253314934 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672196541480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24648/tid=24652] ppid=24646 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24648/task/24652/stat : 24652 (java) S 24646 24648 24583 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 253314934 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672195488680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24648/tid=24653] ppid=24646 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24648/task/24653/stat : 24653 (java) S 24646 24648 24583 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 253314934 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672194435880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24648/tid=24654] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24654/stat : 24654 (java) S 24646 24648 24583 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672193383080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24655] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24655/stat : 24655 (java) S 24646 24648 24583 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672046414376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24656] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24656/stat : 24656 (java) S 24646 24648 24583 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672045361576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24657] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24657/stat : 24657 (java) S 24646 24648 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672044308776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24658] ppid=24646 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24648/task/24658/stat : 24658 (java) S 24646 24648 24583 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253314934 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672043255976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24659] ppid=24646 vsize=9824668 CPUtime=0.23 cores=1,3,5,7
/proc/24648/task/24659/stat : 24659 (java) S 24646 24648 24583 0 -1 4202560 251 0 0 0 22 1 0 0 20 0 22 0 253314935 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672031058920 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24648/tid=24660] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24660/stat : 24660 (java) S 24646 24648 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314935 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672030004984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24661] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24661/stat : 24661 (java) S 24646 24648 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314935 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672028952072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24662] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24662/stat : 24662 (java) S 24646 24648 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314938 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672027900560 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24663] ppid=24646 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/24648/task/24663/stat : 24663 (java) S 24646 24648 24583 0 -1 4202560 9595 0 0 0 104 3 0 0 20 0 22 0 253314938 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672026847672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24648/tid=24664] ppid=24646 vsize=9824668 CPUtime=1.17 cores=1,3,5,7
/proc/24648/task/24664/stat : 24664 (java) S 24646 24648 24583 0 -1 4202560 7122 0 0 0 117 0 0 0 20 0 22 0 253314938 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672025794872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24665] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24665/stat : 24665 (java) S 24646 24648 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314938 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672024742264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24648/tid=24666] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24666/stat : 24666 (java) S 24646 24648 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314938 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672023689672 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24667] ppid=24646 vsize=9824668 CPUtime=3.05 cores=1,3,5,7
/proc/24648/task/24667/stat : 24667 (java) R 24646 24648 24583 0 -1 4202560 38 0 0 0 305 0 0 0 20 0 22 0 253314964 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672022635608 140672074055607 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24668] ppid=24646 vsize=9824668 CPUtime=3.07 cores=1,3,5,7
/proc/24648/task/24668/stat : 24668 (java) R 24646 24648 24583 0 -1 4202560 185 0 0 0 303 4 0 0 20 0 22 0 253314964 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672021580920 140672074762758 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24669] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24669/stat : 24669 (java) S 24646 24648 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314964 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672020530600 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24648/tid=24670] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24670/stat : 24670 (java) S 24646 24648 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314964 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672019477800 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.12
Current children cumulated vsize (KiB) 9824668

[startup+3.80083 s]
/proc/loadavg: 0.62 0.13 0.04 5/219 24670
/proc/meminfo: memFree=28860816/32873648 swapFree=6856/6856
[pid=24648] ppid=24646 vsize=9824668 CPUtime=9.32 cores=1,3,5,7
/proc/24648/stat : 24648 (java) S 24646 24648 24583 0 -1 4202496 20917 0 1 0 922 10 0 0 20 0 22 0 253314931 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140734813466112 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24648/statm: 2456167 85684 2278 9 0 2446860 0
[pid=24648/tid=24650] ppid=24646 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/24648/task/24650/stat : 24650 (java) S 24646 24648 24583 0 -1 4202560 2458 0 1 0 28 0 0 0 20 0 22 0 253314932 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672207479800 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24651] ppid=24646 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24648/task/24651/stat : 24651 (java) S 24646 24648 24583 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253314934 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672196541480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24648/tid=24652] ppid=24646 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24648/task/24652/stat : 24652 (java) S 24646 24648 24583 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 253314934 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672195488680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24648/tid=24653] ppid=24646 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24648/task/24653/stat : 24653 (java) S 24646 24648 24583 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 253314934 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672194435880 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24648/tid=24654] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24654/stat : 24654 (java) S 24646 24648 24583 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672193383080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24655] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24655/stat : 24655 (java) S 24646 24648 24583 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672046414376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24656] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24656/stat : 24656 (java) S 24646 24648 24583 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672045361576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24657] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24657/stat : 24657 (java) S 24646 24648 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314934 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672044308776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24658] ppid=24646 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24648/task/24658/stat : 24658 (java) S 24646 24648 24583 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253314934 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672043255976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24659] ppid=24646 vsize=9824668 CPUtime=0.23 cores=1,3,5,7
/proc/24648/task/24659/stat : 24659 (java) S 24646 24648 24583 0 -1 4202560 251 0 0 0 22 1 0 0 20 0 22 0 253314935 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672031058920 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24648/tid=24660] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24660/stat : 24660 (java) S 24646 24648 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314935 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672030004984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24661] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24661/stat : 24661 (java) S 24646 24648 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314935 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672028952072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24662] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24662/stat : 24662 (java) S 24646 24648 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314938 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672027900560 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24663] ppid=24646 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/24648/task/24663/stat : 24663 (java) S 24646 24648 24583 0 -1 4202560 9595 0 0 0 104 3 0 0 20 0 22 0 253314938 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672026847672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24648/tid=24664] ppid=24646 vsize=9824668 CPUtime=1.17 cores=1,3,5,7
/proc/24648/task/24664/stat : 24664 (java) S 24646 24648 24583 0 -1 4202560 7122 0 0 0 117 0 0 0 20 0 22 0 253314938 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672025794872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24665] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24665/stat : 24665 (java) S 24646 24648 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314938 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672024742264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24648/tid=24666] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24666/stat : 24666 (java) S 24646 24648 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314938 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672023689672 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24667] ppid=24646 vsize=9824668 CPUtime=3.15 cores=1,3,5,7
/proc/24648/task/24667/stat : 24667 (java) R 24646 24648 24583 0 -1 4202560 38 0 0 0 315 0 0 0 20 0 22 0 253314964 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672022635488 140672074527591 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24648/tid=24668] ppid=24646 vsize=9824668 CPUtime=3.17 cores=1,3,5,7
/proc/24648/task/24668/stat : 24668 (java) R 24646 24648 24583 0 -1 4202560 185 0 0 0 313 4 0 0 20 0 22 0 253314964 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672021580920 140672074762495 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24648/tid=24669] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24669/stat : 24669 (java) S 24646 24648 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314964 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672020530600 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24648/tid=24670] ppid=24646 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24648/task/24670/stat : 24670 (java) S 24646 24648 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314964 10060460032 85684 33554432000 1073741824 1073778376 140734813474976 140672019477800 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.32
Current children cumulated vsize (KiB) 9824668

Child status: 20
Real time (s): 3.85052
CPU time (s): 9.46256
CPU user time (s): 9.25059
CPU system time (s): 0.211967
CPU usage (%): 245.748
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.25059
system time used= 0.211967
maximum resident set size= 342740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20923
page faults= 1
swaps= 0
block input operations= 16
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 676
involuntary context switches= 453

runsolver used 0.014997 second user time and 0.044993 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-24 17:04:55
IDJOB=3687288
IDBENCH=1308
IDSOLVER=2268
FILE ID=node125/3687288-1337871895
RUNJOBID= node125-1337871881-24600
PBS_JOBID= 14620079
Free space on /tmp= 71700 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.1900670675.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687288-1337871895/watcher-3687288-1337871895 -o /tmp/evaluation-result-3687288-1337871895/solver-3687288-1337871895 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687288-1337871895.opb

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

MD5SUM BENCH= c118a5f7f4e95d7123e302378befd6ff
RANDOM SEED=2049358856

node125.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.373
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.74
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.373
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.373
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.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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:       32873648 kB
MemFree:        29322088 kB
Buffers:          197060 kB
Cached:          2184704 kB
SwapCached:            0 kB
Active:           993432 kB
Inactive:        1792232 kB
Active(anon):     406588 kB
Inactive(anon):        0 kB
Active(file):     586844 kB
Inactive(file):  1792232 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               944 kB
Writeback:             0 kB
AnonPages:        388340 kB
Mapped:            22472 kB
Shmem:               200 kB
Slab:             626976 kB
SReclaimable:      70936 kB
SUnreclaim:       556040 kB
KernelStack:        1608 kB
PageTables:         4956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1085044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    331776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node125 at 2012-05-24 17:04:59