Trace number 2658206

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.25 1793.35

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_5_15.opb
MD5SUMb33a935d423c3fea7f6ee6702f232aa4
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 benchmark2.05069
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)31412
Sum of products size (including duplicates)62824
Number of different products15706
Sum of products size31412

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2658206-1276679118.opb
0.22/0.21	c reading problem ... 
96.13/94.97	c ... done. Wall clock time 94.761s.
96.13/94.97	c #vars     16706
96.13/94.97	c #constraints  32915
96.13/94.97	c constraints type 
96.13/94.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15706
96.13/94.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
96.13/94.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
96.13/94.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15706
112.99/110.97	c cleaning 2507 clauses out of 5014 with flag 5014/5014
135.50/133.25	c cleaning 4256 clauses out of 8512 with flag 11019/11019
167.94/165.50	c cleaning 5620 clauses out of 11240 with flag 18003/18003
207.53/204.94	c cleaning 6814 clauses out of 13627 with flag 26010/26010
280.85/278.02	c cleaning 7931 clauses out of 15861 with flag 35058/35058
355.10/352.09	c cleaning 8967 clauses out of 17934 with flag 45062/45062
463.27/459.90	c cleaning 9953 clauses out of 19905 with flag 56000/56000
599.02/595.33	c cleaning 10996 clauses out of 21992 with flag 68040/68040
806.35/802.24	c cleaning 11979 clauses out of 23957 with flag 81001/81001
1013.95/1009.30	c cleaning 13006 clauses out of 26011 with flag 95034/95034
1281.01/1275.75	c cleaning 14131 clauses out of 28262 with flag 110291/110291
1521.53/1515.41	c cleaning 14923 clauses out of 29846 with flag 126006/126006
1800.05/1793.21	c starts		: 103
1800.05/1793.21	c conflicts		: 137756
1800.05/1793.21	c decisions		: 265596
1800.05/1793.21	c propagations		: 17963615
1800.05/1793.21	c inspects		: 1029678708
1800.05/1793.21	c learnt literals	: 0
1800.05/1793.21	c learnt binary clauses	: 0
1800.05/1793.21	c learnt ternary clauses	: 1
1800.05/1793.21	c learnt clauses	: 137755
1800.05/1793.21	c ignored clauses	: 0
1800.05/1793.21	c root simplifications	: 0
1800.05/1793.21	c removed literals (reason simplification)	: 717050
1800.05/1793.21	c reason swapping (by a shorter reason)	: 0
1800.05/1793.22	c Calls to reduceDB	: 12
1800.05/1793.22	c number of reductions to clauses (during analyze)	: 0
1800.05/1793.22	c number of learned constraints concerned by reduction	: 0
1800.05/1793.22	c number of learning phase by resolution	: 0
1800.05/1793.22	c number of learning phase by cutting planes	: 0
1800.05/1793.22	c speed (assignments/second)	: 10577.771012611865
1800.05/1793.22	c non guided choices	16171
1800.05/1793.26	c learnt constraints type 
1800.05/1793.26	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 26675
1800.05/1793.26	c constraints type 
1800.05/1793.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15706
1800.05/1793.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.05/1793.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.05/1793.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15706
1800.05/1793.26	s UNKNOWN
1800.05/1793.26	c Total wall clock time (in seconds): 1793.051

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-2658206-1276679118/watcher-2658206-1276679118 -o /tmp/evaluation-result-2658206-1276679118/solver-2658206-1276679118 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658206-1276679118.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 9521
/proc/meminfo: memFree=1838668/2059040 swapFree=4139732/4192956
[pid=9521] ppid=9519 vsize=1832 CPUtime=0
/proc/9521/stat : 9521 (java6) R 9519 9521 9343 0 -1 4194304 245 0 0 0 0 0 0 0 16 0 1 0 43513409 1875968 148 1992294400 134512640 134550932 4289538224 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/9521/statm: 458 148 111 10 0 63 0

[startup+0.0511561 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 9521
/proc/meminfo: memFree=1838668/2059040 swapFree=4139732/4192956
[pid=9521] ppid=9519 vsize=1521016 CPUtime=0.03
/proc/9521/stat : 9521 (java) S 9519 9521 9343 0 -1 4202496 3491 0 1 0 1 2 0 0 15 0 5 0 43513409 1557520384 2934 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/9521/statm: 380254 2934 989 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.102164 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 9521
/proc/meminfo: memFree=1838668/2059040 swapFree=4139732/4192956
[pid=9521] ppid=9519 vsize=1524184 CPUtime=0.09
/proc/9521/stat : 9521 (java) S 9519 9521 9343 0 -1 4202496 3961 0 1 0 6 3 0 0 15 0 12 0 43513409 1560764416 3400 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9521/statm: 381046 3400 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.301206 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 9521
/proc/meminfo: memFree=1838668/2059040 swapFree=4139732/4192956
[pid=9521] ppid=9519 vsize=1526272 CPUtime=0.36
/proc/9521/stat : 9521 (java) S 9519 9521 9343 0 -1 4202496 5336 0 1 0 32 4 0 0 15 0 12 0 43513409 1562902528 4773 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9521/statm: 381568 4773 1360 10 0 378870 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526272

[startup+0.701295 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 9521
/proc/meminfo: memFree=1838668/2059040 swapFree=4139732/4192956
[pid=9521] ppid=9519 vsize=1527984 CPUtime=1.01
/proc/9521/stat : 9521 (java) S 9519 9521 9343 0 -1 4202496 6767 0 1 0 97 4 0 0 15 0 12 0 43513409 1564655616 6163 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9521/statm: 381996 6163 1396 10 0 379298 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1527984

[startup+1.50146 s]
/proc/loadavg: 0.85 0.97 0.99 2/118 9533
/proc/meminfo: memFree=1816260/2059040 swapFree=4139732/4192956
[pid=9521] ppid=9519 vsize=1528520 CPUtime=2.12
/proc/9521/stat : 9521 (java) S 9519 9521 9343 0 -1 4202496 8159 0 1 0 207 5 0 0 15 0 12 0 43513409 1565204480 7417 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9521/statm: 382130 7417 1407 10 0 379432 0
[pid=9521/tid=9523] ppid=9519 vsize=1528520 CPUtime=1.46
/proc/9521/task/9523/stat : 9523 (java) R 9519 9521 9343 0 -1 4202560 5721 0 1 0 143 3 0 0 25 0 12 0 43513411 1565204480 7417 1992294400 134512640 134550932 4288830720 18446744073709551615 4109383827 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9521/tid=9524] ppid=9519 vsize=1528520 CPUtime=0
/proc/9521/task/9524/stat : 9524 (java) S 9519 9521 9343 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 43513412 1565204480 7417 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9525] ppid=9519 vsize=1528520 CPUtime=0
/proc/9521/task/9525/stat : 9525 (java) S 9519 9521 9343 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 43513412 1565204480 7417 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9526] ppid=9519 vsize=1528520 CPUtime=0
/proc/9521/task/9526/stat : 9526 (java) S 9519 9521 9343 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 43513414 1565204480 7417 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 0 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9527] ppid=9519 vsize=1528520 CPUtime=0
/proc/9521/task/9527/stat : 9527 (java) S 9519 9521 9343 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 43513414 1565204480 7417 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9528] ppid=9519 vsize=1528520 CPUtime=0
/proc/9521/task/9528/stat : 9528 (java) S 9519 9521 9343 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 43513414 1565204480 7417 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9529] ppid=9519 vsize=1528520 CPUtime=0
/proc/9521/task/9529/stat : 9529 (java) S 9519 9521 9343 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 43513419 1565204480 7417 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9530] ppid=9519 vsize=1528520 CPUtime=0.16
/proc/9521/task/9530/stat : 9530 (java) S 9519 9521 9343 0 -1 4202560 297 0 0 0 16 0 0 0 16 0 12 0 43513419 1565204480 7417 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9531] ppid=9519 vsize=1528520 CPUtime=0.46
/proc/9521/task/9531/stat : 9531 (java) S 9519 9521 9343 0 -1 4202560 1078 0 0 0 46 0 0 0 15 0 12 0 43513419 1565204480 7417 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9532] ppid=9519 vsize=1528520 CPUtime=0
/proc/9521/task/9532/stat : 9532 (java) S 9519 9521 9343 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 43513419 1565204480 7417 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9533] ppid=9519 vsize=1528520 CPUtime=0
/proc/9521/task/9533/stat : 9533 (java) S 9519 9521 9343 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 43513419 1565204480 7418 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 1528520

[startup+3.10179 s]
/proc/loadavg: 0.85 0.97 0.99 2/118 9533
/proc/meminfo: memFree=1812540/2059040 swapFree=4139732/4192956
[pid=9521] ppid=9519 vsize=1528520 CPUtime=3.77
/proc/9521/stat : 9521 (java) S 9519 9521 9343 0 -1 4202496 9017 0 1 0 372 5 0 0 15 0 12 0 43513409 1565204480 8275 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9521/statm: 382130 8275 1414 10 0 379432 0
[pid=9521/tid=9523] ppid=9519 vsize=1528520 CPUtime=3.07
/proc/9521/task/9523/stat : 9523 (java) R 9519 9521 9343 0 -1 4202560 6576 0 1 0 303 4 0 0 25 0 12 0 43513411 1565204480 8275 1992294400 134512640 134550932 4288830720 18446744073709551615 4109383875 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9521/tid=9524] ppid=9519 vsize=1528520 CPUtime=0
/proc/9521/task/9524/stat : 9524 (java) S 9519 9521 9343 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 43513412 1565204480 8275 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9525] ppid=9519 vsize=1528520 CPUtime=0
/proc/9521/task/9525/stat : 9525 (java) S 9519 9521 9343 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 43513412 1565204480 8275 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9526] ppid=9519 vsize=1528520 CPUtime=0
/proc/9521/task/9526/stat : 9526 (java) S 9519 9521 9343 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 43513414 1565204480 8275 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 0 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9527] ppid=9519 vsize=1528520 CPUtime=0
/proc/9521/task/9527/stat : 9527 (java) S 9519 9521 9343 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 43513414 1565204480 8275 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9528] ppid=9519 vsize=1528520 CPUtime=0
/proc/9521/task/9528/stat : 9528 (java) S 9519 9521 9343 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 43513414 1565204480 8275 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9529] ppid=9519 vsize=1528520 CPUtime=0
/proc/9521/task/9529/stat : 9529 (java) S 9519 9521 9343 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 43513419 1565204480 8275 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9530] ppid=9519 vsize=1528520 CPUtime=0.21
/proc/9521/task/9530/stat : 9530 (java) S 9519 9521 9343 0 -1 4202560 300 0 0 0 21 0 0 0 15 0 12 0 43513419 1565204480 8275 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9531] ppid=9519 vsize=1528520 CPUtime=0.46
/proc/9521/task/9531/stat : 9531 (java) S 9519 9521 9343 0 -1 4202560 1078 0 0 0 46 0 0 0 15 0 12 0 43513419 1565204480 8275 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9532] ppid=9519 vsize=1528520 CPUtime=0
/proc/9521/task/9532/stat : 9532 (java) S 9519 9521 9343 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 43513419 1565204480 8275 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9533] ppid=9519 vsize=1528520 CPUtime=0
/proc/9521/task/9533/stat : 9533 (java) S 9519 9521 9343 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 43513419 1565204480 8275 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 1528520

[startup+6.30148 s]
/proc/loadavg: 0.86 0.97 0.99 2/118 9535
/proc/meminfo: memFree=1806960/2059040 swapFree=4139732/4192956
[pid=9521] ppid=9519 vsize=1527984 CPUtime=7.08
/proc/9521/stat : 9521 (java) S 9519 9521 9343 0 -1 4202496 10253 0 1 0 701 7 0 0 15 0 12 0 43513409 1564655616 9376 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9521/statm: 381996 9376 1416 10 0 379298 0
[pid=9521/tid=9523] ppid=9519 vsize=1527984 CPUtime=6.26
/proc/9521/task/9523/stat : 9523 (java) R 9519 9521 9343 0 -1 4202560 7802 0 1 0 621 5 0 0 25 0 12 0 43513411 1564655616 9376 1992294400 134512640 134550932 4288830720 18446744073709551615 4109383553 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9521/tid=9524] ppid=9519 vsize=1527984 CPUtime=0
/proc/9521/task/9524/stat : 9524 (java) S 9519 9521 9343 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 43513412 1564655616 9376 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9525] ppid=9519 vsize=1527984 CPUtime=0
/proc/9521/task/9525/stat : 9525 (java) S 9519 9521 9343 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 43513412 1564655616 9376 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9526] ppid=9519 vsize=1527984 CPUtime=0
/proc/9521/task/9526/stat : 9526 (java) S 9519 9521 9343 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 43513414 1564655616 9376 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 0 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9527] ppid=9519 vsize=1527984 CPUtime=0
/proc/9521/task/9527/stat : 9527 (java) S 9519 9521 9343 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 43513414 1564655616 9376 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9528] ppid=9519 vsize=1527984 CPUtime=0
/proc/9521/task/9528/stat : 9528 (java) S 9519 9521 9343 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 43513414 1564655616 9376 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9529] ppid=9519 vsize=1527984 CPUtime=0
/proc/9521/task/9529/stat : 9529 (java) S 9519 9521 9343 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 43513419 1564655616 9376 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9530] ppid=9519 vsize=1527984 CPUtime=0.25
/proc/9521/task/9530/stat : 9530 (java) S 9519 9521 9343 0 -1 4202560 303 0 0 0 25 0 0 0 15 0 12 0 43513419 1564655616 9376 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9531] ppid=9519 vsize=1527984 CPUtime=0.54
/proc/9521/task/9531/stat : 9531 (java) S 9519 9521 9343 0 -1 4202560 1085 0 0 0 54 0 0 0 15 0 12 0 43513419 1564655616 9376 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9532] ppid=9519 vsize=1527984 CPUtime=0
/proc/9521/task/9532/stat : 9532 (java) S 9519 9521 9343 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 43513419 1564655616 9376 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9533] ppid=9519 vsize=1527984 CPUtime=0
/proc/9521/task/9533/stat : 9533 (java) S 9519 9521 9343 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 43513419 1564655616 9376 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 1527984

[startup+12.7018 s]
/proc/loadavg: 0.87 0.97 0.99 2/118 9535
/proc/meminfo: memFree=1798280/2059040 swapFree=4139732/4192956
[pid=9521] ppid=9519 vsize=1527984 CPUtime=13.5
/proc/9521/stat : 9521 (java) S 9519 9521 9343 0 -1 4202496 12355 0 1 0 1342 8 0 0 15 0 12 0 43513409 1564655616 11478 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9521/statm: 381996 11478 1416 10 0 379298 0
[pid=9521/tid=9523] ppid=9519 vsize=1527984 CPUtime=12.66
/proc/9521/task/9523/stat : 9523 (java) R 9519 9521 9343 0 -1 4202560 9903 0 1 0 1259 7 0 0 25 0 12 0 43513411 1564655616 11478 1992294400 134512640 134550932 4288830720 18446744073709551615 4109384140 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9521/tid=9524] ppid=9519 vsize=1527984 CPUtime=0
/proc/9521/task/9524/stat : 9524 (java) S 9519 9521 9343 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 43513412 1564655616 11478 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9525] ppid=9519 vsize=1527984 CPUtime=0
/proc/9521/task/9525/stat : 9525 (java) S 9519 9521 9343 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 43513412 1564655616 11478 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9526] ppid=9519 vsize=1527984 CPUtime=0
/proc/9521/task/9526/stat : 9526 (java) S 9519 9521 9343 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 43513414 1564655616 11478 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 0 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9527] ppid=9519 vsize=1527984 CPUtime=0
/proc/9521/task/9527/stat : 9527 (java) S 9519 9521 9343 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 43513414 1564655616 11478 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9528] ppid=9519 vsize=1527984 CPUtime=0
/proc/9521/task/9528/stat : 9528 (java) S 9519 9521 9343 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 43513414 1564655616 11478 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9529] ppid=9519 vsize=1527984 CPUtime=0
/proc/9521/task/9529/stat : 9529 (java) S 9519 9521 9343 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 43513419 1564655616 11478 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9530] ppid=9519 vsize=1527984 CPUtime=0.25
/proc/9521/task/9530/stat : 9530 (java) S 9519 9521 9343 0 -1 4202560 303 0 0 0 25 0 0 0 15 0 12 0 43513419 1564655616 11478 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9531] ppid=9519 vsize=1527984 CPUtime=0.56
/proc/9521/task/9531/stat : 9531 (java) S 9519 9521 9343 0 -1 4202560 1086 0 0 0 56 0 0 0 15 0 12 0 43513419 1564655616 11478 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9532] ppid=9519 vsize=1527984 CPUtime=0
/proc/9521/task/9532/stat : 9532 (java) S 9519 9521 9343 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 43513419 1564655616 11478 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9533] ppid=9519 vsize=1527984 CPUtime=0
/proc/9521/task/9533/stat : 9533 (java) S 9519 9521 9343 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 43513419 1564655616 11478 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.5
Current children cumulated vsize (KiB) 1527984

[startup+25.5016 s]
/proc/loadavg: 0.90 0.97 0.99 3/118 9535
/proc/meminfo: memFree=1783152/2059040 swapFree=4139732/4192956
[pid=9521] ppid=9519 vsize=1529256 CPUtime=26.66
/proc/9521/stat : 9521 (java) S 9519 9521 9343 0 -1 4202496 16413 0 1 0 2656 10 0 0 15 0 12 0 43513409 1565958144 15169 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9521/statm: 382314 15169 1417 10 0 379616 0
[pid=9521/tid=9523] ppid=9519 vsize=1529256 CPUtime=25.4
/proc/9521/task/9523/stat : 9523 (java) R 9519 9521 9343 0 -1 4202560 13264 0 1 0 2532 8 0 0 25 0 12 0 43513411 1565958144 15169 1992294400 134512640 134550932 4288830720 18446744073709551615 4109383875 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9521/tid=9524] ppid=9519 vsize=1529256 CPUtime=0
/proc/9521/task/9524/stat : 9524 (java) S 9519 9521 9343 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 43513412 1565958144 15169 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9525] ppid=9519 vsize=1529256 CPUtime=0
/proc/9521/task/9525/stat : 9525 (java) S 9519 9521 9343 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 43513412 1565958144 15169 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9526] ppid=9519 vsize=1529256 CPUtime=0
/proc/9521/task/9526/stat : 9526 (java) S 9519 9521 9343 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 43513414 1565958144 15169 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 0 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9527] ppid=9519 vsize=1529256 CPUtime=0
/proc/9521/task/9527/stat : 9527 (java) S 9519 9521 9343 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 43513414 1565958144 15169 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9528] ppid=9519 vsize=1529256 CPUtime=0
/proc/9521/task/9528/stat : 9528 (java) S 9519 9521 9343 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 43513414 1565958144 15169 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9529] ppid=9519 vsize=1529256 CPUtime=0
/proc/9521/task/9529/stat : 9529 (java) S 9519 9521 9343 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 43513419 1565958144 15169 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9530] ppid=9519 vsize=1529256 CPUtime=0.46

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

[pid=9521] ppid=9519 vsize=1531628 CPUtime=1668.86
/proc/9521/stat : 9521 (java) S 9519 9521 9343 0 -1 4202496 91721 0 1 0 166808 78 0 0 15 0 13 0 43513409 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9521/statm: 382907 80817 1444 10 0 380209 0
[pid=9521/tid=9523] ppid=9519 vsize=1531628 CPUtime=1653.09
/proc/9521/task/9523/stat : 9523 (java) R 9519 9521 9343 0 -1 4202560 32455 0 1 0 165274 35 0 0 25 0 13 0 43513411 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4109797206 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9521/tid=9524] ppid=9519 vsize=1531628 CPUtime=5.75
/proc/9521/task/9524/stat : 9524 (java) S 9519 9521 9343 0 -1 4202560 27489 0 0 0 556 19 0 0 16 0 13 0 43513412 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9525] ppid=9519 vsize=1531628 CPUtime=5.8
/proc/9521/task/9525/stat : 9525 (java) S 9519 9521 9343 0 -1 4202560 25759 0 0 0 563 17 0 0 15 0 13 0 43513412 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 1 0 0 0
[pid=9521/tid=9526] ppid=9519 vsize=1531628 CPUtime=1.84
/proc/9521/task/9526/stat : 9526 (java) S 9519 9521 9343 0 -1 4202560 1343 0 0 0 181 3 0 0 16 0 13 0 43513414 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 0 0 16800975 18446604437826525888 0 0 -1 1 0 0 0
[pid=9521/tid=9527] ppid=9519 vsize=1531628 CPUtime=0
/proc/9521/task/9527/stat : 9527 (java) S 9519 9521 9343 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 43513414 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9528] ppid=9519 vsize=1531628 CPUtime=0
/proc/9521/task/9528/stat : 9528 (java) S 9519 9521 9343 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 43513414 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9529] ppid=9519 vsize=1531628 CPUtime=0
/proc/9521/task/9529/stat : 9529 (java) S 9519 9521 9343 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 43513419 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9530] ppid=9519 vsize=1531628 CPUtime=1.02
/proc/9521/task/9530/stat : 9530 (java) S 9519 9521 9343 0 -1 4202560 2324 0 0 0 102 0 0 0 15 0 13 0 43513419 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 1 0 0 0
[pid=9521/tid=9531] ppid=9519 vsize=1531628 CPUtime=1.28
/proc/9521/task/9531/stat : 9531 (java) S 9519 9521 9343 0 -1 4202560 1188 0 0 0 128 0 0 0 16 0 13 0 43513419 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9532] ppid=9519 vsize=1531628 CPUtime=0
/proc/9521/task/9532/stat : 9532 (java) S 9519 9521 9343 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 43513419 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9533] ppid=9519 vsize=1531628 CPUtime=0
/proc/9521/task/9533/stat : 9533 (java) S 9519 9521 9343 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 43513419 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9538] ppid=9519 vsize=1531628 CPUtime=0
/proc/9521/task/9538/stat : 9538 (java) S 9519 9521 9343 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 43522913 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1668.86
Current children cumulated vsize (KiB) 1531628

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 9583
/proc/meminfo: memFree=1517908/2059040 swapFree=4139732/4192956
[pid=9521] ppid=9519 vsize=1531628 CPUtime=1728.99
/proc/9521/stat : 9521 (java) S 9519 9521 9343 0 -1 4202496 91739 0 1 0 172820 79 0 0 15 0 13 0 43513409 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9521/statm: 382907 80817 1444 10 0 380209 0
[pid=9521/tid=9523] ppid=9519 vsize=1531628 CPUtime=1712.88
/proc/9521/task/9523/stat : 9523 (java) R 9519 9521 9343 0 -1 4202560 32465 0 1 0 171253 35 0 0 25 0 13 0 43513411 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4109912694 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9521/tid=9524] ppid=9519 vsize=1531628 CPUtime=5.93
/proc/9521/task/9524/stat : 9524 (java) S 9519 9521 9343 0 -1 4202560 27489 0 0 0 573 20 0 0 16 0 13 0 43513412 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9525] ppid=9519 vsize=1531628 CPUtime=5.98
/proc/9521/task/9525/stat : 9525 (java) S 9519 9521 9343 0 -1 4202560 25759 0 0 0 581 17 0 0 16 0 13 0 43513412 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 1 0 0 0
[pid=9521/tid=9526] ppid=9519 vsize=1531628 CPUtime=1.84
/proc/9521/task/9526/stat : 9526 (java) S 9519 9521 9343 0 -1 4202560 1347 0 0 0 181 3 0 0 15 0 13 0 43513414 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 0 0 16800975 18446604437826525888 0 0 -1 1 0 0 0
[pid=9521/tid=9527] ppid=9519 vsize=1531628 CPUtime=0
/proc/9521/task/9527/stat : 9527 (java) S 9519 9521 9343 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 43513414 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9528] ppid=9519 vsize=1531628 CPUtime=0
/proc/9521/task/9528/stat : 9528 (java) S 9519 9521 9343 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 43513414 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9529] ppid=9519 vsize=1531628 CPUtime=0
/proc/9521/task/9529/stat : 9529 (java) S 9519 9521 9343 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 43513419 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9530] ppid=9519 vsize=1531628 CPUtime=1.02
/proc/9521/task/9530/stat : 9530 (java) S 9519 9521 9343 0 -1 4202560 2324 0 0 0 102 0 0 0 15 0 13 0 43513419 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 1 0 0 0
[pid=9521/tid=9531] ppid=9519 vsize=1531628 CPUtime=1.28
/proc/9521/task/9531/stat : 9531 (java) S 9519 9521 9343 0 -1 4202560 1188 0 0 0 128 0 0 0 16 0 13 0 43513419 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9532] ppid=9519 vsize=1531628 CPUtime=0
/proc/9521/task/9532/stat : 9532 (java) S 9519 9521 9343 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 43513419 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9533] ppid=9519 vsize=1531628 CPUtime=0
/proc/9521/task/9533/stat : 9533 (java) S 9519 9521 9343 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 43513419 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9538] ppid=9519 vsize=1531628 CPUtime=0
/proc/9521/task/9538/stat : 9538 (java) S 9519 9521 9343 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 43522913 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1728.99
Current children cumulated vsize (KiB) 1531628

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 9585
/proc/meminfo: memFree=1517784/2059040 swapFree=4139732/4192956
[pid=9521] ppid=9519 vsize=1531628 CPUtime=1789.11
/proc/9521/stat : 9521 (java) S 9519 9521 9343 0 -1 4202496 91756 0 1 0 178831 80 0 0 15 0 13 0 43513409 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9521/statm: 382907 80817 1444 10 0 380209 0
[pid=9521/tid=9523] ppid=9519 vsize=1531628 CPUtime=1772.68
/proc/9521/task/9523/stat : 9523 (java) R 9519 9521 9343 0 -1 4202560 32474 0 1 0 177233 35 0 0 25 0 13 0 43513411 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4109897180 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9521/tid=9524] ppid=9519 vsize=1531628 CPUtime=6.08
/proc/9521/task/9524/stat : 9524 (java) S 9519 9521 9343 0 -1 4202560 27489 0 0 0 588 20 0 0 16 0 13 0 43513412 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9525] ppid=9519 vsize=1531628 CPUtime=6.13
/proc/9521/task/9525/stat : 9525 (java) S 9519 9521 9343 0 -1 4202560 25759 0 0 0 596 17 0 0 15 0 13 0 43513412 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 1 0 0 0
[pid=9521/tid=9526] ppid=9519 vsize=1531628 CPUtime=1.84
/proc/9521/task/9526/stat : 9526 (java) S 9519 9521 9343 0 -1 4202560 1351 0 0 0 181 3 0 0 15 0 13 0 43513414 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 0 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9527] ppid=9519 vsize=1531628 CPUtime=0
/proc/9521/task/9527/stat : 9527 (java) S 9519 9521 9343 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 43513414 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9528] ppid=9519 vsize=1531628 CPUtime=0
/proc/9521/task/9528/stat : 9528 (java) S 9519 9521 9343 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 43513414 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9529] ppid=9519 vsize=1531628 CPUtime=0
/proc/9521/task/9529/stat : 9529 (java) S 9519 9521 9343 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 43513419 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9530] ppid=9519 vsize=1531628 CPUtime=1.02
/proc/9521/task/9530/stat : 9530 (java) S 9519 9521 9343 0 -1 4202560 2324 0 0 0 102 0 0 0 15 0 13 0 43513419 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 1 0 0 0
[pid=9521/tid=9531] ppid=9519 vsize=1531628 CPUtime=1.28
/proc/9521/task/9531/stat : 9531 (java) S 9519 9521 9343 0 -1 4202560 1188 0 0 0 128 0 0 0 16 0 13 0 43513419 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9532] ppid=9519 vsize=1531628 CPUtime=0
/proc/9521/task/9532/stat : 9532 (java) S 9519 9521 9343 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 43513419 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9533] ppid=9519 vsize=1531628 CPUtime=0
/proc/9521/task/9533/stat : 9533 (java) S 9519 9521 9343 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 43513419 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9538] ppid=9519 vsize=1531628 CPUtime=0
/proc/9521/task/9538/stat : 9538 (java) S 9519 9521 9343 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 43522913 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1789.11
Current children cumulated vsize (KiB) 1531628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 9585
/proc/meminfo: memFree=1517784/2059040 swapFree=4139732/4192956
[pid=9521] ppid=9519 vsize=1531628 CPUtime=1800.05
/proc/9521/stat : 9521 (java) S 9519 9521 9343 0 -1 4202496 91758 0 1 0 179925 80 0 0 15 0 13 0 43513409 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9521/statm: 382907 80817 1444 10 0 380209 0
[pid=9521/tid=9523] ppid=9519 vsize=1531628 CPUtime=1783.54
/proc/9521/task/9523/stat : 9523 (java) R 9519 9521 9343 0 -1 4202560 32476 0 1 0 178319 35 0 0 25 0 13 0 43513411 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4109737317 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9521/tid=9524] ppid=9519 vsize=1531628 CPUtime=6.12
/proc/9521/task/9524/stat : 9524 (java) S 9519 9521 9343 0 -1 4202560 27489 0 0 0 592 20 0 0 15 0 13 0 43513412 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9525] ppid=9519 vsize=1531628 CPUtime=6.17
/proc/9521/task/9525/stat : 9525 (java) S 9519 9521 9343 0 -1 4202560 25759 0 0 0 600 17 0 0 16 0 13 0 43513412 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 1 0 0 0
[pid=9521/tid=9526] ppid=9519 vsize=1531628 CPUtime=1.84
/proc/9521/task/9526/stat : 9526 (java) S 9519 9521 9343 0 -1 4202560 1351 0 0 0 181 3 0 0 15 0 13 0 43513414 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 0 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9527] ppid=9519 vsize=1531628 CPUtime=0
/proc/9521/task/9527/stat : 9527 (java) S 9519 9521 9343 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 43513414 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9528] ppid=9519 vsize=1531628 CPUtime=0
/proc/9521/task/9528/stat : 9528 (java) S 9519 9521 9343 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 43513414 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9529] ppid=9519 vsize=1531628 CPUtime=0
/proc/9521/task/9529/stat : 9529 (java) S 9519 9521 9343 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 43513419 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9530] ppid=9519 vsize=1531628 CPUtime=1.02
/proc/9521/task/9530/stat : 9530 (java) S 9519 9521 9343 0 -1 4202560 2324 0 0 0 102 0 0 0 15 0 13 0 43513419 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 1 0 0 0
[pid=9521/tid=9531] ppid=9519 vsize=1531628 CPUtime=1.28
/proc/9521/task/9531/stat : 9531 (java) S 9519 9521 9343 0 -1 4202560 1188 0 0 0 128 0 0 0 16 0 13 0 43513419 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9532] ppid=9519 vsize=1531628 CPUtime=0
/proc/9521/task/9532/stat : 9532 (java) S 9519 9521 9343 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 43513419 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9533] ppid=9519 vsize=1531628 CPUtime=0
/proc/9521/task/9533/stat : 9533 (java) R 9519 9521 9343 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 43513419 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9521/tid=9538] ppid=9519 vsize=1531628 CPUtime=0
/proc/9521/task/9538/stat : 9538 (java) S 9519 9521 9343 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 43522913 1568387072 80817 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1531628

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

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

[startup+1793.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 9585
/proc/meminfo: memFree=1517784/2059040 swapFree=4139732/4192956
[pid=9521] ppid=9519 vsize=1532276 CPUtime=1800.2
/proc/9521/stat : 9521 (java) S 9519 9521 9343 0 -1 4202496 91777 0 1 0 179940 80 0 0 15 0 14 0 43513409 1569050624 80836 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9521/statm: 383069 80836 1445 10 0 380371 0
[pid=9521/tid=9523] ppid=9519 vsize=1532276 CPUtime=1783.65
/proc/9521/task/9523/stat : 9523 (java) R 9519 9521 9343 0 -1 4202560 32476 0 1 0 178330 35 0 0 25 0 14 0 43513411 1569050624 80836 1992294400 134512640 134550932 4288830720 18446744073709551615 4109896820 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9521/tid=9524] ppid=9519 vsize=1532276 CPUtime=6.12
/proc/9521/task/9524/stat : 9524 (java) S 9519 9521 9343 0 -1 4202560 27489 0 0 0 592 20 0 0 15 0 14 0 43513412 1569050624 80836 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9525] ppid=9519 vsize=1532276 CPUtime=6.17
/proc/9521/task/9525/stat : 9525 (java) S 9519 9521 9343 0 -1 4202560 25759 0 0 0 600 17 0 0 16 0 14 0 43513412 1569050624 80836 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 1 0 0 0
[pid=9521/tid=9526] ppid=9519 vsize=1532276 CPUtime=1.84
/proc/9521/task/9526/stat : 9526 (java) S 9519 9521 9343 0 -1 4202560 1351 0 0 0 181 3 0 0 15 0 14 0 43513414 1569050624 80836 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 0 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9527] ppid=9519 vsize=1532276 CPUtime=0
/proc/9521/task/9527/stat : 9527 (java) S 9519 9521 9343 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 14 0 43513414 1569050624 80836 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9528] ppid=9519 vsize=1532276 CPUtime=0
/proc/9521/task/9528/stat : 9528 (java) S 9519 9521 9343 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 43513414 1569050624 80836 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9529] ppid=9519 vsize=1532276 CPUtime=0
/proc/9521/task/9529/stat : 9529 (java) S 9519 9521 9343 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 43513419 1569050624 80836 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9530] ppid=9519 vsize=1532276 CPUtime=1.02
/proc/9521/task/9530/stat : 9530 (java) S 9519 9521 9343 0 -1 4202560 2324 0 0 0 102 0 0 0 15 0 14 0 43513419 1569050624 80836 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 1 0 0 0
[pid=9521/tid=9531] ppid=9519 vsize=1532276 CPUtime=1.31
/proc/9521/task/9531/stat : 9531 (java) S 9519 9521 9343 0 -1 4202560 1188 0 0 0 131 0 0 0 15 0 14 0 43513419 1569050624 80836 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9532] ppid=9519 vsize=1532276 CPUtime=0
/proc/9521/task/9532/stat : 9532 (java) S 9519 9521 9343 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 43513419 1569050624 80836 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9533] ppid=9519 vsize=1532276 CPUtime=0
/proc/9521/task/9533/stat : 9533 (java) S 9519 9521 9343 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 14 0 43513419 1569050624 80836 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
[pid=9521/tid=9538] ppid=9519 vsize=1532276 CPUtime=0
/proc/9521/task/9538/stat : 9538 (java) S 9519 9521 9343 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 43522913 1569050624 80836 1992294400 134512640 134550932 4288830720 18446744073709551615 4294960144 0 4 0 16800975 18446604437826525888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 1532276

Child status: 143
Real time (s): 1793.35
CPU time (s): 1800.25
CPU user time (s): 1799.41
CPU system time (s): 0.836872
CPU usage (%): 100.384
Max. virtual memory (cumulated for all children) (KiB): 1533676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 0.836872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91778
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= 41163
involuntary context switches= 34669

runsolver used 3.58645 second user time and 9.72152 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-16 11:05:18
IDJOB=2658206
IDBENCH=48325
IDSOLVER=1164
FILE ID=node010/2658206-1276679118
PBS_JOBID= 11172565
Free space on /tmp= 62532 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_25_5_15.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658206-1276679118/watcher-2658206-1276679118 -o /tmp/evaluation-result-2658206-1276679118/solver-2658206-1276679118 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658206-1276679118.opb

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

MD5SUM BENCH= b33a935d423c3fea7f6ee6702f232aa4
RANDOM SEED=424663414

node010.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.267
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.53
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.267
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1839072 kB
Buffers:         39972 kB
Cached:          87716 kB
SwapCached:       5880 kB
Active:          77484 kB
Inactive:        62768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1839072 kB
SwapTotal:     4192956 kB
SwapFree:      4139732 kB
Dirty:             952 kB
Writeback:           0 kB
AnonPages:       11008 kB
Mapped:          12868 kB
Slab:            57648 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181480 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= 62532 MiB
End job on node010 at 2010-06-16 11:35:13