Trace number 3741600

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
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1800.06 1794.43

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-ns1663818.opb
MD5SUMca0e75c55c65b2e375ac748ac3a932d9
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark285
Best CPU time to get the best result obtained on this benchmark1800.22
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables124626
Total number of constraints172017
Number of constraints which are clauses58800
Number of constraints which are cardinality constraints (but not clauses)3930
Number of constraints which are nor clauses,nor cardinality constraints109287
Minimum length of a constraint1
Maximum length of a constraint15602
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 2000
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 2351800
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.08	c version 2.1.1.v20090612
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version	1.6.0_24
0.03/0.08	c os.name	Linux
0.03/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch	amd64
0.03/0.08	c Free memory 1299577560
0.03/0.08	c Max memory 1306394624
0.03/0.08	c Total memory 1306394624
0.03/0.08	c Number of processors 8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@2d3bad12
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 Expensive reason simplification
0.10/0.10	c MiniSAT restarts strategy
0.10/0.10	c Memory based 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-3741600-1338775115.opb
0.28/0.22	c reading problem ... 
27.49/23.51	c ... done. Wall clock time 23.403s.
27.49/23.51	c #vars     124626
27.49/23.51	c #constraints  172646
27.49/23.51	c constraints type 
27.49/23.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 3940
27.49/23.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 301
27.49/23.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15374
27.49/23.51	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 153029
1800.06/1794.41	c starts		: 9
1800.06/1794.41	c conflicts		: 8718
1800.06/1794.41	c decisions		: 954678
1800.06/1794.41	c propagations		: 11524425
1800.06/1794.41	c inspects		: 35638842
1800.06/1794.41	c learnt literals	: 10
1800.06/1794.41	c learnt binary clauses	: 78
1800.06/1794.41	c learnt ternary clauses	: 53
1800.06/1794.41	c learnt clauses	: 8707
1800.06/1794.41	c ignored clauses	: 0
1800.06/1794.41	c root simplifications	: 0
1800.06/1794.41	c removed literals (reason simplification)	: 66239622
1800.06/1794.41	c reason swapping (by a shorter reason)	: 0
1800.06/1794.41	c Calls to reduceDB	: 0
1800.06/1794.41	c speed (assignments/second)	: 6507.632520925694
1800.06/1794.41	c non guided choices	7630
1800.06/1794.42	c learnt constraints type 
1800.06/1794.42	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 8629
1800.06/1794.42	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 78
1800.06/1794.42	c constraints type 
1800.06/1794.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 3940
1800.06/1794.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 301
1800.06/1794.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15374
1800.06/1794.42	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 153029
1800.06/1794.42	s UNKNOWN
1800.06/1794.42	c Total wall clock time (in seconds): 1794.318

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-3741600-1338775115/watcher-3741600-1338775115 -o /tmp/evaluation-result-3741600-1338775115/solver-3741600-1338775115 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3741600-1338775115.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.07 2.02 2.00 3/192 2117
/proc/meminfo: memFree=25185236/32873624 swapFree=7112/7112
[pid=2117] ppid=2115 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/2117/stat : 2117 (java6) R 2115 2117 31294 0 -1 4202496 210 0 0 0 0 0 0 0 20 0 1 0 343637467 9515008 147 33554432000 1073741824 1073778376 140736009074112 140736009071240 140656721040194 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2117/statm: 2323 150 109 9 0 71 0

[startup+0.0512089 s]
/proc/loadavg: 2.07 2.02 2.00 3/192 2117
/proc/meminfo: memFree=25185236/32873624 swapFree=7112/7112
[pid=2117] ppid=2115 vsize=2315716 CPUtime=0.03 cores=1,3,5,7
/proc/2117/stat : 2117 (java) S 2115 2117 31294 0 -1 4202496 3698 0 1 0 3 0 0 0 20 0 13 0 343637467 2371293184 4906 33554432000 1073741824 1073778376 140737442870432 140737442861568 227515859005 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2117/statm: 578929 4906 1708 9 0 569630 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2315716

[startup+0.100254 s]
/proc/loadavg: 2.07 2.02 2.00 3/192 2117
/proc/meminfo: memFree=25185236/32873624 swapFree=7112/7112
[pid=2117] ppid=2115 vsize=2648568 CPUtime=0.1 cores=1,3,5,7
/proc/2117/stat : 2117 (java) S 2115 2117 31294 0 -1 4202496 4694 0 1 0 9 1 0 0 20 0 18 0 343637467 2712133632 6410 33554432000 1073741824 1073778376 140737442870432 140737442861568 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2117/statm: 662142 6410 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.30017 s]
/proc/loadavg: 2.07 2.02 2.00 3/192 2117
/proc/meminfo: memFree=25185236/32873624 swapFree=7112/7112
[pid=2117] ppid=2115 vsize=2648568 CPUtime=0.53 cores=1,3,5,7
/proc/2117/stat : 2117 (java) S 2115 2117 31294 0 -1 4202496 5844 0 1 0 52 1 0 0 20 0 18 0 343637467 2712133632 13703 33554432000 1073741824 1073778376 140737442870432 140737442861568 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2117/statm: 662142 13703 2220 9 0 652835 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 2648568

[startup+0.700891 s]
/proc/loadavg: 2.07 2.02 2.00 3/192 2117
/proc/meminfo: memFree=25185236/32873624 swapFree=7112/7112
[pid=2117] ppid=2115 vsize=2648568 CPUtime=1.07 cores=1,3,5,7
/proc/2117/stat : 2117 (java) S 2115 2117 31294 0 -1 4202496 7637 0 1 0 104 3 0 0 20 0 18 0 343637467 2712133632 55609 33554432000 1073741824 1073778376 140737442870432 140737442861568 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2117/statm: 662142 55609 2220 9 0 652835 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 2648568

[startup+1.50067 s]
/proc/loadavg: 2.07 2.02 2.00 3/210 2135
/proc/meminfo: memFree=24785424/32873624 swapFree=7112/7112
[pid=2117] ppid=2115 vsize=2648568 CPUtime=2.26 cores=1,3,5,7
/proc/2117/stat : 2117 (java) S 2115 2117 31294 0 -1 4202496 9787 0 1 0 215 11 0 0 20 0 18 0 343637467 2712133632 101139 33554432000 1073741824 1073778376 140737442870432 140737442861568 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2117/statm: 662142 101139 2258 9 0 652835 0
[pid=2117/tid=2119] ppid=2115 vsize=2648568 CPUtime=1.41 cores=1,3,5,7
/proc/2117/task/2119/stat : 2119 (java) R 2115 2117 31294 0 -1 4202560 2923 0 1 0 136 5 0 0 20 0 18 0 343637468 2712133632 101139 33554432000 1073741824 1073778376 140737442870432 139636425408088 139636249103667 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2117/tid=2120] ppid=2115 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/2117/task/2120/stat : 2120 (java) S 2115 2117 31294 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 343637469 2712133632 101139 33554432000 1073741824 1073778376 140737442870432 139636409858472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2121] ppid=2115 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/2117/task/2121/stat : 2121 (java) S 2115 2117 31294 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 343637469 2712133632 101139 33554432000 1073741824 1073778376 140737442870432 139636408805928 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2117/tid=2122] ppid=2115 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/2117/task/2122/stat : 2122 (java) S 2115 2117 31294 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 343637469 2712133632 101139 33554432000 1073741824 1073778376 140737442870432 139636407752872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2117/tid=2123] ppid=2115 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/2117/task/2123/stat : 2123 (java) S 2115 2117 31294 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 18 0 343637469 2712133632 101139 33554432000 1073741824 1073778376 140737442870432 139636406700328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2117/tid=2124] ppid=2115 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/2117/task/2124/stat : 2124 (java) S 2115 2117 31294 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 343637469 2712133632 101139 33554432000 1073741824 1073778376 140737442870432 139636405648296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2117/tid=2125] ppid=2115 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/2117/task/2125/stat : 2125 (java) S 2115 2117 31294 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 343637469 2712133632 101139 33554432000 1073741824 1073778376 140737442870432 139636404595752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2117/tid=2126] ppid=2115 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/2117/task/2126/stat : 2126 (java) S 2115 2117 31294 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 343637469 2712133632 101139 33554432000 1073741824 1073778376 140737442870432 139636403542696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2127] ppid=2115 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/2117/task/2127/stat : 2127 (java) S 2115 2117 31294 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 343637469 2712133632 101139 33554432000 1073741824 1073778376 140737442870432 139636402490152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2128] ppid=2115 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2128/stat : 2128 (java) S 2115 2117 31294 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 343637470 2712133632 101139 33554432000 1073741824 1073778376 140737442870432 139636390078824 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2129] ppid=2115 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2129/stat : 2129 (java) S 2115 2117 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 343637470 2712133632 101139 33554432000 1073741824 1073778376 140737442870432 139636389025144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2130] ppid=2115 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2130/stat : 2130 (java) S 2115 2117 31294 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 343637470 2712133632 101139 33554432000 1073741824 1073778376 140737442870432 139636387971976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2131] ppid=2115 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2131/stat : 2131 (java) S 2115 2117 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343637473 2712133632 101139 33554432000 1073741824 1073778376 140737442870432 139636386920720 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2132] ppid=2115 vsize=2648568 CPUtime=0.31 cores=1,3,5,7
/proc/2117/task/2132/stat : 2132 (java) S 2115 2117 31294 0 -1 4202560 2217 0 0 0 31 0 0 0 20 0 18 0 343637473 2712133632 101139 33554432000 1073741824 1073778376 140737442870432 139636385868600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2133] ppid=2115 vsize=2648568 CPUtime=0.3 cores=1,3,5,7
/proc/2117/task/2133/stat : 2133 (java) S 2115 2117 31294 0 -1 4202560 3358 0 0 0 30 0 0 0 20 0 18 0 343637473 2712133632 101139 33554432000 1073741824 1073778376 140737442870432 139636384816056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2117/tid=2134] ppid=2115 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2134/stat : 2134 (java) S 2115 2117 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343637473 2712133632 101139 33554432000 1073741824 1073778376 140737442870432 139636383763192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2117/tid=2135] ppid=2115 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2135/stat : 2135 (java) S 2115 2117 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343637473 2712133632 101139 33554432000 1073741824 1073778376 140737442870432 139636382710856 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 2648568

[startup+3.10073 s]
/proc/loadavg: 2.07 2.02 2.00 3/210 2135
/proc/meminfo: memFree=24714860/32873624 swapFree=7112/7112
[pid=2117] ppid=2115 vsize=2648568 CPUtime=4.32 cores=1,3,5,7
/proc/2117/stat : 2117 (java) S 2115 2117 31294 0 -1 4202496 10015 0 1 0 411 21 0 0 20 0 18 0 343637467 2712133632 121172 33554432000 1073741824 1073778376 140737442870432 140737442861568 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2117/statm: 662142 121172 2258 9 0 652835 0
[pid=2117/tid=2119] ppid=2115 vsize=2648568 CPUtime=2.85 cores=1,3,5,7
/proc/2117/task/2119/stat : 2119 (java) R 2115 2117 31294 0 -1 4202560 2926 0 1 0 280 5 0 0 20 0 18 0 343637468 2712133632 121172 33554432000 1073741824 1073778376 140737442870432 139636425400400 139636249085121 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2117/tid=2120] ppid=2115 vsize=2648568 CPUtime=0.12 cores=1,3,5,7
/proc/2117/task/2120/stat : 2120 (java) S 2115 2117 31294 0 -1 4202560 47 0 0 0 10 2 0 0 20 0 18 0 343637469 2712133632 121172 33554432000 1073741824 1073778376 140737442870432 139636409858472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2121] ppid=2115 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/2117/task/2121/stat : 2121 (java) S 2115 2117 31294 0 -1 4202560 26 0 0 0 6 1 0 0 20 0 18 0 343637469 2712133632 121172 33554432000 1073741824 1073778376 140737442870432 139636408805928 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2117/tid=2122] ppid=2115 vsize=2648568 CPUtime=0.09 cores=1,3,5,7
/proc/2117/task/2122/stat : 2122 (java) S 2115 2117 31294 0 -1 4202560 46 0 0 0 7 2 0 0 20 0 18 0 343637469 2712133632 121172 33554432000 1073741824 1073778376 140737442870432 139636407752872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2117/tid=2123] ppid=2115 vsize=2648568 CPUtime=0.12 cores=1,3,5,7
/proc/2117/task/2123/stat : 2123 (java) S 2115 2117 31294 0 -1 4202560 56 0 0 0 9 3 0 0 20 0 18 0 343637469 2712133632 121172 33554432000 1073741824 1073778376 140737442870432 139636406700328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2117/tid=2124] ppid=2115 vsize=2648568 CPUtime=0.08 cores=1,3,5,7
/proc/2117/task/2124/stat : 2124 (java) S 2115 2117 31294 0 -1 4202560 33 0 0 0 7 1 0 0 20 0 18 0 343637469 2712133632 121172 33554432000 1073741824 1073778376 140737442870432 139636405648296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2125] ppid=2115 vsize=2648568 CPUtime=0.1 cores=1,3,5,7
/proc/2117/task/2125/stat : 2125 (java) S 2115 2117 31294 0 -1 4202560 51 0 0 0 8 2 0 0 20 0 18 0 343637469 2712133632 121172 33554432000 1073741824 1073778376 140737442870432 139636404595752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2126] ppid=2115 vsize=2648568 CPUtime=0.06 cores=1,3,5,7
/proc/2117/task/2126/stat : 2126 (java) S 2115 2117 31294 0 -1 4202560 38 0 0 0 5 1 0 0 20 0 18 0 343637469 2712133632 121172 33554432000 1073741824 1073778376 140737442870432 139636403542696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2127] ppid=2115 vsize=2648568 CPUtime=0.06 cores=1,3,5,7
/proc/2117/task/2127/stat : 2127 (java) S 2115 2117 31294 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 18 0 343637469 2712133632 121172 33554432000 1073741824 1073778376 140737442870432 139636402490152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2117/tid=2128] ppid=2115 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2128/stat : 2128 (java) S 2115 2117 31294 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 343637470 2712133632 121172 33554432000 1073741824 1073778376 140737442870432 139636390078824 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2129] ppid=2115 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2129/stat : 2129 (java) S 2115 2117 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 343637470 2712133632 121172 33554432000 1073741824 1073778376 140737442870432 139636389025144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2130] ppid=2115 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2130/stat : 2130 (java) S 2115 2117 31294 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 343637470 2712133632 121172 33554432000 1073741824 1073778376 140737442870432 139636387971976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2131] ppid=2115 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2131/stat : 2131 (java) S 2115 2117 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343637473 2712133632 121172 33554432000 1073741824 1073778376 140737442870432 139636386920720 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2132] ppid=2115 vsize=2648568 CPUtime=0.31 cores=1,3,5,7
/proc/2117/task/2132/stat : 2132 (java) S 2115 2117 31294 0 -1 4202560 2217 0 0 0 31 0 0 0 20 0 18 0 343637473 2712133632 121172 33554432000 1073741824 1073778376 140737442870432 139636385868600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2133] ppid=2115 vsize=2648568 CPUtime=0.3 cores=1,3,5,7
/proc/2117/task/2133/stat : 2133 (java) S 2115 2117 31294 0 -1 4202560 3358 0 0 0 30 0 0 0 20 0 18 0 343637473 2712133632 121172 33554432000 1073741824 1073778376 140737442870432 139636384816056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2117/tid=2134] ppid=2115 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2134/stat : 2134 (java) S 2115 2117 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343637473 2712133632 121172 33554432000 1073741824 1073778376 140737442870432 139636383763192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2117/tid=2135] ppid=2115 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2135/stat : 2135 (java) S 2115 2117 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343637473 2712133632 121172 33554432000 1073741824 1073778376 140737442870432 139636382710856 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 2648568

[startup+6.30074 s]
/proc/loadavg: 2.15 2.03 2.01 3/210 2135
/proc/meminfo: memFree=24644344/32873624 swapFree=7112/7112
[pid=2117] ppid=2115 vsize=2648568 CPUtime=8.26 cores=1,3,5,7
/proc/2117/stat : 2117 (java) S 2115 2117 31294 0 -1 4202496 10454 0 1 0 795 31 0 0 20 0 18 0 343637467 2712133632 141735 33554432000 1073741824 1073778376 140737442870432 140737442861568 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2117/statm: 662142 141735 2259 9 0 652835 0
[pid=2117/tid=2119] ppid=2115 vsize=2648568 CPUtime=5.78 cores=1,3,5,7
/proc/2117/task/2119/stat : 2119 (java) R 2115 2117 31294 0 -1 4202560 2934 0 1 0 572 6 0 0 20 0 18 0 343637468 2712133632 141735 33554432000 1073741824 1073778376 140737442870432 139636425400576 139636249185268 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2117/tid=2120] ppid=2115 vsize=2648568 CPUtime=0.23 cores=1,3,5,7
/proc/2117/task/2120/stat : 2120 (java) S 2115 2117 31294 0 -1 4202560 86 0 0 0 19 4 0 0 20 0 18 0 343637469 2712133632 141735 33554432000 1073741824 1073778376 140737442870432 139636409858472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2121] ppid=2115 vsize=2648568 CPUtime=0.22 cores=1,3,5,7
/proc/2117/task/2121/stat : 2121 (java) S 2115 2117 31294 0 -1 4202560 72 0 0 0 19 3 0 0 20 0 18 0 343637469 2712133632 141735 33554432000 1073741824 1073778376 140737442870432 139636408805928 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2117/tid=2122] ppid=2115 vsize=2648568 CPUtime=0.25 cores=1,3,5,7
/proc/2117/task/2122/stat : 2122 (java) S 2115 2117 31294 0 -1 4202560 99 0 0 0 21 4 0 0 20 0 18 0 343637469 2712133632 141735 33554432000 1073741824 1073778376 140737442870432 139636407752872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2123] ppid=2115 vsize=2648568 CPUtime=0.22 cores=1,3,5,7
/proc/2117/task/2123/stat : 2123 (java) S 2115 2117 31294 0 -1 4202560 122 0 0 0 19 3 0 0 20 0 18 0 343637469 2712133632 141735 33554432000 1073741824 1073778376 140737442870432 139636406700328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2124] ppid=2115 vsize=2648568 CPUtime=0.2 cores=1,3,5,7
/proc/2117/task/2124/stat : 2124 (java) S 2115 2117 31294 0 -1 4202560 88 0 0 0 18 2 0 0 20 0 18 0 343637469 2712133632 141735 33554432000 1073741824 1073778376 140737442870432 139636405648296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2117/tid=2125] ppid=2115 vsize=2648568 CPUtime=0.24 cores=1,3,5,7
/proc/2117/task/2125/stat : 2125 (java) S 2115 2117 31294 0 -1 4202560 116 0 0 0 20 4 0 0 20 0 18 0 343637469 2712133632 141735 33554432000 1073741824 1073778376 140737442870432 139636404595752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2126] ppid=2115 vsize=2648568 CPUtime=0.16 cores=1,3,5,7
/proc/2117/task/2126/stat : 2126 (java) S 2115 2117 31294 0 -1 4202560 82 0 0 0 13 3 0 0 20 0 18 0 343637469 2712133632 141735 33554432000 1073741824 1073778376 140737442870432 139636403542696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2117/tid=2127] ppid=2115 vsize=2648568 CPUtime=0.17 cores=1,3,5,7
/proc/2117/task/2127/stat : 2127 (java) S 2115 2117 31294 0 -1 4202560 88 0 0 0 15 2 0 0 20 0 18 0 343637469 2712133632 141735 33554432000 1073741824 1073778376 140737442870432 139636402490152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2117/tid=2128] ppid=2115 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2128/stat : 2128 (java) S 2115 2117 31294 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 343637470 2712133632 141735 33554432000 1073741824 1073778376 140737442870432 139636390078824 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2117/tid=2129] ppid=2115 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2129/stat : 2129 (java) S 2115 2117 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 343637470 2712133632 141735 33554432000 1073741824 1073778376 140737442870432 139636389025144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2130] ppid=2115 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2130/stat : 2130 (java) S 2115 2117 31294 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 343637470 2712133632 141735 33554432000 1073741824 1073778376 140737442870432 139636387971976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2131] ppid=2115 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2131/stat : 2131 (java) S 2115 2117 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343637473 2712133632 141735 33554432000 1073741824 1073778376 140737442870432 139636386920720 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2132] ppid=2115 vsize=2648568 CPUtime=0.33 cores=1,3,5,7
/proc/2117/task/2132/stat : 2132 (java) S 2115 2117 31294 0 -1 4202560 2224 0 0 0 33 0 0 0 20 0 18 0 343637473 2712133632 141735 33554432000 1073741824 1073778376 140737442870432 139636385868600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2133] ppid=2115 vsize=2648568 CPUtime=0.3 cores=1,3,5,7
/proc/2117/task/2133/stat : 2133 (java) S 2115 2117 31294 0 -1 4202560 3358 0 0 0 30 0 0 0 20 0 18 0 343637473 2712133632 141735 33554432000 1073741824 1073778376 140737442870432 139636384816056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2117/tid=2134] ppid=2115 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2134/stat : 2134 (java) S 2115 2117 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343637473 2712133632 141735 33554432000 1073741824 1073778376 140737442870432 139636383763192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2117/tid=2135] ppid=2115 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2135/stat : 2135 (java) S 2115 2117 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343637473 2712133632 141735 33554432000 1073741824 1073778376 140737442870432 139636382710856 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 2648568

[startup+12.7007 s]
/proc/loadavg: 2.13 2.03 2.01 3/210 2135
/proc/meminfo: memFree=24560408/32873624 swapFree=7112/7112
[pid=2117] ppid=2115 vsize=2648568 CPUtime=15.21 cores=1,3,5,7
/proc/2117/stat : 2117 (java) S 2115 2117 31294 0 -1 4202496 10630 0 1 0 1482 39 0 0 20 0 18 0 343637467 2712133632 160725 33554432000 1073741824 1073778376 140737442870432 140737442861568 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2117/statm: 662142 160725 2259 9 0 652835 0
[pid=2117/tid=2119] ppid=2115 vsize=2648568 CPUtime=11.94 cores=1,3,5,7

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

[pid=2117/tid=2132] ppid=2115 vsize=2715132 CPUtime=0.76 cores=1,3,5,7
/proc/2117/task/2132/stat : 2132 (java) S 2115 2117 31294 0 -1 4202560 3255 0 0 0 76 0 0 0 20 0 19 0 343637473 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636385868600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2133] ppid=2115 vsize=2715132 CPUtime=0.57 cores=1,3,5,7
/proc/2117/task/2133/stat : 2133 (java) S 2115 2117 31294 0 -1 4202560 4320 0 0 0 57 0 0 0 20 0 19 0 343637473 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636384816056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2117/tid=2134] ppid=2115 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2134/stat : 2134 (java) S 2115 2117 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343637473 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636383763192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2117/tid=2135] ppid=2115 vsize=2715132 CPUtime=0.28 cores=1,3,5,7
/proc/2117/task/2135/stat : 2135 (java) S 2115 2117 31294 0 -1 4202560 99 0 0 0 14 14 0 0 20 0 19 0 343637473 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636382710856 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2117/tid=2136] ppid=2115 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2136/stat : 2136 (java) S 2115 2117 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343639824 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636381656104 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1727.97
Current children cumulated vsize (KiB) 2715132

[startup+1782.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/211 2235
/proc/meminfo: memFree=24812228/32873624 swapFree=7112/7112
[pid=2117] ppid=2115 vsize=2715132 CPUtime=1787.96 cores=1,3,5,7
/proc/2117/stat : 2117 (java) S 2115 2117 31294 0 -1 4202496 13809 0 1 0 178684 112 0 0 20 0 19 0 343637467 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 140737442861568 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2117/statm: 678783 322599 2268 9 0 669476 0
[pid=2117/tid=2119] ppid=2115 vsize=2715132 CPUtime=1775.89 cores=1,3,5,7
/proc/2117/task/2119/stat : 2119 (java) R 2115 2117 31294 0 -1 4202560 2996 0 1 0 177551 38 0 0 20 0 19 0 343637468 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636425407584 139636249693854 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2117/tid=2120] ppid=2115 vsize=2715132 CPUtime=0.75 cores=1,3,5,7
/proc/2117/task/2120/stat : 2120 (java) S 2115 2117 31294 0 -1 4202560 210 0 0 0 66 9 0 0 20 0 19 0 343637469 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636409858472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2117/tid=2121] ppid=2115 vsize=2715132 CPUtime=0.76 cores=1,3,5,7
/proc/2117/task/2121/stat : 2121 (java) S 2115 2117 31294 0 -1 4202560 228 0 0 0 65 11 0 0 20 0 19 0 343637469 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636408805928 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2122] ppid=2115 vsize=2715132 CPUtime=0.69 cores=1,3,5,7
/proc/2117/task/2122/stat : 2122 (java) S 2115 2117 31294 0 -1 4202560 212 0 0 0 60 9 0 0 20 0 19 0 343637469 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636407752872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2123] ppid=2115 vsize=2715132 CPUtime=0.76 cores=1,3,5,7
/proc/2117/task/2123/stat : 2123 (java) S 2115 2117 31294 0 -1 4202560 265 0 0 0 67 9 0 0 20 0 19 0 343637469 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636406700328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2117/tid=2124] ppid=2115 vsize=2715132 CPUtime=0.81 cores=1,3,5,7
/proc/2117/task/2124/stat : 2124 (java) S 2115 2117 31294 0 -1 4202560 260 0 0 0 70 11 0 0 20 0 19 0 343637469 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636405648296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2117/tid=2125] ppid=2115 vsize=2715132 CPUtime=0.74 cores=1,3,5,7
/proc/2117/task/2125/stat : 2125 (java) S 2115 2117 31294 0 -1 4202560 235 0 0 0 63 11 0 0 20 0 19 0 343637469 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636404595752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2117/tid=2126] ppid=2115 vsize=2715132 CPUtime=0.73 cores=1,3,5,7
/proc/2117/task/2126/stat : 2126 (java) S 2115 2117 31294 0 -1 4202560 276 0 0 0 61 12 0 0 20 0 19 0 343637469 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636403542696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2117/tid=2127] ppid=2115 vsize=2715132 CPUtime=0.73 cores=1,3,5,7
/proc/2117/task/2127/stat : 2127 (java) S 2115 2117 31294 0 -1 4202560 230 0 0 0 62 11 0 0 20 0 19 0 343637469 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636402490152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2117/tid=2128] ppid=2115 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/2117/task/2128/stat : 2128 (java) S 2115 2117 31294 0 -1 4202560 36 0 0 0 1 0 0 0 20 0 19 0 343637470 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636390078824 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2117/tid=2129] ppid=2115 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2129/stat : 2129 (java) S 2115 2117 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343637470 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636389025144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2130] ppid=2115 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2130/stat : 2130 (java) S 2115 2117 31294 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 343637470 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636387971976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2131] ppid=2115 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2131/stat : 2131 (java) S 2115 2117 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343637473 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636386920720 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2132] ppid=2115 vsize=2715132 CPUtime=0.76 cores=1,3,5,7
/proc/2117/task/2132/stat : 2132 (java) S 2115 2117 31294 0 -1 4202560 3255 0 0 0 76 0 0 0 20 0 19 0 343637473 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636385868600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2133] ppid=2115 vsize=2715132 CPUtime=0.57 cores=1,3,5,7
/proc/2117/task/2133/stat : 2133 (java) S 2115 2117 31294 0 -1 4202560 4320 0 0 0 57 0 0 0 20 0 19 0 343637473 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636384816056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2117/tid=2134] ppid=2115 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2134/stat : 2134 (java) S 2115 2117 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343637473 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636383763192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2117/tid=2135] ppid=2115 vsize=2715132 CPUtime=0.29 cores=1,3,5,7
/proc/2117/task/2135/stat : 2135 (java) S 2115 2117 31294 0 -1 4202560 103 0 0 0 15 14 0 0 20 0 19 0 343637473 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636382710856 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2117/tid=2136] ppid=2115 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2136/stat : 2136 (java) S 2115 2117 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343639824 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636381656104 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1787.96
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.41 s]
/proc/loadavg: 2.02 2.01 2.00 3/211 2235
/proc/meminfo: memFree=24812356/32873624 swapFree=7112/7112
[pid=2117] ppid=2115 vsize=2715132 CPUtime=1800.06 cores=1,3,5,7
/proc/2117/stat : 2117 (java) S 2115 2117 31294 0 -1 4202496 13809 0 1 0 179894 112 0 0 20 0 19 0 343637467 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 140737442861568 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2117/statm: 678783 322599 2268 9 0 669476 0
[pid=2117/tid=2119] ppid=2115 vsize=2715132 CPUtime=1787.96 cores=1,3,5,7
/proc/2117/task/2119/stat : 2119 (java) R 2115 2117 31294 0 -1 4202560 2996 0 1 0 178757 39 0 0 20 0 19 0 343637468 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636425407584 139636249693878 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2117/tid=2120] ppid=2115 vsize=2715132 CPUtime=0.75 cores=1,3,5,7
/proc/2117/task/2120/stat : 2120 (java) S 2115 2117 31294 0 -1 4202560 210 0 0 0 66 9 0 0 20 0 19 0 343637469 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636409858472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2117/tid=2121] ppid=2115 vsize=2715132 CPUtime=0.76 cores=1,3,5,7
/proc/2117/task/2121/stat : 2121 (java) S 2115 2117 31294 0 -1 4202560 228 0 0 0 65 11 0 0 20 0 19 0 343637469 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636408805928 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2122] ppid=2115 vsize=2715132 CPUtime=0.69 cores=1,3,5,7
/proc/2117/task/2122/stat : 2122 (java) S 2115 2117 31294 0 -1 4202560 212 0 0 0 60 9 0 0 20 0 19 0 343637469 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636407752872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2123] ppid=2115 vsize=2715132 CPUtime=0.76 cores=1,3,5,7
/proc/2117/task/2123/stat : 2123 (java) S 2115 2117 31294 0 -1 4202560 265 0 0 0 67 9 0 0 20 0 19 0 343637469 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636406700328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2117/tid=2124] ppid=2115 vsize=2715132 CPUtime=0.81 cores=1,3,5,7
/proc/2117/task/2124/stat : 2124 (java) S 2115 2117 31294 0 -1 4202560 260 0 0 0 70 11 0 0 20 0 19 0 343637469 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636405648296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2117/tid=2125] ppid=2115 vsize=2715132 CPUtime=0.74 cores=1,3,5,7
/proc/2117/task/2125/stat : 2125 (java) S 2115 2117 31294 0 -1 4202560 235 0 0 0 63 11 0 0 20 0 19 0 343637469 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636404595752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2117/tid=2126] ppid=2115 vsize=2715132 CPUtime=0.73 cores=1,3,5,7
/proc/2117/task/2126/stat : 2126 (java) S 2115 2117 31294 0 -1 4202560 276 0 0 0 61 12 0 0 20 0 19 0 343637469 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636403542696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2117/tid=2127] ppid=2115 vsize=2715132 CPUtime=0.73 cores=1,3,5,7
/proc/2117/task/2127/stat : 2127 (java) S 2115 2117 31294 0 -1 4202560 230 0 0 0 62 11 0 0 20 0 19 0 343637469 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636402490152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2117/tid=2128] ppid=2115 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/2117/task/2128/stat : 2128 (java) S 2115 2117 31294 0 -1 4202560 36 0 0 0 1 0 0 0 20 0 19 0 343637470 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636390078824 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2117/tid=2129] ppid=2115 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2129/stat : 2129 (java) S 2115 2117 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343637470 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636389025144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2130] ppid=2115 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2130/stat : 2130 (java) S 2115 2117 31294 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 343637470 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636387971976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2131] ppid=2115 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2131/stat : 2131 (java) S 2115 2117 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343637473 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636386920720 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2132] ppid=2115 vsize=2715132 CPUtime=0.76 cores=1,3,5,7
/proc/2117/task/2132/stat : 2132 (java) S 2115 2117 31294 0 -1 4202560 3255 0 0 0 76 0 0 0 20 0 19 0 343637473 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636385868600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2133] ppid=2115 vsize=2715132 CPUtime=0.57 cores=1,3,5,7
/proc/2117/task/2133/stat : 2133 (java) S 2115 2117 31294 0 -1 4202560 4320 0 0 0 57 0 0 0 20 0 19 0 343637473 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636384816056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2117/tid=2134] ppid=2115 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2134/stat : 2134 (java) S 2115 2117 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343637473 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636383763192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2117/tid=2135] ppid=2115 vsize=2715132 CPUtime=0.29 cores=1,3,5,7
/proc/2117/task/2135/stat : 2135 (java) S 2115 2117 31294 0 -1 4202560 103 0 0 0 15 14 0 0 20 0 19 0 343637473 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636382710856 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2117/tid=2136] ppid=2115 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2136/stat : 2136 (java) S 2115 2117 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343639824 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636381656104 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 2715132

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

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

[startup+1794.41 s]
/proc/loadavg: 2.02 2.01 2.00 3/211 2235
/proc/meminfo: memFree=24812356/32873624 swapFree=7112/7112
[pid=2117] ppid=2115 vsize=2715132 CPUtime=1800.06 cores=1,3,5,7
/proc/2117/stat : 2117 (java) S 2115 2117 31294 0 -1 4202496 13809 0 1 0 179894 112 0 0 20 0 19 0 343637467 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 140737442861568 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2117/statm: 678783 322599 2268 9 0 669476 0
[pid=2117/tid=2119] ppid=2115 vsize=2715132 CPUtime=1787.96 cores=1,3,5,7
/proc/2117/task/2119/stat : 2119 (java) R 2115 2117 31294 0 -1 4202560 2996 0 1 0 178757 39 0 0 20 0 19 0 343637468 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636425407584 139636249693878 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2117/tid=2120] ppid=2115 vsize=2715132 CPUtime=0.75 cores=1,3,5,7
/proc/2117/task/2120/stat : 2120 (java) S 2115 2117 31294 0 -1 4202560 210 0 0 0 66 9 0 0 20 0 19 0 343637469 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636409858472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2117/tid=2121] ppid=2115 vsize=2715132 CPUtime=0.76 cores=1,3,5,7
/proc/2117/task/2121/stat : 2121 (java) S 2115 2117 31294 0 -1 4202560 228 0 0 0 65 11 0 0 20 0 19 0 343637469 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636408805928 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2122] ppid=2115 vsize=2715132 CPUtime=0.69 cores=1,3,5,7
/proc/2117/task/2122/stat : 2122 (java) S 2115 2117 31294 0 -1 4202560 212 0 0 0 60 9 0 0 20 0 19 0 343637469 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636407752872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2123] ppid=2115 vsize=2715132 CPUtime=0.76 cores=1,3,5,7
/proc/2117/task/2123/stat : 2123 (java) S 2115 2117 31294 0 -1 4202560 265 0 0 0 67 9 0 0 20 0 19 0 343637469 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636406700328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2117/tid=2124] ppid=2115 vsize=2715132 CPUtime=0.81 cores=1,3,5,7
/proc/2117/task/2124/stat : 2124 (java) S 2115 2117 31294 0 -1 4202560 260 0 0 0 70 11 0 0 20 0 19 0 343637469 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636405648296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2117/tid=2125] ppid=2115 vsize=2715132 CPUtime=0.74 cores=1,3,5,7
/proc/2117/task/2125/stat : 2125 (java) S 2115 2117 31294 0 -1 4202560 235 0 0 0 63 11 0 0 20 0 19 0 343637469 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636404595752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2117/tid=2126] ppid=2115 vsize=2715132 CPUtime=0.73 cores=1,3,5,7
/proc/2117/task/2126/stat : 2126 (java) S 2115 2117 31294 0 -1 4202560 276 0 0 0 61 12 0 0 20 0 19 0 343637469 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636403542696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2117/tid=2127] ppid=2115 vsize=2715132 CPUtime=0.73 cores=1,3,5,7
/proc/2117/task/2127/stat : 2127 (java) S 2115 2117 31294 0 -1 4202560 230 0 0 0 62 11 0 0 20 0 19 0 343637469 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636402490152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2117/tid=2128] ppid=2115 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/2117/task/2128/stat : 2128 (java) S 2115 2117 31294 0 -1 4202560 36 0 0 0 1 0 0 0 20 0 19 0 343637470 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636390078824 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2117/tid=2129] ppid=2115 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2129/stat : 2129 (java) S 2115 2117 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343637470 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636389025144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2130] ppid=2115 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2130/stat : 2130 (java) S 2115 2117 31294 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 343637470 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636387971976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2131] ppid=2115 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2131/stat : 2131 (java) S 2115 2117 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343637473 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636386920720 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2132] ppid=2115 vsize=2715132 CPUtime=0.76 cores=1,3,5,7
/proc/2117/task/2132/stat : 2132 (java) S 2115 2117 31294 0 -1 4202560 3255 0 0 0 76 0 0 0 20 0 19 0 343637473 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636385868600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2117/tid=2133] ppid=2115 vsize=2715132 CPUtime=0.57 cores=1,3,5,7
/proc/2117/task/2133/stat : 2133 (java) S 2115 2117 31294 0 -1 4202560 4320 0 0 0 57 0 0 0 20 0 19 0 343637473 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636384816056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2117/tid=2134] ppid=2115 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2134/stat : 2134 (java) S 2115 2117 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343637473 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636383763192 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2117/tid=2135] ppid=2115 vsize=2715132 CPUtime=0.29 cores=1,3,5,7
/proc/2117/task/2135/stat : 2135 (java) S 2115 2117 31294 0 -1 4202560 103 0 0 0 15 14 0 0 20 0 19 0 343637473 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636382710856 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2117/tid=2136] ppid=2115 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/2117/task/2136/stat : 2136 (java) S 2115 2117 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343639824 2780295168 322599 33554432000 1073741824 1073778376 140737442870432 139636381656104 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 2715132

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2117 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=349217
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=491773
# CPU time returned by wait4() is 1795.84
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.43
CPU time (s): 1800.06
CPU user time (s): 1798.94
CPU system time (s): 1.12
CPU usage (%): 100.314
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.35
system time used= 1.49177
maximum resident set size= 1290540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13849
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39854
involuntary context switches= 24743

runsolver used 5.9011 second user time and 13.412 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-04 03:58:40
IDJOB=3741600
IDBENCH=89883
IDSOLVER=2322
FILE ID=node121/3741600-1338775115
RUNJOBID= node121-1338748504-31311
PBS_JOBID= 14636789
Free space on /tmp= 71056 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-ns1663818.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741600-1338775115/watcher-3741600-1338775115 -o /tmp/evaluation-result-3741600-1338775115/solver-3741600-1338775115 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3741600-1338775115.opb

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

MD5SUM BENCH= ca0e75c55c65b2e375ac748ac3a932d9
RANDOM SEED=2016853914

node121.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.042
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.08
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.042
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.042
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.042
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.042
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.042
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.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        25185500 kB
Buffers:          666064 kB
Cached:          4756972 kB
SwapCached:            0 kB
Active:          3450756 kB
Inactive:        3347460 kB
Active(anon):    1362796 kB
Inactive(anon):    10760 kB
Active(file):    2087960 kB
Inactive(file):  3336700 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            201828 kB
Writeback:             0 kB
AnonPages:       1380088 kB
Mapped:            22356 kB
Shmem:               200 kB
Slab:             750620 kB
SReclaimable:     194132 kB
SUnreclaim:       556488 kB
KernelStack:        1576 kB
PageTables:         6836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:    1509072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1337344 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= 71052 MiB
End job on node121 at 2012-06-04 04:28:36