Trace number 2662249

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.39 912.393

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=300-sizeP=151-sizeQ=300-692949159-max.opb
MD5SUM7e6b5d1bb2d5498810142d4e4cc2c6f4
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45751
Total number of constraints135901
Number of constraints which are clauses135900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint45300
Number of terms in the objective function 151
Biggest coefficient in the objective function 1427247692705959881058285969449495136382746624
Number of bits for the biggest coefficient in the objective function 151
Sum of the numbers in the objective function 2854495385411919762116571938898990272765493247
Number of bits of the sum of numbers in the objective function 151
Biggest number in a constraint 1453677448591213781098647615776009068707282721374636120562980398361278576226795846652382101427527131121525043212532355867069203257229312
Number of bits of the biggest number in a constraint 450
Biggest sum of numbers in a constraint 5814709794364855124394590463104036274829130884415680534709393500410164485780207399841635394555886269312423583179230372744812869772975784
Number of bits of the biggest sum of numbers451
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.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 ManyCore solver with 2 solvers running in parallel
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.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
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 lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive 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 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@18385e3
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	
0.22/0.22	c solving HOME/instance-2662249-1276627197.opb
0.22/0.22	c reading problem ... 
6.92/5.13	c ... done. Wall clock time 4.908s.
6.92/5.13	c #vars     45751
6.92/5.13	c #constraints  147378
6.92/5.13	c constraints type 
6.92/5.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45300
6.92/5.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90600
6.92/5.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
6.92/5.13	c constraints type 
6.92/5.13	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 90600
6.92/5.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 45300
6.92/5.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.14/912.22	c starts		: 9
1800.14/912.22	c conflicts		: 1265
1800.14/912.22	c decisions		: 10466
1800.14/912.22	c propagations		: 1139641
1800.14/912.22	c inspects		: 4290595
1800.14/912.22	c learnt literals	: 0
1800.14/912.22	c learnt binary clauses	: 0
1800.14/912.22	c learnt ternary clauses	: 0
1800.14/912.22	c learnt clauses	: 1264
1800.14/912.22	c ignored clauses	: 0
1800.14/912.22	c root simplifications	: 0
1800.14/912.22	c removed literals (reason simplification)	: 12592106
1800.14/912.22	c reason swapping (by a shorter reason)	: 0
1800.14/912.22	c Calls to reduceDB	: 0
1800.14/912.22	c number of reductions to clauses (during analyze)	: 0
1800.14/912.22	c number of learned constraints concerned by reduction	: 0
1800.14/912.22	c number of learning phase by resolution	: 0
1800.14/912.22	c number of learning phase by cutting planes	: 0
1800.14/912.22	c speed (assignments/second)	: 1256.3786815774504
1800.14/912.22	c non guided choices	141
1800.14/912.22	c learnt constraints type 
1800.14/912.22	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 1264
1800.14/912.22	c constraints type 
1800.14/912.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45300
1800.14/912.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90600
1800.14/912.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.14/912.22	c constraints type 
1800.14/912.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 90600
1800.14/912.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 45300
1800.14/912.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.14/912.22	s UNKNOWN
1800.14/912.22	c Total wall clock time (in seconds): 911.998

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-2662249-1276627197/watcher-2662249-1276627197 -o /tmp/evaluation-result-2662249-1276627197/solver-2662249-1276627197 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662249-1276627197.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 1.14 1.35 3/106 11116
/proc/meminfo: memFree=1411556/2059040 swapFree=4192956/4192956
[pid=11116] ppid=11114 vsize=248 CPUtime=0
/proc/11116/stat : 11116 (java6) R 11114 11116 10496 0 -1 4194304 108 0 0 0 0 0 0 0 19 0 1 0 4012649 253952 28 1992294400 134512640 134550932 4289886848 18446744073709551615 11117140 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11116/statm: 62 28 21 10 0 23 0

[startup+0.0906351 s]
/proc/loadavg: 1.00 1.14 1.35 3/106 11116
/proc/meminfo: memFree=1411556/2059040 swapFree=4192956/4192956
[pid=11116] ppid=11114 vsize=1521796 CPUtime=0.07
/proc/11116/stat : 11116 (java) S 11114 11116 10496 0 -1 4202496 3831 0 1 0 5 2 0 0 15 0 7 0 4012649 1558319104 3273 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/11116/statm: 380449 3273 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101632 s]
/proc/loadavg: 1.00 1.14 1.35 3/106 11116
/proc/meminfo: memFree=1411556/2059040 swapFree=4192956/4192956
[pid=11116] ppid=11114 vsize=1524020 CPUtime=0.08
/proc/11116/stat : 11116 (java) S 11114 11116 10496 0 -1 4202496 3931 0 1 0 6 2 0 0 15 0 12 0 4012649 1560596480 3371 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11116/statm: 381005 3371 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.30165 s]
/proc/loadavg: 1.00 1.14 1.35 3/106 11116
/proc/meminfo: memFree=1411556/2059040 swapFree=4192956/4192956
[pid=11116] ppid=11114 vsize=1526384 CPUtime=0.35
/proc/11116/stat : 11116 (java) S 11114 11116 10496 0 -1 4202496 5869 0 1 0 32 3 0 0 15 0 12 0 4012649 1563017216 5307 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11116/statm: 381596 5307 1357 10 0 378899 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526384

[startup+0.701698 s]
/proc/loadavg: 1.00 1.14 1.35 3/106 11116
/proc/meminfo: memFree=1411556/2059040 swapFree=4192956/4192956
[pid=11116] ppid=11114 vsize=1528092 CPUtime=1.08
/proc/11116/stat : 11116 (java) S 11114 11116 10496 0 -1 4202496 7815 0 1 0 104 4 0 0 15 0 12 0 4012649 1564766208 7215 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11116/statm: 382023 7216 1403 10 0 379326 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1528092

[startup+1.50077 s]
/proc/loadavg: 1.00 1.14 1.35 5/118 11128
/proc/meminfo: memFree=1371036/2059040 swapFree=4192956/4192956
[pid=11116] ppid=11114 vsize=1532112 CPUtime=2.37
/proc/11116/stat : 11116 (java) S 11114 11116 10496 0 -1 4202496 24888 0 1 0 223 14 0 0 15 0 12 0 4012649 1568882688 23764 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11116/statm: 383028 23766 1407 10 0 380331 0
[pid=11116/tid=11118] ppid=11114 vsize=1532112 CPUtime=1.46
/proc/11116/task/11118/stat : 11118 (java) R 11114 11116 10496 0 -1 4202560 21260 0 1 0 134 12 0 0 25 0 12 0 4012651 1568882688 23767 1992294400 134512640 134550932 4288320096 18446744073709551615 4109054900 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11116/tid=11119] ppid=11114 vsize=1532112 CPUtime=0
/proc/11116/task/11119/stat : 11119 (java) S 11114 11116 10496 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 4012652 1568882688 23768 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11120] ppid=11114 vsize=1532112 CPUtime=0
/proc/11116/task/11120/stat : 11120 (java) S 11114 11116 10496 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 4012652 1568882688 23770 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11121] ppid=11114 vsize=1532112 CPUtime=0
/proc/11116/task/11121/stat : 11121 (java) S 11114 11116 10496 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 4012654 1568882688 23771 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 0 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11122] ppid=11114 vsize=1532112 CPUtime=0
/proc/11116/task/11122/stat : 11122 (java) S 11114 11116 10496 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 4012654 1568882688 23773 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11123] ppid=11114 vsize=1532112 CPUtime=0
/proc/11116/task/11123/stat : 11123 (java) S 11114 11116 10496 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 4012654 1568882688 23774 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11124] ppid=11114 vsize=1532112 CPUtime=0
/proc/11116/task/11124/stat : 11124 (java) S 11114 11116 10496 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 4012659 1568882688 23776 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11125] ppid=11114 vsize=1532112 CPUtime=0.69
/proc/11116/task/11125/stat : 11125 (java) S 11114 11116 10496 0 -1 4202560 1872 0 0 0 69 0 0 0 16 0 12 0 4012659 1568882688 23777 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11126] ppid=11114 vsize=1532112 CPUtime=0.19
/proc/11116/task/11126/stat : 11126 (java) S 11114 11116 10496 0 -1 4202560 694 0 0 0 19 0 0 0 19 0 12 0 4012659 1568882688 23779 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11127] ppid=11114 vsize=1532112 CPUtime=0
/proc/11116/task/11127/stat : 11127 (java) S 11114 11116 10496 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 4012659 1568882688 23780 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11128] ppid=11114 vsize=1532112 CPUtime=0
/proc/11116/task/11128/stat : 11128 (java) S 11114 11116 10496 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 4012659 1568882688 23781 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 1532112

[startup+3.10092 s]
/proc/loadavg: 1.00 1.14 1.35 2/118 11128
/proc/meminfo: memFree=1264520/2059040 swapFree=4192956/4192956
[pid=11116] ppid=11114 vsize=1532112 CPUtime=4.2
/proc/11116/stat : 11116 (java) S 11114 11116 10496 0 -1 4202496 45790 0 1 0 395 25 0 0 15 0 12 0 4012649 1568882688 44349 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11116/statm: 383028 44349 1419 10 0 380331 0
[pid=11116/tid=11118] ppid=11114 vsize=1532112 CPUtime=2.84
/proc/11116/task/11118/stat : 11118 (java) R 11114 11116 10496 0 -1 4202560 32030 0 1 0 267 17 0 0 25 0 12 0 4012651 1568882688 44349 1992294400 134512640 134550932 4288320096 18446744073709551615 4109024741 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11116/tid=11119] ppid=11114 vsize=1532112 CPUtime=0.21
/proc/11116/task/11119/stat : 11119 (java) S 11114 11116 10496 0 -1 4202560 5123 0 0 0 18 3 0 0 16 0 12 0 4012652 1568882688 44349 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11120] ppid=11114 vsize=1532112 CPUtime=0.2
/proc/11116/task/11120/stat : 11120 (java) S 11114 11116 10496 0 -1 4202560 4995 0 0 0 18 2 0 0 16 0 12 0 4012652 1568882688 44349 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11121] ppid=11114 vsize=1532112 CPUtime=0
/proc/11116/task/11121/stat : 11121 (java) S 11114 11116 10496 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 12 0 4012654 1568882688 44349 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 0 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11122] ppid=11114 vsize=1532112 CPUtime=0
/proc/11116/task/11122/stat : 11122 (java) S 11114 11116 10496 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 4012654 1568882688 44349 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11123] ppid=11114 vsize=1532112 CPUtime=0
/proc/11116/task/11123/stat : 11123 (java) S 11114 11116 10496 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 4012654 1568882688 44349 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11124] ppid=11114 vsize=1532112 CPUtime=0
/proc/11116/task/11124/stat : 11124 (java) S 11114 11116 10496 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 4012659 1568882688 44349 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11125] ppid=11114 vsize=1532112 CPUtime=0.69
/proc/11116/task/11125/stat : 11125 (java) S 11114 11116 10496 0 -1 4202560 1872 0 0 0 69 0 0 0 16 0 12 0 4012659 1568882688 44349 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11126] ppid=11114 vsize=1532112 CPUtime=0.2
/proc/11116/task/11126/stat : 11126 (java) S 11114 11116 10496 0 -1 4202560 696 0 0 0 20 0 0 0 18 0 12 0 4012659 1568882688 44349 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11127] ppid=11114 vsize=1532112 CPUtime=0
/proc/11116/task/11127/stat : 11127 (java) S 11114 11116 10496 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 4012659 1568882688 44349 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11128] ppid=11114 vsize=1532112 CPUtime=0
/proc/11116/task/11128/stat : 11128 (java) S 11114 11116 10496 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 4012659 1568882688 44349 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 1532112

[startup+6.30224 s]
/proc/loadavg: 1.16 1.17 1.36 3/121 11133
/proc/meminfo: memFree=1230148/2059040 swapFree=4192956/4192956
[pid=11116] ppid=11114 vsize=1540616 CPUtime=9.25
/proc/11116/stat : 11116 (java) S 11114 11116 10496 0 -1 4202496 55817 0 1 0 894 31 0 0 15 0 16 0 4012649 1577590784 51830 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11116/statm: 385154 51830 1434 10 0 382457 0
[pid=11116/tid=11118] ppid=11114 vsize=1540616 CPUtime=4.76
/proc/11116/task/11118/stat : 11118 (java) S 11114 11116 10496 0 -1 4202560 32061 0 1 0 459 17 0 0 18 0 16 0 4012651 1577590784 51830 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11119] ppid=11114 vsize=1540616 CPUtime=0.4
/proc/11116/task/11119/stat : 11119 (java) S 11114 11116 10496 0 -1 4202560 7892 0 0 0 37 3 0 0 16 0 16 0 4012652 1577590784 51830 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11120] ppid=11114 vsize=1540616 CPUtime=0.4
/proc/11116/task/11120/stat : 11120 (java) S 11114 11116 10496 0 -1 4202560 8121 0 0 0 36 4 0 0 16 0 16 0 4012652 1577590784 51830 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11121] ppid=11114 vsize=1540616 CPUtime=0
/proc/11116/task/11121/stat : 11121 (java) S 11114 11116 10496 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 4012654 1577590784 51830 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 0 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11122] ppid=11114 vsize=1540616 CPUtime=0
/proc/11116/task/11122/stat : 11122 (java) S 11114 11116 10496 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 4012654 1577590784 51830 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11123] ppid=11114 vsize=1540616 CPUtime=0
/proc/11116/task/11123/stat : 11123 (java) S 11114 11116 10496 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 4012654 1577590784 51830 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11124] ppid=11114 vsize=1540616 CPUtime=0
/proc/11116/task/11124/stat : 11124 (java) S 11114 11116 10496 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 4012659 1577590784 51830 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11125] ppid=11114 vsize=1540616 CPUtime=1.23
/proc/11116/task/11125/stat : 11125 (java) S 11114 11116 10496 0 -1 4202560 2676 0 0 0 122 1 0 0 16 0 16 0 4012659 1577590784 51830 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11126] ppid=11114 vsize=1540616 CPUtime=1.14
/proc/11116/task/11126/stat : 11126 (java) R 11114 11116 10496 0 -1 4202560 3938 0 0 0 112 2 0 0 15 0 16 0 4012659 1577590784 51830 1992294400 134512640 134550932 4288320096 18446744073709551615 106132810 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11116/tid=11127] ppid=11114 vsize=1540616 CPUtime=0
/proc/11116/task/11127/stat : 11127 (java) S 11114 11116 10496 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 4012659 1577590784 51830 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11128] ppid=11114 vsize=1540616 CPUtime=0
/proc/11116/task/11128/stat : 11128 (java) S 11114 11116 10496 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 4012659 1577590784 51830 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11129] ppid=11114 vsize=1540616 CPUtime=0.63
/proc/11116/task/11129/stat : 11129 (java) R 11114 11116 10496 0 -1 4202560 23 0 0 0 63 0 0 0 17 0 16 0 4013162 1577590784 51830 1992294400 134512640 134550932 4288320096 18446744073709551615 4109302875 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11116/tid=11130] ppid=11114 vsize=1540616 CPUtime=0.61
/proc/11116/task/11130/stat : 11130 (java) R 11114 11116 10496 0 -1 4202560 23 0 0 0 61 0 0 0 25 0 16 0 4013162 1577590784 51830 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11116/tid=11133] ppid=11114 vsize=1540616 CPUtime=0
/proc/11116/task/11133/stat : 11133 (java) S 11114 11116 10496 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 4013180 1577590784 51830 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.25
Current children cumulated vsize (KiB) 1540616

[startup+12.7019 s]
/proc/loadavg: 1.23 1.19 1.36 3/122 11134
/proc/meminfo: memFree=1208316/2059040 swapFree=4192956/4192956
[pid=11116] ppid=11114 vsize=1539584 CPUtime=21.99
/proc/11116/stat : 11116 (java) S 11114 11116 10496 0 -1 4202496 56096 0 1 0 2168 31 0 0 15 0 16 0 4012649 1576534016 51730 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11116/statm: 384896 51730 1436 10 0 382199 0
[pid=11116/tid=11118] ppid=11114 vsize=1539584 CPUtime=4.76
/proc/11116/task/11118/stat : 11118 (java) S 11114 11116 10496 0 -1 4202560 32061 0 1 0 459 17 0 0 18 0 16 0 4012651 1576534016 51730 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11119] ppid=11114 vsize=1539584 CPUtime=0.4
/proc/11116/task/11119/stat : 11119 (java) S 11114 11116 10496 0 -1 4202560 7892 0 0 0 37 3 0 0 16 0 16 0 4012652 1576534016 51730 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11120] ppid=11114 vsize=1539584 CPUtime=0.4
/proc/11116/task/11120/stat : 11120 (java) S 11114 11116 10496 0 -1 4202560 8121 0 0 0 36 4 0 0 16 0 16 0 4012652 1576534016 51730 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11121] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11121/stat : 11121 (java) S 11114 11116 10496 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 4012654 1576534016 51730 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 0 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11122] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11122/stat : 11122 (java) S 11114 11116 10496 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 4012654 1576534016 51730 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11123] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11123/stat : 11123 (java) S 11114 11116 10496 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 4012654 1576534016 51730 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11124] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11124/stat : 11124 (java) S 11114 11116 10496 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 4012659 1576534016 51730 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11125] ppid=11114 vsize=1539584 CPUtime=1.42
/proc/11116/task/11125/stat : 11125 (java) S 11114 11116 10496 0 -1 4202560 2922 0 0 0 141 1 0 0 15 0 16 0 4012659 1576534016 51730 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11126] ppid=11114 vsize=1539584 CPUtime=1.66
/proc/11116/task/11126/stat : 11126 (java) S 11114 11116 10496 0 -1 4202560 3968 0 0 0 164 2 0 0 15 0 16 0 4012659 1576534016 51730 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11127] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11127/stat : 11127 (java) S 11114 11116 10496 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 4012659 1576534016 51730 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11128] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11128/stat : 11128 (java) S 11114 11116 10496 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 4012659 1576534016 51730 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11129] ppid=11114 vsize=1539584 CPUtime=6.95
/proc/11116/task/11129/stat : 11129 (java) R 11114 11116 10496 0 -1 4202560 24 0 0 0 695 0 0 0 25 0 16 0 4013162 1576534016 51730 1992294400 134512640 134550932 4288320096 18446744073709551615 4109302816 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11116/tid=11130] ppid=11114 vsize=1539584 CPUtime=6.32
/proc/11116/task/11130/stat : 11130 (java) R 11114 11116 10496 0 -1 4202560 25 0 0 0 632 0 0 0 25 0 16 0 4013162 1576534016 51730 1992294400 134512640 134550932 4288320096 18446744073709551615 4109792364 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11116/tid=11133] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11133/stat : 11133 (java) S 11114 11116 10496 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 4013180 1576534016 51730 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11134] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11134/stat : 11134 (java) S 11114 11116 10496 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 4013209 1576534016 51730 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.99
Current children cumulated vsize (KiB) 1539584

[startup+25.5021 s]
/proc/loadavg: 1.55 1.26 1.38 3/122 11134
/proc/meminfo: memFree=1165660/2059040 swapFree=4192956/4192956
[pid=11116] ppid=11114 vsize=1539584 CPUtime=47.37
/proc/11116/stat : 11116 (java) S 11114 11116 10496 0 -1 4202496 69376 0 1 0 4698 39 0 0 15 0 16 0 4012649 1576534016 62698 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11116/statm: 384896 62698 1436 10 0 382199 0
[pid=11116/tid=11118] ppid=11114 vsize=1539584 CPUtime=4.76

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

/proc/11116/statm: 384896 348039 1441 10 0 382199 0
[pid=11116/tid=11118] ppid=11114 vsize=1539584 CPUtime=4.76
/proc/11116/task/11118/stat : 11118 (java) S 11114 11116 10496 0 -1 4202560 32085 0 1 0 459 17 0 0 15 0 16 0 4012651 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11119] ppid=11114 vsize=1539584 CPUtime=29.13
/proc/11116/task/11119/stat : 11119 (java) S 11114 11116 10496 0 -1 4202560 200757 0 0 0 2779 134 0 0 16 0 16 0 4012652 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11120] ppid=11114 vsize=1539584 CPUtime=29.82
/proc/11116/task/11120/stat : 11120 (java) S 11114 11116 10496 0 -1 4202560 212150 0 0 0 2859 123 0 0 15 0 16 0 4012652 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11121] ppid=11114 vsize=1539584 CPUtime=4.56
/proc/11116/task/11121/stat : 11121 (java) S 11114 11116 10496 0 -1 4202560 59 0 0 0 441 15 0 0 15 0 16 0 4012654 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 0 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11122] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11122/stat : 11122 (java) S 11114 11116 10496 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 4012654 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11123] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11123/stat : 11123 (java) S 11114 11116 10496 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 4012654 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11124] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11124/stat : 11124 (java) S 11114 11116 10496 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 4012659 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11125] ppid=11114 vsize=1539584 CPUtime=1.42
/proc/11116/task/11125/stat : 11125 (java) S 11114 11116 10496 0 -1 4202560 2922 0 0 0 141 1 0 0 15 0 16 0 4012659 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11126] ppid=11114 vsize=1539584 CPUtime=2.67
/proc/11116/task/11126/stat : 11126 (java) S 11114 11116 10496 0 -1 4202560 3988 0 0 0 265 2 0 0 15 0 16 0 4012659 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11127] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11127/stat : 11127 (java) S 11114 11116 10496 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 4012659 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11128] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11128/stat : 11128 (java) S 11114 11116 10496 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 16 0 4012659 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11129] ppid=11114 vsize=1539584 CPUtime=716.84
/proc/11116/task/11129/stat : 11129 (java) R 11114 11116 10496 0 -1 4202560 360 0 0 0 71666 18 0 0 25 0 16 0 4013162 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4109560864 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11116/tid=11130] ppid=11114 vsize=1539584 CPUtime=713.81
/proc/11116/task/11130/stat : 11130 (java) R 11114 11116 10496 0 -1 4202560 788 0 0 0 71358 23 0 0 25 0 16 0 4013162 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4109287639 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11116/tid=11133] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11133/stat : 11133 (java) S 11114 11116 10496 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 4013180 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11134] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11134/stat : 11134 (java) S 11114 11116 10496 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 4013209 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1503.11
Current children cumulated vsize (KiB) 1539584

[startup+822.303 s]
/proc/loadavg: 2.07 2.04 1.79 3/122 11154
/proc/meminfo: memFree=20024/2059040 swapFree=4192956/4192956
[pid=11116] ppid=11114 vsize=1539584 CPUtime=1622.04
/proc/11116/stat : 11116 (java) S 11114 11116 10496 0 -1 4202496 454357 0 1 0 161858 346 0 0 15 0 16 0 4012649 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11116/statm: 384896 348039 1441 10 0 382199 0
[pid=11116/tid=11118] ppid=11114 vsize=1539584 CPUtime=4.76
/proc/11116/task/11118/stat : 11118 (java) S 11114 11116 10496 0 -1 4202560 32085 0 1 0 459 17 0 0 15 0 16 0 4012651 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11119] ppid=11114 vsize=1539584 CPUtime=30.25
/proc/11116/task/11119/stat : 11119 (java) S 11114 11116 10496 0 -1 4202560 200757 0 0 0 2887 138 0 0 16 0 16 0 4012652 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11120] ppid=11114 vsize=1539584 CPUtime=30.96
/proc/11116/task/11120/stat : 11120 (java) S 11114 11116 10496 0 -1 4202560 212150 0 0 0 2973 123 0 0 15 0 16 0 4012652 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11121] ppid=11114 vsize=1539584 CPUtime=4.61
/proc/11116/task/11121/stat : 11121 (java) S 11114 11116 10496 0 -1 4202560 63 0 0 0 445 16 0 0 15 0 16 0 4012654 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 0 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11122] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11122/stat : 11122 (java) S 11114 11116 10496 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 4012654 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11123] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11123/stat : 11123 (java) S 11114 11116 10496 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 4012654 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11124] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11124/stat : 11124 (java) S 11114 11116 10496 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 4012659 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11125] ppid=11114 vsize=1539584 CPUtime=1.42
/proc/11116/task/11125/stat : 11125 (java) S 11114 11116 10496 0 -1 4202560 2922 0 0 0 141 1 0 0 15 0 16 0 4012659 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11126] ppid=11114 vsize=1539584 CPUtime=2.7
/proc/11116/task/11126/stat : 11126 (java) S 11114 11116 10496 0 -1 4202560 3988 0 0 0 268 2 0 0 15 0 16 0 4012659 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11127] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11127/stat : 11127 (java) S 11114 11116 10496 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 4012659 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11128] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11128/stat : 11128 (java) S 11114 11116 10496 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 16 0 4012659 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11129] ppid=11114 vsize=1539584 CPUtime=775.59
/proc/11116/task/11129/stat : 11129 (java) R 11114 11116 10496 0 -1 4202560 395 0 0 0 77541 18 0 0 25 0 16 0 4013162 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4109106196 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11116/tid=11130] ppid=11114 vsize=1539584 CPUtime=771.65
/proc/11116/task/11130/stat : 11130 (java) R 11114 11116 10496 0 -1 4202560 879 0 0 0 77140 25 0 0 25 0 16 0 4013162 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4109758794 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11116/tid=11133] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11133/stat : 11133 (java) S 11114 11116 10496 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 4013180 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11134] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11134/stat : 11134 (java) S 11114 11116 10496 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 4013209 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1622.04
Current children cumulated vsize (KiB) 1539584

[startup+882.304 s]
/proc/loadavg: 2.14 2.06 1.82 3/122 11156
/proc/meminfo: memFree=20024/2059040 swapFree=4192956/4192956
[pid=11116] ppid=11114 vsize=1539584 CPUtime=1740.91
/proc/11116/stat : 11116 (java) S 11114 11116 10496 0 -1 4202496 454486 0 1 0 173735 356 0 0 15 0 16 0 4012649 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11116/statm: 384896 348039 1441 10 0 382199 0
[pid=11116/tid=11118] ppid=11114 vsize=1539584 CPUtime=4.76
/proc/11116/task/11118/stat : 11118 (java) S 11114 11116 10496 0 -1 4202560 32087 0 1 0 459 17 0 0 15 0 16 0 4012651 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11119] ppid=11114 vsize=1539584 CPUtime=31.33
/proc/11116/task/11119/stat : 11119 (java) S 11114 11116 10496 0 -1 4202560 200757 0 0 0 2991 142 0 0 16 0 16 0 4012652 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11120] ppid=11114 vsize=1539584 CPUtime=32.05
/proc/11116/task/11120/stat : 11120 (java) S 11114 11116 10496 0 -1 4202560 212150 0 0 0 3081 124 0 0 15 0 16 0 4012652 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11121] ppid=11114 vsize=1539584 CPUtime=4.69
/proc/11116/task/11121/stat : 11121 (java) S 11114 11116 10496 0 -1 4202560 67 0 0 0 451 18 0 0 15 0 16 0 4012654 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 0 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11122] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11122/stat : 11122 (java) S 11114 11116 10496 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 4012654 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11123] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11123/stat : 11123 (java) S 11114 11116 10496 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 4012654 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11124] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11124/stat : 11124 (java) S 11114 11116 10496 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 4012659 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11125] ppid=11114 vsize=1539584 CPUtime=1.42
/proc/11116/task/11125/stat : 11125 (java) S 11114 11116 10496 0 -1 4202560 2922 0 0 0 141 1 0 0 15 0 16 0 4012659 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11126] ppid=11114 vsize=1539584 CPUtime=2.7
/proc/11116/task/11126/stat : 11126 (java) S 11114 11116 10496 0 -1 4202560 3988 0 0 0 268 2 0 0 15 0 16 0 4012659 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11127] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11127/stat : 11127 (java) S 11114 11116 10496 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 4012659 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11128] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11128/stat : 11128 (java) S 11114 11116 10496 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 4012659 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11129] ppid=11114 vsize=1539584 CPUtime=834.38
/proc/11116/task/11129/stat : 11129 (java) R 11114 11116 10496 0 -1 4202560 457 0 0 0 83418 20 0 0 25 0 16 0 4013162 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4109523283 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11116/tid=11130] ppid=11114 vsize=1539584 CPUtime=829.48
/proc/11116/task/11130/stat : 11130 (java) R 11114 11116 10496 0 -1 4202560 936 0 0 0 82922 26 0 0 25 0 16 0 4013162 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4109796612 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11116/tid=11133] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11133/stat : 11133 (java) S 11114 11116 10496 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 4013180 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11134] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11134/stat : 11134 (java) S 11114 11116 10496 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 4013209 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1740.91
Current children cumulated vsize (KiB) 1539584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.201 s]
/proc/loadavg: 2.08 2.06 1.82 3/122 11158
/proc/meminfo: memFree=20024/2059040 swapFree=4192956/4192956
[pid=11116] ppid=11114 vsize=1539584 CPUtime=1800.14
/proc/11116/stat : 11116 (java) S 11114 11116 10496 0 -1 4202496 454548 0 1 0 179655 359 0 0 15 0 16 0 4012649 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11116/statm: 384896 348039 1441 10 0 382199 0
[pid=11116/tid=11118] ppid=11114 vsize=1539584 CPUtime=4.76
/proc/11116/task/11118/stat : 11118 (java) S 11114 11116 10496 0 -1 4202560 32087 0 1 0 459 17 0 0 15 0 16 0 4012651 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11119] ppid=11114 vsize=1539584 CPUtime=31.84
/proc/11116/task/11119/stat : 11119 (java) S 11114 11116 10496 0 -1 4202560 200757 0 0 0 3040 144 0 0 16 0 16 0 4012652 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11120] ppid=11114 vsize=1539584 CPUtime=32.55
/proc/11116/task/11120/stat : 11120 (java) S 11114 11116 10496 0 -1 4202560 212150 0 0 0 3131 124 0 0 15 0 16 0 4012652 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11121] ppid=11114 vsize=1539584 CPUtime=4.72
/proc/11116/task/11121/stat : 11121 (java) S 11114 11116 10496 0 -1 4202560 69 0 0 0 453 19 0 0 15 0 16 0 4012654 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 0 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11122] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11122/stat : 11122 (java) S 11114 11116 10496 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 4012654 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11123] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11123/stat : 11123 (java) S 11114 11116 10496 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 4012654 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11124] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11124/stat : 11124 (java) S 11114 11116 10496 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 4012659 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11125] ppid=11114 vsize=1539584 CPUtime=1.42
/proc/11116/task/11125/stat : 11125 (java) S 11114 11116 10496 0 -1 4202560 2922 0 0 0 141 1 0 0 15 0 16 0 4012659 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11126] ppid=11114 vsize=1539584 CPUtime=2.7
/proc/11116/task/11126/stat : 11126 (java) S 11114 11116 10496 0 -1 4202560 3988 0 0 0 268 2 0 0 15 0 16 0 4012659 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
[pid=11116/tid=11127] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11127/stat : 11127 (java) S 11114 11116 10496 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 4012659 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11128] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11128/stat : 11128 (java) S 11114 11116 10496 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 4012659 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11129] ppid=11114 vsize=1539584 CPUtime=863.74
/proc/11116/task/11129/stat : 11129 (java) R 11114 11116 10496 0 -1 4202560 468 0 0 0 86353 21 0 0 25 0 16 0 4013162 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4109697207 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11116/tid=11130] ppid=11114 vsize=1539584 CPUtime=858.31
/proc/11116/task/11130/stat : 11130 (java) R 11114 11116 10496 0 -1 4202560 983 0 0 0 85805 26 0 0 25 0 16 0 4013162 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4109758794 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11116/tid=11133] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11133/stat : 11133 (java) S 11114 11116 10496 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 4013180 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 0 0 0 0
[pid=11116/tid=11134] ppid=11114 vsize=1539584 CPUtime=0
/proc/11116/task/11134/stat : 11134 (java) S 11114 11116 10496 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 4013209 1576534016 348039 1992294400 134512640 134550932 4288320096 18446744073709551615 4294960144 0 4 0 16800975 18446604437851432960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 1539584

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

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

[startup+912.316 s]
/proc/loadavg: 2.08 2.06 1.82 3/122 11158
/proc/meminfo: memFree=20024/2059040 swapFree=4192956/4192956
[pid=11116] ppid=11114 vsize=0 CPUtime=1800.3
/proc/11116/stat : 11116 (java) Z 11114 11116 10496 0 -1 4203548 454569 0 1 0 179666 364 0 0 15 0 2 0 4012649 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11116/statm: 0 0 0 0 0 0 0
[pid=11116/tid=11129] ppid=11114 vsize=0 CPUtime=863.83
/proc/11116/task/11129/stat : 11129 (java) R 11114 11116 10496 0 -1 4203588 468 0 0 0 86358 25 0 0 25 0 2 0 4013162 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.3
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 912.393
CPU time (s): 1800.39
CPU user time (s): 1796.67
CPU system time (s): 3.72043
CPU usage (%): 197.326
Max. virtual memory (cumulated for all children) (KiB): 1541640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.67
system time used= 3.72043
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 454569
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= 35971
involuntary context switches= 56072

runsolver used 5.57615 second user time and 7.98379 second system time

The end

Launcher Data

Begin job on node036 at 2010-06-15 20:39:57
IDJOB=2662249
IDBENCH=3012
IDSOLVER=1166
FILE ID=node036/2662249-1276627197
PBS_JOBID= 11172337
Free space on /tmp= 62520 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=300-sizeP=151-sizeQ=300-692949159-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662249-1276627197/watcher-2662249-1276627197 -o /tmp/evaluation-result-2662249-1276627197/solver-2662249-1276627197 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662249-1276627197.opb

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

MD5SUM BENCH= 7e6b5d1bb2d5498810142d4e4cc2c6f4
RANDOM SEED=25410237

node036.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.251
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.50
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.251
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1411828 kB
Buffers:         84204 kB
Cached:         422008 kB
SwapCached:          0 kB
Active:         205996 kB
Inactive:       359828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1411828 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            7332 kB
Writeback:           0 kB
AnonPages:       59524 kB
Mapped:          15440 kB
Slab:            59408 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181044 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= 62520 MiB
End job on node036 at 2010-06-15 20:55:12