Trace number 2662231

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.36 920.368

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=420-sizeP=211-sizeQ=420-348698641-max.opb
MD5SUM0313cdb45b0522b789ebac5496eff7a9
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 variables89251
Total number of constraints265861
Number of constraints which are clauses265860
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 constraint88620
Number of terms in the objective function 211
Biggest coefficient in the objective function 1645504557321206042154969182557350504982735865633579863348609024
Number of bits for the biggest coefficient in the objective function 211
Sum of the numbers in the objective function 3291009114642412084309938365114701009965471731267159726697218047
Number of bits of the sum of numbers in the objective function 211
Biggest number in a constraint 2227754207823337509102134573095845373483021732054960903603121346630505452738612005129840239901060253798165190221481644194672219102234100585084307285020612396607419274589973120157653414182912
Number of bits of the biggest number in a constraint 630
Biggest sum of numbers in a constraint 8911016831293350036408538292383381493932086928219843614412485386125155782666611316461046199057660664692500703545894843314379452055497331714886553722880795243382690831872185771948649693979666
Number of bits of the biggest sum of numbers631
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.14	c See www.sat4j.org for details.
0.07/0.16	c version 2.2.0.v20100531
0.07/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.07/0.16	c java.vm.version	11.2-b01
0.07/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.16	c sun.arch.data.model	32
0.07/0.16	c java.version		1.6.0_12
0.07/0.16	c os.name		Linux
0.07/0.16	c os.version		2.6.18-164.el5
0.07/0.16	c os.arch		i386
0.07/0.16	c Free memory 		1393557488
0.07/0.16	c Max memory 		1395916800
0.07/0.16	c Total memory 		1395916800
0.07/0.16	c Number of processors 	2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c ManyCore solver with 2 solvers running in parallel
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.22	c Expensive reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	
0.21/0.22	c solving HOME/instance-2662231-1276624594.opb
0.21/0.22	c reading problem ... 
12.30/9.35	c ... done. Wall clock time 9.125s.
12.30/9.35	c #vars     89251
12.30/9.35	c #constraints  288017
12.30/9.35	c constraints type 
12.30/9.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 88620
12.30/9.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 177240
12.30/9.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
12.30/9.35	c constraints type 
12.30/9.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 177240
12.30/9.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 88620
12.30/9.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.16/920.21	c starts		: 4
1800.16/920.21	c conflicts		: 367
1800.16/920.21	c decisions		: 2320
1800.16/920.21	c propagations		: 600948
1800.16/920.21	c inspects		: 2162812
1800.16/920.21	c learnt literals	: 0
1800.16/920.21	c learnt binary clauses	: 0
1800.16/920.21	c learnt ternary clauses	: 0
1800.16/920.22	c learnt clauses	: 367
1800.16/920.22	c ignored clauses	: 0
1800.16/920.22	c root simplifications	: 0
1800.16/920.22	c removed literals (reason simplification)	: 8205108
1800.16/920.22	c reason swapping (by a shorter reason)	: 0
1800.16/920.22	c Calls to reduceDB	: 0
1800.16/920.22	c number of reductions to clauses (during analyze)	: 0
1800.16/920.22	c number of learned constraints concerned by reduction	: 0
1800.16/920.22	c number of learning phase by resolution	: 0
1800.16/920.22	c number of learning phase by cutting planes	: 0
1800.16/920.22	c speed (assignments/second)	: 659.7552875563338
1800.16/920.22	c non guided choices	172
1800.16/920.22	c learnt constraints type 
1800.16/920.22	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 367
1800.16/920.22	c constraints type 
1800.16/920.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 88620
1800.16/920.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 177240
1800.16/920.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.16/920.22	c constraints type 
1800.16/920.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 177240
1800.16/920.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 88620
1800.16/920.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.16/920.22	s UNKNOWN
1800.16/920.22	c Total wall clock time (in seconds): 919.996

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

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


[startup+0 s]
/proc/loadavg: 0.95 1.00 1.07 3/106 12434
/proc/meminfo: memFree=1374592/2059040 swapFree=4192956/4192956
[pid=12434] ppid=12432 vsize=248 CPUtime=0
/proc/12434/stat : 12434 (java6) R 12432 12434 11923 0 -1 4194304 109 0 0 0 0 0 0 0 21 0 1 0 3750501 253952 28 1992294400 134512640 134550932 4286762848 18446744073709551615 3899870 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12434/statm: 62 28 21 10 0 23 0

[startup+0.061199 s]
/proc/loadavg: 0.95 1.00 1.07 3/106 12434
/proc/meminfo: memFree=1374592/2059040 swapFree=4192956/4192956
[pid=12434] ppid=12432 vsize=1521664 CPUtime=0.04
/proc/12434/stat : 12434 (java) S 12432 12434 11923 0 -1 4202496 3594 0 1 0 3 1 0 0 15 0 7 0 3750501 1558183936 3035 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/12434/statm: 380416 3035 1015 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.1012 s]
/proc/loadavg: 0.95 1.00 1.07 3/106 12434
/proc/meminfo: memFree=1374592/2059040 swapFree=4192956/4192956
[pid=12434] ppid=12432 vsize=1524020 CPUtime=0.07
/proc/12434/stat : 12434 (java) S 12432 12434 11923 0 -1 4202496 3934 0 1 0 5 2 0 0 15 0 12 0 3750501 1560596480 3373 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12434/statm: 381005 3373 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1524020

[startup+0.301222 s]
/proc/loadavg: 0.95 1.00 1.07 3/106 12434
/proc/meminfo: memFree=1374592/2059040 swapFree=4192956/4192956
[pid=12434] ppid=12432 vsize=1526672 CPUtime=0.37
/proc/12434/stat : 12434 (java) S 12432 12434 11923 0 -1 4202496 6395 0 1 0 33 4 0 0 15 0 12 0 3750501 1563312128 5832 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12434/statm: 381668 5832 1357 10 0 378971 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526672

[startup+0.70126 s]
/proc/loadavg: 0.95 1.00 1.07 3/106 12434
/proc/meminfo: memFree=1374592/2059040 swapFree=4192956/4192956
[pid=12434] ppid=12432 vsize=1528744 CPUtime=1.08
/proc/12434/stat : 12434 (java) S 12432 12434 11923 0 -1 4202496 8500 0 1 0 103 5 0 0 15 0 12 0 3750501 1565433856 7937 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12434/statm: 382186 7938 1403 10 0 379489 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1528744

[startup+1.50234 s]
/proc/loadavg: 0.95 1.00 1.07 4/118 12446
/proc/meminfo: memFree=1328988/2059040 swapFree=4192956/4192956
[pid=12434] ppid=12432 vsize=1539708 CPUtime=2.66
/proc/12434/stat : 12434 (java) S 12432 12434 11923 0 -1 4202496 24306 0 1 0 254 12 0 0 15 0 12 0 3750501 1576660992 22296 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12434/statm: 384927 22298 1407 10 0 382230 0
[pid=12434/tid=12436] ppid=12432 vsize=1539708 CPUtime=1.46
/proc/12434/task/12436/stat : 12436 (java) R 12432 12434 11923 0 -1 4202560 18023 0 1 0 137 9 0 0 25 0 12 0 3750503 1576660992 22299 1992294400 134512640 134550932 4294120016 18446744073709551615 4109427993 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12434/tid=12437] ppid=12432 vsize=1539708 CPUtime=0
/proc/12434/task/12437/stat : 12437 (java) S 12432 12434 11923 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 3750504 1576660992 22301 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
[pid=12434/tid=12438] ppid=12432 vsize=1539708 CPUtime=0
/proc/12434/task/12438/stat : 12438 (java) S 12432 12434 11923 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 3750504 1576660992 22302 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
[pid=12434/tid=12439] ppid=12432 vsize=1539708 CPUtime=0
/proc/12434/task/12439/stat : 12439 (java) S 12432 12434 11923 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 3750506 1576660992 22303 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 0 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
[pid=12434/tid=12440] ppid=12432 vsize=1539708 CPUtime=0
/proc/12434/task/12440/stat : 12440 (java) S 12432 12434 11923 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 3750506 1576660992 22304 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12441] ppid=12432 vsize=1539708 CPUtime=0
/proc/12434/task/12441/stat : 12441 (java) S 12432 12434 11923 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 3750506 1576660992 22306 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12442] ppid=12432 vsize=1539708 CPUtime=0
/proc/12434/task/12442/stat : 12442 (java) S 12432 12434 11923 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 3750510 1576660992 22307 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12443] ppid=12432 vsize=1539708 CPUtime=0.5
/proc/12434/task/12443/stat : 12443 (java) R 12432 12434 11923 0 -1 4202560 2665 0 0 0 50 0 0 0 18 0 12 0 3750510 1576660992 22308 1992294400 134512640 134550932 4294120016 18446744073709551615 106251816 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12434/tid=12444] ppid=12432 vsize=1539708 CPUtime=0.67
/proc/12434/task/12444/stat : 12444 (java) S 12432 12434 11923 0 -1 4202560 2555 0 0 0 66 1 0 0 18 0 12 0 3750511 1576660992 22309 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12445] ppid=12432 vsize=1539708 CPUtime=0
/proc/12434/task/12445/stat : 12445 (java) S 12432 12434 11923 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 3750511 1576660992 22311 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12446] ppid=12432 vsize=1539708 CPUtime=0
/proc/12434/task/12446/stat : 12446 (java) S 12432 12434 11923 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3750511 1576660992 22312 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 1539708

[startup+3.10249 s]
/proc/loadavg: 0.95 1.00 1.07 2/118 12446
/proc/meminfo: memFree=1218380/2059040 swapFree=4192956/4192956
[pid=12434] ppid=12432 vsize=1538692 CPUtime=4.57
/proc/12434/stat : 12434 (java) S 12432 12434 11923 0 -1 4202496 49376 0 1 0 432 25 0 0 15 0 12 0 3750501 1575620608 46905 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12434/statm: 384673 46905 1417 10 0 381976 0
[pid=12434/tid=12436] ppid=12432 vsize=1538692 CPUtime=2.84
/proc/12434/task/12436/stat : 12436 (java) R 12432 12434 11923 0 -1 4202560 32037 0 1 0 268 16 0 0 24 0 12 0 3750503 1575620608 46905 1992294400 134512640 134550932 4294120016 18446744073709551615 4109421251 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12434/tid=12437] ppid=12432 vsize=1538692 CPUtime=0.21
/proc/12434/task/12437/stat : 12437 (java) S 12432 12434 11923 0 -1 4202560 5275 0 0 0 18 3 0 0 16 0 12 0 3750504 1575620608 46905 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
[pid=12434/tid=12438] ppid=12432 vsize=1538692 CPUtime=0.21
/proc/12434/task/12438/stat : 12438 (java) S 12432 12434 11923 0 -1 4202560 5609 0 0 0 19 2 0 0 18 0 12 0 3750504 1575620608 46905 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12439] ppid=12432 vsize=1538692 CPUtime=0
/proc/12434/task/12439/stat : 12439 (java) S 12432 12434 11923 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 12 0 3750506 1575620608 46905 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 0 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12440] ppid=12432 vsize=1538692 CPUtime=0
/proc/12434/task/12440/stat : 12440 (java) S 12432 12434 11923 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 3750506 1575620608 46905 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12441] ppid=12432 vsize=1538692 CPUtime=0
/proc/12434/task/12441/stat : 12441 (java) S 12432 12434 11923 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 3750506 1575620608 46905 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12442] ppid=12432 vsize=1538692 CPUtime=0
/proc/12434/task/12442/stat : 12442 (java) S 12432 12434 11923 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 3750510 1575620608 46905 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12443] ppid=12432 vsize=1538692 CPUtime=0.56
/proc/12434/task/12443/stat : 12443 (java) S 12432 12434 11923 0 -1 4202560 2825 0 0 0 56 0 0 0 18 0 12 0 3750510 1575620608 46905 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12444] ppid=12432 vsize=1538692 CPUtime=0.7
/proc/12434/task/12444/stat : 12444 (java) S 12432 12434 11923 0 -1 4202560 2555 0 0 0 69 1 0 0 16 0 12 0 3750511 1575620608 46905 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12445] ppid=12432 vsize=1538692 CPUtime=0
/proc/12434/task/12445/stat : 12445 (java) S 12432 12434 11923 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 3750511 1575620608 46905 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12446] ppid=12432 vsize=1538692 CPUtime=0
/proc/12434/task/12446/stat : 12446 (java) S 12432 12434 11923 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3750511 1575620608 46905 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 1538692

[startup+6.3018 s]
/proc/loadavg: 1.11 1.03 1.08 2/118 12446
/proc/meminfo: memFree=1163324/2059040 swapFree=4192956/4192956
[pid=12434] ppid=12432 vsize=1537260 CPUtime=8.14
/proc/12434/stat : 12434 (java) S 12432 12434 11923 0 -1 4202496 57230 0 1 0 785 29 0 0 15 0 12 0 3750501 1574154240 53809 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12434/statm: 384315 53809 1419 10 0 381618 0
[pid=12434/tid=12436] ppid=12432 vsize=1537260 CPUtime=5.67
/proc/12434/task/12436/stat : 12436 (java) R 12432 12434 11923 0 -1 4202560 32040 0 1 0 550 17 0 0 25 0 12 0 3750503 1574154240 53809 1992294400 134512640 134550932 4294120016 18446744073709551615 4109360526 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12434/tid=12437] ppid=12432 vsize=1537260 CPUtime=0.57
/proc/12434/task/12437/stat : 12437 (java) S 12432 12434 11923 0 -1 4202560 8374 0 0 0 53 4 0 0 16 0 12 0 3750504 1574154240 53809 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
[pid=12434/tid=12438] ppid=12432 vsize=1537260 CPUtime=0.57
/proc/12434/task/12438/stat : 12438 (java) S 12432 12434 11923 0 -1 4202560 10359 0 0 0 53 4 0 0 16 0 12 0 3750504 1574154240 53809 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12439] ppid=12432 vsize=1537260 CPUtime=0
/proc/12434/task/12439/stat : 12439 (java) S 12432 12434 11923 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 12 0 3750506 1574154240 53809 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 0 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12440] ppid=12432 vsize=1537260 CPUtime=0
/proc/12434/task/12440/stat : 12440 (java) S 12432 12434 11923 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 3750506 1574154240 53809 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12441] ppid=12432 vsize=1537260 CPUtime=0
/proc/12434/task/12441/stat : 12441 (java) S 12432 12434 11923 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 3750506 1574154240 53809 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12442] ppid=12432 vsize=1537260 CPUtime=0
/proc/12434/task/12442/stat : 12442 (java) S 12432 12434 11923 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 3750510 1574154240 53809 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12443] ppid=12432 vsize=1537260 CPUtime=0.57
/proc/12434/task/12443/stat : 12443 (java) S 12432 12434 11923 0 -1 4202560 2827 0 0 0 57 0 0 0 15 0 12 0 3750510 1574154240 53809 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12444] ppid=12432 vsize=1537260 CPUtime=0.7
/proc/12434/task/12444/stat : 12444 (java) S 12432 12434 11923 0 -1 4202560 2555 0 0 0 69 1 0 0 16 0 12 0 3750511 1574154240 53809 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12445] ppid=12432 vsize=1537260 CPUtime=0
/proc/12434/task/12445/stat : 12445 (java) S 12432 12434 11923 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 3750511 1574154240 53809 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12446] ppid=12432 vsize=1537260 CPUtime=0
/proc/12434/task/12446/stat : 12446 (java) S 12432 12434 11923 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3750511 1574154240 53809 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.14
Current children cumulated vsize (KiB) 1537260

[startup+12.7024 s]
/proc/loadavg: 1.10 1.03 1.08 4/122 12450
/proc/meminfo: memFree=1123860/2059040 swapFree=4192956/4192956
[pid=12434] ppid=12432 vsize=1545072 CPUtime=18.98
/proc/12434/stat : 12434 (java) S 12432 12434 11923 0 -1 4202496 70823 0 1 0 1863 35 0 0 15 0 16 0 3750501 1582153728 63870 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12434/statm: 386268 63870 1444 10 0 383571 0
[pid=12434/tid=12436] ppid=12432 vsize=1545072 CPUtime=8.53
/proc/12434/task/12436/stat : 12436 (java) S 12432 12434 11923 0 -1 4202560 32074 0 1 0 836 17 0 0 18 0 16 0 3750503 1582153728 63870 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12437] ppid=12432 vsize=1545072 CPUtime=0.97
/proc/12434/task/12437/stat : 12437 (java) S 12432 12434 11923 0 -1 4202560 12127 0 0 0 91 6 0 0 16 0 16 0 3750504 1582153728 63870 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
[pid=12434/tid=12438] ppid=12432 vsize=1545072 CPUtime=0.95
/proc/12434/task/12438/stat : 12438 (java) S 12432 12434 11923 0 -1 4202560 16308 0 0 0 88 7 0 0 16 0 16 0 3750504 1582153728 63870 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12439] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12439/stat : 12439 (java) S 12432 12434 11923 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 3750506 1582153728 63870 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 0 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12440] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12440/stat : 12440 (java) S 12432 12434 11923 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 3750506 1582153728 63870 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12441] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12441/stat : 12441 (java) S 12432 12434 11923 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3750506 1582153728 63870 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12442] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12442/stat : 12442 (java) S 12432 12434 11923 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 3750510 1582153728 63870 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12443] ppid=12432 vsize=1545072 CPUtime=1.69
/proc/12434/task/12443/stat : 12443 (java) S 12432 12434 11923 0 -1 4202560 3314 0 0 0 168 1 0 0 15 0 16 0 3750510 1582153728 63870 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
[pid=12434/tid=12444] ppid=12432 vsize=1545072 CPUtime=1.94
/proc/12434/task/12444/stat : 12444 (java) S 12432 12434 11923 0 -1 4202560 5872 0 0 0 192 2 0 0 15 0 16 0 3750511 1582153728 63870 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12445] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12445/stat : 12445 (java) S 12432 12434 11923 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3750511 1582153728 63870 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12446] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12446/stat : 12446 (java) S 12432 12434 11923 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 3750511 1582153728 63870 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
[pid=12434/tid=12447] ppid=12432 vsize=1545072 CPUtime=2.54
/proc/12434/task/12447/stat : 12447 (java) R 12432 12434 11923 0 -1 4202560 20 0 0 0 254 0 0 0 25 0 16 0 3751436 1582153728 63870 1992294400 134512640 134550932 4294120016 18446744073709551615 4109092724 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12434/tid=12448] ppid=12432 vsize=1545072 CPUtime=2.3
/proc/12434/task/12448/stat : 12448 (java) R 12432 12434 11923 0 -1 4202560 21 0 0 0 230 0 0 0 25 0 16 0 3751436 1582153728 63870 1992294400 134512640 134550932 4294120016 18446744073709551615 4109626708 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12434/tid=12449] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12449/stat : 12449 (java) S 12432 12434 11923 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 16 0 3751502 1582153728 63870 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12450] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12450/stat : 12450 (java) S 12432 12434 11923 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3751504 1582153728 63870 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18.98
Current children cumulated vsize (KiB) 1545072

[startup+25.5012 s]
/proc/loadavg: 1.30 1.08 1.10 3/122 12450
/proc/meminfo: memFree=1115676/2059040 swapFree=4192956/4192956
[pid=12434] ppid=12432 vsize=1545072 CPUtime=44.35
/proc/12434/stat : 12434 (java) S 12432 12434 11923 0 -1 4202496 73320 0 1 0 4398 37 0 0 15 0 16 0 3750501 1582153728 65912 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12434/statm: 386268 65912 1444 10 0 383571 0
[pid=12434/tid=12436] ppid=12432 vsize=1545072 CPUtime=8.53
/proc/12434/task/12436/stat : 12436 (java) S 12432 12434 11923 0 -1 4202560 32074 0 1 0 836 17 0 0 18 0 16 0 3750503 1582153728 65912 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12437] ppid=12432 vsize=1545072 CPUtime=1.19
/proc/12434/task/12437/stat : 12437 (java) S 12432 12434 11923 0 -1 4202560 12981 0 0 0 113 6 0 0 16 0 16 0 3750504 1582153728 65912 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
[pid=12434/tid=12438] ppid=12432 vsize=1545072 CPUtime=1.17
/proc/12434/task/12438/stat : 12438 (java) S 12432 12434 11923 0 -1 4202560 17932 0 0 0 109 8 0 0 15 0 16 0 3750504 1582153728 65912 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12439] ppid=12432 vsize=1545072 CPUtime=0

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

/proc/12434/statm: 386268 349447 1446 10 0 383571 0
[pid=12434/tid=12436] ppid=12432 vsize=1545072 CPUtime=8.53
/proc/12434/task/12436/stat : 12436 (java) S 12432 12434 11923 0 -1 4202560 32105 0 1 0 836 17 0 0 15 0 16 0 3750503 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12437] ppid=12432 vsize=1545072 CPUtime=42.86
/proc/12434/task/12437/stat : 12437 (java) R 12432 12434 11923 0 -1 4202560 181142 0 0 0 4182 104 0 0 15 0 16 0 3750504 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12434/tid=12438] ppid=12432 vsize=1545072 CPUtime=42.73
/proc/12434/task/12438/stat : 12438 (java) R 12432 12434 11923 0 -1 4202560 187317 0 0 0 4169 104 0 0 15 0 16 0 3750504 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12434/tid=12439] ppid=12432 vsize=1545072 CPUtime=10.88
/proc/12434/task/12439/stat : 12439 (java) S 12432 12434 11923 0 -1 4202560 55 0 0 0 1080 8 0 0 15 0 16 0 3750506 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 0 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12440] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12440/stat : 12440 (java) S 12432 12434 11923 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 3750506 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12441] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12441/stat : 12441 (java) S 12432 12434 11923 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3750506 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12442] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12442/stat : 12442 (java) S 12432 12434 11923 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 3750510 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12443] ppid=12432 vsize=1545072 CPUtime=2.63
/proc/12434/task/12443/stat : 12443 (java) S 12432 12434 11923 0 -1 4202560 3344 0 0 0 262 1 0 0 15 0 16 0 3750510 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
[pid=12434/tid=12444] ppid=12432 vsize=1545072 CPUtime=2.17
/proc/12434/task/12444/stat : 12444 (java) S 12432 12434 11923 0 -1 4202560 5883 0 0 0 215 2 0 0 16 0 16 0 3750511 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12445] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12445/stat : 12445 (java) S 12432 12434 11923 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3750511 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12446] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12446/stat : 12446 (java) S 12432 12434 11923 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 16 0 3750511 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
[pid=12434/tid=12447] ppid=12432 vsize=1545072 CPUtime=693.18
/proc/12434/task/12447/stat : 12447 (java) S 12432 12434 11923 0 -1 4202560 154 0 0 0 69307 11 0 0 25 0 16 0 3751436 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
[pid=12434/tid=12448] ppid=12432 vsize=1545072 CPUtime=688.82
/proc/12434/task/12448/stat : 12448 (java) S 12432 12434 11923 0 -1 4202560 494 0 0 0 68863 19 0 0 25 0 16 0 3751436 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12449] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12449/stat : 12449 (java) S 12432 12434 11923 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 16 0 3751502 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12450] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12450/stat : 12450 (java) S 12432 12434 11923 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3751504 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1491.9
Current children cumulated vsize (KiB) 1545072

[startup+822.302 s]
/proc/loadavg: 1.98 1.98 1.64 3/122 12481
/proc/meminfo: memFree=10560/2059040 swapFree=4192956/4192956
[pid=12434] ppid=12432 vsize=1545072 CPUtime=1608.51
/proc/12434/stat : 12434 (java) S 12432 12434 11923 0 -1 4202496 411695 0 1 0 160572 279 0 0 15 0 16 0 3750501 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12434/statm: 386268 349447 1446 10 0 383571 0
[pid=12434/tid=12436] ppid=12432 vsize=1545072 CPUtime=8.53
/proc/12434/task/12436/stat : 12436 (java) S 12432 12434 11923 0 -1 4202560 32105 0 1 0 836 17 0 0 15 0 16 0 3750503 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12437] ppid=12432 vsize=1545072 CPUtime=46.28
/proc/12434/task/12437/stat : 12437 (java) S 12432 12434 11923 0 -1 4202560 181142 0 0 0 4521 107 0 0 15 0 16 0 3750504 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
[pid=12434/tid=12438] ppid=12432 vsize=1545072 CPUtime=46.15
/proc/12434/task/12438/stat : 12438 (java) S 12432 12434 11923 0 -1 4202560 187317 0 0 0 4509 106 0 0 15 0 16 0 3750504 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12439] ppid=12432 vsize=1545072 CPUtime=12.8
/proc/12434/task/12439/stat : 12439 (java) S 12432 12434 11923 0 -1 4202560 59 0 0 0 1272 8 0 0 15 0 16 0 3750506 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 0 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
[pid=12434/tid=12440] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12440/stat : 12440 (java) S 12432 12434 11923 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 3750506 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12441] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12441/stat : 12441 (java) S 12432 12434 11923 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3750506 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12442] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12442/stat : 12442 (java) S 12432 12434 11923 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 3750510 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12443] ppid=12432 vsize=1545072 CPUtime=2.63
/proc/12434/task/12443/stat : 12443 (java) S 12432 12434 11923 0 -1 4202560 3344 0 0 0 262 1 0 0 15 0 16 0 3750510 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
[pid=12434/tid=12444] ppid=12432 vsize=1545072 CPUtime=2.17
/proc/12434/task/12444/stat : 12444 (java) S 12432 12434 11923 0 -1 4202560 5883 0 0 0 215 2 0 0 16 0 16 0 3750511 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12445] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12445/stat : 12445 (java) S 12432 12434 11923 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3750511 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12446] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12446/stat : 12446 (java) S 12432 12434 11923 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 16 0 3750511 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
[pid=12434/tid=12447] ppid=12432 vsize=1545072 CPUtime=747.08
/proc/12434/task/12447/stat : 12447 (java) R 12432 12434 11923 0 -1 4202560 166 0 0 0 74696 12 0 0 20 0 16 0 3751436 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4109626708 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12434/tid=12448] ppid=12432 vsize=1545072 CPUtime=742.78
/proc/12434/task/12448/stat : 12448 (java) R 12432 12434 11923 0 -1 4202560 558 0 0 0 74256 22 0 0 18 0 16 0 3751436 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4109546372 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12434/tid=12449] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12449/stat : 12449 (java) S 12432 12434 11923 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 16 0 3751502 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12450] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12450/stat : 12450 (java) S 12432 12434 11923 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3751504 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1608.51
Current children cumulated vsize (KiB) 1545072

[startup+882.301 s]
/proc/loadavg: 1.99 1.98 1.65 3/122 12483
/proc/meminfo: memFree=10560/2059040 swapFree=4192956/4192956
[pid=12434] ppid=12432 vsize=1545072 CPUtime=1726.2
/proc/12434/stat : 12434 (java) S 12432 12434 11923 0 -1 4202496 411772 0 1 0 172333 287 0 0 15 0 16 0 3750501 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12434/statm: 386268 349447 1446 10 0 383571 0
[pid=12434/tid=12436] ppid=12432 vsize=1545072 CPUtime=8.53
/proc/12434/task/12436/stat : 12436 (java) S 12432 12434 11923 0 -1 4202560 32109 0 1 0 836 17 0 0 15 0 16 0 3750503 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12437] ppid=12432 vsize=1545072 CPUtime=49.46
/proc/12434/task/12437/stat : 12437 (java) S 12432 12434 11923 0 -1 4202560 181142 0 0 0 4837 109 0 0 15 0 16 0 3750504 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
[pid=12434/tid=12438] ppid=12432 vsize=1545072 CPUtime=49.34
/proc/12434/task/12438/stat : 12438 (java) S 12432 12434 11923 0 -1 4202560 187317 0 0 0 4825 109 0 0 16 0 16 0 3750504 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12439] ppid=12432 vsize=1545072 CPUtime=13.75
/proc/12434/task/12439/stat : 12439 (java) S 12432 12434 11923 0 -1 4202560 63 0 0 0 1367 8 0 0 15 0 16 0 3750506 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 0 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12440] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12440/stat : 12440 (java) S 12432 12434 11923 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 3750506 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12441] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12441/stat : 12441 (java) S 12432 12434 11923 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3750506 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12442] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12442/stat : 12442 (java) S 12432 12434 11923 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 3750510 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12443] ppid=12432 vsize=1545072 CPUtime=2.63
/proc/12434/task/12443/stat : 12443 (java) S 12432 12434 11923 0 -1 4202560 3344 0 0 0 262 1 0 0 15 0 16 0 3750510 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
[pid=12434/tid=12444] ppid=12432 vsize=1545072 CPUtime=2.17
/proc/12434/task/12444/stat : 12444 (java) S 12432 12434 11923 0 -1 4202560 5883 0 0 0 215 2 0 0 16 0 16 0 3750511 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12445] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12445/stat : 12445 (java) S 12432 12434 11923 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3750511 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12446] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12446/stat : 12446 (java) S 12432 12434 11923 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 3750511 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12447] ppid=12432 vsize=1545072 CPUtime=802.69
/proc/12434/task/12447/stat : 12447 (java) R 12432 12434 11923 0 -1 4202560 189 0 0 0 80257 12 0 0 25 0 16 0 3751436 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4109626685 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12434/tid=12448] ppid=12432 vsize=1545072 CPUtime=797.53
/proc/12434/task/12448/stat : 12448 (java) R 12432 12434 11923 0 -1 4202560 600 0 0 0 79729 24 0 0 25 0 16 0 3751436 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4109547123 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12434/tid=12449] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12449/stat : 12449 (java) S 12432 12434 11923 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 16 0 3751502 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12450] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12450/stat : 12450 (java) S 12432 12434 11923 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3751504 1582153728 349447 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.2
Current children cumulated vsize (KiB) 1545072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+920.202 s]
/proc/loadavg: 2.05 2.00 1.67 3/122 12483
/proc/meminfo: memFree=9864/2059040 swapFree=4192956/4192956
[pid=12434] ppid=12432 vsize=1545072 CPUtime=1800.16
/proc/12434/stat : 12434 (java) S 12432 12434 11923 0 -1 4202496 412764 0 1 0 179724 292 0 0 15 0 16 0 3750501 1582153728 350190 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12434/statm: 386268 350190 1446 10 0 383571 0
[pid=12434/tid=12436] ppid=12432 vsize=1545072 CPUtime=8.53
/proc/12434/task/12436/stat : 12436 (java) S 12432 12434 11923 0 -1 4202560 32110 0 1 0 836 17 0 0 15 0 16 0 3750503 1582153728 350190 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
[pid=12434/tid=12437] ppid=12432 vsize=1545072 CPUtime=51.2
/proc/12434/task/12437/stat : 12437 (java) S 12432 12434 11923 0 -1 4202560 181832 0 0 0 5008 112 0 0 16 0 16 0 3750504 1582153728 350190 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
[pid=12434/tid=12438] ppid=12432 vsize=1545072 CPUtime=51.05
/proc/12434/task/12438/stat : 12438 (java) S 12432 12434 11923 0 -1 4202560 187572 0 0 0 4995 110 0 0 16 0 16 0 3750504 1582153728 350190 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12439] ppid=12432 vsize=1545072 CPUtime=14.7
/proc/12434/task/12439/stat : 12439 (java) S 12432 12434 11923 0 -1 4202560 65 0 0 0 1461 9 0 0 15 0 16 0 3750506 1582153728 350190 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 0 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
[pid=12434/tid=12440] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12440/stat : 12440 (java) S 12432 12434 11923 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 3750506 1582153728 350190 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12441] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12441/stat : 12441 (java) S 12432 12434 11923 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3750506 1582153728 350190 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12442] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12442/stat : 12442 (java) S 12432 12434 11923 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 3750510 1582153728 350190 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12443] ppid=12432 vsize=1545072 CPUtime=2.63
/proc/12434/task/12443/stat : 12443 (java) S 12432 12434 11923 0 -1 4202560 3344 0 0 0 262 1 0 0 15 0 16 0 3750510 1582153728 350190 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
[pid=12434/tid=12444] ppid=12432 vsize=1545072 CPUtime=2.17
/proc/12434/task/12444/stat : 12444 (java) S 12432 12434 11923 0 -1 4202560 5883 0 0 0 215 2 0 0 16 0 16 0 3750511 1582153728 350190 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12445] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12445/stat : 12445 (java) S 12432 12434 11923 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 3750511 1582153728 350190 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12446] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12446/stat : 12446 (java) S 12432 12434 11923 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 3750511 1582153728 350190 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12447] ppid=12432 vsize=1545072 CPUtime=837.46
/proc/12434/task/12447/stat : 12447 (java) R 12432 12434 11923 0 -1 4202560 200 0 0 0 83734 12 0 0 25 0 16 0 3751436 1582153728 350190 1992294400 134512640 134550932 4294120016 18446744073709551615 4109626708 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12434/tid=12448] ppid=12432 vsize=1545072 CPUtime=832.35
/proc/12434/task/12448/stat : 12448 (java) R 12432 12434 11923 0 -1 4202560 631 0 0 0 83209 26 0 0 25 0 16 0 3751436 1582153728 350190 1992294400 134512640 134550932 4294120016 18446744073709551615 4110283044 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12434/tid=12449] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12449/stat : 12449 (java) S 12432 12434 11923 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 16 0 3751502 1582153728 350190 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 0 0 0 0
[pid=12434/tid=12450] ppid=12432 vsize=1545072 CPUtime=0
/proc/12434/task/12450/stat : 12450 (java) S 12432 12434 11923 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3751504 1582153728 350190 1992294400 134512640 134550932 4294120016 18446744073709551615 4294960144 0 4 0 16800975 18446604437827999872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 1545072

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

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

[startup+920.316 s]
/proc/loadavg: 2.05 2.00 1.67 3/122 12483
/proc/meminfo: memFree=9864/2059040 swapFree=4192956/4192956
[pid=12434] ppid=12432 vsize=0 CPUtime=1800.3
/proc/12434/stat : 12434 (java) Z 12432 12434 11923 0 -1 4203548 412784 0 1 0 179731 299 0 0 15 0 2 0 3750501 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12434/statm: 0 0 0 0 0 0 0
[pid=12434/tid=12448] ppid=12432 vsize=0 CPUtime=832.44
/proc/12434/task/12448/stat : 12448 (java) R 12432 12434 11923 0 -1 4203588 631 0 0 0 83212 32 0 0 25 0 2 0 3751436 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): 920.368
CPU time (s): 1800.36
CPU user time (s): 1797.31
CPU system time (s): 3.04754
CPU usage (%): 195.613
Max. virtual memory (cumulated for all children) (KiB): 1545072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.31
system time used= 3.04754
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 412784
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= 30708
involuntary context switches= 53760

runsolver used 5.67214 second user time and 9.11961 second system time

The end

Launcher Data

Begin job on node056 at 2010-06-15 19:56:36
IDJOB=2662231
IDBENCH=2969
IDSOLVER=1166
FILE ID=node056/2662231-1276624594
PBS_JOBID= 11172325
Free space on /tmp= 98624 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=420-sizeP=211-sizeQ=420-348698641-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662231-1276624594/watcher-2662231-1276624594 -o /tmp/evaluation-result-2662231-1276624594/solver-2662231-1276624594 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662231-1276624594.opb

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

MD5SUM BENCH= 0313cdb45b0522b789ebac5496eff7a9
RANDOM SEED=1436604074

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1374864 kB
Buffers:         82696 kB
Cached:         458976 kB
SwapCached:          0 kB
Active:         238128 kB
Inactive:       362964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1374864 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           16560 kB
Writeback:           0 kB
AnonPages:       59348 kB
Mapped:          15448 kB
Slab:            61080 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180232 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= 98624 MiB
End job on node056 at 2010-06-15 20:11:58