Trace number 2658262

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.19 1787.71

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_2_15.opb
MD5SUM40a2ba0dbddb74264297ba04f9c13f4e
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 benchmark4.93625
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74976
Sum of products size (including duplicates)149952
Number of different products37488
Sum of products size74976

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.19	c version 2.2.0.v20100526
0.08/0.19	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.19	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.19	c java.vm.version	11.2-b01
0.08/0.19	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.19	c sun.arch.data.model	32
0.08/0.19	c java.version		1.6.0_12
0.08/0.19	c os.name		Linux
0.08/0.19	c os.version		2.6.18-164.el5
0.08/0.19	c os.arch		i386
0.08/0.19	c Free memory 		1393557488
0.08/0.19	c Max memory 		1395916800
0.08/0.19	c Total memory 		1395916800
0.08/0.19	c Number of processors 	2
0.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2658262-1276684552.opb
0.24/0.20	c reading problem ... 
331.19/329.95	c ... done. Wall clock time 329.746s.
331.19/329.95	c #vars     38488
331.19/329.95	c #constraints  76479
331.19/329.95	c constraints type 
331.19/329.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37488
331.19/329.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
331.19/329.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
331.19/329.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37488
355.15/352.65	c cleaning 2510 clauses out of 5020 with flag 5020/5020
380.06/377.24	c cleaning 4246 clauses out of 8492 with flag 11002/11002
421.33/418.27	c cleaning 5629 clauses out of 11257 with flag 18013/18013
488.07/484.54	c cleaning 6809 clauses out of 13618 with flag 26003/26003
535.25/531.38	c cleaning 7937 clauses out of 15873 with flag 35067/35067
628.64/624.30	c cleaning 8966 clauses out of 17931 with flag 45062/45062
750.99/745.97	c cleaning 9966 clauses out of 19932 with flag 56029/56029
838.17/832.59	c cleaning 11022 clauses out of 22044 with flag 68107/68107
1010.22/1003.55	c cleaning 11958 clauses out of 23916 with flag 81001/81001
1151.03/1143.40	c cleaning 13001 clauses out of 26002 with flag 95045/95045
1375.57/1366.37	c cleaning 13992 clauses out of 27984 with flag 110028/110028
1676.03/1664.52	c cleaning 14983 clauses out of 29966 with flag 126002/126002
1800.03/1787.61	c starts		: 102
1800.03/1787.61	c conflicts		: 135592
1800.03/1787.61	c decisions		: 797632
1800.03/1787.61	c propagations		: 15690528
1800.03/1787.61	c inspects		: 1184844459
1800.03/1787.61	c learnt literals	: 0
1800.03/1787.61	c learnt binary clauses	: 0
1800.03/1787.61	c learnt ternary clauses	: 12
1800.03/1787.61	c learnt clauses	: 135592
1800.03/1787.61	c ignored clauses	: 0
1800.03/1787.61	c root simplifications	: 0
1800.03/1787.61	c removed literals (reason simplification)	: 1397074
1800.03/1787.61	c reason swapping (by a shorter reason)	: 0
1800.03/1787.61	c Calls to reduceDB	: 12
1800.03/1787.61	c number of reductions to clauses (during analyze)	: 0
1800.03/1787.61	c number of learned constraints concerned by reduction	: 0
1800.03/1787.61	c number of learning phase by resolution	: 0
1800.03/1787.61	c number of learning phase by cutting planes	: 0
1800.03/1787.61	c speed (assignments/second)	: 10764.176468893336
1800.03/1787.61	c non guided choices	37891
1800.03/1787.66	c learnt constraints type 
1800.03/1787.66	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 24575
1800.03/1787.66	c constraints type 
1800.03/1787.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37488
1800.03/1787.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.03/1787.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.03/1787.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37488
1800.03/1787.66	s UNKNOWN
1800.03/1787.66	c Total wall clock time (in seconds): 1787.458

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-2658262-1276684552/watcher-2658262-1276684552 -o /tmp/evaluation-result-2658262-1276684552/solver-2658262-1276684552 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658262-1276684552.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.73 1.22 1.08 3/106 17407
/proc/meminfo: memFree=1813176/2059040 swapFree=4163504/4192956
[pid=17407] ppid=17405 vsize=248 CPUtime=0
/proc/17407/stat : 17407 (java) R 17405 17407 15942 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 9746176 253952 28 1992294400 134512640 134550932 4293586128 18446744073709551615 3899988 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17407/statm: 62 28 21 10 0 23 0

[startup+0.0160939 s]
/proc/loadavg: 1.73 1.22 1.08 3/106 17407
/proc/meminfo: memFree=1813176/2059040 swapFree=4163504/4192956
[pid=17407] ppid=17405 vsize=13480 CPUtime=0
/proc/17407/stat : 17407 (java) S 17405 17407 15942 0 -1 4202496 1112 0 0 0 0 0 0 0 18 0 2 0 9746176 13803520 582 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/17407/statm: 3370 582 265 10 0 1204 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13480

[startup+0.100818 s]
/proc/loadavg: 1.73 1.22 1.08 3/106 17407
/proc/meminfo: memFree=1813176/2059040 swapFree=4163504/4192956
[pid=17407] ppid=17405 vsize=1524184 CPUtime=0.08
/proc/17407/stat : 17407 (java) S 17405 17407 15942 0 -1 4202496 3965 0 1 0 6 2 0 0 18 0 12 0 9746176 1560764416 3404 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17407/statm: 381046 3404 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300719 s]
/proc/loadavg: 1.73 1.22 1.08 3/106 17407
/proc/meminfo: memFree=1813176/2059040 swapFree=4163504/4192956
[pid=17407] ppid=17405 vsize=1526224 CPUtime=0.37
/proc/17407/stat : 17407 (java) S 17405 17407 15942 0 -1 4202496 5348 0 1 0 34 3 0 0 18 0 12 0 9746176 1562853376 4785 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17407/statm: 381556 4785 1361 10 0 378858 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526224

[startup+0.700711 s]
/proc/loadavg: 1.73 1.22 1.08 3/106 17407
/proc/meminfo: memFree=1813176/2059040 swapFree=4163504/4192956
[pid=17407] ppid=17405 vsize=1528492 CPUtime=1.11
/proc/17407/stat : 17407 (java) S 17405 17407 15942 0 -1 4202496 7004 0 1 0 107 4 0 0 18 0 12 0 9746176 1565175808 6298 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17407/statm: 382123 6298 1408 10 0 379425 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1528492

[startup+1.5017 s]
/proc/loadavg: 1.73 1.22 1.08 2/118 17419
/proc/meminfo: memFree=1790512/2059040 swapFree=4163504/4192956
[pid=17407] ppid=17405 vsize=1528876 CPUtime=2.23
/proc/17407/stat : 17407 (java) S 17405 17407 15942 0 -1 4202496 8305 0 1 0 218 5 0 0 18 0 12 0 9746176 1565569024 7257 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17407/statm: 382219 7257 1409 10 0 379521 0
[pid=17407/tid=17409] ppid=17405 vsize=1528876 CPUtime=1.46
/proc/17407/task/17409/stat : 17409 (java) R 17405 17407 15942 0 -1 4202560 5438 0 1 0 142 4 0 0 19 0 12 0 9746178 1565569024 7257 1992294400 134512640 134550932 4293586128 18446744073709551615 4109240396 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17407/tid=17410] ppid=17405 vsize=1528876 CPUtime=0
/proc/17407/task/17410/stat : 17410 (java) S 17405 17407 15942 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 9746179 1565569024 7257 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17411] ppid=17405 vsize=1528876 CPUtime=0
/proc/17407/task/17411/stat : 17411 (java) S 17405 17407 15942 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 9746179 1565569024 7257 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17412] ppid=17405 vsize=1528876 CPUtime=0
/proc/17407/task/17412/stat : 17412 (java) S 17405 17407 15942 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9746181 1565569024 7257 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 0 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17413] ppid=17405 vsize=1528876 CPUtime=0
/proc/17407/task/17413/stat : 17413 (java) S 17405 17407 15942 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 9746181 1565569024 7257 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17414] ppid=17405 vsize=1528876 CPUtime=0
/proc/17407/task/17414/stat : 17414 (java) S 17405 17407 15942 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 9746181 1565569024 7257 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17415] ppid=17405 vsize=1528876 CPUtime=0
/proc/17407/task/17415/stat : 17415 (java) S 17405 17407 15942 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9746185 1565569024 7257 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17416] ppid=17405 vsize=1528876 CPUtime=0.42
/proc/17407/task/17416/stat : 17416 (java) S 17405 17407 15942 0 -1 4202560 1143 0 0 0 42 0 0 0 25 0 12 0 9746185 1565569024 7257 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17417] ppid=17405 vsize=1528876 CPUtime=0.33
/proc/17407/task/17417/stat : 17417 (java) S 17405 17407 15942 0 -1 4202560 657 0 0 0 33 0 0 0 15 0 12 0 9746185 1565569024 7257 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17418] ppid=17405 vsize=1528876 CPUtime=0
/proc/17407/task/17418/stat : 17418 (java) S 17405 17407 15942 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9746186 1565569024 7257 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17419] ppid=17405 vsize=1528876 CPUtime=0
/proc/17407/task/17419/stat : 17419 (java) S 17405 17407 15942 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9746186 1565569024 7257 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 1528876

[startup+3.10166 s]
/proc/loadavg: 1.67 1.22 1.07 2/118 17419
/proc/meminfo: memFree=1787908/2059040 swapFree=4163504/4192956
[pid=17407] ppid=17405 vsize=1528876 CPUtime=3.85
/proc/17407/stat : 17407 (java) S 17405 17407 15942 0 -1 4202496 8986 0 1 0 380 5 0 0 18 0 12 0 9746176 1565569024 7938 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17407/statm: 382219 7938 1409 10 0 379521 0
[pid=17407/tid=17409] ppid=17405 vsize=1528876 CPUtime=3.05
/proc/17407/task/17409/stat : 17409 (java) R 17405 17407 15942 0 -1 4202560 6117 0 1 0 301 4 0 0 24 0 12 0 9746178 1565569024 7938 1992294400 134512640 134550932 4293586128 18446744073709551615 4109240131 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17407/tid=17410] ppid=17405 vsize=1528876 CPUtime=0
/proc/17407/task/17410/stat : 17410 (java) S 17405 17407 15942 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 9746179 1565569024 7938 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17411] ppid=17405 vsize=1528876 CPUtime=0
/proc/17407/task/17411/stat : 17411 (java) S 17405 17407 15942 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 9746179 1565569024 7938 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17412] ppid=17405 vsize=1528876 CPUtime=0
/proc/17407/task/17412/stat : 17412 (java) S 17405 17407 15942 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9746181 1565569024 7938 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 0 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17413] ppid=17405 vsize=1528876 CPUtime=0
/proc/17407/task/17413/stat : 17413 (java) S 17405 17407 15942 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 9746181 1565569024 7938 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17414] ppid=17405 vsize=1528876 CPUtime=0
/proc/17407/task/17414/stat : 17414 (java) S 17405 17407 15942 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 9746181 1565569024 7938 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17415] ppid=17405 vsize=1528876 CPUtime=0
/proc/17407/task/17415/stat : 17415 (java) S 17405 17407 15942 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9746185 1565569024 7938 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17416] ppid=17405 vsize=1528876 CPUtime=0.43
/proc/17407/task/17416/stat : 17416 (java) S 17405 17407 15942 0 -1 4202560 1143 0 0 0 43 0 0 0 15 0 12 0 9746185 1565569024 7938 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17417] ppid=17405 vsize=1528876 CPUtime=0.35
/proc/17407/task/17417/stat : 17417 (java) S 17405 17407 15942 0 -1 4202560 659 0 0 0 35 0 0 0 15 0 12 0 9746185 1565569024 7938 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17418] ppid=17405 vsize=1528876 CPUtime=0
/proc/17407/task/17418/stat : 17418 (java) S 17405 17407 15942 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9746186 1565569024 7938 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17419] ppid=17405 vsize=1528876 CPUtime=0
/proc/17407/task/17419/stat : 17419 (java) S 17405 17407 15942 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9746186 1565569024 7938 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 1528876

[startup+6.3016 s]
/proc/loadavg: 1.67 1.22 1.07 2/118 17419
/proc/meminfo: memFree=1783320/2059040 swapFree=4163504/4192956
[pid=17407] ppid=17405 vsize=1528460 CPUtime=7.19
/proc/17407/stat : 17407 (java) S 17405 17407 15942 0 -1 4202496 9934 0 1 0 713 6 0 0 18 0 12 0 9746176 1565143040 8781 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17407/statm: 382115 8781 1418 10 0 379417 0
[pid=17407/tid=17409] ppid=17405 vsize=1528460 CPUtime=6.24
/proc/17407/task/17409/stat : 17409 (java) R 17405 17407 15942 0 -1 4202560 7055 0 1 0 619 5 0 0 25 0 12 0 9746178 1565143040 8781 1992294400 134512640 134550932 4293586128 18446744073709551615 4109240396 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17407/tid=17410] ppid=17405 vsize=1528460 CPUtime=0
/proc/17407/task/17410/stat : 17410 (java) S 17405 17407 15942 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 9746179 1565143040 8781 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17411] ppid=17405 vsize=1528460 CPUtime=0
/proc/17407/task/17411/stat : 17411 (java) S 17405 17407 15942 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 9746179 1565143040 8781 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17412] ppid=17405 vsize=1528460 CPUtime=0
/proc/17407/task/17412/stat : 17412 (java) S 17405 17407 15942 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9746181 1565143040 8781 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 0 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17413] ppid=17405 vsize=1528460 CPUtime=0
/proc/17407/task/17413/stat : 17413 (java) S 17405 17407 15942 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 9746181 1565143040 8781 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17414] ppid=17405 vsize=1528460 CPUtime=0
/proc/17407/task/17414/stat : 17414 (java) S 17405 17407 15942 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 9746181 1565143040 8781 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17415] ppid=17405 vsize=1528460 CPUtime=0
/proc/17407/task/17415/stat : 17415 (java) S 17405 17407 15942 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9746185 1565143040 8781 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17416] ppid=17405 vsize=1528460 CPUtime=0.56
/proc/17407/task/17416/stat : 17416 (java) S 17405 17407 15942 0 -1 4202560 1152 0 0 0 56 0 0 0 15 0 12 0 9746185 1565143040 8781 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17417] ppid=17405 vsize=1528460 CPUtime=0.36
/proc/17407/task/17417/stat : 17417 (java) S 17405 17407 15942 0 -1 4202560 660 0 0 0 36 0 0 0 15 0 12 0 9746185 1565143040 8781 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17418] ppid=17405 vsize=1528460 CPUtime=0
/proc/17407/task/17418/stat : 17418 (java) S 17405 17407 15942 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9746186 1565143040 8781 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17419] ppid=17405 vsize=1528460 CPUtime=0
/proc/17407/task/17419/stat : 17419 (java) S 17405 17407 15942 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9746186 1565143040 8781 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 1528460

[startup+12.7015 s]
/proc/loadavg: 1.56 1.21 1.07 2/118 17421
/proc/meminfo: memFree=1776748/2059040 swapFree=4163504/4192956
[pid=17407] ppid=17405 vsize=1528460 CPUtime=13.6
/proc/17407/stat : 17407 (java) S 17405 17407 15942 0 -1 4202496 11458 0 1 0 1353 7 0 0 18 0 12 0 9746176 1565143040 10305 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17407/statm: 382115 10305 1418 10 0 379417 0
[pid=17407/tid=17409] ppid=17405 vsize=1528460 CPUtime=12.64
/proc/17407/task/17409/stat : 17409 (java) R 17405 17407 15942 0 -1 4202560 8578 0 1 0 1258 6 0 0 25 0 12 0 9746178 1565143040 10305 1992294400 134512640 134550932 4293586128 18446744073709551615 4109240396 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17407/tid=17410] ppid=17405 vsize=1528460 CPUtime=0
/proc/17407/task/17410/stat : 17410 (java) S 17405 17407 15942 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 9746179 1565143040 10305 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17411] ppid=17405 vsize=1528460 CPUtime=0
/proc/17407/task/17411/stat : 17411 (java) S 17405 17407 15942 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 9746179 1565143040 10305 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17412] ppid=17405 vsize=1528460 CPUtime=0
/proc/17407/task/17412/stat : 17412 (java) S 17405 17407 15942 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9746181 1565143040 10305 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 0 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17413] ppid=17405 vsize=1528460 CPUtime=0
/proc/17407/task/17413/stat : 17413 (java) S 17405 17407 15942 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 9746181 1565143040 10305 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17414] ppid=17405 vsize=1528460 CPUtime=0
/proc/17407/task/17414/stat : 17414 (java) S 17405 17407 15942 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 9746181 1565143040 10305 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17415] ppid=17405 vsize=1528460 CPUtime=0
/proc/17407/task/17415/stat : 17415 (java) S 17405 17407 15942 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9746185 1565143040 10305 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17416] ppid=17405 vsize=1528460 CPUtime=0.58
/proc/17407/task/17416/stat : 17416 (java) S 17405 17407 15942 0 -1 4202560 1153 0 0 0 58 0 0 0 15 0 12 0 9746185 1565143040 10305 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17417] ppid=17405 vsize=1528460 CPUtime=0.36
/proc/17407/task/17417/stat : 17417 (java) S 17405 17407 15942 0 -1 4202560 660 0 0 0 36 0 0 0 15 0 12 0 9746185 1565143040 10305 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17418] ppid=17405 vsize=1528460 CPUtime=0
/proc/17407/task/17418/stat : 17418 (java) S 17405 17407 15942 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9746186 1565143040 10305 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17419] ppid=17405 vsize=1528460 CPUtime=0
/proc/17407/task/17419/stat : 17419 (java) S 17405 17407 15942 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9746186 1565143040 10305 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.6
Current children cumulated vsize (KiB) 1528460

[startup+25.5002 s]
/proc/loadavg: 1.48 1.20 1.07 2/118 17421
/proc/meminfo: memFree=1766208/2059040 swapFree=4163504/4192956
[pid=17407] ppid=17405 vsize=1529484 CPUtime=26.61
/proc/17407/stat : 17407 (java) S 17405 17407 15942 0 -1 4202496 14140 0 1 0 2652 9 0 0 18 0 12 0 9746176 1566191616 12908 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17407/statm: 382371 12908 1419 10 0 379673 0
[pid=17407/tid=17409] ppid=17405 vsize=1529484 CPUtime=25.28
/proc/17407/task/17409/stat : 17409 (java) R 17405 17407 15942 0 -1 4202560 10829 0 1 0 2521 7 0 0 25 0 12 0 9746178 1566191616 12908 1992294400 134512640 134550932 4293586128 18446744073709551615 4109239809 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17407/tid=17410] ppid=17405 vsize=1529484 CPUtime=0
/proc/17407/task/17410/stat : 17410 (java) S 17405 17407 15942 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 9746179 1566191616 12908 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17411] ppid=17405 vsize=1529484 CPUtime=0
/proc/17407/task/17411/stat : 17411 (java) S 17405 17407 15942 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 9746179 1566191616 12908 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17412] ppid=17405 vsize=1529484 CPUtime=0
/proc/17407/task/17412/stat : 17412 (java) S 17405 17407 15942 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9746181 1566191616 12908 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 0 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17413] ppid=17405 vsize=1529484 CPUtime=0
/proc/17407/task/17413/stat : 17413 (java) S 17405 17407 15942 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 9746181 1566191616 12908 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17414] ppid=17405 vsize=1529484 CPUtime=0
/proc/17407/task/17414/stat : 17414 (java) S 17405 17407 15942 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 9746181 1566191616 12908 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17415] ppid=17405 vsize=1529484 CPUtime=0
/proc/17407/task/17415/stat : 17415 (java) S 17405 17407 15942 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9746185 1566191616 12908 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17416] ppid=17405 vsize=1529484 CPUtime=0.72

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

[pid=17407] ppid=17405 vsize=1531900 CPUtime=1613.33
/proc/17407/stat : 17407 (java) S 17405 17407 15942 0 -1 4202496 94141 0 1 0 161256 77 0 0 18 0 13 0 9746176 1568665600 85378 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17407/statm: 382975 85378 1445 10 0 380277 0
[pid=17407/tid=17409] ppid=17405 vsize=1531900 CPUtime=1588.01
/proc/17407/task/17409/stat : 17409 (java) R 17405 17407 15942 0 -1 4202560 32651 0 1 0 158773 28 0 0 25 0 13 0 9746178 1568665600 85378 1992294400 134512640 134550932 4293586128 18446744073709551615 4109743182 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17407/tid=17410] ppid=17405 vsize=1531900 CPUtime=10.05
/proc/17407/task/17410/stat : 17410 (java) S 17405 17407 15942 0 -1 4202560 26415 0 0 0 982 23 0 0 16 0 13 0 9746179 1568665600 85378 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17411] ppid=17405 vsize=1531900 CPUtime=10.05
/proc/17407/task/17411/stat : 17411 (java) S 17405 17407 15942 0 -1 4202560 30495 0 0 0 985 20 0 0 16 0 13 0 9746179 1568665600 85378 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17412] ppid=17405 vsize=1531900 CPUtime=2.69
/proc/17407/task/17412/stat : 17412 (java) S 17405 17407 15942 0 -1 4202560 302 0 0 0 266 3 0 0 15 0 13 0 9746181 1568665600 85378 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 0 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17413] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17413/stat : 17413 (java) S 17405 17407 15942 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 9746181 1568665600 85378 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17414] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17414/stat : 17414 (java) S 17405 17407 15942 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9746181 1568665600 85378 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17415] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17415/stat : 17415 (java) S 17405 17407 15942 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9746185 1568665600 85378 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17416] ppid=17405 vsize=1531900 CPUtime=1.42
/proc/17407/task/17416/stat : 17416 (java) S 17405 17407 15942 0 -1 4202560 1474 0 0 0 142 0 0 0 15 0 13 0 9746185 1568665600 85378 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17417] ppid=17405 vsize=1531900 CPUtime=1.04
/proc/17407/task/17417/stat : 17417 (java) S 17405 17407 15942 0 -1 4202560 1643 0 0 0 104 0 0 0 16 0 13 0 9746185 1568665600 85378 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17418] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17418/stat : 17418 (java) S 17405 17407 15942 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9746186 1568665600 85378 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17419] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17419/stat : 17419 (java) S 17405 17407 15942 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 9746186 1568665600 85378 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17430] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17430/stat : 17430 (java) S 17405 17407 15942 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9779179 1568665600 85378 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1613.33
Current children cumulated vsize (KiB) 1531900

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 17475
/proc/meminfo: memFree=1456200/2059040 swapFree=4163504/4192956
[pid=17407] ppid=17405 vsize=1531900 CPUtime=1673.8
/proc/17407/stat : 17407 (java) S 17405 17407 15942 0 -1 4202496 98760 0 1 0 167299 81 0 0 18 0 13 0 9746176 1568665600 89746 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17407/statm: 382975 89746 1445 10 0 380277 0
[pid=17407/tid=17409] ppid=17405 vsize=1531900 CPUtime=1647.48
/proc/17407/task/17409/stat : 17409 (java) R 17405 17407 15942 0 -1 4202560 32675 0 1 0 164720 28 0 0 25 0 13 0 9746178 1568665600 89746 1992294400 134512640 134550932 4293586128 18446744073709551615 4109742874 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17407/tid=17410] ppid=17405 vsize=1531900 CPUtime=10.55
/proc/17407/task/17410/stat : 17410 (java) S 17405 17407 15942 0 -1 4202560 28815 0 0 0 1031 24 0 0 15 0 13 0 9746179 1568665600 89746 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17411] ppid=17405 vsize=1531900 CPUtime=10.54
/proc/17407/task/17411/stat : 17411 (java) S 17405 17407 15942 0 -1 4202560 32682 0 0 0 1033 21 0 0 16 0 13 0 9746179 1568665600 89746 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17412] ppid=17405 vsize=1531900 CPUtime=2.69
/proc/17407/task/17412/stat : 17412 (java) S 17405 17407 15942 0 -1 4202560 306 0 0 0 266 3 0 0 16 0 13 0 9746181 1568665600 89746 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 0 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17413] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17413/stat : 17413 (java) S 17405 17407 15942 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 9746181 1568665600 89746 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17414] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17414/stat : 17414 (java) S 17405 17407 15942 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9746181 1568665600 89746 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17415] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17415/stat : 17415 (java) S 17405 17407 15942 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9746185 1568665600 89746 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17416] ppid=17405 vsize=1531900 CPUtime=1.42
/proc/17407/task/17416/stat : 17416 (java) S 17405 17407 15942 0 -1 4202560 1474 0 0 0 142 0 0 0 15 0 13 0 9746185 1568665600 89746 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17417] ppid=17405 vsize=1531900 CPUtime=1.04
/proc/17407/task/17417/stat : 17417 (java) S 17405 17407 15942 0 -1 4202560 1643 0 0 0 104 0 0 0 16 0 13 0 9746185 1568665600 89746 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17418] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17418/stat : 17418 (java) S 17405 17407 15942 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9746186 1568665600 89746 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17419] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17419/stat : 17419 (java) S 17405 17407 15942 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 9746186 1568665600 89746 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17430] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17430/stat : 17430 (java) S 17405 17407 15942 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9779179 1568665600 89746 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1673.8
Current children cumulated vsize (KiB) 1531900

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 17475
/proc/meminfo: memFree=1455084/2059040 swapFree=4163504/4192956
[pid=17407] ppid=17405 vsize=1531900 CPUtime=1734.28
/proc/17407/stat : 17407 (java) S 17405 17407 15942 0 -1 4202496 99050 0 1 0 173346 82 0 0 18 0 13 0 9746176 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17407/statm: 382975 89989 1445 10 0 380277 0
[pid=17407/tid=17409] ppid=17405 vsize=1531900 CPUtime=1706.51
/proc/17407/task/17409/stat : 17409 (java) R 17405 17407 15942 0 -1 4202560 32703 0 1 0 170623 28 0 0 25 0 13 0 9746178 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4109742710 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17407/tid=17410] ppid=17405 vsize=1531900 CPUtime=11.11
/proc/17407/task/17410/stat : 17410 (java) S 17405 17407 15942 0 -1 4202560 28993 0 0 0 1086 25 0 0 16 0 13 0 9746179 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17411] ppid=17405 vsize=1531900 CPUtime=11.11
/proc/17407/task/17411/stat : 17411 (java) S 17405 17407 15942 0 -1 4202560 32758 0 0 0 1089 22 0 0 15 0 13 0 9746179 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17412] ppid=17405 vsize=1531900 CPUtime=3.02
/proc/17407/task/17412/stat : 17412 (java) S 17405 17407 15942 0 -1 4202560 310 0 0 0 299 3 0 0 15 0 13 0 9746181 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 0 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17413] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17413/stat : 17413 (java) S 17405 17407 15942 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 9746181 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17414] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17414/stat : 17414 (java) S 17405 17407 15942 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9746181 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17415] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17415/stat : 17415 (java) S 17405 17407 15942 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9746185 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17416] ppid=17405 vsize=1531900 CPUtime=1.42
/proc/17407/task/17416/stat : 17416 (java) S 17405 17407 15942 0 -1 4202560 1474 0 0 0 142 0 0 0 15 0 13 0 9746185 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17417] ppid=17405 vsize=1531900 CPUtime=1.04
/proc/17407/task/17417/stat : 17417 (java) S 17405 17407 15942 0 -1 4202560 1643 0 0 0 104 0 0 0 16 0 13 0 9746185 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17418] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17418/stat : 17418 (java) S 17405 17407 15942 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9746186 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17419] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17419/stat : 17419 (java) S 17405 17407 15942 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 9746186 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17430] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17430/stat : 17430 (java) S 17405 17407 15942 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9779179 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1734.28
Current children cumulated vsize (KiB) 1531900

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 17477
/proc/meminfo: memFree=1454960/2059040 swapFree=4163504/4192956
[pid=17407] ppid=17405 vsize=1531900 CPUtime=1794.69
/proc/17407/stat : 17407 (java) S 17405 17407 15942 0 -1 4202496 99081 0 1 0 179385 84 0 0 18 0 13 0 9746176 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17407/statm: 382975 89989 1445 10 0 380277 0
[pid=17407/tid=17409] ppid=17405 vsize=1531900 CPUtime=1765.85
/proc/17407/task/17409/stat : 17409 (java) R 17405 17407 15942 0 -1 4202560 32730 0 1 0 176557 28 0 0 25 0 13 0 9746178 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4109678201 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17407/tid=17410] ppid=17405 vsize=1531900 CPUtime=11.66
/proc/17407/task/17410/stat : 17410 (java) S 17405 17407 15942 0 -1 4202560 28993 0 0 0 1141 25 0 0 16 0 13 0 9746179 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17411] ppid=17405 vsize=1531900 CPUtime=11.64
/proc/17407/task/17411/stat : 17411 (java) S 17405 17407 15942 0 -1 4202560 32758 0 0 0 1140 24 0 0 16 0 13 0 9746179 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17412] ppid=17405 vsize=1531900 CPUtime=3.02
/proc/17407/task/17412/stat : 17412 (java) S 17405 17407 15942 0 -1 4202560 312 0 0 0 299 3 0 0 15 0 13 0 9746181 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 0 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17413] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17413/stat : 17413 (java) S 17405 17407 15942 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 9746181 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17414] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17414/stat : 17414 (java) S 17405 17407 15942 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9746181 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17415] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17415/stat : 17415 (java) S 17405 17407 15942 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9746185 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17416] ppid=17405 vsize=1531900 CPUtime=1.42
/proc/17407/task/17416/stat : 17416 (java) S 17405 17407 15942 0 -1 4202560 1474 0 0 0 142 0 0 0 15 0 13 0 9746185 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17417] ppid=17405 vsize=1531900 CPUtime=1.04
/proc/17407/task/17417/stat : 17417 (java) S 17405 17407 15942 0 -1 4202560 1643 0 0 0 104 0 0 0 16 0 13 0 9746185 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17418] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17418/stat : 17418 (java) S 17405 17407 15942 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9746186 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17419] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17419/stat : 17419 (java) S 17405 17407 15942 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 9746186 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17430] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17430/stat : 17430 (java) S 17405 17407 15942 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9779179 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1794.69
Current children cumulated vsize (KiB) 1531900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 17477
/proc/meminfo: memFree=1454960/2059040 swapFree=4163504/4192956
[pid=17407] ppid=17405 vsize=1531900 CPUtime=1800.03
/proc/17407/stat : 17407 (java) S 17405 17407 15942 0 -1 4202496 99085 0 1 0 179919 84 0 0 18 0 13 0 9746176 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17407/statm: 382975 89989 1445 10 0 380277 0
[pid=17407/tid=17409] ppid=17405 vsize=1531900 CPUtime=1771.1
/proc/17407/task/17409/stat : 17409 (java) R 17405 17407 15942 0 -1 4202560 32732 0 1 0 177082 28 0 0 25 0 13 0 9746178 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4109742839 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17407/tid=17410] ppid=17405 vsize=1531900 CPUtime=11.7
/proc/17407/task/17410/stat : 17410 (java) S 17405 17407 15942 0 -1 4202560 28993 0 0 0 1145 25 0 0 16 0 13 0 9746179 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17411] ppid=17405 vsize=1531900 CPUtime=11.67
/proc/17407/task/17411/stat : 17411 (java) S 17405 17407 15942 0 -1 4202560 32758 0 0 0 1143 24 0 0 16 0 13 0 9746179 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17412] ppid=17405 vsize=1531900 CPUtime=3.02
/proc/17407/task/17412/stat : 17412 (java) S 17405 17407 15942 0 -1 4202560 312 0 0 0 299 3 0 0 15 0 13 0 9746181 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 0 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
[pid=17407/tid=17413] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17413/stat : 17413 (java) S 17405 17407 15942 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 9746181 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17414] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17414/stat : 17414 (java) S 17405 17407 15942 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9746181 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17415] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17415/stat : 17415 (java) S 17405 17407 15942 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 9746185 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17416] ppid=17405 vsize=1531900 CPUtime=1.42
/proc/17407/task/17416/stat : 17416 (java) S 17405 17407 15942 0 -1 4202560 1474 0 0 0 142 0 0 0 15 0 13 0 9746185 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17417] ppid=17405 vsize=1531900 CPUtime=1.04
/proc/17407/task/17417/stat : 17417 (java) S 17405 17407 15942 0 -1 4202560 1643 0 0 0 104 0 0 0 16 0 13 0 9746185 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17418] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17418/stat : 17418 (java) S 17405 17407 15942 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9746186 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17419] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17419/stat : 17419 (java) S 17405 17407 15942 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 9746186 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 0 0 0 0
[pid=17407/tid=17430] ppid=17405 vsize=1531900 CPUtime=0
/proc/17407/task/17430/stat : 17430 (java) S 17405 17407 15942 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 9779179 1568665600 89989 1992294400 134512640 134550932 4293586128 18446744073709551615 4294960144 0 4 0 16800975 18446604437845031744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1531900

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

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

Child status: 143
Real time (s): 1787.71
CPU time (s): 1800.19
CPU user time (s): 1799.31
CPU system time (s): 0.884865
CPU usage (%): 100.698
Max. virtual memory (cumulated for all children) (KiB): 1532796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.31
system time used= 0.884865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99109
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= 43778
involuntary context switches= 21807

runsolver used 3.39648 second user time and 9.72852 second system time

The end

Launcher Data

Begin job on node056 at 2010-06-16 12:35:52
IDJOB=2658262
IDBENCH=48381
IDSOLVER=1164
FILE ID=node056/2658262-1276684552
PBS_JOBID= 11172540
Free space on /tmp= 98636 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_60_2_15.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658262-1276684552/watcher-2658262-1276684552 -o /tmp/evaluation-result-2658262-1276684552/solver-2658262-1276684552 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658262-1276684552.opb

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

MD5SUM BENCH= 40a2ba0dbddb74264297ba04f9c13f4e
RANDOM SEED=128622217

node056.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.215
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.43
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.215
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1813456 kB
Buffers:         40764 kB
Cached:          85724 kB
SwapCached:      12596 kB
Active:          85992 kB
Inactive:        82916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1813456 kB
SwapTotal:     4192956 kB
SwapFree:      4163504 kB
Dirty:            1284 kB
Writeback:           0 kB
AnonPages:       30196 kB
Mapped:          14128 kB
Slab:            54488 kB
PageTables:       4064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180184 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= 98636 MiB
End job on node056 at 2010-06-16 13:05:42