Trace number 3687315

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 Resolution 2.3.2 SnapshotUNSAT 16.7914 15.5027

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900670167.opb
MD5SUM3972d8c24730f4742ee881de3ad25c62
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 benchmark1.42778
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 707
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.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.11	c version 2.3.2.v20120418
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		501472288
0.06/0.11	c Max memory 		7480803328
0.06/0.11	c Total memory 		504102912
0.06/0.11	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-3687315-1337871902.opb
0.06/0.13	c reading problem ... 
0.41/0.31	c ... done. Wall clock time 0.181s.
0.41/0.31	c declared #vars     231
0.41/0.31	c #constraints  2707
0.41/0.31	c constraints type 
0.41/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.41/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.41/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.41/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.41/0.31	c 2707 constraints processed.
1.01/0.68	c cleaning 2499 clauses out of 5000 with flag 5000/5000
1.39/0.97	c cleaning 4240 clauses out of 8502 with flag 11001/11001
1.71/1.28	c cleaning 5629 clauses out of 11261 with flag 18000/18000
2.12/1.69	c cleaning 6813 clauses out of 13632 with flag 26000/26000
2.68/2.17	c cleaning 7909 clauses out of 15821 with flag 35002/35002
3.47/2.69	c cleaning 8935 clauses out of 17910 with flag 45000/45000
4.39/3.27	c cleaning 9986 clauses out of 19975 with flag 56000/56000
5.09/3.95	c cleaning 10986 clauses out of 21990 with flag 68001/68001
5.79/4.66	c cleaning 11991 clauses out of 24005 with flag 81002/81002
6.49/5.38	c cleaning 12997 clauses out of 26013 with flag 95001/95001
7.51/6.30	c cleaning 13996 clauses out of 28016 with flag 110001/110001
8.41/7.28	c cleaning 15004 clauses out of 30020 with flag 126001/126001
9.53/8.31	c cleaning 16006 clauses out of 32014 with flag 143001/143001
10.44/9.27	c cleaning 16996 clauses out of 34007 with flag 161001/161001
11.56/10.34	c cleaning 17999 clauses out of 36010 with flag 180001/180001
12.86/11.60	c cleaning 18995 clauses out of 38010 with flag 200000/200000
14.17/12.99	c cleaning 20006 clauses out of 40013 with flag 221000/221000
15.67/14.49	c cleaning 20988 clauses out of 42003 with flag 243002/243002
16.68/15.47	c starts		: 118
16.68/15.47	c conflicts		: 258801
16.68/15.47	c decisions		: 367571
16.68/15.47	c propagations		: 11712540
16.68/15.47	c inspects		: 182099985
16.68/15.47	c shortcuts		: 0
16.68/15.47	c learnt literals	: 27
16.68/15.47	c learnt binary clauses	: 14
16.68/15.47	c learnt ternary clauses	: 101
16.68/15.47	c learnt constraints	: 258773
16.68/15.47	c ignored constraints	: 0
16.68/15.47	c root simplifications	: 0
16.68/15.47	c removed literals (reason simplification)	: 0
16.68/15.47	c reason swapping (by a shorter reason)	: 0
16.68/15.47	c Calls to reduceDB	: 18
16.68/15.47	c number of reductions to clauses (during analyze)	: 0
16.68/15.47	c number of learned constraints concerned by reduction	: 0
16.68/15.47	c number of learning phase by resolution	: 0
16.68/15.47	c number of learning phase by cutting planes	: 0
16.68/15.47	c speed (assignments/second)	: 773104.9504950495
16.68/15.47	c non guided choices	169
16.68/15.48	c learnt constraints type 
16.68/15.48	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
16.68/15.48	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 36784
16.68/15.48	c constraints type 
16.68/15.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
16.68/15.48	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
16.68/15.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
16.68/15.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
16.68/15.48	c 2707 constraints processed.
16.68/15.48	s UNSATISFIABLE
16.68/15.48	c Total wall clock time (in seconds): 15.352

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.16 0.03 0.01 2/174 10289
/proc/meminfo: memFree=29382324/32873648 swapFree=7100/7100
[pid=10289] ppid=10287 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/10289/stat : 10289 (java) R 10287 10289 10055 0 -1 4202496 982 0 0 0 0 0 0 0 20 0 1 0 253315697 23793664 709 33554432000 1073741824 1073778376 140735272479120 140735272468184 260181112168 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10289/statm: 5809 709 524 9 0 128 0

[startup+0.041837 s]
/proc/loadavg: 0.16 0.03 0.01 2/174 10289
/proc/meminfo: memFree=29382324/32873648 swapFree=7100/7100
[pid=10289] ppid=10287 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/10289/stat : 10289 (java) S 10287 10289 10055 0 -1 4202496 2967 0 1 0 1 0 0 0 20 0 13 0 253315697 9446973440 3665 33554432000 1073741824 1073778376 140735272479120 140735272470256 260193681469 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10289/statm: 2306390 3665 1661 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100242 s]
/proc/loadavg: 0.16 0.03 0.01 2/174 10289
/proc/meminfo: memFree=29382324/32873648 swapFree=7100/7100
[pid=10289] ppid=10287 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/10289/stat : 10289 (java) S 10287 10289 10055 0 -1 4202496 3356 0 1 0 5 1 0 0 20 0 18 0 253315697 9787813888 4564 33554432000 1073741824 1073778376 140735272479120 140735272470256 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10289/statm: 2389603 4564 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.300214 s]
/proc/loadavg: 0.16 0.03 0.01 2/174 10289
/proc/meminfo: memFree=29382324/32873648 swapFree=7100/7100
[pid=10289] ppid=10287 vsize=9558412 CPUtime=0.41 cores=0,2,4,6
/proc/10289/stat : 10289 (java) S 10287 10289 10055 0 -1 4202496 5397 0 1 0 40 1 0 0 20 0 18 0 253315697 9787813888 7650 33554432000 1073741824 1073778376 140735272479120 140735272470256 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10289/statm: 2389603 7650 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 9558412

[startup+0.700189 s]
/proc/loadavg: 0.16 0.03 0.01 2/174 10289
/proc/meminfo: memFree=29382324/32873648 swapFree=7100/7100
[pid=10289] ppid=10287 vsize=9624976 CPUtime=1.18 cores=0,2,4,6
/proc/10289/stat : 10289 (java) S 10287 10289 10055 0 -1 4202496 8292 0 1 0 116 2 0 0 20 0 19 0 253315697 9855975424 10638 33554432000 1073741824 1073778376 140735272479120 140735272470256 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10289/statm: 2406244 10638 2270 9 0 2396937 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9624976

[startup+1.5006 s]
/proc/loadavg: 0.16 0.03 0.01 2/190 10332
/proc/meminfo: memFree=29347560/32873648 swapFree=7100/7100
[pid=10289] ppid=10287 vsize=9624976 CPUtime=2.02 cores=0,2,4,6
/proc/10289/stat : 10289 (java) S 10287 10289 10055 0 -1 4202496 8305 0 1 0 200 2 0 0 20 0 19 0 253315697 9855975424 11159 33554432000 1073741824 1073778376 140735272479120 140735272470256 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10289/statm: 2406244 11159 2273 9 0 2396937 0
[pid=10289/tid=10291] ppid=10287 vsize=9624976 CPUtime=1.41 cores=0,2,4,6
/proc/10289/task/10291/stat : 10291 (java) R 10287 10289 10055 0 -1 4202560 2475 0 1 0 140 1 0 0 20 0 19 0 253315698 9855975424 11159 33554432000 1073741824 1073778376 140735272479120 139740770632088 139740603501029 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10289/tid=10292] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10292/stat : 10292 (java) S 10287 10289 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 11159 33554432000 1073741824 1073778376 140735272479120 139740732124072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10289/tid=10293] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10293/stat : 10293 (java) S 10287 10289 10055 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 11159 33554432000 1073741824 1073778376 140735272479120 139740731071528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10289/tid=10294] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10294/stat : 10294 (java) S 10287 10289 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 11159 33554432000 1073741824 1073778376 140735272479120 139740730018472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10289/tid=10295] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10295/stat : 10295 (java) S 10287 10289 10055 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 11159 33554432000 1073741824 1073778376 140735272479120 139740728965928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10289/tid=10296] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10296/stat : 10296 (java) S 10287 10289 10055 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 11159 33554432000 1073741824 1073778376 140735272479120 139740727912872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10289/tid=10297] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10297/stat : 10297 (java) S 10287 10289 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 11159 33554432000 1073741824 1073778376 140735272479120 139740726860328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10289/tid=10298] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10298/stat : 10298 (java) S 10287 10289 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 11159 33554432000 1073741824 1073778376 140735272479120 139740725807272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10289/tid=10299] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10299/stat : 10299 (java) S 10287 10289 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 11159 33554432000 1073741824 1073778376 140735272479120 139740724754728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10289/tid=10300] ppid=10287 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/10289/task/10300/stat : 10300 (java) S 10287 10289 10055 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 19 0 253315700 9855975424 11159 33554432000 1073741824 1073778376 140735272479120 139740594531176 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10302] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10302/stat : 10302 (java) S 10287 10289 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315701 9855975424 11159 33554432000 1073741824 1073778376 140735272479120 139740593477496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10303] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10303/stat : 10303 (java) S 10287 10289 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315701 9855975424 11159 33554432000 1073741824 1073778376 140735272479120 139740592424328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10310] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10310/stat : 10310 (java) S 10287 10289 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315705 9855975424 11159 33554432000 1073741824 1073778376 140735272479120 139740591373072 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10311] ppid=10287 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/10289/task/10311/stat : 10311 (java) S 10287 10289 10055 0 -1 4202560 2860 0 0 0 30 0 0 0 20 0 19 0 253315705 9855975424 11159 33554432000 1073741824 1073778376 140735272479120 139740590319928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10312] ppid=10287 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/10289/task/10312/stat : 10312 (java) S 10287 10289 10055 0 -1 4202560 1725 0 0 0 23 0 0 0 20 0 19 0 253315705 9855975424 11159 33554432000 1073741824 1073778376 140735272479120 139740589267384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10289/tid=10313] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10313/stat : 10313 (java) S 10287 10289 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315705 9855975424 11159 33554432000 1073741824 1073778376 140735272479120 139740588214520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10289/tid=10314] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10314/stat : 10314 (java) S 10287 10289 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315705 9855975424 11159 33554432000 1073741824 1073778376 140735272479120 139739579542088 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10332] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10332/stat : 10332 (java) S 10287 10289 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315729 9855975424 11159 33554432000 1073741824 1073778376 140735272479120 139739578488360 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9624976

[startup+3.10069 s]
/proc/loadavg: 0.16 0.03 0.01 2/190 10332
/proc/meminfo: memFree=29346816/32873648 swapFree=7100/7100
[pid=10289] ppid=10287 vsize=9624976 CPUtime=4.29 cores=0,2,4,6
/proc/10289/stat : 10289 (java) S 10287 10289 10055 0 -1 4202496 17559 0 1 0 425 4 0 0 20 0 19 0 253315697 9855975424 16110 33554432000 1073741824 1073778376 140735272479120 140735272470256 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10289/statm: 2406244 16110 2275 9 0 2396937 0
[pid=10289/tid=10291] ppid=10287 vsize=9624976 CPUtime=2.97 cores=0,2,4,6
/proc/10289/task/10291/stat : 10291 (java) R 10287 10289 10055 0 -1 4202560 2476 0 1 0 296 1 0 0 20 0 19 0 253315698 9855975424 16110 33554432000 1073741824 1073778376 140735272479120 139740770632152 139740603500853 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10289/tid=10292] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10292/stat : 10292 (java) S 10287 10289 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 16110 33554432000 1073741824 1073778376 140735272479120 139740732124072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10289/tid=10293] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10293/stat : 10293 (java) S 10287 10289 10055 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 16110 33554432000 1073741824 1073778376 140735272479120 139740731071528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10289/tid=10294] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10294/stat : 10294 (java) S 10287 10289 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 16110 33554432000 1073741824 1073778376 140735272479120 139740730018472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10289/tid=10295] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10295/stat : 10295 (java) S 10287 10289 10055 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 16110 33554432000 1073741824 1073778376 140735272479120 139740728965928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10289/tid=10296] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10296/stat : 10296 (java) S 10287 10289 10055 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 16110 33554432000 1073741824 1073778376 140735272479120 139740727912872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10289/tid=10297] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10297/stat : 10297 (java) S 10287 10289 10055 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 16110 33554432000 1073741824 1073778376 140735272479120 139740726860328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10289/tid=10298] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10298/stat : 10298 (java) S 10287 10289 10055 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 16110 33554432000 1073741824 1073778376 140735272479120 139740725807272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10289/tid=10299] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10299/stat : 10299 (java) S 10287 10289 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 16110 33554432000 1073741824 1073778376 140735272479120 139740724754728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10300] ppid=10287 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/10289/task/10300/stat : 10300 (java) S 10287 10289 10055 0 -1 4202560 55 0 0 0 4 0 0 0 20 0 19 0 253315700 9855975424 16110 33554432000 1073741824 1073778376 140735272479120 139740594531176 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10302] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10302/stat : 10302 (java) S 10287 10289 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315701 9855975424 16110 33554432000 1073741824 1073778376 140735272479120 139740593477496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10303] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10303/stat : 10303 (java) S 10287 10289 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315701 9855975424 16110 33554432000 1073741824 1073778376 140735272479120 139740592424328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10310] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10310/stat : 10310 (java) S 10287 10289 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315705 9855975424 16110 33554432000 1073741824 1073778376 140735272479120 139740591373072 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10311] ppid=10287 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/10289/task/10311/stat : 10311 (java) S 10287 10289 10055 0 -1 4202560 2948 0 0 0 33 0 0 0 20 0 19 0 253315705 9855975424 16110 33554432000 1073741824 1073778376 140735272479120 139740590319928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10312] ppid=10287 vsize=9624976 CPUtime=0.85 cores=0,2,4,6
/proc/10289/task/10312/stat : 10312 (java) S 10287 10289 10055 0 -1 4202560 10855 0 0 0 84 1 0 0 20 0 19 0 253315705 9855975424 16110 33554432000 1073741824 1073778376 140735272479120 139740589267384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10289/tid=10313] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10313/stat : 10313 (java) S 10287 10289 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315705 9855975424 16110 33554432000 1073741824 1073778376 140735272479120 139740588214520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10289/tid=10314] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10314/stat : 10314 (java) S 10287 10289 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315705 9855975424 16110 33554432000 1073741824 1073778376 140735272479120 139739579542088 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10332] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10332/stat : 10332 (java) S 10287 10289 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315729 9855975424 16110 33554432000 1073741824 1073778376 140735272479120 139739578488360 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 9624976

[startup+6.30054 s]
/proc/loadavg: 0.31 0.07 0.02 3/212 10363
/proc/meminfo: memFree=29133656/32873648 swapFree=7100/7100
[pid=10289] ppid=10287 vsize=9624976 CPUtime=7.51 cores=0,2,4,6
/proc/10289/stat : 10289 (java) S 10287 10289 10055 0 -1 4202496 17580 0 1 0 747 4 0 0 20 0 19 0 253315697 9855975424 15772 33554432000 1073741824 1073778376 140735272479120 140735272470256 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10289/statm: 2406244 15772 2275 9 0 2396937 0
[pid=10289/tid=10291] ppid=10287 vsize=9624976 CPUtime=6.11 cores=0,2,4,6
/proc/10289/task/10291/stat : 10291 (java) R 10287 10289 10055 0 -1 4202560 2481 0 1 0 610 1 0 0 20 0 19 0 253315698 9855975424 15772 33554432000 1073741824 1073778376 140735272479120 139740770631352 139740603689900 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10289/tid=10292] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10292/stat : 10292 (java) S 10287 10289 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15772 33554432000 1073741824 1073778376 140735272479120 139740732124072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10289/tid=10293] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10293/stat : 10293 (java) S 10287 10289 10055 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15772 33554432000 1073741824 1073778376 140735272479120 139740731071528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10289/tid=10294] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10294/stat : 10294 (java) S 10287 10289 10055 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15772 33554432000 1073741824 1073778376 140735272479120 139740730018472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10289/tid=10295] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10295/stat : 10295 (java) S 10287 10289 10055 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15772 33554432000 1073741824 1073778376 140735272479120 139740728965928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10289/tid=10296] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10296/stat : 10296 (java) S 10287 10289 10055 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15772 33554432000 1073741824 1073778376 140735272479120 139740727912872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10289/tid=10297] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10297/stat : 10297 (java) S 10287 10289 10055 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15772 33554432000 1073741824 1073778376 140735272479120 139740726860328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10289/tid=10298] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10298/stat : 10298 (java) S 10287 10289 10055 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15772 33554432000 1073741824 1073778376 140735272479120 139740725807272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10299] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10299/stat : 10299 (java) S 10287 10289 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15772 33554432000 1073741824 1073778376 140735272479120 139740724754728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10300] ppid=10287 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/10289/task/10300/stat : 10300 (java) S 10287 10289 10055 0 -1 4202560 55 0 0 0 8 0 0 0 20 0 19 0 253315700 9855975424 15772 33554432000 1073741824 1073778376 140735272479120 139740594531176 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10302] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10302/stat : 10302 (java) S 10287 10289 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315701 9855975424 15772 33554432000 1073741824 1073778376 140735272479120 139740593477496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10303] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10303/stat : 10303 (java) S 10287 10289 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315701 9855975424 15772 33554432000 1073741824 1073778376 140735272479120 139740592424328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10310] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10310/stat : 10310 (java) S 10287 10289 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315705 9855975424 15772 33554432000 1073741824 1073778376 140735272479120 139740591373072 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10311] ppid=10287 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/10289/task/10311/stat : 10311 (java) S 10287 10289 10055 0 -1 4202560 2948 0 0 0 34 0 0 0 20 0 19 0 253315705 9855975424 15772 33554432000 1073741824 1073778376 140735272479120 139740590319928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10312] ppid=10287 vsize=9624976 CPUtime=0.87 cores=0,2,4,6
/proc/10289/task/10312/stat : 10312 (java) S 10287 10289 10055 0 -1 4202560 10855 0 0 0 85 2 0 0 20 0 19 0 253315705 9855975424 15772 33554432000 1073741824 1073778376 140735272479120 139740589267384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10289/tid=10313] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10313/stat : 10313 (java) S 10287 10289 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315705 9855975424 15772 33554432000 1073741824 1073778376 140735272479120 139740588214520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10289/tid=10314] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10314/stat : 10314 (java) S 10287 10289 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315705 9855975424 15772 33554432000 1073741824 1073778376 140735272479120 139739579542088 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10332] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10332/stat : 10332 (java) S 10287 10289 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315729 9855975424 15772 33554432000 1073741824 1073778376 140735272479120 139739578488360 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 9624976

[startup+12.7005 s]
/proc/loadavg: 0.60 0.13 0.04 3/192 10372
/proc/meminfo: memFree=29292284/32873648 swapFree=7100/7100
[pid=10289] ppid=10287 vsize=9624976 CPUtime=13.97 cores=0,2,4,6
/proc/10289/stat : 10289 (java) S 10287 10289 10055 0 -1 4202496 17596 0 1 0 1392 5 0 0 20 0 19 0 253315697 9855975424 15145 33554432000 1073741824 1073778376 140735272479120 140735272470256 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10289/statm: 2406244 15145 2275 9 0 2396937 0
[pid=10289/tid=10291] ppid=10287 vsize=9624976 CPUtime=12.4 cores=0,2,4,6
/proc/10289/task/10291/stat : 10291 (java) R 10287 10289 10055 0 -1 4202560 2489 0 1 0 1239 1 0 0 20 0 19 0 253315698 9855975424 15145 33554432000 1073741824 1073778376 140735272479120 139740770632376 139740603489404 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10289/tid=10292] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10292/stat : 10292 (java) S 10287 10289 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15145 33554432000 1073741824 1073778376 140735272479120 139740732124072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10289/tid=10293] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10293/stat : 10293 (java) S 10287 10289 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15145 33554432000 1073741824 1073778376 140735272479120 139740731071528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10294] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10294/stat : 10294 (java) S 10287 10289 10055 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15145 33554432000 1073741824 1073778376 140735272479120 139740730018472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10289/tid=10295] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10295/stat : 10295 (java) S 10287 10289 10055 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15145 33554432000 1073741824 1073778376 140735272479120 139740728965928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10296] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10296/stat : 10296 (java) S 10287 10289 10055 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15145 33554432000 1073741824 1073778376 140735272479120 139740727912872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10289/tid=10297] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10297/stat : 10297 (java) S 10287 10289 10055 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15145 33554432000 1073741824 1073778376 140735272479120 139740726860328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10289/tid=10298] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10298/stat : 10298 (java) S 10287 10289 10055 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15145 33554432000 1073741824 1073778376 140735272479120 139740725807272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10289/tid=10299] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10299/stat : 10299 (java) S 10287 10289 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15145 33554432000 1073741824 1073778376 140735272479120 139740724754728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10289/tid=10300] ppid=10287 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/10289/task/10300/stat : 10300 (java) S 10287 10289 10055 0 -1 4202560 56 0 0 0 16 0 0 0 20 0 19 0 253315700 9855975424 15145 33554432000 1073741824 1073778376 140735272479120 139740594531176 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10302] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10302/stat : 10302 (java) S 10287 10289 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315701 9855975424 15145 33554432000 1073741824 1073778376 140735272479120 139740593477496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10303] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10303/stat : 10303 (java) S 10287 10289 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315701 9855975424 15145 33554432000 1073741824 1073778376 140735272479120 139740592424328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10310] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10310/stat : 10310 (java) S 10287 10289 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315705 9855975424 15145 33554432000 1073741824 1073778376 140735272479120 139740591373072 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10311] ppid=10287 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/10289/task/10311/stat : 10311 (java) S 10287 10289 10055 0 -1 4202560 2948 0 0 0 35 0 0 0 20 0 19 0 253315705 9855975424 15145 33554432000 1073741824 1073778376 140735272479120 139740590319928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10312] ppid=10287 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/10289/task/10312/stat : 10312 (java) S 10287 10289 10055 0 -1 4202560 10855 0 0 0 87 2 0 0 20 0 19 0 253315705 9855975424 15145 33554432000 1073741824 1073778376 140735272479120 139740589267384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10289/tid=10313] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10313/stat : 10313 (java) S 10287 10289 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315705 9855975424 15145 33554432000 1073741824 1073778376 140735272479120 139740588214520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10289/tid=10314] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10314/stat : 10314 (java) S 10287 10289 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315705 9855975424 15145 33554432000 1073741824 1073778376 140735272479120 139739579542088 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10332] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10332/stat : 10332 (java) S 10287 10289 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315729 9855975424 15145 33554432000 1073741824 1073778376 140735272479120 139739578488360 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 13.97
Current children cumulated vsize (KiB) 9624976

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

[startup+14.3067 s]
/proc/loadavg: 0.60 0.13 0.04 3/192 10372
/proc/meminfo: memFree=29292416/32873648 swapFree=7100/7100
[pid=10289] ppid=10287 vsize=9624976 CPUtime=15.58 cores=0,2,4,6
/proc/10289/stat : 10289 (java) S 10287 10289 10055 0 -1 4202496 17601 0 1 0 1553 5 0 0 20 0 19 0 253315697 9855975424 15148 33554432000 1073741824 1073778376 140735272479120 140735272470256 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10289/statm: 2406244 15148 2275 9 0 2396937 0
[pid=10289/tid=10291] ppid=10287 vsize=9624976 CPUtime=13.99 cores=0,2,4,6
/proc/10289/task/10291/stat : 10291 (java) R 10287 10289 10055 0 -1 4202560 2490 0 1 0 1398 1 0 0 20 0 19 0 253315698 9855975424 15148 33554432000 1073741824 1073778376 140735272479120 139740770631968 139740603489356 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10289/tid=10292] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10292/stat : 10292 (java) S 10287 10289 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15148 33554432000 1073741824 1073778376 140735272479120 139740732124072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10289/tid=10293] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10293/stat : 10293 (java) S 10287 10289 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15148 33554432000 1073741824 1073778376 140735272479120 139740731071528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10294] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10294/stat : 10294 (java) S 10287 10289 10055 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15148 33554432000 1073741824 1073778376 140735272479120 139740730018472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10289/tid=10295] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10295/stat : 10295 (java) S 10287 10289 10055 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15148 33554432000 1073741824 1073778376 140735272479120 139740728965928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10296] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10296/stat : 10296 (java) S 10287 10289 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15148 33554432000 1073741824 1073778376 140735272479120 139740727912872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10289/tid=10297] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10297/stat : 10297 (java) S 10287 10289 10055 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15148 33554432000 1073741824 1073778376 140735272479120 139740726860328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10289/tid=10298] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10298/stat : 10298 (java) S 10287 10289 10055 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15148 33554432000 1073741824 1073778376 140735272479120 139740725807272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10289/tid=10299] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10299/stat : 10299 (java) S 10287 10289 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15148 33554432000 1073741824 1073778376 140735272479120 139740724754728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10289/tid=10300] ppid=10287 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/10289/task/10300/stat : 10300 (java) S 10287 10289 10055 0 -1 4202560 56 0 0 0 18 0 0 0 20 0 19 0 253315700 9855975424 15148 33554432000 1073741824 1073778376 140735272479120 139740594531176 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10302] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10302/stat : 10302 (java) S 10287 10289 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315701 9855975424 15148 33554432000 1073741824 1073778376 140735272479120 139740593477496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10303] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10303/stat : 10303 (java) S 10287 10289 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315701 9855975424 15148 33554432000 1073741824 1073778376 140735272479120 139740592424328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10310] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10310/stat : 10310 (java) S 10287 10289 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315705 9855975424 15148 33554432000 1073741824 1073778376 140735272479120 139740591373072 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10311] ppid=10287 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/10289/task/10311/stat : 10311 (java) S 10287 10289 10055 0 -1 4202560 2948 0 0 0 35 0 0 0 20 0 19 0 253315705 9855975424 15148 33554432000 1073741824 1073778376 140735272479120 139740590319928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10312] ppid=10287 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/10289/task/10312/stat : 10312 (java) S 10287 10289 10055 0 -1 4202560 10855 0 0 0 87 2 0 0 20 0 19 0 253315705 9855975424 15148 33554432000 1073741824 1073778376 140735272479120 139740589267384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10289/tid=10313] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10313/stat : 10313 (java) S 10287 10289 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315705 9855975424 15148 33554432000 1073741824 1073778376 140735272479120 139740588214520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10289/tid=10314] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10314/stat : 10314 (java) S 10287 10289 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315705 9855975424 15148 33554432000 1073741824 1073778376 140735272479120 139739579542088 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10332] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10332/stat : 10332 (java) S 10287 10289 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315729 9855975424 15148 33554432000 1073741824 1073778376 140735272479120 139739578488360 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 15.58
Current children cumulated vsize (KiB) 9624976

[startup+15.1005 s]
/proc/loadavg: 0.60 0.13 0.04 3/192 10372
/proc/meminfo: memFree=29292416/32873648 swapFree=7100/7100
[pid=10289] ppid=10287 vsize=9624976 CPUtime=16.37 cores=0,2,4,6
/proc/10289/stat : 10289 (java) S 10287 10289 10055 0 -1 4202496 17604 0 1 0 1632 5 0 0 20 0 19 0 253315697 9855975424 15150 33554432000 1073741824 1073778376 140735272479120 140735272470256 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10289/statm: 2406244 15150 2275 9 0 2396937 0
[pid=10289/tid=10291] ppid=10287 vsize=9624976 CPUtime=14.76 cores=0,2,4,6
/proc/10289/task/10291/stat : 10291 (java) R 10287 10289 10055 0 -1 4202560 2491 0 1 0 1475 1 0 0 20 0 19 0 253315698 9855975424 15150 33554432000 1073741824 1073778376 140735272479120 139740770631968 139740603500858 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10289/tid=10292] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10292/stat : 10292 (java) S 10287 10289 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15150 33554432000 1073741824 1073778376 140735272479120 139740732124072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10289/tid=10293] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10293/stat : 10293 (java) S 10287 10289 10055 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15150 33554432000 1073741824 1073778376 140735272479120 139740731071528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10294] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10294/stat : 10294 (java) S 10287 10289 10055 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15150 33554432000 1073741824 1073778376 140735272479120 139740730018472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10289/tid=10295] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10295/stat : 10295 (java) S 10287 10289 10055 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15150 33554432000 1073741824 1073778376 140735272479120 139740728965928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10289/tid=10296] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10296/stat : 10296 (java) S 10287 10289 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15150 33554432000 1073741824 1073778376 140735272479120 139740727912872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10289/tid=10297] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10297/stat : 10297 (java) S 10287 10289 10055 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15150 33554432000 1073741824 1073778376 140735272479120 139740726860328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10289/tid=10298] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10298/stat : 10298 (java) S 10287 10289 10055 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15150 33554432000 1073741824 1073778376 140735272479120 139740725807272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10289/tid=10299] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10299/stat : 10299 (java) S 10287 10289 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315699 9855975424 15150 33554432000 1073741824 1073778376 140735272479120 139740724754728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10289/tid=10300] ppid=10287 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/10289/task/10300/stat : 10300 (java) S 10287 10289 10055 0 -1 4202560 56 0 0 0 19 0 0 0 20 0 19 0 253315700 9855975424 15150 33554432000 1073741824 1073778376 140735272479120 139740594531176 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10289/tid=10302] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10302/stat : 10302 (java) S 10287 10289 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315701 9855975424 15150 33554432000 1073741824 1073778376 140735272479120 139740593477496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10303] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10303/stat : 10303 (java) S 10287 10289 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315701 9855975424 15150 33554432000 1073741824 1073778376 140735272479120 139740592424328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10310] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10310/stat : 10310 (java) S 10287 10289 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315705 9855975424 15150 33554432000 1073741824 1073778376 140735272479120 139740591373072 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10311] ppid=10287 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/10289/task/10311/stat : 10311 (java) S 10287 10289 10055 0 -1 4202560 2948 0 0 0 35 0 0 0 20 0 19 0 253315705 9855975424 15150 33554432000 1073741824 1073778376 140735272479120 139740590319928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10289/tid=10312] ppid=10287 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/10289/task/10312/stat : 10312 (java) S 10287 10289 10055 0 -1 4202560 10855 0 0 0 87 2 0 0 20 0 19 0 253315705 9855975424 15150 33554432000 1073741824 1073778376 140735272479120 139740589267384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10289/tid=10313] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10313/stat : 10313 (java) S 10287 10289 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315705 9855975424 15150 33554432000 1073741824 1073778376 140735272479120 139740588214520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10289/tid=10314] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10314/stat : 10314 (java) S 10287 10289 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315705 9855975424 15150 33554432000 1073741824 1073778376 140735272479120 139739579542088 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10289/tid=10332] ppid=10287 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/10289/task/10332/stat : 10332 (java) S 10287 10289 10055 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315729 9855975424 15150 33554432000 1073741824 1073778376 140735272479120 139739578488360 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 16.37
Current children cumulated vsize (KiB) 9624976

[startup+15.5005 s]
/proc/loadavg: 0.71 0.16 0.05 3/192 10372
/proc/meminfo: memFree=29292416/32873648 swapFree=7100/7100
[pid=10289] ppid=10287 vsize=0 CPUtime=16.77 cores=0,2,4,6
/proc/10289/stat : 10289 (java) Z 10287 10289 10055 0 -1 4203532 17626 0 1 0 1664 13 0 0 20 0 2 0 253315697 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10289/statm: 0 0 0 0 0 0 0
[pid=10289/tid=10300] ppid=10287 vsize=0 CPUtime=0.19 cores=0,2,4,6
/proc/10289/task/10300/stat : 10300 (java) R 10287 10289 10055 0 -1 4202564 56 0 0 0 19 0 0 0 20 0 2 0 253315700 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 16.77
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 15.5027
CPU time (s): 16.7914
CPU user time (s): 16.6505
CPU system time (s): 0.140978
CPU usage (%): 108.313
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.6505
system time used= 0.140978
maximum resident set size= 67188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17626
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1040
involuntary context switches= 317

runsolver used 0.05999 second user time and 0.105983 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-24 17:05:02
IDJOB=3687315
IDBENCH=1351
IDSOLVER=2269
FILE ID=node123/3687315-1337871902
RUNJOBID= node123-1337871881-10071
PBS_JOBID= 14620081
Free space on /tmp= 71548 MiB

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

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

MD5SUM BENCH= 3972d8c24730f4742ee881de3ad25c62
RANDOM SEED=372266153

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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:        29382836 kB
Buffers:          211432 kB
Cached:          2500316 kB
SwapCached:            0 kB
Active:           693360 kB
Inactive:        2032868 kB
Active(anon):      16740 kB
Inactive(anon):        0 kB
Active(file):     676620 kB
Inactive(file):  2032868 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1124 kB
Writeback:             0 kB
AnonPages:         45616 kB
Mapped:            13456 kB
Shmem:               200 kB
Slab:             628320 kB
SReclaimable:      72400 kB
SUnreclaim:       555920 kB
KernelStack:        1592 kB
PageTables:         4020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     126332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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= 71516 MiB
End job on node123 at 2012-05-24 17:05:18