Trace number 2659067

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.27 1791.62

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.unbounded.all.ucl.opb
MD5SUM1785d65de493315a1e7654bb7aab8248
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark663.935
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables84836
Total number of constraints245062
Number of constraints which are clauses233598
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11464
Minimum length of a constraint1
Maximum length of a constraint15
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 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2659067-1276334129.opb
0.23/0.21	c reading problem ... 
5.81/4.84	c ... done. Wall clock time 4.63s.
5.81/4.84	c #vars     84836
5.81/4.84	c #constraints  245062
5.81/4.84	c constraints type 
5.81/4.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 77399
5.81/4.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156198
5.81/4.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11464
27.51/25.37	c cleaning 2493 clauses out of 4997 with flag 5000/5000
50.85/48.47	c cleaning 4228 clauses out of 8502 with flag 11000/11000
72.02/69.47	c cleaning 5624 clauses out of 11274 with flag 18001/18001
94.80/92.06	c cleaning 6806 clauses out of 13650 with flag 26001/26001
124.25/121.28	c cleaning 7915 clauses out of 15845 with flag 35002/35002
152.89/149.77	c cleaning 8957 clauses out of 17927 with flag 45000/45000
187.26/183.97	c cleaning 9985 clauses out of 19975 with flag 56005/56005
237.64/234.18	c cleaning 10988 clauses out of 21985 with flag 68000/68000
278.14/274.45	c cleaning 11982 clauses out of 23997 with flag 81000/81000
332.50/328.55	c cleaning 12993 clauses out of 26013 with flag 95000/95000
420.41/416.29	c cleaning 13988 clauses out of 28021 with flag 110003/110003
483.10/478.76	c cleaning 15001 clauses out of 30030 with flag 126001/126001
556.28/551.65	c cleaning 16002 clauses out of 32027 with flag 143000/143000
611.80/606.88	c cleaning 16984 clauses out of 34025 with flag 161002/161002
678.83/673.56	c cleaning 18008 clauses out of 36038 with flag 180000/180000
758.97/753.31	c cleaning 19002 clauses out of 38030 with flag 200001/200001
850.74/844.76	c cleaning 19995 clauses out of 40031 with flag 221005/221005
961.62/955.22	c cleaning 20980 clauses out of 42033 with flag 243004/243004
1098.13/1091.49	c cleaning 22020 clauses out of 44049 with flag 266001/266001
1242.78/1235.84	c cleaning 23008 clauses out of 46022 with flag 290000/290000
1339.14/1331.88	c cleaning 23982 clauses out of 48014 with flag 315000/315000
1459.71/1452.05	c cleaning 25004 clauses out of 50033 with flag 341002/341002
1611.83/1603.89	c cleaning 26009 clauses out of 52027 with flag 368000/368000
1747.61/1739.20	c cleaning 27005 clauses out of 54017 with flag 396001/396001
1800.07/1791.53	c starts		: 134
1800.07/1791.53	c conflicts		: 406816
1800.07/1791.53	c decisions		: 1014482
1800.07/1791.53	c propagations		: 1648632920
1800.07/1791.53	c inspects		: 4117288582
1800.07/1791.53	c learnt literals	: 30
1800.07/1791.53	c learnt binary clauses	: 329
1800.07/1791.53	c learnt ternary clauses	: 711
1800.07/1791.53	c learnt clauses	: 406785
1800.07/1791.53	c ignored clauses	: 0
1800.07/1791.53	c root simplifications	: 0
1800.07/1791.53	c removed literals (reason simplification)	: 11663540
1800.07/1791.53	c reason swapping (by a shorter reason)	: 0
1800.07/1791.53	c Calls to reduceDB	: 24
1800.07/1791.53	c number of reductions to clauses (during analyze)	: 0
1800.07/1791.53	c number of learned constraints concerned by reduction	: 0
1800.07/1791.53	c number of learning phase by resolution	: 0
1800.07/1791.53	c number of learning phase by cutting planes	: 0
1800.07/1791.53	c speed (assignments/second)	: 922729.7389419883
1800.07/1791.53	c non guided choices	10839
1800.07/1791.57	c learnt constraints type 
1800.07/1791.57	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 37499
1800.07/1791.57	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 329
1800.07/1791.57	c constraints type 
1800.07/1791.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 77399
1800.07/1791.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156198
1800.07/1791.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11464
1800.07/1791.57	s UNKNOWN
1800.07/1791.57	c Total wall clock time (in seconds): 1791.357

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-2659067-1276334129/watcher-2659067-1276334129 -o /tmp/evaluation-result-2659067-1276334129/solver-2659067-1276334129 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659067-1276334129.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.00 1.00 1.00 3/106 10621
/proc/meminfo: memFree=1850672/2059040 swapFree=4134456/4192956
[pid=10621] ppid=10619 vsize=1832 CPUtime=0
/proc/10621/stat : 10621 (java6) R 10619 10621 9641 0 -1 4194304 215 0 0 0 0 0 0 0 20 0 1 0 8999314 1875968 118 1992294400 134512640 134550932 4294734992 18446744073709551615 2347783 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10621/statm: 458 129 92 10 0 63 0

[startup+0.093729 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10621
/proc/meminfo: memFree=1850672/2059040 swapFree=4134456/4192956
[pid=10621] ppid=10619 vsize=1521796 CPUtime=0.07
/proc/10621/stat : 10621 (java) S 10619 10621 9641 0 -1 4202496 3864 0 1 0 5 2 0 0 15 0 7 0 8999314 1558319104 3305 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/10621/statm: 380449 3305 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101087 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10621
/proc/meminfo: memFree=1850672/2059040 swapFree=4134456/4192956
[pid=10621] ppid=10619 vsize=1524184 CPUtime=0.08
/proc/10621/stat : 10621 (java) S 10619 10621 9641 0 -1 4202496 3951 0 1 0 6 2 0 0 15 0 12 0 8999314 1560764416 3390 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10621/statm: 381046 3390 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301104 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10621
/proc/meminfo: memFree=1850672/2059040 swapFree=4134456/4192956
[pid=10621] ppid=10619 vsize=1526484 CPUtime=0.34
/proc/10621/stat : 10621 (java) S 10619 10621 9641 0 -1 4202496 5836 0 1 0 30 4 0 0 15 0 12 0 8999314 1563119616 5273 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10621/statm: 381621 5273 1361 10 0 378923 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526484

[startup+0.701147 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10621
/proc/meminfo: memFree=1850672/2059040 swapFree=4134456/4192956
[pid=10621] ppid=10619 vsize=1528032 CPUtime=1.04
/proc/10621/stat : 10621 (java) S 10619 10621 9641 0 -1 4202496 7491 0 1 0 99 5 0 0 15 0 12 0 8999314 1564704768 6928 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10621/statm: 382008 6929 1402 10 0 379310 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1528032

[startup+1.50123 s]
/proc/loadavg: 1.00 1.00 1.00 4/118 10633
/proc/meminfo: memFree=1815300/2059040 swapFree=4134456/4192956
[pid=10621] ppid=10619 vsize=1528416 CPUtime=2.08
/proc/10621/stat : 10621 (java) S 10619 10621 9641 0 -1 4202496 22254 0 1 0 197 11 0 0 15 0 12 0 8999314 1565097984 21651 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10621/statm: 382104 21651 1406 10 0 379406 0
[pid=10621/tid=10623] ppid=10619 vsize=1528416 CPUtime=1.26
/proc/10621/task/10623/stat : 10623 (java) R 10619 10621 9641 0 -1 4202560 19810 0 1 0 117 9 0 0 25 0 12 0 8999315 1565097984 21651 1992294400 134512640 134550932 4287291904 18446744073709551615 4109740073 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10621/tid=10624] ppid=10619 vsize=1528416 CPUtime=0
/proc/10621/task/10624/stat : 10624 (java) S 10619 10621 9641 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 8999317 1565097984 21651 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10625] ppid=10619 vsize=1528416 CPUtime=0
/proc/10621/task/10625/stat : 10625 (java) S 10619 10621 9641 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8999317 1565097984 21651 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10626] ppid=10619 vsize=1528416 CPUtime=0
/proc/10621/task/10626/stat : 10626 (java) S 10619 10621 9641 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8999318 1565097984 21651 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 0 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10627] ppid=10619 vsize=1528416 CPUtime=0
/proc/10621/task/10627/stat : 10627 (java) S 10619 10621 9641 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 8999319 1565097984 21651 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10628] ppid=10619 vsize=1528416 CPUtime=0
/proc/10621/task/10628/stat : 10628 (java) S 10619 10621 9641 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8999319 1565097984 21651 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10629] ppid=10619 vsize=1528416 CPUtime=0
/proc/10621/task/10629/stat : 10629 (java) S 10619 10621 9641 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 12 0 8999323 1565097984 21651 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10630] ppid=10619 vsize=1528416 CPUtime=0.41
/proc/10621/task/10630/stat : 10630 (java) S 10619 10621 9641 0 -1 4202560 689 0 0 0 41 0 0 0 17 0 12 0 8999323 1565097984 21651 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
[pid=10621/tid=10631] ppid=10619 vsize=1528416 CPUtime=0.38
/proc/10621/task/10631/stat : 10631 (java) S 10619 10621 9641 0 -1 4202560 690 0 0 0 38 0 0 0 18 0 12 0 8999323 1565097984 21651 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10632] ppid=10619 vsize=1528416 CPUtime=0
/proc/10621/task/10632/stat : 10632 (java) S 10619 10621 9641 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 8999323 1565097984 21651 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10633] ppid=10619 vsize=1528416 CPUtime=0
/proc/10621/task/10633/stat : 10633 (java) S 10619 10621 9641 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8999323 1565097984 21651 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 1528416

[startup+3.10139 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 10633
/proc/meminfo: memFree=1710396/2059040 swapFree=4134456/4192956
[pid=10621] ppid=10619 vsize=1528416 CPUtime=3.8
/proc/10621/stat : 10621 (java) S 10619 10621 9641 0 -1 4202496 41125 0 1 0 362 18 0 0 15 0 12 0 8999314 1565097984 40485 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10621/statm: 382104 40485 1416 10 0 379406 0
[pid=10621/tid=10623] ppid=10619 vsize=1528416 CPUtime=2.72
/proc/10621/task/10623/stat : 10623 (java) R 10619 10621 9641 0 -1 4202560 32011 0 1 0 258 14 0 0 25 0 12 0 8999315 1565097984 40485 1992294400 134512640 134550932 4287291904 18446744073709551615 4109727686 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10621/tid=10624] ppid=10619 vsize=1528416 CPUtime=0.13
/proc/10621/task/10624/stat : 10624 (java) S 10619 10621 9641 0 -1 4202560 3406 0 0 0 12 1 0 0 16 0 12 0 8999317 1565097984 40485 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
[pid=10621/tid=10625] ppid=10619 vsize=1528416 CPUtime=0.12
/proc/10621/task/10625/stat : 10625 (java) S 10619 10621 9641 0 -1 4202560 3257 0 0 0 11 1 0 0 18 0 12 0 8999317 1565097984 40485 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10626] ppid=10619 vsize=1528416 CPUtime=0
/proc/10621/task/10626/stat : 10626 (java) S 10619 10621 9641 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 12 0 8999318 1565097984 40485 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 0 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
[pid=10621/tid=10627] ppid=10619 vsize=1528416 CPUtime=0
/proc/10621/task/10627/stat : 10627 (java) S 10619 10621 9641 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 8999319 1565097984 40485 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10628] ppid=10619 vsize=1528416 CPUtime=0
/proc/10621/task/10628/stat : 10628 (java) S 10619 10621 9641 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 8999319 1565097984 40485 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10629] ppid=10619 vsize=1528416 CPUtime=0
/proc/10621/task/10629/stat : 10629 (java) S 10619 10621 9641 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 12 0 8999323 1565097984 40485 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10630] ppid=10619 vsize=1528416 CPUtime=0.41
/proc/10621/task/10630/stat : 10630 (java) S 10619 10621 9641 0 -1 4202560 689 0 0 0 41 0 0 0 17 0 12 0 8999323 1565097984 40485 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
[pid=10621/tid=10631] ppid=10619 vsize=1528416 CPUtime=0.38
/proc/10621/task/10631/stat : 10631 (java) S 10619 10621 9641 0 -1 4202560 690 0 0 0 38 0 0 0 18 0 12 0 8999323 1565097984 40485 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10632] ppid=10619 vsize=1528416 CPUtime=0
/proc/10621/task/10632/stat : 10632 (java) S 10619 10621 9641 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 8999323 1565097984 40485 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10633] ppid=10619 vsize=1528416 CPUtime=0
/proc/10621/task/10633/stat : 10633 (java) S 10619 10621 9641 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8999323 1565097984 40485 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 1528416

[startup+6.31077 s]
/proc/loadavg: 1.16 1.03 1.01 2/119 10634
/proc/meminfo: memFree=1677032/2059040 swapFree=4134456/4192956
[pid=10621] ppid=10619 vsize=1528876 CPUtime=7.86
/proc/10621/stat : 10621 (java) S 10619 10621 9641 0 -1 4202496 50486 0 1 0 764 22 0 0 15 0 13 0 8999314 1565569024 48967 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10621/statm: 382219 48967 1433 10 0 379521 0
[pid=10621/tid=10623] ppid=10619 vsize=1528876 CPUtime=5.37
/proc/10621/task/10623/stat : 10623 (java) R 10619 10621 9641 0 -1 4202560 32054 0 1 0 523 14 0 0 18 0 13 0 8999315 1565569024 48967 1992294400 134512640 134550932 4287291904 18446744073709551615 4109949010 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10621/tid=10624] ppid=10619 vsize=1528876 CPUtime=0.4
/proc/10621/task/10624/stat : 10624 (java) S 10619 10621 9641 0 -1 4202560 7950 0 0 0 37 3 0 0 16 0 13 0 8999317 1565569024 48967 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
[pid=10621/tid=10625] ppid=10619 vsize=1528876 CPUtime=0.39
/proc/10621/task/10625/stat : 10625 (java) S 10619 10621 9641 0 -1 4202560 7849 0 0 0 37 2 0 0 18 0 13 0 8999317 1565569024 48967 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10626] ppid=10619 vsize=1528876 CPUtime=0
/proc/10621/task/10626/stat : 10626 (java) S 10619 10621 9641 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 8999318 1565569024 48967 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 0 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
[pid=10621/tid=10627] ppid=10619 vsize=1528876 CPUtime=0
/proc/10621/task/10627/stat : 10627 (java) S 10619 10621 9641 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8999319 1565569024 48967 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10628] ppid=10619 vsize=1528876 CPUtime=0
/proc/10621/task/10628/stat : 10628 (java) S 10619 10621 9641 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8999319 1565569024 48967 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10629] ppid=10619 vsize=1528876 CPUtime=0
/proc/10621/task/10629/stat : 10629 (java) S 10619 10621 9641 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 8999323 1565569024 48967 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10630] ppid=10619 vsize=1528876 CPUtime=0.76
/proc/10621/task/10630/stat : 10630 (java) S 10619 10621 9641 0 -1 4202560 791 0 0 0 76 0 0 0 15 0 13 0 8999323 1565569024 48967 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
[pid=10621/tid=10631] ppid=10619 vsize=1528876 CPUtime=0.89
/proc/10621/task/10631/stat : 10631 (java) S 10619 10621 9641 0 -1 4202560 764 0 0 0 89 0 0 0 15 0 13 0 8999323 1565569024 48967 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10632] ppid=10619 vsize=1528876 CPUtime=0
/proc/10621/task/10632/stat : 10632 (java) S 10619 10621 9641 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8999323 1565569024 48967 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10633] ppid=10619 vsize=1528876 CPUtime=0
/proc/10621/task/10633/stat : 10633 (java) S 10619 10621 9641 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8999323 1565569024 48967 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10634] ppid=10619 vsize=1528876 CPUtime=0
/proc/10621/task/10634/stat : 10634 (java) S 10619 10621 9641 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8999807 1565569024 48967 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.86
Current children cumulated vsize (KiB) 1528876

[startup+12.7013 s]
/proc/loadavg: 1.15 1.03 1.01 2/119 10636
/proc/meminfo: memFree=1658308/2059040 swapFree=4134456/4192956
[pid=10621] ppid=10619 vsize=1528876 CPUtime=14.6
/proc/10621/stat : 10621 (java) S 10619 10621 9641 0 -1 4202496 50728 0 1 0 1437 23 0 0 15 0 13 0 8999314 1565569024 49189 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10621/statm: 382219 49189 1439 10 0 379521 0
[pid=10621/tid=10623] ppid=10619 vsize=1528876 CPUtime=11.64
/proc/10621/task/10623/stat : 10623 (java) R 10619 10621 9641 0 -1 4202560 32059 0 1 0 1150 14 0 0 25 0 13 0 8999315 1565569024 49189 1992294400 134512640 134550932 4287291904 18446744073709551615 4109964048 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10621/tid=10624] ppid=10619 vsize=1528876 CPUtime=0.5
/proc/10621/task/10624/stat : 10624 (java) S 10619 10621 9641 0 -1 4202560 8074 0 0 0 47 3 0 0 16 0 13 0 8999317 1565569024 49189 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
[pid=10621/tid=10625] ppid=10619 vsize=1528876 CPUtime=0.48
/proc/10621/task/10625/stat : 10625 (java) S 10619 10621 9641 0 -1 4202560 7941 0 0 0 46 2 0 0 18 0 13 0 8999317 1565569024 49189 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10626] ppid=10619 vsize=1528876 CPUtime=0
/proc/10621/task/10626/stat : 10626 (java) S 10619 10621 9641 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 8999318 1565569024 49189 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 0 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
[pid=10621/tid=10627] ppid=10619 vsize=1528876 CPUtime=0
/proc/10621/task/10627/stat : 10627 (java) S 10619 10621 9641 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8999319 1565569024 49189 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10628] ppid=10619 vsize=1528876 CPUtime=0
/proc/10621/task/10628/stat : 10628 (java) S 10619 10621 9641 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8999319 1565569024 49189 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10629] ppid=10619 vsize=1528876 CPUtime=0
/proc/10621/task/10629/stat : 10629 (java) S 10619 10621 9641 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 8999323 1565569024 49189 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10630] ppid=10619 vsize=1528876 CPUtime=0.82
/proc/10621/task/10630/stat : 10630 (java) S 10619 10621 9641 0 -1 4202560 794 0 0 0 82 0 0 0 15 0 13 0 8999323 1565569024 49189 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
[pid=10621/tid=10631] ppid=10619 vsize=1528876 CPUtime=1.1
/proc/10621/task/10631/stat : 10631 (java) S 10619 10621 9641 0 -1 4202560 782 0 0 0 110 0 0 0 15 0 13 0 8999323 1565569024 49189 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10632] ppid=10619 vsize=1528876 CPUtime=0
/proc/10621/task/10632/stat : 10632 (java) S 10619 10621 9641 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8999323 1565569024 49189 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10633] ppid=10619 vsize=1528876 CPUtime=0
/proc/10621/task/10633/stat : 10633 (java) S 10619 10621 9641 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8999323 1565569024 49189 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
[pid=10621/tid=10634] ppid=10619 vsize=1528876 CPUtime=0
/proc/10621/task/10634/stat : 10634 (java) S 10619 10621 9641 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8999807 1565569024 49189 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.6
Current children cumulated vsize (KiB) 1528876

[startup+25.5016 s]
/proc/loadavg: 1.12 1.03 1.01 2/119 10636
/proc/meminfo: memFree=1638592/2059040 swapFree=4134456/4192956
[pid=10621] ppid=10619 vsize=1529880 CPUtime=27.75
/proc/10621/stat : 10621 (java) S 10619 10621 9641 0 -1 4202496 56656 0 1 0 2749 26 0 0 15 0 13 0 8999314 1566597120 54557 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10621/statm: 382470 54557 1444 10 0 379772 0
[pid=10621/tid=10623] ppid=10619 vsize=1529880 CPUtime=23.96
/proc/10621/task/10623/stat : 10623 (java) S 10619 10621 9641 0 -1 4202560 32065 0 1 0 2382 14 0 0 25 0 13 0 8999315 1566597120 54557 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10624] ppid=10619 vsize=1529880 CPUtime=0.84
/proc/10621/task/10624/stat : 10624 (java) S 10619 10621 9641 0 -1 4202560 11071 0 0 0 80 4 0 0 15 0 13 0 8999317 1566597120 54557 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
[pid=10621/tid=10625] ppid=10619 vsize=1529880 CPUtime=0.82
/proc/10621/task/10625/stat : 10625 (java) S 10619 10621 9641 0 -1 4202560 10484 0 0 0 77 5 0 0 18 0 13 0 8999317 1566597120 54557 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10626] ppid=10619 vsize=1529880 CPUtime=0.1
/proc/10621/task/10626/stat : 10626 (java) R 10619 10621 9641 0 -1 4202560 392 0 0 0 10 0 0 0 16 0 13 0 8999318 1566597120 54557 1992294400 134512640 134550932 4287291904 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=10621/tid=10627] ppid=10619 vsize=1529880 CPUtime=0
/proc/10621/task/10627/stat : 10627 (java) S 10619 10621 9641 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8999319 1566597120 54557 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10628] ppid=10619 vsize=1529880 CPUtime=0

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

[pid=10621/tid=10627] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10627/stat : 10627 (java) S 10619 10621 9641 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8999319 1566408704 61769 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10628] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10628/stat : 10628 (java) S 10619 10621 9641 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8999319 1566408704 61769 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10629] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10629/stat : 10629 (java) S 10619 10621 9641 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 8999323 1566408704 61769 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10630] ppid=10619 vsize=1529696 CPUtime=1
/proc/10621/task/10630/stat : 10630 (java) S 10619 10621 9641 0 -1 4202560 798 0 0 0 100 0 0 0 15 0 13 0 8999323 1566408704 61769 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
[pid=10621/tid=10631] ppid=10619 vsize=1529696 CPUtime=1.13
/proc/10621/task/10631/stat : 10631 (java) S 10619 10621 9641 0 -1 4202560 782 0 0 0 113 0 0 0 16 0 13 0 8999323 1566408704 61769 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10632] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10632/stat : 10632 (java) S 10619 10621 9641 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8999323 1566408704 61769 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10633] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10633/stat : 10633 (java) S 10619 10621 9641 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 8999323 1566408704 61769 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10634] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10634/stat : 10634 (java) S 10619 10621 9641 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8999807 1566408704 61769 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1610.3
Current children cumulated vsize (KiB) 1529696

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10681
/proc/meminfo: memFree=1605112/2059040 swapFree=4134456/4192956
[pid=10621] ppid=10619 vsize=1529696 CPUtime=1670.55
/proc/10621/stat : 10621 (java) S 10619 10621 9641 0 -1 4202496 111958 0 1 0 166952 103 0 0 15 0 13 0 8999314 1566408704 61769 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10621/statm: 382424 61769 1444 10 0 379726 0
[pid=10621/tid=10623] ppid=10619 vsize=1529696 CPUtime=1646.52
/proc/10621/task/10623/stat : 10623 (java) R 10619 10621 9641 0 -1 4202560 32454 0 1 0 164600 52 0 0 25 0 13 0 8999315 1566408704 61769 1992294400 134512640 134550932 4287291904 18446744073709551615 4109949020 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10621/tid=10624] ppid=10619 vsize=1529696 CPUtime=7.5
/proc/10621/task/10624/stat : 10624 (java) S 10619 10621 9641 0 -1 4202560 15157 0 0 0 736 14 0 0 16 0 13 0 8999317 1566408704 61769 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10625] ppid=10619 vsize=1529696 CPUtime=7.48
/proc/10621/task/10625/stat : 10625 (java) S 10619 10621 9641 0 -1 4202560 13598 0 0 0 737 11 0 0 15 0 13 0 8999317 1566408704 61769 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
[pid=10621/tid=10626] ppid=10619 vsize=1529696 CPUtime=6.84
/proc/10621/task/10626/stat : 10626 (java) S 10619 10621 9641 0 -1 4202560 48008 0 0 0 662 22 0 0 16 0 13 0 8999318 1566408704 61769 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 0 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
[pid=10621/tid=10627] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10627/stat : 10627 (java) S 10619 10621 9641 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8999319 1566408704 61769 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10628] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10628/stat : 10628 (java) S 10619 10621 9641 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8999319 1566408704 61769 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10629] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10629/stat : 10629 (java) S 10619 10621 9641 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 8999323 1566408704 61769 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10630] ppid=10619 vsize=1529696 CPUtime=1
/proc/10621/task/10630/stat : 10630 (java) S 10619 10621 9641 0 -1 4202560 798 0 0 0 100 0 0 0 15 0 13 0 8999323 1566408704 61769 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
[pid=10621/tid=10631] ppid=10619 vsize=1529696 CPUtime=1.13
/proc/10621/task/10631/stat : 10631 (java) S 10619 10621 9641 0 -1 4202560 782 0 0 0 113 0 0 0 16 0 13 0 8999323 1566408704 61769 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10632] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10632/stat : 10632 (java) S 10619 10621 9641 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8999323 1566408704 61769 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10633] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10633/stat : 10633 (java) S 10619 10621 9641 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 8999323 1566408704 61769 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10634] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10634/stat : 10634 (java) S 10619 10621 9641 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8999807 1566408704 61769 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1670.55
Current children cumulated vsize (KiB) 1529696

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 10683
/proc/meminfo: memFree=1604368/2059040 swapFree=4134456/4192956
[pid=10621] ppid=10619 vsize=1529696 CPUtime=1730.68
/proc/10621/stat : 10621 (java) S 10619 10621 9641 0 -1 4202496 112493 0 1 0 172964 104 0 0 15 0 13 0 8999314 1566408704 62267 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10621/statm: 382424 62267 1444 10 0 379726 0
[pid=10621/tid=10623] ppid=10619 vsize=1529696 CPUtime=1706.35
/proc/10621/task/10623/stat : 10623 (java) R 10619 10621 9641 0 -1 4202560 32462 0 1 0 170583 52 0 0 25 0 13 0 8999315 1566408704 62267 1992294400 134512640 134550932 4287291904 18446744073709551615 4110035003 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10621/tid=10624] ppid=10619 vsize=1529696 CPUtime=7.64
/proc/10621/task/10624/stat : 10624 (java) S 10619 10621 9641 0 -1 4202560 15463 0 0 0 750 14 0 0 16 0 13 0 8999317 1566408704 62267 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10625] ppid=10619 vsize=1529696 CPUtime=7.64
/proc/10621/task/10625/stat : 10625 (java) S 10619 10621 9641 0 -1 4202560 13811 0 0 0 753 11 0 0 15 0 13 0 8999317 1566408704 62267 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
[pid=10621/tid=10626] ppid=10619 vsize=1529696 CPUtime=6.84
/proc/10621/task/10626/stat : 10626 (java) S 10619 10621 9641 0 -1 4202560 48012 0 0 0 662 22 0 0 16 0 13 0 8999318 1566408704 62267 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 0 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
[pid=10621/tid=10627] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10627/stat : 10627 (java) S 10619 10621 9641 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8999319 1566408704 62267 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10628] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10628/stat : 10628 (java) S 10619 10621 9641 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8999319 1566408704 62267 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10629] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10629/stat : 10629 (java) S 10619 10621 9641 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 8999323 1566408704 62267 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10630] ppid=10619 vsize=1529696 CPUtime=1
/proc/10621/task/10630/stat : 10630 (java) S 10619 10621 9641 0 -1 4202560 798 0 0 0 100 0 0 0 15 0 13 0 8999323 1566408704 62267 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
[pid=10621/tid=10631] ppid=10619 vsize=1529696 CPUtime=1.13
/proc/10621/task/10631/stat : 10631 (java) S 10619 10621 9641 0 -1 4202560 782 0 0 0 113 0 0 0 16 0 13 0 8999323 1566408704 62267 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10632] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10632/stat : 10632 (java) S 10619 10621 9641 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8999323 1566408704 62267 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10633] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10633/stat : 10633 (java) S 10619 10621 9641 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 8999323 1566408704 62267 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10634] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10634/stat : 10634 (java) S 10619 10621 9641 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8999807 1566408704 62267 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1730.68
Current children cumulated vsize (KiB) 1529696

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10685
/proc/meminfo: memFree=1602756/2059040 swapFree=4134456/4192956
[pid=10621] ppid=10619 vsize=1529696 CPUtime=1790.85
/proc/10621/stat : 10621 (java) S 10619 10621 9641 0 -1 4202496 115171 0 1 0 178980 105 0 0 15 0 13 0 8999314 1566408704 62430 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10621/statm: 382424 62430 1444 10 0 379726 0
[pid=10621/tid=10623] ppid=10619 vsize=1529696 CPUtime=1765.76
/proc/10621/task/10623/stat : 10623 (java) R 10619 10621 9641 0 -1 4202560 32473 0 1 0 176524 52 0 0 25 0 13 0 8999315 1566408704 62430 1992294400 134512640 134550932 4287291904 18446744073709551615 4110087408 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10621/tid=10624] ppid=10619 vsize=1529696 CPUtime=7.84
/proc/10621/task/10624/stat : 10624 (java) S 10619 10621 9641 0 -1 4202560 15545 0 0 0 770 14 0 0 16 0 13 0 8999317 1566408704 62430 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
[pid=10621/tid=10625] ppid=10619 vsize=1529696 CPUtime=7.84
/proc/10621/task/10625/stat : 10625 (java) S 10619 10621 9641 0 -1 4202560 13895 0 0 0 772 12 0 0 16 0 13 0 8999317 1566408704 62430 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10626] ppid=10619 vsize=1529696 CPUtime=7.21
/proc/10621/task/10626/stat : 10626 (java) S 10619 10621 9641 0 -1 4202560 50511 0 0 0 698 23 0 0 15 0 13 0 8999318 1566408704 62430 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 0 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
[pid=10621/tid=10627] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10627/stat : 10627 (java) S 10619 10621 9641 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8999319 1566408704 62430 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10628] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10628/stat : 10628 (java) S 10619 10621 9641 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8999319 1566408704 62430 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10629] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10629/stat : 10629 (java) S 10619 10621 9641 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 8999323 1566408704 62430 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10630] ppid=10619 vsize=1529696 CPUtime=1
/proc/10621/task/10630/stat : 10630 (java) S 10619 10621 9641 0 -1 4202560 798 0 0 0 100 0 0 0 15 0 13 0 8999323 1566408704 62430 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
[pid=10621/tid=10631] ppid=10619 vsize=1529696 CPUtime=1.13
/proc/10621/task/10631/stat : 10631 (java) S 10619 10621 9641 0 -1 4202560 782 0 0 0 113 0 0 0 16 0 13 0 8999323 1566408704 62430 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10632] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10632/stat : 10632 (java) S 10619 10621 9641 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8999323 1566408704 62430 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10633] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10633/stat : 10633 (java) S 10619 10621 9641 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 8999323 1566408704 62430 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10634] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10634/stat : 10634 (java) S 10619 10621 9641 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8999807 1566408704 62430 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1790.85
Current children cumulated vsize (KiB) 1529696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10685
/proc/meminfo: memFree=1602756/2059040 swapFree=4134456/4192956
[pid=10621] ppid=10619 vsize=1529696 CPUtime=1800.07
/proc/10621/stat : 10621 (java) S 10619 10621 9641 0 -1 4202496 115174 0 1 0 179902 105 0 0 15 0 13 0 8999314 1566408704 62430 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10621/statm: 382424 62430 1444 10 0 379726 0
[pid=10621/tid=10623] ppid=10619 vsize=1529696 CPUtime=1774.95
/proc/10621/task/10623/stat : 10623 (java) R 10619 10621 9641 0 -1 4202560 32474 0 1 0 177443 52 0 0 25 0 13 0 8999315 1566408704 62430 1992294400 134512640 134550932 4287291904 18446744073709551615 4110098564 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10621/tid=10624] ppid=10619 vsize=1529696 CPUtime=7.86
/proc/10621/task/10624/stat : 10624 (java) S 10619 10621 9641 0 -1 4202560 15545 0 0 0 772 14 0 0 15 0 13 0 8999317 1566408704 62430 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
[pid=10621/tid=10625] ppid=10619 vsize=1529696 CPUtime=7.86
/proc/10621/task/10625/stat : 10625 (java) S 10619 10621 9641 0 -1 4202560 13895 0 0 0 774 12 0 0 16 0 13 0 8999317 1566408704 62430 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10626] ppid=10619 vsize=1529696 CPUtime=7.21
/proc/10621/task/10626/stat : 10626 (java) S 10619 10621 9641 0 -1 4202560 50511 0 0 0 698 23 0 0 15 0 13 0 8999318 1566408704 62430 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 0 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
[pid=10621/tid=10627] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10627/stat : 10627 (java) S 10619 10621 9641 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8999319 1566408704 62430 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10628] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10628/stat : 10628 (java) S 10619 10621 9641 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8999319 1566408704 62430 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10629] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10629/stat : 10629 (java) S 10619 10621 9641 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 8999323 1566408704 62430 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10630] ppid=10619 vsize=1529696 CPUtime=1
/proc/10621/task/10630/stat : 10630 (java) S 10619 10621 9641 0 -1 4202560 798 0 0 0 100 0 0 0 15 0 13 0 8999323 1566408704 62430 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
[pid=10621/tid=10631] ppid=10619 vsize=1529696 CPUtime=1.13
/proc/10621/task/10631/stat : 10631 (java) S 10619 10621 9641 0 -1 4202560 782 0 0 0 113 0 0 0 16 0 13 0 8999323 1566408704 62430 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10632] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10632/stat : 10632 (java) S 10619 10621 9641 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8999323 1566408704 62430 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10633] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10633/stat : 10633 (java) S 10619 10621 9641 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 8999323 1566408704 62430 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 0 0 0 0
[pid=10621/tid=10634] ppid=10619 vsize=1529696 CPUtime=0
/proc/10621/task/10634/stat : 10634 (java) S 10619 10621 9641 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8999807 1566408704 62430 1992294400 134512640 134550932 4287291904 18446744073709551615 4294960144 0 4 0 16800975 18446604437878485376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1529696

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

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

[startup+1791.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10685
/proc/meminfo: memFree=1602756/2059040 swapFree=4134456/4192956
[pid=10621] ppid=10619 vsize=0 CPUtime=1800.26
/proc/10621/stat : 10621 (java) Z 10619 10621 9641 0 -1 4203548 115197 0 1 0 179918 108 0 0 15 0 2 0 8999314 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10621/statm: 0 0 0 0 0 0 0
[pid=10621/tid=10623] ppid=10619 vsize=0 CPUtime=1775.01
/proc/10621/task/10623/stat : 10623 (java) R 10619 10621 9641 0 -1 4203588 32474 0 1 0 177447 54 0 0 25 0 2 0 8999315 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1791.62
CPU time (s): 1800.27
CPU user time (s): 1799.18
CPU system time (s): 1.08583
CPU usage (%): 100.483
Max. virtual memory (cumulated for all children) (KiB): 1535832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.18
system time used= 1.08583
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115197
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= 41077
involuntary context switches= 26648

runsolver used 3.75843 second user time and 9.40757 second system time

The end

Launcher Data

Begin job on node017 at 2010-06-12 11:15:29
IDJOB=2659067
IDBENCH=1465
IDSOLVER=1164
FILE ID=node017/2659067-1276334129
PBS_JOBID= 11173171
Free space on /tmp= 62360 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.unbounded.all.ucl.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659067-1276334129/watcher-2659067-1276334129 -o /tmp/evaluation-result-2659067-1276334129/solver-2659067-1276334129 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659067-1276334129.opb

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

MD5SUM BENCH= 1785d65de493315a1e7654bb7aab8248
RANDOM SEED=537022709

node017.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.201
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.201
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.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1851068 kB
Buffers:         18052 kB
Cached:         116724 kB
SwapCached:      18736 kB
Active:         108288 kB
Inactive:        47404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1851068 kB
SwapTotal:     4192956 kB
SwapFree:      4134456 kB
Dirty:            8688 kB
Writeback:           0 kB
AnonPages:       12200 kB
Mapped:           9224 kB
Slab:            30524 kB
PageTables:       3984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184232 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= 62360 MiB
End job on node017 at 2010-06-12 11:45:23