Trace number 2662211

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.46 913.074

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_20.opb
MD5SUM6a25ee38adc43f783b18badd1224270c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13480
Total number of constraints26619
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints26619
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2843
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.45	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.11/0.45	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.45	c See www.sat4j.org for details.
0.11/0.46	c version 2.2.0.v20100531
0.11/0.46	c java.runtime.name	Java(TM) SE Runtime Environment
0.11/0.46	c java.vm.name		Java HotSpot(TM) Server VM
0.11/0.46	c java.vm.version	11.2-b01
0.11/0.46	c java.vm.vendor	Sun Microsystems Inc.
0.11/0.46	c sun.arch.data.model	32
0.11/0.46	c java.version		1.6.0_12
0.11/0.46	c os.name		Linux
0.11/0.46	c os.version		2.6.18-164.el5
0.11/0.46	c os.arch		i386
0.11/0.46	c Free memory 		1393557488
0.11/0.46	c Max memory 		1395916800
0.11/0.46	c Total memory 		1395916800
0.11/0.46	c Number of processors 	2
0.22/0.55	c Pseudo Boolean Optimization
0.22/0.55	c ManyCore solver with 2 solvers running in parallel
0.22/0.55	c --- Begin Solver configuration ---
0.22/0.55	c Stops conflict analysis at the first Unique Implication Point
0.22/0.55	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.55	c Learn all clauses as in MiniSAT
0.22/0.55	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.55	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.55	c Expensive reason simplification
0.22/0.55	c Armin Biere (Picosat) restarts strategy
0.22/0.55	c Glucose learned constraints deletion strategy
0.22/0.55	c timeout=2147483s
0.22/0.55	c DB Simplification allowed=false
0.22/0.55	c --- End Solver configuration ---
0.22/0.55	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.55	c --- Begin Solver configuration ---
0.22/0.55	c Stops conflict analysis at the first Unique Implication Point
0.22/0.55	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.55	c Learn all clauses as in MiniSAT
0.22/0.55	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.55	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.55	c No reason simplification
0.22/0.55	c Armin Biere (Picosat) restarts strategy
0.22/0.55	c Glucose learned constraints deletion strategy
0.22/0.55	c timeout=2147483s
0.22/0.55	c DB Simplification allowed=false
0.22/0.55	c --- End Solver configuration ---
0.22/0.55	
0.22/0.55	c solving HOME/instance-2662211-1276588082.opb
0.22/0.55	c reading problem ... 
9.36/7.01	c ... done. Wall clock time 6.465s.
9.36/7.01	c #vars     13480
9.36/7.01	c #constraints  26619
9.36/7.01	c constraints type 
9.36/7.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26619
9.36/7.01	c constraints type 
9.36/7.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26619
476.78/242.81	c cleaning 2492 clauses out of 5000 with flag 5000/5000
499.59/254.71	c cleaning 0 clauses out of 5000 with flag 0/5000
1001.00/508.16	c cleaning 4247 clauses out of 8508 with flag 11000/11000
1218.08/618.18	c cleaning 0 clauses out of 11001 with flag 0/11001
1615.17/819.18	c cleaning 5628 clauses out of 11261 with flag 18000/18000
1800.19/912.93	c starts		: 45
1800.19/912.93	c conflicts		: 19896
1800.19/912.93	c decisions		: 26997
1800.19/912.93	c propagations		: 8281856
1800.19/912.93	c inspects		: 331103771
1800.19/912.93	c learnt literals	: 0
1800.19/912.93	c learnt binary clauses	: 0
1800.19/912.93	c learnt ternary clauses	: 3
1800.19/912.93	c learnt clauses	: 19895
1800.19/912.93	c ignored clauses	: 0
1800.19/912.93	c root simplifications	: 0
1800.19/912.93	c removed literals (reason simplification)	: 365403
1800.19/912.93	c reason swapping (by a shorter reason)	: 0
1800.19/912.93	c Calls to reduceDB	: 3
1800.19/912.93	c number of reductions to clauses (during analyze)	: 0
1800.19/912.93	c number of learned constraints concerned by reduction	: 0
1800.19/912.93	c number of learning phase by resolution	: 0
1800.19/912.93	c number of learning phase by cutting planes	: 0
1800.19/912.93	c speed (assignments/second)	: 9141.999286907241
1800.19/912.93	c non guided choices	21
1800.19/912.99	c learnt constraints type 
1800.19/912.99	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 7530
1800.19/912.99	c constraints type 
1800.19/912.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26619
1800.19/912.99	c constraints type 
1800.19/912.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26619
1800.19/912.99	s UNKNOWN
1800.19/912.99	c Total wall clock time (in seconds): 912.448

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662211-1276588082/watcher-2662211-1276588082 -o /tmp/evaluation-result-2662211-1276588082/solver-2662211-1276588082 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662211-1276588082.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/107 2362
/proc/meminfo: memFree=1698080/2059040 swapFree=4192956/4192956
[pid=2362] ppid=2360 vsize=24036 CPUtime=0
/proc/2362/stat : 2362 (runsolver) S 2360 2362 2337 0 -1 4202560 81 0 0 0 0 0 0 0 17 0 1 0 100878 24612864 106 1992294400 4194304 4302564 140735963954048 18446744073709551615 247894483959 0 2147483391 4096 24578 18446744071699379390 0 0 17 1 0 0 0
/proc/2362/statm: 6009 106 69 27 0 2647 0

[startup+0.0923379 s]
/proc/loadavg: 0.00 0.00 0.00 2/107 2362
/proc/meminfo: memFree=1698080/2059040 swapFree=4192956/4192956
[pid=2362] ppid=2360 vsize=1832 CPUtime=0
/proc/2362/stat : 2362 (java6) S 2360 2362 2337 0 -1 4194304 248 0 3 0 0 0 0 0 15 0 1 0 100878 1875968 153 1992294400 134512640 134550932 4293396656 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 0 0 0 4
/proc/2362/statm: 458 153 116 10 0 63 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1832

[startup+0.10134 s]
/proc/loadavg: 0.00 0.00 0.00 2/107 2362
/proc/meminfo: memFree=1698080/2059040 swapFree=4192956/4192956
[pid=2362] ppid=2360 vsize=392 CPUtime=0
/proc/2362/stat : 2362 (java) S 2360 2362 2337 0 -1 4194304 291 0 3 0 0 0 0 0 15 0 1 0 100878 401408 40 1992294400 134512640 134550932 4287408256 18446744073709551615 12558932 0 2147483391 4096 0 18446744071699379390 0 0 17 0 0 0 4
/proc/2362/statm: 98 40 32 10 0 25 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 392

[startup+0.301348 s]
/proc/loadavg: 0.00 0.00 0.00 2/107 2362
/proc/meminfo: memFree=1698080/2059040 swapFree=4192956/4192956
[pid=2362] ppid=2360 vsize=1521664 CPUtime=0.05
/proc/2362/stat : 2362 (java) S 2360 2362 2337 0 -1 4202496 3504 0 77 0 3 2 0 0 16 0 7 0 100878 1558183936 3021 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 10
/proc/2362/statm: 380416 3021 1014 10 0 377726 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521664

[startup+0.701354 s]
/proc/loadavg: 0.00 0.00 0.00 2/107 2362
/proc/meminfo: memFree=1698080/2059040 swapFree=4192956/4192956
[pid=2362] ppid=2360 vsize=1527148 CPUtime=0.49
/proc/2362/stat : 2362 (java) S 2360 2362 2337 0 -1 4202496 5753 0 77 0 44 5 0 0 16 0 12 0 100878 1563799552 5266 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 10
/proc/2362/statm: 381787 5266 1372 10 0 379090 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 1527148

[startup+1.50136 s]
/proc/loadavg: 0.00 0.00 0.00 4/119 2374
/proc/meminfo: memFree=1657224/2059040 swapFree=4192956/4192956
[pid=2362] ppid=2360 vsize=1540540 CPUtime=2.01
/proc/2362/stat : 2362 (java) S 2360 2362 2337 0 -1 4202496 15966 0 77 0 194 7 0 0 16 0 12 0 100878 1577512960 12941 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 10
/proc/2362/statm: 385135 12943 1406 10 0 382438 0
[pid=2362/tid=2364] ppid=2360 vsize=1540540 CPUtime=0.67
/proc/2362/task/2364/stat : 2364 (java) R 2360 2362 2337 0 -1 4202560 8157 0 43 0 63 4 0 0 18 0 12 0 100896 1577512960 12944 1992294400 134512640 134550932 4287408256 18446744073709551615 4109704308 0 4 0 16800975 0 0 0 -1 1 0 0 13
[pid=2362/tid=2365] ppid=2360 vsize=1540540 CPUtime=0
/proc/2362/task/2365/stat : 2365 (java) S 2360 2362 2337 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 12 0 100903 1577512960 12945 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 0
[pid=2362/tid=2366] ppid=2360 vsize=1540540 CPUtime=0
/proc/2362/task/2366/stat : 2366 (java) S 2360 2362 2337 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 12 0 100903 1577512960 12946 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 0
[pid=2362/tid=2367] ppid=2360 vsize=1540540 CPUtime=0
/proc/2362/task/2367/stat : 2367 (java) S 2360 2362 2337 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 100907 1577512960 12947 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 0 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2368] ppid=2360 vsize=1540540 CPUtime=0
/proc/2362/task/2368/stat : 2368 (java) S 2360 2362 2337 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 100907 1577512960 12949 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2369] ppid=2360 vsize=1540540 CPUtime=0
/proc/2362/task/2369/stat : 2369 (java) S 2360 2362 2337 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 100907 1577512960 12950 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2370] ppid=2360 vsize=1540540 CPUtime=0
/proc/2362/task/2370/stat : 2370 (java) S 2360 2362 2337 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 100916 1577512960 12951 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2371] ppid=2360 vsize=1540540 CPUtime=0.73
/proc/2362/task/2371/stat : 2371 (java) S 2360 2362 2337 0 -1 4202560 3578 0 0 0 73 0 0 0 16 0 12 0 100916 1577512960 12952 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2372] ppid=2360 vsize=1540540 CPUtime=0.58
/proc/2362/task/2372/stat : 2372 (java) S 2360 2362 2337 0 -1 4202560 3204 0 0 0 57 1 0 0 21 0 12 0 100916 1577512960 12953 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2373] ppid=2360 vsize=1540540 CPUtime=0
/proc/2362/task/2373/stat : 2373 (java) S 2360 2362 2337 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 12 0 100916 1577512960 12955 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2374] ppid=2360 vsize=1540540 CPUtime=0
/proc/2362/task/2374/stat : 2374 (java) S 2360 2362 2337 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 100916 1577512960 12956 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1540540

[startup+3.1014 s]
/proc/loadavg: 0.24 0.05 0.02 2/119 2374
/proc/meminfo: memFree=1577988/2059040 swapFree=4192956/4192956
[pid=2362] ppid=2360 vsize=1548524 CPUtime=4.63
/proc/2362/stat : 2362 (java) S 2360 2362 2337 0 -1 4202496 51442 0 77 0 439 24 0 0 16 0 12 0 100878 1585688576 43563 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 10
/proc/2362/statm: 387131 43563 1421 10 0 384434 0
[pid=2362/tid=2364] ppid=2360 vsize=1548524 CPUtime=1.66
/proc/2362/task/2364/stat : 2364 (java) R 2360 2362 2337 0 -1 4202560 31983 0 43 0 149 17 0 0 18 0 12 0 100896 1585688576 43563 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 13
[pid=2362/tid=2365] ppid=2360 vsize=1548524 CPUtime=0.08
/proc/2362/task/2365/stat : 2365 (java) S 2360 2362 2337 0 -1 4202560 2448 0 0 0 8 0 0 0 17 0 12 0 100903 1585688576 43563 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2366] ppid=2360 vsize=1548524 CPUtime=0.09
/proc/2362/task/2366/stat : 2366 (java) S 2360 2362 2337 0 -1 4202560 2509 0 0 0 8 1 0 0 18 0 12 0 100903 1585688576 43563 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 0
[pid=2362/tid=2367] ppid=2360 vsize=1548524 CPUtime=0
/proc/2362/task/2367/stat : 2367 (java) S 2360 2362 2337 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 12 0 100907 1585688576 43563 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 0 0 16800975 18446604437821939904 0 0 -1 1 0 0 0
[pid=2362/tid=2368] ppid=2360 vsize=1548524 CPUtime=0
/proc/2362/task/2368/stat : 2368 (java) S 2360 2362 2337 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 100907 1585688576 43563 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2369] ppid=2360 vsize=1548524 CPUtime=0
/proc/2362/task/2369/stat : 2369 (java) S 2360 2362 2337 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 100907 1585688576 43563 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 2
[pid=2362/tid=2370] ppid=2360 vsize=1548524 CPUtime=0
/proc/2362/task/2370/stat : 2370 (java) S 2360 2362 2337 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 100916 1585688576 43563 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2371] ppid=2360 vsize=1548524 CPUtime=1.15
/proc/2362/task/2371/stat : 2371 (java) R 2360 2362 2337 0 -1 4202560 3802 0 0 0 115 0 0 0 16 0 12 0 100916 1585688576 43563 1992294400 134512640 134550932 4287408256 18446744073709551615 104145755 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2362/tid=2372] ppid=2360 vsize=1548524 CPUtime=1.59
/proc/2362/task/2372/stat : 2372 (java) R 2360 2362 2337 0 -1 4202560 9664 0 0 0 156 3 0 0 17 0 12 0 100916 1585688576 43563 1992294400 134512640 134550932 4287408256 18446744073709551615 104163840 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2362/tid=2373] ppid=2360 vsize=1548524 CPUtime=0
/proc/2362/task/2373/stat : 2373 (java) S 2360 2362 2337 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 12 0 100916 1585688576 43563 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2374] ppid=2360 vsize=1548524 CPUtime=0
/proc/2362/task/2374/stat : 2374 (java) S 2360 2362 2337 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 100916 1585688576 43563 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 1548524

[startup+6.30143 s]
/proc/loadavg: 0.24 0.05 0.02 2/119 2374
/proc/meminfo: memFree=1457956/2059040 swapFree=4192956/4192956
[pid=2362] ppid=2360 vsize=1548524 CPUtime=8.46
/proc/2362/stat : 2362 (java) S 2360 2362 2337 0 -1 4202496 75484 0 77 0 811 35 0 0 16 0 12 0 100878 1585688576 64402 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 10
/proc/2362/statm: 387131 64402 1421 10 0 384434 0
[pid=2362/tid=2364] ppid=2360 vsize=1548524 CPUtime=4.23
/proc/2362/task/2364/stat : 2364 (java) R 2360 2362 2337 0 -1 4202560 31987 0 43 0 406 17 0 0 21 0 12 0 100896 1585688576 64402 1992294400 134512640 134550932 4287408256 18446744073709551615 4109791988 0 4 0 16800975 0 0 0 -1 1 0 0 13
[pid=2362/tid=2365] ppid=2360 vsize=1548524 CPUtime=0.68
/proc/2362/task/2365/stat : 2365 (java) S 2360 2362 2337 0 -1 4202560 15841 0 0 0 62 6 0 0 16 0 12 0 100903 1585688576 64402 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2366] ppid=2360 vsize=1548524 CPUtime=0.68
/proc/2362/task/2366/stat : 2366 (java) S 2360 2362 2337 0 -1 4202560 13150 0 0 0 63 5 0 0 16 0 12 0 100903 1585688576 64402 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 0
[pid=2362/tid=2367] ppid=2360 vsize=1548524 CPUtime=0
/proc/2362/task/2367/stat : 2367 (java) S 2360 2362 2337 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 100907 1585688576 64402 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 0 0 16800975 18446604437821939904 0 0 -1 1 0 0 0
[pid=2362/tid=2368] ppid=2360 vsize=1548524 CPUtime=0
/proc/2362/task/2368/stat : 2368 (java) S 2360 2362 2337 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 100907 1585688576 64402 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2369] ppid=2360 vsize=1548524 CPUtime=0
/proc/2362/task/2369/stat : 2369 (java) S 2360 2362 2337 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 100907 1585688576 64402 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 2
[pid=2362/tid=2370] ppid=2360 vsize=1548524 CPUtime=0
/proc/2362/task/2370/stat : 2370 (java) S 2360 2362 2337 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 100916 1585688576 64402 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2371] ppid=2360 vsize=1548524 CPUtime=1.18
/proc/2362/task/2371/stat : 2371 (java) S 2360 2362 2337 0 -1 4202560 3802 0 0 0 118 0 0 0 15 0 12 0 100916 1585688576 64402 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 0
[pid=2362/tid=2372] ppid=2360 vsize=1548524 CPUtime=1.64
/proc/2362/task/2372/stat : 2372 (java) S 2360 2362 2337 0 -1 4202560 9668 0 0 0 161 3 0 0 15 0 12 0 100916 1585688576 64402 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2373] ppid=2360 vsize=1548524 CPUtime=0
/proc/2362/task/2373/stat : 2373 (java) S 2360 2362 2337 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 12 0 100916 1585688576 64402 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2374] ppid=2360 vsize=1548524 CPUtime=0
/proc/2362/task/2374/stat : 2374 (java) S 2360 2362 2337 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 100916 1585688576 64402 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.46
Current children cumulated vsize (KiB) 1548524

[startup+12.7015 s]
/proc/loadavg: 0.44 0.10 0.03 3/123 2378
/proc/meminfo: memFree=1379932/2059040 swapFree=4192956/4192956
[pid=2362] ppid=2360 vsize=1549820 CPUtime=20.64
/proc/2362/stat : 2362 (java) S 2360 2362 2337 0 -1 4202496 91217 0 77 0 2021 43 0 0 16 0 16 0 100878 1587015680 77861 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 10
/proc/2362/statm: 387455 77861 1435 10 0 384758 0
[pid=2362/tid=2364] ppid=2360 vsize=1549820 CPUtime=4.72
/proc/2362/task/2364/stat : 2364 (java) S 2360 2362 2337 0 -1 4202560 32014 0 43 0 455 17 0 0 18 0 16 0 100896 1587015680 77861 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 13
[pid=2362/tid=2365] ppid=2360 vsize=1549820 CPUtime=1.76
/proc/2362/task/2365/stat : 2365 (java) S 2360 2362 2337 0 -1 4202560 25114 0 0 0 165 11 0 0 16 0 16 0 100903 1587015680 77861 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2366] ppid=2360 vsize=1549820 CPUtime=1.74
/proc/2362/task/2366/stat : 2366 (java) S 2360 2362 2337 0 -1 4202560 19468 0 0 0 167 7 0 0 15 0 16 0 100903 1587015680 77861 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 0
[pid=2362/tid=2367] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2367/stat : 2367 (java) S 2360 2362 2337 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 16 0 100907 1587015680 77861 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 0 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2368] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2368/stat : 2368 (java) S 2360 2362 2337 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 100907 1587015680 77861 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2369] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2369/stat : 2369 (java) S 2360 2362 2337 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 100907 1587015680 77861 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 2
[pid=2362/tid=2370] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2370/stat : 2370 (java) S 2360 2362 2337 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 100916 1587015680 77861 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2371] ppid=2360 vsize=1549820 CPUtime=1.41
/proc/2362/task/2371/stat : 2371 (java) S 2360 2362 2337 0 -1 4202560 3824 0 0 0 141 0 0 0 15 0 16 0 100916 1587015680 77861 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 0
[pid=2362/tid=2372] ppid=2360 vsize=1549820 CPUtime=2.14
/proc/2362/task/2372/stat : 2372 (java) S 2360 2362 2337 0 -1 4202560 9699 0 0 0 211 3 0 0 15 0 16 0 100916 1587015680 77861 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2373] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2373/stat : 2373 (java) S 2360 2362 2337 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 16 0 100916 1587015680 77861 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2374] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2374/stat : 2374 (java) S 2360 2362 2337 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 100916 1587015680 77861 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2375] ppid=2360 vsize=1549820 CPUtime=4.27
/proc/2362/task/2375/stat : 2375 (java) R 2360 2362 2337 0 -1 4202560 18 0 0 0 427 0 0 0 24 0 16 0 101580 1587015680 77861 1992294400 134512640 134550932 4287408256 18446744073709551615 4110203655 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2362/tid=2376] ppid=2360 vsize=1549820 CPUtime=4.5
/proc/2362/task/2376/stat : 2376 (java) R 2360 2362 2337 0 -1 4202560 34 0 0 0 450 0 0 0 25 0 16 0 101580 1587015680 77861 1992294400 134512640 134550932 4287408256 18446744073709551615 4110203619 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2362/tid=2377] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2377/stat : 2377 (java) S 2360 2362 2337 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 101586 1587015680 77861 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2378] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2378/stat : 2378 (java) S 2360 2362 2337 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 101586 1587015680 77861 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.64
Current children cumulated vsize (KiB) 1549820

[startup+25.5027 s]
/proc/loadavg: 0.76 0.18 0.06 3/123 2378
/proc/meminfo: memFree=1378816/2059040 swapFree=4192956/4192956
[pid=2362] ppid=2360 vsize=1549820 CPUtime=46.01
/proc/2362/stat : 2362 (java) S 2360 2362 2337 0 -1 4202496 91593 0 77 0 4555 46 0 0 16 0 16 0 100878 1587015680 78218 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 10
/proc/2362/statm: 387455 78218 1440 10 0 384758 0
[pid=2362/tid=2364] ppid=2360 vsize=1549820 CPUtime=4.72
/proc/2362/task/2364/stat : 2364 (java) S 2360 2362 2337 0 -1 4202560 32015 0 43 0 455 17 0 0 15 0 16 0 100896 1587015680 78218 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 13
[pid=2362/tid=2365] ppid=2360 vsize=1549820 CPUtime=2.84
/proc/2362/task/2365/stat : 2365 (java) S 2360 2362 2337 0 -1 4202560 25249 0 0 0 273 11 0 0 16 0 16 0 100903 1587015680 78218 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2366] ppid=2360 vsize=1549820 CPUtime=2.84
/proc/2362/task/2366/stat : 2366 (java) S 2360 2362 2337 0 -1 4202560 19640 0 0 0 276 8 0 0 15 0 16 0 100903 1587015680 78218 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 0
[pid=2362/tid=2367] ppid=2360 vsize=1549820 CPUtime=0.02

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

/proc/2362/task/2377/stat : 2377 (java) S 2360 2362 2337 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 101586 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2378] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2378/stat : 2378 (java) S 2360 2362 2337 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 101586 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1502.72
Current children cumulated vsize (KiB) 1549820

[startup+822.315 s]
/proc/loadavg: 2.08 1.99 1.24 3/123 2409
/proc/meminfo: memFree=1315460/2059040 swapFree=4192956/4192956
[pid=2362] ppid=2360 vsize=1549820 CPUtime=1620.66
/proc/2362/stat : 2362 (java) S 2360 2362 2337 0 -1 4202496 114204 0 77 0 161918 148 0 0 16 0 16 0 100878 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 10
/proc/2362/statm: 387455 93352 1451 10 0 384758 0
[pid=2362/tid=2364] ppid=2360 vsize=1549820 CPUtime=4.72
/proc/2362/task/2364/stat : 2364 (java) S 2360 2362 2337 0 -1 4202560 32040 0 43 0 455 17 0 0 15 0 16 0 100896 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 13
[pid=2362/tid=2365] ppid=2360 vsize=1549820 CPUtime=45.24
/proc/2362/task/2365/stat : 2365 (java) R 2360 2362 2337 0 -1 4202560 33188 0 0 0 4471 53 0 0 15 0 16 0 100903 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2362/tid=2366] ppid=2360 vsize=1549820 CPUtime=45.39
/proc/2362/task/2366/stat : 2366 (java) R 2360 2362 2337 0 -1 4202560 26860 0 0 0 4511 28 0 0 16 0 16 0 100903 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 103111342 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2362/tid=2367] ppid=2360 vsize=1549820 CPUtime=4.78
/proc/2362/task/2367/stat : 2367 (java) S 2360 2362 2337 0 -1 4202560 6467 0 0 0 467 11 0 0 15 0 16 0 100907 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 0 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2368] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2368/stat : 2368 (java) S 2360 2362 2337 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 100907 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2369] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2369/stat : 2369 (java) S 2360 2362 2337 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 100907 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 2
[pid=2362/tid=2370] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2370/stat : 2370 (java) S 2360 2362 2337 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 100916 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2371] ppid=2360 vsize=1549820 CPUtime=2.85
/proc/2362/task/2371/stat : 2371 (java) S 2360 2362 2337 0 -1 4202560 3907 0 0 0 285 0 0 0 16 0 16 0 100916 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 0
[pid=2362/tid=2372] ppid=2360 vsize=1549820 CPUtime=2.5
/proc/2362/task/2372/stat : 2372 (java) S 2360 2362 2337 0 -1 4202560 9887 0 0 0 247 3 0 0 15 0 16 0 100916 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2373] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2373/stat : 2373 (java) S 2360 2362 2337 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 16 0 100916 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2374] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2374/stat : 2374 (java) S 2360 2362 2337 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 100916 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2375] ppid=2360 vsize=1549820 CPUtime=761.94
/proc/2362/task/2375/stat : 2375 (java) S 2360 2362 2337 0 -1 4202560 376 0 0 0 76172 22 0 0 20 0 16 0 101580 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2376] ppid=2360 vsize=1549820 CPUtime=753.13
/proc/2362/task/2376/stat : 2376 (java) S 2360 2362 2337 0 -1 4202560 394 0 0 0 75306 7 0 0 20 0 16 0 101580 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 0
[pid=2362/tid=2377] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2377/stat : 2377 (java) S 2360 2362 2337 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 101586 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2378] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2378/stat : 2378 (java) S 2360 2362 2337 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 101586 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1620.66
Current children cumulated vsize (KiB) 1549820

[startup+882.302 s]
/proc/loadavg: 2.09 2.00 1.29 3/123 2411
/proc/meminfo: memFree=1315584/2059040 swapFree=4192956/4192956
[pid=2362] ppid=2360 vsize=1549820 CPUtime=1739.53
/proc/2362/stat : 2362 (java) S 2360 2362 2337 0 -1 4202496 114265 0 77 0 173796 157 0 0 16 0 16 0 100878 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 10
/proc/2362/statm: 387455 93352 1451 10 0 384758 0
[pid=2362/tid=2364] ppid=2360 vsize=1549820 CPUtime=4.72
/proc/2362/task/2364/stat : 2364 (java) S 2360 2362 2337 0 -1 4202560 32043 0 43 0 455 17 0 0 15 0 16 0 100896 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 13
[pid=2362/tid=2365] ppid=2360 vsize=1549820 CPUtime=48.59
/proc/2362/task/2365/stat : 2365 (java) S 2360 2362 2337 0 -1 4202560 33188 0 0 0 4804 55 0 0 16 0 16 0 100903 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2366] ppid=2360 vsize=1549820 CPUtime=48.74
/proc/2362/task/2366/stat : 2366 (java) S 2360 2362 2337 0 -1 4202560 26860 0 0 0 4843 31 0 0 16 0 16 0 100903 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 0
[pid=2362/tid=2367] ppid=2360 vsize=1549820 CPUtime=4.8
/proc/2362/task/2367/stat : 2367 (java) S 2360 2362 2337 0 -1 4202560 6471 0 0 0 468 12 0 0 15 0 16 0 100907 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 0 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2368] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2368/stat : 2368 (java) S 2360 2362 2337 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 100907 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2369] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2369/stat : 2369 (java) S 2360 2362 2337 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 100907 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 2
[pid=2362/tid=2370] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2370/stat : 2370 (java) S 2360 2362 2337 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 100916 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2371] ppid=2360 vsize=1549820 CPUtime=2.85
/proc/2362/task/2371/stat : 2371 (java) S 2360 2362 2337 0 -1 4202560 3907 0 0 0 285 0 0 0 16 0 16 0 100916 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 0
[pid=2362/tid=2372] ppid=2360 vsize=1549820 CPUtime=2.5
/proc/2362/task/2372/stat : 2372 (java) S 2360 2362 2337 0 -1 4202560 9887 0 0 0 247 3 0 0 15 0 16 0 100916 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2373] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2373/stat : 2373 (java) S 2360 2362 2337 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 16 0 100916 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2374] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2374/stat : 2374 (java) S 2360 2362 2337 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 100916 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2375] ppid=2360 vsize=1549820 CPUtime=818.49
/proc/2362/task/2375/stat : 2375 (java) R 2360 2362 2337 0 -1 4202560 404 0 0 0 81825 24 0 0 25 0 16 0 101580 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4110203655 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2362/tid=2376] ppid=2360 vsize=1549820 CPUtime=808.71
/proc/2362/task/2376/stat : 2376 (java) R 2360 2362 2337 0 -1 4202560 416 0 0 0 80863 8 0 0 25 0 16 0 101580 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4110274787 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2362/tid=2377] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2377/stat : 2377 (java) S 2360 2362 2337 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 101586 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2378] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2378/stat : 2378 (java) S 2360 2362 2337 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 101586 1587015680 93352 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1739.53
Current children cumulated vsize (KiB) 1549820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.902 s]
/proc/loadavg: 2.06 2.00 1.31 3/123 2411
/proc/meminfo: memFree=1314840/2059040 swapFree=4192956/4192956
[pid=2362] ppid=2360 vsize=1549820 CPUtime=1800.19
/proc/2362/stat : 2362 (java) S 2360 2362 2337 0 -1 4202496 114736 0 77 0 179856 163 0 0 16 0 16 0 100878 1587015680 93790 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 10
/proc/2362/statm: 387455 93790 1451 10 0 384758 0
[pid=2362/tid=2364] ppid=2360 vsize=1549820 CPUtime=4.72
/proc/2362/task/2364/stat : 2364 (java) S 2360 2362 2337 0 -1 4202560 32044 0 43 0 455 17 0 0 15 0 16 0 100896 1587015680 93790 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 13
[pid=2362/tid=2365] ppid=2360 vsize=1549820 CPUtime=50.37
/proc/2362/task/2365/stat : 2365 (java) S 2360 2362 2337 0 -1 4202560 33427 0 0 0 4978 59 0 0 16 0 16 0 100903 1587015680 93790 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2366] ppid=2360 vsize=1549820 CPUtime=50.49
/proc/2362/task/2366/stat : 2366 (java) S 2360 2362 2337 0 -1 4202560 27062 0 0 0 5017 32 0 0 15 0 16 0 100903 1587015680 93790 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 0
[pid=2362/tid=2367] ppid=2360 vsize=1549820 CPUtime=4.81
/proc/2362/task/2367/stat : 2367 (java) S 2360 2362 2337 0 -1 4202560 6473 0 0 0 469 12 0 0 15 0 16 0 100907 1587015680 93790 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 0 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2368] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2368/stat : 2368 (java) S 2360 2362 2337 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 100907 1587015680 93790 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2369] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2369/stat : 2369 (java) S 2360 2362 2337 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 100907 1587015680 93790 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 2
[pid=2362/tid=2370] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2370/stat : 2370 (java) S 2360 2362 2337 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 100916 1587015680 93790 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2371] ppid=2360 vsize=1549820 CPUtime=2.85
/proc/2362/task/2371/stat : 2371 (java) S 2360 2362 2337 0 -1 4202560 3907 0 0 0 285 0 0 0 16 0 16 0 100916 1587015680 93790 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 0
[pid=2362/tid=2372] ppid=2360 vsize=1549820 CPUtime=2.5
/proc/2362/task/2372/stat : 2372 (java) S 2360 2362 2337 0 -1 4202560 9887 0 0 0 247 3 0 0 15 0 16 0 100916 1587015680 93790 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2373] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2373/stat : 2373 (java) S 2360 2362 2337 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 16 0 100916 1587015680 93790 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2374] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2374/stat : 2374 (java) S 2360 2362 2337 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 100916 1587015680 93790 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2375] ppid=2360 vsize=1549820 CPUtime=847.31
/proc/2362/task/2375/stat : 2375 (java) R 2360 2362 2337 0 -1 4202560 412 0 0 0 84706 25 0 0 25 0 16 0 101580 1587015680 93790 1992294400 134512640 134550932 4287408256 18446744073709551615 4109700412 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2362/tid=2376] ppid=2360 vsize=1549820 CPUtime=837.03
/proc/2362/task/2376/stat : 2376 (java) R 2360 2362 2337 0 -1 4202560 433 0 0 0 83695 8 0 0 25 0 16 0 101580 1587015680 93790 1992294400 134512640 134550932 4287408256 18446744073709551615 4109700748 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2362/tid=2377] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2377/stat : 2377 (java) S 2360 2362 2337 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 101586 1587015680 93790 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2378] ppid=2360 vsize=1549820 CPUtime=0
/proc/2362/task/2378/stat : 2378 (java) S 2360 2362 2337 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 101586 1587015680 93790 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1549820

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

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

[startup+913.025 s]
/proc/loadavg: 2.06 2.00 1.31 3/123 2411
/proc/meminfo: memFree=1314840/2059040 swapFree=4192956/4192956
[pid=2362] ppid=2360 vsize=1550468 CPUtime=1800.39
/proc/2362/stat : 2362 (java) S 2360 2362 2337 0 -1 4202496 114756 0 77 0 179876 163 0 0 15 0 17 0 100878 1587679232 93810 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 10
/proc/2362/statm: 387617 93810 1452 10 0 384920 0
[pid=2362/tid=2364] ppid=2360 vsize=1550468 CPUtime=4.72
/proc/2362/task/2364/stat : 2364 (java) S 2360 2362 2337 0 -1 4202560 32044 0 43 0 455 17 0 0 15 0 17 0 100896 1587679232 93810 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 13
[pid=2362/tid=2365] ppid=2360 vsize=1550468 CPUtime=50.37
/proc/2362/task/2365/stat : 2365 (java) S 2360 2362 2337 0 -1 4202560 33427 0 0 0 4978 59 0 0 16 0 17 0 100903 1587679232 93810 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2366] ppid=2360 vsize=1550468 CPUtime=50.49
/proc/2362/task/2366/stat : 2366 (java) S 2360 2362 2337 0 -1 4202560 27062 0 0 0 5017 32 0 0 15 0 17 0 100903 1587679232 93810 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 0
[pid=2362/tid=2367] ppid=2360 vsize=1550468 CPUtime=4.81
/proc/2362/task/2367/stat : 2367 (java) S 2360 2362 2337 0 -1 4202560 6473 0 0 0 469 12 0 0 15 0 17 0 100907 1587679232 93810 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 0 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2368] ppid=2360 vsize=1550468 CPUtime=0
/proc/2362/task/2368/stat : 2368 (java) S 2360 2362 2337 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 17 0 100907 1587679232 93810 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2369] ppid=2360 vsize=1550468 CPUtime=0
/proc/2362/task/2369/stat : 2369 (java) S 2360 2362 2337 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 100907 1587679232 93810 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 2
[pid=2362/tid=2370] ppid=2360 vsize=1550468 CPUtime=0
/proc/2362/task/2370/stat : 2370 (java) S 2360 2362 2337 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 17 0 100916 1587679232 93810 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2371] ppid=2360 vsize=1550468 CPUtime=2.85
/proc/2362/task/2371/stat : 2371 (java) S 2360 2362 2337 0 -1 4202560 3907 0 0 0 285 0 0 0 16 0 17 0 100916 1587679232 93810 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 1 0 0 0
[pid=2362/tid=2372] ppid=2360 vsize=1550468 CPUtime=2.5
/proc/2362/task/2372/stat : 2372 (java) S 2360 2362 2337 0 -1 4202560 9887 0 0 0 247 3 0 0 15 0 17 0 100916 1587679232 93810 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2373] ppid=2360 vsize=1550468 CPUtime=0
/proc/2362/task/2373/stat : 2373 (java) S 2360 2362 2337 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 17 0 100916 1587679232 93810 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2374] ppid=2360 vsize=1550468 CPUtime=0
/proc/2362/task/2374/stat : 2374 (java) S 2360 2362 2337 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 17 0 100916 1587679232 93810 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2375] ppid=2360 vsize=1550468 CPUtime=847.4
/proc/2362/task/2375/stat : 2375 (java) R 2360 2362 2337 0 -1 4202560 412 0 0 0 84715 25 0 0 25 0 17 0 101580 1587679232 93810 1992294400 134512640 134550932 4287408256 18446744073709551615 4110204209 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2362/tid=2376] ppid=2360 vsize=1550468 CPUtime=837.13
/proc/2362/task/2376/stat : 2376 (java) R 2360 2362 2337 0 -1 4202560 433 0 0 0 83705 8 0 0 25 0 17 0 101580 1587679232 93810 1992294400 134512640 134550932 4287408256 18446744073709551615 4109737082 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2362/tid=2377] ppid=2360 vsize=1550468 CPUtime=0
/proc/2362/task/2377/stat : 2377 (java) S 2360 2362 2337 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 17 0 101586 1587679232 93810 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
[pid=2362/tid=2378] ppid=2360 vsize=1550468 CPUtime=0
/proc/2362/task/2378/stat : 2378 (java) S 2360 2362 2337 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 17 0 101586 1587679232 93810 1992294400 134512640 134550932 4287408256 18446744073709551615 4294960144 0 4 0 16800975 18446604437821939904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 1550468

Child status: 143
Real time (s): 913.074
CPU time (s): 1800.46
CPU user time (s): 1798.8
CPU system time (s): 1.66675
CPU usage (%): 197.187
Max. virtual memory (cumulated for all children) (KiB): 1554948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.8
system time used= 1.66675
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114757
page faults= 77
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29458
involuntary context switches= 53538

runsolver used 3.32549 second user time and 12.0642 second system time

The end

Launcher Data

Begin job on node041 at 2010-06-15 09:48:02
IDJOB=2662211
IDBENCH=2639
IDSOLVER=1166
FILE ID=node041/2662211-1276588082
PBS_JOBID= 11172211
Free space on /tmp= 61752 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_20.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662211-1276588082/watcher-2662211-1276588082 -o /tmp/evaluation-result-2662211-1276588082/solver-2662211-1276588082 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662211-1276588082.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 6a25ee38adc43f783b18badd1224270c
RANDOM SEED=601542145

node041.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.251
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.50
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.251
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1700040 kB
Buffers:         14464 kB
Cached:         239656 kB
SwapCached:          0 kB
Active:          98388 kB
Inactive:       214852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1700040 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            8208 kB
Writeback:           0 kB
AnonPages:       59124 kB
Mapped:          15272 kB
Slab:            23824 kB
PageTables:       4052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179704 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 61752 MiB
End job on node041 at 2010-06-15 10:03:17