Trace number 2658209

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
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.22 1795.23

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_4_80.opb
MD5SUM7cde2502e7fdd6b310da5651aff97d88
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.9757
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12652
Sum of products size (including duplicates)25304
Number of different products6326
Sum of products size12652

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100526
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.09/0.20	c Pseudo Boolean Optimization
0.09/0.20	c --- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.20	c Expensive reason simplification
0.09/0.20	c Armin Biere (Picosat) restarts strategy
0.09/0.20	c Glucose learned constraints deletion strategy
0.09/0.20	c timeout=2147483s
0.09/0.20	c DB Simplification allowed=false
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving HOME/instance-2658209-1276679231.opb
0.09/0.20	c reading problem ... 
15.73/14.66	c ... done. Wall clock time 14.464s.
15.73/14.66	c #vars     7326
15.73/14.66	c #constraints  14155
15.73/14.66	c constraints type 
15.73/14.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6326
15.73/14.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
15.73/14.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
15.73/14.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6326
37.96/36.17	c cleaning 2516 clauses out of 5031 with flag 5031/5031
60.60/58.63	c cleaning 4248 clauses out of 8496 with flag 11012/11012
88.63/86.56	c cleaning 5634 clauses out of 11267 with flag 18031/18031
123.65/121.50	c cleaning 6804 clauses out of 13607 with flag 26005/26005
169.08/166.75	c cleaning 7913 clauses out of 15825 with flag 35027/35027
222.78/220.32	c cleaning 8953 clauses out of 17906 with flag 45021/45021
284.32/281.73	c cleaning 10025 clauses out of 20050 with flag 56118/56118
372.17/369.44	c cleaning 10972 clauses out of 21943 with flag 68036/68036
453.79/450.92	c cleaning 11969 clauses out of 23937 with flag 81002/81002
557.49/554.48	c cleaning 12984 clauses out of 25968 with flag 95002/95002
670.39/667.10	c cleaning 14012 clauses out of 28023 with flag 110041/110041
748.65/745.22	c cleaning 14486 clauses out of 28971 with flag 125001/125001
844.48/840.88	c cleaning 14742 clauses out of 29484 with flag 140000/140000
985.60/981.65	c cleaning 14879 clauses out of 29758 with flag 155016/155016
1069.23/1065.18	c cleaning 14948 clauses out of 29897 with flag 170034/170034
1167.11/1162.97	c cleaning 14956 clauses out of 29915 with flag 185000/185000
1260.14/1255.87	c cleaning 14980 clauses out of 29963 with flag 200004/200004
1336.97/1332.59	c cleaning 14993 clauses out of 29990 with flag 215011/215011
1432.66/1428.17	c cleaning 14999 clauses out of 30000 with flag 230014/230014
1532.69/1528.01	c cleaning 14999 clauses out of 30002 with flag 245015/245015
1664.08/1659.37	c cleaning 15018 clauses out of 30036 with flag 260048/260048
1785.71/1780.84	c cleaning 14987 clauses out of 29978 with flag 275008/275008
1800.05/1795.12	c starts		: 131
1800.05/1795.12	c conflicts		: 278449
1800.05/1795.12	c decisions		: 500638
1800.05/1795.12	c propagations		: 19849246
1800.05/1795.12	c inspects		: 773669383
1800.05/1795.12	c learnt literals	: 0
1800.05/1795.12	c learnt binary clauses	: 0
1800.05/1795.12	c learnt ternary clauses	: 0
1800.05/1795.12	c learnt clauses	: 278449
1800.05/1795.12	c ignored clauses	: 0
1800.05/1795.12	c root simplifications	: 0
1800.05/1795.12	c removed literals (reason simplification)	: 773254
1800.05/1795.12	c reason swapping (by a shorter reason)	: 0
1800.05/1795.12	c Calls to reduceDB	: 22
1800.05/1795.12	c number of reductions to clauses (during analyze)	: 0
1800.05/1795.12	c number of learned constraints concerned by reduction	: 0
1800.05/1795.12	c number of learning phase by resolution	: 0
1800.05/1795.12	c number of learning phase by cutting planes	: 0
1800.05/1795.12	c speed (assignments/second)	: 11148.387017055715
1800.05/1795.12	c non guided choices	6811
1800.05/1795.17	c learnt constraints type 
1800.05/1795.17	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18445
1800.05/1795.17	c constraints type 
1800.05/1795.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6326
1800.05/1795.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.05/1795.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.05/1795.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6326
1800.05/1795.17	s UNKNOWN
1800.05/1795.17	c Total wall clock time (in seconds): 1794.971

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-2658209-1276679231/watcher-2658209-1276679231 -o /tmp/evaluation-result-2658209-1276679231/solver-2658209-1276679231 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658209-1276679231.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: 1.01 1.07 1.02 3/106 10166
/proc/meminfo: memFree=1609252/2059040 swapFree=4140048/4192956
[pid=10166] ppid=10164 vsize=248 CPUtime=0
/proc/10166/stat : 10166 (java) R 10164 10166 9353 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 43526736 253952 29 1992294400 134512640 134550932 4286796768 18446744073709551615 2679380 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10166/statm: 62 29 21 10 0 23 0

[startup+0.041163 s]
/proc/loadavg: 1.01 1.07 1.02 3/106 10166
/proc/meminfo: memFree=1609252/2059040 swapFree=4140048/4192956
[pid=10166] ppid=10164 vsize=1520328 CPUtime=0.02
/proc/10166/stat : 10166 (java) S 10164 10166 9353 0 -1 4202496 3391 0 1 0 1 1 0 0 18 0 4 0 43526736 1556815872 2834 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10166/statm: 380082 2834 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.102169 s]
/proc/loadavg: 1.01 1.07 1.02 3/106 10166
/proc/meminfo: memFree=1609252/2059040 swapFree=4140048/4192956
[pid=10166] ppid=10164 vsize=1524184 CPUtime=0.09
/proc/10166/stat : 10166 (java) S 10164 10166 9353 0 -1 4202496 4000 0 1 0 6 3 0 0 18 0 12 0 43526736 1560764416 3439 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10166/statm: 381046 3439 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.302191 s]
/proc/loadavg: 1.01 1.07 1.02 3/106 10166
/proc/meminfo: memFree=1609252/2059040 swapFree=4140048/4192956
[pid=10166] ppid=10164 vsize=1526076 CPUtime=0.37
/proc/10166/stat : 10166 (java) S 10164 10166 9353 0 -1 4202496 5345 0 1 0 34 3 0 0 18 0 12 0 43526736 1562701824 4782 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10166/statm: 381519 4782 1362 10 0 378821 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526076

[startup+0.701239 s]
/proc/loadavg: 1.01 1.07 1.02 3/106 10166
/proc/meminfo: memFree=1609252/2059040 swapFree=4140048/4192956
[pid=10166] ppid=10164 vsize=1528704 CPUtime=1.1
/proc/10166/stat : 10166 (java) S 10164 10166 9353 0 -1 4202496 7431 0 1 0 105 5 0 0 18 0 12 0 43526736 1565392896 6675 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10166/statm: 382176 6675 1408 10 0 379478 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1528704

[startup+1.50132 s]
/proc/loadavg: 1.01 1.07 1.02 2/118 10178
/proc/meminfo: memFree=1584420/2059040 swapFree=4140048/4192956
[pid=10166] ppid=10164 vsize=1528556 CPUtime=2.24
/proc/10166/stat : 10166 (java) S 10164 10166 9353 0 -1 4202496 9671 0 1 0 218 6 0 0 18 0 12 0 43526736 1565241344 8152 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10166/statm: 382139 8152 1409 10 0 379441 0
[pid=10166/tid=10168] ppid=10164 vsize=1528556 CPUtime=1.48
/proc/10166/task/10168/stat : 10168 (java) R 10164 10166 9353 0 -1 4202560 6424 0 1 0 144 4 0 0 19 0 12 0 43526737 1565241344 8152 1992294400 134512640 134550932 4286796768 18446744073709551615 4109405782 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10166/tid=10169] ppid=10164 vsize=1528556 CPUtime=0
/proc/10166/task/10169/stat : 10169 (java) S 10164 10166 9353 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 43526739 1565241344 8152 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10170] ppid=10164 vsize=1528556 CPUtime=0
/proc/10166/task/10170/stat : 10170 (java) S 10164 10166 9353 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 43526739 1565241344 8152 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10171] ppid=10164 vsize=1528556 CPUtime=0
/proc/10166/task/10171/stat : 10171 (java) S 10164 10166 9353 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 43526740 1565241344 8152 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 0 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10172] ppid=10164 vsize=1528556 CPUtime=0
/proc/10166/task/10172/stat : 10172 (java) S 10164 10166 9353 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 43526741 1565241344 8152 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10173] ppid=10164 vsize=1528556 CPUtime=0
/proc/10166/task/10173/stat : 10173 (java) S 10164 10166 9353 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 43526741 1565241344 8152 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10174] ppid=10164 vsize=1528556 CPUtime=0
/proc/10166/task/10174/stat : 10174 (java) S 10164 10166 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 43526745 1565241344 8153 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10175] ppid=10164 vsize=1528556 CPUtime=0.35
/proc/10166/task/10175/stat : 10175 (java) S 10164 10166 9353 0 -1 4202560 718 0 0 0 35 0 0 0 24 0 12 0 43526745 1565241344 8153 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10176] ppid=10164 vsize=1528556 CPUtime=0.38
/proc/10166/task/10176/stat : 10176 (java) S 10164 10166 9353 0 -1 4202560 1463 0 0 0 38 0 0 0 22 0 12 0 43526745 1565241344 8153 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10177] ppid=10164 vsize=1528556 CPUtime=0
/proc/10166/task/10177/stat : 10177 (java) S 10164 10166 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 43526745 1565241344 8153 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10178] ppid=10164 vsize=1528556 CPUtime=0
/proc/10166/task/10178/stat : 10178 (java) S 10164 10166 9353 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 43526745 1565241344 8153 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 1528556

[startup+3.10151 s]
/proc/loadavg: 1.01 1.06 1.02 2/118 10178
/proc/meminfo: memFree=1578220/2059040 swapFree=4140048/4192956
[pid=10166] ppid=10164 vsize=1528556 CPUtime=3.95
/proc/10166/stat : 10166 (java) S 10164 10166 9353 0 -1 4202496 11217 0 1 0 388 7 0 0 18 0 12 0 43526736 1565241344 9698 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10166/statm: 382139 9698 1416 10 0 379441 0
[pid=10166/tid=10168] ppid=10164 vsize=1528556 CPUtime=3.08
/proc/10166/task/10168/stat : 10168 (java) R 10164 10166 9353 0 -1 4202560 7964 0 1 0 303 5 0 0 23 0 12 0 43526737 1565241344 9698 1992294400 134512640 134550932 4286796768 18446744073709551615 4109535745 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10166/tid=10169] ppid=10164 vsize=1528556 CPUtime=0
/proc/10166/task/10169/stat : 10169 (java) S 10164 10166 9353 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 43526739 1565241344 9698 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10170] ppid=10164 vsize=1528556 CPUtime=0
/proc/10166/task/10170/stat : 10170 (java) S 10164 10166 9353 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 43526739 1565241344 9698 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10171] ppid=10164 vsize=1528556 CPUtime=0
/proc/10166/task/10171/stat : 10171 (java) S 10164 10166 9353 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 43526740 1565241344 9698 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 0 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10172] ppid=10164 vsize=1528556 CPUtime=0
/proc/10166/task/10172/stat : 10172 (java) S 10164 10166 9353 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 43526741 1565241344 9698 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10173] ppid=10164 vsize=1528556 CPUtime=0
/proc/10166/task/10173/stat : 10173 (java) S 10164 10166 9353 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 43526741 1565241344 9698 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10174] ppid=10164 vsize=1528556 CPUtime=0
/proc/10166/task/10174/stat : 10174 (java) S 10164 10166 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 43526745 1565241344 9698 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10175] ppid=10164 vsize=1528556 CPUtime=0.36
/proc/10166/task/10175/stat : 10175 (java) S 10164 10166 9353 0 -1 4202560 718 0 0 0 36 0 0 0 15 0 12 0 43526745 1565241344 9698 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10176] ppid=10164 vsize=1528556 CPUtime=0.48
/proc/10166/task/10176/stat : 10176 (java) S 10164 10166 9353 0 -1 4202560 1469 0 0 0 48 0 0 0 15 0 12 0 43526745 1565241344 9698 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10177] ppid=10164 vsize=1528556 CPUtime=0
/proc/10166/task/10177/stat : 10177 (java) S 10164 10166 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 43526745 1565241344 9698 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10178] ppid=10164 vsize=1528556 CPUtime=0
/proc/10166/task/10178/stat : 10178 (java) S 10164 10166 9353 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 43526745 1565241344 9698 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 1528556

[startup+6.30188 s]
/proc/loadavg: 1.01 1.06 1.02 2/118 10178
/proc/meminfo: memFree=1567804/2059040 swapFree=4140048/4192956
[pid=10166] ppid=10164 vsize=1528556 CPUtime=7.28
/proc/10166/stat : 10166 (java) S 10164 10166 9353 0 -1 4202496 13702 0 1 0 720 8 0 0 18 0 12 0 43526736 1565241344 12182 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10166/statm: 382139 12182 1418 10 0 379441 0
[pid=10166/tid=10168] ppid=10164 vsize=1528556 CPUtime=6.27
/proc/10166/task/10168/stat : 10168 (java) R 10164 10166 9353 0 -1 4202560 10440 0 1 0 621 6 0 0 25 0 12 0 43526737 1565241344 12182 1992294400 134512640 134550932 4286796768 18446744073709551615 4109405840 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10166/tid=10169] ppid=10164 vsize=1528556 CPUtime=0
/proc/10166/task/10169/stat : 10169 (java) S 10164 10166 9353 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 43526739 1565241344 12182 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10170] ppid=10164 vsize=1528556 CPUtime=0
/proc/10166/task/10170/stat : 10170 (java) S 10164 10166 9353 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 43526739 1565241344 12182 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10171] ppid=10164 vsize=1528556 CPUtime=0
/proc/10166/task/10171/stat : 10171 (java) S 10164 10166 9353 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 43526740 1565241344 12182 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 0 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10172] ppid=10164 vsize=1528556 CPUtime=0
/proc/10166/task/10172/stat : 10172 (java) S 10164 10166 9353 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 43526741 1565241344 12182 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10173] ppid=10164 vsize=1528556 CPUtime=0
/proc/10166/task/10173/stat : 10173 (java) S 10164 10166 9353 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 43526741 1565241344 12182 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10174] ppid=10164 vsize=1528556 CPUtime=0
/proc/10166/task/10174/stat : 10174 (java) S 10164 10166 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 43526745 1565241344 12182 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10175] ppid=10164 vsize=1528556 CPUtime=0.45
/proc/10166/task/10175/stat : 10175 (java) S 10164 10166 9353 0 -1 4202560 723 0 0 0 45 0 0 0 15 0 12 0 43526745 1565241344 12182 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10176] ppid=10164 vsize=1528556 CPUtime=0.52
/proc/10166/task/10176/stat : 10176 (java) S 10164 10166 9353 0 -1 4202560 1473 0 0 0 52 0 0 0 15 0 12 0 43526745 1565241344 12182 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10177] ppid=10164 vsize=1528556 CPUtime=0
/proc/10166/task/10177/stat : 10177 (java) S 10164 10166 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 43526745 1565241344 12182 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10178] ppid=10164 vsize=1528556 CPUtime=0
/proc/10166/task/10178/stat : 10178 (java) S 10164 10166 9353 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 43526745 1565241344 12182 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 1528556

[startup+12.7016 s]
/proc/loadavg: 1.01 1.06 1.02 2/118 10178
/proc/meminfo: memFree=1544120/2059040 swapFree=4140048/4192956
[pid=10166] ppid=10164 vsize=1529264 CPUtime=13.83
/proc/10166/stat : 10166 (java) S 10164 10166 9353 0 -1 4202496 19774 0 1 0 1371 12 0 0 18 0 12 0 43526736 1565966336 18050 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10166/statm: 382316 18050 1418 10 0 379618 0
[pid=10166/tid=10168] ppid=10164 vsize=1529264 CPUtime=12.67
/proc/10166/task/10168/stat : 10168 (java) R 10164 10166 9353 0 -1 4202560 16137 0 1 0 1258 9 0 0 25 0 12 0 43526737 1565966336 18050 1992294400 134512640 134550932 4286796768 18446744073709551615 4109535745 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10166/tid=10169] ppid=10164 vsize=1529264 CPUtime=0
/proc/10166/task/10169/stat : 10169 (java) S 10164 10166 9353 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 43526739 1565966336 18050 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10170] ppid=10164 vsize=1529264 CPUtime=0
/proc/10166/task/10170/stat : 10170 (java) S 10164 10166 9353 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 43526739 1565966336 18050 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10171] ppid=10164 vsize=1529264 CPUtime=0
/proc/10166/task/10171/stat : 10171 (java) S 10164 10166 9353 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 43526740 1565966336 18050 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 0 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10172] ppid=10164 vsize=1529264 CPUtime=0
/proc/10166/task/10172/stat : 10172 (java) S 10164 10166 9353 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 43526741 1565966336 18050 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10173] ppid=10164 vsize=1529264 CPUtime=0
/proc/10166/task/10173/stat : 10173 (java) S 10164 10166 9353 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 43526741 1565966336 18050 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10174] ppid=10164 vsize=1529264 CPUtime=0
/proc/10166/task/10174/stat : 10174 (java) S 10164 10166 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 43526745 1565966336 18050 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10175] ppid=10164 vsize=1529264 CPUtime=0.59
/proc/10166/task/10175/stat : 10175 (java) S 10164 10166 9353 0 -1 4202560 1098 0 0 0 59 0 0 0 15 0 12 0 43526745 1565966336 18050 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10176] ppid=10164 vsize=1529264 CPUtime=0.53
/proc/10166/task/10176/stat : 10176 (java) S 10164 10166 9353 0 -1 4202560 1473 0 0 0 53 0 0 0 15 0 12 0 43526745 1565966336 18050 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10177] ppid=10164 vsize=1529264 CPUtime=0
/proc/10166/task/10177/stat : 10177 (java) S 10164 10166 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 43526745 1565966336 18050 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10178] ppid=10164 vsize=1529264 CPUtime=0
/proc/10166/task/10178/stat : 10178 (java) S 10164 10166 9353 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 43526745 1565966336 18050 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.83
Current children cumulated vsize (KiB) 1529264

[startup+25.5021 s]
/proc/loadavg: 1.01 1.06 1.01 2/119 10179
/proc/meminfo: memFree=1459048/2059040 swapFree=4140048/4192956
[pid=10166] ppid=10164 vsize=1529588 CPUtime=27.37
/proc/10166/stat : 10166 (java) S 10164 10166 9353 0 -1 4202496 40442 0 1 0 2717 20 0 0 18 0 13 0 43526736 1566298112 38686 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10166/statm: 382397 38686 1440 10 0 379699 0
[pid=10166/tid=10168] ppid=10164 vsize=1529588 CPUtime=25.38
/proc/10166/task/10168/stat : 10168 (java) R 10164 10166 9353 0 -1 4202560 32061 0 1 0 2522 16 0 0 25 0 13 0 43526737 1566298112 38686 1992294400 134512640 134550932 4286796768 18446744073709551615 4109826705 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10166/tid=10169] ppid=10164 vsize=1529588 CPUtime=0.05
/proc/10166/task/10169/stat : 10169 (java) S 10164 10166 9353 0 -1 4202560 2254 0 0 0 4 1 0 0 18 0 13 0 43526739 1566298112 38686 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10170] ppid=10164 vsize=1529588 CPUtime=0.04
/proc/10166/task/10170/stat : 10170 (java) S 10164 10166 9353 0 -1 4202560 2399 0 0 0 4 0 0 0 18 0 13 0 43526739 1566298112 38686 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 1 0 0 0
[pid=10166/tid=10171] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10171/stat : 10171 (java) S 10164 10166 9353 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 43526740 1566298112 38686 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 0 0 16800975 18446604437822719104 0 0 -1 1 0 0 0
[pid=10166/tid=10172] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10172/stat : 10172 (java) S 10164 10166 9353 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 43526741 1566298112 38686 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10173] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10173/stat : 10173 (java) S 10164 10166 9353 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 43526741 1566298112 38686 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10174] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10174/stat : 10174 (java) S 10164 10166 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43526745 1566298112 38686 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10175] ppid=10164 vsize=1529588 CPUtime=0.92

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

[pid=10166/tid=10171] ppid=10164 vsize=1529588 CPUtime=2.24
/proc/10166/task/10171/stat : 10171 (java) S 10164 10166 9353 0 -1 4202560 7246 0 0 0 221 3 0 0 15 0 13 0 43526740 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 0 0 16800975 18446604437822719104 0 0 -1 1 0 0 0
[pid=10166/tid=10172] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10172/stat : 10172 (java) S 10164 10166 9353 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 43526741 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10173] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10173/stat : 10173 (java) S 10164 10166 9353 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 43526741 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10174] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10174/stat : 10174 (java) S 10164 10166 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43526745 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10175] ppid=10164 vsize=1529588 CPUtime=1.04
/proc/10166/task/10175/stat : 10175 (java) S 10164 10166 9353 0 -1 4202560 1151 0 0 0 103 1 0 0 15 0 13 0 43526745 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 1 0 0 0
[pid=10166/tid=10176] ppid=10164 vsize=1529588 CPUtime=1.04
/proc/10166/task/10176/stat : 10176 (java) S 10164 10166 9353 0 -1 4202560 1520 0 0 0 104 0 0 0 15 0 13 0 43526745 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 1 0 0 0
[pid=10166/tid=10177] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10177/stat : 10177 (java) S 10164 10166 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43526745 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10178] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10178/stat : 10178 (java) S 10164 10166 9353 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 43526745 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10179] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10179/stat : 10179 (java) S 10164 10166 9353 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 43528205 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1607.07
Current children cumulated vsize (KiB) 1529588

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10226
/proc/meminfo: memFree=1305412/2059040 swapFree=4140048/4192956
[pid=10166] ppid=10164 vsize=1529588 CPUtime=1667.1
/proc/10166/stat : 10166 (java) S 10164 10166 9353 0 -1 4202496 86507 0 1 0 166651 59 0 0 18 0 13 0 43526736 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10166/statm: 382397 76799 1445 10 0 379699 0
[pid=10166/tid=10168] ppid=10164 vsize=1529588 CPUtime=1654.92
/proc/10166/task/10168/stat : 10168 (java) R 10164 10166 9353 0 -1 4202560 32286 0 1 0 165470 22 0 0 25 0 13 0 43526737 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4109707034 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10166/tid=10169] ppid=10164 vsize=1529588 CPUtime=3.87
/proc/10166/task/10169/stat : 10169 (java) S 10164 10166 9353 0 -1 4202560 20958 0 0 0 373 14 0 0 15 0 13 0 43526739 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 1 0 0 0
[pid=10166/tid=10170] ppid=10164 vsize=1529588 CPUtime=3.84
/proc/10166/task/10170/stat : 10170 (java) S 10164 10166 9353 0 -1 4202560 22179 0 0 0 368 16 0 0 16 0 13 0 43526739 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10171] ppid=10164 vsize=1529588 CPUtime=2.34
/proc/10166/task/10171/stat : 10171 (java) S 10164 10166 9353 0 -1 4202560 7250 0 0 0 231 3 0 0 15 0 13 0 43526740 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 0 0 16800975 18446604437822719104 0 0 -1 1 0 0 0
[pid=10166/tid=10172] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10172/stat : 10172 (java) S 10164 10166 9353 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 43526741 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10173] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10173/stat : 10173 (java) S 10164 10166 9353 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 43526741 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10174] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10174/stat : 10174 (java) S 10164 10166 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43526745 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10175] ppid=10164 vsize=1529588 CPUtime=1.04
/proc/10166/task/10175/stat : 10175 (java) S 10164 10166 9353 0 -1 4202560 1151 0 0 0 103 1 0 0 15 0 13 0 43526745 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 1 0 0 0
[pid=10166/tid=10176] ppid=10164 vsize=1529588 CPUtime=1.04
/proc/10166/task/10176/stat : 10176 (java) S 10164 10166 9353 0 -1 4202560 1520 0 0 0 104 0 0 0 15 0 13 0 43526745 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 1 0 0 0
[pid=10166/tid=10177] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10177/stat : 10177 (java) S 10164 10166 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43526745 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10178] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10178/stat : 10178 (java) S 10164 10166 9353 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 43526745 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10179] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10179/stat : 10179 (java) S 10164 10166 9353 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 43528205 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1667.1
Current children cumulated vsize (KiB) 1529588

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10228
/proc/meminfo: memFree=1305288/2059040 swapFree=4140048/4192956
[pid=10166] ppid=10164 vsize=1529588 CPUtime=1727.17
/proc/10166/stat : 10166 (java) S 10164 10166 9353 0 -1 4202496 86515 0 1 0 172658 59 0 0 18 0 13 0 43526736 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10166/statm: 382397 76799 1445 10 0 379699 0
[pid=10166/tid=10168] ppid=10164 vsize=1529588 CPUtime=1714.81
/proc/10166/task/10168/stat : 10168 (java) R 10164 10166 9353 0 -1 4202560 32288 0 1 0 171459 22 0 0 25 0 13 0 43526737 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4109706912 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10166/tid=10169] ppid=10164 vsize=1529588 CPUtime=3.95
/proc/10166/task/10169/stat : 10169 (java) S 10164 10166 9353 0 -1 4202560 20958 0 0 0 381 14 0 0 15 0 13 0 43526739 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 1 0 0 0
[pid=10166/tid=10170] ppid=10164 vsize=1529588 CPUtime=3.92
/proc/10166/task/10170/stat : 10170 (java) S 10164 10166 9353 0 -1 4202560 22179 0 0 0 376 16 0 0 16 0 13 0 43526739 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10171] ppid=10164 vsize=1529588 CPUtime=2.34
/proc/10166/task/10171/stat : 10171 (java) S 10164 10166 9353 0 -1 4202560 7252 0 0 0 231 3 0 0 15 0 13 0 43526740 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 0 0 16800975 18446604437822719104 0 0 -1 1 0 0 0
[pid=10166/tid=10172] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10172/stat : 10172 (java) S 10164 10166 9353 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 43526741 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10173] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10173/stat : 10173 (java) S 10164 10166 9353 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 43526741 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10174] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10174/stat : 10174 (java) S 10164 10166 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43526745 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10175] ppid=10164 vsize=1529588 CPUtime=1.04
/proc/10166/task/10175/stat : 10175 (java) S 10164 10166 9353 0 -1 4202560 1151 0 0 0 103 1 0 0 15 0 13 0 43526745 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 1 0 0 0
[pid=10166/tid=10176] ppid=10164 vsize=1529588 CPUtime=1.05
/proc/10166/task/10176/stat : 10176 (java) S 10164 10166 9353 0 -1 4202560 1520 0 0 0 105 0 0 0 15 0 13 0 43526745 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 1 0 0 0
[pid=10166/tid=10177] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10177/stat : 10177 (java) S 10164 10166 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43526745 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10178] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10178/stat : 10178 (java) S 10164 10166 9353 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 43526745 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10179] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10179/stat : 10179 (java) S 10164 10166 9353 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 43528205 1566298112 76799 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1727.17
Current children cumulated vsize (KiB) 1529588

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10230
/proc/meminfo: memFree=1297352/2059040 swapFree=4140048/4192956
[pid=10166] ppid=10164 vsize=1529588 CPUtime=1787.24
/proc/10166/stat : 10166 (java) S 10164 10166 9353 0 -1 4202496 88862 0 1 0 178664 60 0 0 18 0 13 0 43526736 1566298112 78798 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10166/statm: 382397 78798 1445 10 0 379699 0
[pid=10166/tid=10168] ppid=10164 vsize=1529588 CPUtime=1774.6
/proc/10166/task/10168/stat : 10168 (java) R 10164 10166 9353 0 -1 4202560 32290 0 1 0 177438 22 0 0 25 0 13 0 43526737 1566298112 78798 1992294400 134512640 134550932 4286796768 18446744073709551615 4109787229 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10166/tid=10169] ppid=10164 vsize=1529588 CPUtime=4.05
/proc/10166/task/10169/stat : 10169 (java) S 10164 10166 9353 0 -1 4202560 22324 0 0 0 390 15 0 0 16 0 13 0 43526739 1566298112 78798 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10170] ppid=10164 vsize=1529588 CPUtime=4.01
/proc/10166/task/10170/stat : 10170 (java) S 10164 10166 9353 0 -1 4202560 23154 0 0 0 385 16 0 0 16 0 13 0 43526739 1566298112 78798 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10171] ppid=10164 vsize=1529588 CPUtime=2.44
/proc/10166/task/10171/stat : 10171 (java) S 10164 10166 9353 0 -1 4202560 7254 0 0 0 241 3 0 0 15 0 13 0 43526740 1566298112 78798 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 0 0 16800975 18446604437822719104 0 0 -1 1 0 0 0
[pid=10166/tid=10172] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10172/stat : 10172 (java) S 10164 10166 9353 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 43526741 1566298112 78798 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10173] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10173/stat : 10173 (java) S 10164 10166 9353 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 43526741 1566298112 78798 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10174] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10174/stat : 10174 (java) S 10164 10166 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43526745 1566298112 78798 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10175] ppid=10164 vsize=1529588 CPUtime=1.04
/proc/10166/task/10175/stat : 10175 (java) S 10164 10166 9353 0 -1 4202560 1151 0 0 0 103 1 0 0 15 0 13 0 43526745 1566298112 78798 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 1 0 0 0
[pid=10166/tid=10176] ppid=10164 vsize=1529588 CPUtime=1.05
/proc/10166/task/10176/stat : 10176 (java) S 10164 10166 9353 0 -1 4202560 1520 0 0 0 105 0 0 0 15 0 13 0 43526745 1566298112 78798 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 1 0 0 0
[pid=10166/tid=10177] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10177/stat : 10177 (java) S 10164 10166 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43526745 1566298112 78798 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10178] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10178/stat : 10178 (java) S 10164 10166 9353 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 43526745 1566298112 78798 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10179] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10179/stat : 10179 (java) S 10164 10166 9353 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 43528205 1566298112 78798 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1787.24
Current children cumulated vsize (KiB) 1529588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10230
/proc/meminfo: memFree=1297228/2059040 swapFree=4140048/4192956
[pid=10166] ppid=10164 vsize=1529588 CPUtime=1800.05
/proc/10166/stat : 10166 (java) S 10164 10166 9353 0 -1 4202496 88864 0 1 0 179945 60 0 0 18 0 13 0 43526736 1566298112 78798 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10166/statm: 382397 78798 1445 10 0 379699 0
[pid=10166/tid=10168] ppid=10164 vsize=1529588 CPUtime=1787.41
/proc/10166/task/10168/stat : 10168 (java) R 10164 10166 9353 0 -1 4202560 32290 0 1 0 178719 22 0 0 25 0 13 0 43526737 1566298112 78798 1992294400 134512640 134550932 4286796768 18446744073709551615 4109827684 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10166/tid=10169] ppid=10164 vsize=1529588 CPUtime=4.05
/proc/10166/task/10169/stat : 10169 (java) S 10164 10166 9353 0 -1 4202560 22324 0 0 0 390 15 0 0 16 0 13 0 43526739 1566298112 78798 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10170] ppid=10164 vsize=1529588 CPUtime=4.01
/proc/10166/task/10170/stat : 10170 (java) S 10164 10166 9353 0 -1 4202560 23154 0 0 0 385 16 0 0 16 0 13 0 43526739 1566298112 78798 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10171] ppid=10164 vsize=1529588 CPUtime=2.44
/proc/10166/task/10171/stat : 10171 (java) S 10164 10166 9353 0 -1 4202560 7254 0 0 0 241 3 0 0 15 0 13 0 43526740 1566298112 78798 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 0 0 16800975 18446604437822719104 0 0 -1 1 0 0 0
[pid=10166/tid=10172] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10172/stat : 10172 (java) S 10164 10166 9353 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 43526741 1566298112 78798 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10173] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10173/stat : 10173 (java) S 10164 10166 9353 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 43526741 1566298112 78798 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10174] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10174/stat : 10174 (java) S 10164 10166 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43526745 1566298112 78798 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10175] ppid=10164 vsize=1529588 CPUtime=1.04
/proc/10166/task/10175/stat : 10175 (java) S 10164 10166 9353 0 -1 4202560 1151 0 0 0 103 1 0 0 15 0 13 0 43526745 1566298112 78798 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 1 0 0 0
[pid=10166/tid=10176] ppid=10164 vsize=1529588 CPUtime=1.05
/proc/10166/task/10176/stat : 10176 (java) S 10164 10166 9353 0 -1 4202560 1520 0 0 0 105 0 0 0 15 0 13 0 43526745 1566298112 78798 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 1 0 0 0
[pid=10166/tid=10177] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10177/stat : 10177 (java) S 10164 10166 9353 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 43526745 1566298112 78798 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10178] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10178/stat : 10178 (java) S 10164 10166 9353 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 43526745 1566298112 78798 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 0 0 0 0
[pid=10166/tid=10179] ppid=10164 vsize=1529588 CPUtime=0
/proc/10166/task/10179/stat : 10179 (java) S 10164 10166 9353 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 43528205 1566298112 78798 1992294400 134512640 134550932 4286796768 18446744073709551615 4294960144 0 4 0 16800975 18446604437822719104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1529588

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

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

[startup+1795.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10230
/proc/meminfo: memFree=1297228/2059040 swapFree=4140048/4192956
[pid=10166] ppid=10164 vsize=0 CPUtime=1800.2
/proc/10166/stat : 10166 (java) Z 10164 10166 9353 0 -1 4203548 88886 0 1 0 179957 63 0 0 17 0 2 0 43526736 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10166/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.23
CPU time (s): 1800.22
CPU user time (s): 1799.58
CPU system time (s): 0.642902
CPU usage (%): 100.278
Max. virtual memory (cumulated for all children) (KiB): 1530436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.58
system time used= 0.642902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88886
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39159
involuntary context switches= 26027

runsolver used 3.63945 second user time and 9.50755 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-16 11:07:11
IDJOB=2658209
IDBENCH=48328
IDSOLVER=1164
FILE ID=node006/2658209-1276679231
PBS_JOBID= 11172561
Free space on /tmp= 62504 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_10_4_80.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658209-1276679231/watcher-2658209-1276679231 -o /tmp/evaluation-result-2658209-1276679231/solver-2658209-1276679231 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658209-1276679231.opb

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

MD5SUM BENCH= 7cde2502e7fdd6b310da5651aff97d88
RANDOM SEED=308957841

node006.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.204
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.40
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.204
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1609648 kB
Buffers:        159284 kB
Cached:         203804 kB
SwapCached:       6988 kB
Active:         144200 kB
Inactive:       233340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1609648 kB
SwapTotal:     4192956 kB
SwapFree:      4140048 kB
Dirty:             760 kB
Writeback:           0 kB
AnonPages:       12644 kB
Mapped:          13096 kB
Slab:            50108 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182104 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= 62504 MiB
End job on node006 at 2010-06-16 11:37:08