Trace number 2658260

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.15 1784.1

General information on the benchmark

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

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100526
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.09/0.20	c Pseudo Boolean Optimization
0.09/0.20	c --- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.20	c Expensive reason simplification
0.09/0.20	c Armin Biere (Picosat) restarts strategy
0.09/0.20	c Glucose learned constraints deletion strategy
0.09/0.20	c timeout=2147483s
0.09/0.20	c DB Simplification allowed=false
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving HOME/instance-2658260-1276684157.opb
0.09/0.20	c reading problem ... 
328.55/327.12	c ... done. Wall clock time 326.927s.
328.55/327.12	c #vars     38458
328.55/327.12	c #constraints  76419
328.55/327.12	c constraints type 
328.55/327.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37458
328.55/327.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
328.55/327.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
328.55/327.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37458
353.61/350.42	c cleaning 2510 clauses out of 5020 with flag 5020/5020
378.98/375.42	c cleaning 4247 clauses out of 8494 with flag 11004/11004
407.31/403.55	c cleaning 5630 clauses out of 11259 with flag 18016/18016
450.51/446.45	c cleaning 6814 clauses out of 13627 with flag 26014/26014
506.92/502.46	c cleaning 7900 clauses out of 15799 with flag 35000/35000
586.85/581.87	c cleaning 8994 clauses out of 17988 with flag 45089/45089
690.48/684.76	c cleaning 9986 clauses out of 19972 with flag 56067/56067
823.76/817.09	c cleaning 10974 clauses out of 21947 with flag 68028/68028
988.60/980.50	c cleaning 11973 clauses out of 23946 with flag 81001/81001
1178.73/1169.04	c cleaning 13065 clauses out of 26129 with flag 95157/95157
1399.52/1387.88	c cleaning 14069 clauses out of 28138 with flag 110231/110231
1653.33/1639.04	c cleaning 14951 clauses out of 29901 with flag 126063/126063
1800.01/1784.01	c starts		: 103
1800.01/1784.01	c conflicts		: 135566
1800.01/1784.01	c decisions		: 308324
1800.01/1784.01	c propagations		: 18057398
1800.01/1784.01	c inspects		: 1277527987
1800.01/1784.02	c learnt literals	: 0
1800.01/1784.02	c learnt binary clauses	: 0
1800.01/1784.02	c learnt ternary clauses	: 17
1800.01/1784.02	c learnt clauses	: 135565
1800.01/1784.02	c ignored clauses	: 0
1800.01/1784.02	c root simplifications	: 0
1800.01/1784.02	c removed literals (reason simplification)	: 2688179
1800.01/1784.02	c reason swapping (by a shorter reason)	: 0
1800.01/1784.02	c Calls to reduceDB	: 12
1800.01/1784.02	c number of reductions to clauses (during analyze)	: 0
1800.01/1784.02	c number of learned constraints concerned by reduction	: 0
1800.01/1784.02	c number of learning phase by resolution	: 0
1800.01/1784.02	c number of learning phase by cutting planes	: 0
1800.01/1784.02	c speed (assignments/second)	: 12394.482768088186
1800.01/1784.02	c non guided choices	37869
1800.01/1784.04	c learnt constraints type 
1800.01/1784.04	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 24458
1800.01/1784.04	c constraints type 
1800.01/1784.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37458
1800.01/1784.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.01/1784.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.01/1784.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37458
1800.01/1784.04	s UNKNOWN
1800.01/1784.04	c Total wall clock time (in seconds): 1783.84

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-2658260-1276684157/watcher-2658260-1276684157 -o /tmp/evaluation-result-2658260-1276684157/solver-2658260-1276684157 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658260-1276684157.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.90 2.72 2.48 3/106 16620
/proc/meminfo: memFree=1673244/2059040 swapFree=4192956/4192956
[pid=16620] ppid=16618 vsize=1832 CPUtime=0
/proc/16620/stat : 16620 (java) S 16618 16620 16523 0 -1 4194304 430 0 0 0 0 0 0 0 19 0 1 0 9707768 1875968 160 1992294400 134512640 134550932 4292296128 18446744073709551615 10441300 0 2147483391 4096 0 18446744071699387582 0 0 17 1 0 0 0
/proc/16620/statm: 458 160 123 10 0 63 0

[startup+0.0947239 s]
/proc/loadavg: 1.90 2.72 2.48 3/106 16620
/proc/meminfo: memFree=1673244/2059040 swapFree=4192956/4192956
[pid=16620] ppid=16618 vsize=1524184 CPUtime=0.08
/proc/16620/stat : 16620 (java) S 16618 16620 16523 0 -1 4202496 3964 0 1 0 6 2 0 0 19 0 12 0 9707768 1560764416 3404 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16620/statm: 381046 3404 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.100723 s]
/proc/loadavg: 1.90 2.72 2.48 3/106 16620
/proc/meminfo: memFree=1673244/2059040 swapFree=4192956/4192956
[pid=16620] ppid=16618 vsize=1524184 CPUtime=0.09
/proc/16620/stat : 16620 (java) S 16618 16620 16523 0 -1 4202496 4002 0 1 0 7 2 0 0 19 0 12 0 9707768 1560764416 3442 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16620/statm: 381046 3442 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300634 s]
/proc/loadavg: 1.90 2.72 2.48 3/106 16620
/proc/meminfo: memFree=1673244/2059040 swapFree=4192956/4192956
[pid=16620] ppid=16618 vsize=1526440 CPUtime=0.38
/proc/16620/stat : 16620 (java) S 16618 16620 16523 0 -1 4202496 5387 0 1 0 35 3 0 0 19 0 12 0 9707768 1563074560 4825 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16620/statm: 381610 4825 1362 10 0 378912 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526440

[startup+0.70063 s]
/proc/loadavg: 1.90 2.72 2.48 3/106 16620
/proc/meminfo: memFree=1673244/2059040 swapFree=4192956/4192956
[pid=16620] ppid=16618 vsize=1530448 CPUtime=1.12
/proc/16620/stat : 16620 (java) S 16618 16620 16523 0 -1 4202496 7359 0 1 0 108 4 0 0 19 0 12 0 9707768 1567178752 6679 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16620/statm: 382612 6679 1404 10 0 379914 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1530448

[startup+1.50162 s]
/proc/loadavg: 1.90 2.72 2.48 4/118 16632
/proc/meminfo: memFree=1648720/2059040 swapFree=4192956/4192956
[pid=16620] ppid=16618 vsize=1530676 CPUtime=2.28
/proc/16620/stat : 16620 (java) S 16618 16620 16523 0 -1 4202496 8869 0 1 0 223 5 0 0 19 0 12 0 9707768 1567412224 7741 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16620/statm: 382669 7741 1409 10 0 379971 0
[pid=16620/tid=16622] ppid=16618 vsize=1530676 CPUtime=1.48
/proc/16620/task/16622/stat : 16622 (java) R 16618 16620 16523 0 -1 4202560 5531 0 1 0 145 3 0 0 20 0 12 0 9707770 1567412224 7741 1992294400 134512640 134550932 4292296128 18446744073709551615 4109310928 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16620/tid=16623] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16623/stat : 16623 (java) S 16618 16620 16523 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 12 0 9707771 1567412224 7741 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16624] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16624/stat : 16624 (java) S 16618 16620 16523 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 12 0 9707771 1567412224 7741 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16625] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16625/stat : 16625 (java) S 16618 16620 16523 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9707773 1567412224 7741 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 0 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16626] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16626/stat : 16626 (java) S 16618 16620 16523 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 12 0 9707773 1567412224 7741 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16627] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16627/stat : 16627 (java) S 16618 16620 16523 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 9707773 1567412224 7741 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16628] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16628/stat : 16628 (java) S 16618 16620 16523 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 12 0 9707777 1567412224 7741 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16629] ppid=16618 vsize=1530676 CPUtime=0.39
/proc/16620/task/16629/stat : 16629 (java) S 16618 16620 16523 0 -1 4202560 891 0 0 0 39 0 0 0 25 0 12 0 9707777 1567412224 7741 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16620/tid=16630] ppid=16618 vsize=1530676 CPUtime=0.38
/proc/16620/task/16630/stat : 16630 (java) S 16618 16620 16523 0 -1 4202560 1381 0 0 0 38 0 0 0 22 0 12 0 9707777 1567412224 7741 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16620/tid=16631] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16631/stat : 16631 (java) S 16618 16620 16523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9707777 1567412224 7741 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16632] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16632/stat : 16632 (java) S 16618 16620 16523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9707777 1567412224 7741 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 1530676

[startup+3.10161 s]
/proc/loadavg: 1.83 2.69 2.48 2/118 16632
/proc/meminfo: memFree=1645868/2059040 swapFree=4192956/4192956
[pid=16620] ppid=16618 vsize=1530676 CPUtime=3.9
/proc/16620/stat : 16620 (java) S 16618 16620 16523 0 -1 4202496 9514 0 1 0 385 5 0 0 19 0 12 0 9707768 1567412224 8386 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16620/statm: 382669 8386 1409 10 0 379971 0
[pid=16620/tid=16622] ppid=16618 vsize=1530676 CPUtime=3.07
/proc/16620/task/16622/stat : 16622 (java) R 16618 16620 16523 0 -1 4202560 6175 0 1 0 304 3 0 0 25 0 12 0 9707770 1567412224 8386 1992294400 134512640 134550932 4292296128 18446744073709551615 4109457825 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16620/tid=16623] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16623/stat : 16623 (java) S 16618 16620 16523 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 12 0 9707771 1567412224 8386 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16624] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16624/stat : 16624 (java) S 16618 16620 16523 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 12 0 9707771 1567412224 8386 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16625] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16625/stat : 16625 (java) S 16618 16620 16523 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9707773 1567412224 8386 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 0 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16626] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16626/stat : 16626 (java) S 16618 16620 16523 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 12 0 9707773 1567412224 8386 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16627] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16627/stat : 16627 (java) S 16618 16620 16523 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 9707773 1567412224 8386 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16628] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16628/stat : 16628 (java) S 16618 16620 16523 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 12 0 9707777 1567412224 8386 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16629] ppid=16618 vsize=1530676 CPUtime=0.39
/proc/16620/task/16629/stat : 16629 (java) S 16618 16620 16523 0 -1 4202560 891 0 0 0 39 0 0 0 25 0 12 0 9707777 1567412224 8386 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16620/tid=16630] ppid=16618 vsize=1530676 CPUtime=0.4
/proc/16620/task/16630/stat : 16630 (java) S 16618 16620 16523 0 -1 4202560 1382 0 0 0 40 0 0 0 21 0 12 0 9707777 1567412224 8386 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16620/tid=16631] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16631/stat : 16631 (java) S 16618 16620 16523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9707777 1567412224 8386 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16632] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16632/stat : 16632 (java) S 16618 16620 16523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9707777 1567412224 8386 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 1530676

[startup+6.30158 s]
/proc/loadavg: 1.83 2.69 2.48 2/118 16632
/proc/meminfo: memFree=1641652/2059040 swapFree=4192956/4192956
[pid=16620] ppid=16618 vsize=1530676 CPUtime=7.23
/proc/16620/stat : 16620 (java) S 16618 16620 16523 0 -1 4202496 10428 0 1 0 717 6 0 0 19 0 12 0 9707768 1567412224 9299 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16620/statm: 382669 9299 1418 10 0 379971 0
[pid=16620/tid=16622] ppid=16618 vsize=1530676 CPUtime=6.27
/proc/16620/task/16622/stat : 16622 (java) R 16618 16620 16523 0 -1 4202560 7079 0 1 0 623 4 0 0 25 0 12 0 9707770 1567412224 9299 1992294400 134512640 134550932 4292296128 18446744073709551615 4109310870 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16620/tid=16623] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16623/stat : 16623 (java) S 16618 16620 16523 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 12 0 9707771 1567412224 9299 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16624] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16624/stat : 16624 (java) S 16618 16620 16523 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 12 0 9707771 1567412224 9299 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16625] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16625/stat : 16625 (java) S 16618 16620 16523 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9707773 1567412224 9299 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 0 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16626] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16626/stat : 16626 (java) S 16618 16620 16523 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 12 0 9707773 1567412224 9299 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16627] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16627/stat : 16627 (java) S 16618 16620 16523 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 9707773 1567412224 9299 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16628] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16628/stat : 16628 (java) S 16618 16620 16523 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 12 0 9707777 1567412224 9299 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16629] ppid=16618 vsize=1530676 CPUtime=0.46
/proc/16620/task/16629/stat : 16629 (java) S 16618 16620 16523 0 -1 4202560 897 0 0 0 46 0 0 0 15 0 12 0 9707777 1567412224 9299 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16620/tid=16630] ppid=16618 vsize=1530676 CPUtime=0.47
/proc/16620/task/16630/stat : 16630 (java) S 16618 16620 16523 0 -1 4202560 1386 0 0 0 47 0 0 0 15 0 12 0 9707777 1567412224 9299 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16620/tid=16631] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16631/stat : 16631 (java) S 16618 16620 16523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9707777 1567412224 9299 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16632] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16632/stat : 16632 (java) S 16618 16620 16523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9707777 1567412224 9299 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (KiB) 1530676

[startup+12.7015 s]
/proc/loadavg: 1.70 2.64 2.46 2/118 16632
/proc/meminfo: memFree=1635080/2059040 swapFree=4192956/4192956
[pid=16620] ppid=16618 vsize=1530676 CPUtime=13.66
/proc/16620/stat : 16620 (java) S 16618 16620 16523 0 -1 4202496 11963 0 1 0 1358 8 0 0 19 0 12 0 9707768 1567412224 10834 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16620/statm: 382669 10834 1418 10 0 379971 0
[pid=16620/tid=16622] ppid=16618 vsize=1530676 CPUtime=12.68
/proc/16620/task/16622/stat : 16622 (java) R 16618 16620 16523 0 -1 4202560 8613 0 1 0 1262 6 0 0 25 0 12 0 9707770 1567412224 10834 1992294400 134512640 134550932 4292296128 18446744073709551615 4109457825 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16620/tid=16623] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16623/stat : 16623 (java) S 16618 16620 16523 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 12 0 9707771 1567412224 10834 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16624] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16624/stat : 16624 (java) S 16618 16620 16523 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 12 0 9707771 1567412224 10834 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16625] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16625/stat : 16625 (java) S 16618 16620 16523 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9707773 1567412224 10834 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 0 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16626] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16626/stat : 16626 (java) S 16618 16620 16523 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 12 0 9707773 1567412224 10834 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16627] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16627/stat : 16627 (java) S 16618 16620 16523 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 9707773 1567412224 10834 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16628] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16628/stat : 16628 (java) S 16618 16620 16523 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 12 0 9707777 1567412224 10834 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16629] ppid=16618 vsize=1530676 CPUtime=0.48
/proc/16620/task/16629/stat : 16629 (java) S 16618 16620 16523 0 -1 4202560 898 0 0 0 48 0 0 0 15 0 12 0 9707777 1567412224 10834 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16620/tid=16630] ppid=16618 vsize=1530676 CPUtime=0.47
/proc/16620/task/16630/stat : 16630 (java) S 16618 16620 16523 0 -1 4202560 1386 0 0 0 47 0 0 0 15 0 12 0 9707777 1567412224 10835 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16620/tid=16631] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16631/stat : 16631 (java) S 16618 16620 16523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9707777 1567412224 10835 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16632] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16632/stat : 16632 (java) S 16618 16620 16523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9707777 1567412224 10835 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.66
Current children cumulated vsize (KiB) 1530676

[startup+25.5004 s]
/proc/loadavg: 1.59 2.58 2.44 2/118 16632
/proc/meminfo: memFree=1625532/2059040 swapFree=4192956/4192956
[pid=16620] ppid=16618 vsize=1530676 CPUtime=26.83
/proc/16620/stat : 16620 (java) S 16618 16620 16523 0 -1 4202496 14255 0 1 0 2673 10 0 0 19 0 12 0 9707768 1567412224 13123 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16620/statm: 382669 13123 1419 10 0 379971 0
[pid=16620/tid=16622] ppid=16618 vsize=1530676 CPUtime=25.47
/proc/16620/task/16622/stat : 16622 (java) R 16618 16620 16523 0 -1 4202560 10875 0 1 0 2539 8 0 0 25 0 12 0 9707770 1567412224 13123 1992294400 134512640 134550932 4292296128 18446744073709551615 4109310928 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16620/tid=16623] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16623/stat : 16623 (java) S 16618 16620 16523 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 12 0 9707771 1567412224 13123 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16624] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16624/stat : 16624 (java) S 16618 16620 16523 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 12 0 9707771 1567412224 13123 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16625] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16625/stat : 16625 (java) S 16618 16620 16523 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9707773 1567412224 13123 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 0 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16626] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16626/stat : 16626 (java) S 16618 16620 16523 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 12 0 9707773 1567412224 13123 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16627] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16627/stat : 16627 (java) S 16618 16620 16523 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 9707773 1567412224 13123 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16628] ppid=16618 vsize=1530676 CPUtime=0
/proc/16620/task/16628/stat : 16628 (java) S 16618 16620 16523 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 12 0 9707777 1567412224 13123 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16629] ppid=16618 vsize=1530676 CPUtime=0.62

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

[pid=16620] ppid=16618 vsize=1530932 CPUtime=1616.23
/proc/16620/stat : 16620 (java) S 16618 16620 16523 0 -1 4202496 92790 0 1 0 161515 108 0 0 19 0 13 0 9707768 1567674368 85625 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16620/statm: 382733 85625 1445 10 0 380035 0
[pid=16620/tid=16622] ppid=16618 vsize=1530932 CPUtime=1584.95
/proc/16620/task/16622/stat : 16622 (java) R 16618 16620 16523 0 -1 4202560 32831 0 1 0 158452 43 0 0 25 0 13 0 9707770 1567674368 85625 1992294400 134512640 134550932 4292296128 18446744073709551615 4109835343 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16620/tid=16623] ppid=16618 vsize=1530932 CPUtime=12.97
/proc/16620/task/16623/stat : 16623 (java) S 16618 16620 16523 0 -1 4202560 27145 0 0 0 1272 25 0 0 16 0 13 0 9707771 1567674368 85625 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16620/tid=16624] ppid=16618 vsize=1530932 CPUtime=12.87
/proc/16620/task/16624/stat : 16624 (java) S 16618 16620 16523 0 -1 4202560 28753 0 0 0 1255 32 0 0 16 0 13 0 9707771 1567674368 85625 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16625] ppid=16618 vsize=1530932 CPUtime=2.59
/proc/16620/task/16625/stat : 16625 (java) S 16618 16620 16523 0 -1 4202560 146 0 0 0 256 3 0 0 15 0 13 0 9707773 1567674368 85625 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 0 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16626] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16626/stat : 16626 (java) S 16618 16620 16523 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 9707773 1567674368 85625 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16627] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16627/stat : 16627 (java) S 16618 16620 16523 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9707773 1567674368 85625 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16628] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16628/stat : 16628 (java) S 16618 16620 16523 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 9707777 1567674368 85625 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16629] ppid=16618 vsize=1530932 CPUtime=1.48
/proc/16620/task/16629/stat : 16629 (java) S 16618 16620 16523 0 -1 4202560 1313 0 0 0 148 0 0 0 16 0 13 0 9707777 1567674368 85625 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16630] ppid=16618 vsize=1530932 CPUtime=1.29
/proc/16620/task/16630/stat : 16630 (java) S 16618 16620 16523 0 -1 4202560 1444 0 0 0 128 1 0 0 15 0 13 0 9707777 1567674368 85625 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16620/tid=16631] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16631/stat : 16631 (java) S 16618 16620 16523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9707777 1567674368 85625 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16632] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16632/stat : 16632 (java) S 16618 16620 16523 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 9707777 1567674368 85625 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16620/tid=16644] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16644/stat : 16644 (java) S 16618 16620 16523 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9740490 1567674368 85625 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1616.23
Current children cumulated vsize (KiB) 1530932

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.22 2/119 16680
/proc/meminfo: memFree=1320112/2059040 swapFree=4192956/4192956
[pid=16620] ppid=16618 vsize=1530932 CPUtime=1676.86
/proc/16620/stat : 16620 (java) S 16618 16620 16523 0 -1 4202496 96142 0 1 0 167573 113 0 0 19 0 13 0 9707768 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16620/statm: 382733 88828 1445 10 0 380035 0
[pid=16620/tid=16622] ppid=16618 vsize=1530932 CPUtime=1643.82
/proc/16620/task/16622/stat : 16622 (java) R 16618 16620 16523 0 -1 4202560 32866 0 1 0 164339 43 0 0 25 0 13 0 9707770 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4109781774 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16620/tid=16623] ppid=16618 vsize=1530932 CPUtime=13.69
/proc/16620/task/16623/stat : 16623 (java) S 16618 16620 16523 0 -1 4202560 28763 0 0 0 1342 27 0 0 16 0 13 0 9707771 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16624] ppid=16618 vsize=1530932 CPUtime=13.59
/proc/16620/task/16624/stat : 16624 (java) S 16618 16620 16523 0 -1 4202560 30444 0 0 0 1325 34 0 0 16 0 13 0 9707771 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16620/tid=16625] ppid=16618 vsize=1530932 CPUtime=2.91
/proc/16620/task/16625/stat : 16625 (java) S 16618 16620 16523 0 -1 4202560 150 0 0 0 288 3 0 0 15 0 13 0 9707773 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 0 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16620/tid=16626] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16626/stat : 16626 (java) S 16618 16620 16523 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 9707773 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16627] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16627/stat : 16627 (java) S 16618 16620 16523 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9707773 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16628] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16628/stat : 16628 (java) S 16618 16620 16523 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 9707777 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16629] ppid=16618 vsize=1530932 CPUtime=1.48
/proc/16620/task/16629/stat : 16629 (java) S 16618 16620 16523 0 -1 4202560 1313 0 0 0 148 0 0 0 16 0 13 0 9707777 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16630] ppid=16618 vsize=1530932 CPUtime=1.29
/proc/16620/task/16630/stat : 16630 (java) S 16618 16620 16523 0 -1 4202560 1444 0 0 0 128 1 0 0 15 0 13 0 9707777 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16620/tid=16631] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16631/stat : 16631 (java) S 16618 16620 16523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9707777 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16632] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16632/stat : 16632 (java) S 16618 16620 16523 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 9707777 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16644] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16644/stat : 16644 (java) S 16618 16620 16523 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9740490 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1676.86
Current children cumulated vsize (KiB) 1530932

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.21 2/119 16682
/proc/meminfo: memFree=1319988/2059040 swapFree=4192956/4192956
[pid=16620] ppid=16618 vsize=1530932 CPUtime=1737.53
/proc/16620/stat : 16620 (java) S 16618 16620 16523 0 -1 4202496 96189 0 1 0 173638 115 0 0 19 0 13 0 9707768 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16620/statm: 382733 88828 1445 10 0 380035 0
[pid=16620/tid=16622] ppid=16618 vsize=1530932 CPUtime=1702.96
/proc/16620/task/16622/stat : 16622 (java) R 16618 16620 16523 0 -1 4202560 32905 0 1 0 170252 44 0 0 25 0 13 0 9707770 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4109695275 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16620/tid=16623] ppid=16618 vsize=1530932 CPUtime=14.44
/proc/16620/task/16623/stat : 16623 (java) S 16618 16620 16523 0 -1 4202560 28763 0 0 0 1416 28 0 0 15 0 13 0 9707771 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16624] ppid=16618 vsize=1530932 CPUtime=14.37
/proc/16620/task/16624/stat : 16624 (java) S 16618 16620 16523 0 -1 4202560 30444 0 0 0 1402 35 0 0 16 0 13 0 9707771 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16620/tid=16625] ppid=16618 vsize=1530932 CPUtime=2.93
/proc/16620/task/16625/stat : 16625 (java) S 16618 16620 16523 0 -1 4202560 154 0 0 0 289 4 0 0 15 0 13 0 9707773 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 0 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16626] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16626/stat : 16626 (java) S 16618 16620 16523 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 9707773 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16627] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16627/stat : 16627 (java) S 16618 16620 16523 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9707773 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16628] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16628/stat : 16628 (java) S 16618 16620 16523 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 9707777 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16629] ppid=16618 vsize=1530932 CPUtime=1.48
/proc/16620/task/16629/stat : 16629 (java) S 16618 16620 16523 0 -1 4202560 1313 0 0 0 148 0 0 0 16 0 13 0 9707777 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16630] ppid=16618 vsize=1530932 CPUtime=1.29
/proc/16620/task/16630/stat : 16630 (java) S 16618 16620 16523 0 -1 4202560 1444 0 0 0 128 1 0 0 15 0 13 0 9707777 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16620/tid=16631] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16631/stat : 16631 (java) S 16618 16620 16523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9707777 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16632] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16632/stat : 16632 (java) S 16618 16620 16523 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 9707777 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16620/tid=16644] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16644/stat : 16644 (java) S 16618 16620 16523 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9740490 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1737.53
Current children cumulated vsize (KiB) 1530932

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.19 2/119 16684
/proc/meminfo: memFree=1319864/2059040 swapFree=4192956/4192956
[pid=16620] ppid=16618 vsize=1530932 CPUtime=1798.28
/proc/16620/stat : 16620 (java) S 16618 16620 16523 0 -1 4202496 96236 0 1 0 179710 118 0 0 19 0 13 0 9707768 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16620/statm: 382733 88828 1445 10 0 380035 0
[pid=16620/tid=16622] ppid=16618 vsize=1530932 CPUtime=1762.06
/proc/16620/task/16622/stat : 16622 (java) R 16618 16620 16523 0 -1 4202560 32944 0 1 0 176162 44 0 0 25 0 13 0 9707770 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4109780700 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16620/tid=16623] ppid=16618 vsize=1530932 CPUtime=15.26
/proc/16620/task/16623/stat : 16623 (java) S 16618 16620 16523 0 -1 4202560 28763 0 0 0 1496 30 0 0 16 0 13 0 9707771 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16624] ppid=16618 vsize=1530932 CPUtime=15.2
/proc/16620/task/16624/stat : 16624 (java) S 16618 16620 16523 0 -1 4202560 30444 0 0 0 1485 35 0 0 15 0 13 0 9707771 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16620/tid=16625] ppid=16618 vsize=1530932 CPUtime=2.93
/proc/16620/task/16625/stat : 16625 (java) S 16618 16620 16523 0 -1 4202560 158 0 0 0 289 4 0 0 15 0 13 0 9707773 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 0 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16626] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16626/stat : 16626 (java) S 16618 16620 16523 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 9707773 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16627] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16627/stat : 16627 (java) S 16618 16620 16523 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9707773 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16628] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16628/stat : 16628 (java) S 16618 16620 16523 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 9707777 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16629] ppid=16618 vsize=1530932 CPUtime=1.48
/proc/16620/task/16629/stat : 16629 (java) S 16618 16620 16523 0 -1 4202560 1313 0 0 0 148 0 0 0 16 0 13 0 9707777 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16630] ppid=16618 vsize=1530932 CPUtime=1.29
/proc/16620/task/16630/stat : 16630 (java) S 16618 16620 16523 0 -1 4202560 1444 0 0 0 128 1 0 0 15 0 13 0 9707777 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16620/tid=16631] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16631/stat : 16631 (java) S 16618 16620 16523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9707777 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16632] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16632/stat : 16632 (java) S 16618 16620 16523 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 9707777 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16644] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16644/stat : 16644 (java) S 16618 16620 16523 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9740490 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1798.28
Current children cumulated vsize (KiB) 1530932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784 s]
/proc/loadavg: 1.00 1.00 1.19 2/119 16684
/proc/meminfo: memFree=1319864/2059040 swapFree=4192956/4192956
[pid=16620] ppid=16618 vsize=1530932 CPUtime=1800.01
/proc/16620/stat : 16620 (java) S 16618 16620 16523 0 -1 4202496 96237 0 1 0 179883 118 0 0 19 0 13 0 9707768 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16620/statm: 382733 88828 1445 10 0 380035 0
[pid=16620/tid=16622] ppid=16618 vsize=1530932 CPUtime=1763.74
/proc/16620/task/16622/stat : 16622 (java) R 16618 16620 16523 0 -1 4202560 32945 0 1 0 176330 44 0 0 25 0 13 0 9707770 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4109709069 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16620/tid=16623] ppid=16618 vsize=1530932 CPUtime=15.28
/proc/16620/task/16623/stat : 16623 (java) S 16618 16620 16523 0 -1 4202560 28763 0 0 0 1498 30 0 0 15 0 13 0 9707771 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16624] ppid=16618 vsize=1530932 CPUtime=15.22
/proc/16620/task/16624/stat : 16624 (java) S 16618 16620 16523 0 -1 4202560 30444 0 0 0 1487 35 0 0 16 0 13 0 9707771 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16620/tid=16625] ppid=16618 vsize=1530932 CPUtime=2.93
/proc/16620/task/16625/stat : 16625 (java) S 16618 16620 16523 0 -1 4202560 158 0 0 0 289 4 0 0 15 0 13 0 9707773 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 0 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16626] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16626/stat : 16626 (java) S 16618 16620 16523 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 9707773 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16627] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16627/stat : 16627 (java) S 16618 16620 16523 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9707773 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16628] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16628/stat : 16628 (java) S 16618 16620 16523 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 9707777 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16629] ppid=16618 vsize=1530932 CPUtime=1.48
/proc/16620/task/16629/stat : 16629 (java) S 16618 16620 16523 0 -1 4202560 1313 0 0 0 148 0 0 0 16 0 13 0 9707777 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16630] ppid=16618 vsize=1530932 CPUtime=1.29
/proc/16620/task/16630/stat : 16630 (java) S 16618 16620 16523 0 -1 4202560 1444 0 0 0 128 1 0 0 15 0 13 0 9707777 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 1 0 0 0
[pid=16620/tid=16631] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16631/stat : 16631 (java) S 16618 16620 16523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9707777 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16632] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16632/stat : 16632 (java) S 16618 16620 16523 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 9707777 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
[pid=16620/tid=16644] ppid=16618 vsize=1530932 CPUtime=0
/proc/16620/task/16644/stat : 16644 (java) S 16618 16620 16523 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9740490 1567674368 88828 1992294400 134512640 134550932 4292296128 18446744073709551615 4294960144 0 4 0 16800975 18446604437844274048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1530932

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

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

Child status: 143
Real time (s): 1784.1
CPU time (s): 1800.15
CPU user time (s): 1798.93
CPU system time (s): 1.21681
CPU usage (%): 100.899
Max. virtual memory (cumulated for all children) (KiB): 1531868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.93
system time used= 1.21681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96257
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= 44565
involuntary context switches= 35844

runsolver used 3.59445 second user time and 9.54955 second system time

The end

Launcher Data

Begin job on node047 at 2010-06-16 12:29:17
IDJOB=2658260
IDBENCH=48379
IDSOLVER=1164
FILE ID=node047/2658260-1276684157
PBS_JOBID= 11172590
Free space on /tmp= 62540 MiB

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

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

MD5SUM BENCH= fa22dd251e76880c1495cc1725a19f60
RANDOM SEED=1607818953

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1673516 kB
Buffers:        107580 kB
Cached:         150664 kB
SwapCached:          0 kB
Active:         128872 kB
Inactive:       188636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1673516 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1264 kB
Writeback:           0 kB
AnonPages:       59252 kB
Mapped:          15452 kB
Slab:            46112 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179688 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= 62540 MiB
End job on node047 at 2010-06-16 12:59:04