Trace number 2658263

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 1795.4

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_2_15.opb
MD5SUM159c656bb3d53b355a331c1212862210
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 benchmark0.810876
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)12656
Sum of products size (including duplicates)25312
Number of different products6328
Sum of products size12656

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.21/0.21	c Pseudo Boolean Optimization
0.21/0.21	c --- Begin Solver configuration ---
0.21/0.21	c Stops conflict analysis at the first Unique Implication Point
0.21/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.21/0.21	c Learn all clauses as in MiniSAT
0.21/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.21	c Expensive reason simplification
0.21/0.21	c Armin Biere (Picosat) restarts strategy
0.21/0.21	c Glucose learned constraints deletion strategy
0.21/0.21	c timeout=2147483s
0.21/0.21	c DB Simplification allowed=false
0.21/0.21	c --- End Solver configuration ---
0.21/0.21	c solving HOME/instance-2658263-1276684735.opb
0.21/0.21	c reading problem ... 
15.73/14.78	c ... done. Wall clock time 14.569s.
15.73/14.78	c #vars     7328
15.73/14.78	c #constraints  14159
15.73/14.78	c constraints type 
15.73/14.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6328
15.73/14.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
15.73/14.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
15.73/14.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6328
30.31/28.53	c cleaning 2504 clauses out of 5008 with flag 5008/5008
49.37/47.41	c cleaning 4287 clauses out of 8573 with flag 11077/11077
81.47/79.41	c cleaning 5606 clauses out of 11211 with flag 18002/18002
125.78/123.67	c cleaning 6804 clauses out of 13608 with flag 26005/26005
190.86/188.52	c cleaning 7903 clauses out of 15805 with flag 35006/35006
255.78/253.38	c cleaning 9003 clauses out of 18005 with flag 45109/45109
345.72/343.11	c cleaning 9948 clauses out of 19896 with flag 56003/56003
467.87/465.15	c cleaning 11050 clauses out of 22100 with flag 68155/68155
609.04/606.11	c cleaning 11948 clauses out of 23895 with flag 81000/81000
772.91/769.81	c cleaning 13042 clauses out of 26083 with flag 95136/95136
1023.25/1019.95	c cleaning 14071 clauses out of 28142 with flag 110237/110237
1191.12/1187.50	c cleaning 14431 clauses out of 28861 with flag 125027/125027
1366.39/1362.55	c cleaning 14704 clauses out of 29408 with flag 140005/140005
1513.43/1509.26	c cleaning 14885 clauses out of 29769 with flag 155070/155070
1569.90/1565.57	c cleaning 14905 clauses out of 29814 with flag 170000/170000
1652.75/1648.33	c cleaning 14958 clauses out of 29920 with flag 185011/185011
1724.77/1720.24	c cleaning 14976 clauses out of 29956 with flag 200005/200005
1800.01/1795.31	c starts		: 118
1800.01/1795.31	c conflicts		: 214213
1800.01/1795.31	c decisions		: 417369
1800.01/1795.31	c propagations		: 22618018
1800.01/1795.32	c inspects		: 908828423
1800.01/1795.32	c learnt literals	: 0
1800.01/1795.32	c learnt binary clauses	: 0
1800.01/1795.32	c learnt ternary clauses	: 0
1800.01/1795.32	c learnt clauses	: 214213
1800.01/1795.32	c ignored clauses	: 0
1800.01/1795.32	c root simplifications	: 0
1800.01/1795.32	c removed literals (reason simplification)	: 530257
1800.01/1795.32	c reason swapping (by a shorter reason)	: 0
1800.01/1795.32	c Calls to reduceDB	: 17
1800.01/1795.32	c number of reductions to clauses (during analyze)	: 0
1800.01/1795.32	c number of learned constraints concerned by reduction	: 0
1800.01/1795.32	c number of learning phase by resolution	: 0
1800.01/1795.32	c number of learning phase by cutting planes	: 0
1800.01/1795.32	c speed (assignments/second)	: 12702.955071854929
1800.01/1795.32	c non guided choices	6812
1800.01/1795.36	c learnt constraints type 
1800.01/1795.36	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 29194
1800.01/1795.36	c constraints type 
1800.01/1795.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6328
1800.01/1795.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.01/1795.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.01/1795.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6328
1800.01/1795.36	s UNKNOWN
1800.01/1795.36	c Total wall clock time (in seconds): 1795.15

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-2658263-1276684735/watcher-2658263-1276684735 -o /tmp/evaluation-result-2658263-1276684735/solver-2658263-1276684735 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658263-1276684735.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.69 1.91 1.62 3/106 16843
/proc/meminfo: memFree=1508580/2059040 swapFree=4192956/4192956
[pid=16843] ppid=16841 vsize=428 CPUtime=0
/proc/16843/stat : 16843 (java6) R 16841 16843 16818 0 -1 4194304 123 0 0 0 0 0 0 0 19 0 1 0 9766310 438272 43 1992294400 134512640 134550932 4292043936 18446744073709551615 5141076 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16843/statm: 107 43 33 10 0 25 0

[startup+0.0890519 s]
/proc/loadavg: 1.69 1.91 1.62 3/106 16843
/proc/meminfo: memFree=1508580/2059040 swapFree=4192956/4192956
[pid=16843] ppid=16841 vsize=1521796 CPUtime=0.07
/proc/16843/stat : 16843 (java) S 16841 16843 16818 0 -1 4202496 3821 0 1 0 5 2 0 0 15 0 7 0 9766310 1558319104 3263 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/16843/statm: 380449 3263 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.102051 s]
/proc/loadavg: 1.69 1.91 1.62 3/106 16843
/proc/meminfo: memFree=1508580/2059040 swapFree=4192956/4192956
[pid=16843] ppid=16841 vsize=1524184 CPUtime=0.08
/proc/16843/stat : 16843 (java) S 16841 16843 16818 0 -1 4202496 3947 0 1 0 6 2 0 0 15 0 12 0 9766310 1560764416 3387 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16843/statm: 381046 3387 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.302087 s]
/proc/loadavg: 1.69 1.91 1.62 3/106 16843
/proc/meminfo: memFree=1508580/2059040 swapFree=4192956/4192956
[pid=16843] ppid=16841 vsize=1526336 CPUtime=0.35
/proc/16843/stat : 16843 (java) S 16841 16843 16818 0 -1 4202496 5350 0 1 0 32 3 0 0 15 0 12 0 9766310 1562968064 4788 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16843/statm: 381584 4788 1360 10 0 378886 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526336

[startup+0.70114 s]
/proc/loadavg: 1.69 1.91 1.62 3/106 16843
/proc/meminfo: memFree=1508580/2059040 swapFree=4192956/4192956
[pid=16843] ppid=16841 vsize=1528060 CPUtime=1.01
/proc/16843/stat : 16843 (java) S 16841 16843 16818 0 -1 4202496 7035 0 1 0 97 4 0 0 15 0 12 0 9766310 1564733440 6432 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16843/statm: 382015 6432 1396 10 0 379317 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1528060

[startup+1.50125 s]
/proc/loadavg: 1.69 1.91 1.62 2/118 16855
/proc/meminfo: memFree=1483872/2059040 swapFree=4192956/4192956
[pid=16843] ppid=16841 vsize=1529876 CPUtime=2.14
/proc/16843/stat : 16843 (java) S 16841 16843 16818 0 -1 4202496 9299 0 1 0 209 5 0 0 15 0 12 0 9766310 1566593024 8408 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16843/statm: 382469 8408 1407 10 0 379771 0
[pid=16843/tid=16845] ppid=16841 vsize=1529876 CPUtime=1.45
/proc/16843/task/16845/stat : 16845 (java) R 16841 16843 16818 0 -1 4202560 6457 0 1 0 141 4 0 0 19 0 12 0 9766312 1566593024 8408 1992294400 134512640 134550932 4290163552 18446744073709551615 4109125251 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16843/tid=16846] ppid=16841 vsize=1529876 CPUtime=0
/proc/16843/task/16846/stat : 16846 (java) S 16841 16843 16818 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 9766314 1566593024 8408 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 1 0 0 0
[pid=16843/tid=16847] ppid=16841 vsize=1529876 CPUtime=0
/proc/16843/task/16847/stat : 16847 (java) S 16841 16843 16818 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 9766314 1566593024 8408 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 1 0 0 0
[pid=16843/tid=16848] ppid=16841 vsize=1529876 CPUtime=0
/proc/16843/task/16848/stat : 16848 (java) S 16841 16843 16818 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9766315 1566593024 8408 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 0 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16849] ppid=16841 vsize=1529876 CPUtime=0
/proc/16843/task/16849/stat : 16849 (java) S 16841 16843 16818 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 12 0 9766316 1566593024 8408 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16850] ppid=16841 vsize=1529876 CPUtime=0
/proc/16843/task/16850/stat : 16850 (java) S 16841 16843 16818 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 9766316 1566593024 8408 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16851] ppid=16841 vsize=1529876 CPUtime=0
/proc/16843/task/16851/stat : 16851 (java) S 16841 16843 16818 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 9766320 1566593024 8408 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16852] ppid=16841 vsize=1529876 CPUtime=0.21
/proc/16843/task/16852/stat : 16852 (java) S 16841 16843 16818 0 -1 4202560 607 0 0 0 21 0 0 0 17 0 12 0 9766320 1566593024 8408 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16853] ppid=16841 vsize=1529876 CPUtime=0.46
/proc/16843/task/16853/stat : 16853 (java) S 16841 16843 16818 0 -1 4202560 1172 0 0 0 46 0 0 0 15 0 12 0 9766320 1566593024 8408 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16854] ppid=16841 vsize=1529876 CPUtime=0
/proc/16843/task/16854/stat : 16854 (java) S 16841 16843 16818 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 9766320 1566593024 8408 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16855] ppid=16841 vsize=1529876 CPUtime=0
/proc/16843/task/16855/stat : 16855 (java) S 16841 16843 16818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9766320 1566593024 8408 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 1529876

[startup+3.10147 s]
/proc/loadavg: 1.64 1.89 1.62 2/118 16855
/proc/meminfo: memFree=1477176/2059040 swapFree=4192956/4192956
[pid=16843] ppid=16841 vsize=1529876 CPUtime=3.86
/proc/16843/stat : 16843 (java) S 16841 16843 16818 0 -1 4202496 10848 0 1 0 379 7 0 0 15 0 12 0 9766310 1566593024 9957 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16843/statm: 382469 9957 1414 10 0 379771 0
[pid=16843/tid=16845] ppid=16841 vsize=1529876 CPUtime=3.04
/proc/16843/task/16845/stat : 16845 (java) R 16841 16843 16818 0 -1 4202560 7993 0 1 0 299 5 0 0 23 0 12 0 9766312 1566593024 9957 1992294400 134512640 134550932 4290163552 18446744073709551615 4109125474 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16843/tid=16846] ppid=16841 vsize=1529876 CPUtime=0
/proc/16843/task/16846/stat : 16846 (java) S 16841 16843 16818 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 9766314 1566593024 9957 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 1 0 0 0
[pid=16843/tid=16847] ppid=16841 vsize=1529876 CPUtime=0
/proc/16843/task/16847/stat : 16847 (java) S 16841 16843 16818 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 9766314 1566593024 9957 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 1 0 0 0
[pid=16843/tid=16848] ppid=16841 vsize=1529876 CPUtime=0
/proc/16843/task/16848/stat : 16848 (java) S 16841 16843 16818 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9766315 1566593024 9957 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 0 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16849] ppid=16841 vsize=1529876 CPUtime=0
/proc/16843/task/16849/stat : 16849 (java) S 16841 16843 16818 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 12 0 9766316 1566593024 9957 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16850] ppid=16841 vsize=1529876 CPUtime=0
/proc/16843/task/16850/stat : 16850 (java) S 16841 16843 16818 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 9766316 1566593024 9957 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16851] ppid=16841 vsize=1529876 CPUtime=0
/proc/16843/task/16851/stat : 16851 (java) S 16841 16843 16818 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 9766320 1566593024 9957 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16852] ppid=16841 vsize=1529876 CPUtime=0.28
/proc/16843/task/16852/stat : 16852 (java) S 16841 16843 16818 0 -1 4202560 619 0 0 0 28 0 0 0 15 0 12 0 9766320 1566593024 9957 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16853] ppid=16841 vsize=1529876 CPUtime=0.5
/proc/16843/task/16853/stat : 16853 (java) S 16841 16843 16818 0 -1 4202560 1173 0 0 0 50 0 0 0 15 0 12 0 9766320 1566593024 9957 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16854] ppid=16841 vsize=1529876 CPUtime=0
/proc/16843/task/16854/stat : 16854 (java) S 16841 16843 16818 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 9766320 1566593024 9957 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16855] ppid=16841 vsize=1529876 CPUtime=0
/proc/16843/task/16855/stat : 16855 (java) S 16841 16843 16818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9766320 1566593024 9957 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 1529876

[startup+6.30093 s]
/proc/loadavg: 1.64 1.89 1.62 2/118 16855
/proc/meminfo: memFree=1466140/2059040 swapFree=4192956/4192956
[pid=16843] ppid=16841 vsize=1529876 CPUtime=7.18
/proc/16843/stat : 16843 (java) S 16841 16843 16818 0 -1 4202496 13401 0 1 0 710 8 0 0 15 0 12 0 9766310 1566593024 12509 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16843/statm: 382469 12509 1416 10 0 379771 0
[pid=16843/tid=16845] ppid=16841 vsize=1529876 CPUtime=6.24
/proc/16843/task/16845/stat : 16845 (java) R 16841 16843 16818 0 -1 4202560 10536 0 1 0 618 6 0 0 25 0 12 0 9766312 1566593024 12509 1992294400 134512640 134550932 4290163552 18446744073709551615 4109125215 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16843/tid=16846] ppid=16841 vsize=1529876 CPUtime=0
/proc/16843/task/16846/stat : 16846 (java) S 16841 16843 16818 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 9766314 1566593024 12509 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 1 0 0 0
[pid=16843/tid=16847] ppid=16841 vsize=1529876 CPUtime=0
/proc/16843/task/16847/stat : 16847 (java) S 16841 16843 16818 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 9766314 1566593024 12509 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 1 0 0 0
[pid=16843/tid=16848] ppid=16841 vsize=1529876 CPUtime=0
/proc/16843/task/16848/stat : 16848 (java) S 16841 16843 16818 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9766315 1566593024 12509 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 0 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16849] ppid=16841 vsize=1529876 CPUtime=0
/proc/16843/task/16849/stat : 16849 (java) S 16841 16843 16818 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 12 0 9766316 1566593024 12509 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16850] ppid=16841 vsize=1529876 CPUtime=0
/proc/16843/task/16850/stat : 16850 (java) S 16841 16843 16818 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 9766316 1566593024 12509 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16851] ppid=16841 vsize=1529876 CPUtime=0
/proc/16843/task/16851/stat : 16851 (java) S 16841 16843 16818 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 9766320 1566593024 12509 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16852] ppid=16841 vsize=1529876 CPUtime=0.37
/proc/16843/task/16852/stat : 16852 (java) S 16841 16843 16818 0 -1 4202560 625 0 0 0 37 0 0 0 15 0 12 0 9766320 1566593024 12509 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16853] ppid=16841 vsize=1529876 CPUtime=0.53
/proc/16843/task/16853/stat : 16853 (java) S 16841 16843 16818 0 -1 4202560 1177 0 0 0 53 0 0 0 15 0 12 0 9766320 1566593024 12509 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16854] ppid=16841 vsize=1529876 CPUtime=0
/proc/16843/task/16854/stat : 16854 (java) S 16841 16843 16818 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 9766320 1566593024 12509 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16855] ppid=16841 vsize=1529876 CPUtime=0
/proc/16843/task/16855/stat : 16855 (java) S 16841 16843 16818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9766320 1566593024 12509 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.18
Current children cumulated vsize (KiB) 1529876

[startup+12.7018 s]
/proc/loadavg: 1.54 1.86 1.61 2/118 16855
/proc/meminfo: memFree=1442828/2059040 swapFree=4192956/4192956
[pid=16843] ppid=16841 vsize=1529660 CPUtime=13.73
/proc/16843/stat : 16843 (java) S 16841 16843 16818 0 -1 4202496 19291 0 1 0 1362 11 0 0 15 0 12 0 9766310 1566371840 18178 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16843/statm: 382415 18178 1416 10 0 379717 0
[pid=16843/tid=16845] ppid=16841 vsize=1529660 CPUtime=12.64
/proc/16843/task/16845/stat : 16845 (java) R 16841 16843 16818 0 -1 4202560 16174 0 1 0 1255 9 0 0 25 0 12 0 9766312 1566371840 18178 1992294400 134512640 134550932 4290163552 18446744073709551615 4109125209 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16843/tid=16846] ppid=16841 vsize=1529660 CPUtime=0
/proc/16843/task/16846/stat : 16846 (java) S 16841 16843 16818 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 9766314 1566371840 18178 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 1 0 0 0
[pid=16843/tid=16847] ppid=16841 vsize=1529660 CPUtime=0
/proc/16843/task/16847/stat : 16847 (java) S 16841 16843 16818 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 9766314 1566371840 18178 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 1 0 0 0
[pid=16843/tid=16848] ppid=16841 vsize=1529660 CPUtime=0
/proc/16843/task/16848/stat : 16848 (java) S 16841 16843 16818 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9766315 1566371840 18178 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 0 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16849] ppid=16841 vsize=1529660 CPUtime=0
/proc/16843/task/16849/stat : 16849 (java) S 16841 16843 16818 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 12 0 9766316 1566371840 18178 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16850] ppid=16841 vsize=1529660 CPUtime=0
/proc/16843/task/16850/stat : 16850 (java) S 16841 16843 16818 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 9766316 1566371840 18178 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16851] ppid=16841 vsize=1529660 CPUtime=0
/proc/16843/task/16851/stat : 16851 (java) S 16841 16843 16818 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 9766320 1566371840 18178 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16852] ppid=16841 vsize=1529660 CPUtime=0.51
/proc/16843/task/16852/stat : 16852 (java) S 16841 16843 16818 0 -1 4202560 877 0 0 0 51 0 0 0 15 0 12 0 9766320 1566371840 18178 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16853] ppid=16841 vsize=1529660 CPUtime=0.54
/proc/16843/task/16853/stat : 16853 (java) S 16841 16843 16818 0 -1 4202560 1177 0 0 0 54 0 0 0 15 0 12 0 9766320 1566371840 18178 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16854] ppid=16841 vsize=1529660 CPUtime=0
/proc/16843/task/16854/stat : 16854 (java) S 16841 16843 16818 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 9766320 1566371840 18178 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16855] ppid=16841 vsize=1529660 CPUtime=0
/proc/16843/task/16855/stat : 16855 (java) S 16841 16843 16818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9766320 1566371840 18178 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.73
Current children cumulated vsize (KiB) 1529660

[startup+25.5017 s]
/proc/loadavg: 1.46 1.83 1.60 2/119 16858
/proc/meminfo: memFree=1351804/2059040 swapFree=4192956/4192956
[pid=16843] ppid=16841 vsize=1530148 CPUtime=27.24
/proc/16843/stat : 16843 (java) S 16841 16843 16818 0 -1 4202496 41495 0 1 0 2702 22 0 0 15 0 13 0 9766310 1566871552 40286 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16843/statm: 382537 40286 1439 10 0 379839 0
[pid=16843/tid=16845] ppid=16841 vsize=1530148 CPUtime=25.12
/proc/16843/task/16845/stat : 16845 (java) R 16841 16843 16818 0 -1 4202560 32072 0 1 0 2495 17 0 0 25 0 13 0 9766312 1566871552 40286 1992294400 134512640 134550932 4290163552 18446744073709551615 4109510863 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16843/tid=16846] ppid=16841 vsize=1530148 CPUtime=0.08
/proc/16843/task/16846/stat : 16846 (java) S 16841 16843 16818 0 -1 4202560 2750 0 0 0 7 1 0 0 15 0 13 0 9766314 1566871552 40286 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 1 0 0 0
[pid=16843/tid=16847] ppid=16841 vsize=1530148 CPUtime=0.08
/proc/16843/task/16847/stat : 16847 (java) S 16841 16843 16818 0 -1 4202560 3458 0 0 0 7 1 0 0 18 0 13 0 9766314 1566871552 40286 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16848] ppid=16841 vsize=1530148 CPUtime=0
/proc/16843/task/16848/stat : 16848 (java) S 16841 16843 16818 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 9766315 1566871552 40286 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 0 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16849] ppid=16841 vsize=1530148 CPUtime=0
/proc/16843/task/16849/stat : 16849 (java) S 16841 16843 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9766316 1566871552 40286 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16850] ppid=16841 vsize=1530148 CPUtime=0
/proc/16843/task/16850/stat : 16850 (java) S 16841 16843 16818 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9766316 1566871552 40286 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16851] ppid=16841 vsize=1530148 CPUtime=0
/proc/16843/task/16851/stat : 16851 (java) S 16841 16843 16818 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 9766320 1566871552 40286 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16852] ppid=16841 vsize=1530148 CPUtime=1.02

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

[pid=16843] ppid=16841 vsize=1529984 CPUtime=1666.79
/proc/16843/stat : 16843 (java) S 16841 16843 16818 0 -1 4202496 90788 0 1 0 166609 70 0 0 15 0 13 0 9766310 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16843/statm: 382496 79601 1444 10 0 379798 0
[pid=16843/tid=16845] ppid=16841 vsize=1529984 CPUtime=1655.17
/proc/16843/task/16845/stat : 16845 (java) R 16841 16843 16818 0 -1 4202560 32306 0 1 0 165486 31 0 0 25 0 13 0 9766312 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4109506426 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16843/tid=16846] ppid=16841 vsize=1529984 CPUtime=3.77
/proc/16843/task/16846/stat : 16846 (java) S 16841 16843 16818 0 -1 4202560 25284 0 0 0 362 15 0 0 16 0 13 0 9766314 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 1 0 0 0
[pid=16843/tid=16847] ppid=16841 vsize=1529984 CPUtime=3.76
/proc/16843/task/16847/stat : 16847 (java) S 16841 16843 16818 0 -1 4202560 25299 0 0 0 360 16 0 0 16 0 13 0 9766314 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 1 0 0 0
[pid=16843/tid=16848] ppid=16841 vsize=1529984 CPUtime=1.81
/proc/16843/task/16848/stat : 16848 (java) S 16841 16843 16818 0 -1 4202560 4381 0 0 0 179 2 0 0 15 0 13 0 9766315 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 0 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16849] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16849/stat : 16849 (java) S 16841 16843 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9766316 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16850] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16850/stat : 16850 (java) S 16841 16843 16818 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9766316 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16851] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16851/stat : 16851 (java) S 16841 16843 16818 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 9766320 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16852] ppid=16841 vsize=1529984 CPUtime=1.08
/proc/16843/task/16852/stat : 16852 (java) S 16841 16843 16818 0 -1 4202560 944 0 0 0 108 0 0 0 16 0 13 0 9766320 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16853] ppid=16841 vsize=1529984 CPUtime=1.13
/proc/16843/task/16853/stat : 16853 (java) S 16841 16843 16818 0 -1 4202560 1409 0 0 0 112 1 0 0 15 0 13 0 9766320 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 1 0 0 0
[pid=16843/tid=16854] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16854/stat : 16854 (java) S 16841 16843 16818 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 9766320 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16855] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16855/stat : 16855 (java) S 16841 16843 16818 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 9766320 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16856] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16856/stat : 16856 (java) S 16841 16843 16818 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9767792 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.79
Current children cumulated vsize (KiB) 1529984

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.08 2/119 16911
/proc/meminfo: memFree=1192588/2059040 swapFree=4192956/4192956
[pid=16843] ppid=16841 vsize=1529984 CPUtime=1726.92
/proc/16843/stat : 16843 (java) S 16841 16843 16818 0 -1 4202496 90797 0 1 0 172621 71 0 0 15 0 13 0 9766310 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16843/statm: 382496 79601 1444 10 0 379798 0
[pid=16843/tid=16845] ppid=16841 vsize=1529984 CPUtime=1714.89
/proc/16843/task/16845/stat : 16845 (java) R 16841 16843 16818 0 -1 4202560 32309 0 1 0 171457 32 0 0 25 0 13 0 9766312 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4109549971 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16843/tid=16846] ppid=16841 vsize=1529984 CPUtime=3.92
/proc/16843/task/16846/stat : 16846 (java) S 16841 16843 16818 0 -1 4202560 25284 0 0 0 376 16 0 0 15 0 13 0 9766314 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16847] ppid=16841 vsize=1529984 CPUtime=3.91
/proc/16843/task/16847/stat : 16847 (java) S 16841 16843 16818 0 -1 4202560 25299 0 0 0 375 16 0 0 16 0 13 0 9766314 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 1 0 0 0
[pid=16843/tid=16848] ppid=16841 vsize=1529984 CPUtime=1.91
/proc/16843/task/16848/stat : 16848 (java) S 16841 16843 16818 0 -1 4202560 4385 0 0 0 188 3 0 0 15 0 13 0 9766315 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 0 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16849] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16849/stat : 16849 (java) S 16841 16843 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9766316 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16850] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16850/stat : 16850 (java) S 16841 16843 16818 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9766316 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16851] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16851/stat : 16851 (java) S 16841 16843 16818 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 9766320 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16852] ppid=16841 vsize=1529984 CPUtime=1.08
/proc/16843/task/16852/stat : 16852 (java) S 16841 16843 16818 0 -1 4202560 944 0 0 0 108 0 0 0 16 0 13 0 9766320 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16853] ppid=16841 vsize=1529984 CPUtime=1.15
/proc/16843/task/16853/stat : 16853 (java) S 16841 16843 16818 0 -1 4202560 1409 0 0 0 114 1 0 0 15 0 13 0 9766320 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 1 0 0 0
[pid=16843/tid=16854] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16854/stat : 16854 (java) S 16841 16843 16818 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 9766320 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16855] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16855/stat : 16855 (java) S 16841 16843 16818 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 9766320 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 1 0 0 0
[pid=16843/tid=16856] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16856/stat : 16856 (java) S 16841 16843 16818 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9767792 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.92
Current children cumulated vsize (KiB) 1529984

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/119 16913
/proc/meminfo: memFree=1192340/2059040 swapFree=4192956/4192956
[pid=16843] ppid=16841 vsize=1529984 CPUtime=1786.96
/proc/16843/stat : 16843 (java) S 16841 16843 16818 0 -1 4202496 90805 0 1 0 178624 72 0 0 15 0 13 0 9766310 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16843/statm: 382496 79601 1444 10 0 379798 0
[pid=16843/tid=16845] ppid=16841 vsize=1529984 CPUtime=1774.78
/proc/16843/task/16845/stat : 16845 (java) R 16841 16843 16818 0 -1 4202560 32311 0 1 0 177446 32 0 0 25 0 13 0 9766312 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4109506470 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16843/tid=16846] ppid=16841 vsize=1529984 CPUtime=3.99
/proc/16843/task/16846/stat : 16846 (java) S 16841 16843 16818 0 -1 4202560 25284 0 0 0 383 16 0 0 16 0 13 0 9766314 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16847] ppid=16841 vsize=1529984 CPUtime=3.99
/proc/16843/task/16847/stat : 16847 (java) S 16841 16843 16818 0 -1 4202560 25299 0 0 0 382 17 0 0 15 0 13 0 9766314 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 1 0 0 0
[pid=16843/tid=16848] ppid=16841 vsize=1529984 CPUtime=1.91
/proc/16843/task/16848/stat : 16848 (java) S 16841 16843 16818 0 -1 4202560 4387 0 0 0 188 3 0 0 15 0 13 0 9766315 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 0 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16849] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16849/stat : 16849 (java) S 16841 16843 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9766316 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16850] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16850/stat : 16850 (java) S 16841 16843 16818 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9766316 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16851] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16851/stat : 16851 (java) S 16841 16843 16818 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 9766320 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16852] ppid=16841 vsize=1529984 CPUtime=1.08
/proc/16843/task/16852/stat : 16852 (java) S 16841 16843 16818 0 -1 4202560 944 0 0 0 108 0 0 0 16 0 13 0 9766320 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16853] ppid=16841 vsize=1529984 CPUtime=1.15
/proc/16843/task/16853/stat : 16853 (java) S 16841 16843 16818 0 -1 4202560 1409 0 0 0 114 1 0 0 15 0 13 0 9766320 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 1 0 0 0
[pid=16843/tid=16854] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16854/stat : 16854 (java) S 16841 16843 16818 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 9766320 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16855] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16855/stat : 16855 (java) S 16841 16843 16818 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 9766320 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 1 0 0 0
[pid=16843/tid=16856] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16856/stat : 16856 (java) S 16841 16843 16818 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9767792 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.96
Current children cumulated vsize (KiB) 1529984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/119 16913
/proc/meminfo: memFree=1192340/2059040 swapFree=4192956/4192956
[pid=16843] ppid=16841 vsize=1529984 CPUtime=1800.01
/proc/16843/stat : 16843 (java) S 16841 16843 16818 0 -1 4202496 90808 0 1 0 179929 72 0 0 15 0 13 0 9766310 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16843/statm: 382496 79601 1444 10 0 379798 0
[pid=16843/tid=16845] ppid=16841 vsize=1529984 CPUtime=1787.73
/proc/16843/task/16845/stat : 16845 (java) R 16841 16843 16818 0 -1 4202560 32312 0 1 0 178741 32 0 0 25 0 13 0 9766312 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4109506698 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16843/tid=16846] ppid=16841 vsize=1529984 CPUtime=4.04
/proc/16843/task/16846/stat : 16846 (java) S 16841 16843 16818 0 -1 4202560 25284 0 0 0 388 16 0 0 16 0 13 0 9766314 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16847] ppid=16841 vsize=1529984 CPUtime=4.04
/proc/16843/task/16847/stat : 16847 (java) S 16841 16843 16818 0 -1 4202560 25299 0 0 0 387 17 0 0 15 0 13 0 9766314 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 1 0 0 0
[pid=16843/tid=16848] ppid=16841 vsize=1529984 CPUtime=1.91
/proc/16843/task/16848/stat : 16848 (java) S 16841 16843 16818 0 -1 4202560 4389 0 0 0 188 3 0 0 15 0 13 0 9766315 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 0 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16849] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16849/stat : 16849 (java) S 16841 16843 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9766316 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16850] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16850/stat : 16850 (java) S 16841 16843 16818 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9766316 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16851] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16851/stat : 16851 (java) S 16841 16843 16818 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 9766320 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16852] ppid=16841 vsize=1529984 CPUtime=1.08
/proc/16843/task/16852/stat : 16852 (java) S 16841 16843 16818 0 -1 4202560 944 0 0 0 108 0 0 0 16 0 13 0 9766320 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16853] ppid=16841 vsize=1529984 CPUtime=1.15
/proc/16843/task/16853/stat : 16853 (java) S 16841 16843 16818 0 -1 4202560 1409 0 0 0 114 1 0 0 15 0 13 0 9766320 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 1 0 0 0
[pid=16843/tid=16854] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16854/stat : 16854 (java) S 16841 16843 16818 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 9766320 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16855] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16855/stat : 16855 (java) S 16841 16843 16818 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 9766320 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 1 0 0 0
[pid=16843/tid=16856] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16856/stat : 16856 (java) S 16841 16843 16818 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9767792 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1529984

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

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

[startup+1795.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/119 16913
/proc/meminfo: memFree=1192340/2059040 swapFree=4192956/4192956
[pid=16843] ppid=16841 vsize=1529984 CPUtime=1800.01
/proc/16843/stat : 16843 (java) S 16841 16843 16818 0 -1 4202496 90808 0 1 0 179929 72 0 0 15 0 13 0 9766310 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16843/statm: 382496 79601 1444 10 0 379798 0
[pid=16843/tid=16845] ppid=16841 vsize=1529984 CPUtime=1787.73
/proc/16843/task/16845/stat : 16845 (java) R 16841 16843 16818 0 -1 4202560 32312 0 1 0 178741 32 0 0 25 0 13 0 9766312 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4109506698 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16843/tid=16846] ppid=16841 vsize=1529984 CPUtime=4.04
/proc/16843/task/16846/stat : 16846 (java) S 16841 16843 16818 0 -1 4202560 25284 0 0 0 388 16 0 0 16 0 13 0 9766314 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16847] ppid=16841 vsize=1529984 CPUtime=4.04
/proc/16843/task/16847/stat : 16847 (java) S 16841 16843 16818 0 -1 4202560 25299 0 0 0 387 17 0 0 15 0 13 0 9766314 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 1 0 0 0
[pid=16843/tid=16848] ppid=16841 vsize=1529984 CPUtime=1.91
/proc/16843/task/16848/stat : 16848 (java) S 16841 16843 16818 0 -1 4202560 4389 0 0 0 188 3 0 0 15 0 13 0 9766315 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 0 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16849] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16849/stat : 16849 (java) S 16841 16843 16818 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 9766316 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16850] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16850/stat : 16850 (java) S 16841 16843 16818 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9766316 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16851] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16851/stat : 16851 (java) S 16841 16843 16818 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 9766320 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16852] ppid=16841 vsize=1529984 CPUtime=1.08
/proc/16843/task/16852/stat : 16852 (java) S 16841 16843 16818 0 -1 4202560 944 0 0 0 108 0 0 0 16 0 13 0 9766320 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16853] ppid=16841 vsize=1529984 CPUtime=1.15
/proc/16843/task/16853/stat : 16853 (java) S 16841 16843 16818 0 -1 4202560 1409 0 0 0 114 1 0 0 15 0 13 0 9766320 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 1 0 0 0
[pid=16843/tid=16854] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16854/stat : 16854 (java) S 16841 16843 16818 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 9766320 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
[pid=16843/tid=16855] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16855/stat : 16855 (java) S 16841 16843 16818 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 9766320 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 1 0 0 0
[pid=16843/tid=16856] ppid=16841 vsize=1529984 CPUtime=0
/proc/16843/task/16856/stat : 16856 (java) S 16841 16843 16818 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 9767792 1566703616 79601 1992294400 134512640 134550932 4290163552 18446744073709551615 4294960144 0 4 0 16800975 18446604437835251776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1529984

Child status: 143
Real time (s): 1795.4
CPU time (s): 1800.15
CPU user time (s): 1799.4
CPU system time (s): 0.756884
CPU usage (%): 100.265
Max. virtual memory (cumulated for all children) (KiB): 1530944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 0.756884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90829
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= 39085
involuntary context switches= 42418

runsolver used 3.64145 second user time and 9.64353 second system time

The end

Launcher Data

Begin job on node039 at 2010-06-16 12:38:55
IDJOB=2658263
IDBENCH=48382
IDSOLVER=1164
FILE ID=node039/2658263-1276684735
PBS_JOBID= 11172592
Free space on /tmp= 62552 MiB

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

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

MD5SUM BENCH= 159c656bb3d53b355a331c1212862210
RANDOM SEED=1213804420

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1508852 kB
Buffers:        141704 kB
Cached:         265860 kB
SwapCached:          0 kB
Active:         128740 kB
Inactive:       338008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1508852 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             624 kB
Writeback:           0 kB
AnonPages:       59220 kB
Mapped:          15372 kB
Slab:            61556 kB
PageTables:       4084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180948 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= 62552 MiB
End job on node039 at 2010-06-16 13:08:53