Trace number 2662570

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.48 909.897

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-seba.opb
MD5SUM1b2371606d4072012aff3f48017bfad5
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 20409176029
Optimality of the best value was proved NO
Number of variables23376
Total number of constraints1029
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1029
Minimum length of a constraint10
Maximum length of a constraint496
Number of terms in the objective function 7565
Biggest coefficient in the objective function 258342282854400
Number of bits for the biggest coefficient in the objective function 48
Sum of the numbers in the objective function 4664562894591719
Number of bits of the sum of numbers in the objective function 53
Biggest number in a constraint 258342282854400
Number of bits of the biggest number in a constraint 48
Biggest sum of numbers in a constraint 4664562894591719
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2662570-1276552959.opb
0.23/0.21	c reading problem ... 
4.10/2.52	c ... done. Wall clock time 2.303s.
4.10/2.52	c #vars     23376
4.10/2.52	c #constraints  8207
4.10/2.52	c constraints type 
4.10/2.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1484
4.10/2.52	c constraints type 
4.10/2.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1484
432.47/218.60	c cleaning 2496 clauses out of 5000 with flag 5000/5000
682.71/345.01	c cleaning 4250 clauses out of 8505 with flag 11001/11001
887.07/448.37	c cleaning 5626 clauses out of 11255 with flag 18001/18001
1138.05/575.20	c cleaning 6815 clauses out of 13629 with flag 26001/26001
1482.55/749.25	c cleaning 7901 clauses out of 15814 with flag 35001/35001
1800.16/909.72	c starts		: 65
1800.16/909.72	c conflicts		: 40567
1800.16/909.72	c decisions		: 108444
1800.16/909.72	c propagations		: 1909470
1800.16/909.72	c inspects		: 78012498
1800.16/909.72	c learnt literals	: 0
1800.16/909.72	c learnt binary clauses	: 0
1800.16/909.72	c learnt ternary clauses	: 0
1800.16/909.72	c learnt clauses	: 40567
1800.16/909.72	c ignored clauses	: 0
1800.16/909.72	c root simplifications	: 0
1800.16/909.72	c removed literals (reason simplification)	: 379598
1800.16/909.72	c reason swapping (by a shorter reason)	: 0
1800.16/909.72	c Calls to reduceDB	: 5
1800.16/909.72	c number of reductions to clauses (during analyze)	: 0
1800.16/909.72	c number of learned constraints concerned by reduction	: 0
1800.16/909.72	c number of learning phase by resolution	: 0
1800.16/909.72	c number of learning phase by cutting planes	: 0
1800.16/909.72	c speed (assignments/second)	: 2104.77873296833
1800.16/909.72	c non guided choices	29560
1800.35/909.84	c learnt constraints type 
1800.35/909.84	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13484
1800.35/909.84	c constraints type 
1800.35/909.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1484
1800.35/909.84	c constraints type 
1800.35/909.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1484
1800.35/909.84	s UNKNOWN
1800.35/909.84	c Total wall clock time (in seconds): 909.625

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-2662570-1276552959/watcher-2662570-1276552959 -o /tmp/evaluation-result-2662570-1276552959/solver-2662570-1276552959 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662570-1276552959.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.02 1.09 1.04 3/107 31303
/proc/meminfo: memFree=1822812/2059040 swapFree=4140108/4192956
[pid=31303] ppid=31301 vsize=1832 CPUtime=0
/proc/31303/stat : 31303 (java6) S 31301 31303 30980 0 -1 4194304 251 0 0 0 0 0 0 0 19 0 1 0 28951648 1875968 153 1992294400 134512640 134550932 4291682848 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/31303/statm: 458 153 116 10 0 63 0

[startup+0.0206829 s]
/proc/loadavg: 1.02 1.09 1.04 3/107 31303
/proc/meminfo: memFree=1822812/2059040 swapFree=4140108/4192956
[pid=31303] ppid=31301 vsize=13716 CPUtime=0.01
/proc/31303/stat : 31303 (java) S 31301 31303 30980 0 -1 4202496 1219 0 1 0 0 1 0 0 18 0 2 0 28951648 14045184 666 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/31303/statm: 3429 666 335 10 0 1206 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13716

[startup+0.101625 s]
/proc/loadavg: 1.02 1.09 1.04 3/107 31303
/proc/meminfo: memFree=1822812/2059040 swapFree=4140108/4192956
[pid=31303] ppid=31301 vsize=1524180 CPUtime=0.08
/proc/31303/stat : 31303 (java) S 31301 31303 30980 0 -1 4202496 3963 0 1 0 6 2 0 0 18 0 12 0 28951648 1560760320 3402 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31303/statm: 381045 3402 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300646 s]
/proc/loadavg: 1.02 1.09 1.04 3/107 31303
/proc/meminfo: memFree=1822812/2059040 swapFree=4140108/4192956
[pid=31303] ppid=31301 vsize=1526372 CPUtime=0.39
/proc/31303/stat : 31303 (java) S 31301 31303 30980 0 -1 4202496 5614 0 1 0 36 3 0 0 18 0 12 0 28951648 1563004928 5051 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31303/statm: 381593 5051 1360 10 0 378896 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526372

[startup+0.70068 s]
/proc/loadavg: 1.02 1.09 1.04 3/107 31303
/proc/meminfo: memFree=1822812/2059040 swapFree=4140108/4192956
[pid=31303] ppid=31301 vsize=1527708 CPUtime=1.11
/proc/31303/stat : 31303 (java) S 31301 31303 30980 0 -1 4202496 8312 0 1 0 107 4 0 0 18 0 12 0 28951648 1564372992 7705 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31303/statm: 381927 7706 1404 10 0 379230 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1527708

[startup+1.50176 s]
/proc/loadavg: 1.18 1.12 1.05 4/119 31315
/proc/meminfo: memFree=1780928/2059040 swapFree=4140108/4192956
[pid=31303] ppid=31301 vsize=1540948 CPUtime=2.69
/proc/31303/stat : 31303 (java) S 31301 31303 30980 0 -1 4202496 22649 0 1 0 260 9 0 0 18 0 12 0 28951648 1577930752 19692 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31303/statm: 385237 19694 1406 10 0 382540 0
[pid=31303/tid=31305] ppid=31301 vsize=1540948 CPUtime=1.27
/proc/31303/task/31305/stat : 31305 (java) R 31301 31303 30980 0 -1 4202560 15118 0 1 0 121 6 0 0 25 0 12 0 28951650 1577930752 19695 1992294400 134512640 134550932 4291901360 18446744073709551615 4109739186 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31303/tid=31306] ppid=31301 vsize=1540948 CPUtime=0
/proc/31303/task/31306/stat : 31306 (java) S 31301 31303 30980 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 28951651 1577930752 19696 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31307] ppid=31301 vsize=1540948 CPUtime=0
/proc/31303/task/31307/stat : 31307 (java) S 31301 31303 30980 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 28951651 1577930752 19697 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31308] ppid=31301 vsize=1540948 CPUtime=0
/proc/31303/task/31308/stat : 31308 (java) S 31301 31303 30980 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28951653 1577930752 19698 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 0 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31309] ppid=31301 vsize=1540948 CPUtime=0
/proc/31303/task/31309/stat : 31309 (java) S 31301 31303 30980 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 28951653 1577930752 19699 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31310] ppid=31301 vsize=1540948 CPUtime=0
/proc/31303/task/31310/stat : 31310 (java) S 31301 31303 30980 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 28951653 1577930752 19700 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31311] ppid=31301 vsize=1540948 CPUtime=0
/proc/31303/task/31311/stat : 31311 (java) S 31301 31303 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28951658 1577930752 19701 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31312] ppid=31301 vsize=1540948 CPUtime=0.65
/proc/31303/task/31312/stat : 31312 (java) R 31301 31303 30980 0 -1 4202560 3822 0 0 0 64 1 0 0 18 0 12 0 28951658 1577930752 19702 1992294400 134512640 134550932 4291901360 18446744073709551615 105496175 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31303/tid=31313] ppid=31301 vsize=1540948 CPUtime=0.74
/proc/31303/task/31313/stat : 31313 (java) S 31301 31303 30980 0 -1 4202560 2646 0 0 0 74 0 0 0 17 0 12 0 28951658 1577930752 19703 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
[pid=31303/tid=31314] ppid=31301 vsize=1540948 CPUtime=0
/proc/31303/task/31314/stat : 31314 (java) S 31301 31303 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28951658 1577930752 19704 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31315] ppid=31301 vsize=1540948 CPUtime=0
/proc/31303/task/31315/stat : 31315 (java) S 31301 31303 30980 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28951658 1577930752 19705 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 1540948

[startup+3.1019 s]
/proc/loadavg: 1.18 1.12 1.05 2/119 31315
/proc/meminfo: memFree=1688548/2059040 swapFree=4140108/4192956
[pid=31303] ppid=31301 vsize=1541324 CPUtime=5.27
/proc/31303/stat : 31303 (java) S 31301 31303 30980 0 -1 4202496 47855 0 1 0 507 20 0 0 18 0 15 0 28951648 1578315776 43425 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31303/statm: 385331 43425 1437 10 0 382634 0
[pid=31303/tid=31305] ppid=31301 vsize=1541324 CPUtime=2.12
/proc/31303/task/31305/stat : 31305 (java) S 31301 31303 30980 0 -1 4202560 32050 0 1 0 199 13 0 0 18 0 15 0 28951650 1578315776 43425 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
[pid=31303/tid=31306] ppid=31301 vsize=1541324 CPUtime=0.14
/proc/31303/task/31306/stat : 31306 (java) S 31301 31303 30980 0 -1 4202560 3573 0 0 0 13 1 0 0 18 0 15 0 28951651 1578315776 43425 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31307] ppid=31301 vsize=1541324 CPUtime=0.14
/proc/31303/task/31307/stat : 31307 (java) S 31301 31303 30980 0 -1 4202560 3218 0 0 0 14 0 0 0 18 0 15 0 28951651 1578315776 43425 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
[pid=31303/tid=31308] ppid=31301 vsize=1541324 CPUtime=0
/proc/31303/task/31308/stat : 31308 (java) S 31301 31303 30980 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 15 0 28951653 1578315776 43425 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 0 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31309] ppid=31301 vsize=1541324 CPUtime=0
/proc/31303/task/31309/stat : 31309 (java) S 31301 31303 30980 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 28951653 1578315776 43425 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31310] ppid=31301 vsize=1541324 CPUtime=0
/proc/31303/task/31310/stat : 31310 (java) S 31301 31303 30980 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 28951653 1578315776 43425 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31311] ppid=31301 vsize=1541324 CPUtime=0
/proc/31303/task/31311/stat : 31311 (java) S 31301 31303 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 28951658 1578315776 43425 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31312] ppid=31301 vsize=1541324 CPUtime=1.22
/proc/31303/task/31312/stat : 31312 (java) R 31301 31303 30980 0 -1 4202560 4910 0 0 0 120 2 0 0 16 0 15 0 28951658 1578315776 43425 1992294400 134512640 134550932 4291901360 18446744073709551615 105496286 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31303/tid=31313] ppid=31301 vsize=1541324 CPUtime=1.07
/proc/31303/task/31313/stat : 31313 (java) R 31301 31303 30980 0 -1 4202560 3003 0 0 0 107 0 0 0 16 0 15 0 28951658 1578315776 43425 1992294400 134512640 134550932 4291901360 18446744073709551615 106251192 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31303/tid=31314] ppid=31301 vsize=1541324 CPUtime=0
/proc/31303/task/31314/stat : 31314 (java) S 31301 31303 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 28951658 1578315776 43425 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31315] ppid=31301 vsize=1541324 CPUtime=0
/proc/31303/task/31315/stat : 31315 (java) S 31301 31303 30980 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 28951658 1578315776 43425 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.27
Current children cumulated vsize (KiB) 1541324

[startup+6.30219 s]
/proc/loadavg: 1.18 1.12 1.05 3/123 31321
/proc/meminfo: memFree=1654292/2059040 swapFree=4140108/4192956
[pid=31303] ppid=31301 vsize=1540476 CPUtime=11.61
/proc/31303/stat : 31303 (java) S 31301 31303 30980 0 -1 4202496 55472 0 1 0 1137 24 0 0 18 0 16 0 28951648 1577447424 50250 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31303/statm: 385119 50250 1438 10 0 382422 0
[pid=31303/tid=31305] ppid=31301 vsize=1540476 CPUtime=2.12
/proc/31303/task/31305/stat : 31305 (java) S 31301 31303 30980 0 -1 4202560 32050 0 1 0 199 13 0 0 18 0 16 0 28951650 1577447424 50250 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
[pid=31303/tid=31306] ppid=31301 vsize=1540476 CPUtime=0.29
/proc/31303/task/31306/stat : 31306 (java) S 31301 31303 30980 0 -1 4202560 7960 0 0 0 26 3 0 0 18 0 16 0 28951651 1577447424 50250 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31307] ppid=31301 vsize=1540476 CPUtime=0.29
/proc/31303/task/31307/stat : 31307 (java) S 31301 31303 30980 0 -1 4202560 6392 0 0 0 28 1 0 0 18 0 16 0 28951651 1577447424 50250 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
[pid=31303/tid=31308] ppid=31301 vsize=1540476 CPUtime=0
/proc/31303/task/31308/stat : 31308 (java) S 31301 31303 30980 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 16 0 28951653 1577447424 50250 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 0 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31309] ppid=31301 vsize=1540476 CPUtime=0
/proc/31303/task/31309/stat : 31309 (java) S 31301 31303 30980 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 28951653 1577447424 50250 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31310] ppid=31301 vsize=1540476 CPUtime=0
/proc/31303/task/31310/stat : 31310 (java) S 31301 31303 30980 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28951653 1577447424 50250 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31311] ppid=31301 vsize=1540476 CPUtime=0
/proc/31303/task/31311/stat : 31311 (java) S 31301 31303 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28951658 1577447424 50250 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31312] ppid=31301 vsize=1540476 CPUtime=1.48
/proc/31303/task/31312/stat : 31312 (java) S 31301 31303 30980 0 -1 4202560 4930 0 0 0 146 2 0 0 15 0 16 0 28951658 1577447424 50250 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31313] ppid=31301 vsize=1540476 CPUtime=1.23
/proc/31303/task/31313/stat : 31313 (java) S 31301 31303 30980 0 -1 4202560 3014 0 0 0 123 0 0 0 15 0 16 0 28951658 1577447424 50250 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
[pid=31303/tid=31314] ppid=31301 vsize=1540476 CPUtime=0
/proc/31303/task/31314/stat : 31314 (java) S 31301 31303 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28951658 1577447424 50250 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31315] ppid=31301 vsize=1540476 CPUtime=0
/proc/31303/task/31315/stat : 31315 (java) S 31301 31303 30980 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 28951658 1577447424 50250 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
[pid=31303/tid=31318] ppid=31301 vsize=1540476 CPUtime=3.13
/proc/31303/task/31318/stat : 31318 (java) R 31301 31303 30980 0 -1 4202560 25 0 0 0 313 0 0 0 24 0 16 0 28951901 1577447424 50250 1992294400 134512640 134550932 4291901360 18446744073709551615 4109912309 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31303/tid=31319] ppid=31301 vsize=1540476 CPUtime=2.99
/proc/31303/task/31319/stat : 31319 (java) R 31301 31303 30980 0 -1 4202560 20 0 0 0 299 0 0 0 24 0 16 0 28951901 1577447424 50250 1992294400 134512640 134550932 4291901360 18446744073709551615 4109911922 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31303/tid=31320] ppid=31301 vsize=1540476 CPUtime=0
/proc/31303/task/31320/stat : 31320 (java) S 31301 31303 30980 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 28951939 1577447424 50250 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31321] ppid=31301 vsize=1540476 CPUtime=0
/proc/31303/task/31321/stat : 31321 (java) S 31301 31303 30980 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 28951962 1577447424 50250 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.61
Current children cumulated vsize (KiB) 1540476

[startup+12.7018 s]
/proc/loadavg: 1.47 1.18 1.07 3/123 31321
/proc/meminfo: memFree=1625400/2059040 swapFree=4140108/4192956
[pid=31303] ppid=31301 vsize=1540476 CPUtime=24.3
/proc/31303/stat : 31303 (java) S 31301 31303 30980 0 -1 4202496 55753 0 1 0 2405 25 0 0 18 0 16 0 28951648 1577447424 50408 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31303/statm: 385119 50408 1441 10 0 382422 0
[pid=31303/tid=31305] ppid=31301 vsize=1540476 CPUtime=2.12
/proc/31303/task/31305/stat : 31305 (java) S 31301 31303 30980 0 -1 4202560 32050 0 1 0 199 13 0 0 18 0 16 0 28951650 1577447424 50408 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
[pid=31303/tid=31306] ppid=31301 vsize=1540476 CPUtime=0.52
/proc/31303/task/31306/stat : 31306 (java) S 31301 31303 30980 0 -1 4202560 8027 0 0 0 49 3 0 0 18 0 16 0 28951651 1577447424 50408 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31307] ppid=31301 vsize=1540476 CPUtime=0.52
/proc/31303/task/31307/stat : 31307 (java) S 31301 31303 30980 0 -1 4202560 6453 0 0 0 51 1 0 0 18 0 16 0 28951651 1577447424 50408 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
[pid=31303/tid=31308] ppid=31301 vsize=1540476 CPUtime=0
/proc/31303/task/31308/stat : 31308 (java) S 31301 31303 30980 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 16 0 28951653 1577447424 50408 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 0 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31309] ppid=31301 vsize=1540476 CPUtime=0
/proc/31303/task/31309/stat : 31309 (java) S 31301 31303 30980 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 28951653 1577447424 50408 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31310] ppid=31301 vsize=1540476 CPUtime=0
/proc/31303/task/31310/stat : 31310 (java) S 31301 31303 30980 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28951653 1577447424 50408 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31311] ppid=31301 vsize=1540476 CPUtime=0
/proc/31303/task/31311/stat : 31311 (java) S 31301 31303 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28951658 1577447424 50408 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31312] ppid=31301 vsize=1540476 CPUtime=1.52
/proc/31303/task/31312/stat : 31312 (java) S 31301 31303 30980 0 -1 4202560 4934 0 0 0 150 2 0 0 16 0 16 0 28951658 1577447424 50408 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31313] ppid=31301 vsize=1540476 CPUtime=1.81
/proc/31303/task/31313/stat : 31313 (java) S 31301 31303 30980 0 -1 4202560 3157 0 0 0 180 1 0 0 15 0 16 0 28951658 1577447424 50408 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
[pid=31303/tid=31314] ppid=31301 vsize=1540476 CPUtime=0
/proc/31303/task/31314/stat : 31314 (java) S 31301 31303 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28951658 1577447424 50408 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31315] ppid=31301 vsize=1540476 CPUtime=0
/proc/31303/task/31315/stat : 31315 (java) S 31301 31303 30980 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 28951658 1577447424 50408 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
[pid=31303/tid=31318] ppid=31301 vsize=1540476 CPUtime=9.14
/proc/31303/task/31318/stat : 31318 (java) R 31301 31303 30980 0 -1 4202560 29 0 0 0 914 0 0 0 25 0 16 0 28951901 1577447424 50408 1992294400 134512640 134550932 4291901360 18446744073709551615 4109912309 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31303/tid=31319] ppid=31301 vsize=1540476 CPUtime=8.57
/proc/31303/task/31319/stat : 31319 (java) R 31301 31303 30980 0 -1 4202560 22 0 0 0 857 0 0 0 25 0 16 0 28951901 1577447424 50408 1992294400 134512640 134550932 4291901360 18446744073709551615 4109379232 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31303/tid=31320] ppid=31301 vsize=1540476 CPUtime=0
/proc/31303/task/31320/stat : 31320 (java) S 31301 31303 30980 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 28951939 1577447424 50408 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31321] ppid=31301 vsize=1540476 CPUtime=0
/proc/31303/task/31321/stat : 31321 (java) S 31301 31303 30980 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 28951962 1577447424 50408 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.3
Current children cumulated vsize (KiB) 1540476

[startup+25.5019 s]
/proc/loadavg: 1.55 1.21 1.08 4/123 31321
/proc/meminfo: memFree=1598616/2059040 swapFree=4140108/4192956
[pid=31303] ppid=31301 vsize=1542524 CPUtime=49.66
/proc/31303/stat : 31303 (java) S 31301 31303 30980 0 -1 4202496 64290 0 1 0 4936 30 0 0 18 0 16 0 28951648 1579544576 57144 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/31303/task/31320/stat : 31320 (java) S 31301 31303 30980 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 28951939 1579544576 81848 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31321] ppid=31301 vsize=1542524 CPUtime=0
/proc/31303/task/31321/stat : 31321 (java) S 31301 31303 30980 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 28951962 1579544576 81848 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1508.02
Current children cumulated vsize (KiB) 1542524

[startup+822.301 s]
/proc/loadavg: 2.09 2.00 1.63 4/123 31341
/proc/meminfo: memFree=1483544/2059040 swapFree=4140108/4192956
[pid=31303] ppid=31301 vsize=1542524 CPUtime=1626.9
/proc/31303/stat : 31303 (java) S 31301 31303 30980 0 -1 4202496 100887 0 1 0 162594 96 0 0 18 0 16 0 28951648 1579544576 85591 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31303/statm: 385631 85591 1450 10 0 382934 0
[pid=31303/tid=31305] ppid=31301 vsize=1542524 CPUtime=2.12
/proc/31303/task/31305/stat : 31305 (java) S 31301 31303 30980 0 -1 4202560 32053 0 1 0 199 13 0 0 15 0 16 0 28951650 1579544576 85591 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31306] ppid=31301 vsize=1542524 CPUtime=5.92
/proc/31303/task/31306/stat : 31306 (java) S 31301 31303 30980 0 -1 4202560 27419 0 0 0 574 18 0 0 16 0 16 0 28951651 1579544576 85591 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31307] ppid=31301 vsize=1542524 CPUtime=5.91
/proc/31303/task/31307/stat : 31307 (java) S 31301 31303 30980 0 -1 4202560 25451 0 0 0 574 17 0 0 15 0 16 0 28951651 1579544576 85591 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
[pid=31303/tid=31308] ppid=31301 vsize=1542524 CPUtime=2.4
/proc/31303/task/31308/stat : 31308 (java) S 31301 31303 30980 0 -1 4202560 5382 0 0 0 235 5 0 0 15 0 16 0 28951653 1579544576 85591 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 0 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
[pid=31303/tid=31309] ppid=31301 vsize=1542524 CPUtime=0
/proc/31303/task/31309/stat : 31309 (java) S 31301 31303 30980 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 28951653 1579544576 85591 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31310] ppid=31301 vsize=1542524 CPUtime=0
/proc/31303/task/31310/stat : 31310 (java) S 31301 31303 30980 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28951653 1579544576 85591 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31311] ppid=31301 vsize=1542524 CPUtime=0
/proc/31303/task/31311/stat : 31311 (java) S 31301 31303 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28951658 1579544576 85591 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31312] ppid=31301 vsize=1542524 CPUtime=1.73
/proc/31303/task/31312/stat : 31312 (java) S 31301 31303 30980 0 -1 4202560 4946 0 0 0 171 2 0 0 15 0 16 0 28951658 1579544576 85591 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31313] ppid=31301 vsize=1542524 CPUtime=2.52
/proc/31303/task/31313/stat : 31313 (java) S 31301 31303 30980 0 -1 4202560 4052 0 0 0 251 1 0 0 16 0 16 0 28951658 1579544576 85591 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
[pid=31303/tid=31314] ppid=31301 vsize=1542524 CPUtime=0
/proc/31303/task/31314/stat : 31314 (java) S 31301 31303 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28951658 1579544576 85591 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31315] ppid=31301 vsize=1542524 CPUtime=0.02
/proc/31303/task/31315/stat : 31315 (java) S 31301 31303 30980 0 -1 4202560 53 0 0 0 1 1 0 0 15 0 16 0 28951658 1579544576 85591 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
[pid=31303/tid=31318] ppid=31301 vsize=1542524 CPUtime=806.27
/proc/31303/task/31318/stat : 31318 (java) R 31301 31303 30980 0 -1 4202560 212 0 0 0 80619 8 0 0 25 0 16 0 28951901 1579544576 85591 1992294400 134512640 134550932 4291901360 18446744073709551615 4109912027 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31303/tid=31319] ppid=31301 vsize=1542524 CPUtime=799.92
/proc/31303/task/31319/stat : 31319 (java) R 31301 31303 30980 0 -1 4202560 247 0 0 0 79966 26 0 0 25 0 16 0 28951901 1579544576 85591 1992294400 134512640 134550932 4291901360 18446744073709551615 4109912039 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31303/tid=31320] ppid=31301 vsize=1542524 CPUtime=0
/proc/31303/task/31320/stat : 31320 (java) S 31301 31303 30980 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 28951939 1579544576 85591 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31321] ppid=31301 vsize=1542524 CPUtime=0
/proc/31303/task/31321/stat : 31321 (java) S 31301 31303 30980 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 28951962 1579544576 85591 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1626.9
Current children cumulated vsize (KiB) 1542524

[startup+882.302 s]
/proc/loadavg: 2.21 2.04 1.66 4/123 31343
/proc/meminfo: memFree=1461348/2059040 swapFree=4140108/4192956
[pid=31303] ppid=31301 vsize=1542524 CPUtime=1745.82
/proc/31303/stat : 31303 (java) S 31301 31303 30980 0 -1 4202496 106935 0 1 0 174479 103 0 0 18 0 16 0 28951648 1579544576 91156 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31303/statm: 385631 91156 1450 10 0 382934 0
[pid=31303/tid=31305] ppid=31301 vsize=1542524 CPUtime=2.12
/proc/31303/task/31305/stat : 31305 (java) S 31301 31303 30980 0 -1 4202560 32053 0 1 0 199 13 0 0 15 0 16 0 28951650 1579544576 91156 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31306] ppid=31301 vsize=1542524 CPUtime=6.62
/proc/31303/task/31306/stat : 31306 (java) S 31301 31303 30980 0 -1 4202560 30698 0 0 0 641 21 0 0 15 0 16 0 28951651 1579544576 91156 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
[pid=31303/tid=31307] ppid=31301 vsize=1542524 CPUtime=6.63
/proc/31303/task/31307/stat : 31307 (java) S 31301 31303 30980 0 -1 4202560 28183 0 0 0 645 18 0 0 16 0 16 0 28951651 1579544576 91156 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31308] ppid=31301 vsize=1542524 CPUtime=2.42
/proc/31303/task/31308/stat : 31308 (java) S 31301 31303 30980 0 -1 4202560 5384 0 0 0 236 6 0 0 16 0 16 0 28951653 1579544576 91156 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 0 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
[pid=31303/tid=31309] ppid=31301 vsize=1542524 CPUtime=0
/proc/31303/task/31309/stat : 31309 (java) S 31301 31303 30980 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 28951653 1579544576 91156 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31310] ppid=31301 vsize=1542524 CPUtime=0
/proc/31303/task/31310/stat : 31310 (java) S 31301 31303 30980 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28951653 1579544576 91156 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31311] ppid=31301 vsize=1542524 CPUtime=0
/proc/31303/task/31311/stat : 31311 (java) S 31301 31303 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28951658 1579544576 91156 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31312] ppid=31301 vsize=1542524 CPUtime=1.73
/proc/31303/task/31312/stat : 31312 (java) S 31301 31303 30980 0 -1 4202560 4946 0 0 0 171 2 0 0 15 0 16 0 28951658 1579544576 91156 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31313] ppid=31301 vsize=1542524 CPUtime=2.52
/proc/31303/task/31313/stat : 31313 (java) S 31301 31303 30980 0 -1 4202560 4052 0 0 0 251 1 0 0 15 0 16 0 28951658 1579544576 91156 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
[pid=31303/tid=31314] ppid=31301 vsize=1542524 CPUtime=0
/proc/31303/task/31314/stat : 31314 (java) S 31301 31303 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28951658 1579544576 91156 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31315] ppid=31301 vsize=1542524 CPUtime=0.02
/proc/31303/task/31315/stat : 31315 (java) S 31301 31303 30980 0 -1 4202560 55 0 0 0 1 1 0 0 15 0 16 0 28951658 1579544576 91156 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31318] ppid=31301 vsize=1542524 CPUtime=865.22
/proc/31303/task/31318/stat : 31318 (java) R 31301 31303 30980 0 -1 4202560 219 0 0 0 86514 8 0 0 25 0 16 0 28951901 1579544576 91156 1992294400 134512640 134550932 4291901360 18446744073709551615 4109912269 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31303/tid=31319] ppid=31301 vsize=1542524 CPUtime=858.43
/proc/31303/task/31319/stat : 31319 (java) R 31301 31303 30980 0 -1 4202560 273 0 0 0 85816 27 0 0 25 0 16 0 28951901 1579544576 91156 1992294400 134512640 134550932 4291901360 18446744073709551615 4109912925 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31303/tid=31320] ppid=31301 vsize=1542524 CPUtime=0
/proc/31303/task/31320/stat : 31320 (java) S 31301 31303 30980 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 28951939 1579544576 91156 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31321] ppid=31301 vsize=1542524 CPUtime=0
/proc/31303/task/31321/stat : 31321 (java) S 31301 31303 30980 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 28951962 1579544576 91156 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1745.82
Current children cumulated vsize (KiB) 1542524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+909.71 s]
/proc/loadavg: 2.13 2.04 1.67 3/123 31345
/proc/meminfo: memFree=1456140/2059040 swapFree=4140108/4192956
[pid=31303] ppid=31301 vsize=1542524 CPUtime=1800.16
/proc/31303/stat : 31303 (java) S 31301 31303 30980 0 -1 4202496 108321 0 1 0 179911 105 0 0 18 0 16 0 28951648 1579544576 92403 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31303/statm: 385631 92403 1450 10 0 382934 0
[pid=31303/tid=31305] ppid=31301 vsize=1542524 CPUtime=2.12
/proc/31303/task/31305/stat : 31305 (java) S 31301 31303 30980 0 -1 4202560 32054 0 1 0 199 13 0 0 15 0 16 0 28951650 1579544576 92403 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
[pid=31303/tid=31306] ppid=31301 vsize=1542524 CPUtime=6.91
/proc/31303/task/31306/stat : 31306 (java) S 31301 31303 30980 0 -1 4202560 31311 0 0 0 669 22 0 0 15 0 16 0 28951651 1579544576 92403 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
[pid=31303/tid=31307] ppid=31301 vsize=1542524 CPUtime=6.92
/proc/31303/task/31307/stat : 31307 (java) S 31301 31303 30980 0 -1 4202560 28936 0 0 0 673 19 0 0 16 0 16 0 28951651 1579544576 92403 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31308] ppid=31301 vsize=1542524 CPUtime=2.43
/proc/31303/task/31308/stat : 31308 (java) S 31301 31303 30980 0 -1 4202560 5386 0 0 0 237 6 0 0 15 0 16 0 28951653 1579544576 92403 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 0 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31309] ppid=31301 vsize=1542524 CPUtime=0
/proc/31303/task/31309/stat : 31309 (java) S 31301 31303 30980 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 28951653 1579544576 92403 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31310] ppid=31301 vsize=1542524 CPUtime=0
/proc/31303/task/31310/stat : 31310 (java) S 31301 31303 30980 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 28951653 1579544576 92403 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31311] ppid=31301 vsize=1542524 CPUtime=0
/proc/31303/task/31311/stat : 31311 (java) S 31301 31303 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28951658 1579544576 92403 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31312] ppid=31301 vsize=1542524 CPUtime=1.73
/proc/31303/task/31312/stat : 31312 (java) S 31301 31303 30980 0 -1 4202560 4946 0 0 0 171 2 0 0 15 0 16 0 28951658 1579544576 92403 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31313] ppid=31301 vsize=1542524 CPUtime=2.52
/proc/31303/task/31313/stat : 31313 (java) S 31301 31303 30980 0 -1 4202560 4052 0 0 0 251 1 0 0 15 0 16 0 28951658 1579544576 92403 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
[pid=31303/tid=31314] ppid=31301 vsize=1542524 CPUtime=0
/proc/31303/task/31314/stat : 31314 (java) S 31301 31303 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 28951658 1579544576 92403 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31315] ppid=31301 vsize=1542524 CPUtime=0.02
/proc/31303/task/31315/stat : 31315 (java) S 31301 31303 30980 0 -1 4202560 57 0 0 0 1 1 0 0 15 0 16 0 28951658 1579544576 92403 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31318] ppid=31301 vsize=1542524 CPUtime=891.96
/proc/31303/task/31318/stat : 31318 (java) R 31301 31303 30980 0 -1 4202560 224 0 0 0 89187 9 0 0 25 0 16 0 28951901 1579544576 92403 1992294400 134512640 134550932 4291901360 18446744073709551615 4109912309 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31303/tid=31319] ppid=31301 vsize=1542524 CPUtime=885.45
/proc/31303/task/31319/stat : 31319 (java) R 31301 31303 30980 0 -1 4202560 283 0 0 0 88518 27 0 0 25 0 16 0 28951901 1579544576 92403 1992294400 134512640 134550932 4291901360 18446744073709551615 4110059119 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31303/tid=31320] ppid=31301 vsize=1542524 CPUtime=0
/proc/31303/task/31320/stat : 31320 (java) S 31301 31303 30980 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 28951939 1579544576 92403 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31321] ppid=31301 vsize=1542524 CPUtime=0
/proc/31303/task/31321/stat : 31321 (java) S 31301 31303 30980 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 28951962 1579544576 92403 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 1542524

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

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

[startup+909.817 s]
/proc/loadavg: 2.13 2.04 1.67 3/123 31345
/proc/meminfo: memFree=1456140/2059040 swapFree=4140108/4192956
[pid=31303] ppid=31301 vsize=1543172 CPUtime=1800.35
/proc/31303/stat : 31303 (java) S 31301 31303 30980 0 -1 4202496 108337 0 1 0 179930 105 0 0 18 0 18 0 28951648 1580208128 92419 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31303/statm: 385793 92419 1450 10 0 383096 0
[pid=31303/tid=31305] ppid=31301 vsize=1543172 CPUtime=2.12
/proc/31303/task/31305/stat : 31305 (java) S 31301 31303 30980 0 -1 4202560 32054 0 1 0 199 13 0 0 15 0 18 0 28951650 1580208128 92419 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
[pid=31303/tid=31306] ppid=31301 vsize=1543172 CPUtime=6.91
/proc/31303/task/31306/stat : 31306 (java) S 31301 31303 30980 0 -1 4202560 31311 0 0 0 669 22 0 0 15 0 18 0 28951651 1580208128 92419 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
[pid=31303/tid=31307] ppid=31301 vsize=1543172 CPUtime=6.92
/proc/31303/task/31307/stat : 31307 (java) S 31301 31303 30980 0 -1 4202560 28936 0 0 0 673 19 0 0 16 0 18 0 28951651 1580208128 92419 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31308] ppid=31301 vsize=1543172 CPUtime=2.43
/proc/31303/task/31308/stat : 31308 (java) S 31301 31303 30980 0 -1 4202560 5386 0 0 0 237 6 0 0 15 0 18 0 28951653 1580208128 92419 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 0 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31309] ppid=31301 vsize=1543172 CPUtime=0
/proc/31303/task/31309/stat : 31309 (java) S 31301 31303 30980 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 28951653 1580208128 92419 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31310] ppid=31301 vsize=1543172 CPUtime=0
/proc/31303/task/31310/stat : 31310 (java) S 31301 31303 30980 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 28951653 1580208128 92419 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31311] ppid=31301 vsize=1543172 CPUtime=0
/proc/31303/task/31311/stat : 31311 (java) S 31301 31303 30980 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 28951658 1580208128 92419 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31312] ppid=31301 vsize=1543172 CPUtime=1.73
/proc/31303/task/31312/stat : 31312 (java) S 31301 31303 30980 0 -1 4202560 4946 0 0 0 171 2 0 0 15 0 18 0 28951658 1580208128 92419 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31313] ppid=31301 vsize=1543172 CPUtime=2.52
/proc/31303/task/31313/stat : 31313 (java) S 31301 31303 30980 0 -1 4202560 4052 0 0 0 251 1 0 0 15 0 18 0 28951658 1580208128 92419 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
[pid=31303/tid=31314] ppid=31301 vsize=1543172 CPUtime=0
/proc/31303/task/31314/stat : 31314 (java) S 31301 31303 30980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 28951658 1580208128 92419 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31315] ppid=31301 vsize=1543172 CPUtime=0.02
/proc/31303/task/31315/stat : 31315 (java) S 31301 31303 30980 0 -1 4202560 57 0 0 0 1 1 0 0 15 0 18 0 28951658 1580208128 92419 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31318] ppid=31301 vsize=1543172 CPUtime=892.05
/proc/31303/task/31318/stat : 31318 (java) R 31301 31303 30980 0 -1 4202560 224 0 0 0 89196 9 0 0 25 0 18 0 28951901 1580208128 92419 1992294400 134512640 134550932 4291901360 18446744073709551615 4109912335 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31303/tid=31319] ppid=31301 vsize=1543172 CPUtime=885.55
/proc/31303/task/31319/stat : 31319 (java) R 31301 31303 30980 0 -1 4202560 283 0 0 0 88528 27 0 0 25 0 18 0 28951901 1580208128 92419 1992294400 134512640 134550932 4291901360 18446744073709551615 4110125577 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31303/tid=31320] ppid=31301 vsize=1543172 CPUtime=0
/proc/31303/task/31320/stat : 31320 (java) S 31301 31303 30980 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 18 0 28951939 1580208128 92419 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 0 0 0 0
[pid=31303/tid=31321] ppid=31301 vsize=1543172 CPUtime=0
/proc/31303/task/31321/stat : 31321 (java) S 31301 31303 30980 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 28951962 1580208128 92419 1992294400 134512640 134550932 4291901360 18446744073709551615 4294960144 0 4 0 16800975 18446604437831754112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 1543172

Child status: 143
Real time (s): 909.897
CPU time (s): 1800.48
CPU user time (s): 1799.39
CPU system time (s): 1.09383
CPU usage (%): 197.877
Max. virtual memory (cumulated for all children) (KiB): 1547652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.39
system time used= 1.09383
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108344
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= 24820
involuntary context switches= 51651

runsolver used 4.18736 second user time and 11.0333 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-15 00:02:39
IDJOB=2662570
IDBENCH=2432
IDSOLVER=1166
FILE ID=node025/2662570-1276552959
PBS_JOBID= 11173488
Free space on /tmp= 62572 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-seba.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662570-1276552959/watcher-2662570-1276552959 -o /tmp/evaluation-result-2662570-1276552959/solver-2662570-1276552959 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662570-1276552959.opb

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

MD5SUM BENCH= 1b2371606d4072012aff3f48017bfad5
RANDOM SEED=566298867

node025.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.242
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.242
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:       1823084 kB
Buffers:         45540 kB
Cached:         101704 kB
SwapCached:       6516 kB
Active:          69948 kB
Inactive:        90484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1823084 kB
SwapTotal:     4192956 kB
SwapFree:      4140108 kB
Dirty:            1920 kB
Writeback:           0 kB
AnonPages:       11364 kB
Mapped:          12912 kB
Slab:            53468 kB
PageTables:       4096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183384 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= 62568 MiB
End job on node025 at 2010-06-15 00:17:51