Trace number 3744441

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1800.01 1791.86

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat70_4_22_5.opb
MD5SUM2c2d9ba6f4bdaebbae04c4ec95210420
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4494319
Best CPU time to get the best result obtained on this benchmark1800.14
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9940
Total number of constraints14846
Number of constraints which are clauses140
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints14700
Minimum length of a constraint2
Maximum length of a constraint2415
Number of terms in the objective function 9730
Biggest coefficient in the objective function 160103007
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 89969826346
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 160103007
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 89969826346
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.07/0.09	c version 2.1.1.v20090612
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version	1.6.0_24
0.07/0.09	c os.name	Linux
0.07/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.07/0.09	c os.arch	amd64
0.07/0.09	c Free memory 1299577560
0.07/0.09	c Max memory 1306394624
0.07/0.09	c Total memory 1306394624
0.07/0.09	c Number of processors 8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c MiniSAT restarts strategy
0.08/0.12	c Memory based learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3744441-1338812119.opb
0.08/0.12	c reading problem ... 
1.08/0.56	c ... done. Wall clock time 0.441s.
1.08/0.56	c #vars     9940
1.08/0.56	c #constraints  24648
1.08/0.56	c constraints type 
1.08/0.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.08/0.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 19390
1.08/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2625
1.08/0.56	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2486
611.18/606.42	c cleaning 244749 clauses out of 489501
840.46/834.10	c cleaning 158875 clauses out of 317753
1531.59/1523.44	c cleaning 202688 clauses out of 405379
1800.01/1791.82	c starts		: 21
1800.01/1791.82	c conflicts		: 915065
1800.01/1791.82	c decisions		: 964189
1800.01/1791.82	c propagations		: 253610953
1800.01/1791.82	c inspects		: 1715437964
1800.01/1791.82	c learnt literals	: 0
1800.01/1791.82	c learnt binary clauses	: 0
1800.01/1791.82	c learnt ternary clauses	: 3
1800.01/1791.82	c learnt clauses	: 915064
1800.01/1791.82	c ignored clauses	: 0
1800.01/1791.82	c root simplifications	: 0
1800.01/1791.82	c removed literals (reason simplification)	: 86703679
1800.01/1791.82	c reason swapping (by a shorter reason)	: 0
1800.01/1791.82	c Calls to reduceDB	: 3
1800.01/1791.82	c speed (assignments/second)	: 141582.90951478685
1800.01/1791.82	c non guided choices	73
1800.01/1791.85	c learnt constraints type 
1800.01/1791.85	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 308764
1800.01/1791.85	c constraints type 
1800.01/1791.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.01/1791.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 19390
1800.01/1791.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2625
1800.01/1791.85	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2486
1800.01/1791.85	s UNKNOWN
1800.01/1791.85	c Total wall clock time (in seconds): 1791.728

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-3744441-1338812119/watcher-3744441-1338812119 -o /tmp/evaluation-result-3744441-1338812119/solver-3744441-1338812119 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744441-1338812119.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.02 2.03 2.00 3/194 12150
/proc/meminfo: memFree=27275008/32873844 swapFree=7644/7644
[pid=12150] ppid=12148 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/12150/stat : 12150 (java6) R 12148 12150 10873 0 -1 4202496 252 0 0 0 0 0 0 0 20 0 1 0 347336292 9515008 184 33554432000 1073741824 1073778376 140734683516688 140734683507912 239237492151 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12150/statm: 2323 184 142 9 0 71 0

[startup+0.0943651 s]
/proc/loadavg: 2.02 2.03 2.00 3/194 12150
/proc/meminfo: memFree=27275008/32873844 swapFree=7644/7644
[pid=12150] ppid=12148 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/12150/stat : 12150 (java) S 12148 12150 10873 0 -1 4202496 3865 0 1 0 6 1 0 0 20 0 18 0 347336292 2712133632 5583 33554432000 1073741824 1073778376 140737101142752 140737101133888 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12150/statm: 662142 5583 1773 9 0 652835 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2648568

[startup+0.101332 s]
/proc/loadavg: 2.02 2.03 2.00 3/194 12150
/proc/meminfo: memFree=27275008/32873844 swapFree=7644/7644
[pid=12150] ppid=12148 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/12150/stat : 12150 (java) S 12148 12150 10873 0 -1 4202496 4264 0 1 0 7 1 0 0 20 0 18 0 347336292 2712133632 5982 33554432000 1073741824 1073778376 140737101142752 140737101133888 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12150/statm: 662142 5985 2042 9 0 652835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2648568

[startup+0.300163 s]
/proc/loadavg: 2.02 2.03 2.00 3/194 12150
/proc/meminfo: memFree=27275008/32873844 swapFree=7644/7644
[pid=12150] ppid=12148 vsize=2648568 CPUtime=0.48 cores=0,2,4,6
/proc/12150/stat : 12150 (java) S 12148 12150 10873 0 -1 4202496 6162 0 1 0 47 1 0 0 20 0 18 0 347336292 2712133632 10368 33554432000 1073741824 1073778376 140737101142752 140737101133888 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12150/statm: 662142 10368 2218 9 0 652835 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 2648568

[startup+0.700167 s]
/proc/loadavg: 2.02 2.03 2.00 3/194 12150
/proc/meminfo: memFree=27275008/32873844 swapFree=7644/7644
[pid=12150] ppid=12148 vsize=2715132 CPUtime=1.59 cores=0,2,4,6
/proc/12150/stat : 12150 (java) S 12148 12150 10873 0 -1 4202496 15709 0 1 0 156 3 0 0 20 0 19 0 347336292 2780295168 26661 33554432000 1073741824 1073778376 140737101142752 140737101133888 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12150/statm: 678783 26661 2255 9 0 669476 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 2715132

[startup+1.50076 s]
/proc/loadavg: 2.02 2.03 2.00 3/213 12169
/proc/meminfo: memFree=27133896/32873844 swapFree=7644/7644
[pid=12150] ppid=12148 vsize=2715132 CPUtime=2.68 cores=0,2,4,6
/proc/12150/stat : 12150 (java) S 12148 12150 10873 0 -1 4202496 16277 0 1 0 262 6 0 0 20 0 19 0 347336292 2780295168 71210 33554432000 1073741824 1073778376 140737101142752 140737101133888 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12150/statm: 678783 71210 2260 9 0 669476 0
[pid=12150/tid=12152] ppid=12148 vsize=2715132 CPUtime=1.45 cores=0,2,4,6
/proc/12150/task/12152/stat : 12152 (java) R 12148 12150 10873 0 -1 4202560 2876 0 1 0 141 4 0 0 20 0 19 0 347336293 2780295168 71210 33554432000 1073741824 1073778376 140737101142752 139938187596424 139938038186137 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12150/tid=12153] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12153/stat : 12153 (java) S 12148 12150 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347336295 2780295168 71210 33554432000 1073741824 1073778376 140737101142752 139938172045608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12154] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12154/stat : 12154 (java) S 12148 12150 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347336295 2780295168 71210 33554432000 1073741824 1073778376 140737101142752 139938170992808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12150/tid=12155] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12155/stat : 12155 (java) S 12148 12150 10873 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 347336295 2780295168 71210 33554432000 1073741824 1073778376 140737101142752 139938169940520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12150/tid=12156] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12156/stat : 12156 (java) S 12148 12150 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347336295 2780295168 71210 33554432000 1073741824 1073778376 140737101142752 139938168887720 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12150/tid=12157] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12157/stat : 12157 (java) S 12148 12150 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347336295 2780295168 71210 33554432000 1073741824 1073778376 140737101142752 139938167835432 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12158] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12158/stat : 12158 (java) S 12148 12150 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347336295 2780295168 71210 33554432000 1073741824 1073778376 140737101142752 139938166782632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12150/tid=12159] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12159/stat : 12159 (java) S 12148 12150 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347336295 2780295168 71210 33554432000 1073741824 1073778376 140737101142752 139938165730344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12160] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12160/stat : 12160 (java) S 12148 12150 10873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 347336295 2780295168 71210 33554432000 1073741824 1073778376 140737101142752 139938164677544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12161] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12161/stat : 12161 (java) S 12148 12150 10873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 347336296 2780295168 71210 33554432000 1073741824 1073778376 140737101142752 139938034071784 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12162] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12162/stat : 12162 (java) S 12148 12150 10873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 347336297 2780295168 71210 33554432000 1073741824 1073778376 140737101142752 139938033017848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12163] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12163/stat : 12163 (java) S 12148 12150 10873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347336297 2780295168 71210 33554432000 1073741824 1073778376 140737101142752 139938031965448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12164] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12164/stat : 12164 (java) S 12148 12150 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347336299 2780295168 71210 33554432000 1073741824 1073778376 140737101142752 139938030913936 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12165] ppid=12148 vsize=2715132 CPUtime=0.62 cores=0,2,4,6
/proc/12150/task/12165/stat : 12165 (java) S 12148 12150 10873 0 -1 4202560 5256 0 0 0 61 1 0 0 20 0 19 0 347336299 2780295168 71210 33554432000 1073741824 1073778376 140737101142752 139938029861560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12166] ppid=12148 vsize=2715132 CPUtime=0.56 cores=0,2,4,6
/proc/12150/task/12166/stat : 12166 (java) S 12148 12150 10873 0 -1 4202560 6943 0 0 0 56 0 0 0 20 0 19 0 347336299 2780295168 71210 33554432000 1073741824 1073778376 140737101142752 139938028808760 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12150/tid=12167] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12167/stat : 12167 (java) S 12148 12150 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347336299 2780295168 71210 33554432000 1073741824 1073778376 140737101142752 139938027756664 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12150/tid=12168] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12168/stat : 12168 (java) S 12148 12150 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347336299 2780295168 71210 33554432000 1073741824 1073778376 140737101142752 139938026704072 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12150/tid=12169] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12169/stat : 12169 (java) S 12148 12150 10873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347336362 2780295168 71210 33554432000 1073741824 1073778376 140737101142752 139938025649064 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 2715132

[startup+3.10076 s]
/proc/loadavg: 2.02 2.03 2.00 3/213 12169
/proc/meminfo: memFree=26897756/32873844 swapFree=7644/7644
[pid=12150] ppid=12148 vsize=2715132 CPUtime=4.35 cores=0,2,4,6
/proc/12150/stat : 12150 (java) S 12148 12150 10873 0 -1 4202496 16356 0 1 0 427 8 0 0 20 0 19 0 347336292 2780295168 96318 33554432000 1073741824 1073778376 140737101142752 140737101133888 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12150/statm: 678783 96318 2273 9 0 669476 0
[pid=12150/tid=12152] ppid=12148 vsize=2715132 CPUtime=3.04 cores=0,2,4,6
/proc/12150/task/12152/stat : 12152 (java) R 12148 12150 10873 0 -1 4202560 2925 0 1 0 299 5 0 0 20 0 19 0 347336293 2780295168 96318 33554432000 1073741824 1073778376 140737101142752 139938187596504 139938038096112 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12150/tid=12153] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12153/stat : 12153 (java) S 12148 12150 10873 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 347336295 2780295168 96318 33554432000 1073741824 1073778376 140737101142752 139938172045608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12154] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12154/stat : 12154 (java) S 12148 12150 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347336295 2780295168 96318 33554432000 1073741824 1073778376 140737101142752 139938170992808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12150/tid=12155] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12155/stat : 12155 (java) S 12148 12150 10873 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 347336295 2780295168 96318 33554432000 1073741824 1073778376 140737101142752 139938169940520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12150/tid=12156] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12156/stat : 12156 (java) S 12148 12150 10873 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 347336295 2780295168 96318 33554432000 1073741824 1073778376 140737101142752 139938168887720 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12157] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12157/stat : 12157 (java) S 12148 12150 10873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 347336295 2780295168 96318 33554432000 1073741824 1073778376 140737101142752 139938167835432 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12150/tid=12158] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12158/stat : 12158 (java) S 12148 12150 10873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 347336295 2780295168 96318 33554432000 1073741824 1073778376 140737101142752 139938166782632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12150/tid=12159] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12159/stat : 12159 (java) S 12148 12150 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347336295 2780295168 96318 33554432000 1073741824 1073778376 140737101142752 139938165730344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12150/tid=12160] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12160/stat : 12160 (java) S 12148 12150 10873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 347336295 2780295168 96318 33554432000 1073741824 1073778376 140737101142752 139938164677544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12161] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12161/stat : 12161 (java) S 12148 12150 10873 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 347336296 2780295168 96318 33554432000 1073741824 1073778376 140737101142752 139938034071784 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12150/tid=12162] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12162/stat : 12162 (java) S 12148 12150 10873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347336297 2780295168 96318 33554432000 1073741824 1073778376 140737101142752 139938033017848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12163] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12163/stat : 12163 (java) S 12148 12150 10873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347336297 2780295168 96318 33554432000 1073741824 1073778376 140737101142752 139938031965448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12164] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12164/stat : 12164 (java) S 12148 12150 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347336299 2780295168 96318 33554432000 1073741824 1073778376 140737101142752 139938030913936 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12165] ppid=12148 vsize=2715132 CPUtime=0.66 cores=0,2,4,6
/proc/12150/task/12165/stat : 12165 (java) S 12148 12150 10873 0 -1 4202560 5256 0 0 0 65 1 0 0 20 0 19 0 347336299 2780295168 96318 33554432000 1073741824 1073778376 140737101142752 139938029861560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12166] ppid=12148 vsize=2715132 CPUtime=0.56 cores=0,2,4,6
/proc/12150/task/12166/stat : 12166 (java) S 12148 12150 10873 0 -1 4202560 6943 0 0 0 56 0 0 0 20 0 19 0 347336299 2780295168 96318 33554432000 1073741824 1073778376 140737101142752 139938028808760 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12150/tid=12167] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12167/stat : 12167 (java) S 12148 12150 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347336299 2780295168 96318 33554432000 1073741824 1073778376 140737101142752 139938027756664 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12150/tid=12168] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12168/stat : 12168 (java) S 12148 12150 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347336299 2780295168 96318 33554432000 1073741824 1073778376 140737101142752 139938026704072 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12150/tid=12169] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12169/stat : 12169 (java) S 12148 12150 10873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347336362 2780295168 96318 33554432000 1073741824 1073778376 140737101142752 139938025649064 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 2715132

[startup+6.30076 s]
/proc/loadavg: 2.02 2.03 2.00 3/213 12169
/proc/meminfo: memFree=26889128/32873844 swapFree=7644/7644
[pid=12150] ppid=12148 vsize=2715132 CPUtime=7.58 cores=0,2,4,6
/proc/12150/stat : 12150 (java) S 12148 12150 10873 0 -1 4202496 16371 0 1 0 750 8 0 0 20 0 19 0 347336292 2780295168 98309 33554432000 1073741824 1073778376 140737101142752 140737101133888 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12150/statm: 678783 98309 2273 9 0 669476 0
[pid=12150/tid=12152] ppid=12148 vsize=2715132 CPUtime=6.21 cores=0,2,4,6
/proc/12150/task/12152/stat : 12152 (java) R 12148 12150 10873 0 -1 4202560 2927 0 1 0 616 5 0 0 20 0 19 0 347336293 2780295168 98309 33554432000 1073741824 1073778376 140737101142752 139938187596248 139938037685999 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12150/tid=12153] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12153/stat : 12153 (java) S 12148 12150 10873 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 347336295 2780295168 98309 33554432000 1073741824 1073778376 140737101142752 139938172045608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12150/tid=12154] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12154/stat : 12154 (java) S 12148 12150 10873 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 347336295 2780295168 98309 33554432000 1073741824 1073778376 140737101142752 139938170992808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12150/tid=12155] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12155/stat : 12155 (java) S 12148 12150 10873 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 347336295 2780295168 98309 33554432000 1073741824 1073778376 140737101142752 139938169940520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12150/tid=12156] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12156/stat : 12156 (java) S 12148 12150 10873 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 347336295 2780295168 98309 33554432000 1073741824 1073778376 140737101142752 139938168887720 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12150/tid=12157] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12157/stat : 12157 (java) S 12148 12150 10873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347336295 2780295168 98309 33554432000 1073741824 1073778376 140737101142752 139938167835432 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12150/tid=12158] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12158/stat : 12158 (java) S 12148 12150 10873 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 347336295 2780295168 98309 33554432000 1073741824 1073778376 140737101142752 139938166782632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12150/tid=12159] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12159/stat : 12159 (java) S 12148 12150 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347336295 2780295168 98309 33554432000 1073741824 1073778376 140737101142752 139938165730344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12150/tid=12160] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12160/stat : 12160 (java) S 12148 12150 10873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347336295 2780295168 98309 33554432000 1073741824 1073778376 140737101142752 139938164677544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12161] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12161/stat : 12161 (java) S 12148 12150 10873 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 347336296 2780295168 98309 33554432000 1073741824 1073778376 140737101142752 139938034071784 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12150/tid=12162] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12162/stat : 12162 (java) S 12148 12150 10873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347336297 2780295168 98309 33554432000 1073741824 1073778376 140737101142752 139938033017848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12163] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12163/stat : 12163 (java) S 12148 12150 10873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347336297 2780295168 98309 33554432000 1073741824 1073778376 140737101142752 139938031965448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12164] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12164/stat : 12164 (java) S 12148 12150 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347336299 2780295168 98309 33554432000 1073741824 1073778376 140737101142752 139938030913936 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12165] ppid=12148 vsize=2715132 CPUtime=0.66 cores=0,2,4,6
/proc/12150/task/12165/stat : 12165 (java) S 12148 12150 10873 0 -1 4202560 5256 0 0 0 65 1 0 0 20 0 19 0 347336299 2780295168 98309 33554432000 1073741824 1073778376 140737101142752 139938029861560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12166] ppid=12148 vsize=2715132 CPUtime=0.56 cores=0,2,4,6
/proc/12150/task/12166/stat : 12166 (java) S 12148 12150 10873 0 -1 4202560 6943 0 0 0 56 0 0 0 20 0 19 0 347336299 2780295168 98309 33554432000 1073741824 1073778376 140737101142752 139938028808760 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12150/tid=12167] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12167/stat : 12167 (java) S 12148 12150 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347336299 2780295168 98309 33554432000 1073741824 1073778376 140737101142752 139938027756664 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12150/tid=12168] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12168/stat : 12168 (java) S 12148 12150 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347336299 2780295168 98309 33554432000 1073741824 1073778376 140737101142752 139938026704072 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12150/tid=12169] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12169/stat : 12169 (java) S 12148 12150 10873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347336362 2780295168 98309 33554432000 1073741824 1073778376 140737101142752 139938025649064 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.58
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]

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

[pid=12150/tid=12165] ppid=12148 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/12150/task/12165/stat : 12165 (java) S 12148 12150 10873 0 -1 4202560 5259 0 0 0 72 2 0 0 20 0 19 0 347336299 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938029861560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12150/tid=12166] ppid=12148 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/12150/task/12166/stat : 12166 (java) S 12148 12150 10873 0 -1 4202560 6951 0 0 0 65 0 0 0 20 0 19 0 347336299 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938028808760 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12150/tid=12167] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12167/stat : 12167 (java) S 12148 12150 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347336299 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938027756664 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12150/tid=12168] ppid=12148 vsize=2715132 CPUtime=0.49 cores=0,2,4,6
/proc/12150/task/12168/stat : 12168 (java) S 12148 12150 10873 0 -1 4202560 97 0 0 0 24 25 0 0 20 0 19 0 347336299 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938026704072 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12150/tid=12169] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12169/stat : 12169 (java) S 12148 12150 10873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347336362 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938025649064 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1670.48
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 12244
/proc/meminfo: memFree=25784316/32873844 swapFree=7644/7644
[pid=12150] ppid=12148 vsize=2715132 CPUtime=1730.49 cores=0,2,4,6
/proc/12150/stat : 12150 (java) S 12148 12150 10873 0 -1 4202496 18741 0 1 0 172917 132 0 0 20 0 19 0 347336292 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 140737101133888 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12150/statm: 678783 345321 2286 9 0 669476 0
[pid=12150/tid=12152] ppid=12148 vsize=2715132 CPUtime=1713.65 cores=0,2,4,6
/proc/12150/task/12152/stat : 12152 (java) R 12148 12150 10873 0 -1 4202560 3155 0 1 0 171331 34 0 0 20 0 19 0 347336293 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938187596064 139938038133197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12150/tid=12153] ppid=12148 vsize=2715132 CPUtime=1.15 cores=0,2,4,6
/proc/12150/task/12153/stat : 12153 (java) S 12148 12150 10873 0 -1 4202560 326 0 0 0 102 13 0 0 20 0 19 0 347336295 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938172045608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12150/tid=12154] ppid=12148 vsize=2715132 CPUtime=1.25 cores=0,2,4,6
/proc/12150/task/12154/stat : 12154 (java) S 12148 12150 10873 0 -1 4202560 268 0 0 0 110 15 0 0 20 0 19 0 347336295 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938170992808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12150/tid=12155] ppid=12148 vsize=2715132 CPUtime=1.15 cores=0,2,4,6
/proc/12150/task/12155/stat : 12155 (java) S 12148 12150 10873 0 -1 4202560 247 0 0 0 102 13 0 0 20 0 19 0 347336295 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938169940520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12150/tid=12156] ppid=12148 vsize=2715132 CPUtime=1.18 cores=0,2,4,6
/proc/12150/task/12156/stat : 12156 (java) S 12148 12150 10873 0 -1 4202560 227 0 0 0 107 11 0 0 20 0 19 0 347336295 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938168887720 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12150/tid=12157] ppid=12148 vsize=2715132 CPUtime=1.15 cores=0,2,4,6
/proc/12150/task/12157/stat : 12157 (java) S 12148 12150 10873 0 -1 4202560 232 0 0 0 105 10 0 0 20 0 19 0 347336295 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938167835432 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12158] ppid=12148 vsize=2715132 CPUtime=1.17 cores=0,2,4,6
/proc/12150/task/12158/stat : 12158 (java) S 12148 12150 10873 0 -1 4202560 265 0 0 0 102 15 0 0 20 0 19 0 347336295 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938166782632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12159] ppid=12148 vsize=2715132 CPUtime=1.16 cores=0,2,4,6
/proc/12150/task/12159/stat : 12159 (java) S 12148 12150 10873 0 -1 4202560 242 0 0 0 103 13 0 0 20 0 19 0 347336295 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938165730344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12150/tid=12160] ppid=12148 vsize=2715132 CPUtime=1.12 cores=0,2,4,6
/proc/12150/task/12160/stat : 12160 (java) S 12148 12150 10873 0 -1 4202560 204 0 0 0 101 11 0 0 20 0 19 0 347336295 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938164677544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12161] ppid=12148 vsize=2715132 CPUtime=1.36 cores=0,2,4,6
/proc/12150/task/12161/stat : 12161 (java) S 12148 12150 10873 0 -1 4202560 79 0 0 0 135 1 0 0 20 0 19 0 347336296 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938034071784 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12150/tid=12162] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12162/stat : 12162 (java) S 12148 12150 10873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347336297 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938033017848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12163] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12163/stat : 12163 (java) S 12148 12150 10873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347336297 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938031965448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12164] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12164/stat : 12164 (java) S 12148 12150 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347336299 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938030913936 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12165] ppid=12148 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/12150/task/12165/stat : 12165 (java) S 12148 12150 10873 0 -1 4202560 5259 0 0 0 72 2 0 0 20 0 19 0 347336299 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938029861560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12150/tid=12166] ppid=12148 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/12150/task/12166/stat : 12166 (java) S 12148 12150 10873 0 -1 4202560 6951 0 0 0 65 0 0 0 20 0 19 0 347336299 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938028808760 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12150/tid=12167] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12167/stat : 12167 (java) S 12148 12150 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347336299 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938027756664 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12150/tid=12168] ppid=12148 vsize=2715132 CPUtime=0.51 cores=0,2,4,6
/proc/12150/task/12168/stat : 12168 (java) S 12148 12150 10873 0 -1 4202560 99 0 0 0 25 26 0 0 20 0 19 0 347336299 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938026704072 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12150/tid=12169] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12169/stat : 12169 (java) S 12148 12150 10873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347336362 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938025649064 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1730.49
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 12244
/proc/meminfo: memFree=25654920/32873844 swapFree=7644/7644
[pid=12150] ppid=12148 vsize=2715132 CPUtime=1790.5 cores=0,2,4,6
/proc/12150/stat : 12150 (java) S 12148 12150 10873 0 -1 4202496 18745 0 1 0 178917 133 0 0 20 0 19 0 347336292 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 140737101133888 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12150/statm: 678783 345321 2286 9 0 669476 0
[pid=12150/tid=12152] ppid=12148 vsize=2715132 CPUtime=1773.49 cores=0,2,4,6
/proc/12150/task/12152/stat : 12152 (java) R 12148 12150 10873 0 -1 4202560 3155 0 1 0 177315 34 0 0 20 0 19 0 347336293 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938187596064 139938038133189 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12150/tid=12153] ppid=12148 vsize=2715132 CPUtime=1.15 cores=0,2,4,6
/proc/12150/task/12153/stat : 12153 (java) S 12148 12150 10873 0 -1 4202560 326 0 0 0 102 13 0 0 20 0 19 0 347336295 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938172045608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12150/tid=12154] ppid=12148 vsize=2715132 CPUtime=1.25 cores=0,2,4,6
/proc/12150/task/12154/stat : 12154 (java) S 12148 12150 10873 0 -1 4202560 268 0 0 0 110 15 0 0 20 0 19 0 347336295 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938170992808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12150/tid=12155] ppid=12148 vsize=2715132 CPUtime=1.15 cores=0,2,4,6
/proc/12150/task/12155/stat : 12155 (java) S 12148 12150 10873 0 -1 4202560 247 0 0 0 102 13 0 0 20 0 19 0 347336295 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938169940520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12150/tid=12156] ppid=12148 vsize=2715132 CPUtime=1.18 cores=0,2,4,6
/proc/12150/task/12156/stat : 12156 (java) S 12148 12150 10873 0 -1 4202560 227 0 0 0 107 11 0 0 20 0 19 0 347336295 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938168887720 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12150/tid=12157] ppid=12148 vsize=2715132 CPUtime=1.15 cores=0,2,4,6
/proc/12150/task/12157/stat : 12157 (java) S 12148 12150 10873 0 -1 4202560 232 0 0 0 105 10 0 0 20 0 19 0 347336295 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938167835432 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12158] ppid=12148 vsize=2715132 CPUtime=1.17 cores=0,2,4,6
/proc/12150/task/12158/stat : 12158 (java) S 12148 12150 10873 0 -1 4202560 265 0 0 0 102 15 0 0 20 0 19 0 347336295 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938166782632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12159] ppid=12148 vsize=2715132 CPUtime=1.16 cores=0,2,4,6
/proc/12150/task/12159/stat : 12159 (java) S 12148 12150 10873 0 -1 4202560 242 0 0 0 103 13 0 0 20 0 19 0 347336295 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938165730344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12150/tid=12160] ppid=12148 vsize=2715132 CPUtime=1.12 cores=0,2,4,6
/proc/12150/task/12160/stat : 12160 (java) S 12148 12150 10873 0 -1 4202560 204 0 0 0 101 11 0 0 20 0 19 0 347336295 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938164677544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12161] ppid=12148 vsize=2715132 CPUtime=1.36 cores=0,2,4,6
/proc/12150/task/12161/stat : 12161 (java) S 12148 12150 10873 0 -1 4202560 79 0 0 0 135 1 0 0 20 0 19 0 347336296 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938034071784 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12150/tid=12162] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12162/stat : 12162 (java) S 12148 12150 10873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347336297 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938033017848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12163] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12163/stat : 12163 (java) S 12148 12150 10873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347336297 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938031965448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12164] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12164/stat : 12164 (java) S 12148 12150 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347336299 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938030913936 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12165] ppid=12148 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/12150/task/12165/stat : 12165 (java) S 12148 12150 10873 0 -1 4202560 5259 0 0 0 72 2 0 0 20 0 19 0 347336299 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938029861560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12150/tid=12166] ppid=12148 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/12150/task/12166/stat : 12166 (java) S 12148 12150 10873 0 -1 4202560 6951 0 0 0 65 0 0 0 20 0 19 0 347336299 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938028808760 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12150/tid=12167] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12167/stat : 12167 (java) S 12148 12150 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347336299 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938027756664 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12150/tid=12168] ppid=12148 vsize=2715132 CPUtime=0.53 cores=0,2,4,6
/proc/12150/task/12168/stat : 12168 (java) S 12148 12150 10873 0 -1 4202560 103 0 0 0 26 27 0 0 20 0 19 0 347336299 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938026704072 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12150/tid=12169] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12169/stat : 12169 (java) S 12148 12150 10873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347336362 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938025649064 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1790.5
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 12244
/proc/meminfo: memFree=25654920/32873844 swapFree=7644/7644
[pid=12150] ppid=12148 vsize=2715132 CPUtime=1800.01 cores=0,2,4,6
/proc/12150/stat : 12150 (java) S 12148 12150 10873 0 -1 4202496 18745 0 1 0 179868 133 0 0 20 0 19 0 347336292 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 140737101133888 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12150/statm: 678783 345321 2286 9 0 669476 0
[pid=12150/tid=12152] ppid=12148 vsize=2715132 CPUtime=1782.98 cores=0,2,4,6
/proc/12150/task/12152/stat : 12152 (java) R 12148 12150 10873 0 -1 4202560 3155 0 1 0 178263 35 0 0 20 0 19 0 347336293 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938187596064 139938037815756 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12150/tid=12153] ppid=12148 vsize=2715132 CPUtime=1.15 cores=0,2,4,6
/proc/12150/task/12153/stat : 12153 (java) S 12148 12150 10873 0 -1 4202560 326 0 0 0 102 13 0 0 20 0 19 0 347336295 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938172045608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12150/tid=12154] ppid=12148 vsize=2715132 CPUtime=1.25 cores=0,2,4,6
/proc/12150/task/12154/stat : 12154 (java) S 12148 12150 10873 0 -1 4202560 268 0 0 0 110 15 0 0 20 0 19 0 347336295 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938170992808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12150/tid=12155] ppid=12148 vsize=2715132 CPUtime=1.15 cores=0,2,4,6
/proc/12150/task/12155/stat : 12155 (java) S 12148 12150 10873 0 -1 4202560 247 0 0 0 102 13 0 0 20 0 19 0 347336295 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938169940520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12150/tid=12156] ppid=12148 vsize=2715132 CPUtime=1.18 cores=0,2,4,6
/proc/12150/task/12156/stat : 12156 (java) S 12148 12150 10873 0 -1 4202560 227 0 0 0 107 11 0 0 20 0 19 0 347336295 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938168887720 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12150/tid=12157] ppid=12148 vsize=2715132 CPUtime=1.15 cores=0,2,4,6
/proc/12150/task/12157/stat : 12157 (java) S 12148 12150 10873 0 -1 4202560 232 0 0 0 105 10 0 0 20 0 19 0 347336295 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938167835432 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12158] ppid=12148 vsize=2715132 CPUtime=1.17 cores=0,2,4,6
/proc/12150/task/12158/stat : 12158 (java) S 12148 12150 10873 0 -1 4202560 265 0 0 0 102 15 0 0 20 0 19 0 347336295 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938166782632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12159] ppid=12148 vsize=2715132 CPUtime=1.16 cores=0,2,4,6
/proc/12150/task/12159/stat : 12159 (java) S 12148 12150 10873 0 -1 4202560 242 0 0 0 103 13 0 0 20 0 19 0 347336295 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938165730344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12150/tid=12160] ppid=12148 vsize=2715132 CPUtime=1.12 cores=0,2,4,6
/proc/12150/task/12160/stat : 12160 (java) S 12148 12150 10873 0 -1 4202560 204 0 0 0 101 11 0 0 20 0 19 0 347336295 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938164677544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12161] ppid=12148 vsize=2715132 CPUtime=1.36 cores=0,2,4,6
/proc/12150/task/12161/stat : 12161 (java) S 12148 12150 10873 0 -1 4202560 79 0 0 0 135 1 0 0 20 0 19 0 347336296 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938034071784 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12150/tid=12162] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12162/stat : 12162 (java) S 12148 12150 10873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347336297 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938033017848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12163] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12163/stat : 12163 (java) S 12148 12150 10873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347336297 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938031965448 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12164] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12164/stat : 12164 (java) S 12148 12150 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347336299 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938030913936 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12150/tid=12165] ppid=12148 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/12150/task/12165/stat : 12165 (java) S 12148 12150 10873 0 -1 4202560 5259 0 0 0 72 2 0 0 20 0 19 0 347336299 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938029861560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12150/tid=12166] ppid=12148 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/12150/task/12166/stat : 12166 (java) S 12148 12150 10873 0 -1 4202560 6951 0 0 0 65 0 0 0 20 0 19 0 347336299 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938028808760 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12150/tid=12167] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12167/stat : 12167 (java) S 12148 12150 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347336299 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938027756664 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12150/tid=12168] ppid=12148 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/12150/task/12168/stat : 12168 (java) S 12148 12150 10873 0 -1 4202560 103 0 0 0 27 27 0 0 20 0 19 0 347336299 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938026704072 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12150/tid=12169] ppid=12148 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/12150/task/12169/stat : 12169 (java) S 12148 12150 10873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347336362 2780295168 345321 33554432000 1073741824 1073778376 140737101142752 139938025649064 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 12150 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=160246
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=802725
# CPU time returned by wait4() is 1795.96
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1791.86
CPU time (s): 1800.01
CPU user time (s): 1798.68
CPU system time (s): 1.33
CPU usage (%): 100.455
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.16
system time used= 1.80272
maximum resident set size= 1381472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18796
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44489
involuntary context switches= 28899

runsolver used 6.08007 second user time and 14.0539 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-04 14:15:19
IDJOB=3744441
IDBENCH=92753
IDSOLVER=2322
FILE ID=node147/3744441-1338812119
RUNJOBID= node147-1338797580-10889
PBS_JOBID= 14636862
Free space on /tmp= 70784 MiB

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

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

MD5SUM BENCH= 2c2d9ba6f4bdaebbae04c4ec95210420
RANDOM SEED=136196367

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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	: 5333.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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:       32873844 kB
MemFree:        27275380 kB
Buffers:         1171660 kB
Cached:          2698536 kB
SwapCached:         3380 kB
Active:          3058644 kB
Inactive:        1655672 kB
Active(anon):     835556 kB
Inactive(anon):     5904 kB
Active(file):    2223088 kB
Inactive(file):  1649768 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:              1080 kB
Writeback:             0 kB
AnonPages:        858112 kB
Mapped:            17648 kB
Shmem:                 0 kB
Slab:             729056 kB
SReclaimable:     169688 kB
SUnreclaim:       559368 kB
KernelStack:        1608 kB
PageTables:         5496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1519608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    815104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70760 MiB
End job on node147 at 2012-06-04 14:45:13