Trace number 2660722

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 CuttingPlanes 2.2.0 2010-05-26SAT (TO)336 1800.26 1765.23

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_3.opb
MD5SUMd26b3b10be20d9248aac462b86b1f040
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark269.719
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint45
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3331
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1ef9f1d
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-2660722-1276599245.opb
0.22/0.22	c reading problem ... 
0.22/0.27	c ... done. Wall clock time 0.052s.
0.22/0.27	c #vars     94
0.22/0.27	c #constraints  8
0.22/0.27	c constraints type 
0.22/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
3.49/1.95	c SATISFIABLE
3.49/1.95	c OPTIMIZING...
3.49/1.96	c Got one! Elapsed wall clock time (in seconds):1.736
3.49/1.96	o 874
4.14/2.44	c Got one! Elapsed wall clock time (in seconds):2.226
4.14/2.44	o 837
5.05/3.27	c Got one! Elapsed wall clock time (in seconds):3.056
5.05/3.27	o 801
5.55/3.74	c Got one! Elapsed wall clock time (in seconds):3.517
5.55/3.74	o 743
8.48/6.57	c Got one! Elapsed wall clock time (in seconds):6.353
8.48/6.57	o 657
11.13/9.19	c Got one! Elapsed wall clock time (in seconds):8.975
11.13/9.19	o 645
14.25/12.23	c Got one! Elapsed wall clock time (in seconds):12.015
14.25/12.23	o 615
15.76/13.70	c Got one! Elapsed wall clock time (in seconds):13.478
15.76/13.70	o 548
63.75/61.50	c Got one! Elapsed wall clock time (in seconds):61.285
63.75/61.50	o 519
94.15/91.52	c cleaning 0 clauses out of 5001 with flag 0/5001
117.89/114.86	c Got one! Elapsed wall clock time (in seconds):114.643
117.89/114.86	o 474
142.24/138.96	c Got one! Elapsed wall clock time (in seconds):138.739
142.24/138.96	o 470
356.03/350.64	c Got one! Elapsed wall clock time (in seconds):350.416
356.03/350.64	o 465
484.81/477.73	c cleaning 0 clauses out of 11003 with flag 0/11003
944.42/929.86	c Got one! Elapsed wall clock time (in seconds):929.637
944.42/929.86	o 350
1035.18/1018.66	c Got one! Elapsed wall clock time (in seconds):1018.443
1035.18/1018.66	o 336
1345.43/1321.86	c cleaning 0 clauses out of 18002 with flag 0/18002
1800.08/1765.11	c starts		: 59
1800.08/1765.11	c conflicts		: 20240
1800.08/1765.11	c decisions		: 26026
1800.08/1765.11	c propagations		: 170686
1800.08/1765.11	c inspects		: 590165745
1800.08/1765.11	c learnt literals	: 0
1800.08/1765.11	c learnt binary clauses	: 0
1800.08/1765.11	c learnt ternary clauses	: 0
1800.08/1765.11	c learnt clauses	: 20240
1800.08/1765.11	c ignored clauses	: 0
1800.08/1765.11	c root simplifications	: 0
1800.08/1765.11	c removed literals (reason simplification)	: 0
1800.08/1765.11	c reason swapping (by a shorter reason)	: 0
1800.08/1765.11	c Calls to reduceDB	: 3
1800.08/1765.11	c number of reductions to clauses (during analyze)	: 0
1800.08/1765.11	c number of learned constraints concerned by reduction	: 0
1800.08/1765.11	c number of learning phase by resolution	: 0
1800.08/1765.11	c number of learning phase by cutting planes	: 0
1800.08/1765.11	c speed (assignments/second)	: 228.66367472704133
1800.08/1765.11	c non guided choices	188
1800.08/1765.14	c learnt constraints type 
1800.08/1765.14	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 36
1800.08/1765.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20204
1800.08/1765.14	c constraints type 
1800.08/1765.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9
1800.08/1765.14	s SATISFIABLE
1800.08/1765.15	v -x1 -x2 -x3 x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 -x33 x34 -x35 x36 -x37 -x38 -x39 x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 x50 -x51 -x52 x53 x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 x67 x68 x69 -x70 -x71 -x72 x73 x74 x75 x76 -x77 x78 -x79 -x80 x81 -x82 x83 -x84 x85 x86 -x87 -x88 -x89 -x90 -x91 x92 -x93 -x94 
1800.08/1765.15	c objective function=336
1800.08/1765.15	c Total wall clock time (in seconds): 1764.927

Verifier Data

OK	336

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2660722-1276599245/watcher-2660722-1276599245 -o /tmp/evaluation-result-2660722-1276599245/solver-2660722-1276599245 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660722-1276599245.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 0.99 0.98 3/106 4413
/proc/meminfo: memFree=1813320/2059040 swapFree=4140360/4192956
[pid=4413] ppid=4411 vsize=248 CPUtime=0
/proc/4413/stat : 4413 (java6) R 4411 4413 3956 0 -1 4194304 110 0 0 0 0 0 0 0 17 0 1 0 35527932 253952 29 1992294400 134512640 134550932 4286652992 18446744073709551615 2474462 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4413/statm: 62 29 21 10 0 23 0

[startup+0.032849 s]
/proc/loadavg: 1.00 0.99 0.98 3/106 4413
/proc/meminfo: memFree=1813320/2059040 swapFree=4140360/4192956
[pid=4413] ppid=4411 vsize=1518228 CPUtime=0.01
/proc/4413/stat : 4413 (java) S 4411 4413 3956 0 -1 4202496 2627 0 1 0 0 1 0 0 15 0 4 0 35527932 1554665472 2070 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/4413/statm: 379557 2070 419 10 0 377268 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518228

[startup+0.101549 s]
/proc/loadavg: 1.00 0.99 0.98 3/106 4413
/proc/meminfo: memFree=1813320/2059040 swapFree=4140360/4192956
[pid=4413] ppid=4411 vsize=1523992 CPUtime=0.08
/proc/4413/stat : 4413 (java) S 4411 4413 3956 0 -1 4202496 3918 0 1 0 6 2 0 0 15 0 12 0 35527932 1560567808 3356 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4413/statm: 380998 3356 1063 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1523992

[startup+0.301579 s]
/proc/loadavg: 1.00 0.99 0.98 3/106 4413
/proc/meminfo: memFree=1813320/2059040 swapFree=4140360/4192956
[pid=4413] ppid=4411 vsize=1526732 CPUtime=0.34
/proc/4413/stat : 4413 (java) S 4411 4413 3956 0 -1 4202496 5367 0 1 0 31 3 0 0 15 0 13 0 35527932 1563373568 4803 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4413/statm: 381683 4804 1352 10 0 378985 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526732

[startup+0.700664 s]
/proc/loadavg: 1.00 0.99 0.98 3/106 4413
/proc/meminfo: memFree=1813320/2059040 swapFree=4140360/4192956
[pid=4413] ppid=4411 vsize=1532036 CPUtime=1.11
/proc/4413/stat : 4413 (java) S 4411 4413 3956 0 -1 4202496 8229 0 1 0 107 4 0 0 15 0 13 0 35527932 1568804864 7030 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4413/statm: 383009 7033 1394 10 0 380311 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1532036

[startup+1.50181 s]
/proc/loadavg: 1.00 0.99 0.98 5/119 4426
/proc/meminfo: memFree=1780172/2059040 swapFree=4140360/4192956
[pid=4413] ppid=4411 vsize=1540580 CPUtime=2.68
/proc/4413/stat : 4413 (java) S 4411 4413 3956 0 -1 4202496 14925 0 1 0 254 14 0 0 15 0 13 0 35527932 1577553920 12999 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4413/statm: 385145 12999 1415 10 0 382447 0
[pid=4413/tid=4415] ppid=4411 vsize=1540580 CPUtime=0.93
/proc/4413/task/4415/stat : 4415 (java) R 4411 4413 3956 0 -1 4202560 8417 0 1 0 89 4 0 0 25 0 13 0 35527934 1577553920 12999 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4413/tid=4416] ppid=4411 vsize=1540580 CPUtime=0
/proc/4413/task/4416/stat : 4416 (java) S 4411 4413 3956 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 35527935 1577553920 12999 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4417] ppid=4411 vsize=1540580 CPUtime=0
/proc/4413/task/4417/stat : 4417 (java) S 4411 4413 3956 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 35527935 1577553920 12999 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4418] ppid=4411 vsize=1540580 CPUtime=0.12
/proc/4413/task/4418/stat : 4418 (java) S 4411 4413 3956 0 -1 4202560 2 0 0 0 5 7 0 0 18 0 13 0 35527937 1577553920 12999 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 0 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4419] ppid=4411 vsize=1540580 CPUtime=0
/proc/4413/task/4419/stat : 4419 (java) S 4411 4413 3956 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 35527938 1577553920 12999 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4420] ppid=4411 vsize=1540580 CPUtime=0
/proc/4413/task/4420/stat : 4420 (java) S 4411 4413 3956 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 35527938 1577553920 12999 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4421] ppid=4411 vsize=1540580 CPUtime=0
/proc/4413/task/4421/stat : 4421 (java) S 4411 4413 3956 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 35527942 1577553920 12999 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4422] ppid=4411 vsize=1540580 CPUtime=0.46
/proc/4413/task/4422/stat : 4422 (java) R 4411 4413 3956 0 -1 4202560 1130 0 0 0 46 0 0 0 21 0 13 0 35527942 1577553920 13000 1992294400 134512640 134550932 4294204320 18446744073709551615 106251452 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4413/tid=4423] ppid=4411 vsize=1540580 CPUtime=1.14
/proc/4413/task/4423/stat : 4423 (java) R 4411 4413 3956 0 -1 4202560 4308 0 0 0 113 1 0 0 17 0 13 0 35527942 1577553920 13000 1992294400 134512640 134550932 4294204320 18446744073709551615 105856416 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4413/tid=4424] ppid=4411 vsize=1540580 CPUtime=0
/proc/4413/task/4424/stat : 4424 (java) S 4411 4413 3956 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 35527942 1577553920 13000 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4425] ppid=4411 vsize=1540580 CPUtime=0
/proc/4413/task/4425/stat : 4425 (java) S 4411 4413 3956 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 35527942 1577553920 13000 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4426] ppid=4411 vsize=1540580 CPUtime=0
/proc/4413/task/4426/stat : 4426 (java) S 4411 4413 3956 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35527961 1577553920 13000 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 1540580

[startup+3.10209 s]
/proc/loadavg: 1.16 1.02 0.99 2/119 4426
/proc/meminfo: memFree=1733672/2059040 swapFree=4140360/4192956
[pid=4413] ppid=4411 vsize=1544392 CPUtime=4.94
/proc/4413/stat : 4413 (java) S 4411 4413 3956 0 -1 4202496 41830 0 1 0 467 27 0 0 15 0 13 0 35527932 1581457408 38140 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4413/statm: 386098 38140 1436 10 0 383400 0
[pid=4413/tid=4415] ppid=4411 vsize=1544392 CPUtime=2.13
/proc/4413/task/4415/stat : 4415 (java) R 4411 4413 3956 0 -1 4202560 32062 0 1 0 198 15 0 0 25 0 13 0 35527934 1581457408 38140 1992294400 134512640 134550932 4294204320 18446744073709551615 4109451677 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4413/tid=4416] ppid=4411 vsize=1544392 CPUtime=0
/proc/4413/task/4416/stat : 4416 (java) S 4411 4413 3956 0 -1 4202560 221 0 0 0 0 0 0 0 15 0 13 0 35527935 1581457408 38140 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4417] ppid=4411 vsize=1544392 CPUtime=0
/proc/4413/task/4417/stat : 4417 (java) S 4411 4413 3956 0 -1 4202560 191 0 0 0 0 0 0 0 18 0 13 0 35527935 1581457408 38140 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 1 0 0 0
[pid=4413/tid=4418] ppid=4411 vsize=1544392 CPUtime=0.12
/proc/4413/task/4418/stat : 4418 (java) S 4411 4413 3956 0 -1 4202560 9 0 0 0 5 7 0 0 15 0 13 0 35527937 1581457408 38140 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 0 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4419] ppid=4411 vsize=1544392 CPUtime=0
/proc/4413/task/4419/stat : 4419 (java) S 4411 4413 3956 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 35527938 1581457408 38140 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4420] ppid=4411 vsize=1544392 CPUtime=0
/proc/4413/task/4420/stat : 4420 (java) S 4411 4413 3956 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 35527938 1581457408 38140 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4421] ppid=4411 vsize=1544392 CPUtime=0
/proc/4413/task/4421/stat : 4421 (java) S 4411 4413 3956 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 35527942 1581457408 38140 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4422] ppid=4411 vsize=1544392 CPUtime=1
/proc/4413/task/4422/stat : 4422 (java) S 4411 4413 3956 0 -1 4202560 1756 0 0 0 100 0 0 0 15 0 13 0 35527942 1581457408 38140 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4423] ppid=4411 vsize=1544392 CPUtime=1.63
/proc/4413/task/4423/stat : 4423 (java) S 4411 4413 3956 0 -1 4202560 6524 0 0 0 161 2 0 0 16 0 13 0 35527942 1581457408 38140 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 1 0 0 0
[pid=4413/tid=4424] ppid=4411 vsize=1544392 CPUtime=0
/proc/4413/task/4424/stat : 4424 (java) S 4411 4413 3956 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 35527942 1581457408 38140 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4425] ppid=4411 vsize=1544392 CPUtime=0
/proc/4413/task/4425/stat : 4425 (java) S 4411 4413 3956 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 35527942 1581457408 38140 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4426] ppid=4411 vsize=1544392 CPUtime=0
/proc/4413/task/4426/stat : 4426 (java) S 4411 4413 3956 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35527961 1581457408 38140 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 1544392

[startup+6.30168 s]
/proc/loadavg: 1.16 1.02 0.99 2/119 4426
/proc/meminfo: memFree=1658528/2059040 swapFree=4140360/4192956
[pid=4413] ppid=4411 vsize=1542164 CPUtime=8.25
/proc/4413/stat : 4413 (java) S 4411 4413 3956 0 -1 4202496 48442 0 1 0 796 29 0 0 15 0 13 0 35527932 1579175936 44174 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4413/statm: 385541 44174 1436 10 0 382843 0
[pid=4413/tid=4415] ppid=4411 vsize=1542164 CPUtime=5.27
/proc/4413/task/4415/stat : 4415 (java) R 4411 4413 3956 0 -1 4202560 35767 0 1 0 510 17 0 0 25 0 13 0 35527934 1579175936 44174 1992294400 134512640 134550932 4294204320 18446744073709551615 4109585309 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4413/tid=4416] ppid=4411 vsize=1542164 CPUtime=0.06
/proc/4413/task/4416/stat : 4416 (java) S 4411 4413 3956 0 -1 4202560 1750 0 0 0 6 0 0 0 16 0 13 0 35527935 1579175936 44174 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4417] ppid=4411 vsize=1542164 CPUtime=0.05
/proc/4413/task/4417/stat : 4417 (java) S 4411 4413 3956 0 -1 4202560 1545 0 0 0 5 0 0 0 16 0 13 0 35527935 1579175936 44174 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 1 0 0 0
[pid=4413/tid=4418] ppid=4411 vsize=1542164 CPUtime=0.12
/proc/4413/task/4418/stat : 4418 (java) S 4411 4413 3956 0 -1 4202560 29 0 0 0 5 7 0 0 15 0 13 0 35527937 1579175936 44174 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 0 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4419] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4419/stat : 4419 (java) S 4411 4413 3956 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 35527938 1579175936 44174 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4420] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4420/stat : 4420 (java) S 4411 4413 3956 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 35527938 1579175936 44174 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4421] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4421/stat : 4421 (java) S 4411 4413 3956 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 35527942 1579175936 44174 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4422] ppid=4411 vsize=1542164 CPUtime=1.06
/proc/4413/task/4422/stat : 4422 (java) S 4411 4413 3956 0 -1 4202560 1760 0 0 0 106 0 0 0 15 0 13 0 35527942 1579175936 44174 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4423] ppid=4411 vsize=1542164 CPUtime=1.63
/proc/4413/task/4423/stat : 4423 (java) S 4411 4413 3956 0 -1 4202560 6524 0 0 0 161 2 0 0 16 0 13 0 35527942 1579175936 44174 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 1 0 0 0
[pid=4413/tid=4424] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4424/stat : 4424 (java) S 4411 4413 3956 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 35527942 1579175936 44174 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4425] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4425/stat : 4425 (java) S 4411 4413 3956 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 35527942 1579175936 44174 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4426] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4426/stat : 4426 (java) S 4411 4413 3956 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35527961 1579175936 44174 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.25
Current children cumulated vsize (KiB) 1542164

[startup+12.7019 s]
/proc/loadavg: 1.21 1.04 1.00 3/119 4426
/proc/meminfo: memFree=1625668/2059040 swapFree=4140360/4192956
[pid=4413] ppid=4411 vsize=1542164 CPUtime=14.76
/proc/4413/stat : 4413 (java) S 4411 4413 3956 0 -1 4202496 52602 0 1 0 1445 31 0 0 15 0 13 0 35527932 1579175936 48122 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4413/statm: 385541 48122 1436 10 0 382843 0
[pid=4413/tid=4415] ppid=4411 vsize=1542164 CPUtime=11.58
/proc/4413/task/4415/stat : 4415 (java) R 4411 4413 3956 0 -1 4202560 36622 0 1 0 1141 17 0 0 25 0 13 0 35527934 1579175936 48122 1992294400 134512640 134550932 4294204320 18446744073709551615 4109673632 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4413/tid=4416] ppid=4411 vsize=1542164 CPUtime=0.13
/proc/4413/task/4416/stat : 4416 (java) S 4411 4413 3956 0 -1 4202560 3660 0 0 0 12 1 0 0 15 0 13 0 35527935 1579175936 48122 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4417] ppid=4411 vsize=1542164 CPUtime=0.13
/proc/4413/task/4417/stat : 4417 (java) S 4411 4413 3956 0 -1 4202560 2937 0 0 0 12 1 0 0 16 0 13 0 35527935 1579175936 48122 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 1 0 0 0
[pid=4413/tid=4418] ppid=4411 vsize=1542164 CPUtime=0.12
/proc/4413/task/4418/stat : 4418 (java) S 4411 4413 3956 0 -1 4202560 29 0 0 0 5 7 0 0 15 0 13 0 35527937 1579175936 48122 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 0 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4419] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4419/stat : 4419 (java) S 4411 4413 3956 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 35527938 1579175936 48122 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4420] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4420/stat : 4420 (java) S 4411 4413 3956 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 35527938 1579175936 48122 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4421] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4421/stat : 4421 (java) S 4411 4413 3956 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 35527942 1579175936 48122 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4422] ppid=4411 vsize=1542164 CPUtime=1.07
/proc/4413/task/4422/stat : 4422 (java) S 4411 4413 3956 0 -1 4202560 1760 0 0 0 107 0 0 0 15 0 13 0 35527942 1579175936 48122 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4423] ppid=4411 vsize=1542164 CPUtime=1.66
/proc/4413/task/4423/stat : 4423 (java) S 4411 4413 3956 0 -1 4202560 6527 0 0 0 164 2 0 0 15 0 13 0 35527942 1579175936 48122 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 1 0 0 0
[pid=4413/tid=4424] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4424/stat : 4424 (java) S 4411 4413 3956 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 35527942 1579175936 48122 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4425] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4425/stat : 4425 (java) S 4411 4413 3956 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 35527942 1579175936 48122 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4426] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4426/stat : 4426 (java) S 4411 4413 3956 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35527961 1579175936 48122 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.76
Current children cumulated vsize (KiB) 1542164

[startup+25.5029 s]
/proc/loadavg: 1.18 1.03 1.00 2/119 4426
/proc/meminfo: memFree=1617360/2059040 swapFree=4140360/4192956
[pid=4413] ppid=4411 vsize=1542164 CPUtime=27.64
/proc/4413/stat : 4413 (java) S 4411 4413 3956 0 -1 4202496 54941 0 1 0 2731 33 0 0 15 0 13 0 35527932 1579175936 50244 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4413/statm: 385541 50244 1436 10 0 382843 0
[pid=4413/tid=4415] ppid=4411 vsize=1542164 CPUtime=24.29
/proc/4413/task/4415/stat : 4415 (java) S 4411 4413 3956 0 -1 4202560 36636 0 1 0 2412 17 0 0 25 0 13 0 35527934 1579175936 50244 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 1 0 0 0
[pid=4413/tid=4416] ppid=4411 vsize=1542164 CPUtime=0.22
/proc/4413/task/4416/stat : 4416 (java) S 4411 4413 3956 0 -1 4202560 5160 0 0 0 20 2 0 0 15 0 13 0 35527935 1579175936 50244 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4417] ppid=4411 vsize=1542164 CPUtime=0.21
/proc/4413/task/4417/stat : 4417 (java) S 4411 4413 3956 0 -1 4202560 3762 0 0 0 19 2 0 0 16 0 13 0 35527935 1579175936 50244 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 1 0 0 0
[pid=4413/tid=4418] ppid=4411 vsize=1542164 CPUtime=0.13

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

[pid=4413/tid=4419] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4419/stat : 4419 (java) S 4411 4413 3956 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 35527938 1579175936 86361 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4420] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4420/stat : 4420 (java) S 4411 4413 3956 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 35527938 1579175936 86361 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4421] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4421/stat : 4421 (java) S 4411 4413 3956 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 35527942 1579175936 86361 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4422] ppid=4411 vsize=1542164 CPUtime=1.1
/proc/4413/task/4422/stat : 4422 (java) S 4411 4413 3956 0 -1 4202560 1763 0 0 0 110 0 0 0 15 0 13 0 35527942 1579175936 86361 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4423] ppid=4411 vsize=1542164 CPUtime=2.25
/proc/4413/task/4423/stat : 4423 (java) S 4411 4413 3956 0 -1 4202560 6558 0 0 0 223 2 0 0 15 0 13 0 35527942 1579175936 86361 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 1 0 0 0
[pid=4413/tid=4424] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4424/stat : 4424 (java) S 4411 4413 3956 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 35527942 1579175936 86361 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4425] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4425/stat : 4425 (java) S 4411 4413 3956 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 13 0 35527942 1579175936 86361 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4426] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4426/stat : 4426 (java) S 4411 4413 3956 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35527961 1579175936 86361 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1571.43
Current children cumulated vsize (KiB) 1542164

[startup+1602.3 s]
/proc/loadavg: 1.02 1.05 1.00 2/119 4480
/proc/meminfo: memFree=1467452/2059040 swapFree=4140360/4192956
[pid=4413] ppid=4411 vsize=1542164 CPUtime=1632.98
/proc/4413/stat : 4413 (java) S 4411 4413 3956 0 -1 4202496 94541 0 1 0 163136 162 0 0 15 0 13 0 35527932 1579175936 87134 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4413/statm: 385541 87134 1446 10 0 382843 0
[pid=4413/tid=4415] ppid=4411 vsize=1542164 CPUtime=1569.86
/proc/4413/task/4415/stat : 4415 (java) R 4411 4413 3956 0 -1 4202560 38055 0 1 0 156951 35 0 0 25 0 13 0 35527934 1579175936 87134 1992294400 134512640 134550932 4294204320 18446744073709551615 4109666012 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4413/tid=4416] ppid=4411 vsize=1542164 CPUtime=29.19
/proc/4413/task/4416/stat : 4416 (java) S 4411 4413 3956 0 -1 4202560 24904 0 0 0 2877 42 0 0 16 0 13 0 35527935 1579175936 87134 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4417] ppid=4411 vsize=1542164 CPUtime=29.04
/proc/4413/task/4417/stat : 4417 (java) S 4411 4413 3956 0 -1 4202560 21499 0 0 0 2844 60 0 0 15 0 13 0 35527935 1579175936 87134 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 1 0 0 0
[pid=4413/tid=4418] ppid=4411 vsize=1542164 CPUtime=1.45
/proc/4413/task/4418/stat : 4418 (java) S 4411 4413 3956 0 -1 4202560 604 0 0 0 127 18 0 0 15 0 13 0 35527937 1579175936 87134 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 0 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4419] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4419/stat : 4419 (java) S 4411 4413 3956 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 35527938 1579175936 87134 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4420] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4420/stat : 4420 (java) S 4411 4413 3956 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 35527938 1579175936 87134 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4421] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4421/stat : 4421 (java) S 4411 4413 3956 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 35527942 1579175936 87134 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4422] ppid=4411 vsize=1542164 CPUtime=1.1
/proc/4413/task/4422/stat : 4422 (java) S 4411 4413 3956 0 -1 4202560 1763 0 0 0 110 0 0 0 15 0 13 0 35527942 1579175936 87134 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4423] ppid=4411 vsize=1542164 CPUtime=2.25
/proc/4413/task/4423/stat : 4423 (java) S 4411 4413 3956 0 -1 4202560 6558 0 0 0 223 2 0 0 15 0 13 0 35527942 1579175936 87134 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 1 0 0 0
[pid=4413/tid=4424] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4424/stat : 4424 (java) S 4411 4413 3956 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 35527942 1579175936 87134 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4425] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4425/stat : 4425 (java) S 4411 4413 3956 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 35527942 1579175936 87134 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 1 0 0 0
[pid=4413/tid=4426] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4426/stat : 4426 (java) S 4411 4413 3956 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35527961 1579175936 87134 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1632.98
Current children cumulated vsize (KiB) 1542164

[startup+1662.3 s]
/proc/loadavg: 1.01 1.04 1.00 2/119 4482
/proc/meminfo: memFree=1464228/2059040 swapFree=4140360/4192956
[pid=4413] ppid=4411 vsize=1542164 CPUtime=1694.53
/proc/4413/stat : 4413 (java) S 4411 4413 3956 0 -1 4202496 95396 0 1 0 169282 171 0 0 15 0 13 0 35527932 1579175936 87908 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4413/statm: 385541 87908 1446 10 0 382843 0
[pid=4413/tid=4415] ppid=4411 vsize=1542164 CPUtime=1628.23
/proc/4413/task/4415/stat : 4415 (java) S 4411 4413 3956 0 -1 4202560 38111 0 1 0 162785 38 0 0 25 0 13 0 35527934 1579175936 87908 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4416] ppid=4411 vsize=1542164 CPUtime=30.78
/proc/4413/task/4416/stat : 4416 (java) R 4411 4413 3956 0 -1 4202560 25315 0 0 0 3030 48 0 0 15 0 13 0 35527935 1579175936 87908 1992294400 134512640 134550932 4294204320 18446744073709551615 106195716 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4413/tid=4417] ppid=4411 vsize=1542164 CPUtime=30.64
/proc/4413/task/4417/stat : 4417 (java) R 4411 4413 3956 0 -1 4202560 21879 0 0 0 3003 61 0 0 15 0 13 0 35527935 1579175936 87908 1992294400 134512640 134550932 4294204320 18446744073709551615 105886445 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4413/tid=4418] ppid=4411 vsize=1542164 CPUtime=1.46
/proc/4413/task/4418/stat : 4418 (java) S 4411 4413 3956 0 -1 4202560 608 0 0 0 128 18 0 0 15 0 13 0 35527937 1579175936 87908 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 0 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4419] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4419/stat : 4419 (java) S 4411 4413 3956 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 35527938 1579175936 87908 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4420] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4420/stat : 4420 (java) S 4411 4413 3956 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 35527938 1579175936 87908 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4421] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4421/stat : 4421 (java) S 4411 4413 3956 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 35527942 1579175936 87908 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4422] ppid=4411 vsize=1542164 CPUtime=1.1
/proc/4413/task/4422/stat : 4422 (java) S 4411 4413 3956 0 -1 4202560 1763 0 0 0 110 0 0 0 15 0 13 0 35527942 1579175936 87908 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4423] ppid=4411 vsize=1542164 CPUtime=2.25
/proc/4413/task/4423/stat : 4423 (java) S 4411 4413 3956 0 -1 4202560 6558 0 0 0 223 2 0 0 15 0 13 0 35527942 1579175936 87908 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 1 0 0 0
[pid=4413/tid=4424] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4424/stat : 4424 (java) S 4411 4413 3956 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 35527942 1579175936 87908 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4425] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4425/stat : 4425 (java) S 4411 4413 3956 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 35527942 1579175936 87908 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4426] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4426/stat : 4426 (java) S 4411 4413 3956 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35527961 1579175936 87908 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1694.53
Current children cumulated vsize (KiB) 1542164

[startup+1722.3 s]
/proc/loadavg: 1.07 1.04 1.00 2/119 4484
/proc/meminfo: memFree=1460384/2059040 swapFree=4140360/4192956
[pid=4413] ppid=4411 vsize=1542164 CPUtime=1756.13
/proc/4413/stat : 4413 (java) S 4411 4413 3956 0 -1 4202496 96439 0 1 0 175432 181 0 0 15 0 13 0 35527932 1579175936 88877 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4413/statm: 385541 88877 1446 10 0 382843 0
[pid=4413/tid=4415] ppid=4411 vsize=1542164 CPUtime=1686.54
/proc/4413/task/4415/stat : 4415 (java) R 4411 4413 3956 0 -1 4202560 38165 0 1 0 168614 40 0 0 25 0 13 0 35527934 1579175936 88877 1992294400 134512640 134550932 4294204320 18446744073709551615 4109450726 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4413/tid=4416] ppid=4411 vsize=1542164 CPUtime=32.42
/proc/4413/task/4416/stat : 4416 (java) S 4411 4413 3956 0 -1 4202560 25719 0 0 0 3188 54 0 0 16 0 13 0 35527935 1579175936 88877 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4417] ppid=4411 vsize=1542164 CPUtime=32.27
/proc/4413/task/4417/stat : 4417 (java) S 4411 4413 3956 0 -1 4202560 22456 0 0 0 3166 61 0 0 15 0 13 0 35527935 1579175936 88877 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 1 0 0 0
[pid=4413/tid=4418] ppid=4411 vsize=1542164 CPUtime=1.47
/proc/4413/task/4418/stat : 4418 (java) S 4411 4413 3956 0 -1 4202560 612 0 0 0 128 19 0 0 15 0 13 0 35527937 1579175936 88877 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 0 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4419] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4419/stat : 4419 (java) S 4411 4413 3956 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 35527938 1579175936 88877 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4420] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4420/stat : 4420 (java) S 4411 4413 3956 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 35527938 1579175936 88877 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4421] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4421/stat : 4421 (java) S 4411 4413 3956 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 35527942 1579175936 88877 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4422] ppid=4411 vsize=1542164 CPUtime=1.1
/proc/4413/task/4422/stat : 4422 (java) S 4411 4413 3956 0 -1 4202560 1763 0 0 0 110 0 0 0 15 0 13 0 35527942 1579175936 88877 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4423] ppid=4411 vsize=1542164 CPUtime=2.25
/proc/4413/task/4423/stat : 4423 (java) S 4411 4413 3956 0 -1 4202560 6558 0 0 0 223 2 0 0 15 0 13 0 35527942 1579175936 88877 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 1 0 0 0
[pid=4413/tid=4424] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4424/stat : 4424 (java) S 4411 4413 3956 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 35527942 1579175936 88877 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4425] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4425/stat : 4425 (java) S 4411 4413 3956 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 35527942 1579175936 88877 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4426] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4426/stat : 4426 (java) S 4411 4413 3956 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35527961 1579175936 88877 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1756.13
Current children cumulated vsize (KiB) 1542164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1765.1 s]
/proc/loadavg: 1.03 1.03 1.00 2/119 4484
/proc/meminfo: memFree=1457408/2059040 swapFree=4140360/4192956
[pid=4413] ppid=4411 vsize=1542164 CPUtime=1800.08
/proc/4413/stat : 4413 (java) S 4411 4413 3956 0 -1 4202496 97191 0 1 0 179820 188 0 0 15 0 13 0 35527932 1579175936 89586 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4413/statm: 385541 89586 1446 10 0 382843 0
[pid=4413/tid=4415] ppid=4411 vsize=1542164 CPUtime=1728.14
/proc/4413/task/4415/stat : 4415 (java) R 4411 4413 3956 0 -1 4202560 38203 0 1 0 172772 42 0 0 25 0 13 0 35527934 1579175936 89586 1992294400 134512640 134550932 4294204320 18446744073709551615 4109451576 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4413/tid=4416] ppid=4411 vsize=1542164 CPUtime=33.58
/proc/4413/task/4416/stat : 4416 (java) S 4411 4413 3956 0 -1 4202560 26059 0 0 0 3301 57 0 0 15 0 13 0 35527935 1579175936 89586 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 1 0 0 0
[pid=4413/tid=4417] ppid=4411 vsize=1542164 CPUtime=33.45
/proc/4413/task/4417/stat : 4417 (java) S 4411 4413 3956 0 -1 4202560 22826 0 0 0 3282 63 0 0 16 0 13 0 35527935 1579175936 89586 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4418] ppid=4411 vsize=1542164 CPUtime=1.49
/proc/4413/task/4418/stat : 4418 (java) S 4411 4413 3956 0 -1 4202560 614 0 0 0 129 20 0 0 15 0 13 0 35527937 1579175936 89586 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 0 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4419] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4419/stat : 4419 (java) S 4411 4413 3956 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 35527938 1579175936 89586 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4420] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4420/stat : 4420 (java) S 4411 4413 3956 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 35527938 1579175936 89586 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4421] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4421/stat : 4421 (java) S 4411 4413 3956 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 35527942 1579175936 89586 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4422] ppid=4411 vsize=1542164 CPUtime=1.1
/proc/4413/task/4422/stat : 4422 (java) S 4411 4413 3956 0 -1 4202560 1763 0 0 0 110 0 0 0 15 0 13 0 35527942 1579175936 89586 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4423] ppid=4411 vsize=1542164 CPUtime=2.25
/proc/4413/task/4423/stat : 4423 (java) S 4411 4413 3956 0 -1 4202560 6558 0 0 0 223 2 0 0 15 0 13 0 35527942 1579175936 89586 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 1 0 0 0
[pid=4413/tid=4424] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4424/stat : 4424 (java) S 4411 4413 3956 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 35527942 1579175936 89586 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4425] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4425/stat : 4425 (java) S 4411 4413 3956 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 35527942 1579175936 89586 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
[pid=4413/tid=4426] ppid=4411 vsize=1542164 CPUtime=0
/proc/4413/task/4426/stat : 4426 (java) S 4411 4413 3956 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35527961 1579175936 89586 1992294400 134512640 134550932 4294204320 18446744073709551615 4294960144 0 4 0 16800975 18446604437835822272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1542164

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

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

[startup+1765.22 s]
/proc/loadavg: 1.03 1.03 1.00 2/119 4484
/proc/meminfo: memFree=1457408/2059040 swapFree=4140360/4192956
[pid=4413] ppid=4411 vsize=0 CPUtime=1800.23
/proc/4413/stat : 4413 (java) Z 4411 4413 3956 0 -1 4203548 97379 0 1 0 179833 190 0 0 15 0 2 0 35527932 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4413/statm: 0 0 0 0 0 0 0
[pid=4413/tid=4415] ppid=4411 vsize=0 CPUtime=1728.23
/proc/4413/task/4415/stat : 4415 (java) R 4411 4413 3956 0 -1 4203588 38203 0 1 0 172779 44 0 0 25 0 2 0 35527934 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1765.23
CPU time (s): 1800.26
CPU user time (s): 1798.34
CPU system time (s): 1.92071
CPU usage (%): 101.984
Max. virtual memory (cumulated for all children) (KiB): 1545712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.34
system time used= 1.92071
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97379
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= 49954
involuntary context switches= 35258

runsolver used 3.57346 second user time and 9.50755 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-15 12:54:05
IDJOB=2660722
IDBENCH=2896
IDSOLVER=1165
FILE ID=node007/2660722-1276599245
PBS_JOBID= 11172230
Free space on /tmp= 62488 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_3.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660722-1276599245/watcher-2660722-1276599245 -o /tmp/evaluation-result-2660722-1276599245/solver-2660722-1276599245 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660722-1276599245.opb

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

MD5SUM BENCH= d26b3b10be20d9248aac462b86b1f040
RANDOM SEED=123731397

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1813592 kB
Buffers:         35724 kB
Cached:         116940 kB
SwapCached:       6652 kB
Active:          94940 kB
Inactive:        71620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1813592 kB
SwapTotal:     4192956 kB
SwapFree:      4140360 kB
Dirty:             396 kB
Writeback:           0 kB
AnonPages:       11992 kB
Mapped:          13100 kB
Slab:            56924 kB
PageTables:       3960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180980 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= 62488 MiB
End job on node007 at 2010-06-15 13:23:32