Trace number 3744117

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.07 1701.45

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_9_mh_ic.opb
MD5SUM655cb5a16dbcae660ed90071e230a8ed
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4628317
Best CPU time to get the best result obtained on this benchmark1800.43
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 149721291
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 68872273970
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 149721291
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 68872273970
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.1.1.v20090612
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version	1.6.0_24
0.05/0.09	c os.name	Linux
0.05/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch	amd64
0.05/0.09	c Free memory 1299577560
0.05/0.09	c Max memory 1306394624
0.05/0.09	c Total memory 1306394624
0.05/0.09	c Number of processors 8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c MiniSAT restarts strategy
0.07/0.12	c Memory based learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3744117-1338808962.opb
0.07/0.12	c reading problem ... 
8.03/5.46	c ... done. Wall clock time 5.341s.
8.03/5.46	c #vars     370300
8.03/5.46	c #constraints  855508
8.03/5.46	c constraints type 
8.03/5.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
8.03/5.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
8.03/5.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 241425
8.03/5.46	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 241376
1800.07/1701.41	c starts		: 15
1800.07/1701.41	c conflicts		: 85768
1800.07/1701.41	c decisions		: 440172
1800.07/1701.41	c propagations		: 188312758
1800.07/1701.41	c inspects		: 3721961585
1800.07/1701.41	c learnt literals	: 0
1800.07/1701.41	c learnt binary clauses	: 10
1800.07/1701.41	c learnt ternary clauses	: 3
1800.07/1701.41	c learnt clauses	: 85767
1800.07/1701.41	c ignored clauses	: 0
1800.07/1701.41	c root simplifications	: 0
1800.07/1701.41	c removed literals (reason simplification)	: 2649937
1800.07/1701.41	c reason swapping (by a shorter reason)	: 0
1800.07/1701.41	c Calls to reduceDB	: 0
1800.07/1701.41	c speed (assignments/second)	: 111036.93570612761
1800.07/1701.41	c non guided choices	186
1800.07/1701.44	c learnt constraints type 
1800.07/1701.44	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 85758
1800.07/1701.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
1800.07/1701.44	c constraints type 
1800.07/1701.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
1800.07/1701.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
1800.07/1701.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 241425
1800.07/1701.44	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 241376
1800.07/1701.44	s UNKNOWN
1800.07/1701.44	c Total wall clock time (in seconds): 1701.317

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-3744117-1338808962/watcher-3744117-1338808962 -o /tmp/evaluation-result-3744117-1338808962/solver-3744117-1338808962 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744117-1338808962.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.93 2.05 2.01 3/194 11617
/proc/meminfo: memFree=27676132/32873844 swapFree=7120/7120
[pid=11617] ppid=11615 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/11617/stat : 11617 (java6) D 11615 11617 11323 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 347021185 9515008 183 33554432000 1073741824 1073778376 140734994252000 140734994243032 233220947637 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/11617/statm: 2323 183 140 9 0 71 0

[startup+0.0836371 s]
/proc/loadavg: 1.93 2.05 2.01 3/194 11617
/proc/meminfo: memFree=27676132/32873844 swapFree=7120/7120
[pid=11617] ppid=11615 vsize=2648568 CPUtime=0.05 cores=0,2,4,6
/proc/11617/stat : 11617 (java) S 11615 11617 11323 0 -1 4202496 3830 0 1 0 4 1 0 0 20 0 18 0 347021185 2712133632 5549 33554432000 1073741824 1073778376 140736105741488 140736105732624 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11617/statm: 662142 5549 1760 9 0 652835 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2648568

[startup+0.100258 s]
/proc/loadavg: 1.93 2.05 2.01 3/194 11617
/proc/meminfo: memFree=27676132/32873844 swapFree=7120/7120
[pid=11617] ppid=11615 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/11617/stat : 11617 (java) S 11615 11617 11323 0 -1 4202496 4206 0 1 0 6 1 0 0 20 0 18 0 347021185 2712133632 5925 33554432000 1073741824 1073778376 140736105741488 140736105732624 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11617/statm: 662142 5936 2019 9 0 652835 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2648568

[startup+0.300235 s]
/proc/loadavg: 1.93 2.05 2.01 3/194 11617
/proc/meminfo: memFree=27676132/32873844 swapFree=7120/7120
[pid=11617] ppid=11615 vsize=2648568 CPUtime=0.43 cores=0,2,4,6
/proc/11617/stat : 11617 (java) S 11615 11617 11323 0 -1 4202496 5811 0 1 0 41 2 0 0 20 0 18 0 347021185 2712133632 14574 33554432000 1073741824 1073778376 140736105741488 140736105732624 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11617/statm: 662142 14574 2215 9 0 652835 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 2648568

[startup+0.700237 s]
/proc/loadavg: 1.93 2.05 2.01 3/194 11617
/proc/meminfo: memFree=27676132/32873844 swapFree=7120/7120
[pid=11617] ppid=11615 vsize=2648568 CPUtime=0.92 cores=0,2,4,6
/proc/11617/stat : 11617 (java) S 11615 11617 11323 0 -1 4202496 6111 0 1 0 85 7 0 0 20 0 18 0 347021185 2712133632 84725 33554432000 1073741824 1073778376 140736105741488 140736105732624 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11617/statm: 662142 84725 2220 9 0 652835 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 2648568

[startup+1.50072 s]
/proc/loadavg: 1.93 2.05 2.01 5/212 11635
/proc/meminfo: memFree=27259932/32873844 swapFree=7120/7120
[pid=11617] ppid=11615 vsize=2648568 CPUtime=2.43 cores=0,2,4,6
/proc/11617/stat : 11617 (java) S 11615 11617 11323 0 -1 4202496 16177 0 1 0 230 13 0 0 20 0 18 0 347021185 2712133632 105649 33554432000 1073741824 1073778376 140736105741488 140736105732624 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11617/statm: 662142 105649 2258 9 0 652835 0
[pid=11617/tid=11619] ppid=11615 vsize=2648568 CPUtime=1.41 cores=0,2,4,6
/proc/11617/task/11619/stat : 11619 (java) R 11615 11617 11323 0 -1 4202560 2912 0 1 0 133 8 0 0 20 0 18 0 347021186 2712133632 105649 33554432000 1073741824 1073778376 140736105741488 139934946648176 139934816417892 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11617/tid=11620] ppid=11615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11620/stat : 11620 (java) S 11615 11617 11323 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 18 0 347021188 2712133632 105649 33554432000 1073741824 1073778376 140736105741488 139934813170600 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11621] ppid=11615 vsize=2648568 CPUtime=0.01 cores=0,2,4,6
/proc/11617/task/11621/stat : 11621 (java) S 11615 11617 11323 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 347021188 2712133632 105649 33554432000 1073741824 1073778376 140736105741488 139934812118056 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11622] ppid=11615 vsize=2648568 CPUtime=0.01 cores=0,2,4,6
/proc/11617/task/11622/stat : 11622 (java) S 11615 11617 11323 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 347021188 2712133632 105649 33554432000 1073741824 1073778376 140736105741488 139934811065000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11617/tid=11623] ppid=11615 vsize=2648568 CPUtime=0.04 cores=0,2,4,6
/proc/11617/task/11623/stat : 11623 (java) S 11615 11617 11323 0 -1 4202560 34 0 0 0 3 1 0 0 20 0 18 0 347021188 2712133632 105649 33554432000 1073741824 1073778376 140736105741488 139934810012456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11617/tid=11624] ppid=11615 vsize=2648568 CPUtime=0.01 cores=0,2,4,6
/proc/11617/task/11624/stat : 11624 (java) S 11615 11617 11323 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 18 0 347021188 2712133632 105649 33554432000 1073741824 1073778376 140736105741488 139934808959400 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11625] ppid=11615 vsize=2648568 CPUtime=0.01 cores=0,2,4,6
/proc/11617/task/11625/stat : 11625 (java) S 11615 11617 11323 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 347021188 2712133632 105649 33554432000 1073741824 1073778376 140736105741488 139934807906856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11617/tid=11626] ppid=11615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11626/stat : 11626 (java) S 11615 11617 11323 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 347021188 2712133632 105649 33554432000 1073741824 1073778376 140736105741488 139934806853800 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11627] ppid=11615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11627/stat : 11627 (java) S 11615 11617 11323 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 347021188 2712133632 105649 33554432000 1073741824 1073778376 140736105741488 139934805801256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11628] ppid=11615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11628/stat : 11628 (java) S 11615 11617 11323 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347021189 2712133632 105649 33554432000 1073741824 1073778376 140736105741488 139934323149672 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11629] ppid=11615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11629/stat : 11629 (java) S 11615 11617 11323 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347021190 2712133632 105649 33554432000 1073741824 1073778376 140736105741488 139934322095992 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11630] ppid=11615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11630/stat : 11630 (java) S 11615 11617 11323 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347021190 2712133632 105649 33554432000 1073741824 1073778376 140736105741488 139934321042824 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11631] ppid=11615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11631/stat : 11631 (java) S 11615 11617 11323 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347021192 2712133632 105649 33554432000 1073741824 1073778376 140736105741488 139934319991568 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11632] ppid=11615 vsize=2648568 CPUtime=0.38 cores=0,2,4,6
/proc/11617/task/11632/stat : 11632 (java) S 11615 11617 11323 0 -1 4202560 7086 0 0 0 36 2 0 0 20 0 18 0 347021192 2712133632 105649 33554432000 1073741824 1073778376 140736105741488 139934318938424 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11633] ppid=11615 vsize=2648568 CPUtime=0.4 cores=0,2,4,6
/proc/11617/task/11633/stat : 11633 (java) S 11615 11617 11323 0 -1 4202560 4877 0 0 0 40 0 0 0 20 0 18 0 347021192 2712133632 105649 33554432000 1073741824 1073778376 140736105741488 139934317885880 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11634] ppid=11615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11634/stat : 11634 (java) S 11615 11617 11323 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347021192 2712133632 105649 33554432000 1073741824 1073778376 140736105741488 139934316833016 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11635] ppid=11615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11635/stat : 11635 (java) S 11615 11617 11323 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347021193 2712133632 105649 33554432000 1073741824 1073778376 140736105741488 139934315780680 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 2648568

[startup+3.10073 s]
/proc/loadavg: 2.01 2.06 2.02 3/212 11635
/proc/meminfo: memFree=27179068/32873844 swapFree=7120/7120
[pid=11617] ppid=11615 vsize=2648568 CPUtime=4.61 cores=0,2,4,6
/proc/11617/stat : 11617 (java) S 11615 11617 11323 0 -1 4202496 16448 0 1 0 434 27 0 0 20 0 18 0 347021185 2712133632 131835 33554432000 1073741824 1073778376 140736105741488 140736105732624 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11617/statm: 662142 131835 2258 9 0 652835 0
[pid=11617/tid=11619] ppid=11615 vsize=2648568 CPUtime=2.82 cores=0,2,4,6
/proc/11617/task/11619/stat : 11619 (java) R 11615 11617 11323 0 -1 4202560 2914 0 1 0 274 8 0 0 20 0 18 0 347021186 2712133632 131835 33554432000 1073741824 1073778376 140736105741488 139934946648192 139934816483036 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11617/tid=11620] ppid=11615 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/11617/task/11620/stat : 11620 (java) S 11615 11617 11323 0 -1 4202560 44 0 0 0 9 1 0 0 20 0 18 0 347021188 2712133632 131835 33554432000 1073741824 1073778376 140736105741488 139934813170600 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11617/tid=11621] ppid=11615 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/11617/task/11621/stat : 11621 (java) S 11615 11617 11323 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 18 0 347021188 2712133632 131835 33554432000 1073741824 1073778376 140736105741488 139934812118056 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11622] ppid=11615 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/11617/task/11622/stat : 11622 (java) S 11615 11617 11323 0 -1 4202560 29 0 0 0 6 1 0 0 20 0 18 0 347021188 2712133632 131835 33554432000 1073741824 1073778376 140736105741488 139934811065000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11623] ppid=11615 vsize=2648568 CPUtime=0.16 cores=0,2,4,6
/proc/11617/task/11623/stat : 11623 (java) S 11615 11617 11323 0 -1 4202560 85 0 0 0 12 4 0 0 20 0 18 0 347021188 2712133632 131835 33554432000 1073741824 1073778376 140736105741488 139934810012456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11624] ppid=11615 vsize=2648568 CPUtime=0.19 cores=0,2,4,6
/proc/11617/task/11624/stat : 11624 (java) S 11615 11617 11323 0 -1 4202560 85 0 0 0 15 4 0 0 20 0 18 0 347021188 2712133632 131835 33554432000 1073741824 1073778376 140736105741488 139934808959400 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11625] ppid=11615 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/11617/task/11625/stat : 11625 (java) S 11615 11617 11323 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 18 0 347021188 2712133632 131835 33554432000 1073741824 1073778376 140736105741488 139934807906856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11626] ppid=11615 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/11617/task/11626/stat : 11626 (java) S 11615 11617 11323 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 18 0 347021188 2712133632 131835 33554432000 1073741824 1073778376 140736105741488 139934806853800 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11627] ppid=11615 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/11617/task/11627/stat : 11627 (java) S 11615 11617 11323 0 -1 4202560 40 0 0 0 4 3 0 0 20 0 18 0 347021188 2712133632 131835 33554432000 1073741824 1073778376 140736105741488 139934805801256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11617/tid=11628] ppid=11615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11628/stat : 11628 (java) S 11615 11617 11323 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347021189 2712133632 131835 33554432000 1073741824 1073778376 140736105741488 139934323149672 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11617/tid=11629] ppid=11615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11629/stat : 11629 (java) S 11615 11617 11323 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347021190 2712133632 131835 33554432000 1073741824 1073778376 140736105741488 139934322095992 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11630] ppid=11615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11630/stat : 11630 (java) S 11615 11617 11323 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347021190 2712133632 131835 33554432000 1073741824 1073778376 140736105741488 139934321042824 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11631] ppid=11615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11631/stat : 11631 (java) S 11615 11617 11323 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347021192 2712133632 131835 33554432000 1073741824 1073778376 140736105741488 139934319991568 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11632] ppid=11615 vsize=2648568 CPUtime=0.41 cores=0,2,4,6
/proc/11617/task/11632/stat : 11632 (java) S 11615 11617 11323 0 -1 4202560 7087 0 0 0 39 2 0 0 20 0 18 0 347021192 2712133632 131835 33554432000 1073741824 1073778376 140736105741488 139934318938424 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11633] ppid=11615 vsize=2648568 CPUtime=0.43 cores=0,2,4,6
/proc/11617/task/11633/stat : 11633 (java) S 11615 11617 11323 0 -1 4202560 4877 0 0 0 43 0 0 0 20 0 18 0 347021192 2712133632 131835 33554432000 1073741824 1073778376 140736105741488 139934317885880 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11634] ppid=11615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11634/stat : 11634 (java) S 11615 11617 11323 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347021192 2712133632 131835 33554432000 1073741824 1073778376 140736105741488 139934316833016 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11635] ppid=11615 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11635/stat : 11635 (java) S 11615 11617 11323 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347021193 2712133632 131835 33554432000 1073741824 1073778376 140736105741488 139934315780680 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 2648568

[startup+6.30064 s]
/proc/loadavg: 2.01 2.06 2.02 3/212 11635
/proc/meminfo: memFree=27020500/32873844 swapFree=7120/7120
[pid=11617] ppid=11615 vsize=2715132 CPUtime=9.89 cores=0,2,4,6
/proc/11617/stat : 11617 (java) S 11615 11617 11323 0 -1 4202496 17305 0 1 0 947 42 0 0 20 0 19 0 347021185 2780295168 176842 33554432000 1073741824 1073778376 140736105741488 140736105732624 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11617/statm: 678783 176842 2271 9 0 669476 0
[pid=11617/tid=11619] ppid=11615 vsize=2715132 CPUtime=5.41 cores=0,2,4,6
/proc/11617/task/11619/stat : 11619 (java) S 11615 11617 11323 0 -1 4202560 2924 0 1 0 532 9 0 0 20 0 19 0 347021186 2780295168 176843 33554432000 1073741824 1073778376 140736105741488 139934946655080 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11617/tid=11620] ppid=11615 vsize=2715132 CPUtime=0.43 cores=0,2,4,6
/proc/11617/task/11620/stat : 11620 (java) R 11615 11617 11323 0 -1 4202560 105 0 0 0 40 3 0 0 20 0 19 0 347021188 2780295168 176843 33554432000 1073741824 1073778376 140736105741488 139934813170776 139934950413452 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11621] ppid=11615 vsize=2715132 CPUtime=0.42 cores=0,2,4,6
/proc/11617/task/11621/stat : 11621 (java) R 11615 11617 11323 0 -1 4202560 231 0 0 0 38 4 0 0 20 0 19 0 347021188 2780295168 176843 33554432000 1073741824 1073778376 140736105741488 139934812118184 233220902023 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11617/tid=11622] ppid=11615 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/11617/task/11622/stat : 11622 (java) R 11615 11617 11323 0 -1 4202560 95 0 0 0 35 3 0 0 20 0 19 0 347021188 2780295168 176843 33554432000 1073741824 1073778376 140736105741488 139934811065128 233220902023 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11617/tid=11623] ppid=11615 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/11617/task/11623/stat : 11623 (java) R 11615 11617 11323 0 -1 4202560 229 0 0 0 34 4 0 0 20 0 19 0 347021188 2780295168 176843 33554432000 1073741824 1073778376 140736105741488 139934810012632 139934953165184 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11617/tid=11624] ppid=11615 vsize=2715132 CPUtime=0.46 cores=0,2,4,6
/proc/11617/task/11624/stat : 11624 (java) R 11615 11617 11323 0 -1 4202560 242 0 0 0 40 6 0 0 20 0 19 0 347021188 2780295168 176843 33554432000 1073741824 1073778376 140736105741488 139934808959528 233220902023 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11617/tid=11625] ppid=11615 vsize=2715132 CPUtime=0.31 cores=0,2,4,6
/proc/11617/task/11625/stat : 11625 (java) R 11615 11617 11323 0 -1 4202560 98 0 0 0 28 3 0 0 20 0 19 0 347021188 2780295168 176843 33554432000 1073741824 1073778376 140736105741488 139934807906984 139934950413784 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11617/tid=11626] ppid=11615 vsize=2715132 CPUtime=0.42 cores=0,2,4,6
/proc/11617/task/11626/stat : 11626 (java) R 11615 11617 11323 0 -1 4202560 87 0 0 0 38 4 0 0 20 0 19 0 347021188 2780295168 176843 33554432000 1073741824 1073778376 140736105741488 139934806853928 139934954701986 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11627] ppid=11615 vsize=2715132 CPUtime=0.35 cores=0,2,4,6
/proc/11617/task/11627/stat : 11627 (java) R 11615 11617 11323 0 -1 4202560 110 0 0 0 31 4 0 0 20 0 19 0 347021188 2780295168 176843 33554432000 1073741824 1073778376 140736105741488 139934805801432 139934949935004 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11617/tid=11628] ppid=11615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11628/stat : 11628 (java) S 11615 11617 11323 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347021189 2780295168 176843 33554432000 1073741824 1073778376 140736105741488 139934323148552 233224320060 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11617/tid=11629] ppid=11615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11629/stat : 11629 (java) S 11615 11617 11323 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347021190 2780295168 176844 33554432000 1073741824 1073778376 140736105741488 139934322095992 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11630] ppid=11615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11630/stat : 11630 (java) S 11615 11617 11323 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347021190 2780295168 176844 33554432000 1073741824 1073778376 140736105741488 139934321042824 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11631] ppid=11615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11631/stat : 11631 (java) S 11615 11617 11323 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347021192 2780295168 176844 33554432000 1073741824 1073778376 140736105741488 139934319991568 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11632] ppid=11615 vsize=2715132 CPUtime=0.62 cores=0,2,4,6
/proc/11617/task/11632/stat : 11632 (java) S 11615 11617 11323 0 -1 4202560 7110 0 0 0 60 2 0 0 20 0 19 0 347021192 2780295168 176844 33554432000 1073741824 1073778376 140736105741488 139934318938424 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11617/tid=11633] ppid=11615 vsize=2715132 CPUtime=0.53 cores=0,2,4,6
/proc/11617/task/11633/stat : 11633 (java) S 11615 11617 11323 0 -1 4202560 4884 0 0 0 53 0 0 0 20 0 19 0 347021192 2780295168 176844 33554432000 1073741824 1073778376 140736105741488 139934317885880 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11634] ppid=11615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11634/stat : 11634 (java) S 11615 11617 11323 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347021192 2780295168 176844 33554432000 1073741824 1073778376 140736105741488 139934316833016 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11635] ppid=11615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11635/stat : 11635 (java) S 11615 11617 11323 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347021193 2780295168 176844 33554432000 1073741824 1073778376 140736105741488 139934315780680 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.89
Current children cumulated vsize (KiB) 2715132

[startup+12.7008 s]
/proc/loadavg: 2.01 2.06 2.02 3/213 11636
/proc/meminfo: memFree=26933596/32873844 swapFree=7120/7120
[pid=11617] ppid=11615 vsize=2715132 CPUtime=17.58 cores=0,2,4,6
/proc/11617/stat : 11617 (java) S 11615 11617 11323 0 -1 4202496 18120 0 1 0 1713 45 0 0 20 0 19 0 347021185 2780295168 187323 33554432000 1073741824 1073778376 140736105741488 140736105732624 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11617/statm: 678783 187323 2273 9 0 669476 0
[pid=11617/tid=11619] ppid=11615 vsize=2715132 CPUtime=11.4 cores=0,2,4,6

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

[pid=11617/tid=11632] ppid=11615 vsize=2715132 CPUtime=0.82 cores=0,2,4,6
/proc/11617/task/11632/stat : 11632 (java) S 11615 11617 11323 0 -1 4202560 7118 0 0 0 80 2 0 0 20 0 19 0 347021192 2780295168 308024 33554432000 1073741824 1073778376 140736105741488 139934318938424 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11633] ppid=11615 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/11617/task/11633/stat : 11633 (java) S 11615 11617 11323 0 -1 4202560 4884 0 0 0 60 0 0 0 20 0 19 0 347021192 2780295168 308024 33554432000 1073741824 1073778376 140736105741488 139934317885880 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11634] ppid=11615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11634/stat : 11634 (java) S 11615 11617 11323 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347021192 2780295168 308024 33554432000 1073741824 1073778376 140736105741488 139934316833016 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11635] ppid=11615 vsize=2715132 CPUtime=0.63 cores=0,2,4,6
/proc/11617/task/11635/stat : 11635 (java) S 11615 11617 11323 0 -1 4202560 87 0 0 0 33 30 0 0 20 0 19 0 347021193 2780295168 308024 33554432000 1073741824 1073778376 140736105741488 139934315780680 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11617/tid=11636] ppid=11615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11636/stat : 11636 (java) S 11615 11617 11323 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347021770 2780295168 308024 33554432000 1073741824 1073778376 140736105741488 139934314726952 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1631.25
Current children cumulated vsize (KiB) 2715132

[startup+1602.3 s]
/proc/loadavg: 2.16 2.12 2.06 3/213 11707
/proc/meminfo: memFree=26082524/32873844 swapFree=7120/7120
[pid=11617] ppid=11615 vsize=2715132 CPUtime=1695.05 cores=0,2,4,6
/proc/11617/stat : 11617 (java) S 11615 11617 11323 0 -1 4202496 20667 0 1 0 169357 148 0 0 20 0 19 0 347021185 2780295168 309048 33554432000 1073741824 1073778376 140736105741488 140736105732624 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11617/statm: 678783 309048 2273 9 0 669476 0
[pid=11617/tid=11619] ppid=11615 vsize=2715132 CPUtime=1564.31 cores=0,2,4,6
/proc/11617/task/11619/stat : 11619 (java) R 11615 11617 11323 0 -1 4202560 3921 0 1 0 156396 35 0 0 20 0 19 0 347021186 2780295168 309048 33554432000 1073741824 1073778376 140736105741488 139934946655536 139934816523396 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11617/tid=11620] ppid=11615 vsize=2715132 CPUtime=15.85 cores=0,2,4,6
/proc/11617/task/11620/stat : 11620 (java) S 11615 11617 11323 0 -1 4202560 420 0 0 0 1572 13 0 0 20 0 19 0 347021188 2780295168 309048 33554432000 1073741824 1073778376 140736105741488 139934813170600 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11617/tid=11621] ppid=11615 vsize=2715132 CPUtime=15.6 cores=0,2,4,6
/proc/11617/task/11621/stat : 11621 (java) S 11615 11617 11323 0 -1 4202560 428 0 0 0 1545 15 0 0 20 0 19 0 347021188 2780295168 309048 33554432000 1073741824 1073778376 140736105741488 139934812118056 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11622] ppid=11615 vsize=2715132 CPUtime=15.13 cores=0,2,4,6
/proc/11617/task/11622/stat : 11622 (java) S 11615 11617 11323 0 -1 4202560 399 0 0 0 1503 10 0 0 20 0 19 0 347021188 2780295168 309048 33554432000 1073741824 1073778376 140736105741488 139934811065000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11617/tid=11623] ppid=11615 vsize=2715132 CPUtime=15.76 cores=0,2,4,6
/proc/11617/task/11623/stat : 11623 (java) S 11615 11617 11323 0 -1 4202560 443 0 0 0 1562 14 0 0 20 0 19 0 347021188 2780295168 309048 33554432000 1073741824 1073778376 140736105741488 139934810012456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11624] ppid=11615 vsize=2715132 CPUtime=16.06 cores=0,2,4,6
/proc/11617/task/11624/stat : 11624 (java) S 11615 11617 11323 0 -1 4202560 436 0 0 0 1591 15 0 0 20 0 19 0 347021188 2780295168 309048 33554432000 1073741824 1073778376 140736105741488 139934808959400 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11617/tid=11625] ppid=11615 vsize=2715132 CPUtime=15.6 cores=0,2,4,6
/proc/11617/task/11625/stat : 11625 (java) S 11615 11617 11323 0 -1 4202560 413 0 0 0 1547 13 0 0 20 0 19 0 347021188 2780295168 309048 33554432000 1073741824 1073778376 140736105741488 139934807906856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11617/tid=11626] ppid=11615 vsize=2715132 CPUtime=15.41 cores=0,2,4,6
/proc/11617/task/11626/stat : 11626 (java) S 11615 11617 11323 0 -1 4202560 417 0 0 0 1528 13 0 0 20 0 19 0 347021188 2780295168 309048 33554432000 1073741824 1073778376 140736105741488 139934806853800 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11627] ppid=11615 vsize=2715132 CPUtime=15.45 cores=0,2,4,6
/proc/11617/task/11627/stat : 11627 (java) S 11615 11617 11323 0 -1 4202560 412 0 0 0 1531 14 0 0 20 0 19 0 347021188 2780295168 309048 33554432000 1073741824 1073778376 140736105741488 139934805801256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11628] ppid=11615 vsize=2715132 CPUtime=0.17 cores=0,2,4,6
/proc/11617/task/11628/stat : 11628 (java) S 11615 11617 11323 0 -1 4202560 103 0 0 0 12 5 0 0 20 0 19 0 347021189 2780295168 309048 33554432000 1073741824 1073778376 140736105741488 139934323149672 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11629] ppid=11615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11629/stat : 11629 (java) S 11615 11617 11323 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347021190 2780295168 309048 33554432000 1073741824 1073778376 140736105741488 139934322095992 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11630] ppid=11615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11630/stat : 11630 (java) S 11615 11617 11323 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347021190 2780295168 309048 33554432000 1073741824 1073778376 140736105741488 139934321042824 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11631] ppid=11615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11631/stat : 11631 (java) S 11615 11617 11323 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347021192 2780295168 309048 33554432000 1073741824 1073778376 140736105741488 139934319991568 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11632] ppid=11615 vsize=2715132 CPUtime=0.82 cores=0,2,4,6
/proc/11617/task/11632/stat : 11632 (java) S 11615 11617 11323 0 -1 4202560 7118 0 0 0 80 2 0 0 20 0 19 0 347021192 2780295168 309048 33554432000 1073741824 1073778376 140736105741488 139934318938424 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11633] ppid=11615 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/11617/task/11633/stat : 11633 (java) S 11615 11617 11323 0 -1 4202560 4884 0 0 0 60 0 0 0 20 0 19 0 347021192 2780295168 309048 33554432000 1073741824 1073778376 140736105741488 139934317885880 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11634] ppid=11615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11634/stat : 11634 (java) S 11615 11617 11323 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347021192 2780295168 309048 33554432000 1073741824 1073778376 140736105741488 139934316833016 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11635] ppid=11615 vsize=2715132 CPUtime=0.65 cores=0,2,4,6
/proc/11617/task/11635/stat : 11635 (java) S 11615 11617 11323 0 -1 4202560 91 0 0 0 34 31 0 0 20 0 19 0 347021193 2780295168 309048 33554432000 1073741824 1073778376 140736105741488 139934315780680 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11617/tid=11636] ppid=11615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11636/stat : 11636 (java) S 11615 11617 11323 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347021770 2780295168 309048 33554432000 1073741824 1073778376 140736105741488 139934314726952 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1695.05
Current children cumulated vsize (KiB) 2715132

[startup+1662.3 s]
/proc/loadavg: 2.53 2.21 2.09 3/214 11710
/proc/meminfo: memFree=26078048/32873844 swapFree=7120/7120
[pid=11617] ppid=11615 vsize=2715132 CPUtime=1758.68 cores=0,2,4,6
/proc/11617/stat : 11617 (java) S 11615 11617 11323 0 -1 4202496 20709 0 1 0 175718 150 0 0 20 0 19 0 347021185 2780295168 310072 33554432000 1073741824 1073778376 140736105741488 140736105732624 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11617/statm: 678783 310072 2273 9 0 669476 0
[pid=11617/tid=11619] ppid=11615 vsize=2715132 CPUtime=1622.83 cores=0,2,4,6
/proc/11617/task/11619/stat : 11619 (java) R 11615 11617 11323 0 -1 4202560 3957 0 1 0 162247 36 0 0 20 0 19 0 347021186 2780295168 310072 33554432000 1073741824 1073778376 140736105741488 139934946655536 139934816810871 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11620] ppid=11615 vsize=2715132 CPUtime=16.49 cores=0,2,4,6
/proc/11617/task/11620/stat : 11620 (java) S 11615 11617 11323 0 -1 4202560 421 0 0 0 1636 13 0 0 20 0 19 0 347021188 2780295168 310072 33554432000 1073741824 1073778376 140736105741488 139934813170600 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11617/tid=11621] ppid=11615 vsize=2715132 CPUtime=16.18 cores=0,2,4,6
/proc/11617/task/11621/stat : 11621 (java) S 11615 11617 11323 0 -1 4202560 428 0 0 0 1603 15 0 0 20 0 19 0 347021188 2780295168 310072 33554432000 1073741824 1073778376 140736105741488 139934812118056 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11622] ppid=11615 vsize=2715132 CPUtime=15.77 cores=0,2,4,6
/proc/11617/task/11622/stat : 11622 (java) S 11615 11617 11323 0 -1 4202560 399 0 0 0 1567 10 0 0 20 0 19 0 347021188 2780295168 310072 33554432000 1073741824 1073778376 140736105741488 139934811065000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11617/tid=11623] ppid=11615 vsize=2715132 CPUtime=16.44 cores=0,2,4,6
/proc/11617/task/11623/stat : 11623 (java) S 11615 11617 11323 0 -1 4202560 443 0 0 0 1630 14 0 0 20 0 19 0 347021188 2780295168 310072 33554432000 1073741824 1073778376 140736105741488 139934810012456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11617/tid=11624] ppid=11615 vsize=2715132 CPUtime=16.64 cores=0,2,4,6
/proc/11617/task/11624/stat : 11624 (java) S 11615 11617 11323 0 -1 4202560 436 0 0 0 1649 15 0 0 20 0 19 0 347021188 2780295168 310072 33554432000 1073741824 1073778376 140736105741488 139934808959400 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11625] ppid=11615 vsize=2715132 CPUtime=16.21 cores=0,2,4,6
/proc/11617/task/11625/stat : 11625 (java) S 11615 11617 11323 0 -1 4202560 413 0 0 0 1607 14 0 0 20 0 19 0 347021188 2780295168 310072 33554432000 1073741824 1073778376 140736105741488 139934807906856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11617/tid=11626] ppid=11615 vsize=2715132 CPUtime=15.99 cores=0,2,4,6
/proc/11617/task/11626/stat : 11626 (java) S 11615 11617 11323 0 -1 4202560 417 0 0 0 1586 13 0 0 20 0 19 0 347021188 2780295168 310072 33554432000 1073741824 1073778376 140736105741488 139934806853800 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11617/tid=11627] ppid=11615 vsize=2715132 CPUtime=16.08 cores=0,2,4,6
/proc/11617/task/11627/stat : 11627 (java) S 11615 11617 11323 0 -1 4202560 413 0 0 0 1594 14 0 0 20 0 19 0 347021188 2780295168 310072 33554432000 1073741824 1073778376 140736105741488 139934805801256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11628] ppid=11615 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/11617/task/11628/stat : 11628 (java) S 11615 11617 11323 0 -1 4202560 105 0 0 0 13 5 0 0 20 0 19 0 347021189 2780295168 310072 33554432000 1073741824 1073778376 140736105741488 139934323149672 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11617/tid=11629] ppid=11615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11629/stat : 11629 (java) S 11615 11617 11323 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347021190 2780295168 310072 33554432000 1073741824 1073778376 140736105741488 139934322095992 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11630] ppid=11615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11630/stat : 11630 (java) S 11615 11617 11323 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347021190 2780295168 310072 33554432000 1073741824 1073778376 140736105741488 139934321042824 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11631] ppid=11615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11631/stat : 11631 (java) S 11615 11617 11323 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347021192 2780295168 310072 33554432000 1073741824 1073778376 140736105741488 139934319991568 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11632] ppid=11615 vsize=2715132 CPUtime=0.82 cores=0,2,4,6
/proc/11617/task/11632/stat : 11632 (java) S 11615 11617 11323 0 -1 4202560 7118 0 0 0 80 2 0 0 20 0 19 0 347021192 2780295168 310072 33554432000 1073741824 1073778376 140736105741488 139934318938424 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11633] ppid=11615 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/11617/task/11633/stat : 11633 (java) S 11615 11617 11323 0 -1 4202560 4884 0 0 0 60 0 0 0 20 0 19 0 347021192 2780295168 310072 33554432000 1073741824 1073778376 140736105741488 139934317885880 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11634] ppid=11615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11634/stat : 11634 (java) S 11615 11617 11323 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347021192 2780295168 310072 33554432000 1073741824 1073778376 140736105741488 139934316833016 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11635] ppid=11615 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/11617/task/11635/stat : 11635 (java) S 11615 11617 11323 0 -1 4202560 93 0 0 0 35 33 0 0 20 0 19 0 347021193 2780295168 310072 33554432000 1073741824 1073778376 140736105741488 139934315780680 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11617/tid=11636] ppid=11615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11636/stat : 11636 (java) S 11615 11617 11323 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347021770 2780295168 310072 33554432000 1073741824 1073778376 140736105741488 139934314726952 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1758.68
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1701.4 s]
/proc/loadavg: 2.27 2.18 2.08 3/213 11710
/proc/meminfo: memFree=26071912/32873844 swapFree=7120/7120
[pid=11617] ppid=11615 vsize=2715132 CPUtime=1800.07 cores=0,2,4,6
/proc/11617/stat : 11617 (java) S 11615 11617 11323 0 -1 4202496 20746 0 1 0 179854 153 0 0 20 0 19 0 347021185 2780295168 311608 33554432000 1073741824 1073778376 140736105741488 140736105732624 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11617/statm: 678783 311608 2273 9 0 669476 0
[pid=11617/tid=11619] ppid=11615 vsize=2715132 CPUtime=1661 cores=0,2,4,6
/proc/11617/task/11619/stat : 11619 (java) R 11615 11617 11323 0 -1 4202560 3979 0 1 0 166063 37 0 0 20 0 19 0 347021186 2780295168 311608 33554432000 1073741824 1073778376 140736105741488 139934946655568 139934816992907 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11617/tid=11620] ppid=11615 vsize=2715132 CPUtime=16.92 cores=0,2,4,6
/proc/11617/task/11620/stat : 11620 (java) S 11615 11617 11323 0 -1 4202560 422 0 0 0 1679 13 0 0 20 0 19 0 347021188 2780295168 311608 33554432000 1073741824 1073778376 140736105741488 139934813170600 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11617/tid=11621] ppid=11615 vsize=2715132 CPUtime=16.5 cores=0,2,4,6
/proc/11617/task/11621/stat : 11621 (java) S 11615 11617 11323 0 -1 4202560 430 0 0 0 1635 15 0 0 20 0 19 0 347021188 2780295168 311608 33554432000 1073741824 1073778376 140736105741488 139934812118056 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11622] ppid=11615 vsize=2715132 CPUtime=16.15 cores=0,2,4,6
/proc/11617/task/11622/stat : 11622 (java) S 11615 11617 11323 0 -1 4202560 399 0 0 0 1605 10 0 0 20 0 19 0 347021188 2780295168 311608 33554432000 1073741824 1073778376 140736105741488 139934811065000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11617/tid=11623] ppid=11615 vsize=2715132 CPUtime=16.81 cores=0,2,4,6
/proc/11617/task/11623/stat : 11623 (java) S 11615 11617 11323 0 -1 4202560 444 0 0 0 1666 15 0 0 20 0 19 0 347021188 2780295168 311608 33554432000 1073741824 1073778376 140736105741488 139934810012456 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11624] ppid=11615 vsize=2715132 CPUtime=17.01 cores=0,2,4,6
/proc/11617/task/11624/stat : 11624 (java) S 11615 11617 11323 0 -1 4202560 437 0 0 0 1686 15 0 0 20 0 19 0 347021188 2780295168 311608 33554432000 1073741824 1073778376 140736105741488 139934808959400 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11625] ppid=11615 vsize=2715132 CPUtime=16.56 cores=0,2,4,6
/proc/11617/task/11625/stat : 11625 (java) S 11615 11617 11323 0 -1 4202560 414 0 0 0 1642 14 0 0 20 0 19 0 347021188 2780295168 311608 33554432000 1073741824 1073778376 140736105741488 139934807906856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11617/tid=11626] ppid=11615 vsize=2715132 CPUtime=16.4 cores=0,2,4,6
/proc/11617/task/11626/stat : 11626 (java) S 11615 11617 11323 0 -1 4202560 418 0 0 0 1627 13 0 0 20 0 19 0 347021188 2780295168 311608 33554432000 1073741824 1073778376 140736105741488 139934806853800 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11627] ppid=11615 vsize=2715132 CPUtime=16.58 cores=0,2,4,6
/proc/11617/task/11627/stat : 11627 (java) S 11615 11617 11323 0 -1 4202560 415 0 0 0 1644 14 0 0 20 0 19 0 347021188 2780295168 311608 33554432000 1073741824 1073778376 140736105741488 139934805801256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11617/tid=11628] ppid=11615 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/11617/task/11628/stat : 11628 (java) S 11615 11617 11323 0 -1 4202560 107 0 0 0 13 5 0 0 20 0 19 0 347021189 2780295168 311608 33554432000 1073741824 1073778376 140736105741488 139934323149672 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11629] ppid=11615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11629/stat : 11629 (java) S 11615 11617 11323 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347021190 2780295168 311608 33554432000 1073741824 1073778376 140736105741488 139934322095992 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11630] ppid=11615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11630/stat : 11630 (java) S 11615 11617 11323 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347021190 2780295168 311608 33554432000 1073741824 1073778376 140736105741488 139934321042824 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11631] ppid=11615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11631/stat : 11631 (java) S 11615 11617 11323 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347021192 2780295168 311608 33554432000 1073741824 1073778376 140736105741488 139934319991568 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11632] ppid=11615 vsize=2715132 CPUtime=0.82 cores=0,2,4,6
/proc/11617/task/11632/stat : 11632 (java) S 11615 11617 11323 0 -1 4202560 7118 0 0 0 80 2 0 0 20 0 19 0 347021192 2780295168 311608 33554432000 1073741824 1073778376 140736105741488 139934318938424 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11617/tid=11633] ppid=11615 vsize=2715132 CPUtime=0.6 cores=0,2,4,6
/proc/11617/task/11633/stat : 11633 (java) S 11615 11617 11323 0 -1 4202560 4884 0 0 0 60 0 0 0 20 0 19 0 347021192 2780295168 311608 33554432000 1073741824 1073778376 140736105741488 139934317885880 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11634] ppid=11615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11634/stat : 11634 (java) S 11615 11617 11323 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347021192 2780295168 311608 33554432000 1073741824 1073778376 140736105741488 139934316833016 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11617/tid=11635] ppid=11615 vsize=2715132 CPUtime=0.69 cores=0,2,4,6
/proc/11617/task/11635/stat : 11635 (java) S 11615 11617 11323 0 -1 4202560 97 0 0 0 36 33 0 0 20 0 19 0 347021193 2780295168 311608 33554432000 1073741824 1073778376 140736105741488 139934315780680 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11617/tid=11636] ppid=11615 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/11617/task/11636/stat : 11636 (java) S 11615 11617 11323 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347021770 2780295168 311608 33554432000 1073741824 1073778376 140736105741488 139934314726952 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 11617 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=539188
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=999696
# CPU time returned by wait4() is 1796.54
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1701.45
CPU time (s): 1800.07
CPU user time (s): 1798.54
CPU system time (s): 1.53
CPU usage (%): 105.796
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.54
system time used= 1.9997
maximum resident set size= 1246576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20786
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 67447
involuntary context switches= 178853

runsolver used 5.40118 second user time and 14.9537 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-04 13:22:43
IDJOB=3744117
IDBENCH=92691
IDSOLVER=2322
FILE ID=node142/3744117-1338808962
RUNJOBID= node142-1338805439-11339
PBS_JOBID= 14636866
Free space on /tmp= 71152 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_9_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-3744117-1338808962/watcher-3744117-1338808962 -o /tmp/evaluation-result-3744117-1338808962/solver-3744117-1338808962 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744117-1338808962.opb

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

MD5SUM BENCH= 655cb5a16dbcae660ed90071e230a8ed
RANDOM SEED=1421025806

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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.776
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.776
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:        27676496 kB
Buffers:          394536 kB
Cached:          3033008 kB
SwapCached:            0 kB
Active:          2297328 kB
Inactive:        2073892 kB
Active(anon):     935132 kB
Inactive(anon):    11220 kB
Active(file):    1362196 kB
Inactive(file):  2062672 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             37968 kB
Writeback:             0 kB
AnonPages:        952992 kB
Mapped:            18628 kB
Shmem:               200 kB
Slab:             684076 kB
SReclaimable:     125508 kB
SUnreclaim:       558568 kB
KernelStack:        1608 kB
PageTables:         5948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1524992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    915456 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= 71152 MiB
End job on node142 at 2012-06-04 13:51:06