Trace number 2662275

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.39 911.881

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_19.opb
MD5SUM5a1b3155d98b6c4d8f9ab1b869fece67
Bench CategoryOPT-SMALLINT (optimisation, small 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 355
Optimality of the best value was proved NO
Number of variables11001
Total number of constraints21678
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 constraints21678
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2765
Number of bits of the biggest sum of numbers12
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.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	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.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2662275-1276586013.opb
0.24/0.22	c reading problem ... 
8.52/5.55	c ... done. Wall clock time 5.334s.
8.52/5.55	c #vars     11001
8.52/5.55	c #constraints  21678
8.52/5.55	c constraints type 
8.52/5.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21678
8.52/5.55	c constraints type 
8.52/5.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21678
370.70/188.38	c cleaning 2493 clauses out of 5000 with flag 5000/5000
530.80/269.49	c cleaning 0 clauses out of 5002 with flag 0/5002
760.42/385.61	c cleaning 4246 clauses out of 8507 with flag 11000/11000
1191.08/603.23	c cleaning 5620 clauses out of 11261 with flag 18000/18000
1193.60/604.96	c cleaning 0 clauses out of 11002 with flag 0/11002
1689.88/855.78	c cleaning 6815 clauses out of 13641 with flag 26000/26000
1800.12/911.73	c starts		: 54
1800.12/911.73	c conflicts		: 27732
1800.12/911.73	c decisions		: 36534
1800.12/911.73	c propagations		: 8459172
1800.12/911.73	c inspects		: 379123880
1800.12/911.73	c learnt literals	: 0
1800.12/911.73	c learnt binary clauses	: 2
1800.12/911.73	c learnt ternary clauses	: 1
1800.12/911.73	c learnt clauses	: 27732
1800.12/911.73	c ignored clauses	: 0
1800.12/911.73	c root simplifications	: 0
1800.12/911.73	c removed literals (reason simplification)	: 544151
1800.12/911.73	c reason swapping (by a shorter reason)	: 0
1800.12/911.73	c Calls to reduceDB	: 4
1800.12/911.73	c number of reductions to clauses (during analyze)	: 0
1800.12/911.73	c number of learned constraints concerned by reduction	: 0
1800.12/911.73	c number of learning phase by resolution	: 0
1800.12/911.73	c number of learning phase by cutting planes	: 0
1800.12/911.73	c speed (assignments/second)	: 9335.031312936244
1800.12/911.73	c non guided choices	20
1800.30/911.84	c learnt constraints type 
1800.30/911.84	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 8561
1800.30/911.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.30/911.84	c constraints type 
1800.30/911.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21678
1800.30/911.84	c constraints type 
1800.30/911.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21678
1800.30/911.84	s UNKNOWN
1800.30/911.84	c Total wall clock time (in seconds): 911.622

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 1445
/proc/meminfo: memFree=1829716/2059040 swapFree=4140072/4192956
[pid=1445] ppid=1443 vsize=244 CPUtime=0
/proc/1445/stat : 1445 (java6) R 1443 1445 1420 0 -1 4194304 100 0 0 0 0 0 0 0 19 0 1 0 32257038 249856 20 1992294400 134512640 134550932 4287348992 18446744073709551615 8345904 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1445/statm: 62 23 16 10 0 23 0

[startup+0.016751 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 1445
/proc/meminfo: memFree=1829716/2059040 swapFree=4140072/4192956
[pid=1445] ppid=1443 vsize=13524 CPUtime=0
/proc/1445/stat : 1445 (java) S 1443 1445 1420 0 -1 4202496 1081 0 0 0 0 0 0 0 18 0 2 0 32257038 13848576 563 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/1445/statm: 3368 563 252 10 0 1202 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13524

[startup+0.100748 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 1445
/proc/meminfo: memFree=1829716/2059040 swapFree=4140072/4192956
[pid=1445] ppid=1443 vsize=1524180 CPUtime=0.08
/proc/1445/stat : 1445 (java) S 1443 1445 1420 0 -1 4202496 3955 0 1 0 6 2 0 0 18 0 12 0 32257038 1560760320 3394 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1445/statm: 381045 3394 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301234 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 1445
/proc/meminfo: memFree=1829716/2059040 swapFree=4140072/4192956
[pid=1445] ppid=1443 vsize=1526628 CPUtime=0.36
/proc/1445/stat : 1445 (java) S 1443 1445 1420 0 -1 4202496 5559 0 1 0 33 3 0 0 18 0 12 0 32257038 1563267072 4996 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1445/statm: 381657 4996 1366 10 0 378960 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526628

[startup+0.700732 s]
/proc/loadavg: 0.92 0.98 0.99 3/107 1445
/proc/meminfo: memFree=1829716/2059040 swapFree=4140072/4192956
[pid=1445] ppid=1443 vsize=1540124 CPUtime=1.14
/proc/1445/stat : 1445 (java) S 1443 1445 1420 0 -1 4202496 10265 0 1 0 109 5 0 0 18 0 12 0 32257038 1577086976 8660 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1445/statm: 385031 8660 1404 10 0 382334 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1540124

[startup+1.50171 s]
/proc/loadavg: 1.17 1.03 1.01 4/119 1457
/proc/meminfo: memFree=1795336/2059040 swapFree=4140072/4192956
[pid=1445] ppid=1443 vsize=1542624 CPUtime=2.47
/proc/1445/stat : 1445 (java) S 1443 1445 1420 0 -1 4202496 23447 0 1 0 238 9 0 0 18 0 12 0 32257038 1579646976 18978 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1445/statm: 385656 18980 1406 10 0 382959 0
[pid=1445/tid=1447] ppid=1443 vsize=1542624 CPUtime=0.9
/proc/1445/task/1447/stat : 1447 (java) R 1443 1445 1420 0 -1 4202560 13877 0 1 0 85 5 0 0 18 0 12 0 32257039 1579646976 18982 1992294400 134512640 134550932 4288627216 18446744073709551615 4108969033 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1445/tid=1448] ppid=1443 vsize=1542624 CPUtime=0
/proc/1445/task/1448/stat : 1448 (java) S 1443 1445 1420 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 32257041 1579646976 18983 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1449] ppid=1443 vsize=1542624 CPUtime=0
/proc/1445/task/1449/stat : 1449 (java) S 1443 1445 1420 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 32257041 1579646976 18984 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1450] ppid=1443 vsize=1542624 CPUtime=0
/proc/1445/task/1450/stat : 1450 (java) S 1443 1445 1420 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 32257042 1579646976 18986 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 0 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1451] ppid=1443 vsize=1542624 CPUtime=0
/proc/1445/task/1451/stat : 1451 (java) S 1443 1445 1420 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 32257043 1579646976 18987 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1452] ppid=1443 vsize=1542624 CPUtime=0
/proc/1445/task/1452/stat : 1452 (java) S 1443 1445 1420 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 32257043 1579646976 18989 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1453] ppid=1443 vsize=1542624 CPUtime=0
/proc/1445/task/1453/stat : 1453 (java) S 1443 1445 1420 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 32257047 1579646976 18990 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1454] ppid=1443 vsize=1542624 CPUtime=0.89
/proc/1445/task/1454/stat : 1454 (java) S 1443 1445 1420 0 -1 4202560 5476 0 0 0 87 2 0 0 17 0 12 0 32257047 1579646976 18992 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1455] ppid=1443 vsize=1542624 CPUtime=0.66
/proc/1445/task/1455/stat : 1455 (java) S 1443 1445 1420 0 -1 4202560 3034 0 0 0 65 1 0 0 15 0 12 0 32257047 1579646976 18993 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1456] ppid=1443 vsize=1542624 CPUtime=0
/proc/1445/task/1456/stat : 1456 (java) S 1443 1445 1420 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32257047 1579646976 18995 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1457] ppid=1443 vsize=1542624 CPUtime=0
/proc/1445/task/1457/stat : 1457 (java) S 1443 1445 1420 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 32257047 1579646976 18996 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 1542624

[startup+3.10167 s]
/proc/loadavg: 1.17 1.03 1.01 4/119 1457
/proc/meminfo: memFree=1685844/2059040 swapFree=4140072/4192956
[pid=1445] ppid=1443 vsize=1551828 CPUtime=5.3
/proc/1445/stat : 1445 (java) S 1443 1445 1420 0 -1 4202496 52278 0 1 0 508 22 0 0 18 0 12 0 32257038 1589071872 44340 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1445/statm: 387957 44340 1419 10 0 385260 0
[pid=1445/tid=1447] ppid=1443 vsize=1551828 CPUtime=2.31
/proc/1445/task/1447/stat : 1447 (java) R 1443 1445 1420 0 -1 4202560 32021 0 1 0 217 14 0 0 17 0 12 0 32257039 1589071872 44340 1992294400 134512640 134550932 4288627216 18446744073709551615 4108956358 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1445/tid=1448] ppid=1443 vsize=1551828 CPUtime=0.15
/proc/1445/task/1448/stat : 1448 (java) S 1443 1445 1420 0 -1 4202560 4321 0 0 0 14 1 0 0 18 0 12 0 32257041 1589071872 44340 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1449] ppid=1443 vsize=1551828 CPUtime=0.01
/proc/1445/task/1449/stat : 1449 (java) R 1443 1445 1420 0 -1 4202560 612 0 0 0 1 0 0 0 18 0 12 0 32257041 1589071872 44340 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1445/tid=1450] ppid=1443 vsize=1551828 CPUtime=0
/proc/1445/task/1450/stat : 1450 (java) S 1443 1445 1420 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 12 0 32257042 1589071872 44340 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 0 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1451] ppid=1443 vsize=1551828 CPUtime=0
/proc/1445/task/1451/stat : 1451 (java) R 1443 1445 1420 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 32257043 1589071872 44340 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1445/tid=1452] ppid=1443 vsize=1551828 CPUtime=0
/proc/1445/task/1452/stat : 1452 (java) S 1443 1445 1420 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 32257043 1589071872 44340 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1453] ppid=1443 vsize=1551828 CPUtime=0
/proc/1445/task/1453/stat : 1453 (java) S 1443 1445 1420 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 32257047 1589071872 44340 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1454] ppid=1443 vsize=1551828 CPUtime=1.29
/proc/1445/task/1454/stat : 1454 (java) R 1443 1445 1420 0 -1 4202560 5565 0 0 0 127 2 0 0 16 0 12 0 32257047 1589071872 44340 1992294400 134512640 134550932 4288627216 18446744073709551615 105495911 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1445/tid=1455] ppid=1443 vsize=1551828 CPUtime=1.5
/proc/1445/task/1455/stat : 1455 (java) R 1443 1445 1420 0 -1 4202560 8691 0 0 0 147 3 0 0 16 0 12 0 32257047 1589071872 44340 1992294400 134512640 134550932 4288627216 18446744073709551615 104163978 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1445/tid=1456] ppid=1443 vsize=1551828 CPUtime=0
/proc/1445/task/1456/stat : 1456 (java) S 1443 1445 1420 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32257047 1589071872 44340 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1457] ppid=1443 vsize=1551828 CPUtime=0
/proc/1445/task/1457/stat : 1457 (java) S 1443 1445 1420 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 32257047 1589071872 44340 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.3
Current children cumulated vsize (KiB) 1551828

[startup+6.30158 s]
/proc/loadavg: 1.17 1.03 1.01 2/119 1457
/proc/meminfo: memFree=1577716/2059040 swapFree=4140072/4192956
[pid=1445] ppid=1443 vsize=1547568 CPUtime=10.04
/proc/1445/stat : 1445 (java) S 1443 1445 1420 0 -1 4202496 80101 0 1 0 967 37 0 0 18 0 16 0 32257038 1584709632 67329 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1445/statm: 386892 67329 1430 10 0 384195 0
[pid=1445/tid=1447] ppid=1443 vsize=1547568 CPUtime=4.05
/proc/1445/task/1447/stat : 1447 (java) S 1443 1445 1420 0 -1 4202560 32051 0 1 0 391 14 0 0 17 0 16 0 32257039 1584709632 67329 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1448] ppid=1443 vsize=1547568 CPUtime=0.89
/proc/1445/task/1448/stat : 1448 (java) S 1443 1445 1420 0 -1 4202560 17639 0 0 0 81 8 0 0 16 0 16 0 32257041 1584709632 67329 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1449] ppid=1443 vsize=1547568 CPUtime=0.82
/proc/1445/task/1449/stat : 1449 (java) S 1443 1445 1420 0 -1 4202560 14511 0 0 0 76 6 0 0 16 0 16 0 32257041 1584709632 67329 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1450] ppid=1443 vsize=1547568 CPUtime=0
/proc/1445/task/1450/stat : 1450 (java) S 1443 1445 1420 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 16 0 32257042 1584709632 67329 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 0 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1451] ppid=1443 vsize=1547568 CPUtime=0
/proc/1445/task/1451/stat : 1451 (java) S 1443 1445 1420 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 32257043 1584709632 67329 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1452] ppid=1443 vsize=1547568 CPUtime=0
/proc/1445/task/1452/stat : 1452 (java) S 1443 1445 1420 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 32257043 1584709632 67329 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1453] ppid=1443 vsize=1547568 CPUtime=0
/proc/1445/task/1453/stat : 1453 (java) S 1443 1445 1420 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 32257047 1584709632 67329 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1454] ppid=1443 vsize=1547568 CPUtime=1.54
/proc/1445/task/1454/stat : 1454 (java) S 1443 1445 1420 0 -1 4202560 5573 0 0 0 152 2 0 0 15 0 16 0 32257047 1584709632 67329 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1455] ppid=1443 vsize=1547568 CPUtime=1.85
/proc/1445/task/1455/stat : 1455 (java) R 1443 1445 1420 0 -1 4202560 9205 0 0 0 182 3 0 0 15 0 16 0 32257047 1584709632 67329 1992294400 134512640 134550932 4288627216 18446744073709551615 104139967 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1445/tid=1456] ppid=1443 vsize=1547568 CPUtime=0
/proc/1445/task/1456/stat : 1456 (java) S 1443 1445 1420 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32257047 1584709632 67329 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1457] ppid=1443 vsize=1547568 CPUtime=0
/proc/1445/task/1457/stat : 1457 (java) S 1443 1445 1420 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 32257047 1584709632 67329 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.04
Current children cumulated vsize (KiB) 1547568

[startup+12.7024 s]
/proc/loadavg: 1.37 1.08 1.03 3/123 1461
/proc/meminfo: memFree=1544824/2059040 swapFree=4140072/4192956
[pid=1445] ppid=1443 vsize=1544656 CPUtime=22.7
/proc/1445/stat : 1445 (java) S 1443 1445 1420 0 -1 4202496 86750 0 1 0 2228 42 0 0 18 0 16 0 32257038 1581727744 72133 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1445/statm: 386164 72133 1434 10 0 383467 0
[pid=1445/tid=1447] ppid=1443 vsize=1544656 CPUtime=4.05
/proc/1445/task/1447/stat : 1447 (java) S 1443 1445 1420 0 -1 4202560 32051 0 1 0 391 14 0 0 15 0 16 0 32257039 1581727744 72133 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1448] ppid=1443 vsize=1544656 CPUtime=1.64
/proc/1445/task/1448/stat : 1448 (java) S 1443 1445 1420 0 -1 4202560 21192 0 0 0 153 11 0 0 15 0 16 0 32257041 1581727744 72133 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1449] ppid=1443 vsize=1544656 CPUtime=1.57
/proc/1445/task/1449/stat : 1449 (java) S 1443 1445 1420 0 -1 4202560 17538 0 0 0 149 8 0 0 16 0 16 0 32257041 1581727744 72133 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1450] ppid=1443 vsize=1544656 CPUtime=0
/proc/1445/task/1450/stat : 1450 (java) S 1443 1445 1420 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 16 0 32257042 1581727744 72133 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 0 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1451] ppid=1443 vsize=1544656 CPUtime=0
/proc/1445/task/1451/stat : 1451 (java) S 1443 1445 1420 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 32257043 1581727744 72133 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1452] ppid=1443 vsize=1544656 CPUtime=0
/proc/1445/task/1452/stat : 1452 (java) S 1443 1445 1420 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 32257043 1581727744 72133 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1453] ppid=1443 vsize=1544656 CPUtime=0
/proc/1445/task/1453/stat : 1453 (java) S 1443 1445 1420 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 32257047 1581727744 72133 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1454] ppid=1443 vsize=1544656 CPUtime=1.63
/proc/1445/task/1454/stat : 1454 (java) S 1443 1445 1420 0 -1 4202560 5577 0 0 0 161 2 0 0 15 0 16 0 32257047 1581727744 72133 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1455] ppid=1443 vsize=1544656 CPUtime=2.55
/proc/1445/task/1455/stat : 1455 (java) S 1443 1445 1420 0 -1 4202560 9251 0 0 0 252 3 0 0 15 0 16 0 32257047 1581727744 72133 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1456] ppid=1443 vsize=1544656 CPUtime=0
/proc/1445/task/1456/stat : 1456 (java) S 1443 1445 1420 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32257047 1581727744 72133 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1457] ppid=1443 vsize=1544656 CPUtime=0
/proc/1445/task/1457/stat : 1457 (java) S 1443 1445 1420 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 32257047 1581727744 72133 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1458] ppid=1443 vsize=1544656 CPUtime=5.54
/proc/1445/task/1458/stat : 1458 (java) R 1443 1445 1420 0 -1 4202560 27 0 0 0 554 0 0 0 16 0 16 0 32257593 1581727744 72133 1992294400 134512640 134550932 4288627216 18446744073709551615 4109179150 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1445/tid=1459] ppid=1443 vsize=1544656 CPUtime=5.64
/proc/1445/task/1459/stat : 1459 (java) R 1443 1445 1420 0 -1 4202560 32 0 0 0 564 0 0 0 25 0 16 0 32257593 1581727744 72133 1992294400 134512640 134550932 4288627216 18446744073709551615 4109494780 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1445/tid=1460] ppid=1443 vsize=1544656 CPUtime=0
/proc/1445/task/1460/stat : 1460 (java) S 1443 1445 1420 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 32257599 1581727744 72133 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1461] ppid=1443 vsize=1544656 CPUtime=0
/proc/1445/task/1461/stat : 1461 (java) S 1443 1445 1420 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 32257600 1581727744 72133 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.7
Current children cumulated vsize (KiB) 1544656

[startup+25.5011 s]
/proc/loadavg: 1.46 1.11 1.04 3/123 1461
/proc/meminfo: memFree=1546188/2059040 swapFree=4140072/4192956
[pid=1445] ppid=1443 vsize=1542572 CPUtime=48.05
/proc/1445/stat : 1445 (java) S 1443 1445 1420 0 -1 4202496 87074 0 1 0 4761 44 0 0 18 0 16 0 32257038 1579593728 71916 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1445/statm: 385643 71916 1439 10 0 382946 0
[pid=1445/tid=1447] ppid=1443 vsize=1542572 CPUtime=4.05
/proc/1445/task/1447/stat : 1447 (java) S 1443 1445 1420 0 -1 4202560 32052 0 1 0 391 14 0 0 15 0 16 0 32257039 1579593728 71916 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1448] ppid=1443 vsize=1542572 CPUtime=2.49
/proc/1445/task/1448/stat : 1448 (java) S 1443 1445 1420 0 -1 4202560 21317 0 0 0 238 11 0 0 15 0 16 0 32257041 1579593728 71916 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1449] ppid=1443 vsize=1542572 CPUtime=2.43
/proc/1445/task/1449/stat : 1449 (java) S 1443 1445 1420 0 -1 4202560 17688 0 0 0 234 9 0 0 16 0 16 0 32257041 1579593728 71916 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1450] ppid=1443 vsize=1542572 CPUtime=0.02

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

Current children cumulated vsize (KiB) 1542572

[startup+822.302 s]
/proc/loadavg: 2.07 2.03 1.63 3/123 1483
/proc/meminfo: memFree=1487164/2059040 swapFree=4140072/4192956
[pid=1445] ppid=1443 vsize=1542572 CPUtime=1623.69
/proc/1445/stat : 1445 (java) S 1443 1445 1420 0 -1 4202496 115029 0 1 0 162228 141 0 0 18 0 16 0 32257038 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1445/statm: 385643 86251 1450 10 0 382946 0
[pid=1445/tid=1447] ppid=1443 vsize=1542572 CPUtime=4.06
/proc/1445/task/1447/stat : 1447 (java) S 1443 1445 1420 0 -1 4202560 32077 0 1 0 391 15 0 0 15 0 16 0 32257039 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1448] ppid=1443 vsize=1542572 CPUtime=38.52
/proc/1445/task/1448/stat : 1448 (java) S 1443 1445 1420 0 -1 4202560 28329 0 0 0 3810 42 0 0 16 0 16 0 32257041 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1449] ppid=1443 vsize=1542572 CPUtime=38.48
/proc/1445/task/1449/stat : 1449 (java) S 1443 1445 1420 0 -1 4202560 25031 0 0 0 3814 34 0 0 16 0 16 0 32257041 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1450] ppid=1443 vsize=1542572 CPUtime=4.06
/proc/1445/task/1450/stat : 1450 (java) S 1443 1445 1420 0 -1 4202560 10867 0 0 0 385 21 0 0 15 0 16 0 32257042 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 0 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1451] ppid=1443 vsize=1542572 CPUtime=0
/proc/1445/task/1451/stat : 1451 (java) S 1443 1445 1420 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 32257043 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1452] ppid=1443 vsize=1542572 CPUtime=0
/proc/1445/task/1452/stat : 1452 (java) S 1443 1445 1420 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 32257043 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1453] ppid=1443 vsize=1542572 CPUtime=0
/proc/1445/task/1453/stat : 1453 (java) S 1443 1445 1420 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 32257047 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1454] ppid=1443 vsize=1542572 CPUtime=3.02
/proc/1445/task/1454/stat : 1454 (java) S 1443 1445 1420 0 -1 4202560 7517 0 0 0 299 3 0 0 16 0 16 0 32257047 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1455] ppid=1443 vsize=1542572 CPUtime=3.46
/proc/1445/task/1455/stat : 1455 (java) S 1443 1445 1420 0 -1 4202560 9297 0 0 0 342 4 0 0 15 0 16 0 32257047 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1456] ppid=1443 vsize=1542572 CPUtime=0
/proc/1445/task/1456/stat : 1456 (java) S 1443 1445 1420 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32257047 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1457] ppid=1443 vsize=1542572 CPUtime=0
/proc/1445/task/1457/stat : 1457 (java) S 1443 1445 1420 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 32257047 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1458] ppid=1443 vsize=1542572 CPUtime=769.9
/proc/1445/task/1458/stat : 1458 (java) R 1443 1445 1420 0 -1 4202560 408 0 0 0 76980 10 0 0 25 0 16 0 32257593 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4109016765 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1445/tid=1459] ppid=1443 vsize=1542572 CPUtime=762.09
/proc/1445/task/1459/stat : 1459 (java) R 1443 1445 1420 0 -1 4202560 376 0 0 0 76202 7 0 0 25 0 16 0 32257593 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4109515466 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1445/tid=1460] ppid=1443 vsize=1542572 CPUtime=0
/proc/1445/task/1460/stat : 1460 (java) S 1443 1445 1420 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 32257599 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1461] ppid=1443 vsize=1542572 CPUtime=0
/proc/1445/task/1461/stat : 1461 (java) S 1443 1445 1420 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 32257600 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1623.69
Current children cumulated vsize (KiB) 1542572

[startup+882.302 s]
/proc/loadavg: 2.13 2.05 1.66 3/123 1485
/proc/meminfo: memFree=1486916/2059040 swapFree=4140072/4192956
[pid=1445] ppid=1443 vsize=1542572 CPUtime=1741.82
/proc/1445/stat : 1445 (java) S 1443 1445 1420 0 -1 4202496 117017 0 1 0 174035 147 0 0 18 0 16 0 32257038 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1445/statm: 385643 86251 1450 10 0 382946 0
[pid=1445/tid=1447] ppid=1443 vsize=1542572 CPUtime=4.06
/proc/1445/task/1447/stat : 1447 (java) S 1443 1445 1420 0 -1 4202560 32080 0 1 0 391 15 0 0 15 0 16 0 32257039 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1448] ppid=1443 vsize=1542572 CPUtime=41.65
/proc/1445/task/1448/stat : 1448 (java) S 1443 1445 1420 0 -1 4202560 28329 0 0 0 4122 43 0 0 15 0 16 0 32257041 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1449] ppid=1443 vsize=1542572 CPUtime=41.63
/proc/1445/task/1449/stat : 1449 (java) S 1443 1445 1420 0 -1 4202560 25031 0 0 0 4125 38 0 0 16 0 16 0 32257041 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1450] ppid=1443 vsize=1542572 CPUtime=4.85
/proc/1445/task/1450/stat : 1450 (java) S 1443 1445 1420 0 -1 4202560 12795 0 0 0 463 22 0 0 15 0 16 0 32257042 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 0 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1451] ppid=1443 vsize=1542572 CPUtime=0
/proc/1445/task/1451/stat : 1451 (java) S 1443 1445 1420 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 32257043 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1452] ppid=1443 vsize=1542572 CPUtime=0
/proc/1445/task/1452/stat : 1452 (java) S 1443 1445 1420 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 32257043 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1453] ppid=1443 vsize=1542572 CPUtime=0
/proc/1445/task/1453/stat : 1453 (java) S 1443 1445 1420 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 32257047 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1454] ppid=1443 vsize=1542572 CPUtime=3.02
/proc/1445/task/1454/stat : 1454 (java) S 1443 1445 1420 0 -1 4202560 7517 0 0 0 299 3 0 0 16 0 16 0 32257047 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1455] ppid=1443 vsize=1542572 CPUtime=3.46
/proc/1445/task/1455/stat : 1455 (java) S 1443 1445 1420 0 -1 4202560 9297 0 0 0 342 4 0 0 15 0 16 0 32257047 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1456] ppid=1443 vsize=1542572 CPUtime=0
/proc/1445/task/1456/stat : 1456 (java) S 1443 1445 1420 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32257047 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1457] ppid=1443 vsize=1542572 CPUtime=0
/proc/1445/task/1457/stat : 1457 (java) S 1443 1445 1420 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 16 0 32257047 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1458] ppid=1443 vsize=1542572 CPUtime=825.81
/proc/1445/task/1458/stat : 1458 (java) R 1443 1445 1420 0 -1 4202560 434 0 0 0 82570 11 0 0 25 0 16 0 32257593 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4109057543 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1445/tid=1459] ppid=1443 vsize=1542572 CPUtime=817.26
/proc/1445/task/1459/stat : 1459 (java) R 1443 1445 1420 0 -1 4202560 403 0 0 0 81719 7 0 0 25 0 16 0 32257593 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4109178668 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1445/tid=1460] ppid=1443 vsize=1542572 CPUtime=0
/proc/1445/task/1460/stat : 1460 (java) S 1443 1445 1420 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 32257599 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1461] ppid=1443 vsize=1542572 CPUtime=0
/proc/1445/task/1461/stat : 1461 (java) S 1443 1445 1420 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 32257600 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1741.82
Current children cumulated vsize (KiB) 1542572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+911.712 s]
/proc/loadavg: 2.13 2.06 1.67 3/123 1485
/proc/meminfo: memFree=1486916/2059040 swapFree=4140072/4192956
[pid=1445] ppid=1443 vsize=1542572 CPUtime=1800.12
/proc/1445/stat : 1445 (java) S 1443 1445 1420 0 -1 4202496 117046 0 1 0 179860 152 0 0 18 0 16 0 32257038 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1445/statm: 385643 86251 1450 10 0 382946 0
[pid=1445/tid=1447] ppid=1443 vsize=1542572 CPUtime=4.06
/proc/1445/task/1447/stat : 1447 (java) S 1443 1445 1420 0 -1 4202560 32081 0 1 0 391 15 0 0 15 0 16 0 32257039 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1448] ppid=1443 vsize=1542572 CPUtime=43.3
/proc/1445/task/1448/stat : 1448 (java) R 1443 1445 1420 0 -1 4202560 28329 0 0 0 4287 43 0 0 16 0 16 0 32257041 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 105886426 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1445/tid=1449] ppid=1443 vsize=1542572 CPUtime=43.32
/proc/1445/task/1449/stat : 1449 (java) R 1443 1445 1420 0 -1 4202560 25031 0 0 0 4291 41 0 0 16 0 16 0 32257041 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1445/tid=1450] ppid=1443 vsize=1542572 CPUtime=4.86
/proc/1445/task/1450/stat : 1450 (java) S 1443 1445 1420 0 -1 4202560 12795 0 0 0 464 22 0 0 15 0 16 0 32257042 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 0 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1451] ppid=1443 vsize=1542572 CPUtime=0
/proc/1445/task/1451/stat : 1451 (java) S 1443 1445 1420 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 32257043 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1452] ppid=1443 vsize=1542572 CPUtime=0
/proc/1445/task/1452/stat : 1452 (java) S 1443 1445 1420 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 32257043 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1453] ppid=1443 vsize=1542572 CPUtime=0
/proc/1445/task/1453/stat : 1453 (java) S 1443 1445 1420 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 32257047 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1454] ppid=1443 vsize=1542572 CPUtime=3.02
/proc/1445/task/1454/stat : 1454 (java) S 1443 1445 1420 0 -1 4202560 7517 0 0 0 299 3 0 0 16 0 16 0 32257047 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1455] ppid=1443 vsize=1542572 CPUtime=3.46
/proc/1445/task/1455/stat : 1455 (java) S 1443 1445 1420 0 -1 4202560 9297 0 0 0 342 4 0 0 15 0 16 0 32257047 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1456] ppid=1443 vsize=1542572 CPUtime=0
/proc/1445/task/1456/stat : 1456 (java) S 1443 1445 1420 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32257047 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1457] ppid=1443 vsize=1542572 CPUtime=0
/proc/1445/task/1457/stat : 1457 (java) S 1443 1445 1420 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 16 0 32257047 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1458] ppid=1443 vsize=1542572 CPUtime=853.52
/proc/1445/task/1458/stat : 1458 (java) S 1443 1445 1420 0 -1 4202560 451 0 0 0 85340 12 0 0 25 0 16 0 32257593 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1459] ppid=1443 vsize=1542572 CPUtime=844.48
/proc/1445/task/1459/stat : 1459 (java) S 1443 1445 1420 0 -1 4202560 414 0 0 0 84441 7 0 0 25 0 16 0 32257593 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1460] ppid=1443 vsize=1542572 CPUtime=0
/proc/1445/task/1460/stat : 1460 (java) S 1443 1445 1420 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 16 0 32257599 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1461] ppid=1443 vsize=1542572 CPUtime=0
/proc/1445/task/1461/stat : 1461 (java) S 1443 1445 1420 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 32257600 1579593728 86251 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 1542572

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

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

[startup+911.816 s]
/proc/loadavg: 2.13 2.06 1.67 4/126 1488
/proc/meminfo: memFree=1486892/2059040 swapFree=4140072/4192956
[pid=1445] ppid=1443 vsize=1543220 CPUtime=1800.3
/proc/1445/stat : 1445 (java) S 1443 1445 1420 0 -1 4202496 117063 0 1 0 179878 152 0 0 18 0 18 0 32257038 1580257280 86268 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1445/statm: 385805 86268 1450 10 0 383108 0
[pid=1445/tid=1447] ppid=1443 vsize=1543220 CPUtime=4.06
/proc/1445/task/1447/stat : 1447 (java) S 1443 1445 1420 0 -1 4202560 32081 0 1 0 391 15 0 0 15 0 18 0 32257039 1580257280 86268 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1448] ppid=1443 vsize=1543220 CPUtime=43.31
/proc/1445/task/1448/stat : 1448 (java) S 1443 1445 1420 0 -1 4202560 28329 0 0 0 4288 43 0 0 16 0 18 0 32257041 1580257280 86268 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1449] ppid=1443 vsize=1543220 CPUtime=43.32
/proc/1445/task/1449/stat : 1449 (java) S 1443 1445 1420 0 -1 4202560 25031 0 0 0 4291 41 0 0 16 0 18 0 32257041 1580257280 86268 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1450] ppid=1443 vsize=1543220 CPUtime=4.86
/proc/1445/task/1450/stat : 1450 (java) S 1443 1445 1420 0 -1 4202560 12795 0 0 0 464 22 0 0 15 0 18 0 32257042 1580257280 86268 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 0 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1451] ppid=1443 vsize=1543220 CPUtime=0
/proc/1445/task/1451/stat : 1451 (java) S 1443 1445 1420 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 32257043 1580257280 86268 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1452] ppid=1443 vsize=1543220 CPUtime=0
/proc/1445/task/1452/stat : 1452 (java) S 1443 1445 1420 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 32257043 1580257280 86268 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1453] ppid=1443 vsize=1543220 CPUtime=0
/proc/1445/task/1453/stat : 1453 (java) S 1443 1445 1420 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 32257047 1580257280 86268 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1454] ppid=1443 vsize=1543220 CPUtime=3.02
/proc/1445/task/1454/stat : 1454 (java) S 1443 1445 1420 0 -1 4202560 7517 0 0 0 299 3 0 0 16 0 18 0 32257047 1580257280 86268 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1455] ppid=1443 vsize=1543220 CPUtime=3.46
/proc/1445/task/1455/stat : 1455 (java) S 1443 1445 1420 0 -1 4202560 9297 0 0 0 342 4 0 0 15 0 18 0 32257047 1580257280 86268 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 1 0 0 0
[pid=1445/tid=1456] ppid=1443 vsize=1543220 CPUtime=0
/proc/1445/task/1456/stat : 1456 (java) S 1443 1445 1420 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 32257047 1580257280 86268 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1457] ppid=1443 vsize=1543220 CPUtime=0
/proc/1445/task/1457/stat : 1457 (java) S 1443 1445 1420 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 18 0 32257047 1580257280 86268 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1458] ppid=1443 vsize=1543220 CPUtime=853.61
/proc/1445/task/1458/stat : 1458 (java) R 1443 1445 1420 0 -1 4202560 451 0 0 0 85349 12 0 0 25 0 18 0 32257593 1580257280 86268 1992294400 134512640 134550932 4288627216 18446744073709551615 4109493472 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1445/tid=1459] ppid=1443 vsize=1543220 CPUtime=844.57
/proc/1445/task/1459/stat : 1459 (java) R 1443 1445 1420 0 -1 4202560 414 0 0 0 84450 7 0 0 25 0 18 0 32257593 1580257280 86268 1992294400 134512640 134550932 4288627216 18446744073709551615 4109493990 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1445/tid=1460] ppid=1443 vsize=1543220 CPUtime=0
/proc/1445/task/1460/stat : 1460 (java) S 1443 1445 1420 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 32257599 1580257280 86268 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1461] ppid=1443 vsize=1543220 CPUtime=0
/proc/1445/task/1461/stat : 1461 (java) S 1443 1445 1420 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 18 0 32257600 1580257280 86268 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1487] ppid=1443 vsize=1543220 CPUtime=0
/proc/1445/task/1487/stat : 1487 (java) S 1443 1445 1420 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 32348211 1580257280 86268 1992294400 134512640 134550932 4288627216 18446744073709551615 4294960144 0 4 0 16800975 18446604437857712896 0 0 -1 0 0 0 0
[pid=1445/tid=1488] ppid=1443 vsize=1543220 CPUtime=0
/proc/1445/task/1488/stat : 1488 (java) R 1443 1445 1420 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 32348211 1580257280 86268 1992294400 134512640 134550932 4288627216 18446744073709551615 4108654528 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 1543220

Child status: 143
Real time (s): 911.881
CPU time (s): 1800.39
CPU user time (s): 1798.83
CPU system time (s): 1.55876
CPU usage (%): 197.437
Max. virtual memory (cumulated for all children) (KiB): 1551828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.83
system time used= 1.55876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117067
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= 28984
involuntary context switches= 52859

runsolver used 4.83226 second user time and 10.6184 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-15 09:13:33
IDJOB=2662275
IDBENCH=2633
IDSOLVER=1166
FILE ID=node025/2662275-1276586013
PBS_JOBID= 11173544
Free space on /tmp= 62576 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_19.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662275-1276586013/watcher-2662275-1276586013 -o /tmp/evaluation-result-2662275-1276586013/solver-2662275-1276586013 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662275-1276586013.opb

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

MD5SUM BENCH= 5a1b3155d98b6c4d8f9ab1b869fece67
RANDOM SEED=518629071

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:       1830236 kB
Buffers:         35928 kB
Cached:         105272 kB
SwapCached:       6496 kB
Active:          93256 kB
Inactive:        60960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1830236 kB
SwapTotal:     4192956 kB
SwapFree:      4140072 kB
Dirty:            6792 kB
Writeback:           0 kB
AnonPages:       10932 kB
Mapped:          12948 kB
Slab:            52708 kB
PageTables:       4064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182052 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= 62576 MiB
End job on node025 at 2010-06-15 09:28:47