Trace number 3744075

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.02 1725.96

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_6_mh_ic.opb
MD5SUM10217e17cbd04c0c5cd10efd0fff5914
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5942333
Best CPU time to get the best result obtained on this benchmark1800.46
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132350
Biggest coefficient in the objective function 116930169
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 53972678158
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 116930169
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 53972678158
Number of bits of the biggest sum of numbers36
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.00/0.09	c version 2.1.1.v20090612
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version	1.6.0_24
0.00/0.09	c os.name	Linux
0.00/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch	amd64
0.00/0.09	c Free memory 1299577560
0.00/0.09	c Max memory 1306394624
0.00/0.09	c Total memory 1306394624
0.00/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-3744075-1338808269.opb
0.08/0.12	c reading problem ... 
8.16/5.38	c ... done. Wall clock time 5.263s.
8.16/5.38	c #vars     370300
8.16/5.38	c #constraints  855508
8.16/5.38	c constraints type 
8.16/5.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
8.16/5.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
8.16/5.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 241425
8.16/5.38	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 241376
1421.00/1362.63	c cleaning 34230 clauses out of 68500
1800.02/1725.92	c starts		: 15
1800.02/1725.92	c conflicts		: 77781
1800.02/1725.92	c decisions		: 417923
1800.02/1725.92	c propagations		: 103316340
1800.02/1725.92	c inspects		: 3005201652
1800.02/1725.92	c learnt literals	: 0
1800.02/1725.92	c learnt binary clauses	: 6
1800.02/1725.92	c learnt ternary clauses	: 0
1800.02/1725.92	c learnt clauses	: 77780
1800.02/1725.92	c ignored clauses	: 0
1800.02/1725.92	c root simplifications	: 0
1800.02/1725.92	c removed literals (reason simplification)	: 3720019
1800.02/1725.92	c reason swapping (by a shorter reason)	: 0
1800.02/1725.92	c Calls to reduceDB	: 1
1800.02/1725.92	c speed (assignments/second)	: 60048.961514877636
1800.02/1725.92	c non guided choices	105
1800.02/1725.94	c learnt constraints type 
1800.02/1725.94	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 43544
1800.02/1725.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
1800.02/1725.94	c constraints type 
1800.02/1725.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
1800.02/1725.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
1800.02/1725.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 241425
1800.02/1725.94	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 241376
1800.02/1725.94	s UNKNOWN
1800.02/1725.94	c Total wall clock time (in seconds): 1725.821

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

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

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


[startup+0 s]
/proc/loadavg: 2.14 2.15 2.16 3/194 11802
/proc/meminfo: memFree=26790120/32873844 swapFree=7644/7644
[pid=11802] ppid=11800 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/11802/stat : 11802 (java6) R 11800 11802 10873 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 346951385 9515008 182 33554432000 1073741824 1073778376 140735342212912 140735342203944 239237676725 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11802/statm: 2323 183 141 9 0 71 0

[startup+0.020478 s]
/proc/loadavg: 2.14 2.15 2.16 3/194 11802
/proc/meminfo: memFree=26790120/32873844 swapFree=7644/7644
[pid=11802] ppid=11800 vsize=102664 CPUtime=0 cores=1,3,5,7
/proc/11802/stat : 11802 (java) S 11800 11802 10873 0 -1 4202496 1429 0 1 0 0 0 0 0 20 0 2 0 346951385 105127936 1110 33554432000 1073741824 1073778376 140735854553232 140735854544368 239241035837 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11802/statm: 25666 1110 857 9 0 16775 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102664

[startup+0.100293 s]
/proc/loadavg: 2.14 2.15 2.16 3/194 11802
/proc/meminfo: memFree=26790120/32873844 swapFree=7644/7644
[pid=11802] ppid=11800 vsize=2648568 CPUtime=0.08 cores=1,3,5,7
/proc/11802/stat : 11802 (java) S 11800 11802 10873 0 -1 4202496 4281 0 1 0 7 1 0 0 20 0 18 0 346951385 2712133632 5994 33554432000 1073741824 1073778376 140735854553232 140735854544368 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11802/statm: 662142 6000 2056 9 0 652835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2648568

[startup+0.300304 s]
/proc/loadavg: 2.14 2.15 2.16 3/194 11802
/proc/meminfo: memFree=26790120/32873844 swapFree=7644/7644
[pid=11802] ppid=11800 vsize=2648568 CPUtime=0.44 cores=1,3,5,7
/proc/11802/stat : 11802 (java) S 11800 11802 10873 0 -1 4202496 5770 0 1 0 42 2 0 0 20 0 18 0 346951385 2712133632 15075 33554432000 1073741824 1073778376 140735854553232 140735854544368 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11802/statm: 662142 15075 2215 9 0 652835 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2648568

[startup+0.700306 s]
/proc/loadavg: 2.14 2.15 2.16 3/194 11802
/proc/meminfo: memFree=26790120/32873844 swapFree=7644/7644
[pid=11802] ppid=11800 vsize=2648568 CPUtime=0.93 cores=1,3,5,7
/proc/11802/stat : 11802 (java) S 11800 11802 10873 0 -1 4202496 6097 0 1 0 86 7 0 0 20 0 18 0 346951385 2712133632 87280 33554432000 1073741824 1073778376 140735854553232 140735854544368 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11802/statm: 662142 87280 2220 9 0 652835 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 2648568

[startup+1.50082 s]
/proc/loadavg: 2.14 2.15 2.16 5/212 11820
/proc/meminfo: memFree=26374680/32873844 swapFree=7644/7644
[pid=11802] ppid=11800 vsize=2648568 CPUtime=2.48 cores=1,3,5,7
/proc/11802/stat : 11802 (java) S 11800 11802 10873 0 -1 4202496 16063 0 1 0 233 15 0 0 20 0 18 0 346951385 2712133632 105617 33554432000 1073741824 1073778376 140735854553232 140735854544368 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11802/statm: 662142 105617 2258 9 0 652835 0
[pid=11802/tid=11804] ppid=11800 vsize=2648568 CPUtime=1.41 cores=1,3,5,7
/proc/11802/task/11804/stat : 11804 (java) R 11800 11802 10873 0 -1 4202560 2911 0 1 0 134 7 0 0 20 0 18 0 346951386 2712133632 105617 33554432000 1073741824 1073778376 140735854553232 140295859617936 239241061645 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11802/tid=11805] ppid=11800 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/11802/task/11805/stat : 11805 (java) S 11800 11802 10873 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 18 0 346951387 2712133632 105617 33554432000 1073741824 1073778376 140735854553232 140295725697832 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11802/tid=11806] ppid=11800 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/11802/task/11806/stat : 11806 (java) S 11800 11802 10873 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 346951387 2712133632 105617 33554432000 1073741824 1073778376 140735854553232 140295724645032 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11802/tid=11807] ppid=11800 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/11802/task/11807/stat : 11807 (java) S 11800 11802 10873 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 346951387 2712133632 105617 33554432000 1073741824 1073778376 140735854553232 140295723592744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11802/tid=11808] ppid=11800 vsize=2648568 CPUtime=0.04 cores=1,3,5,7
/proc/11802/task/11808/stat : 11808 (java) S 11800 11802 10873 0 -1 4202560 35 0 0 0 3 1 0 0 20 0 18 0 346951387 2712133632 105617 33554432000 1073741824 1073778376 140735854553232 140295722539944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11802/tid=11809] ppid=11800 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/11802/task/11809/stat : 11809 (java) S 11800 11802 10873 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 346951387 2712133632 105617 33554432000 1073741824 1073778376 140735854553232 140295721486632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11802/tid=11810] ppid=11800 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/11802/task/11810/stat : 11810 (java) S 11800 11802 10873 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 346951387 2712133632 105617 33554432000 1073741824 1073778376 140735854553232 140295720433832 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11802/tid=11811] ppid=11800 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11811/stat : 11811 (java) S 11800 11802 10873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346951387 2712133632 105617 33554432000 1073741824 1073778376 140735854553232 140295719381544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11812] ppid=11800 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11812/stat : 11812 (java) S 11800 11802 10873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346951387 2712133632 105617 33554432000 1073741824 1073778376 140735854553232 140295718328744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11813] ppid=11800 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11813/stat : 11813 (java) S 11800 11802 10873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346951388 2712133632 105617 33554432000 1073741824 1073778376 140735854553232 140295235672808 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11814] ppid=11800 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11814/stat : 11814 (java) S 11800 11802 10873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346951389 2712133632 105617 33554432000 1073741824 1073778376 140735854553232 140295234618872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11815] ppid=11800 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11815/stat : 11815 (java) S 11800 11802 10873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346951389 2712133632 105617 33554432000 1073741824 1073778376 140735854553232 140295233566472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11816] ppid=11800 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11816/stat : 11816 (java) S 11800 11802 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346951392 2712133632 105617 33554432000 1073741824 1073778376 140735854553232 140295232514960 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11817] ppid=11800 vsize=2648568 CPUtime=0.44 cores=1,3,5,7
/proc/11802/task/11817/stat : 11817 (java) S 11800 11802 10873 0 -1 4202560 7011 0 0 0 42 2 0 0 20 0 18 0 346951392 2712133632 105617 33554432000 1073741824 1073778376 140735854553232 140295231461560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11818] ppid=11800 vsize=2648568 CPUtime=0.38 cores=1,3,5,7
/proc/11802/task/11818/stat : 11818 (java) S 11800 11802 10873 0 -1 4202560 4843 0 0 0 38 0 0 0 20 0 18 0 346951392 2712133632 105617 33554432000 1073741824 1073778376 140735854553232 140295230408760 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11802/tid=11819] ppid=11800 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11819/stat : 11819 (java) S 11800 11802 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346951392 2712133632 105617 33554432000 1073741824 1073778376 140735854553232 140295229356664 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11802/tid=11820] ppid=11800 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11820/stat : 11820 (java) S 11800 11802 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346951392 2712133632 105617 33554432000 1073741824 1073778376 140735854553232 140295228304072 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 2648568

[startup+3.10082 s]
/proc/loadavg: 2.14 2.15 2.16 3/212 11820
/proc/meminfo: memFree=26296296/32873844 swapFree=7644/7644
[pid=11802] ppid=11800 vsize=2648568 CPUtime=4.7 cores=1,3,5,7
/proc/11802/stat : 11802 (java) S 11800 11802 10873 0 -1 4202496 16343 0 1 0 438 32 0 0 20 0 18 0 346951385 2712133632 131810 33554432000 1073741824 1073778376 140735854553232 140735854544368 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11802/statm: 662142 131810 2258 9 0 652835 0
[pid=11802/tid=11804] ppid=11800 vsize=2648568 CPUtime=2.8 cores=1,3,5,7
/proc/11802/task/11804/stat : 11804 (java) R 11800 11802 10873 0 -1 4202560 2913 0 1 0 273 7 0 0 20 0 18 0 346951386 2712133632 131810 33554432000 1073741824 1073778376 140735854553232 140295859617920 140295727905991 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11802/tid=11805] ppid=11800 vsize=2648568 CPUtime=0.11 cores=1,3,5,7
/proc/11802/task/11805/stat : 11805 (java) S 11800 11802 10873 0 -1 4202560 62 0 0 0 7 4 0 0 20 0 18 0 346951387 2712133632 131810 33554432000 1073741824 1073778376 140735854553232 140295725697832 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11802/tid=11806] ppid=11800 vsize=2648568 CPUtime=0.11 cores=1,3,5,7
/proc/11802/task/11806/stat : 11806 (java) S 11800 11802 10873 0 -1 4202560 44 0 0 0 9 2 0 0 20 0 18 0 346951387 2712133632 131810 33554432000 1073741824 1073778376 140735854553232 140295724645032 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11807] ppid=11800 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/11802/task/11807/stat : 11807 (java) S 11800 11802 10873 0 -1 4202560 29 0 0 0 5 2 0 0 20 0 18 0 346951387 2712133632 131810 33554432000 1073741824 1073778376 140735854553232 140295723592744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11802/tid=11808] ppid=11800 vsize=2648568 CPUtime=0.12 cores=1,3,5,7
/proc/11802/task/11808/stat : 11808 (java) S 11800 11802 10873 0 -1 4202560 67 0 0 0 9 3 0 0 20 0 18 0 346951387 2712133632 131810 33554432000 1073741824 1073778376 140735854553232 140295722539944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11802/tid=11809] ppid=11800 vsize=2648568 CPUtime=0.15 cores=1,3,5,7
/proc/11802/task/11809/stat : 11809 (java) S 11800 11802 10873 0 -1 4202560 59 0 0 0 12 3 0 0 20 0 18 0 346951387 2712133632 131810 33554432000 1073741824 1073778376 140735854553232 140295721486632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11802/tid=11810] ppid=11800 vsize=2648568 CPUtime=0.1 cores=1,3,5,7
/proc/11802/task/11810/stat : 11810 (java) S 11800 11802 10873 0 -1 4202560 44 0 0 0 7 3 0 0 20 0 18 0 346951387 2712133632 131810 33554432000 1073741824 1073778376 140735854553232 140295720433832 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11802/tid=11811] ppid=11800 vsize=2648568 CPUtime=0.08 cores=1,3,5,7
/proc/11802/task/11811/stat : 11811 (java) S 11800 11802 10873 0 -1 4202560 42 0 0 0 6 2 0 0 20 0 18 0 346951387 2712133632 131810 33554432000 1073741824 1073778376 140735854553232 140295719381544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11802/tid=11812] ppid=11800 vsize=2648568 CPUtime=0.13 cores=1,3,5,7
/proc/11802/task/11812/stat : 11812 (java) S 11800 11802 10873 0 -1 4202560 46 0 0 0 10 3 0 0 20 0 18 0 346951387 2712133632 131810 33554432000 1073741824 1073778376 140735854553232 140295718328744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11802/tid=11813] ppid=11800 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11813/stat : 11813 (java) S 11800 11802 10873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346951388 2712133632 131810 33554432000 1073741824 1073778376 140735854553232 140295235672808 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11802/tid=11814] ppid=11800 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11814/stat : 11814 (java) S 11800 11802 10873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346951389 2712133632 131810 33554432000 1073741824 1073778376 140735854553232 140295234618872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11815] ppid=11800 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11815/stat : 11815 (java) S 11800 11802 10873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346951389 2712133632 131810 33554432000 1073741824 1073778376 140735854553232 140295233566472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11816] ppid=11800 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11816/stat : 11816 (java) S 11800 11802 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346951392 2712133632 131810 33554432000 1073741824 1073778376 140735854553232 140295232514960 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11817] ppid=11800 vsize=2648568 CPUtime=0.47 cores=1,3,5,7
/proc/11802/task/11817/stat : 11817 (java) S 11800 11802 10873 0 -1 4202560 7011 0 0 0 45 2 0 0 20 0 18 0 346951392 2712133632 131810 33554432000 1073741824 1073778376 140735854553232 140295231461560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11818] ppid=11800 vsize=2648568 CPUtime=0.41 cores=1,3,5,7
/proc/11802/task/11818/stat : 11818 (java) S 11800 11802 10873 0 -1 4202560 4843 0 0 0 41 0 0 0 20 0 18 0 346951392 2712133632 131810 33554432000 1073741824 1073778376 140735854553232 140295230408760 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11802/tid=11819] ppid=11800 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11819/stat : 11819 (java) S 11800 11802 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346951392 2712133632 131810 33554432000 1073741824 1073778376 140735854553232 140295229356664 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11802/tid=11820] ppid=11800 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11820/stat : 11820 (java) S 11800 11802 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346951392 2712133632 131810 33554432000 1073741824 1073778376 140735854553232 140295228304072 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 2648568

[startup+6.3007 s]
/proc/loadavg: 2.68 2.27 2.20 10/212 11820
/proc/meminfo: memFree=26128740/32873844 swapFree=7644/7644
[pid=11802] ppid=11800 vsize=2715132 CPUtime=10.18 cores=1,3,5,7
/proc/11802/stat : 11802 (java) S 11800 11802 10873 0 -1 4202496 17140 0 1 0 961 57 0 0 20 0 19 0 346951385 2780295168 175676 33554432000 1073741824 1073778376 140735854553232 140735854544368 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11802/statm: 678783 175676 2272 9 0 669476 0
[pid=11802/tid=11804] ppid=11800 vsize=2715132 CPUtime=5.36 cores=1,3,5,7
/proc/11802/task/11804/stat : 11804 (java) S 11800 11802 10873 0 -1 4202560 2924 0 1 0 529 7 0 0 20 0 19 0 346951386 2780295168 175676 33554432000 1073741824 1073778376 140735854553232 140295859624872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11805] ppid=11800 vsize=2715132 CPUtime=0.37 cores=1,3,5,7
/proc/11802/task/11805/stat : 11805 (java) R 11800 11802 10873 0 -1 4202560 116 0 0 0 31 6 0 0 20 0 19 0 346951387 2780295168 175676 33554432000 1073741824 1073778376 140735854553232 140295725698008 140295863802031 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11802/tid=11806] ppid=11800 vsize=2715132 CPUtime=0.38 cores=1,3,5,7
/proc/11802/task/11806/stat : 11806 (java) R 11800 11802 10873 0 -1 4202560 105 0 0 0 33 5 0 0 20 0 19 0 346951387 2780295168 175676 33554432000 1073741824 1073778376 140735854553232 140295724645208 140295862186170 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11807] ppid=11800 vsize=2715132 CPUtime=0.42 cores=1,3,5,7
/proc/11802/task/11807/stat : 11807 (java) R 11800 11802 10873 0 -1 4202560 193 0 0 0 36 6 0 0 20 0 19 0 346951387 2780295168 175676 33554432000 1073741824 1073778376 140735854553232 140295723592920 140295862185920 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11802/tid=11808] ppid=11800 vsize=2715132 CPUtime=0.45 cores=1,3,5,7
/proc/11802/task/11808/stat : 11808 (java) R 11800 11802 10873 0 -1 4202560 110 0 0 0 39 6 0 0 20 0 19 0 346951387 2780295168 175676 33554432000 1073741824 1073778376 140735854553232 140295722540120 140295863802031 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11802/tid=11809] ppid=11800 vsize=2715132 CPUtime=0.55 cores=1,3,5,7
/proc/11802/task/11809/stat : 11809 (java) R 11800 11802 10873 0 -1 4202560 225 0 0 0 48 7 0 0 20 0 19 0 346951387 2780295168 175676 33554432000 1073741824 1073778376 140735854553232 140295721486512 140295866522540 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11802/tid=11810] ppid=11800 vsize=2715132 CPUtime=0.34 cores=1,3,5,7
/proc/11802/task/11810/stat : 11810 (java) R 11800 11802 10873 0 -1 4202560 91 0 0 0 29 5 0 0 20 0 19 0 346951387 2780295168 175676 33554432000 1073741824 1073778376 140735854553232 140295720434008 140295863383138 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11802/tid=11811] ppid=11800 vsize=2715132 CPUtime=0.41 cores=1,3,5,7
/proc/11802/task/11811/stat : 11811 (java) R 11800 11802 10873 0 -1 4202560 113 0 0 0 34 7 0 0 20 0 19 0 346951387 2780295168 175676 33554432000 1073741824 1073778376 140735854553232 140295719381720 140295866522540 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11802/tid=11812] ppid=11800 vsize=2715132 CPUtime=0.38 cores=1,3,5,7
/proc/11802/task/11812/stat : 11812 (java) R 11800 11802 10873 0 -1 4202560 198 0 0 0 32 6 0 0 20 0 19 0 346951387 2780295168 175676 33554432000 1073741824 1073778376 140735854553232 140295718328920 140295866522540 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11802/tid=11813] ppid=11800 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11813/stat : 11813 (java) S 11800 11802 10873 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 346951388 2780295168 175676 33554432000 1073741824 1073778376 140735854553232 140295235671688 239241049148 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11814] ppid=11800 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11814/stat : 11814 (java) S 11800 11802 10873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346951389 2780295168 175676 33554432000 1073741824 1073778376 140735854553232 140295234618872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11815] ppid=11800 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11815/stat : 11815 (java) S 11800 11802 10873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346951389 2780295168 175676 33554432000 1073741824 1073778376 140735854553232 140295233566472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11816] ppid=11800 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11816/stat : 11816 (java) S 11800 11802 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346951392 2780295168 175676 33554432000 1073741824 1073778376 140735854553232 140295232514960 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11817] ppid=11800 vsize=2715132 CPUtime=0.73 cores=1,3,5,7
/proc/11802/task/11817/stat : 11817 (java) S 11800 11802 10873 0 -1 4202560 7024 0 0 0 71 2 0 0 20 0 19 0 346951392 2780295168 175676 33554432000 1073741824 1073778376 140735854553232 140295231447656 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11802/tid=11818] ppid=11800 vsize=2715132 CPUtime=0.61 cores=1,3,5,7
/proc/11802/task/11818/stat : 11818 (java) S 11800 11802 10873 0 -1 4202560 4850 0 0 0 61 0 0 0 20 0 19 0 346951392 2780295168 175676 33554432000 1073741824 1073778376 140735854553232 140295230385208 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11802/tid=11819] ppid=11800 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11819/stat : 11819 (java) S 11800 11802 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346951392 2780295168 175676 33554432000 1073741824 1073778376 140735854553232 140295229356664 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11802/tid=11820] ppid=11800 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11820/stat : 11820 (java) S 11800 11802 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346951392 2780295168 175676 33554432000 1073741824 1073778376 140735854553232 140295228304072 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 10.18
Current children cumulated vsize (KiB) 2715132

[startup+12.7009 s]
/proc/loadavg: 2.63 2.26 2.20 3/213 11821
/proc/meminfo: memFree=26040740/32873844 swapFree=7644/7644
[pid=11802] ppid=11800 vsize=2715132 CPUtime=17.71 cores=1,3,5,7
/proc/11802/stat : 11802 (java) S 11800 11802 10873 0 -1 4202496 17741 0 1 0 1707 64 0 0 20 0 19 0 346951385 2780295168 189489 33554432000 1073741824 1073778376 140735854553232 140735854544368 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11802/statm: 678783 189489 2273 9 0 669476 0
[pid=11802/tid=11804] ppid=11800 vsize=2715132 CPUtime=11.4 cores=1,3,5,7

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

[pid=11802/tid=11817] ppid=11800 vsize=2715132 CPUtime=0.89 cores=1,3,5,7
/proc/11802/task/11817/stat : 11817 (java) S 11800 11802 10873 0 -1 4202560 7052 0 0 0 87 2 0 0 20 0 19 0 346951392 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295231461560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11818] ppid=11800 vsize=2715132 CPUtime=1.19 cores=1,3,5,7
/proc/11802/task/11818/stat : 11818 (java) S 11800 11802 10873 0 -1 4202560 9853 0 0 0 117 2 0 0 20 0 19 0 346951392 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295230408760 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11802/tid=11819] ppid=11800 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11819/stat : 11819 (java) S 11800 11802 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346951392 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295229356664 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11802/tid=11820] ppid=11800 vsize=2715132 CPUtime=0.93 cores=1,3,5,7
/proc/11802/task/11820/stat : 11820 (java) S 11800 11802 10873 0 -1 4202560 94 0 0 0 49 44 0 0 20 0 19 0 346951392 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295228304072 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11802/tid=11821] ppid=11800 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11821/stat : 11821 (java) S 11800 11802 10873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346951965 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295227250088 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1733.58
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 1.98 2.04 2.07 3/213 11892
/proc/meminfo: memFree=25502284/32873844 swapFree=7644/7644
[pid=11802] ppid=11800 vsize=2715132 CPUtime=1796.26 cores=1,3,5,7
/proc/11802/stat : 11802 (java) S 11800 11802 10873 0 -1 4202496 32215 0 1 0 179416 210 0 0 20 0 19 0 346951385 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140735854544368 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11802/statm: 678783 328309 2285 9 0 669476 0
[pid=11802/tid=11804] ppid=11800 vsize=2715132 CPUtime=1689.97 cores=1,3,5,7
/proc/11802/task/11804/stat : 11804 (java) R 11800 11802 10873 0 -1 4202560 3770 0 1 0 168961 36 0 0 20 0 19 0 346951386 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295859625280 140295728485899 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11802/tid=11805] ppid=11800 vsize=2715132 CPUtime=12.09 cores=1,3,5,7
/proc/11802/task/11805/stat : 11805 (java) S 11800 11802 10873 0 -1 4202560 445 0 0 0 1191 18 0 0 20 0 19 0 346951387 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295725697832 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11806] ppid=11800 vsize=2715132 CPUtime=12.01 cores=1,3,5,7
/proc/11802/task/11806/stat : 11806 (java) S 11800 11802 10873 0 -1 4202560 429 0 0 0 1186 15 0 0 20 0 19 0 346951387 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295724645032 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11802/tid=11807] ppid=11800 vsize=2715132 CPUtime=11.96 cores=1,3,5,7
/proc/11802/task/11807/stat : 11807 (java) S 11800 11802 10873 0 -1 4202560 422 0 0 0 1180 16 0 0 20 0 19 0 346951387 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295723592744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11808] ppid=11800 vsize=2715132 CPUtime=12.59 cores=1,3,5,7
/proc/11802/task/11808/stat : 11808 (java) S 11800 11802 10873 0 -1 4202560 463 0 0 0 1242 17 0 0 20 0 19 0 346951387 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295722539944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11802/tid=11809] ppid=11800 vsize=2715132 CPUtime=12.41 cores=1,3,5,7
/proc/11802/task/11809/stat : 11809 (java) S 11800 11802 10873 0 -1 4202560 445 0 0 0 1222 19 0 0 20 0 19 0 346951387 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295721486632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11810] ppid=11800 vsize=2715132 CPUtime=12.3 cores=1,3,5,7
/proc/11802/task/11810/stat : 11810 (java) S 11800 11802 10873 0 -1 4202560 421 0 0 0 1214 16 0 0 20 0 19 0 346951387 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295720433832 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11811] ppid=11800 vsize=2715132 CPUtime=11.98 cores=1,3,5,7
/proc/11802/task/11811/stat : 11811 (java) S 11800 11802 10873 0 -1 4202560 438 0 0 0 1179 19 0 0 20 0 19 0 346951387 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295719381544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11802/tid=11812] ppid=11800 vsize=2715132 CPUtime=12.36 cores=1,3,5,7
/proc/11802/task/11812/stat : 11812 (java) S 11800 11802 10873 0 -1 4202560 432 0 0 0 1217 19 0 0 20 0 19 0 346951387 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295718328744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11802/tid=11813] ppid=11800 vsize=2715132 CPUtime=1.25 cores=1,3,5,7
/proc/11802/task/11813/stat : 11813 (java) S 11800 11802 10873 0 -1 4202560 6766 0 0 0 114 11 0 0 20 0 19 0 346951388 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295235672808 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11802/tid=11814] ppid=11800 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11814/stat : 11814 (java) S 11800 11802 10873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346951389 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295234618872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11815] ppid=11800 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11815/stat : 11815 (java) S 11800 11802 10873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346951389 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295233566472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11816] ppid=11800 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11816/stat : 11816 (java) S 11800 11802 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346951392 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295232514960 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11817] ppid=11800 vsize=2715132 CPUtime=0.89 cores=1,3,5,7
/proc/11802/task/11817/stat : 11817 (java) S 11800 11802 10873 0 -1 4202560 7052 0 0 0 87 2 0 0 20 0 19 0 346951392 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295231461560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11818] ppid=11800 vsize=2715132 CPUtime=1.19 cores=1,3,5,7
/proc/11802/task/11818/stat : 11818 (java) S 11800 11802 10873 0 -1 4202560 9853 0 0 0 117 2 0 0 20 0 19 0 346951392 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295230408760 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11802/tid=11819] ppid=11800 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11819/stat : 11819 (java) S 11800 11802 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346951392 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295229356664 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11802/tid=11820] ppid=11800 vsize=2715132 CPUtime=0.96 cores=1,3,5,7
/proc/11802/task/11820/stat : 11820 (java) S 11800 11802 10873 0 -1 4202560 98 0 0 0 50 46 0 0 20 0 19 0 346951392 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295228304072 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11802/tid=11821] ppid=11800 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11821/stat : 11821 (java) S 11800 11802 10873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346951965 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295227250088 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1796.26
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1725.91 s]
/proc/loadavg: 1.99 2.04 2.07 3/213 11892
/proc/meminfo: memFree=25502284/32873844 swapFree=7644/7644
[pid=11802] ppid=11800 vsize=2715132 CPUtime=1800.02 cores=1,3,5,7
/proc/11802/stat : 11802 (java) S 11800 11802 10873 0 -1 4202496 32217 0 1 0 179792 210 0 0 20 0 19 0 346951385 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140735854544368 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11802/statm: 678783 328309 2285 9 0 669476 0
[pid=11802/tid=11804] ppid=11800 vsize=2715132 CPUtime=1693.52 cores=1,3,5,7
/proc/11802/task/11804/stat : 11804 (java) R 11800 11802 10873 0 -1 4202560 3772 0 1 0 169316 36 0 0 20 0 19 0 346951386 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295859625264 140295728430628 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11802/tid=11805] ppid=11800 vsize=2715132 CPUtime=12.1 cores=1,3,5,7
/proc/11802/task/11805/stat : 11805 (java) S 11800 11802 10873 0 -1 4202560 445 0 0 0 1192 18 0 0 20 0 19 0 346951387 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295725697832 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11802/tid=11806] ppid=11800 vsize=2715132 CPUtime=12.04 cores=1,3,5,7
/proc/11802/task/11806/stat : 11806 (java) S 11800 11802 10873 0 -1 4202560 429 0 0 0 1189 15 0 0 20 0 19 0 346951387 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295724645032 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11802/tid=11807] ppid=11800 vsize=2715132 CPUtime=11.99 cores=1,3,5,7
/proc/11802/task/11807/stat : 11807 (java) S 11800 11802 10873 0 -1 4202560 422 0 0 0 1183 16 0 0 20 0 19 0 346951387 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295723592744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11808] ppid=11800 vsize=2715132 CPUtime=12.61 cores=1,3,5,7
/proc/11802/task/11808/stat : 11808 (java) S 11800 11802 10873 0 -1 4202560 463 0 0 0 1244 17 0 0 20 0 19 0 346951387 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295722539944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11802/tid=11809] ppid=11800 vsize=2715132 CPUtime=12.44 cores=1,3,5,7
/proc/11802/task/11809/stat : 11809 (java) S 11800 11802 10873 0 -1 4202560 445 0 0 0 1225 19 0 0 20 0 19 0 346951387 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295721486632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11810] ppid=11800 vsize=2715132 CPUtime=12.31 cores=1,3,5,7
/proc/11802/task/11810/stat : 11810 (java) S 11800 11802 10873 0 -1 4202560 421 0 0 0 1215 16 0 0 20 0 19 0 346951387 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295720433832 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11811] ppid=11800 vsize=2715132 CPUtime=12.01 cores=1,3,5,7
/proc/11802/task/11811/stat : 11811 (java) S 11800 11802 10873 0 -1 4202560 438 0 0 0 1182 19 0 0 20 0 19 0 346951387 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295719381544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11802/tid=11812] ppid=11800 vsize=2715132 CPUtime=12.39 cores=1,3,5,7
/proc/11802/task/11812/stat : 11812 (java) S 11800 11802 10873 0 -1 4202560 432 0 0 0 1220 19 0 0 20 0 19 0 346951387 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295718328744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11802/tid=11813] ppid=11800 vsize=2715132 CPUtime=1.25 cores=1,3,5,7
/proc/11802/task/11813/stat : 11813 (java) S 11800 11802 10873 0 -1 4202560 6766 0 0 0 114 11 0 0 20 0 19 0 346951388 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295235672808 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11802/tid=11814] ppid=11800 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11814/stat : 11814 (java) S 11800 11802 10873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346951389 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295234618872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11815] ppid=11800 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11815/stat : 11815 (java) S 11800 11802 10873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346951389 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295233566472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11816] ppid=11800 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11816/stat : 11816 (java) S 11800 11802 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346951392 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295232514960 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11817] ppid=11800 vsize=2715132 CPUtime=0.89 cores=1,3,5,7
/proc/11802/task/11817/stat : 11817 (java) S 11800 11802 10873 0 -1 4202560 7052 0 0 0 87 2 0 0 20 0 19 0 346951392 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295231461560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11818] ppid=11800 vsize=2715132 CPUtime=1.19 cores=1,3,5,7
/proc/11802/task/11818/stat : 11818 (java) S 11800 11802 10873 0 -1 4202560 9853 0 0 0 117 2 0 0 20 0 19 0 346951392 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295230408760 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11802/tid=11819] ppid=11800 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11819/stat : 11819 (java) S 11800 11802 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346951392 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295229356664 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11802/tid=11820] ppid=11800 vsize=2715132 CPUtime=0.96 cores=1,3,5,7
/proc/11802/task/11820/stat : 11820 (java) S 11800 11802 10873 0 -1 4202560 98 0 0 0 50 46 0 0 20 0 19 0 346951392 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295228304072 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11802/tid=11821] ppid=11800 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11821/stat : 11821 (java) S 11800 11802 10873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346951965 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295227250088 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2715132

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

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

[startup+1725.91 s]
/proc/loadavg: 1.99 2.04 2.07 3/213 11892
/proc/meminfo: memFree=25502284/32873844 swapFree=7644/7644
[pid=11802] ppid=11800 vsize=2715132 CPUtime=1800.02 cores=1,3,5,7
/proc/11802/stat : 11802 (java) S 11800 11802 10873 0 -1 4202496 32217 0 1 0 179792 210 0 0 20 0 19 0 346951385 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140735854544368 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11802/statm: 678783 328309 2285 9 0 669476 0
[pid=11802/tid=11804] ppid=11800 vsize=2715132 CPUtime=1693.52 cores=1,3,5,7
/proc/11802/task/11804/stat : 11804 (java) R 11800 11802 10873 0 -1 4202560 3772 0 1 0 169316 36 0 0 20 0 19 0 346951386 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295859625264 140295728430628 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11802/tid=11805] ppid=11800 vsize=2715132 CPUtime=12.1 cores=1,3,5,7
/proc/11802/task/11805/stat : 11805 (java) S 11800 11802 10873 0 -1 4202560 445 0 0 0 1192 18 0 0 20 0 19 0 346951387 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295725697832 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11802/tid=11806] ppid=11800 vsize=2715132 CPUtime=12.04 cores=1,3,5,7
/proc/11802/task/11806/stat : 11806 (java) S 11800 11802 10873 0 -1 4202560 429 0 0 0 1189 15 0 0 20 0 19 0 346951387 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295724645032 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11802/tid=11807] ppid=11800 vsize=2715132 CPUtime=11.99 cores=1,3,5,7
/proc/11802/task/11807/stat : 11807 (java) S 11800 11802 10873 0 -1 4202560 422 0 0 0 1183 16 0 0 20 0 19 0 346951387 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295723592744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11808] ppid=11800 vsize=2715132 CPUtime=12.61 cores=1,3,5,7
/proc/11802/task/11808/stat : 11808 (java) S 11800 11802 10873 0 -1 4202560 463 0 0 0 1244 17 0 0 20 0 19 0 346951387 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295722539944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11802/tid=11809] ppid=11800 vsize=2715132 CPUtime=12.44 cores=1,3,5,7
/proc/11802/task/11809/stat : 11809 (java) S 11800 11802 10873 0 -1 4202560 445 0 0 0 1225 19 0 0 20 0 19 0 346951387 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295721486632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11810] ppid=11800 vsize=2715132 CPUtime=12.31 cores=1,3,5,7
/proc/11802/task/11810/stat : 11810 (java) S 11800 11802 10873 0 -1 4202560 421 0 0 0 1215 16 0 0 20 0 19 0 346951387 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295720433832 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11811] ppid=11800 vsize=2715132 CPUtime=12.01 cores=1,3,5,7
/proc/11802/task/11811/stat : 11811 (java) S 11800 11802 10873 0 -1 4202560 438 0 0 0 1182 19 0 0 20 0 19 0 346951387 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295719381544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11802/tid=11812] ppid=11800 vsize=2715132 CPUtime=12.39 cores=1,3,5,7
/proc/11802/task/11812/stat : 11812 (java) S 11800 11802 10873 0 -1 4202560 432 0 0 0 1220 19 0 0 20 0 19 0 346951387 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295718328744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11802/tid=11813] ppid=11800 vsize=2715132 CPUtime=1.25 cores=1,3,5,7
/proc/11802/task/11813/stat : 11813 (java) S 11800 11802 10873 0 -1 4202560 6766 0 0 0 114 11 0 0 20 0 19 0 346951388 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295235672808 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11802/tid=11814] ppid=11800 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11814/stat : 11814 (java) S 11800 11802 10873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 346951389 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295234618872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11815] ppid=11800 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11815/stat : 11815 (java) S 11800 11802 10873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 346951389 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295233566472 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11816] ppid=11800 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11816/stat : 11816 (java) S 11800 11802 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346951392 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295232514960 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11817] ppid=11800 vsize=2715132 CPUtime=0.89 cores=1,3,5,7
/proc/11802/task/11817/stat : 11817 (java) S 11800 11802 10873 0 -1 4202560 7052 0 0 0 87 2 0 0 20 0 19 0 346951392 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295231461560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11802/tid=11818] ppid=11800 vsize=2715132 CPUtime=1.19 cores=1,3,5,7
/proc/11802/task/11818/stat : 11818 (java) S 11800 11802 10873 0 -1 4202560 9853 0 0 0 117 2 0 0 20 0 19 0 346951392 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295230408760 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11802/tid=11819] ppid=11800 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11819/stat : 11819 (java) S 11800 11802 10873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 346951392 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295229356664 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11802/tid=11820] ppid=11800 vsize=2715132 CPUtime=0.96 cores=1,3,5,7
/proc/11802/task/11820/stat : 11820 (java) S 11800 11802 10873 0 -1 4202560 98 0 0 0 50 46 0 0 20 0 19 0 346951392 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295228304072 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11802/tid=11821] ppid=11800 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11802/task/11821/stat : 11821 (java) S 11800 11802 10873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 346951965 2780295168 328309 33554432000 1073741824 1073778376 140735854553232 140295227250088 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2715132

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11802 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=498346
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=511618
# CPU time returned by wait4() is 1796.01
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1725.96
CPU time (s): 1800.02
CPU user time (s): 1797.92
CPU system time (s): 2.1
CPU usage (%): 104.291
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.5
system time used= 2.51162
maximum resident set size= 1339948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32266
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61624
involuntary context switches= 116838

runsolver used 6.88995 second user time and 16.0036 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-04 13:11:10
IDJOB=3744075
IDBENCH=92683
IDSOLVER=2322
FILE ID=node147/3744075-1338808269
RUNJOBID= node147-1338797580-10890
PBS_JOBID= 14636862
Free space on /tmp= 70744 MiB

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

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

MD5SUM BENCH= 10217e17cbd04c0c5cd10efd0fff5914
RANDOM SEED=875647344

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:        26790764 kB
Buffers:         1171240 kB
Cached:          2736052 kB
SwapCached:         3380 kB
Active:          3557928 kB
Inactive:        1652680 kB
Active(anon):    1295032 kB
Inactive(anon):     5904 kB
Active(file):    2262896 kB
Inactive(file):  1646776 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:             37976 kB
Writeback:             0 kB
AnonPages:       1305900 kB
Mapped:            17700 kB
Shmem:                 0 kB
Slab:             731092 kB
SReclaimable:     170748 kB
SUnreclaim:       560344 kB
KernelStack:        1592 kB
PageTables:         6748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1519112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1257472 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= 70744 MiB
End job on node147 at 2012-06-04 13:39:58