Trace number 3733658

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 1798.45

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-65-60.opb
MD5SUM6f6d5bf9df98767681bd16885050de4b
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.069988
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3900
Total number of constraints125
Number of constraints which are clauses65
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint65
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 66
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.06/0.10	c version 2.1.1.v20090612
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version	1.6.0_24
0.06/0.10	c os.name	Linux
0.06/0.10	c os.version	2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch	amd64
0.06/0.10	c Free memory 1299577560
0.06/0.10	c Max memory 1306394624
0.06/0.10	c Total memory 1306394624
0.06/0.10	c Number of processors 8
0.06/0.13	c Pseudo Boolean Optimization
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c MiniSAT restarts strategy
0.06/0.13	c Memory based learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-3733658-1338749659.opb
0.06/0.13	c reading problem ... 
0.23/0.27	c ... done. Wall clock time 0.138s.
0.23/0.27	c #vars     3900
0.23/0.27	c #constraints  125
0.23/0.27	c constraints type 
0.23/0.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
0.23/0.27	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 65
485.44/483.74	c cleaning 80749 clauses out of 161500
691.24/689.50	c cleaning 60116 clauses out of 120252
916.28/914.62	c cleaning 55807 clauses out of 111635
1154.47/1152.87	c cleaning 49407 clauses out of 98828
1403.75/1402.13	c cleaning 50205 clauses out of 100423
1639.42/1637.84	c cleaning 45602 clauses out of 91217
1800.00/1798.42	c starts		: 19
1800.00/1798.42	c conflicts		: 411876
1800.00/1798.42	c decisions		: 532160
1800.00/1798.42	c propagations		: 32258772
1800.00/1798.42	c inspects		: 2056450465
1800.00/1798.42	c learnt literals	: 0
1800.00/1798.42	c learnt binary clauses	: 0
1800.00/1798.42	c learnt ternary clauses	: 0
1800.00/1798.42	c learnt clauses	: 411876
1800.00/1798.42	c ignored clauses	: 0
1800.00/1798.42	c root simplifications	: 0
1800.00/1798.42	c removed literals (reason simplification)	: 26246087
1800.00/1798.42	c reason swapping (by a shorter reason)	: 0
1800.00/1798.42	c Calls to reduceDB	: 6
1800.00/1798.42	c speed (assignments/second)	: 17939.99993326467
1800.00/1798.42	c non guided choices	1771
1800.00/1798.44	c learnt constraints type 
1800.00/1798.44	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 69992
1800.00/1798.44	c constraints type 
1800.00/1798.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
1800.00/1798.44	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 65
1800.00/1798.44	s UNKNOWN
1800.00/1798.44	c Total wall clock time (in seconds): 1798.314

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

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

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


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.99 1/170 26011
/proc/meminfo: memFree=28746804/32873844 swapFree=6872/6872
[pid=26011] ppid=26009 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/26011/stat : 26011 (java6) D 26009 26011 25981 0 -1 4202496 242 0 0 0 0 0 0 0 20 0 1 0 341094436 9515008 176 33554432000 1073741824 1073778376 140735297586560 140735297569288 270118241168 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/26011/statm: 2323 176 133 9 0 71 0

[startup+0.0665609 s]
/proc/loadavg: 1.84 1.97 1.99 1/170 26011
/proc/meminfo: memFree=28746804/32873844 swapFree=6872/6872
[pid=26011] ppid=26009 vsize=2315716 CPUtime=0.03 cores=0,2,4,6
/proc/26011/stat : 26011 (java) S 26009 26011 25981 0 -1 4202496 3700 0 4 0 2 1 0 0 20 0 13 0 341094436 2371293184 4910 33554432000 1073741824 1073778376 140737233425504 140737233416640 270121599037 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26011/statm: 578929 4910 1709 9 0 569630 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2315716

[startup+0.100342 s]
/proc/loadavg: 1.84 1.97 1.99 1/170 26011
/proc/meminfo: memFree=28746804/32873844 swapFree=6872/6872
[pid=26011] ppid=26009 vsize=2648568 CPUtime=0.06 cores=0,2,4,6
/proc/26011/stat : 26011 (java) S 26009 26011 25981 0 -1 4202496 3862 0 4 0 5 1 0 0 20 0 18 0 341094436 2712133632 5583 33554432000 1073741824 1073778376 140737233425504 140737233416640 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26011/statm: 662142 5583 1773 9 0 652835 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2648568

[startup+0.30025 s]
/proc/loadavg: 1.84 1.97 1.99 1/170 26011
/proc/meminfo: memFree=28746804/32873844 swapFree=6872/6872
[pid=26011] ppid=26009 vsize=2715132 CPUtime=0.44 cores=0,2,4,6
/proc/26011/stat : 26011 (java) S 26009 26011 25981 0 -1 4202496 6264 0 4 0 42 2 0 0 20 0 19 0 341094436 2780295168 9358 33554432000 1073741824 1073778376 140737233425504 140737233416640 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26011/statm: 678783 9358 2224 9 0 669476 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2715132

[startup+0.700243 s]
/proc/loadavg: 1.84 1.97 1.99 1/170 26011
/proc/meminfo: memFree=28746804/32873844 swapFree=6872/6872
[pid=26011] ppid=26009 vsize=2715132 CPUtime=1.1 cores=0,2,4,6
/proc/26011/stat : 26011 (java) S 26009 26011 25981 0 -1 4202496 8062 0 4 0 108 2 0 0 20 0 19 0 341094436 2780295168 10678 33554432000 1073741824 1073778376 140737233425504 140737233416640 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26011/statm: 678783 10678 2235 9 0 669476 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 2715132

[startup+1.50061 s]
/proc/loadavg: 1.84 1.97 1.99 3/212 26062
/proc/meminfo: memFree=28678268/32873844 swapFree=6872/6872
[pid=26011] ppid=26009 vsize=2715132 CPUtime=1.92 cores=0,2,4,6
/proc/26011/stat : 26011 (java) S 26009 26011 25981 0 -1 4202496 8066 0 4 0 189 3 0 0 20 0 19 0 341094436 2780295168 11703 33554432000 1073741824 1073778376 140737233425504 140737233416640 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26011/statm: 678783 11703 2235 9 0 669476 0
[pid=26011/tid=26013] ppid=26009 vsize=2715132 CPUtime=1.45 cores=0,2,4,6
/proc/26011/task/26013/stat : 26013 (java) R 26009 26011 25981 0 -1 4202560 2763 0 2 0 143 2 0 0 20 0 19 0 341094437 2780295168 11703 33554432000 1073741824 1073778376 140737233425504 139937797523600 139937635111300 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26011/tid=26014] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26014/stat : 26014 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094439 2780295168 11703 33554432000 1073741824 1073778376 140737233425504 139937781975720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26015] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26015/stat : 26015 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094439 2780295168 11703 33554432000 1073741824 1073778376 140737233425504 139937780923176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26011/tid=26016] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26016/stat : 26016 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094439 2780295168 11703 33554432000 1073741824 1073778376 140737233425504 139937779870632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26011/tid=26017] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26017/stat : 26017 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094439 2780295168 11703 33554432000 1073741824 1073778376 140737233425504 139937778818088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26011/tid=26018] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26018/stat : 26018 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094439 2780295168 11703 33554432000 1073741824 1073778376 140737233425504 139937777764520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26019] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26019/stat : 26019 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094439 2780295168 11703 33554432000 1073741824 1073778376 140737233425504 139937776711976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26011/tid=26020] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26020/stat : 26020 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094439 2780295168 11703 33554432000 1073741824 1073778376 140737233425504 139937775659432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26021] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26021/stat : 26021 (java) S 26009 26011 25981 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341094439 2780295168 11703 33554432000 1073741824 1073778376 140737233425504 139937774606888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26022] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26022/stat : 26022 (java) S 26009 26011 25981 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 341094440 2780295168 11703 33554432000 1073741824 1073778376 140737233425504 139937762196072 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26023] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26023/stat : 26023 (java) S 26009 26011 25981 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341094440 2780295168 11703 33554432000 1073741824 1073778376 140737233425504 139937761142392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26024] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26024/stat : 26024 (java) S 26009 26011 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341094441 2780295168 11703 33554432000 1073741824 1073778376 140737233425504 139937760089736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26011/tid=26025] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26025/stat : 26025 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094443 2780295168 11703 33554432000 1073741824 1073778376 140737233425504 139937759038480 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26026] ppid=26009 vsize=2715132 CPUtime=0.23 cores=0,2,4,6
/proc/26011/task/26026/stat : 26026 (java) S 26009 26011 25981 0 -1 4202560 2243 0 0 0 23 0 0 0 20 0 19 0 341094443 2780295168 11703 33554432000 1073741824 1073778376 140737233425504 139937757984824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26027] ppid=26009 vsize=2715132 CPUtime=0.2 cores=0,2,4,6
/proc/26011/task/26027/stat : 26027 (java) S 26009 26011 25981 0 -1 4202560 1865 0 0 0 20 0 0 0 20 0 19 0 341094443 2780295168 11703 33554432000 1073741824 1073778376 140737233425504 139937756932280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26011/tid=26028] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26028/stat : 26028 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094443 2780295168 11703 33554432000 1073741824 1073778376 140737233425504 139937755879928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26011/tid=26029] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26029/stat : 26029 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094443 2780295168 11703 33554432000 1073741824 1073778376 140737233425504 139937754827592 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26062] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26062/stat : 26062 (java) S 26009 26011 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341094464 2780295168 11703 33554432000 1073741824 1073778376 140737233425504 139937753773352 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 2715132

[startup+3.10061 s]
/proc/loadavg: 1.84 1.97 1.99 3/212 26062
/proc/meminfo: memFree=28666292/32873844 swapFree=6872/6872
[pid=26011] ppid=26009 vsize=2715132 CPUtime=3.53 cores=0,2,4,6
/proc/26011/stat : 26011 (java) S 26009 26011 25981 0 -1 4202496 8070 0 4 0 350 3 0 0 20 0 19 0 341094436 2780295168 13751 33554432000 1073741824 1073778376 140737233425504 140737233416640 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26011/statm: 678783 13751 2235 9 0 669476 0
[pid=26011/tid=26013] ppid=26009 vsize=2715132 CPUtime=3.05 cores=0,2,4,6
/proc/26011/task/26013/stat : 26013 (java) R 26009 26011 25981 0 -1 4202560 2767 0 2 0 303 2 0 0 20 0 19 0 341094437 2780295168 13751 33554432000 1073741824 1073778376 140737233425504 139937797525896 139937635047408 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26011/tid=26014] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26014/stat : 26014 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094439 2780295168 13751 33554432000 1073741824 1073778376 140737233425504 139937781975720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26015] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26015/stat : 26015 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094439 2780295168 13751 33554432000 1073741824 1073778376 140737233425504 139937780923176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26011/tid=26016] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26016/stat : 26016 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094439 2780295168 13751 33554432000 1073741824 1073778376 140737233425504 139937779870632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26011/tid=26017] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26017/stat : 26017 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094439 2780295168 13751 33554432000 1073741824 1073778376 140737233425504 139937778818088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26011/tid=26018] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26018/stat : 26018 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094439 2780295168 13751 33554432000 1073741824 1073778376 140737233425504 139937777764520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26019] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26019/stat : 26019 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094439 2780295168 13751 33554432000 1073741824 1073778376 140737233425504 139937776711976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26011/tid=26020] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26020/stat : 26020 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094439 2780295168 13751 33554432000 1073741824 1073778376 140737233425504 139937775659432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26021] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26021/stat : 26021 (java) S 26009 26011 25981 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341094439 2780295168 13751 33554432000 1073741824 1073778376 140737233425504 139937774606888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26022] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26022/stat : 26022 (java) S 26009 26011 25981 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 341094440 2780295168 13751 33554432000 1073741824 1073778376 140737233425504 139937762196072 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26023] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26023/stat : 26023 (java) S 26009 26011 25981 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341094440 2780295168 13751 33554432000 1073741824 1073778376 140737233425504 139937761142392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26024] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26024/stat : 26024 (java) S 26009 26011 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341094441 2780295168 13751 33554432000 1073741824 1073778376 140737233425504 139937760089736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26011/tid=26025] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26025/stat : 26025 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094443 2780295168 13751 33554432000 1073741824 1073778376 140737233425504 139937759038480 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26026] ppid=26009 vsize=2715132 CPUtime=0.23 cores=0,2,4,6
/proc/26011/task/26026/stat : 26026 (java) S 26009 26011 25981 0 -1 4202560 2243 0 0 0 23 0 0 0 20 0 19 0 341094443 2780295168 13751 33554432000 1073741824 1073778376 140737233425504 139937757984824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26027] ppid=26009 vsize=2715132 CPUtime=0.2 cores=0,2,4,6
/proc/26011/task/26027/stat : 26027 (java) S 26009 26011 25981 0 -1 4202560 1865 0 0 0 20 0 0 0 20 0 19 0 341094443 2780295168 13751 33554432000 1073741824 1073778376 140737233425504 139937756932280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26011/tid=26028] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26028/stat : 26028 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094443 2780295168 13751 33554432000 1073741824 1073778376 140737233425504 139937755879928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26011/tid=26029] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26029/stat : 26029 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094443 2780295168 13751 33554432000 1073741824 1073778376 140737233425504 139937754827592 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26062] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26062/stat : 26062 (java) S 26009 26011 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341094464 2780295168 13751 33554432000 1073741824 1073778376 140737233425504 139937753773352 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 2715132

[startup+6.30066 s]
/proc/loadavg: 1.85 1.97 1.99 3/213 26063
/proc/meminfo: memFree=28638788/32873844 swapFree=6872/6872
[pid=26011] ppid=26009 vsize=2715132 CPUtime=6.73 cores=0,2,4,6
/proc/26011/stat : 26011 (java) S 26009 26011 25981 0 -1 4202496 8080 0 4 0 670 3 0 0 20 0 19 0 341094436 2780295168 17545 33554432000 1073741824 1073778376 140737233425504 140737233416640 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26011/statm: 678783 17545 2235 9 0 669476 0
[pid=26011/tid=26013] ppid=26009 vsize=2715132 CPUtime=6.24 cores=0,2,4,6
/proc/26011/task/26013/stat : 26013 (java) R 26009 26011 25981 0 -1 4202560 2777 0 2 0 622 2 0 0 20 0 19 0 341094437 2780295168 17545 33554432000 1073741824 1073778376 140737233425504 139937797523600 139937635111244 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26011/tid=26014] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26014/stat : 26014 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094439 2780295168 17545 33554432000 1073741824 1073778376 140737233425504 139937781975720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26015] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26015/stat : 26015 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094439 2780295168 17545 33554432000 1073741824 1073778376 140737233425504 139937780923176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26011/tid=26016] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26016/stat : 26016 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094439 2780295168 17545 33554432000 1073741824 1073778376 140737233425504 139937779870632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26011/tid=26017] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26017/stat : 26017 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094439 2780295168 17545 33554432000 1073741824 1073778376 140737233425504 139937778818088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26011/tid=26018] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26018/stat : 26018 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094439 2780295168 17545 33554432000 1073741824 1073778376 140737233425504 139937777764520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26019] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26019/stat : 26019 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094439 2780295168 17545 33554432000 1073741824 1073778376 140737233425504 139937776711976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26011/tid=26020] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26020/stat : 26020 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094439 2780295168 17545 33554432000 1073741824 1073778376 140737233425504 139937775659432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26021] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26021/stat : 26021 (java) S 26009 26011 25981 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341094439 2780295168 17545 33554432000 1073741824 1073778376 140737233425504 139937774606888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26022] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26022/stat : 26022 (java) S 26009 26011 25981 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 341094440 2780295168 17545 33554432000 1073741824 1073778376 140737233425504 139937762196072 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26023] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26023/stat : 26023 (java) S 26009 26011 25981 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341094440 2780295168 17545 33554432000 1073741824 1073778376 140737233425504 139937761142392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26024] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26024/stat : 26024 (java) S 26009 26011 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341094441 2780295168 17545 33554432000 1073741824 1073778376 140737233425504 139937760089736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26011/tid=26025] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26025/stat : 26025 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094443 2780295168 17545 33554432000 1073741824 1073778376 140737233425504 139937759038480 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26026] ppid=26009 vsize=2715132 CPUtime=0.23 cores=0,2,4,6
/proc/26011/task/26026/stat : 26026 (java) S 26009 26011 25981 0 -1 4202560 2243 0 0 0 23 0 0 0 20 0 19 0 341094443 2780295168 17545 33554432000 1073741824 1073778376 140737233425504 139937757984824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26027] ppid=26009 vsize=2715132 CPUtime=0.21 cores=0,2,4,6
/proc/26011/task/26027/stat : 26027 (java) S 26009 26011 25981 0 -1 4202560 1865 0 0 0 21 0 0 0 20 0 19 0 341094443 2780295168 17545 33554432000 1073741824 1073778376 140737233425504 139937756932280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26011/tid=26028] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26028/stat : 26028 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094443 2780295168 17545 33554432000 1073741824 1073778376 140737233425504 139937755879928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26011/tid=26029] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26029/stat : 26029 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094443 2780295168 17545 33554432000 1073741824 1073778376 140737233425504 139937754827592 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26062] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26062/stat : 26062 (java) S 26009 26011 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341094464 2780295168 17545 33554432000 1073741824 1073778376 140737233425504 139937753773352 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 2715132

[startup+12.7006 s]

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

[pid=26011/tid=26026] ppid=26009 vsize=2715132 CPUtime=0.29 cores=0,2,4,6
/proc/26011/task/26026/stat : 26026 (java) S 26009 26011 25981 0 -1 4202560 2250 0 0 0 29 0 0 0 20 0 19 0 341094443 2780295168 342629 33554432000 1073741824 1073778376 140737233425504 139937757984824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26027] ppid=26009 vsize=2715132 CPUtime=0.37 cores=0,2,4,6
/proc/26011/task/26027/stat : 26027 (java) S 26009 26011 25981 0 -1 4202560 3893 0 0 0 37 0 0 0 20 0 19 0 341094443 2780295168 342629 33554432000 1073741824 1073778376 140737233425504 139937756932280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26011/tid=26028] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26028/stat : 26028 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094443 2780295168 342629 33554432000 1073741824 1073778376 140737233425504 139937755879928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26011/tid=26029] ppid=26009 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/26011/task/26029/stat : 26029 (java) S 26009 26011 25981 0 -1 4202560 97 0 0 0 32 27 0 0 20 0 19 0 341094443 2780295168 342629 33554432000 1073741824 1073778376 140737233425504 139937754827592 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26062] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26062/stat : 26062 (java) S 26009 26011 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341094464 2780295168 342629 33554432000 1073741824 1073778376 140737233425504 139937753773352 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1663.91
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 26100
/proc/meminfo: memFree=26226508/32873844 swapFree=6872/6872
[pid=26011] ppid=26009 vsize=2715132 CPUtime=1723.9 cores=0,2,4,6
/proc/26011/stat : 26011 (java) S 26009 26011 25981 0 -1 4202496 11988 0 4 0 172268 122 0 0 20 0 19 0 341094436 2780295168 342629 33554432000 1073741824 1073778376 140737233425504 140737233416640 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26011/statm: 678783 342629 2265 9 0 669476 0
[pid=26011/tid=26013] ppid=26009 vsize=2715132 CPUtime=1714.64 cores=0,2,4,6
/proc/26011/task/26013/stat : 26013 (java) R 26009 26011 25981 0 -1 4202560 2935 0 2 0 171428 36 0 0 20 0 19 0 341094437 2780295168 342629 33554432000 1073741824 1073778376 140737233425504 139937797525792 139937635092976 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26011/tid=26014] ppid=26009 vsize=2715132 CPUtime=0.12 cores=0,2,4,6
/proc/26011/task/26014/stat : 26014 (java) S 26009 26011 25981 0 -1 4202560 120 0 0 0 4 8 0 0 20 0 19 0 341094439 2780295168 342629 33554432000 1073741824 1073778376 140737233425504 139937781975720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26015] ppid=26009 vsize=2715132 CPUtime=0.2 cores=0,2,4,6
/proc/26011/task/26015/stat : 26015 (java) S 26009 26011 25981 0 -1 4202560 181 0 0 0 9 11 0 0 20 0 19 0 341094439 2780295168 342629 33554432000 1073741824 1073778376 140737233425504 139937780923176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26016] ppid=26009 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/26011/task/26016/stat : 26016 (java) S 26009 26011 25981 0 -1 4202560 162 0 0 0 8 10 0 0 20 0 19 0 341094439 2780295168 342629 33554432000 1073741824 1073778376 140737233425504 139937779870632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26017] ppid=26009 vsize=2715132 CPUtime=0.41 cores=0,2,4,6
/proc/26011/task/26017/stat : 26017 (java) S 26009 26011 25981 0 -1 4202560 359 0 0 0 20 21 0 0 20 0 19 0 341094439 2780295168 342629 33554432000 1073741824 1073778376 140737233425504 139937778818088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26018] ppid=26009 vsize=2715132 CPUtime=0.2 cores=0,2,4,6
/proc/26011/task/26018/stat : 26018 (java) S 26009 26011 25981 0 -1 4202560 181 0 0 0 9 11 0 0 20 0 19 0 341094439 2780295168 342629 33554432000 1073741824 1073778376 140737233425504 139937777764520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26011/tid=26019] ppid=26009 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/26011/task/26019/stat : 26019 (java) S 26009 26011 25981 0 -1 4202560 175 0 0 0 8 10 0 0 20 0 19 0 341094439 2780295168 342629 33554432000 1073741824 1073778376 140737233425504 139937776711976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26020] ppid=26009 vsize=2715132 CPUtime=0.11 cores=0,2,4,6
/proc/26011/task/26020/stat : 26020 (java) S 26009 26011 25981 0 -1 4202560 109 0 0 0 5 6 0 0 20 0 19 0 341094439 2780295168 342629 33554432000 1073741824 1073778376 140737233425504 139937775659432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26021] ppid=26009 vsize=2715132 CPUtime=0.16 cores=0,2,4,6
/proc/26011/task/26021/stat : 26021 (java) S 26009 26011 25981 0 -1 4202560 152 0 0 0 6 10 0 0 20 0 19 0 341094439 2780295168 342629 33554432000 1073741824 1073778376 140737233425504 139937774606888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26022] ppid=26009 vsize=2715132 CPUtime=2.29 cores=0,2,4,6
/proc/26011/task/26022/stat : 26022 (java) S 26009 26011 25981 0 -1 4202560 190 0 0 0 223 6 0 0 20 0 19 0 341094440 2780295168 342629 33554432000 1073741824 1073778376 140737233425504 139937762196072 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26023] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26023/stat : 26023 (java) S 26009 26011 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341094440 2780295168 342629 33554432000 1073741824 1073778376 140737233425504 139937761142392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26024] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26024/stat : 26024 (java) S 26009 26011 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341094441 2780295168 342629 33554432000 1073741824 1073778376 140737233425504 139937760089736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26025] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26025/stat : 26025 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094443 2780295168 342629 33554432000 1073741824 1073778376 140737233425504 139937759038480 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26026] ppid=26009 vsize=2715132 CPUtime=0.29 cores=0,2,4,6
/proc/26011/task/26026/stat : 26026 (java) S 26009 26011 25981 0 -1 4202560 2250 0 0 0 29 0 0 0 20 0 19 0 341094443 2780295168 342629 33554432000 1073741824 1073778376 140737233425504 139937757984824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26027] ppid=26009 vsize=2715132 CPUtime=0.37 cores=0,2,4,6
/proc/26011/task/26027/stat : 26027 (java) S 26009 26011 25981 0 -1 4202560 3893 0 0 0 37 0 0 0 20 0 19 0 341094443 2780295168 342629 33554432000 1073741824 1073778376 140737233425504 139937756932280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26011/tid=26028] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26028/stat : 26028 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094443 2780295168 342629 33554432000 1073741824 1073778376 140737233425504 139937755879928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26011/tid=26029] ppid=26009 vsize=2715132 CPUtime=0.61 cores=0,2,4,6
/proc/26011/task/26029/stat : 26029 (java) S 26009 26011 25981 0 -1 4202560 101 0 0 0 34 27 0 0 20 0 19 0 341094443 2780295168 342629 33554432000 1073741824 1073778376 140737233425504 139937754827592 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26062] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26062/stat : 26062 (java) S 26009 26011 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341094464 2780295168 342629 33554432000 1073741824 1073778376 140737233425504 139937753773352 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1723.9
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 26100
/proc/meminfo: memFree=26224204/32873844 swapFree=6872/6872
[pid=26011] ppid=26009 vsize=2715132 CPUtime=1783.88 cores=0,2,4,6
/proc/26011/stat : 26011 (java) S 26009 26011 25981 0 -1 4202496 11990 0 4 0 178266 122 0 0 20 0 19 0 341094436 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 140737233416640 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26011/statm: 678783 343101 2265 9 0 669476 0
[pid=26011/tid=26013] ppid=26009 vsize=2715132 CPUtime=1774.47 cores=0,2,4,6
/proc/26011/task/26013/stat : 26013 (java) R 26009 26011 25981 0 -1 4202560 2935 0 2 0 177411 36 0 0 20 0 19 0 341094437 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937797525792 139937635101370 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26014] ppid=26009 vsize=2715132 CPUtime=0.12 cores=0,2,4,6
/proc/26011/task/26014/stat : 26014 (java) S 26009 26011 25981 0 -1 4202560 120 0 0 0 4 8 0 0 20 0 19 0 341094439 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937781975720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26015] ppid=26009 vsize=2715132 CPUtime=0.2 cores=0,2,4,6
/proc/26011/task/26015/stat : 26015 (java) S 26009 26011 25981 0 -1 4202560 181 0 0 0 9 11 0 0 20 0 19 0 341094439 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937780923176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26016] ppid=26009 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/26011/task/26016/stat : 26016 (java) S 26009 26011 25981 0 -1 4202560 162 0 0 0 8 10 0 0 20 0 19 0 341094439 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937779870632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26017] ppid=26009 vsize=2715132 CPUtime=0.41 cores=0,2,4,6
/proc/26011/task/26017/stat : 26017 (java) S 26009 26011 25981 0 -1 4202560 359 0 0 0 20 21 0 0 20 0 19 0 341094439 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937778818088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26018] ppid=26009 vsize=2715132 CPUtime=0.2 cores=0,2,4,6
/proc/26011/task/26018/stat : 26018 (java) S 26009 26011 25981 0 -1 4202560 181 0 0 0 9 11 0 0 20 0 19 0 341094439 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937777764520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26011/tid=26019] ppid=26009 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/26011/task/26019/stat : 26019 (java) S 26009 26011 25981 0 -1 4202560 175 0 0 0 8 10 0 0 20 0 19 0 341094439 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937776711976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26020] ppid=26009 vsize=2715132 CPUtime=0.11 cores=0,2,4,6
/proc/26011/task/26020/stat : 26020 (java) S 26009 26011 25981 0 -1 4202560 109 0 0 0 5 6 0 0 20 0 19 0 341094439 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937775659432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26021] ppid=26009 vsize=2715132 CPUtime=0.16 cores=0,2,4,6
/proc/26011/task/26021/stat : 26021 (java) S 26009 26011 25981 0 -1 4202560 152 0 0 0 6 10 0 0 20 0 19 0 341094439 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937774606888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26022] ppid=26009 vsize=2715132 CPUtime=2.29 cores=0,2,4,6
/proc/26011/task/26022/stat : 26022 (java) S 26009 26011 25981 0 -1 4202560 190 0 0 0 223 6 0 0 20 0 19 0 341094440 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937762196072 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26023] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26023/stat : 26023 (java) S 26009 26011 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341094440 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937761142392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26024] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26024/stat : 26024 (java) S 26009 26011 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341094441 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937760089736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26025] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26025/stat : 26025 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094443 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937759038480 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26026] ppid=26009 vsize=2715132 CPUtime=0.29 cores=0,2,4,6
/proc/26011/task/26026/stat : 26026 (java) S 26009 26011 25981 0 -1 4202560 2250 0 0 0 29 0 0 0 20 0 19 0 341094443 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937757984824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26027] ppid=26009 vsize=2715132 CPUtime=0.37 cores=0,2,4,6
/proc/26011/task/26027/stat : 26027 (java) S 26009 26011 25981 0 -1 4202560 3893 0 0 0 37 0 0 0 20 0 19 0 341094443 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937756932280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26011/tid=26028] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26028/stat : 26028 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094443 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937755879928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26011/tid=26029] ppid=26009 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/26011/task/26029/stat : 26029 (java) S 26009 26011 25981 0 -1 4202560 103 0 0 0 37 28 0 0 20 0 19 0 341094443 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937754827592 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26062] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26062/stat : 26062 (java) S 26009 26011 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341094464 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937753773352 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1783.88
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.4 s]
/proc/loadavg: 1.92 1.98 1.99 2/193 26103
/proc/meminfo: memFree=27353716/32873844 swapFree=6872/6872
[pid=26011] ppid=26009 vsize=2715132 CPUtime=1800 cores=0,2,4,6
/proc/26011/stat : 26011 (java) S 26009 26011 25981 0 -1 4202496 11992 0 4 0 179877 123 0 0 20 0 19 0 341094436 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 140737233416640 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26011/statm: 678783 343101 2265 9 0 669476 0
[pid=26011/tid=26013] ppid=26009 vsize=2715132 CPUtime=1790.53 cores=0,2,4,6
/proc/26011/task/26013/stat : 26013 (java) R 26009 26011 25981 0 -1 4202560 2935 0 2 0 179016 37 0 0 20 0 19 0 341094437 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937797525792 139937635111357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26014] ppid=26009 vsize=2715132 CPUtime=0.12 cores=0,2,4,6
/proc/26011/task/26014/stat : 26014 (java) S 26009 26011 25981 0 -1 4202560 120 0 0 0 4 8 0 0 20 0 19 0 341094439 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937781975720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26015] ppid=26009 vsize=2715132 CPUtime=0.2 cores=0,2,4,6
/proc/26011/task/26015/stat : 26015 (java) S 26009 26011 25981 0 -1 4202560 181 0 0 0 9 11 0 0 20 0 19 0 341094439 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937780923176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26016] ppid=26009 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/26011/task/26016/stat : 26016 (java) S 26009 26011 25981 0 -1 4202560 162 0 0 0 8 10 0 0 20 0 19 0 341094439 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937779870632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26017] ppid=26009 vsize=2715132 CPUtime=0.41 cores=0,2,4,6
/proc/26011/task/26017/stat : 26017 (java) S 26009 26011 25981 0 -1 4202560 359 0 0 0 20 21 0 0 20 0 19 0 341094439 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937778818088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26018] ppid=26009 vsize=2715132 CPUtime=0.2 cores=0,2,4,6
/proc/26011/task/26018/stat : 26018 (java) S 26009 26011 25981 0 -1 4202560 181 0 0 0 9 11 0 0 20 0 19 0 341094439 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937777764520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26011/tid=26019] ppid=26009 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/26011/task/26019/stat : 26019 (java) S 26009 26011 25981 0 -1 4202560 175 0 0 0 8 10 0 0 20 0 19 0 341094439 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937776711976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26020] ppid=26009 vsize=2715132 CPUtime=0.11 cores=0,2,4,6
/proc/26011/task/26020/stat : 26020 (java) S 26009 26011 25981 0 -1 4202560 109 0 0 0 5 6 0 0 20 0 19 0 341094439 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937775659432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26021] ppid=26009 vsize=2715132 CPUtime=0.16 cores=0,2,4,6
/proc/26011/task/26021/stat : 26021 (java) S 26009 26011 25981 0 -1 4202560 152 0 0 0 6 10 0 0 20 0 19 0 341094439 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937774606888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26022] ppid=26009 vsize=2715132 CPUtime=2.29 cores=0,2,4,6
/proc/26011/task/26022/stat : 26022 (java) S 26009 26011 25981 0 -1 4202560 190 0 0 0 223 6 0 0 20 0 19 0 341094440 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937762196072 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26023] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26023/stat : 26023 (java) S 26009 26011 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341094440 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937761142392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26024] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26024/stat : 26024 (java) S 26009 26011 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341094441 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937760089736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26025] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26025/stat : 26025 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094443 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937759038480 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26026] ppid=26009 vsize=2715132 CPUtime=0.29 cores=0,2,4,6
/proc/26011/task/26026/stat : 26026 (java) S 26009 26011 25981 0 -1 4202560 2250 0 0 0 29 0 0 0 20 0 19 0 341094443 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937757984824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26027] ppid=26009 vsize=2715132 CPUtime=0.37 cores=0,2,4,6
/proc/26011/task/26027/stat : 26027 (java) S 26009 26011 25981 0 -1 4202560 3893 0 0 0 37 0 0 0 20 0 19 0 341094443 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937756932280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26011/tid=26028] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26028/stat : 26028 (java) S 26009 26011 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341094443 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937755879928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26011/tid=26029] ppid=26009 vsize=2715132 CPUtime=0.66 cores=0,2,4,6
/proc/26011/task/26029/stat : 26029 (java) S 26009 26011 25981 0 -1 4202560 105 0 0 0 38 28 0 0 20 0 19 0 341094443 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937754827592 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26011/tid=26062] ppid=26009 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26011/task/26062/stat : 26062 (java) S 26009 26011 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341094464 2780295168 343101 33554432000 1073741824 1073778376 140737233425504 139937753773352 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 26011 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=338219
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=731736
# CPU time returned by wait4() is 1796.07
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.45
CPU time (s): 1800
CPU user time (s): 1798.77
CPU system time (s): 1.23
CPU usage (%): 100.086
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.34
system time used= 1.73174
maximum resident set size= 1372632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12052
page faults= 4
swaps= 0
block input operations= 128
block output operations= 1168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38130
involuntary context switches= 24794

runsolver used 5.98309 second user time and 15.5906 second system time

The end

Launcher Data

Begin job on node106 at 2012-06-03 20:54:20
IDJOB=3733658
IDBENCH=2581
IDSOLVER=2322
FILE ID=node106/3733658-1338749659
RUNJOBID= node106-1338749659-25997
PBS_JOBID= 14636805
Free space on /tmp= 70860 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-65-60.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733658-1338749659/watcher-3733658-1338749659 -o /tmp/evaluation-result-3733658-1338749659/solver-3733658-1338749659 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3733658-1338749659.opb

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

MD5SUM BENCH= 6f6d5bf9df98767681bd16885050de4b
RANDOM SEED=271402488

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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:        28747068 kB
Buffers:          317004 kB
Cached:          2952380 kB
SwapCached:         2004 kB
Active:          1015248 kB
Inactive:        2259112 kB
Active(anon):       1956 kB
Inactive(anon):     4984 kB
Active(file):    1013292 kB
Inactive(file):  2254128 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100580 kB
Dirty:               428 kB
Writeback:             0 kB
AnonPages:          9588 kB
Mapped:             8172 kB
Shmem:                 0 kB
Slab:             713716 kB
SReclaimable:     155384 kB
SUnreclaim:       558332 kB
KernelStack:        1376 kB
PageTables:         3912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70860 MiB
End job on node106 at 2012-06-03 21:24:20