Trace number 2662627

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.33 922.013

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=460-sizeP=231-sizeQ=460-367423129-max.opb
MD5SUM74dac00a4979a8cd5d3f4292ad3ec004
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables106951
Total number of constraints318781
Number of constraints which are clauses318780
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 constraint106260
Number of terms in the objective function 231
Biggest coefficient in the objective function 1725436586697640946858688965569256363112777243042596638790631055949824
Number of bits for the biggest coefficient in the objective function 231
Sum of the numbers in the objective function 3450873173395281893717377931138512726225554486085193277581262111899647
Number of bits of the sum of numbers in the objective function 231
Biggest number in a constraint 2568425733177916751582514591250062824975751856847252861083144972201529372215371495172688738416791235950675277761805770367685269653410060480042878305982363696267199058168185838960773319279454451792623658074112
Number of bits of the biggest number in a constraint 690
Biggest sum of numbers in a constraint 10273702932711667006330058365000251299903007427389011444332579888806117119150450980598364387789362806715159761636352224959479775105866707576248572053899244884258622387609641105402680464792324232304944082188954
Number of bits of the biggest sum of numbers691
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.14/0.43	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.14/0.43	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.43	c See www.sat4j.org for details.
0.14/0.44	c version 2.2.0.v20100531
0.14/0.44	c java.runtime.name	Java(TM) SE Runtime Environment
0.14/0.44	c java.vm.name		Java HotSpot(TM) Server VM
0.14/0.44	c java.vm.version	11.2-b01
0.14/0.44	c java.vm.vendor	Sun Microsystems Inc.
0.14/0.44	c sun.arch.data.model	32
0.14/0.44	c java.version		1.6.0_12
0.14/0.44	c os.name		Linux
0.14/0.44	c os.version		2.6.18-164.el5
0.14/0.44	c os.arch		i386
0.14/0.44	c Free memory 		1393557488
0.14/0.44	c Max memory 		1395916800
0.14/0.44	c Total memory 		1395916800
0.14/0.44	c Number of processors 	2
0.27/0.52	c Pseudo Boolean Optimization
0.27/0.52	c ManyCore solver with 2 solvers running in parallel
0.27/0.52	c --- Begin Solver configuration ---
0.27/0.52	c Stops conflict analysis at the first Unique Implication Point
0.27/0.52	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.27/0.52	c Learn all clauses as in MiniSAT
0.27/0.52	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27/0.52	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.27/0.52	c Expensive reason simplification
0.27/0.52	c Armin Biere (Picosat) restarts strategy
0.27/0.52	c Glucose learned constraints deletion strategy
0.27/0.52	c timeout=2147483s
0.27/0.52	c DB Simplification allowed=false
0.27/0.52	c --- End Solver configuration ---
0.27/0.52	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.27/0.52	c --- Begin Solver configuration ---
0.27/0.52	c Stops conflict analysis at the first Unique Implication Point
0.27/0.52	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.27/0.52	c Learn all clauses as in MiniSAT
0.27/0.52	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27/0.52	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.27/0.52	c No reason simplification
0.27/0.52	c Armin Biere (Picosat) restarts strategy
0.27/0.52	c Glucose learned constraints deletion strategy
0.27/0.52	c timeout=2147483s
0.27/0.52	c DB Simplification allowed=false
0.27/0.52	c --- End Solver configuration ---
0.27/0.52	
0.27/0.52	c solving HOME/instance-2662627-1276624025.opb
0.27/0.52	c reading problem ... 
13.95/11.49	c ... done. Wall clock time 10.971s.
13.95/11.49	c #vars     106951
13.95/11.49	c #constraints  345347
13.95/11.49	c constraints type 
14.05/11.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 106260
14.05/11.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 212520
14.05/11.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
14.05/11.50	c constraints type 
14.05/11.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 212520
14.05/11.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 106260
14.05/11.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/921.82	c starts		: 3
1800.07/921.82	c conflicts		: 215
1800.07/921.82	c decisions		: 2054
1800.07/921.82	c propagations		: 573380
1800.07/921.82	c inspects		: 1966534
1800.07/921.82	c learnt literals	: 0
1800.07/921.82	c learnt binary clauses	: 0
1800.07/921.82	c learnt ternary clauses	: 0
1800.07/921.83	c learnt clauses	: 215
1800.07/921.83	c ignored clauses	: 0
1800.07/921.83	c root simplifications	: 0
1800.07/921.83	c removed literals (reason simplification)	: 6590868
1800.07/921.83	c reason swapping (by a shorter reason)	: 0
1800.07/921.83	c Calls to reduceDB	: 0
1800.07/921.83	c number of reductions to clauses (during analyze)	: 0
1800.07/921.83	c number of learned constraints concerned by reduction	: 0
1800.07/921.83	c number of learning phase by resolution	: 0
1800.07/921.83	c number of learning phase by cutting planes	: 0
1800.07/921.83	c speed (assignments/second)	: 629.8615772134629
1800.07/921.83	c non guided choices	246
1800.07/921.83	c learnt constraints type 
1800.07/921.83	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 215
1800.07/921.83	c constraints type 
1800.07/921.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 106260
1800.07/921.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 212520
1800.07/921.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/921.83	c constraints type 
1800.07/921.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 212520
1800.07/921.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 106260
1800.07/921.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/921.83	s UNKNOWN
1800.07/921.83	c Total wall clock time (in seconds): 921.304

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-2662627-1276624025/watcher-2662627-1276624025 -o /tmp/evaluation-result-2662627-1276624025/solver-2662627-1276624025 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662627-1276624025.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.00 1.00 2/106 2481
/proc/meminfo: memFree=1871692/2059040 swapFree=4140236/4192956
[pid=2481] ppid=2479 vsize=24036 CPUtime=0
/proc/2481/stat : 2481 (runsolver) D 2479 2481 1650 0 -1 4202560 82 0 0 0 0 0 0 0 22 0 1 0 36054559 24612864 106 1992294400 4194304 4302564 140736646718560 18446744073709551615 236997682167 0 0 4096 24578 18446744071562154983 0 0 17 1 0 0 0
/proc/2481/statm: 6009 106 69 27 0 2647 0

[startup+0.0358701 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 2481
/proc/meminfo: memFree=1871692/2059040 swapFree=4140236/4192956
[pid=2481] ppid=2479 vsize=428 CPUtime=0
/proc/2481/stat : 2481 (java6) D 2479 2481 1650 0 -1 4194304 123 0 4 0 0 0 0 0 22 0 1 0 36054559 438272 45 1992294400 134512640 134550932 4286742928 18446744073709551615 3252948 0 0 4096 0 18446744071562154983 0 0 17 0 0 0 2
/proc/2481/statm: 107 45 36 10 0 25 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 428

[startup+0.101926 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 2481
/proc/meminfo: memFree=1871692/2059040 swapFree=4140236/4192956
[pid=2481] ppid=2479 vsize=13164 CPUtime=0.01
/proc/2481/stat : 2481 (java) D 2479 2481 1650 0 -1 4194304 462 0 16 0 0 1 0 0 22 0 1 0 36054559 13479936 195 1992294400 134512640 134550932 4292231328 18446744073709551615 3212923 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 8
/proc/2481/statm: 3291 195 140 10 0 1121 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13164

[startup+0.301965 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 2481
/proc/meminfo: memFree=1871692/2059040 swapFree=4140236/4192956
[pid=2481] ppid=2479 vsize=1521796 CPUtime=0.07
/proc/2481/stat : 2481 (java) S 2479 2481 1650 0 -1 4202496 3545 0 99 0 3 4 0 0 21 0 7 0 36054559 1558319104 3083 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 10
/proc/2481/statm: 380449 3083 1030 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.701978 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 2481
/proc/meminfo: memFree=1871692/2059040 swapFree=4140236/4192956
[pid=2481] ppid=2479 vsize=1526648 CPUtime=0.56
/proc/2481/stat : 2481 (java) S 2479 2481 1650 0 -1 4202496 6754 0 99 0 49 7 0 0 21 0 12 0 36054559 1563287552 6288 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 10
/proc/2481/statm: 381662 6288 1369 10 0 378965 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 1526648

[startup+1.50114 s]
/proc/loadavg: 1.00 1.00 1.00 3/118 2493
/proc/meminfo: memFree=1833960/2059040 swapFree=4140236/4192956
[pid=2481] ppid=2479 vsize=1533724 CPUtime=1.97
/proc/2481/stat : 2481 (java) S 2479 2481 1650 0 -1 4202496 17610 0 99 0 186 11 0 0 21 0 12 0 36054559 1570533376 16141 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 10
/proc/2481/statm: 383431 16141 1407 10 0 380734 0
[pid=2481/tid=2483] ppid=2479 vsize=1533724 CPUtime=1.05
/proc/2481/task/2483/stat : 2483 (java) R 2479 2481 1650 0 -1 4202560 13015 0 63 0 97 8 0 0 18 0 12 0 36054573 1570533376 16141 1992294400 134512640 134550932 4292231328 18446744073709551615 4109798968 0 4 0 16800975 0 0 0 -1 0 0 0 15
[pid=2481/tid=2484] ppid=2479 vsize=1533724 CPUtime=0
/proc/2481/task/2484/stat : 2484 (java) S 2479 2481 1650 0 -1 4202560 3 0 0 0 0 0 0 0 23 0 12 0 36054583 1570533376 16141 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2485] ppid=2479 vsize=1533724 CPUtime=0
/proc/2481/task/2485/stat : 2485 (java) S 2479 2481 1650 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 36054583 1570533376 16141 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 1 0 0 0
[pid=2481/tid=2486] ppid=2479 vsize=1533724 CPUtime=0
/proc/2481/task/2486/stat : 2486 (java) S 2479 2481 1650 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 36054587 1570533376 16141 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 0 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2487] ppid=2479 vsize=1533724 CPUtime=0
/proc/2481/task/2487/stat : 2487 (java) S 2479 2481 1650 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 36054587 1570533376 16141 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2488] ppid=2479 vsize=1533724 CPUtime=0
/proc/2481/task/2488/stat : 2488 (java) S 2479 2481 1650 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 36054587 1570533376 16141 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2489] ppid=2479 vsize=1533724 CPUtime=0
/proc/2481/task/2489/stat : 2489 (java) S 2479 2481 1650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 36054595 1570533376 16141 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2490] ppid=2479 vsize=1533724 CPUtime=0.34
/proc/2481/task/2490/stat : 2490 (java) S 2479 2481 1650 0 -1 4202560 2056 0 0 0 34 0 0 0 25 0 12 0 36054595 1570533376 16141 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 1 0 0 0
[pid=2481/tid=2491] ppid=2479 vsize=1533724 CPUtime=0.54
/proc/2481/task/2491/stat : 2491 (java) S 2479 2481 1650 0 -1 4202560 1510 0 0 0 54 0 0 0 16 0 12 0 36054595 1570533376 16141 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 1 0 0 0
[pid=2481/tid=2492] ppid=2479 vsize=1533724 CPUtime=0
/proc/2481/task/2492/stat : 2492 (java) S 2479 2481 1650 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 36054595 1570533376 16141 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2493] ppid=2479 vsize=1533724 CPUtime=0
/proc/2481/task/2493/stat : 2493 (java) S 2479 2481 1650 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 36054595 1570533376 16141 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 1533724

[startup+3.10144 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 2493
/proc/meminfo: memFree=1736372/2059040 swapFree=4140236/4192956
[pid=2481] ppid=2479 vsize=1533724 CPUtime=3.71
/proc/2481/stat : 2481 (java) S 2479 2481 1650 0 -1 4202496 42810 0 99 0 345 26 0 0 21 0 12 0 36054559 1570533376 41319 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 10
/proc/2481/statm: 383431 41321 1417 10 0 380734 0
[pid=2481/tid=2483] ppid=2479 vsize=1533724 CPUtime=2.53
/proc/2481/task/2483/stat : 2483 (java) S 2479 2481 1650 0 -1 4202560 31951 0 63 0 234 19 0 0 19 0 12 0 36054573 1570533376 41322 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 1 0 0 15
[pid=2481/tid=2484] ppid=2479 vsize=1533724 CPUtime=0.11
/proc/2481/task/2484/stat : 2484 (java) R 2479 2481 1650 0 -1 4202560 3116 0 0 0 9 2 0 0 16 0 12 0 36054583 1570533376 41323 1992294400 134512640 134550932 4292231328 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2481/tid=2485] ppid=2479 vsize=1533724 CPUtime=0.1
/proc/2481/task/2485/stat : 2485 (java) R 2479 2481 1650 0 -1 4202560 3144 0 0 0 9 1 0 0 16 0 12 0 36054583 1570533376 41324 1992294400 134512640 134550932 4292231328 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2481/tid=2486] ppid=2479 vsize=1533724 CPUtime=0
/proc/2481/task/2486/stat : 2486 (java) S 2479 2481 1650 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 36054587 1570533376 41326 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 0 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2487] ppid=2479 vsize=1533724 CPUtime=0
/proc/2481/task/2487/stat : 2487 (java) S 2479 2481 1650 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 36054587 1570533376 41327 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2488] ppid=2479 vsize=1533724 CPUtime=0
/proc/2481/task/2488/stat : 2488 (java) S 2479 2481 1650 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 36054587 1570533376 41328 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2489] ppid=2479 vsize=1533724 CPUtime=0
/proc/2481/task/2489/stat : 2489 (java) S 2479 2481 1650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 36054595 1570533376 41329 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2490] ppid=2479 vsize=1533724 CPUtime=0.34
/proc/2481/task/2490/stat : 2490 (java) S 2479 2481 1650 0 -1 4202560 2056 0 0 0 34 0 0 0 22 0 12 0 36054595 1570533376 41331 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 1 0 0 0
[pid=2481/tid=2491] ppid=2479 vsize=1533724 CPUtime=0.56
/proc/2481/task/2491/stat : 2491 (java) S 2479 2481 1650 0 -1 4202560 1512 0 0 0 56 0 0 0 15 0 12 0 36054595 1570533376 41332 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 1 0 0 0
[pid=2481/tid=2492] ppid=2479 vsize=1533724 CPUtime=0
/proc/2481/task/2492/stat : 2492 (java) S 2479 2481 1650 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 36054595 1570533376 41333 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2493] ppid=2479 vsize=1533724 CPUtime=0
/proc/2481/task/2493/stat : 2493 (java) S 2479 2481 1650 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 36054595 1570533376 41334 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 1533724

[startup+6.30101 s]
/proc/loadavg: 1.08 1.02 1.01 2/118 2493
/proc/meminfo: memFree=1652176/2059040 swapFree=4140236/4192956
[pid=2481] ppid=2479 vsize=1532064 CPUtime=7.57
/proc/2481/stat : 2481 (java) S 2479 2481 1650 0 -1 4202496 59372 0 99 0 721 36 0 0 21 0 12 0 36054559 1568833536 56168 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 10
/proc/2481/statm: 383016 56168 1418 10 0 380319 0
[pid=2481/tid=2483] ppid=2479 vsize=1532064 CPUtime=5.03
/proc/2481/task/2483/stat : 2483 (java) R 2479 2481 1650 0 -1 4202560 31956 0 63 0 483 20 0 0 16 0 12 0 36054573 1568833536 56168 1992294400 134512640 134550932 4292231328 18446744073709551615 4109676610 0 4 0 16800975 0 0 0 -1 1 0 0 15
[pid=2481/tid=2484] ppid=2479 vsize=1532064 CPUtime=0.79
/proc/2481/task/2484/stat : 2484 (java) S 2479 2481 1650 0 -1 4202560 11664 0 0 0 72 7 0 0 16 0 12 0 36054583 1568833536 56168 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2485] ppid=2479 vsize=1532064 CPUtime=0.78
/proc/2481/task/2485/stat : 2485 (java) S 2479 2481 1650 0 -1 4202560 11144 0 0 0 73 5 0 0 16 0 12 0 36054583 1568833536 56168 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2486] ppid=2479 vsize=1532064 CPUtime=0
/proc/2481/task/2486/stat : 2486 (java) S 2479 2481 1650 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 12 0 36054587 1568833536 56168 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 0 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2487] ppid=2479 vsize=1532064 CPUtime=0
/proc/2481/task/2487/stat : 2487 (java) S 2479 2481 1650 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 36054587 1568833536 56168 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2488] ppid=2479 vsize=1532064 CPUtime=0
/proc/2481/task/2488/stat : 2488 (java) S 2479 2481 1650 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 36054587 1568833536 56168 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2489] ppid=2479 vsize=1532064 CPUtime=0
/proc/2481/task/2489/stat : 2489 (java) S 2479 2481 1650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 36054595 1568833536 56168 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2490] ppid=2479 vsize=1532064 CPUtime=0.35
/proc/2481/task/2490/stat : 2490 (java) R 2479 2481 1650 0 -1 4202560 2057 0 0 0 35 0 0 0 18 0 12 0 36054595 1568833536 56168 1992294400 134512640 134550932 4292231328 18446744073709551615 102092529 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2481/tid=2491] ppid=2479 vsize=1532064 CPUtime=0.56
/proc/2481/task/2491/stat : 2491 (java) S 2479 2481 1650 0 -1 4202560 1512 0 0 0 56 0 0 0 15 0 12 0 36054595 1568833536 56168 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 1 0 0 0
[pid=2481/tid=2492] ppid=2479 vsize=1532064 CPUtime=0
/proc/2481/task/2492/stat : 2492 (java) S 2479 2481 1650 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 36054595 1568833536 56168 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2493] ppid=2479 vsize=1532064 CPUtime=0
/proc/2481/task/2493/stat : 2493 (java) S 2479 2481 1650 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 36054595 1568833536 56168 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 1532064

[startup+12.7012 s]
/proc/loadavg: 1.07 1.02 1.00 5/120 2495
/proc/meminfo: memFree=1597108/2059040 swapFree=4140236/4192956
[pid=2481] ppid=2479 vsize=1548028 CPUtime=16.41
/proc/2481/stat : 2481 (java) S 2479 2481 1650 0 -1 4202496 73234 0 99 0 1597 44 0 0 21 0 16 0 36054559 1585180672 67010 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 10
/proc/2481/statm: 387007 67010 1442 10 0 384310 0
[pid=2481/tid=2483] ppid=2479 vsize=1548028 CPUtime=9.72
/proc/2481/task/2483/stat : 2483 (java) S 2479 2481 1650 0 -1 4202560 31990 0 63 0 951 21 0 0 18 0 16 0 36054573 1585180672 67010 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 15
[pid=2481/tid=2484] ppid=2479 vsize=1548028 CPUtime=1.27
/proc/2481/task/2484/stat : 2484 (java) S 2479 2481 1650 0 -1 4202560 15381 0 0 0 118 9 0 0 16 0 16 0 36054583 1585180672 67010 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 1 0 0 0
[pid=2481/tid=2485] ppid=2479 vsize=1548028 CPUtime=1.24
/proc/2481/task/2485/stat : 2485 (java) S 2479 2481 1650 0 -1 4202560 15148 0 0 0 117 7 0 0 16 0 16 0 36054583 1585180672 67010 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2486] ppid=2479 vsize=1548028 CPUtime=0
/proc/2481/task/2486/stat : 2486 (java) S 2479 2481 1650 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 16 0 36054587 1585180672 67010 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 0 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2487] ppid=2479 vsize=1548028 CPUtime=0
/proc/2481/task/2487/stat : 2487 (java) S 2479 2481 1650 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 36054587 1585180672 67010 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2488] ppid=2479 vsize=1548028 CPUtime=0
/proc/2481/task/2488/stat : 2488 (java) S 2479 2481 1650 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 36054587 1585180672 67010 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2489] ppid=2479 vsize=1548028 CPUtime=0
/proc/2481/task/2489/stat : 2489 (java) S 2479 2481 1650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 36054595 1585180672 67010 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2490] ppid=2479 vsize=1548028 CPUtime=1.6
/proc/2481/task/2490/stat : 2490 (java) S 2479 2481 1650 0 -1 4202560 7615 0 0 0 158 2 0 0 16 0 16 0 36054595 1585180672 67010 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2491] ppid=2479 vsize=1548028 CPUtime=1.23
/proc/2481/task/2491/stat : 2491 (java) S 2479 2481 1650 0 -1 4202560 2021 0 0 0 123 0 0 0 15 0 16 0 36054595 1585180672 67010 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2492] ppid=2479 vsize=1548028 CPUtime=0
/proc/2481/task/2492/stat : 2492 (java) S 2479 2481 1650 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 36054595 1585180672 67010 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2493] ppid=2479 vsize=1548028 CPUtime=0
/proc/2481/task/2493/stat : 2493 (java) S 2479 2481 1650 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 36054595 1585180672 67010 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2494] ppid=2479 vsize=1548028 CPUtime=0.64
/proc/2481/task/2494/stat : 2494 (java) R 2479 2481 1650 0 -1 4202560 17 0 0 0 64 0 0 0 19 0 16 0 36055709 1585180672 67010 1992294400 134512640 134550932 4292231328 18446744073709551615 4110256882 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2481/tid=2495] ppid=2479 vsize=1548028 CPUtime=0.62
/proc/2481/task/2495/stat : 2495 (java) R 2479 2481 1650 0 -1 4202560 14 0 0 0 62 0 0 0 18 0 16 0 36055709 1585180672 67010 1992294400 134512640 134550932 4292231328 18446744073709551615 4110256495 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.41
Current children cumulated vsize (KiB) 1548028

[startup+25.5025 s]
/proc/loadavg: 1.28 1.06 1.02 3/122 2499
/proc/meminfo: memFree=1594428/2059040 swapFree=4140236/4192956
[pid=2481] ppid=2479 vsize=1547156 CPUtime=41.79
/proc/2481/stat : 2481 (java) S 2479 2481 1650 0 -1 4202496 74063 0 99 0 4133 46 0 0 21 0 16 0 36054559 1584287744 67577 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 10
/proc/2481/statm: 386789 67577 1444 10 0 384092 0
[pid=2481/tid=2483] ppid=2479 vsize=1547156 CPUtime=9.72
/proc/2481/task/2483/stat : 2483 (java) S 2479 2481 1650 0 -1 4202560 31991 0 63 0 951 21 0 0 18 0 16 0 36054573 1584287744 67577 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 15
[pid=2481/tid=2484] ppid=2479 vsize=1547156 CPUtime=1.39
/proc/2481/task/2484/stat : 2484 (java) S 2479 2481 1650 0 -1 4202560 15878 0 0 0 130 9 0 0 16 0 16 0 36054583 1584287744 67577 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 1 0 0 0
[pid=2481/tid=2485] ppid=2479 vsize=1547156 CPUtime=1.34
/proc/2481/task/2485/stat : 2485 (java) S 2479 2481 1650 0 -1 4202560 15423 0 0 0 127 7 0 0 15 0 16 0 36054583 1584287744 67577 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2486] ppid=2479 vsize=1547156 CPUtime=0
/proc/2481/task/2486/stat : 2486 (java) S 2479 2481 1650 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 36054587 1584287744 67577 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 0 0 16800975 18446604437824056256 0 0 -1 1 0 0 0
[pid=2481/tid=2487] ppid=2479 vsize=1547156 CPUtime=0
/proc/2481/task/2487/stat : 2487 (java) S 2479 2481 1650 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 36054587 1584287744 67577 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2488] ppid=2479 vsize=1547156 CPUtime=0

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

/proc/2481/statm: 386741 351975 1447 10 0 384044 0
[pid=2481/tid=2483] ppid=2479 vsize=1546964 CPUtime=9.72
/proc/2481/task/2483/stat : 2483 (java) S 2479 2481 1650 0 -1 4202560 32009 0 63 0 951 21 0 0 15 0 16 0 36054573 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 15
[pid=2481/tid=2484] ppid=2479 vsize=1546964 CPUtime=31.86
/proc/2481/task/2484/stat : 2484 (java) S 2479 2481 1650 0 -1 4202560 193951 0 0 0 3074 112 0 0 16 0 16 0 36054583 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2485] ppid=2479 vsize=1546964 CPUtime=32.11
/proc/2481/task/2485/stat : 2485 (java) S 2479 2481 1650 0 -1 4202560 186696 0 0 0 3107 104 0 0 16 0 16 0 36054583 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 1 0 0 0
[pid=2481/tid=2486] ppid=2479 vsize=1546964 CPUtime=11.13
/proc/2481/task/2486/stat : 2486 (java) S 2479 2481 1650 0 -1 4202560 64 0 0 0 1107 6 0 0 15 0 16 0 36054587 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 0 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2487] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2487/stat : 2487 (java) S 2479 2481 1650 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 36054587 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2488] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2488/stat : 2488 (java) S 2479 2481 1650 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 36054587 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2489] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2489/stat : 2489 (java) S 2479 2481 1650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 36054595 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2490] ppid=2479 vsize=1546964 CPUtime=2.14
/proc/2481/task/2490/stat : 2490 (java) S 2479 2481 1650 0 -1 4202560 7647 0 0 0 212 2 0 0 15 0 16 0 36054595 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2491] ppid=2479 vsize=1546964 CPUtime=2.39
/proc/2481/task/2491/stat : 2491 (java) S 2479 2481 1650 0 -1 4202560 2069 0 0 0 239 0 0 0 15 0 16 0 36054595 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 1 0 0 0
[pid=2481/tid=2492] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2492/stat : 2492 (java) S 2479 2481 1650 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 36054595 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2493] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2493/stat : 2493 (java) S 2479 2481 1650 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 16 0 36054595 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2494] ppid=2479 vsize=1546964 CPUtime=703.89
/proc/2481/task/2494/stat : 2494 (java) R 2479 2481 1650 0 -1 4202560 187 0 0 0 70361 28 0 0 25 0 16 0 36055709 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4109952300 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2481/tid=2495] ppid=2479 vsize=1546964 CPUtime=695.57
/proc/2481/task/2495/stat : 2495 (java) R 2479 2481 1650 0 -1 4202560 367 0 0 0 69551 6 0 0 25 0 16 0 36055709 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4110501278 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2481/tid=2496] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2496/stat : 2496 (java) S 2479 2481 1650 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 36055771 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2497] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2497/stat : 2497 (java) S 2479 2481 1650 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 36055780 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1488.92
Current children cumulated vsize (KiB) 1546964

[startup+822.303 s]
/proc/loadavg: 2.05 2.00 1.60 3/122 2519
/proc/meminfo: memFree=453876/2059040 swapFree=4140236/4192956
[pid=2481] ppid=2479 vsize=1546964 CPUtime=1605.28
/proc/2481/stat : 2481 (java) S 2479 2481 1650 0 -1 4202496 424136 0 99 0 160233 295 0 0 21 0 16 0 36054559 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 10
/proc/2481/statm: 386741 351975 1447 10 0 384044 0
[pid=2481/tid=2483] ppid=2479 vsize=1546964 CPUtime=9.72
/proc/2481/task/2483/stat : 2483 (java) S 2479 2481 1650 0 -1 4202560 32011 0 63 0 951 21 0 0 15 0 16 0 36054573 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 15
[pid=2481/tid=2484] ppid=2479 vsize=1546964 CPUtime=34.55
/proc/2481/task/2484/stat : 2484 (java) S 2479 2481 1650 0 -1 4202560 193951 0 0 0 3340 115 0 0 16 0 16 0 36054583 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 1 0 0 0
[pid=2481/tid=2485] ppid=2479 vsize=1546964 CPUtime=34.85
/proc/2481/task/2485/stat : 2485 (java) S 2479 2481 1650 0 -1 4202560 186696 0 0 0 3380 105 0 0 16 0 16 0 36054583 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2486] ppid=2479 vsize=1546964 CPUtime=13.42
/proc/2481/task/2486/stat : 2486 (java) S 2479 2481 1650 0 -1 4202560 66 0 0 0 1334 8 0 0 15 0 16 0 36054587 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 0 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2487] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2487/stat : 2487 (java) S 2479 2481 1650 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 36054587 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2488] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2488/stat : 2488 (java) S 2479 2481 1650 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 36054587 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2489] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2489/stat : 2489 (java) S 2479 2481 1650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 36054595 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2490] ppid=2479 vsize=1546964 CPUtime=2.14
/proc/2481/task/2490/stat : 2490 (java) S 2479 2481 1650 0 -1 4202560 7647 0 0 0 212 2 0 0 15 0 16 0 36054595 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2491] ppid=2479 vsize=1546964 CPUtime=2.39
/proc/2481/task/2491/stat : 2491 (java) S 2479 2481 1650 0 -1 4202560 2069 0 0 0 239 0 0 0 15 0 16 0 36054595 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 1 0 0 0
[pid=2481/tid=2492] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2492/stat : 2492 (java) S 2479 2481 1650 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 36054595 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2493] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2493/stat : 2493 (java) S 2479 2481 1650 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 16 0 36054595 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2494] ppid=2479 vsize=1546964 CPUtime=758.48
/proc/2481/task/2494/stat : 2494 (java) R 2479 2481 1650 0 -1 4202560 216 0 0 0 75818 30 0 0 25 0 16 0 36055709 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4109933844 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2481/tid=2495] ppid=2479 vsize=1546964 CPUtime=749.62
/proc/2481/task/2495/stat : 2495 (java) R 2479 2481 1650 0 -1 4202560 398 0 0 0 74955 7 0 0 21 0 16 0 36055709 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4110470744 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2481/tid=2496] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2496/stat : 2496 (java) S 2479 2481 1650 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 36055771 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2497] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2497/stat : 2497 (java) S 2479 2481 1650 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 36055780 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1605.28
Current children cumulated vsize (KiB) 1546964

[startup+882.302 s]
/proc/loadavg: 2.02 2.00 1.62 3/122 2530
/proc/meminfo: memFree=452576/2059040 swapFree=4140236/4192956
[pid=2481] ppid=2479 vsize=1546964 CPUtime=1722.95
/proc/2481/stat : 2481 (java) S 2479 2481 1650 0 -1 4202496 424200 0 99 0 171993 302 0 0 21 0 16 0 36054559 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 10
/proc/2481/statm: 386741 351975 1447 10 0 384044 0
[pid=2481/tid=2483] ppid=2479 vsize=1546964 CPUtime=9.72
/proc/2481/task/2483/stat : 2483 (java) S 2479 2481 1650 0 -1 4202560 32012 0 63 0 951 21 0 0 15 0 16 0 36054573 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 15
[pid=2481/tid=2484] ppid=2479 vsize=1546964 CPUtime=37.12
/proc/2481/task/2484/stat : 2484 (java) S 2479 2481 1650 0 -1 4202560 193951 0 0 0 3597 115 0 0 16 0 16 0 36054583 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 1 0 0 0
[pid=2481/tid=2485] ppid=2479 vsize=1546964 CPUtime=37.25
/proc/2481/task/2485/stat : 2485 (java) S 2479 2481 1650 0 -1 4202560 186696 0 0 0 3616 109 0 0 16 0 16 0 36054583 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2486] ppid=2479 vsize=1546964 CPUtime=14.49
/proc/2481/task/2486/stat : 2486 (java) S 2479 2481 1650 0 -1 4202560 70 0 0 0 1440 9 0 0 15 0 16 0 36054587 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 0 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2487] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2487/stat : 2487 (java) S 2479 2481 1650 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 36054587 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2488] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2488/stat : 2488 (java) S 2479 2481 1650 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 36054587 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2489] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2489/stat : 2489 (java) S 2479 2481 1650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 36054595 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2490] ppid=2479 vsize=1546964 CPUtime=2.14
/proc/2481/task/2490/stat : 2490 (java) S 2479 2481 1650 0 -1 4202560 7647 0 0 0 212 2 0 0 15 0 16 0 36054595 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2491] ppid=2479 vsize=1546964 CPUtime=2.39
/proc/2481/task/2491/stat : 2491 (java) S 2479 2481 1650 0 -1 4202560 2069 0 0 0 239 0 0 0 15 0 16 0 36054595 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 1 0 0 0
[pid=2481/tid=2492] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2492/stat : 2492 (java) S 2479 2481 1650 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 36054595 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2493] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2493/stat : 2493 (java) S 2479 2481 1650 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 16 0 36054595 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2494] ppid=2479 vsize=1546964 CPUtime=814.39
/proc/2481/task/2494/stat : 2494 (java) R 2479 2481 1650 0 -1 4202560 247 0 0 0 81407 32 0 0 25 0 16 0 36055709 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4110257330 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2481/tid=2495] ppid=2479 vsize=1546964 CPUtime=805.34
/proc/2481/task/2495/stat : 2495 (java) R 2479 2481 1650 0 -1 4202560 422 0 0 0 80527 7 0 0 25 0 16 0 36055709 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4110501115 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2481/tid=2496] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2496/stat : 2496 (java) S 2479 2481 1650 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 36055771 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2497] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2497/stat : 2497 (java) S 2479 2481 1650 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 36055780 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1722.95
Current children cumulated vsize (KiB) 1546964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.81 s]
/proc/loadavg: 2.03 2.00 1.64 3/122 2532
/proc/meminfo: memFree=452576/2059040 swapFree=4140236/4192956
[pid=2481] ppid=2479 vsize=1546964 CPUtime=1800.07
/proc/2481/stat : 2481 (java) S 2479 2481 1650 0 -1 4202496 424245 0 99 0 179700 307 0 0 21 0 16 0 36054559 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 10
/proc/2481/statm: 386741 351975 1447 10 0 384044 0
[pid=2481/tid=2483] ppid=2479 vsize=1546964 CPUtime=9.72
/proc/2481/task/2483/stat : 2483 (java) S 2479 2481 1650 0 -1 4202560 32013 0 63 0 951 21 0 0 15 0 16 0 36054573 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 15
[pid=2481/tid=2484] ppid=2479 vsize=1546964 CPUtime=38.98
/proc/2481/task/2484/stat : 2484 (java) S 2479 2481 1650 0 -1 4202560 193951 0 0 0 3783 115 0 0 15 0 16 0 36054583 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2485] ppid=2479 vsize=1546964 CPUtime=39.01
/proc/2481/task/2485/stat : 2485 (java) S 2479 2481 1650 0 -1 4202560 186696 0 0 0 3790 111 0 0 16 0 16 0 36054583 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 1 0 0 0
[pid=2481/tid=2486] ppid=2479 vsize=1546964 CPUtime=15.55
/proc/2481/task/2486/stat : 2486 (java) S 2479 2481 1650 0 -1 4202560 72 0 0 0 1546 9 0 0 15 0 16 0 36054587 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 0 0 16800975 18446604437824056256 0 0 -1 1 0 0 0
[pid=2481/tid=2487] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2487/stat : 2487 (java) S 2479 2481 1650 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 36054587 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2488] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2488/stat : 2488 (java) S 2479 2481 1650 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 36054587 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2489] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2489/stat : 2489 (java) S 2479 2481 1650 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 36054595 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2490] ppid=2479 vsize=1546964 CPUtime=2.14
/proc/2481/task/2490/stat : 2490 (java) S 2479 2481 1650 0 -1 4202560 7647 0 0 0 212 2 0 0 15 0 16 0 36054595 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2491] ppid=2479 vsize=1546964 CPUtime=2.39
/proc/2481/task/2491/stat : 2491 (java) S 2479 2481 1650 0 -1 4202560 2069 0 0 0 239 0 0 0 15 0 16 0 36054595 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 1 0 0 0
[pid=2481/tid=2492] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2492/stat : 2492 (java) S 2479 2481 1650 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 36054595 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2493] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2493/stat : 2493 (java) R 2479 2481 1650 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 36054595 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2481/tid=2494] ppid=2479 vsize=1546964 CPUtime=850.61
/proc/2481/task/2494/stat : 2494 (java) R 2479 2481 1650 0 -1 4202560 261 0 0 0 85027 34 0 0 25 0 16 0 36055709 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4109952224 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2481/tid=2495] ppid=2479 vsize=1546964 CPUtime=841.53
/proc/2481/task/2495/stat : 2495 (java) R 2479 2481 1650 0 -1 4202560 448 0 0 0 84146 7 0 0 25 0 16 0 36055709 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4110470784 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2481/tid=2496] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2496/stat : 2496 (java) S 2479 2481 1650 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 36055771 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 0 0 0 0
[pid=2481/tid=2497] ppid=2479 vsize=1546964 CPUtime=0
/proc/2481/task/2497/stat : 2497 (java) S 2479 2481 1650 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 36055780 1584091136 351975 1992294400 134512640 134550932 4292231328 18446744073709551615 4294960144 0 4 0 16800975 18446604437824056256 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1546964

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

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

[startup+922.002 s]
/proc/loadavg: 2.03 2.00 1.64 3/122 2532
/proc/meminfo: memFree=452576/2059040 swapFree=4140236/4192956
[pid=2481] ppid=2479 vsize=0 CPUtime=1800.31
/proc/2481/stat : 2481 (java) Z 2479 2481 1650 0 -1 4203548 424265 0 99 0 179711 320 0 0 17 0 2 0 36054559 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 10
/proc/2481/statm: 0 0 0 0 0 0 0
[pid=2481/tid=2494] ppid=2479 vsize=0 CPUtime=850.78
/proc/2481/task/2494/stat : 2494 (java) R 2479 2481 1650 0 -1 4203588 261 0 0 0 85032 46 0 0 25 0 2 0 36055709 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.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 922.013
CPU time (s): 1800.33
CPU user time (s): 1797.11
CPU system time (s): 3.21151
CPU usage (%): 195.26
Max. virtual memory (cumulated for all children) (KiB): 1548028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.11
system time used= 3.21151
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 424265
page faults= 99
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29113
involuntary context switches= 51763

runsolver used 4.42233 second user time and 10.9563 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-15 19:47:07
IDJOB=2662627
IDBENCH=2960
IDSOLVER=1166
FILE ID=node027/2662627-1276624025
PBS_JOBID= 11172291
Free space on /tmp= 62516 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=460-sizeP=231-sizeQ=460-367423129-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662627-1276624025/watcher-2662627-1276624025 -o /tmp/evaluation-result-2662627-1276624025/solver-2662627-1276624025 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662627-1276624025.opb

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

MD5SUM BENCH= 74dac00a4979a8cd5d3f4292ad3ec004
RANDOM SEED=1843015383

node027.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		: 2800.261
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	: 5600.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		: 2800.261
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:       1871716 kB
Buffers:          4636 kB
Cached:         104200 kB
SwapCached:       5896 kB
Active:          80612 kB
Inactive:        41408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1871716 kB
SwapTotal:     4192956 kB
SwapFree:      4140236 kB
Dirty:           20868 kB
Writeback:          28 kB
AnonPages:       11640 kB
Mapped:          13056 kB
Slab:            43124 kB
PageTables:       3940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181984 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62516 MiB
End job on node027 at 2010-06-15 20:02:31