Trace number 3456596

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CuttingPlanes 2.3.0? (TO) 1800.4 1796.17

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_7.opb.PB06.opb
MD5SUM3119db8d3d273f04fc4f3b1324a85224
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark944
Best CPU time to get the best result obtained on this benchmark1800.32
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 452
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 493167
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 493167
Number of bits of the biggest sum of numbers19
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.1.v20110525
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		9996466904
0.06/0.08	c Max memory 		10048897024
0.06/0.08	c Total memory 		10048897024
0.06/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3456596-1307218259.opb
0.10/0.10	c reading problem ... 
3.35/2.99	c ... done. Wall clock time 2.89s.
3.35/2.99	c #vars     10000
3.35/2.99	c #constraints  656900
3.35/2.99	c constraints type 
3.35/2.99	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
3.35/2.99	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
26.86/25.60	c cleaning 0 clauses out of 5002 with flag 0/5002
39.44/38.02	c cleaning 0 clauses out of 11001 with flag 0/11001
57.17/55.71	c cleaning 0 clauses out of 18000 with flag 0/18000
77.54/76.09	c cleaning 0 clauses out of 26002 with flag 0/26002
104.23/102.61	c cleaning 0 clauses out of 35001 with flag 0/35001
132.87/131.27	c cleaning 0 clauses out of 45003 with flag 0/45003
169.01/167.30	c cleaning 0 clauses out of 56002 with flag 0/56002
208.89/207.12	c cleaning 0 clauses out of 68000 with flag 0/68000
255.97/254.16	c cleaning 0 clauses out of 81000 with flag 0/81000
296.63/294.71	c cleaning 0 clauses out of 95000 with flag 0/95000
363.41/361.44	c cleaning 0 clauses out of 110001 with flag 0/110001
428.91/426.86	c cleaning 0 clauses out of 126000 with flag 0/126000
507.47/505.24	c cleaning 0 clauses out of 143001 with flag 0/143001
581.40/579.04	c cleaning 0 clauses out of 161000 with flag 0/161000
663.96/661.45	c cleaning 0 clauses out of 180000 with flag 0/180000
753.95/751.21	c cleaning 0 clauses out of 200001 with flag 0/200001
855.73/852.81	c cleaning 0 clauses out of 221001 with flag 0/221001
1004.42/1001.38	c cleaning 0 clauses out of 243001 with flag 0/243001
1188.61/1185.39	c cleaning 0 clauses out of 266002 with flag 0/266002
1357.23/1353.76	c cleaning 0 clauses out of 290000 with flag 0/290000
1538.95/1535.28	c cleaning 0 clauses out of 315001 with flag 0/315001
1676.27/1672.37	c cleaning 0 clauses out of 341000 with flag 0/341000
1800.05/1795.92	c starts		: 136
1800.05/1795.92	c conflicts		: 357486
1800.05/1795.92	c decisions		: 487847
1800.05/1795.92	c propagations		: 70145113
1800.05/1795.92	c inspects		: 2775134157
1800.05/1795.92	c shortcuts		: 0
1800.05/1795.92	c learnt literals	: 0
1800.05/1795.92	c learnt binary clauses	: 0
1800.05/1795.92	c learnt ternary clauses	: 0
1800.05/1795.92	c learnt constraints	: 357485
1800.05/1795.92	c ignored constraints	: 0
1800.05/1795.92	c root simplifications	: 0
1800.05/1795.92	c removed literals (reason simplification)	: 0
1800.05/1795.92	c reason swapping (by a shorter reason)	: 0
1800.05/1795.92	c Calls to reduceDB	: 22
1800.05/1795.92	c number of reductions to clauses (during analyze)	: 0
1800.05/1795.92	c number of learned constraints concerned by reduction	: 0
1800.05/1795.92	c number of learning phase by resolution	: 0
1800.05/1795.92	c number of learning phase by cutting planes	: 0
1800.05/1795.92	c speed (assignments/second)	: 39123.26164046927
1800.05/1795.92	c non guided choices	0
1800.05/1795.97	c learnt constraints type 
1800.05/1795.97	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 357488
1800.05/1795.97	c constraints type 
1800.05/1795.97	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
1800.05/1795.97	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
1800.05/1795.97	s UNKNOWN
1800.05/1795.97	c Total wall clock time (in seconds): 1795.863

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3456596-1307218259/watcher-3456596-1307218259 -o /tmp/evaluation-result-3456596-1307218259/solver-3456596-1307218259 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456596-1307218259.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: 1.87 2.00 1.94 2/460 680
/proc/meminfo: memFree=29701168/32950928 swapFree=52246700/67111528
[pid=680] ppid=678 vsize=20404 CPUtime=0 cores=0,2,4,6
/proc/680/stat : 680 (java) R 678 680 31238 0 -1 4202496 427 0 0 0 0 0 0 0 25 0 1 0 912056603 20893696 172 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231890570774 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/680/statm: 5101 176 134 9 0 124 0
[pid=680/tid=681] ppid=678 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/680/task/681/stat : 681 (java) R 678 680 31238 0 -1 4202560 5838 0 1 0 0 0 0 0 25 0 2 0 912056603 10694979584 6654 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231895184443 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0765859 s]
/proc/loadavg: 1.87 2.00 1.94 2/460 680
/proc/meminfo: memFree=29701168/32950928 swapFree=52246700/67111528
[pid=680] ppid=678 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/680/stat : 680 (java) S 678 680 31238 0 -1 4202496 11990 0 1 0 5 1 0 0 25 0 18 0 912056603 10724442112 11686 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/680/statm: 2618272 11686 1755 9 0 2609006 0
[pid=680/tid=681] ppid=678 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/680/task/681/stat : 681 (java) R 678 680 31238 0 -1 4202560 10815 0 1 0 5 1 0 0 25 0 18 0 912056603 10724442112 11687 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 47231036308307 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.100578 s]
/proc/loadavg: 1.87 2.00 1.94 2/460 680
/proc/meminfo: memFree=29701168/32950928 swapFree=52246700/67111528
[pid=680] ppid=678 vsize=10540420 CPUtime=0.1 cores=0,2,4,6
/proc/680/stat : 680 (java) S 678 680 31238 0 -1 4202496 13119 0 1 0 9 1 0 0 25 0 18 0 912056603 10793390080 12815 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/680/statm: 2635105 12815 2093 9 0 2625839 0
[pid=680/tid=681] ppid=678 vsize=10540420 CPUtime=0.08 cores=0,2,4,6
/proc/680/task/681/stat : 681 (java) R 678 680 31238 0 -1 4202560 11205 0 1 0 7 1 0 0 18 0 18 0 912056603 10793390080 12816 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 47231034873368 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540420

[startup+0.30057 s]
/proc/loadavg: 1.87 2.00 1.94 2/460 680
/proc/meminfo: memFree=29701168/32950928 swapFree=52246700/67111528
[pid=680] ppid=678 vsize=10542072 CPUtime=0.49 cores=0,2,4,6
/proc/680/stat : 680 (java) S 678 680 31238 0 -1 4202496 16788 0 1 0 47 2 0 0 25 0 18 0 912056603 10795081728 16153 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/680/statm: 2635518 16154 2201 9 0 2626252 0
[pid=680/tid=681] ppid=678 vsize=10542072 CPUtime=0.28 cores=0,2,4,6
/proc/680/task/681/stat : 681 (java) R 678 680 31238 0 -1 4202560 14026 0 1 0 27 1 0 0 18 0 18 0 912056603 10795081728 16154 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10542072

[startup+0.700468 s]
/proc/loadavg: 1.87 2.00 1.94 2/460 680
/proc/meminfo: memFree=29701168/32950928 swapFree=52246700/67111528
[pid=680] ppid=678 vsize=10544764 CPUtime=1.15 cores=0,2,4,6
/proc/680/stat : 680 (java) S 678 680 31238 0 -1 4202496 53961 0 1 0 109 6 0 0 25 0 18 0 912056603 10797838336 52204 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/680/statm: 2636191 52208 2214 9 0 2626925 0
[pid=680/tid=681] ppid=678 vsize=10544764 CPUtime=0.68 cores=0,2,4,6
/proc/680/task/681/stat : 681 (java) R 678 680 31238 0 -1 4202560 48351 0 1 0 63 5 0 0 18 0 18 0 912056603 10797838336 52210 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 46912505575158 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 10544764

[startup+1.50132 s]
/proc/loadavg: 1.87 2.00 1.94 3/478 698
/proc/meminfo: memFree=29025976/32950928 swapFree=52246700/67111528
[pid=680] ppid=678 vsize=10544764 CPUtime=1.95 cores=0,2,4,6
/proc/680/stat : 680 (java) S 678 680 31238 0 -1 4202496 137147 0 1 0 178 17 0 0 25 0 18 0 912056603 10797838336 135390 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/680/statm: 2636191 135394 2214 9 0 2626925 0
[pid=680/tid=681] ppid=678 vsize=10544764 CPUtime=1.48 cores=0,2,4,6
/proc/680/task/681/stat : 681 (java) R 678 680 31238 0 -1 4202560 131537 0 1 0 132 16 0 0 19 0 18 0 912056603 10797838336 135396 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 46912505588748 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=680/tid=683] ppid=678 vsize=10544764 CPUtime=0 cores=0,2,4,6
/proc/680/task/683/stat : 683 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 912056605 10797838336 135399 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=684] ppid=678 vsize=10544764 CPUtime=0 cores=0,2,4,6
/proc/680/task/684/stat : 684 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 912056605 10797838336 135401 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=685] ppid=678 vsize=10544764 CPUtime=0 cores=0,2,4,6
/proc/680/task/685/stat : 685 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 912056605 10797838336 135401 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=686] ppid=678 vsize=10544764 CPUtime=0 cores=0,2,4,6
/proc/680/task/686/stat : 686 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 912056605 10797838336 135403 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=687] ppid=678 vsize=10544764 CPUtime=0 cores=0,2,4,6
/proc/680/task/687/stat : 687 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 912056605 10797838336 135406 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=688] ppid=678 vsize=10544764 CPUtime=0 cores=0,2,4,6
/proc/680/task/688/stat : 688 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 912056605 10797838336 135409 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 6 0 0 0
[pid=680/tid=689] ppid=678 vsize=10544764 CPUtime=0 cores=0,2,4,6
/proc/680/task/689/stat : 689 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 912056605 10797838336 135411 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=690] ppid=678 vsize=10544764 CPUtime=0 cores=0,2,4,6
/proc/680/task/690/stat : 690 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 912056605 10797838336 135414 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=691] ppid=678 vsize=10544764 CPUtime=0 cores=0,2,4,6
/proc/680/task/691/stat : 691 (java) S 678 680 31238 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 912056606 10797838336 135416 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907307008 0 0 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=692] ppid=678 vsize=10544764 CPUtime=0 cores=0,2,4,6
/proc/680/task/692/stat : 692 (java) S 678 680 31238 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 912056606 10797838336 135419 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=693] ppid=678 vsize=10544764 CPUtime=0 cores=0,2,4,6
/proc/680/task/693/stat : 693 (java) S 678 680 31238 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 912056606 10797838336 135422 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 6 0 0 0
[pid=680/tid=694] ppid=678 vsize=10544764 CPUtime=0 cores=0,2,4,6
/proc/680/task/694/stat : 694 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 912056608 10797838336 135424 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907314097 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=695] ppid=678 vsize=10544764 CPUtime=0.21 cores=0,2,4,6
/proc/680/task/695/stat : 695 (java) S 678 680 31238 0 -1 4202560 2313 0 0 0 21 0 0 0 18 0 18 0 912056608 10797838336 135427 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 6 0 0 0
[pid=680/tid=696] ppid=678 vsize=10544764 CPUtime=0.24 cores=0,2,4,6
/proc/680/task/696/stat : 696 (java) S 678 680 31238 0 -1 4202560 2152 0 0 0 24 0 0 0 16 0 18 0 912056608 10797838336 135430 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=697] ppid=678 vsize=10544764 CPUtime=0 cores=0,2,4,6
/proc/680/task/697/stat : 697 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 912056608 10797838336 135432 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=698] ppid=678 vsize=10544764 CPUtime=0 cores=0,2,4,6
/proc/680/task/698/stat : 698 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 912056608 10797838336 135435 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907307008 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 10544764

[startup+3.10097 s]
/proc/loadavg: 1.87 2.00 1.94 3/478 698
/proc/meminfo: memFree=28113460/32950928 swapFree=52246700/67111528
[pid=680] ppid=678 vsize=10545792 CPUtime=3.66 cores=0,2,4,6
/proc/680/stat : 680 (java) S 678 680 31238 0 -1 4202496 292175 0 1 0 331 35 0 0 25 0 19 0 912056603 10798891008 290417 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/680/statm: 2636448 290417 2230 9 0 2627182 0
[pid=680/tid=681] ppid=678 vsize=10545792 CPUtime=3.08 cores=0,2,4,6
/proc/680/task/681/stat : 681 (java) R 678 680 31238 0 -1 4202560 286517 0 1 0 274 34 0 0 23 0 19 0 912056603 10798891008 290417 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 47231036308307 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=680/tid=683] ppid=678 vsize=10545792 CPUtime=0 cores=0,2,4,6
/proc/680/task/683/stat : 683 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056605 10798891008 290417 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=684] ppid=678 vsize=10545792 CPUtime=0 cores=0,2,4,6
/proc/680/task/684/stat : 684 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056605 10798891008 290417 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=685] ppid=678 vsize=10545792 CPUtime=0 cores=0,2,4,6
/proc/680/task/685/stat : 685 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 912056605 10798891008 290420 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=686] ppid=678 vsize=10545792 CPUtime=0 cores=0,2,4,6
/proc/680/task/686/stat : 686 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056605 10798891008 290420 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=687] ppid=678 vsize=10545792 CPUtime=0 cores=0,2,4,6
/proc/680/task/687/stat : 687 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056605 10798891008 290420 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=688] ppid=678 vsize=10545792 CPUtime=0 cores=0,2,4,6
/proc/680/task/688/stat : 688 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056605 10798891008 290420 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 6 0 0 0
[pid=680/tid=689] ppid=678 vsize=10545792 CPUtime=0 cores=0,2,4,6
/proc/680/task/689/stat : 689 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056605 10798891008 290421 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=690] ppid=678 vsize=10545792 CPUtime=0 cores=0,2,4,6
/proc/680/task/690/stat : 690 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056605 10798891008 290425 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=691] ppid=678 vsize=10545792 CPUtime=0 cores=0,2,4,6
/proc/680/task/691/stat : 691 (java) S 678 680 31238 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 912056606 10798891008 290425 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907307008 0 0 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=692] ppid=678 vsize=10545792 CPUtime=0 cores=0,2,4,6
/proc/680/task/692/stat : 692 (java) S 678 680 31238 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912056606 10798891008 290426 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=693] ppid=678 vsize=10545792 CPUtime=0 cores=0,2,4,6
/proc/680/task/693/stat : 693 (java) S 678 680 31238 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 912056606 10798891008 290427 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 6 0 0 0
[pid=680/tid=694] ppid=678 vsize=10545792 CPUtime=0 cores=0,2,4,6
/proc/680/task/694/stat : 694 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056608 10798891008 290427 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907314097 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=695] ppid=678 vsize=10545792 CPUtime=0.27 cores=0,2,4,6
/proc/680/task/695/stat : 695 (java) R 678 680 31238 0 -1 4202560 2336 0 0 0 27 0 0 0 17 0 19 0 912056608 10798891008 290427 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 47231034243839 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=680/tid=696] ppid=678 vsize=10545792 CPUtime=0.29 cores=0,2,4,6
/proc/680/task/696/stat : 696 (java) R 678 680 31238 0 -1 4202560 2163 0 0 0 29 0 0 0 15 0 19 0 912056608 10798891008 290427 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 47231034749408 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=680/tid=697] ppid=678 vsize=10545792 CPUtime=0 cores=0,2,4,6
/proc/680/task/697/stat : 697 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056608 10798891008 290427 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=698] ppid=678 vsize=10545792 CPUtime=0 cores=0,2,4,6
/proc/680/task/698/stat : 698 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912056608 10798891008 290428 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907307008 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 10545792

[startup+6.30141 s]
/proc/loadavg: 1.96 2.02 1.94 3/480 701
/proc/meminfo: memFree=27394560/32950928 swapFree=52246700/67111528
[pid=680] ppid=678 vsize=10545344 CPUtime=7.25 cores=0,2,4,6
/proc/680/stat : 680 (java) S 678 680 31238 0 -1 4202496 299065 0 1 0 689 36 0 0 25 0 19 0 912056603 10798432256 295946 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/680/statm: 2636336 295946 2239 9 0 2627070 0
[pid=680/tid=681] ppid=678 vsize=10545344 CPUtime=6.28 cores=0,2,4,6
/proc/680/task/681/stat : 681 (java) R 678 680 31238 0 -1 4202560 292144 0 1 0 593 35 0 0 25 0 19 0 912056603 10798432256 295946 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 46912505840536 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=680/tid=683] ppid=678 vsize=10545344 CPUtime=0 cores=0,2,4,6
/proc/680/task/683/stat : 683 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056605 10798432256 295947 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=684] ppid=678 vsize=10545344 CPUtime=0 cores=0,2,4,6
/proc/680/task/684/stat : 684 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056605 10798432256 295947 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=685] ppid=678 vsize=10545344 CPUtime=0 cores=0,2,4,6
/proc/680/task/685/stat : 685 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 912056605 10798432256 295947 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=686] ppid=678 vsize=10545344 CPUtime=0 cores=0,2,4,6
/proc/680/task/686/stat : 686 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056605 10798432256 295947 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=687] ppid=678 vsize=10545344 CPUtime=0 cores=0,2,4,6
/proc/680/task/687/stat : 687 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056605 10798432256 295947 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=688] ppid=678 vsize=10545344 CPUtime=0 cores=0,2,4,6
/proc/680/task/688/stat : 688 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056605 10798432256 295947 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 6 0 0 0
[pid=680/tid=689] ppid=678 vsize=10545344 CPUtime=0 cores=0,2,4,6
/proc/680/task/689/stat : 689 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056605 10798432256 295947 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=690] ppid=678 vsize=10545344 CPUtime=0 cores=0,2,4,6
/proc/680/task/690/stat : 690 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056605 10798432256 295947 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=691] ppid=678 vsize=10545344 CPUtime=0 cores=0,2,4,6
/proc/680/task/691/stat : 691 (java) S 678 680 31238 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 912056606 10798432256 295947 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907307008 0 0 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=692] ppid=678 vsize=10545344 CPUtime=0 cores=0,2,4,6
/proc/680/task/692/stat : 692 (java) S 678 680 31238 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912056606 10798432256 295947 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=693] ppid=678 vsize=10545344 CPUtime=0 cores=0,2,4,6
/proc/680/task/693/stat : 693 (java) S 678 680 31238 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 912056606 10798432256 295947 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 6 0 0 0
[pid=680/tid=694] ppid=678 vsize=10545344 CPUtime=0 cores=0,2,4,6
/proc/680/task/694/stat : 694 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056608 10798432256 295947 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907314097 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=695] ppid=678 vsize=10545344 CPUtime=0.49 cores=0,2,4,6
/proc/680/task/695/stat : 695 (java) S 678 680 31238 0 -1 4202560 2933 0 0 0 49 0 0 0 15 0 19 0 912056608 10798432256 295947 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 6 0 0 0
[pid=680/tid=696] ppid=678 vsize=10545344 CPUtime=0.46 cores=0,2,4,6
/proc/680/task/696/stat : 696 (java) S 678 680 31238 0 -1 4202560 2825 0 0 0 46 0 0 0 15 0 19 0 912056608 10798432256 295947 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=697] ppid=678 vsize=10545344 CPUtime=0 cores=0,2,4,6
/proc/680/task/697/stat : 697 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056608 10798432256 295947 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=698] ppid=678 vsize=10545344 CPUtime=0 cores=0,2,4,6
/proc/680/task/698/stat : 698 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912056608 10798432256 295947 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907307008 0 4 0 16800975 18446604440957051328 0 0 -1 2 0 0 0

################
# More data... #
################

[pid=680/tid=700] ppid=678 vsize=10544400 CPUtime=0 cores=0,2,4,6
/proc/680/task/700/stat : 700 (java) S 678 680 31238 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 912056907 10797465600 1325060 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907307008 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1666.27
Current children cumulated vsize (KiB) 10544400

[startup+1722.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/480 749
/proc/meminfo: memFree=18943972/32950928 swapFree=52246700/67111528
[pid=680] ppid=678 vsize=10544400 CPUtime=1726.38 cores=0,2,4,6
/proc/680/stat : 680 (java) S 678 680 31238 0 -1 4202496 1372124 0 1 0 172445 193 0 0 25 0 19 0 912056603 10797465600 1340948 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/680/statm: 2636100 1340948 2267 9 0 2626834 0
[pid=680/tid=681] ppid=678 vsize=10544400 CPUtime=1714.3 cores=0,2,4,6
/proc/680/task/681/stat : 681 (java) R 678 680 31238 0 -1 4202560 802468 0 1 0 171343 87 0 0 25 0 19 0 912056603 10797465600 1340948 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 46912505922463 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=680/tid=683] ppid=678 vsize=10544400 CPUtime=0.41 cores=0,2,4,6
/proc/680/task/683/stat : 683 (java) S 678 680 31238 0 -1 4202560 32625 0 0 0 35 6 0 0 15 0 19 0 912056605 10797465600 1340948 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=684] ppid=678 vsize=10544400 CPUtime=0.51 cores=0,2,4,6
/proc/680/task/684/stat : 684 (java) S 678 680 31238 0 -1 4202560 60709 0 0 0 35 16 0 0 16 0 19 0 912056605 10797465600 1340948 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=685] ppid=678 vsize=10544400 CPUtime=0.47 cores=0,2,4,6
/proc/680/task/685/stat : 685 (java) S 678 680 31238 0 -1 4202560 50074 0 0 0 36 11 0 0 15 0 19 0 912056605 10797465600 1340948 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=686] ppid=678 vsize=10544400 CPUtime=0.58 cores=0,2,4,6
/proc/680/task/686/stat : 686 (java) S 678 680 31238 0 -1 4202560 47870 0 0 0 48 10 0 0 15 0 19 0 912056605 10797465600 1340948 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=687] ppid=678 vsize=10544400 CPUtime=0.59 cores=0,2,4,6
/proc/680/task/687/stat : 687 (java) S 678 680 31238 0 -1 4202560 70462 0 0 0 44 15 0 0 15 0 19 0 912056605 10797465600 1340948 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 2 0 0 0
[pid=680/tid=688] ppid=678 vsize=10544400 CPUtime=0.48 cores=0,2,4,6
/proc/680/task/688/stat : 688 (java) S 678 680 31238 0 -1 4202560 41045 0 0 0 40 8 0 0 16 0 19 0 912056605 10797465600 1340948 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 2 0 0 0
[pid=680/tid=689] ppid=678 vsize=10544400 CPUtime=0.45 cores=0,2,4,6
/proc/680/task/689/stat : 689 (java) S 678 680 31238 0 -1 4202560 41118 0 0 0 37 8 0 0 15 0 19 0 912056605 10797465600 1340948 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=690] ppid=678 vsize=10544400 CPUtime=0.51 cores=0,2,4,6
/proc/680/task/690/stat : 690 (java) S 678 680 31238 0 -1 4202560 48264 0 0 0 40 11 0 0 15 0 19 0 912056605 10797465600 1340948 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=691] ppid=678 vsize=10544400 CPUtime=6.68 cores=0,2,4,6
/proc/680/task/691/stat : 691 (java) S 678 680 31238 0 -1 4202560 169542 0 0 0 653 15 0 0 15 0 19 0 912056606 10797465600 1340948 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907307008 0 0 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=692] ppid=678 vsize=10544400 CPUtime=0 cores=0,2,4,6
/proc/680/task/692/stat : 692 (java) S 678 680 31238 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912056606 10797465600 1340948 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=693] ppid=678 vsize=10544400 CPUtime=0 cores=0,2,4,6
/proc/680/task/693/stat : 693 (java) S 678 680 31238 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 912056606 10797465600 1340948 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 6 0 0 0
[pid=680/tid=694] ppid=678 vsize=10544400 CPUtime=0 cores=0,2,4,6
/proc/680/task/694/stat : 694 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056608 10797465600 1340948 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907314097 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=695] ppid=678 vsize=10544400 CPUtime=0.67 cores=0,2,4,6
/proc/680/task/695/stat : 695 (java) S 678 680 31238 0 -1 4202560 3840 0 0 0 67 0 0 0 15 0 19 0 912056608 10797465600 1340948 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 6 0 0 0
[pid=680/tid=696] ppid=678 vsize=10544400 CPUtime=0.61 cores=0,2,4,6
/proc/680/task/696/stat : 696 (java) S 678 680 31238 0 -1 4202560 2857 0 0 0 61 0 0 0 15 0 19 0 912056608 10797465600 1340948 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=697] ppid=678 vsize=10544400 CPUtime=0 cores=0,2,4,6
/proc/680/task/697/stat : 697 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056608 10797465600 1340948 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=698] ppid=678 vsize=10544400 CPUtime=0 cores=0,2,4,6
/proc/680/task/698/stat : 698 (java) S 678 680 31238 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 912056608 10797465600 1340948 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907307008 0 4 0 16800975 18446604440957051328 0 0 -1 2 0 0 0
[pid=680/tid=700] ppid=678 vsize=10544400 CPUtime=0 cores=0,2,4,6
/proc/680/task/700/stat : 700 (java) S 678 680 31238 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 912056907 10797465600 1340948 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907307008 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1726.38
Current children cumulated vsize (KiB) 10544400

[startup+1782.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/480 751
/proc/meminfo: memFree=18790064/32950928 swapFree=52246700/67111528
[pid=680] ppid=678 vsize=10544400 CPUtime=1786.45 cores=0,2,4,6
/proc/680/stat : 680 (java) S 678 680 31238 0 -1 4202496 1385266 0 1 0 178449 196 0 0 25 0 19 0 912056603 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/680/statm: 2636100 1353312 2267 9 0 2626834 0
[pid=680/tid=681] ppid=678 vsize=10544400 CPUtime=1774.26 cores=0,2,4,6
/proc/680/task/681/stat : 681 (java) R 678 680 31238 0 -1 4202560 802469 0 1 0 177339 87 0 0 25 0 19 0 912056603 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 46912505840846 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=680/tid=683] ppid=678 vsize=10544400 CPUtime=0.44 cores=0,2,4,6
/proc/680/task/683/stat : 683 (java) S 678 680 31238 0 -1 4202560 34999 0 0 0 38 6 0 0 16 0 19 0 912056605 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=684] ppid=678 vsize=10544400 CPUtime=0.51 cores=0,2,4,6
/proc/680/task/684/stat : 684 (java) S 678 680 31238 0 -1 4202560 60801 0 0 0 35 16 0 0 15 0 19 0 912056605 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 2 0 0 0
[pid=680/tid=685] ppid=678 vsize=10544400 CPUtime=0.47 cores=0,2,4,6
/proc/680/task/685/stat : 685 (java) S 678 680 31238 0 -1 4202560 50074 0 0 0 36 11 0 0 15 0 19 0 912056605 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=686] ppid=678 vsize=10544400 CPUtime=0.58 cores=0,2,4,6
/proc/680/task/686/stat : 686 (java) S 678 680 31238 0 -1 4202560 47870 0 0 0 48 10 0 0 15 0 19 0 912056605 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=687] ppid=678 vsize=10544400 CPUtime=0.59 cores=0,2,4,6
/proc/680/task/687/stat : 687 (java) S 678 680 31238 0 -1 4202560 70464 0 0 0 44 15 0 0 15 0 19 0 912056605 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 2 0 0 0
[pid=680/tid=688] ppid=678 vsize=10544400 CPUtime=0.48 cores=0,2,4,6
/proc/680/task/688/stat : 688 (java) S 678 680 31238 0 -1 4202560 41055 0 0 0 40 8 0 0 15 0 19 0 912056605 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 2 0 0 0
[pid=680/tid=689] ppid=678 vsize=10544400 CPUtime=0.47 cores=0,2,4,6
/proc/680/task/689/stat : 689 (java) S 678 680 31238 0 -1 4202560 46542 0 0 0 39 8 0 0 16 0 19 0 912056605 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 6 0 0 0
[pid=680/tid=690] ppid=678 vsize=10544400 CPUtime=0.55 cores=0,2,4,6
/proc/680/task/690/stat : 690 (java) S 678 680 31238 0 -1 4202560 53499 0 0 0 43 12 0 0 16 0 19 0 912056605 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=691] ppid=678 vsize=10544400 CPUtime=6.68 cores=0,2,4,6
/proc/680/task/691/stat : 691 (java) S 678 680 31238 0 -1 4202560 169544 0 0 0 653 15 0 0 15 0 19 0 912056606 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907307008 0 0 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=692] ppid=678 vsize=10544400 CPUtime=0 cores=0,2,4,6
/proc/680/task/692/stat : 692 (java) S 678 680 31238 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912056606 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=693] ppid=678 vsize=10544400 CPUtime=0 cores=0,2,4,6
/proc/680/task/693/stat : 693 (java) S 678 680 31238 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 912056606 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 6 0 0 0
[pid=680/tid=694] ppid=678 vsize=10544400 CPUtime=0 cores=0,2,4,6
/proc/680/task/694/stat : 694 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056608 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907314097 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=695] ppid=678 vsize=10544400 CPUtime=0.67 cores=0,2,4,6
/proc/680/task/695/stat : 695 (java) S 678 680 31238 0 -1 4202560 3840 0 0 0 67 0 0 0 15 0 19 0 912056608 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 6 0 0 0
[pid=680/tid=696] ppid=678 vsize=10544400 CPUtime=0.61 cores=0,2,4,6
/proc/680/task/696/stat : 696 (java) S 678 680 31238 0 -1 4202560 2857 0 0 0 61 0 0 0 15 0 19 0 912056608 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=697] ppid=678 vsize=10544400 CPUtime=0 cores=0,2,4,6
/proc/680/task/697/stat : 697 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056608 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=698] ppid=678 vsize=10544400 CPUtime=0 cores=0,2,4,6
/proc/680/task/698/stat : 698 (java) S 678 680 31238 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 912056608 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907307008 0 4 0 16800975 18446604440957051328 0 0 -1 2 0 0 0
[pid=680/tid=700] ppid=678 vsize=10544400 CPUtime=0 cores=0,2,4,6
/proc/680/task/700/stat : 700 (java) S 678 680 31238 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 912056907 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907307008 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1786.45
Current children cumulated vsize (KiB) 10544400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 2.07 2.05 2.01 2/460 755
/proc/meminfo: memFree=24326816/32950928 swapFree=52246700/67111528
[pid=680] ppid=678 vsize=10544400 CPUtime=1800.05 cores=0,2,4,6
/proc/680/stat : 680 (java) S 678 680 31238 0 -1 4202496 1385268 0 1 0 179809 196 0 0 25 0 19 0 912056603 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/680/statm: 2636100 1353312 2267 9 0 2626834 0
[pid=680/tid=681] ppid=678 vsize=10544400 CPUtime=1787.88 cores=0,2,4,6
/proc/680/task/681/stat : 681 (java) R 678 680 31238 0 -1 4202560 802469 0 1 0 178701 87 0 0 25 0 19 0 912056603 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 46912505850084 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=680/tid=683] ppid=678 vsize=10544400 CPUtime=0.44 cores=0,2,4,6
/proc/680/task/683/stat : 683 (java) S 678 680 31238 0 -1 4202560 34999 0 0 0 38 6 0 0 16 0 19 0 912056605 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=684] ppid=678 vsize=10544400 CPUtime=0.51 cores=0,2,4,6
/proc/680/task/684/stat : 684 (java) S 678 680 31238 0 -1 4202560 60801 0 0 0 35 16 0 0 15 0 19 0 912056605 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 2 0 0 0
[pid=680/tid=685] ppid=678 vsize=10544400 CPUtime=0.47 cores=0,2,4,6
/proc/680/task/685/stat : 685 (java) S 678 680 31238 0 -1 4202560 50074 0 0 0 36 11 0 0 15 0 19 0 912056605 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=686] ppid=678 vsize=10544400 CPUtime=0.58 cores=0,2,4,6
/proc/680/task/686/stat : 686 (java) S 678 680 31238 0 -1 4202560 47870 0 0 0 48 10 0 0 15 0 19 0 912056605 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=687] ppid=678 vsize=10544400 CPUtime=0.59 cores=0,2,4,6
/proc/680/task/687/stat : 687 (java) S 678 680 31238 0 -1 4202560 70464 0 0 0 44 15 0 0 15 0 19 0 912056605 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 2 0 0 0
[pid=680/tid=688] ppid=678 vsize=10544400 CPUtime=0.48 cores=0,2,4,6
/proc/680/task/688/stat : 688 (java) S 678 680 31238 0 -1 4202560 41055 0 0 0 40 8 0 0 15 0 19 0 912056605 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 2 0 0 0
[pid=680/tid=689] ppid=678 vsize=10544400 CPUtime=0.47 cores=0,2,4,6
/proc/680/task/689/stat : 689 (java) S 678 680 31238 0 -1 4202560 46542 0 0 0 39 8 0 0 16 0 19 0 912056605 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 6 0 0 0
[pid=680/tid=690] ppid=678 vsize=10544400 CPUtime=0.55 cores=0,2,4,6
/proc/680/task/690/stat : 690 (java) S 678 680 31238 0 -1 4202560 53499 0 0 0 43 12 0 0 16 0 19 0 912056605 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=691] ppid=678 vsize=10544400 CPUtime=6.68 cores=0,2,4,6
/proc/680/task/691/stat : 691 (java) S 678 680 31238 0 -1 4202560 169544 0 0 0 653 15 0 0 15 0 19 0 912056606 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907307008 0 0 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=692] ppid=678 vsize=10544400 CPUtime=0 cores=0,2,4,6
/proc/680/task/692/stat : 692 (java) S 678 680 31238 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912056606 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=693] ppid=678 vsize=10544400 CPUtime=0 cores=0,2,4,6
/proc/680/task/693/stat : 693 (java) S 678 680 31238 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 912056606 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 6 0 0 0
[pid=680/tid=694] ppid=678 vsize=10544400 CPUtime=0 cores=0,2,4,6
/proc/680/task/694/stat : 694 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056608 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907314097 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=695] ppid=678 vsize=10544400 CPUtime=0.67 cores=0,2,4,6
/proc/680/task/695/stat : 695 (java) S 678 680 31238 0 -1 4202560 3840 0 0 0 67 0 0 0 15 0 19 0 912056608 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 6 0 0 0
[pid=680/tid=696] ppid=678 vsize=10544400 CPUtime=0.61 cores=0,2,4,6
/proc/680/task/696/stat : 696 (java) S 678 680 31238 0 -1 4202560 2857 0 0 0 61 0 0 0 15 0 19 0 912056608 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 0 0 0 0
[pid=680/tid=697] ppid=678 vsize=10544400 CPUtime=0 cores=0,2,4,6
/proc/680/task/697/stat : 697 (java) S 678 680 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912056608 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907306393 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
[pid=680/tid=698] ppid=678 vsize=10544400 CPUtime=0 cores=0,2,4,6
/proc/680/task/698/stat : 698 (java) S 678 680 31238 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 912056608 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907307008 0 4 0 16800975 18446604440957051328 0 0 -1 2 0 0 0
[pid=680/tid=700] ppid=678 vsize=10544400 CPUtime=0 cores=0,2,4,6
/proc/680/task/700/stat : 700 (java) S 678 680 31238 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 912056907 10797465600 1353312 33554432000 1073741824 1073778376 140735599106784 18446744073709551615 231907307008 0 4 0 16800975 18446604440957051328 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 10544400

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1796.02 s]
/proc/loadavg: 2.07 2.05 2.01 2/460 755
/proc/meminfo: memFree=24326816/32950928 swapFree=52246700/67111528
[pid=680] ppid=678 vsize=0 CPUtime=1800.23 cores=0,2,4,6
/proc/680/stat : 680 (java) Z 678 680 31238 0 -1 4203548 1385298 0 1 0 179822 201 0 0 17 0 2 0 912056603 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/680/statm: 0 0 0 0 0 0 0
[pid=680/tid=688] ppid=678 vsize=0 CPUtime=0.53 cores=0,2,4,6
/proc/680/task/688/stat : 688 (java) R 678 680 31238 0 -1 4203588 41055 0 0 0 40 13 0 0 15 0 2 0 912056605 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

[startup+1796.1 s]
/proc/loadavg: 2.07 2.05 2.01 2/460 755
/proc/meminfo: memFree=24326816/32950928 swapFree=52246700/67111528
[pid=680] ppid=678 vsize=0 CPUtime=1800.31 cores=0,2,4,6
/proc/680/stat : 680 (java) Z 678 680 31238 0 -1 4203548 1385298 0 1 0 179822 209 0 0 17 0 2 0 912056603 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/680/statm: 0 0 0 0 0 0 0
[pid=680/tid=688] ppid=678 vsize=0 CPUtime=0.61 cores=0,2,4,6
/proc/680/task/688/stat : 688 (java) R 678 680 31238 0 -1 4203588 41055 0 0 0 40 21 0 0 16 0 2 0 912056605 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.17
CPU time (s): 1800.4
CPU user time (s): 1798.23
CPU system time (s): 2.16667
CPU usage (%): 100.235
Max. virtual memory (cumulated for all children) (KiB): 10546104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.23
system time used= 2.16667
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1385298
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38374
involuntary context switches= 20821

runsolver used 8.50271 second user time and 17.6623 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-04 22:10:59
IDJOB=3456596
IDBENCH=1965
IDSOLVER=1951
FILE ID=node114/3456596-1307218259
RUNJOBID= node114-1307216461-480
PBS_JOBID= 13509047
Free space on /tmp= 73908 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_7.opb.PB06.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456596-1307218259/watcher-3456596-1307218259 -o /tmp/evaluation-result-3456596-1307218259/solver-3456596-1307218259 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456596-1307218259.opb

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

MD5SUM BENCH= 3119db8d3d273f04fc4f3b1324a85224
RANDOM SEED=1578975642

node114.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29701572 kB
Buffers:        336196 kB
Cached:         555264 kB
SwapCached:      10712 kB
Active:        2451960 kB
Inactive:       522652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29701572 kB
SwapTotal:    67111528 kB
SwapFree:     52246700 kB
Dirty:           34252 kB
Writeback:           0 kB
AnonPages:     2080140 kB
Mapped:          28976 kB
Slab:           144256 kB
PageTables:      61496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 118505716 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73924 MiB
End job on node114 at 2011-06-04 22:40:57