Trace number 3735319

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.04 1797.82

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=280-sizeP=141-sizeQ=280-254810631-max.opb
MD5SUM9c4320f542823743906889d8232ca8c8
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables39901
Total number of constraints118441
Number of constraints which are clauses118440
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint39480
Number of terms in the objective function 141
Biggest coefficient in the objective function 1393796574908163946345982392040522594123776
Number of bits for the biggest coefficient in the objective function 141
Sum of the numbers in the objective function 2787593149816327892691964784081045188247551
Number of bits of the sum of numbers in the objective function 141
Biggest number in a constraint 1353842624082429130653522550851115089568572790710847937094960732721983060451965636249987502980536903367866802227247837807116288
Number of bits of the biggest number in a constraint 420
Biggest sum of numbers in a constraint 5415370496329716522614090203404460358274291131933137772446847436667115240992208031579922255034219518448630133725391512086530056
Number of bits of the biggest sum of numbers421
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.1.1.v20090612
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version	1.6.0_24
0.05/0.09	c os.name	Linux
0.05/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch	amd64
0.05/0.09	c Free memory 1299577560
0.05/0.09	c Max memory 1306394624
0.05/0.09	c Total memory 1306394624
0.05/0.09	c Number of processors 8
0.08/0.11	c Pseudo Boolean Optimization
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@2d3bad12
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.11	c Expensive reason simplification
0.08/0.11	c MiniSAT restarts strategy
0.08/0.11	c Memory based learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3735319-1338755397.opb
0.08/0.11	c reading problem ... 
1.60/1.12	c ... done. Wall clock time 1.012s.
1.60/1.12	c #vars     39901
1.60/1.12	c #constraints  128312
1.60/1.12	c constraints type 
1.60/1.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78960
1.60/1.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.60/1.12	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 39480
1800.04/1797.81	c starts		: 10
1800.04/1797.81	c conflicts		: 9192
1800.04/1797.81	c decisions		: 14730
1800.04/1797.81	c propagations		: 5691638
1800.04/1797.81	c inspects		: 26827395
1800.04/1797.81	c learnt literals	: 0
1800.04/1797.81	c learnt binary clauses	: 0
1800.04/1797.81	c learnt ternary clauses	: 0
1800.04/1797.81	c learnt clauses	: 9192
1800.04/1797.81	c ignored clauses	: 0
1800.04/1797.81	c root simplifications	: 0
1800.04/1797.81	c removed literals (reason simplification)	: 88097273
1800.04/1797.81	c reason swapping (by a shorter reason)	: 0
1800.04/1797.81	c Calls to reduceDB	: 0
1800.04/1797.81	c speed (assignments/second)	: 3167.8540379342858
1800.04/1797.81	c non guided choices	204
1800.04/1797.82	c learnt constraints type 
1800.04/1797.82	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 9192
1800.04/1797.82	c constraints type 
1800.04/1797.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78960
1800.04/1797.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.04/1797.82	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 39480
1800.04/1797.82	s UNKNOWN
1800.04/1797.82	c Total wall clock time (in seconds): 1797.704

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-3735319-1338755397/watcher-3735319-1338755397 -o /tmp/evaluation-result-3735319-1338755397/solver-3735319-1338755397 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3735319-1338755397.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: 2.04 2.05 2.01 3/194 3139
/proc/meminfo: memFree=27778940/32873648 swapFree=7388/7388
[pid=3139] ppid=3137 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/3139/stat : 3139 (runsolver) D 3137 3139 959 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 341664180 12095488 50 33554432000 4194304 5436572 140736697347008 140736697343304 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/3139/statm: 2953 50 31 304 0 2645 0

[startup+0.080571 s]
/proc/loadavg: 2.04 2.05 2.01 3/194 3139
/proc/meminfo: memFree=27778940/32873648 swapFree=7388/7388
[pid=3139] ppid=3137 vsize=2648568 CPUtime=0.05 cores=0,2,4,6
/proc/3139/stat : 3139 (java) S 3137 3139 959 0 -1 4202496 3835 0 1 0 4 1 0 0 20 0 18 0 341664180 2712133632 5554 33554432000 1073741824 1073778376 140733798251376 140733798242512 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3139/statm: 662142 5555 1761 9 0 652835 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2648568

[startup+0.100208 s]
/proc/loadavg: 2.04 2.05 2.01 3/194 3139
/proc/meminfo: memFree=27778940/32873648 swapFree=7388/7388
[pid=3139] ppid=3137 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/3139/stat : 3139 (java) S 3137 3139 959 0 -1 4202496 4656 0 1 0 7 1 0 0 20 0 18 0 341664180 2712133632 6374 33554432000 1073741824 1073778376 140733798251376 140733798242512 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3139/statm: 662142 6375 2100 9 0 652835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2648568

[startup+0.300172 s]
/proc/loadavg: 2.04 2.05 2.01 3/194 3139
/proc/meminfo: memFree=27778940/32873648 swapFree=7388/7388
[pid=3139] ppid=3137 vsize=2648568 CPUtime=0.49 cores=0,2,4,6
/proc/3139/stat : 3139 (java) S 3137 3139 959 0 -1 4202496 6297 0 1 0 47 2 0 0 20 0 18 0 341664180 2712133632 9737 33554432000 1073741824 1073778376 140733798251376 140733798242512 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3139/statm: 662142 9737 2218 9 0 652835 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 2648568

[startup+0.700283 s]
/proc/loadavg: 2.04 2.05 2.01 3/194 3139
/proc/meminfo: memFree=27778940/32873648 swapFree=7388/7388
[pid=3139] ppid=3137 vsize=2648568 CPUtime=1.11 cores=0,2,4,6
/proc/3139/stat : 3139 (java) S 3137 3139 959 0 -1 4202496 9722 0 1 0 107 4 0 0 20 0 18 0 341664180 2712133632 52202 33554432000 1073741824 1073778376 140733798251376 140733798242512 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3139/statm: 662142 52202 2233 9 0 652835 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 2648568

[startup+1.50071 s]
/proc/loadavg: 2.04 2.05 2.01 4/212 3157
/proc/meminfo: memFree=27521324/32873648 swapFree=7388/7388
[pid=3139] ppid=3137 vsize=2715132 CPUtime=2.2 cores=0,2,4,6
/proc/3139/stat : 3139 (java) S 3137 3139 959 0 -1 4202496 9922 0 1 0 214 6 0 0 20 0 19 0 341664180 2780295168 71695 33554432000 1073741824 1073778376 140733798251376 140733798242512 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3139/statm: 678783 71695 2251 9 0 669476 0
[pid=3139/tid=3141] ppid=3137 vsize=2715132 CPUtime=1.45 cores=0,2,4,6
/proc/3139/task/3141/stat : 3141 (java) R 3137 3139 959 0 -1 4202560 2878 0 1 0 141 4 0 0 20 0 19 0 341664181 2780295168 71695 33554432000 1073741824 1073778376 140733798251376 139842024092432 139841870897596 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3139/tid=3142] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3142/stat : 3142 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664183 2780295168 71695 33554432000 1073741824 1073778376 140733798251376 139842008541864 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3143] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3143/stat : 3143 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664183 2780295168 71695 33554432000 1073741824 1073778376 140733798251376 139842007489320 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3144] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3144/stat : 3144 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664183 2780295168 71695 33554432000 1073741824 1073778376 140733798251376 139842006436776 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3139/tid=3145] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3145/stat : 3145 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664183 2780295168 71695 33554432000 1073741824 1073778376 140733798251376 139842005384232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3139/tid=3146] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3146/stat : 3146 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664183 2780295168 71695 33554432000 1073741824 1073778376 140733798251376 139842004330664 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3147] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3147/stat : 3147 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664183 2780295168 71695 33554432000 1073741824 1073778376 140733798251376 139842003278120 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3139/tid=3148] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3148/stat : 3148 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664183 2780295168 71695 33554432000 1073741824 1073778376 140733798251376 139842002225576 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3149] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3149/stat : 3149 (java) S 3137 3139 959 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341664183 2780295168 71695 33554432000 1073741824 1073778376 140733798251376 139842001173032 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3150] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3150/stat : 3150 (java) S 3137 3139 959 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341664184 2780295168 71695 33554432000 1073741824 1073778376 140733798251376 139841988762216 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3151] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3151/stat : 3151 (java) S 3137 3139 959 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341664184 2780295168 71695 33554432000 1073741824 1073778376 140733798251376 139841870227064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3152] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3152/stat : 3152 (java) S 3137 3139 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341664184 2780295168 71695 33554432000 1073741824 1073778376 140733798251376 139841869174408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3153] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3153/stat : 3153 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664187 2780295168 71695 33554432000 1073741824 1073778376 140733798251376 139841868123152 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3154] ppid=3137 vsize=2715132 CPUtime=0.33 cores=0,2,4,6
/proc/3139/task/3154/stat : 3154 (java) S 3137 3139 959 0 -1 4202560 3178 0 0 0 33 0 0 0 20 0 19 0 341664187 2780295168 71695 33554432000 1073741824 1073778376 140733798251376 139841867069496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3155] ppid=3137 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/3139/task/3155/stat : 3155 (java) S 3137 3139 959 0 -1 4202560 2671 0 0 0 38 0 0 0 20 0 19 0 341664187 2780295168 71695 33554432000 1073741824 1073778376 140733798251376 139841866016952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3156] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3156/stat : 3156 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664187 2780295168 71695 33554432000 1073741824 1073778376 140733798251376 139841864964600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3139/tid=3157] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3157/stat : 3157 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664187 2780295168 71695 33554432000 1073741824 1073778376 140733798251376 139841863912264 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 2715132

[startup+3.10064 s]
/proc/loadavg: 2.04 2.05 2.01 4/213 3158
/proc/meminfo: memFree=27499836/32873648 swapFree=7388/7388
[pid=3139] ppid=3137 vsize=2715132 CPUtime=3.93 cores=0,2,4,6
/proc/3139/stat : 3139 (java) S 3137 3139 959 0 -1 4202496 10157 0 1 0 387 6 0 0 20 0 19 0 341664180 2780295168 72251 33554432000 1073741824 1073778376 140733798251376 140733798242512 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3139/statm: 678783 72251 2254 9 0 669476 0
[pid=3139/tid=3141] ppid=3137 vsize=2715132 CPUtime=3.05 cores=0,2,4,6
/proc/3139/task/3141/stat : 3141 (java) R 3137 3139 959 0 -1 4202560 2881 0 1 0 301 4 0 0 20 0 19 0 341664181 2780295168 72251 33554432000 1073741824 1073778376 140733798251376 139842024090112 139841870991623 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3139/tid=3142] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3142/stat : 3142 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664183 2780295168 72251 33554432000 1073741824 1073778376 140733798251376 139842008541864 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3143] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3143/stat : 3143 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664183 2780295168 72251 33554432000 1073741824 1073778376 140733798251376 139842007489320 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3144] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3144/stat : 3144 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664183 2780295168 72251 33554432000 1073741824 1073778376 140733798251376 139842006436776 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3139/tid=3145] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3145/stat : 3145 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664183 2780295168 72251 33554432000 1073741824 1073778376 140733798251376 139842005384232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3139/tid=3146] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3146/stat : 3146 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664183 2780295168 72251 33554432000 1073741824 1073778376 140733798251376 139842004330664 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3147] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3147/stat : 3147 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664183 2780295168 72251 33554432000 1073741824 1073778376 140733798251376 139842003278120 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3139/tid=3148] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3148/stat : 3148 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664183 2780295168 72251 33554432000 1073741824 1073778376 140733798251376 139842002225576 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3149] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3149/stat : 3149 (java) S 3137 3139 959 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341664183 2780295168 72251 33554432000 1073741824 1073778376 140733798251376 139842001173032 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3150] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3150/stat : 3150 (java) S 3137 3139 959 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 341664184 2780295168 72251 33554432000 1073741824 1073778376 140733798251376 139841988762216 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3151] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3151/stat : 3151 (java) S 3137 3139 959 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341664184 2780295168 72251 33554432000 1073741824 1073778376 140733798251376 139841870227064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3152] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3152/stat : 3152 (java) S 3137 3139 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341664184 2780295168 72251 33554432000 1073741824 1073778376 140733798251376 139841869174408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3153] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3153/stat : 3153 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664187 2780295168 72251 33554432000 1073741824 1073778376 140733798251376 139841868123152 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3154] ppid=3137 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/3139/task/3154/stat : 3154 (java) S 3137 3139 959 0 -1 4202560 3408 0 0 0 38 0 0 0 20 0 19 0 341664187 2780295168 72251 33554432000 1073741824 1073778376 140733798251376 139841867069496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3155] ppid=3137 vsize=2715132 CPUtime=0.46 cores=0,2,4,6
/proc/3139/task/3155/stat : 3155 (java) S 3137 3139 959 0 -1 4202560 2672 0 0 0 46 0 0 0 20 0 19 0 341664187 2780295168 72251 33554432000 1073741824 1073778376 140733798251376 139841866016952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3156] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3156/stat : 3156 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664187 2780295168 72251 33554432000 1073741824 1073778376 140733798251376 139841864964600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3139/tid=3157] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3157/stat : 3157 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664187 2780295168 72251 33554432000 1073741824 1073778376 140733798251376 139841863912264 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3158] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3158/stat : 3158 (java) S 3137 3139 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341664298 2780295168 72251 33554432000 1073741824 1073778376 140733798251376 139841862858024 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 2715132

[startup+6.30072 s]
/proc/loadavg: 2.04 2.05 2.01 3/214 3161
/proc/meminfo: memFree=27493976/32873648 swapFree=7388/7388
[pid=3139] ppid=3137 vsize=2715132 CPUtime=7.27 cores=0,2,4,6
/proc/3139/stat : 3139 (java) S 3137 3139 959 0 -1 4202496 11020 0 1 0 721 6 0 0 20 0 19 0 341664180 2780295168 73316 33554432000 1073741824 1073778376 140733798251376 140733798242512 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3139/statm: 678783 73316 2254 9 0 669476 0
[pid=3139/tid=3141] ppid=3137 vsize=2715132 CPUtime=6.24 cores=0,2,4,6
/proc/3139/task/3141/stat : 3141 (java) R 3137 3139 959 0 -1 4202560 2886 0 1 0 620 4 0 0 20 0 19 0 341664181 2780295168 73316 33554432000 1073741824 1073778376 140733798251376 139842024090112 139841871018236 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3139/tid=3142] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3142/stat : 3142 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664183 2780295168 73316 33554432000 1073741824 1073778376 140733798251376 139842008541864 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3143] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3143/stat : 3143 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664183 2780295168 73316 33554432000 1073741824 1073778376 140733798251376 139842007489320 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3144] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3144/stat : 3144 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664183 2780295168 73316 33554432000 1073741824 1073778376 140733798251376 139842006436776 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3139/tid=3145] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3145/stat : 3145 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664183 2780295168 73316 33554432000 1073741824 1073778376 140733798251376 139842005384232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3139/tid=3146] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3146/stat : 3146 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664183 2780295168 73316 33554432000 1073741824 1073778376 140733798251376 139842004330664 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3147] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3147/stat : 3147 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664183 2780295168 73316 33554432000 1073741824 1073778376 140733798251376 139842003278120 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3139/tid=3148] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3148/stat : 3148 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664183 2780295168 73316 33554432000 1073741824 1073778376 140733798251376 139842002225576 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3149] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3149/stat : 3149 (java) S 3137 3139 959 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341664183 2780295168 73316 33554432000 1073741824 1073778376 140733798251376 139842001173032 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3150] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3150/stat : 3150 (java) S 3137 3139 959 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 341664184 2780295168 73316 33554432000 1073741824 1073778376 140733798251376 139841988762216 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3151] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3151/stat : 3151 (java) S 3137 3139 959 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341664184 2780295168 73316 33554432000 1073741824 1073778376 140733798251376 139841870227064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3152] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3152/stat : 3152 (java) S 3137 3139 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341664184 2780295168 73316 33554432000 1073741824 1073778376 140733798251376 139841869174408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3153] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3153/stat : 3153 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664187 2780295168 73316 33554432000 1073741824 1073778376 140733798251376 139841868123152 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3154] ppid=3137 vsize=2715132 CPUtime=0.46 cores=0,2,4,6
/proc/3139/task/3154/stat : 3154 (java) S 3137 3139 959 0 -1 4202560 3609 0 0 0 46 0 0 0 20 0 19 0 341664187 2780295168 73316 33554432000 1073741824 1073778376 140733798251376 139841867069496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3155] ppid=3137 vsize=2715132 CPUtime=0.52 cores=0,2,4,6
/proc/3139/task/3155/stat : 3155 (java) S 3137 3139 959 0 -1 4202560 3329 0 0 0 52 0 0 0 20 0 19 0 341664187 2780295168 73316 33554432000 1073741824 1073778376 140733798251376 139841866016952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3156] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3156/stat : 3156 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664187 2780295168 73316 33554432000 1073741824 1073778376 140733798251376 139841864964600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3139/tid=3157] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3157/stat : 3157 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664187 2780295168 73316 33554432000 1073741824 1073778376 140733798251376 139841863912264 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3158] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3158/stat : 3158 (java) S 3137 3139 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341664298 2780295168 73316 33554432000 1073741824 1073778376 140733798251376 139841862858024 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]
/proc/loadavg: 2.03 2.05 2.01 3/214 3161
/proc/meminfo: memFree=27483808/32873648 swapFree=7388/7388

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

[pid=3139/tid=3154] ppid=3137 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/3139/task/3154/stat : 3154 (java) S 3137 3139 959 0 -1 4202560 3614 0 0 0 48 0 0 0 20 0 19 0 341664187 2780295168 190679 33554432000 1073741824 1073778376 140733798251376 139841867069496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3155] ppid=3137 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/3139/task/3155/stat : 3155 (java) S 3137 3139 959 0 -1 4202560 3339 0 0 0 59 0 0 0 20 0 19 0 341664187 2780295168 190679 33554432000 1073741824 1073778376 140733798251376 139841866016952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3156] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3156/stat : 3156 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664187 2780295168 190679 33554432000 1073741824 1073778376 140733798251376 139841864964600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3139/tid=3157] ppid=3137 vsize=2715132 CPUtime=0.26 cores=0,2,4,6
/proc/3139/task/3157/stat : 3157 (java) S 3137 3139 959 0 -1 4202560 95 0 0 0 10 16 0 0 20 0 19 0 341664187 2780295168 190679 33554432000 1073741824 1073778376 140733798251376 139841863912264 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3158] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3158/stat : 3158 (java) S 3137 3139 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341664298 2780295168 190679 33554432000 1073741824 1073778376 140733798251376 139841862858024 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1664.37
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 3290
/proc/meminfo: memFree=27043916/32873648 swapFree=7388/7388
[pid=3139] ppid=3137 vsize=2715132 CPUtime=1724.44 cores=0,2,4,6
/proc/3139/stat : 3139 (java) S 3137 3139 959 0 -1 4202496 12093 0 1 0 172373 71 0 0 20 0 19 0 341664180 2780295168 197343 33554432000 1073741824 1073778376 140733798251376 140733798242512 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3139/statm: 678783 197343 2270 9 0 669476 0
[pid=3139/tid=3141] ppid=3137 vsize=2715132 CPUtime=1717.49 cores=0,2,4,6
/proc/3139/task/3141/stat : 3141 (java) R 3137 3139 959 0 -1 4202560 2938 0 1 0 171717 32 0 0 20 0 19 0 341664181 2780295168 197343 33554432000 1073741824 1073778376 140733798251376 139842024092168 139841871107603 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3139/tid=3142] ppid=3137 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/3139/task/3142/stat : 3142 (java) S 3137 3139 959 0 -1 4202560 106 0 0 0 12 6 0 0 20 0 19 0 341664183 2780295168 197343 33554432000 1073741824 1073778376 140733798251376 139842008541864 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3143] ppid=3137 vsize=2715132 CPUtime=0.13 cores=0,2,4,6
/proc/3139/task/3143/stat : 3143 (java) S 3137 3139 959 0 -1 4202560 83 0 0 0 9 4 0 0 20 0 19 0 341664183 2780295168 197343 33554432000 1073741824 1073778376 140733798251376 139842007489320 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3144] ppid=3137 vsize=2715132 CPUtime=0.17 cores=0,2,4,6
/proc/3139/task/3144/stat : 3144 (java) S 3137 3139 959 0 -1 4202560 101 0 0 0 12 5 0 0 20 0 19 0 341664183 2780295168 197343 33554432000 1073741824 1073778376 140733798251376 139842006436776 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3139/tid=3145] ppid=3137 vsize=2715132 CPUtime=0.21 cores=0,2,4,6
/proc/3139/task/3145/stat : 3145 (java) S 3137 3139 959 0 -1 4202560 139 0 0 0 13 8 0 0 20 0 19 0 341664183 2780295168 197343 33554432000 1073741824 1073778376 140733798251376 139842005384232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3146] ppid=3137 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/3139/task/3146/stat : 3146 (java) S 3137 3139 959 0 -1 4202560 126 0 0 0 11 7 0 0 20 0 19 0 341664183 2780295168 197343 33554432000 1073741824 1073778376 140733798251376 139842004330664 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3139/tid=3147] ppid=3137 vsize=2715132 CPUtime=0.15 cores=0,2,4,6
/proc/3139/task/3147/stat : 3147 (java) S 3137 3139 959 0 -1 4202560 102 0 0 0 9 6 0 0 20 0 19 0 341664183 2780295168 197343 33554432000 1073741824 1073778376 140733798251376 139842003278120 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3148] ppid=3137 vsize=2715132 CPUtime=0.16 cores=0,2,4,6
/proc/3139/task/3148/stat : 3148 (java) S 3137 3139 959 0 -1 4202560 120 0 0 0 10 6 0 0 20 0 19 0 341664183 2780295168 197343 33554432000 1073741824 1073778376 140733798251376 139842002225576 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3139/tid=3149] ppid=3137 vsize=2715132 CPUtime=0.17 cores=0,2,4,6
/proc/3139/task/3149/stat : 3149 (java) S 3137 3139 959 0 -1 4202560 114 0 0 0 10 7 0 0 20 0 19 0 341664183 2780295168 197343 33554432000 1073741824 1073778376 140733798251376 139842001173032 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3150] ppid=3137 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/3139/task/3150/stat : 3150 (java) S 3137 3139 959 0 -1 4202560 29 0 0 0 1 0 0 0 20 0 19 0 341664184 2780295168 197343 33554432000 1073741824 1073778376 140733798251376 139841988762216 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3151] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3151/stat : 3151 (java) S 3137 3139 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341664184 2780295168 197343 33554432000 1073741824 1073778376 140733798251376 139841870227064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3152] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3152/stat : 3152 (java) S 3137 3139 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341664184 2780295168 197343 33554432000 1073741824 1073778376 140733798251376 139841869174408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3153] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3153/stat : 3153 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664187 2780295168 197343 33554432000 1073741824 1073778376 140733798251376 139841868123152 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3154] ppid=3137 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/3139/task/3154/stat : 3154 (java) S 3137 3139 959 0 -1 4202560 3615 0 0 0 48 0 0 0 20 0 19 0 341664187 2780295168 197343 33554432000 1073741824 1073778376 140733798251376 139841867069496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3155] ppid=3137 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/3139/task/3155/stat : 3155 (java) S 3137 3139 959 0 -1 4202560 3340 0 0 0 59 0 0 0 20 0 19 0 341664187 2780295168 197343 33554432000 1073741824 1073778376 140733798251376 139841866016952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3156] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3156/stat : 3156 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664187 2780295168 197343 33554432000 1073741824 1073778376 140733798251376 139841864964600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3139/tid=3157] ppid=3137 vsize=2715132 CPUtime=0.27 cores=0,2,4,6
/proc/3139/task/3157/stat : 3157 (java) S 3137 3139 959 0 -1 4202560 99 0 0 0 10 17 0 0 20 0 19 0 341664187 2780295168 197343 33554432000 1073741824 1073778376 140733798251376 139841863912264 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3158] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3158/stat : 3158 (java) S 3137 3139 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341664298 2780295168 197343 33554432000 1073741824 1073778376 140733798251376 139841862858024 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.44
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 3290
/proc/meminfo: memFree=27021396/32873648 swapFree=7388/7388
[pid=3139] ppid=3137 vsize=2715132 CPUtime=1784.54 cores=0,2,4,6
/proc/3139/stat : 3139 (java) S 3137 3139 959 0 -1 4202496 12137 0 1 0 178379 75 0 0 20 0 19 0 341664180 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 140733798242512 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3139/statm: 678783 202975 2270 9 0 669476 0
[pid=3139/tid=3141] ppid=3137 vsize=2715132 CPUtime=1777.3 cores=0,2,4,6
/proc/3139/task/3141/stat : 3141 (java) R 3137 3139 959 0 -1 4202560 2939 0 1 0 177697 33 0 0 20 0 19 0 341664181 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139842024090912 139841870991601 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3142] ppid=3137 vsize=2715132 CPUtime=0.21 cores=0,2,4,6
/proc/3139/task/3142/stat : 3142 (java) S 3137 3139 959 0 -1 4202560 113 0 0 0 14 7 0 0 20 0 19 0 341664183 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139842008541864 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3143] ppid=3137 vsize=2715132 CPUtime=0.14 cores=0,2,4,6
/proc/3139/task/3143/stat : 3143 (java) S 3137 3139 959 0 -1 4202560 89 0 0 0 10 4 0 0 20 0 19 0 341664183 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139842007489320 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3144] ppid=3137 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/3139/task/3144/stat : 3144 (java) S 3137 3139 959 0 -1 4202560 106 0 0 0 13 5 0 0 20 0 19 0 341664183 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139842006436776 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3145] ppid=3137 vsize=2715132 CPUtime=0.23 cores=0,2,4,6
/proc/3139/task/3145/stat : 3145 (java) S 3137 3139 959 0 -1 4202560 140 0 0 0 14 9 0 0 20 0 19 0 341664183 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139842005384232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3146] ppid=3137 vsize=2715132 CPUtime=0.2 cores=0,2,4,6
/proc/3139/task/3146/stat : 3146 (java) S 3137 3139 959 0 -1 4202560 133 0 0 0 13 7 0 0 20 0 19 0 341664183 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139842004330664 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3139/tid=3147] ppid=3137 vsize=2715132 CPUtime=0.16 cores=0,2,4,6
/proc/3139/task/3147/stat : 3147 (java) S 3137 3139 959 0 -1 4202560 107 0 0 0 10 6 0 0 20 0 19 0 341664183 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139842003278120 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3148] ppid=3137 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/3139/task/3148/stat : 3148 (java) S 3137 3139 959 0 -1 4202560 125 0 0 0 11 7 0 0 20 0 19 0 341664183 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139842002225576 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3139/tid=3149] ppid=3137 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/3139/task/3149/stat : 3149 (java) S 3137 3139 959 0 -1 4202560 114 0 0 0 11 7 0 0 20 0 19 0 341664183 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139842001173032 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3150] ppid=3137 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/3139/task/3150/stat : 3150 (java) S 3137 3139 959 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 341664184 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139841988762216 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3151] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3151/stat : 3151 (java) S 3137 3139 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341664184 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139841870227064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3152] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3152/stat : 3152 (java) S 3137 3139 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341664184 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139841869174408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3153] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3153/stat : 3153 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664187 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139841868123152 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3154] ppid=3137 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/3139/task/3154/stat : 3154 (java) S 3137 3139 959 0 -1 4202560 3615 0 0 0 48 0 0 0 20 0 19 0 341664187 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139841867069496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3155] ppid=3137 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/3139/task/3155/stat : 3155 (java) S 3137 3139 959 0 -1 4202560 3341 0 0 0 59 0 0 0 20 0 19 0 341664187 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139841866016952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3156] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3156/stat : 3156 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664187 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139841864964600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3139/tid=3157] ppid=3137 vsize=2715132 CPUtime=0.28 cores=0,2,4,6
/proc/3139/task/3157/stat : 3157 (java) S 3137 3139 959 0 -1 4202560 103 0 0 0 11 17 0 0 20 0 19 0 341664187 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139841863912264 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3158] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3158/stat : 3158 (java) S 3137 3139 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341664298 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139841862858024 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.54
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 3290
/proc/meminfo: memFree=27021396/32873648 swapFree=7388/7388
[pid=3139] ppid=3137 vsize=2715132 CPUtime=1800.04 cores=0,2,4,6
/proc/3139/stat : 3139 (java) S 3137 3139 959 0 -1 4202496 12137 0 1 0 179929 75 0 0 20 0 19 0 341664180 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 140733798242512 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3139/statm: 678783 202975 2270 9 0 669476 0
[pid=3139/tid=3141] ppid=3137 vsize=2715132 CPUtime=1792.76 cores=0,2,4,6
/proc/3139/task/3141/stat : 3141 (java) R 3137 3139 959 0 -1 4202560 2939 0 1 0 179243 33 0 0 20 0 19 0 341664181 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139842024090912 139841870875429 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3142] ppid=3137 vsize=2715132 CPUtime=0.21 cores=0,2,4,6
/proc/3139/task/3142/stat : 3142 (java) S 3137 3139 959 0 -1 4202560 113 0 0 0 14 7 0 0 20 0 19 0 341664183 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139842008541864 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3143] ppid=3137 vsize=2715132 CPUtime=0.14 cores=0,2,4,6
/proc/3139/task/3143/stat : 3143 (java) S 3137 3139 959 0 -1 4202560 89 0 0 0 10 4 0 0 20 0 19 0 341664183 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139842007489320 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3144] ppid=3137 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/3139/task/3144/stat : 3144 (java) S 3137 3139 959 0 -1 4202560 106 0 0 0 13 5 0 0 20 0 19 0 341664183 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139842006436776 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3145] ppid=3137 vsize=2715132 CPUtime=0.23 cores=0,2,4,6
/proc/3139/task/3145/stat : 3145 (java) S 3137 3139 959 0 -1 4202560 140 0 0 0 14 9 0 0 20 0 19 0 341664183 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139842005384232 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3146] ppid=3137 vsize=2715132 CPUtime=0.2 cores=0,2,4,6
/proc/3139/task/3146/stat : 3146 (java) S 3137 3139 959 0 -1 4202560 133 0 0 0 13 7 0 0 20 0 19 0 341664183 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139842004330664 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3139/tid=3147] ppid=3137 vsize=2715132 CPUtime=0.16 cores=0,2,4,6
/proc/3139/task/3147/stat : 3147 (java) S 3137 3139 959 0 -1 4202560 107 0 0 0 10 6 0 0 20 0 19 0 341664183 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139842003278120 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3148] ppid=3137 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/3139/task/3148/stat : 3148 (java) S 3137 3139 959 0 -1 4202560 125 0 0 0 11 7 0 0 20 0 19 0 341664183 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139842002225576 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3139/tid=3149] ppid=3137 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/3139/task/3149/stat : 3149 (java) S 3137 3139 959 0 -1 4202560 114 0 0 0 11 7 0 0 20 0 19 0 341664183 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139842001173032 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3150] ppid=3137 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/3139/task/3150/stat : 3150 (java) S 3137 3139 959 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 341664184 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139841988762216 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3151] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3151/stat : 3151 (java) S 3137 3139 959 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341664184 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139841870227064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3152] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3152/stat : 3152 (java) S 3137 3139 959 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341664184 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139841869174408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3153] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3153/stat : 3153 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664187 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139841868123152 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3154] ppid=3137 vsize=2715132 CPUtime=0.48 cores=0,2,4,6
/proc/3139/task/3154/stat : 3154 (java) S 3137 3139 959 0 -1 4202560 3615 0 0 0 48 0 0 0 20 0 19 0 341664187 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139841867069496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3139/tid=3155] ppid=3137 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/3139/task/3155/stat : 3155 (java) S 3137 3139 959 0 -1 4202560 3341 0 0 0 59 0 0 0 20 0 19 0 341664187 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139841866016952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3156] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3156/stat : 3156 (java) S 3137 3139 959 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341664187 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139841864964600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3139/tid=3157] ppid=3137 vsize=2715132 CPUtime=0.28 cores=0,2,4,6
/proc/3139/task/3157/stat : 3157 (java) S 3137 3139 959 0 -1 4202560 103 0 0 0 11 17 0 0 20 0 19 0 341664187 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139841863912264 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3139/tid=3158] ppid=3137 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/3139/task/3158/stat : 3158 (java) S 3137 3139 959 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341664298 2780295168 202975 33554432000 1073741824 1073778376 140733798251376 139841862858024 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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

Child status: 143

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

Real time (s): 1797.82
CPU time (s): 1800.04
CPU user time (s): 1799.29
CPU system time (s): 0.75
CPU usage (%): 100.123
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.73
system time used= 1.15182
maximum resident set size= 812064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12179
page faults= 1
swaps= 0
block input operations= 40
block output operations= 1136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38309
involuntary context switches= 3156

runsolver used 6.11207 second user time and 13.101 second system time

The end

Launcher Data

Begin job on node148 at 2012-06-03 22:29:57
IDJOB=3735319
IDBENCH=2971
IDSOLVER=2322
FILE ID=node148/3735319-1338755397
RUNJOBID= node148-1338737846-977
PBS_JOBID= 14636767
Free space on /tmp= 71324 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=280-sizeP=141-sizeQ=280-254810631-max.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735319-1338755397/watcher-3735319-1338755397 -o /tmp/evaluation-result-3735319-1338755397/solver-3735319-1338755397 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3735319-1338755397.opb

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

MD5SUM BENCH= 9c4320f542823743906889d8232ca8c8
RANDOM SEED=916355631

node148.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.284
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.56
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.284
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.94
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.284
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.284
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.284
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.90
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.284
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.284
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
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.284
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27778940 kB
Buffers:          602824 kB
Cached:          2954736 kB
SwapCached:          628 kB
Active:          2057500 kB
Inactive:        2130212 kB
Active(anon):     619872 kB
Inactive(anon):    10660 kB
Active(file):    1437628 kB
Inactive(file):  2119552 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67107564 kB
Dirty:              6196 kB
Writeback:             0 kB
AnonPages:        636932 kB
Mapped:            18984 kB
Shmem:                36 kB
Slab:             767608 kB
SReclaimable:     211552 kB
SUnreclaim:       556056 kB
KernelStack:        1600 kB
PageTables:         5568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1518232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    606208 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= 71324 MiB
End job on node148 at 2012-06-03 22:59:57