Trace number 2662210

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.46 911.863

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_18.opb
MD5SUMde4cbecd7c9968d40b279ce145b888a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark319
Best CPU time to get the best result obtained on this benchmark1798.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8883
Total number of constraints17459
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 constraints17459
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 2691
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.04/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.19	c See www.sat4j.org for details.
0.13/0.21	c version 2.2.0.v20100531
0.13/0.21	c java.runtime.name	Java(TM) SE Runtime Environment
0.13/0.21	c java.vm.name		Java HotSpot(TM) Server VM
0.13/0.21	c java.vm.version	11.2-b01
0.13/0.21	c java.vm.vendor	Sun Microsystems Inc.
0.13/0.21	c sun.arch.data.model	32
0.13/0.21	c java.version		1.6.0_12
0.13/0.21	c os.name		Linux
0.13/0.21	c os.version		2.6.18-164.el5
0.13/0.21	c os.arch		i386
0.13/0.21	c Free memory 		1393557488
0.13/0.21	c Max memory 		1395916800
0.13/0.21	c Total memory 		1395916800
0.13/0.21	c Number of processors 	2
0.13/0.28	c Pseudo Boolean Optimization
0.13/0.28	c ManyCore solver with 2 solvers running in parallel
0.13/0.28	c --- Begin Solver configuration ---
0.13/0.28	c Stops conflict analysis at the first Unique Implication Point
0.13/0.28	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.13/0.28	c Learn all clauses as in MiniSAT
0.13/0.28	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.28	c Expensive reason simplification
0.13/0.28	c Armin Biere (Picosat) restarts strategy
0.13/0.28	c Glucose learned constraints deletion strategy
0.13/0.28	c timeout=2147483s
0.13/0.28	c DB Simplification allowed=false
0.13/0.28	c --- End Solver configuration ---
0.13/0.28	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.28	c --- Begin Solver configuration ---
0.13/0.28	c Stops conflict analysis at the first Unique Implication Point
0.13/0.28	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.13/0.28	c Learn all clauses as in MiniSAT
0.13/0.28	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.28	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.28	c No reason simplification
0.13/0.28	c Armin Biere (Picosat) restarts strategy
0.13/0.28	c Glucose learned constraints deletion strategy
0.13/0.28	c timeout=2147483s
0.13/0.28	c DB Simplification allowed=false
0.13/0.28	c --- End Solver configuration ---
0.13/0.28	
0.13/0.28	c solving HOME/instance-2662210-1276584405.opb
0.13/0.28	c reading problem ... 
8.39/5.52	c ... done. Wall clock time 5.246s.
8.39/5.52	c #vars     8883
8.39/5.52	c #constraints  17459
8.39/5.52	c constraints type 
8.39/5.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17459
8.39/5.52	c constraints type 
8.39/5.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17459
347.23/176.51	c cleaning 2487 clauses out of 5000 with flag 5000/5000
419.04/213.02	c cleaning 0 clauses out of 5002 with flag 0/5002
706.58/358.41	c cleaning 4247 clauses out of 8514 with flag 11001/11001
1064.97/539.68	c cleaning 0 clauses out of 11000 with flag 0/11000
1135.93/575.88	c cleaning 5628 clauses out of 11266 with flag 18000/18000
1562.77/791.59	c cleaning 6814 clauses out of 13639 with flag 26001/26001
1800.20/911.72	c starts		: 55
1800.20/911.72	c conflicts		: 29756
1800.20/911.72	c decisions		: 39699
1800.20/911.72	c propagations		: 8883582
1800.20/911.72	c inspects		: 354186633
1800.20/911.72	c learnt literals	: 0
1800.20/911.72	c learnt binary clauses	: 1
1800.20/911.72	c learnt ternary clauses	: 0
1800.20/911.72	c learnt clauses	: 29756
1800.20/911.72	c ignored clauses	: 0
1800.20/911.72	c root simplifications	: 0
1800.20/911.72	c removed literals (reason simplification)	: 588472
1800.20/911.72	c reason swapping (by a shorter reason)	: 0
1800.20/911.72	c Calls to reduceDB	: 4
1800.20/911.72	c number of reductions to clauses (during analyze)	: 0
1800.20/911.72	c number of learned constraints concerned by reduction	: 0
1800.20/911.72	c number of learning phase by resolution	: 0
1800.20/911.72	c number of learning phase by cutting planes	: 0
1800.20/911.72	c speed (assignments/second)	: 9803.214757072421
1800.20/911.72	c non guided choices	38
1800.20/911.77	c learnt constraints type 
1800.20/911.77	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10579
1800.20/911.77	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.20/911.77	c constraints type 
1800.20/911.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17459
1800.20/911.77	c constraints type 
1800.20/911.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17459
1800.20/911.77	s UNKNOWN
1800.20/911.77	c Total wall clock time (in seconds): 911.491

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

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


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 3402
/proc/meminfo: memFree=1847708/2059040 swapFree=4140396/4192956
[pid=3402] ppid=3400 vsize=248 CPUtime=0
/proc/3402/stat : 3402 (java6) D 3400 3402 3377 0 -1 4194304 110 0 0 0 0 0 0 0 21 0 1 0 32096852 253952 29 1992294400 134512640 134550932 4294853424 18446744073709551615 1954388 0 0 4096 0 18446744071562154983 0 0 17 1 0 0 0
/proc/3402/statm: 62 29 21 10 0 23 0

[startup+0.0576631 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 3402
/proc/meminfo: memFree=1847708/2059040 swapFree=4140396/4192956
[pid=3402] ppid=3400 vsize=13508 CPUtime=0
/proc/3402/stat : 3402 (java) S 3400 3402 3377 0 -1 4202496 1115 0 0 0 0 0 0 0 15 0 2 0 32096852 13832192 584 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 1
/proc/3402/statm: 3400 604 285 10 0 1206 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13508

[startup+0.102666 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 3402
/proc/meminfo: memFree=1847708/2059040 swapFree=4140396/4192956
[pid=3402] ppid=3400 vsize=1521664 CPUtime=0.04
/proc/3402/stat : 3402 (java) S 3400 3402 3377 0 -1 4202496 3626 0 1 0 3 1 0 0 15 0 7 0 32096852 1558183936 3066 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 1
/proc/3402/statm: 380416 3066 1024 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.3007 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 3402
/proc/meminfo: memFree=1847708/2059040 swapFree=4140396/4192956
[pid=3402] ppid=3400 vsize=1526220 CPUtime=0.29
/proc/3402/stat : 3402 (java) S 3400 3402 3377 0 -1 4202496 5354 0 1 0 26 3 0 0 15 0 12 0 32096852 1562849280 4790 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/3402/statm: 381555 4790 1350 10 0 378858 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1526220

[startup+0.700779 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 3402
/proc/meminfo: memFree=1847708/2059040 swapFree=4140396/4192956
[pid=3402] ppid=3400 vsize=1536576 CPUtime=1.03
/proc/3402/stat : 3402 (java) S 3400 3402 3377 0 -1 4202496 9160 0 1 0 98 5 0 0 15 0 12 0 32096852 1573453824 8227 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/3402/statm: 384144 8227 1404 10 0 381447 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1536576

[startup+1.50193 s]
/proc/loadavg: 0.85 0.97 0.99 4/118 3414
/proc/meminfo: memFree=1811844/2059040 swapFree=4140396/4192956
[pid=3402] ppid=3400 vsize=1539480 CPUtime=2.62
/proc/3402/stat : 3402 (java) S 3400 3402 3377 0 -1 4202496 15858 0 1 0 255 7 0 0 15 0 12 0 32096852 1576427520 12700 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/3402/statm: 384870 12700 1406 10 0 382173 0
[pid=3402/tid=3404] ppid=3400 vsize=1539480 CPUtime=1.31
/proc/3402/task/3404/stat : 3404 (java) R 3400 3402 3377 0 -1 4202560 8257 0 1 0 127 4 0 0 18 0 12 0 32096855 1576427520 12700 1992294400 134512640 134550932 4289139632 18446744073709551615 4109664920 0 4 0 16800975 0 0 0 -1 0 0 0 2
[pid=3402/tid=3405] ppid=3400 vsize=1539480 CPUtime=0
/proc/3402/task/3405/stat : 3405 (java) S 3400 3402 3377 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 32096859 1576427520 12700 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3406] ppid=3400 vsize=1539480 CPUtime=0
/proc/3402/task/3406/stat : 3406 (java) S 3400 3402 3377 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 32096859 1576427520 12700 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3407] ppid=3400 vsize=1539480 CPUtime=0
/proc/3402/task/3407/stat : 3407 (java) S 3400 3402 3377 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 32096861 1576427520 12700 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 0 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3408] ppid=3400 vsize=1539480 CPUtime=0
/proc/3402/task/3408/stat : 3408 (java) S 3400 3402 3377 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 32096861 1576427520 12700 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3409] ppid=3400 vsize=1539480 CPUtime=0
/proc/3402/task/3409/stat : 3409 (java) S 3400 3402 3377 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 32096861 1576427520 12700 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3410] ppid=3400 vsize=1539480 CPUtime=0
/proc/3402/task/3410/stat : 3410 (java) S 3400 3402 3377 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 32096867 1576427520 12700 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3411] ppid=3400 vsize=1539480 CPUtime=0.12
/proc/3402/task/3411/stat : 3411 (java) R 3400 3402 3377 0 -1 4202560 758 0 0 0 12 0 0 0 21 0 12 0 32096867 1576427520 12700 1992294400 134512640 134550932 4289139632 18446744073709551615 106797904 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3402/tid=3412] ppid=3400 vsize=1539480 CPUtime=1.16
/proc/3402/task/3412/stat : 3412 (java) R 3400 3402 3377 0 -1 4202560 5779 0 0 0 115 1 0 0 17 0 12 0 32096867 1576427520 12700 1992294400 134512640 134550932 4289139632 18446744073709551615 103142914 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3402/tid=3413] ppid=3400 vsize=1539480 CPUtime=0
/proc/3402/task/3413/stat : 3413 (java) S 3400 3402 3377 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 12 0 32096867 1576427520 12700 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3414] ppid=3400 vsize=1539480 CPUtime=0
/proc/3402/task/3414/stat : 3414 (java) S 3400 3402 3377 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 32096867 1576427520 12700 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 1539480

[startup+3.10222 s]
/proc/loadavg: 0.85 0.97 0.99 2/118 3414
/proc/meminfo: memFree=1738808/2059040 swapFree=4140396/4192956
[pid=3402] ppid=3400 vsize=1549960 CPUtime=5.36
/proc/3402/stat : 3402 (java) S 3400 3402 3377 0 -1 4202496 50450 0 1 0 514 22 0 0 15 0 12 0 32096852 1587159040 44062 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/3402/statm: 387490 44062 1418 10 0 384793 0
[pid=3402/tid=3404] ppid=3400 vsize=1549960 CPUtime=2.27
/proc/3402/task/3404/stat : 3404 (java) R 3400 3402 3377 0 -1 4202560 32020 0 1 0 212 15 0 0 18 0 12 0 32096855 1587159040 44062 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 2
[pid=3402/tid=3405] ppid=3400 vsize=1549960 CPUtime=0.18
/proc/3402/task/3405/stat : 3405 (java) S 3400 3402 3377 0 -1 4202560 4924 0 0 0 16 2 0 0 16 0 12 0 32096859 1587159040 44062 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3406] ppid=3400 vsize=1549960 CPUtime=0
/proc/3402/task/3406/stat : 3406 (java) S 3400 3402 3377 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 32096859 1587159040 44062 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3407] ppid=3400 vsize=1549960 CPUtime=0
/proc/3402/task/3407/stat : 3407 (java) S 3400 3402 3377 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 32096861 1587159040 44062 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 0 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3408] ppid=3400 vsize=1549960 CPUtime=0
/proc/3402/task/3408/stat : 3408 (java) S 3400 3402 3377 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 32096861 1587159040 44062 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3409] ppid=3400 vsize=1549960 CPUtime=0
/proc/3402/task/3409/stat : 3409 (java) S 3400 3402 3377 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 32096861 1587159040 44062 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3410] ppid=3400 vsize=1549960 CPUtime=0
/proc/3402/task/3410/stat : 3410 (java) S 3400 3402 3377 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 32096867 1587159040 44062 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3411] ppid=3400 vsize=1549960 CPUtime=1.13
/proc/3402/task/3411/stat : 3411 (java) R 3400 3402 3377 0 -1 4202560 5985 0 0 0 111 2 0 0 17 0 12 0 32096867 1587159040 44062 1992294400 134512640 134550932 4289139632 18446744073709551615 106131639 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3402/tid=3412] ppid=3400 vsize=1549960 CPUtime=1.75
/proc/3402/task/3412/stat : 3412 (java) R 3400 3402 3377 0 -1 4202560 6454 0 0 0 173 2 0 0 16 0 12 0 32096867 1587159040 44062 1992294400 134512640 134550932 4289139632 18446744073709551615 104163858 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3402/tid=3413] ppid=3400 vsize=1549960 CPUtime=0
/proc/3402/task/3413/stat : 3413 (java) S 3400 3402 3377 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 12 0 32096867 1587159040 44062 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3414] ppid=3400 vsize=1549960 CPUtime=0
/proc/3402/task/3414/stat : 3414 (java) S 3400 3402 3377 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 32096867 1587159040 44062 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.36
Current children cumulated vsize (KiB) 1549960

[startup+6.30289 s]
/proc/loadavg: 1.18 1.03 1.01 2/118 3414
/proc/meminfo: memFree=1618032/2059040 swapFree=4140396/4192956
[pid=3402] ppid=3400 vsize=1548540 CPUtime=9.94
/proc/3402/stat : 3402 (java) S 3400 3402 3377 0 -1 4202496 73003 0 1 0 961 33 0 0 15 0 16 0 32096852 1585704960 63284 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/3402/statm: 387135 63284 1428 10 0 384438 0
[pid=3402/tid=3404] ppid=3400 vsize=1548540 CPUtime=4.07
/proc/3402/task/3404/stat : 3404 (java) S 3400 3402 3377 0 -1 4202560 32048 0 1 0 392 15 0 0 17 0 16 0 32096855 1585704960 63284 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 1 0 0 2
[pid=3402/tid=3405] ppid=3400 vsize=1548540 CPUtime=0.89
/proc/3402/task/3405/stat : 3405 (java) S 3400 3402 3377 0 -1 4202560 17530 0 0 0 81 8 0 0 16 0 16 0 32096859 1585704960 63284 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3406] ppid=3400 vsize=1548540 CPUtime=0.7
/proc/3402/task/3406/stat : 3406 (java) S 3400 3402 3377 0 -1 4202560 9813 0 0 0 67 3 0 0 16 0 16 0 32096859 1585704960 63284 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 1 0 0 0
[pid=3402/tid=3407] ppid=3400 vsize=1548540 CPUtime=0
/proc/3402/task/3407/stat : 3407 (java) S 3400 3402 3377 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 32096861 1585704960 63284 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 0 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3408] ppid=3400 vsize=1548540 CPUtime=0
/proc/3402/task/3408/stat : 3408 (java) S 3400 3402 3377 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 32096861 1585704960 63284 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3409] ppid=3400 vsize=1548540 CPUtime=0
/proc/3402/task/3409/stat : 3409 (java) S 3400 3402 3377 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 32096861 1585704960 63284 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3410] ppid=3400 vsize=1548540 CPUtime=0
/proc/3402/task/3410/stat : 3410 (java) S 3400 3402 3377 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 32096867 1585704960 63284 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3411] ppid=3400 vsize=1548540 CPUtime=1.33
/proc/3402/task/3411/stat : 3411 (java) S 3400 3402 3377 0 -1 4202560 6028 0 0 0 131 2 0 0 15 0 16 0 32096867 1585704960 63284 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 1 0 0 0
[pid=3402/tid=3412] ppid=3400 vsize=1548540 CPUtime=2.11
/proc/3402/task/3412/stat : 3412 (java) S 3400 3402 3377 0 -1 4202560 6470 0 0 0 209 2 0 0 15 0 16 0 32096867 1585704960 63284 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3413] ppid=3400 vsize=1548540 CPUtime=0
/proc/3402/task/3413/stat : 3413 (java) S 3400 3402 3377 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 16 0 32096867 1585704960 63284 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3414] ppid=3400 vsize=1548540 CPUtime=0
/proc/3402/task/3414/stat : 3414 (java) S 3400 3402 3377 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 32096867 1585704960 63284 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.94
Current children cumulated vsize (KiB) 1548540

[startup+12.702 s]
/proc/loadavg: 1.24 1.05 1.02 4/122 3418
/proc/meminfo: memFree=1576400/2059040 swapFree=4140396/4192956
[pid=3402] ppid=3400 vsize=1548540 CPUtime=22.59
/proc/3402/stat : 3402 (java) S 3400 3402 3377 0 -1 4202496 80192 0 1 0 2222 37 0 0 15 0 16 0 32096852 1585704960 68836 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/3402/statm: 387135 68836 1432 10 0 384438 0
[pid=3402/tid=3404] ppid=3400 vsize=1548540 CPUtime=4.07
/proc/3402/task/3404/stat : 3404 (java) S 3400 3402 3377 0 -1 4202560 32048 0 1 0 392 15 0 0 15 0 16 0 32096855 1585704960 68836 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 1 0 0 2
[pid=3402/tid=3405] ppid=3400 vsize=1548540 CPUtime=1.58
/proc/3402/task/3405/stat : 3405 (java) S 3400 3402 3377 0 -1 4202560 21588 0 0 0 148 10 0 0 16 0 16 0 32096859 1585704960 68836 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3406] ppid=3400 vsize=1548540 CPUtime=1.38
/proc/3402/task/3406/stat : 3406 (java) S 3400 3402 3377 0 -1 4202560 12876 0 0 0 133 5 0 0 15 0 16 0 32096859 1585704960 68836 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 1 0 0 0
[pid=3402/tid=3407] ppid=3400 vsize=1548540 CPUtime=0.01
/proc/3402/task/3407/stat : 3407 (java) S 3400 3402 3377 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 16 0 32096861 1585704960 68836 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 0 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3408] ppid=3400 vsize=1548540 CPUtime=0
/proc/3402/task/3408/stat : 3408 (java) S 3400 3402 3377 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 32096861 1585704960 68836 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3409] ppid=3400 vsize=1548540 CPUtime=0
/proc/3402/task/3409/stat : 3409 (java) S 3400 3402 3377 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 32096861 1585704960 68836 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3410] ppid=3400 vsize=1548540 CPUtime=0
/proc/3402/task/3410/stat : 3410 (java) S 3400 3402 3377 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 32096867 1585704960 68836 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3411] ppid=3400 vsize=1548540 CPUtime=1.82
/proc/3402/task/3411/stat : 3411 (java) S 3400 3402 3377 0 -1 4202560 6059 0 0 0 180 2 0 0 15 0 16 0 32096867 1585704960 68836 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3412] ppid=3400 vsize=1548540 CPUtime=2.39
/proc/3402/task/3412/stat : 3412 (java) S 3400 3402 3377 0 -1 4202560 6488 0 0 0 237 2 0 0 15 0 16 0 32096867 1585704960 68836 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3413] ppid=3400 vsize=1548540 CPUtime=0
/proc/3402/task/3413/stat : 3413 (java) S 3400 3402 3377 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 16 0 32096867 1585704960 68836 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3414] ppid=3400 vsize=1548540 CPUtime=0
/proc/3402/task/3414/stat : 3414 (java) S 3400 3402 3377 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 32096867 1585704960 68836 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3415] ppid=3400 vsize=1548540 CPUtime=6.08
/proc/3402/task/3415/stat : 3415 (java) R 3400 3402 3377 0 -1 4202560 28 0 0 0 608 0 0 0 18 0 16 0 32097404 1585704960 68836 1992294400 134512640 134550932 4289139632 18446744073709551615 4110173605 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3402/tid=3416] ppid=3400 vsize=1548540 CPUtime=5.21
/proc/3402/task/3416/stat : 3416 (java) R 3400 3402 3377 0 -1 4202560 30 0 0 0 521 0 0 0 25 0 16 0 32097404 1585704960 68836 1992294400 134512640 134550932 4289139632 18446744073709551615 4110183351 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3402/tid=3417] ppid=3400 vsize=1548540 CPUtime=0
/proc/3402/task/3417/stat : 3417 (java) S 3400 3402 3377 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 32097410 1585704960 68836 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 1 0 0 0
[pid=3402/tid=3418] ppid=3400 vsize=1548540 CPUtime=0
/proc/3402/task/3418/stat : 3418 (java) S 3400 3402 3377 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 32097417 1585704960 68836 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.59
Current children cumulated vsize (KiB) 1548540

[startup+25.5014 s]
/proc/loadavg: 1.55 1.13 1.04 3/122 3418
/proc/meminfo: memFree=1574912/2059040 swapFree=4140396/4192956
[pid=3402] ppid=3400 vsize=1548540 CPUtime=47.96
/proc/3402/stat : 3402 (java) S 3400 3402 3377 0 -1 4202496 80575 0 1 0 4757 39 0 0 15 0 16 0 32096852 1585704960 69199 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/3402/statm: 387135 69199 1437 10 0 384438 0
[pid=3402/tid=3404] ppid=3400 vsize=1548540 CPUtime=4.07
/proc/3402/task/3404/stat : 3404 (java) S 3400 3402 3377 0 -1 4202560 32048 0 1 0 392 15 0 0 15 0 16 0 32096855 1585704960 69199 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 1 0 0 2
[pid=3402/tid=3405] ppid=3400 vsize=1548540 CPUtime=2.31
/proc/3402/task/3405/stat : 3405 (java) S 3400 3402 3377 0 -1 4202560 21769 0 0 0 221 10 0 0 16 0 16 0 32096859 1585704960 69199 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3406] ppid=3400 vsize=1548540 CPUtime=2.12
/proc/3402/task/3406/stat : 3406 (java) S 3400 3402 3377 0 -1 4202560 13034 0 0 0 207 5 0 0 16 0 16 0 32096859 1585704960 69199 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 1 0 0 0
[pid=3402/tid=3407] ppid=3400 vsize=1548540 CPUtime=0.01

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

/proc/3402/task/3416/stat : 3416 (java) R 3400 3402 3377 0 -1 4202560 364 0 0 0 71064 16 0 0 25 0 16 0 32097404 1593044992 83989 1992294400 134512640 134550932 4289139632 18446744073709551615 4110173562 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3402/tid=3417] ppid=3400 vsize=1555708 CPUtime=0
/proc/3402/task/3417/stat : 3417 (java) S 3400 3402 3377 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 32097410 1593044992 83989 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 1 0 0 0
[pid=3402/tid=3418] ppid=3400 vsize=1555708 CPUtime=0
/proc/3402/task/3418/stat : 3418 (java) S 3400 3402 3377 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 32097417 1593044992 83989 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1504.89
Current children cumulated vsize (KiB) 1555708

[startup+822.301 s]
/proc/loadavg: 2.08 2.01 1.62 3/122 3440
/proc/meminfo: memFree=1510804/2059040 swapFree=4140396/4192956
[pid=3402] ppid=3400 vsize=1555708 CPUtime=1623.12
/proc/3402/stat : 3402 (java) S 3400 3402 3377 0 -1 4202496 103033 0 1 0 162175 137 0 0 15 0 16 0 32096852 1593044992 84876 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/3402/statm: 388927 84876 1450 10 0 386230 0
[pid=3402/tid=3404] ppid=3400 vsize=1555708 CPUtime=4.07
/proc/3402/task/3404/stat : 3404 (java) S 3400 3402 3377 0 -1 4202560 32068 0 1 0 392 15 0 0 15 0 16 0 32096855 1593044992 84876 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 2
[pid=3402/tid=3405] ppid=3400 vsize=1555708 CPUtime=33.89
/proc/3402/task/3405/stat : 3405 (java) S 3400 3402 3377 0 -1 4202560 28337 0 0 0 3359 30 0 0 15 0 16 0 32096859 1593044992 84876 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 1 0 0 0
[pid=3402/tid=3406] ppid=3400 vsize=1555708 CPUtime=33.78
/proc/3402/task/3406/stat : 3406 (java) S 3400 3402 3377 0 -1 4202560 20233 0 0 0 3342 36 0 0 16 0 16 0 32096859 1593044992 84876 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3407] ppid=3400 vsize=1555708 CPUtime=4.14
/proc/3402/task/3407/stat : 3407 (java) S 3400 3402 3377 0 -1 4202560 4382 0 0 0 405 9 0 0 15 0 16 0 32096861 1593044992 84876 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 0 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3408] ppid=3400 vsize=1555708 CPUtime=0
/proc/3402/task/3408/stat : 3408 (java) S 3400 3402 3377 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 32096861 1593044992 84876 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3409] ppid=3400 vsize=1555708 CPUtime=0
/proc/3402/task/3409/stat : 3409 (java) S 3400 3402 3377 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32096861 1593044992 84876 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3410] ppid=3400 vsize=1555708 CPUtime=0
/proc/3402/task/3410/stat : 3410 (java) S 3400 3402 3377 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 32096867 1593044992 84876 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3411] ppid=3400 vsize=1555708 CPUtime=2.45
/proc/3402/task/3411/stat : 3411 (java) S 3400 3402 3377 0 -1 4202560 6151 0 0 0 243 2 0 0 15 0 16 0 32096867 1593044992 84876 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3412] ppid=3400 vsize=1555708 CPUtime=3.41
/proc/3402/task/3412/stat : 3412 (java) S 3400 3402 3377 0 -1 4202560 9952 0 0 0 338 3 0 0 16 0 16 0 32096867 1593044992 84876 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 1 0 0 0
[pid=3402/tid=3413] ppid=3400 vsize=1555708 CPUtime=0
/proc/3402/task/3413/stat : 3413 (java) S 3400 3402 3377 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 16 0 32096867 1593044992 84876 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3414] ppid=3400 vsize=1555708 CPUtime=0
/proc/3402/task/3414/stat : 3414 (java) S 3400 3402 3377 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 32096867 1593044992 84876 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 1 0 0 0
[pid=3402/tid=3415] ppid=3400 vsize=1555708 CPUtime=774.55
/proc/3402/task/3415/stat : 3415 (java) R 3400 3402 3377 0 -1 4202560 395 0 0 0 77437 18 0 0 25 0 16 0 32097404 1593044992 84876 1992294400 134512640 134550932 4289139632 18446744073709551615 4110013403 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3402/tid=3416] ppid=3400 vsize=1555708 CPUtime=766.74
/proc/3402/task/3416/stat : 3416 (java) R 3400 3402 3377 0 -1 4202560 392 0 0 0 76655 19 0 0 25 0 16 0 32097404 1593044992 84876 1992294400 134512640 134550932 4289139632 18446744073709551615 4109678781 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3402/tid=3417] ppid=3400 vsize=1555708 CPUtime=0
/proc/3402/task/3417/stat : 3417 (java) S 3400 3402 3377 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 32097410 1593044992 84876 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 1 0 0 0
[pid=3402/tid=3418] ppid=3400 vsize=1555708 CPUtime=0
/proc/3402/task/3418/stat : 3418 (java) S 3400 3402 3377 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 32097417 1593044992 84876 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1623.12
Current children cumulated vsize (KiB) 1555708

[startup+882.303 s]
/proc/loadavg: 2.14 2.04 1.65 3/122 3451
/proc/meminfo: memFree=1504108/2059040 swapFree=4140396/4192956
[pid=3402] ppid=3400 vsize=1555708 CPUtime=1741.94
/proc/3402/stat : 3402 (java) S 3400 3402 3377 0 -1 4202496 104854 0 1 0 174048 146 0 0 15 0 16 0 32096852 1593044992 86629 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/3402/statm: 388927 86629 1450 10 0 386230 0
[pid=3402/tid=3404] ppid=3400 vsize=1555708 CPUtime=4.07
/proc/3402/task/3404/stat : 3404 (java) S 3400 3402 3377 0 -1 4202560 32070 0 1 0 392 15 0 0 15 0 16 0 32096855 1593044992 86629 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 2
[pid=3402/tid=3405] ppid=3400 vsize=1555708 CPUtime=36.54
/proc/3402/task/3405/stat : 3405 (java) S 3400 3402 3377 0 -1 4202560 29126 0 0 0 3624 30 0 0 15 0 16 0 32096859 1593044992 86629 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 1 0 0 0
[pid=3402/tid=3406] ppid=3400 vsize=1555708 CPUtime=36.47
/proc/3402/task/3406/stat : 3406 (java) S 3400 3402 3377 0 -1 4202560 21205 0 0 0 3606 41 0 0 16 0 16 0 32096859 1593044992 86629 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3407] ppid=3400 vsize=1555708 CPUtime=4.15
/proc/3402/task/3407/stat : 3407 (java) S 3400 3402 3377 0 -1 4202560 4386 0 0 0 406 9 0 0 15 0 16 0 32096861 1593044992 86629 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 0 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3408] ppid=3400 vsize=1555708 CPUtime=0
/proc/3402/task/3408/stat : 3408 (java) S 3400 3402 3377 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 32096861 1593044992 86629 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3409] ppid=3400 vsize=1555708 CPUtime=0
/proc/3402/task/3409/stat : 3409 (java) S 3400 3402 3377 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32096861 1593044992 86629 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3410] ppid=3400 vsize=1555708 CPUtime=0
/proc/3402/task/3410/stat : 3410 (java) S 3400 3402 3377 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 32096867 1593044992 86629 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3411] ppid=3400 vsize=1555708 CPUtime=2.45
/proc/3402/task/3411/stat : 3411 (java) S 3400 3402 3377 0 -1 4202560 6151 0 0 0 243 2 0 0 15 0 16 0 32096867 1593044992 86629 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3412] ppid=3400 vsize=1555708 CPUtime=3.41
/proc/3402/task/3412/stat : 3412 (java) S 3400 3402 3377 0 -1 4202560 9952 0 0 0 338 3 0 0 16 0 16 0 32096867 1593044992 86629 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 1 0 0 0
[pid=3402/tid=3413] ppid=3400 vsize=1555708 CPUtime=0
/proc/3402/task/3413/stat : 3413 (java) S 3400 3402 3377 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 16 0 32096867 1593044992 86629 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3414] ppid=3400 vsize=1555708 CPUtime=0
/proc/3402/task/3414/stat : 3414 (java) S 3400 3402 3377 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 32096867 1593044992 86629 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3415] ppid=3400 vsize=1555708 CPUtime=830.77
/proc/3402/task/3415/stat : 3415 (java) R 3400 3402 3377 0 -1 4202560 415 0 0 0 83059 18 0 0 25 0 16 0 32097404 1593044992 86629 1992294400 134512640 134550932 4289139632 18446744073709551615 4110190335 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3402/tid=3416] ppid=3400 vsize=1555708 CPUtime=823.98
/proc/3402/task/3416/stat : 3416 (java) R 3400 3402 3377 0 -1 4202560 422 0 0 0 82376 22 0 0 25 0 16 0 32097404 1593044992 86629 1992294400 134512640 134550932 4289139632 18446744073709551615 4110173562 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3402/tid=3417] ppid=3400 vsize=1555708 CPUtime=0
/proc/3402/task/3417/stat : 3417 (java) S 3400 3402 3377 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 32097410 1593044992 86629 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 1 0 0 0
[pid=3402/tid=3418] ppid=3400 vsize=1555708 CPUtime=0
/proc/3402/task/3418/stat : 3418 (java) S 3400 3402 3377 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 32097417 1593044992 86629 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1741.94
Current children cumulated vsize (KiB) 1555708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+911.701 s]
/proc/loadavg: 2.08 2.03 1.66 3/122 3451
/proc/meminfo: memFree=1499892/2059040 swapFree=4140396/4192956
[pid=3402] ppid=3400 vsize=1555708 CPUtime=1800.2
/proc/3402/stat : 3402 (java) S 3400 3402 3377 0 -1 4202496 105896 0 1 0 179870 150 0 0 15 0 16 0 32096852 1593044992 87635 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/3402/statm: 388927 87635 1450 10 0 386230 0
[pid=3402/tid=3404] ppid=3400 vsize=1555708 CPUtime=4.07
/proc/3402/task/3404/stat : 3404 (java) S 3400 3402 3377 0 -1 4202560 32071 0 1 0 392 15 0 0 15 0 16 0 32096855 1593044992 87635 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 2
[pid=3402/tid=3405] ppid=3400 vsize=1555708 CPUtime=37.91
/proc/3402/task/3405/stat : 3405 (java) S 3400 3402 3377 0 -1 4202560 29628 0 0 0 3760 31 0 0 16 0 16 0 32096859 1593044992 87635 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3406] ppid=3400 vsize=1555708 CPUtime=37.83
/proc/3402/task/3406/stat : 3406 (java) S 3400 3402 3377 0 -1 4202560 21715 0 0 0 3741 42 0 0 15 0 16 0 32096859 1593044992 87635 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 1 0 0 0
[pid=3402/tid=3407] ppid=3400 vsize=1555708 CPUtime=4.16
/proc/3402/task/3407/stat : 3407 (java) S 3400 3402 3377 0 -1 4202560 4388 0 0 0 407 9 0 0 15 0 16 0 32096861 1593044992 87635 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 0 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3408] ppid=3400 vsize=1555708 CPUtime=0
/proc/3402/task/3408/stat : 3408 (java) S 3400 3402 3377 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 32096861 1593044992 87635 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3409] ppid=3400 vsize=1555708 CPUtime=0
/proc/3402/task/3409/stat : 3409 (java) S 3400 3402 3377 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32096861 1593044992 87635 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3410] ppid=3400 vsize=1555708 CPUtime=0
/proc/3402/task/3410/stat : 3410 (java) S 3400 3402 3377 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 32096867 1593044992 87635 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3411] ppid=3400 vsize=1555708 CPUtime=2.45
/proc/3402/task/3411/stat : 3411 (java) S 3400 3402 3377 0 -1 4202560 6151 0 0 0 243 2 0 0 15 0 16 0 32096867 1593044992 87635 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3412] ppid=3400 vsize=1555708 CPUtime=3.41
/proc/3402/task/3412/stat : 3412 (java) S 3400 3402 3377 0 -1 4202560 9952 0 0 0 338 3 0 0 16 0 16 0 32096867 1593044992 87635 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 1 0 0 0
[pid=3402/tid=3413] ppid=3400 vsize=1555708 CPUtime=0
/proc/3402/task/3413/stat : 3413 (java) S 3400 3402 3377 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 16 0 32096867 1593044992 87635 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3414] ppid=3400 vsize=1555708 CPUtime=0
/proc/3402/task/3414/stat : 3414 (java) S 3400 3402 3377 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 16 0 32096867 1593044992 87635 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3415] ppid=3400 vsize=1555708 CPUtime=858.28
/proc/3402/task/3415/stat : 3415 (java) R 3400 3402 3377 0 -1 4202560 425 0 0 0 85810 18 0 0 25 0 16 0 32097404 1593044992 87635 1992294400 134512640 134550932 4289139632 18446744073709551615 4110190335 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3402/tid=3416] ppid=3400 vsize=1555708 CPUtime=851.97
/proc/3402/task/3416/stat : 3416 (java) R 3400 3402 3377 0 -1 4202560 437 0 0 0 85174 23 0 0 25 0 16 0 32097404 1593044992 87635 1992294400 134512640 134550932 4289139632 18446744073709551615 4110190335 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3402/tid=3417] ppid=3400 vsize=1555708 CPUtime=0
/proc/3402/task/3417/stat : 3417 (java) S 3400 3402 3377 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 32097410 1593044992 87635 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 1 0 0 0
[pid=3402/tid=3418] ppid=3400 vsize=1555708 CPUtime=0
/proc/3402/task/3418/stat : 3418 (java) S 3400 3402 3377 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 32097417 1593044992 87635 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 1555708

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.08 2.03 1.66 3/124 3454
/proc/meminfo: memFree=1499752/2059040 swapFree=4140396/4192956
[pid=3402] ppid=3400 vsize=1556356 CPUtime=1800.41
/proc/3402/stat : 3402 (java) S 3400 3402 3377 0 -1 4202496 105917 0 1 0 179891 150 0 0 15 0 15 0 32096852 1593708544 87655 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/3402/statm: 389089 87655 1451 10 0 386392 0
[pid=3402/tid=3404] ppid=3400 vsize=1556356 CPUtime=4.07
/proc/3402/task/3404/stat : 3404 (java) S 3400 3402 3377 0 -1 4202560 32071 0 1 0 392 15 0 0 15 0 15 0 32096855 1593708544 87655 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 2
[pid=3402/tid=3405] ppid=3400 vsize=1556356 CPUtime=37.91
/proc/3402/task/3405/stat : 3405 (java) S 3400 3402 3377 0 -1 4202560 29628 0 0 0 3760 31 0 0 16 0 15 0 32096859 1593708544 87655 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3406] ppid=3400 vsize=1556356 CPUtime=37.83
/proc/3402/task/3406/stat : 3406 (java) S 3400 3402 3377 0 -1 4202560 21715 0 0 0 3741 42 0 0 15 0 15 0 32096859 1593708544 87655 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 1 0 0 0
[pid=3402/tid=3407] ppid=3400 vsize=1556356 CPUtime=4.17
/proc/3402/task/3407/stat : 3407 (java) R 3400 3402 3377 0 -1 4202560 4388 0 0 0 407 10 0 0 15 0 15 0 32096861 1593708544 87655 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=3402/tid=3408] ppid=3400 vsize=1556356 CPUtime=0
/proc/3402/task/3408/stat : 3408 (java) S 3400 3402 3377 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 32096861 1593708544 87655 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3409] ppid=3400 vsize=1556356 CPUtime=0
/proc/3402/task/3409/stat : 3409 (java) S 3400 3402 3377 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 32096861 1593708544 87655 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3411] ppid=3400 vsize=1556356 CPUtime=2.46
/proc/3402/task/3411/stat : 3411 (java) S 3400 3402 3377 0 -1 4202560 6151 0 0 0 244 2 0 0 16 0 15 0 32096867 1593708544 87655 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3412] ppid=3400 vsize=1556356 CPUtime=3.41
/proc/3402/task/3412/stat : 3412 (java) S 3400 3402 3377 0 -1 4202560 9952 0 0 0 338 3 0 0 15 0 15 0 32096867 1593708544 87655 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 1 0 0 0
[pid=3402/tid=3413] ppid=3400 vsize=1556356 CPUtime=0
/proc/3402/task/3413/stat : 3413 (java) S 3400 3402 3377 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 15 0 32096867 1593708544 87655 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3415] ppid=3400 vsize=1556356 CPUtime=858.38
/proc/3402/task/3415/stat : 3415 (java) R 3400 3402 3377 0 -1 4202560 425 0 0 0 85820 18 0 0 25 0 15 0 32097404 1593708544 87655 1992294400 134512640 134550932 4289139632 18446744073709551615 4109881594 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3402/tid=3416] ppid=3400 vsize=1556356 CPUtime=852.06
/proc/3402/task/3416/stat : 3416 (java) S 3400 3402 3377 0 -1 4202560 437 0 0 0 85183 23 0 0 25 0 15 0 32097404 1593708544 87655 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3417] ppid=3400 vsize=1556356 CPUtime=0
/proc/3402/task/3417/stat : 3417 (java) S 3400 3402 3377 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 15 0 32097410 1593708544 87655 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 1 0 0 0
[pid=3402/tid=3418] ppid=3400 vsize=1556356 CPUtime=0
/proc/3402/task/3418/stat : 3418 (java) S 3400 3402 3377 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 15 0 32097417 1593708544 87655 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
[pid=3402/tid=3453] ppid=3400 vsize=1556356 CPUtime=0
/proc/3402/task/3453/stat : 3453 (java) S 3400 3402 3377 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 15 0 32188024 1593708544 87655 1992294400 134512640 134550932 4289139632 18446744073709551615 4294960144 0 4 0 16800975 18446604437804116160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 1556356

Child status: 143
Real time (s): 911.863
CPU time (s): 1800.46
CPU user time (s): 1798.92
CPU system time (s): 1.54377
CPU usage (%): 197.449
Max. virtual memory (cumulated for all children) (KiB): 1561344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.92
system time used= 1.54377
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105917
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= 29046
involuntary context switches= 53205

runsolver used 3.75443 second user time and 11.6822 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-15 08:46:45
IDJOB=2662210
IDBENCH=2630
IDSOLVER=1166
FILE ID=node019/2662210-1276584405
PBS_JOBID= 11173540
Free space on /tmp= 62408 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_18.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662210-1276584405/watcher-2662210-1276584405 -o /tmp/evaluation-result-2662210-1276584405/solver-2662210-1276584405 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662210-1276584405.opb

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

MD5SUM BENCH= de4cbecd7c9968d40b279ce145b888a9
RANDOM SEED=1012570439

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1848104 kB
Buffers:         14464 kB
Cached:         108348 kB
SwapCached:       5704 kB
Active:          38204 kB
Inactive:        96964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1848104 kB
SwapTotal:     4192956 kB
SwapFree:      4140396 kB
Dirty:            5564 kB
Writeback:           0 kB
AnonPages:       10844 kB
Mapped:          13036 kB
Slab:            53984 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181564 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= 62408 MiB
End job on node019 at 2010-06-15 09:01:59