Trace number 2662239

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.24 920.068

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=420-sizeP=211-sizeQ=420-802270006-max.opb
MD5SUM9af4cec1a3de729e6d2b359a17678fc7
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 8911016831293350036408538292383381493932086928219843614412485386260498644612268667133724011390101656086782377029608255490932025454511314090929376002563120558209056959186693543806592147551031
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2662239-1276625712.opb
0.23/0.21	c reading problem ... 
11.85/8.89	c ... done. Wall clock time 8.676s.
11.85/8.89	c #vars     89251
11.85/8.89	c #constraints  288017
11.85/8.89	c constraints type 
11.85/8.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 88620
11.85/8.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 177240
11.85/8.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
11.85/8.89	c constraints type 
11.85/8.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 177240
11.85/8.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 88620
11.85/8.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.05/919.91	c starts		: 5
1800.05/919.91	c conflicts		: 540
1800.05/919.91	c decisions		: 2815
1800.05/919.91	c propagations		: 639871
1800.05/919.91	c inspects		: 2277557
1800.05/919.91	c learnt literals	: 0
1800.05/919.91	c learnt binary clauses	: 0
1800.05/919.91	c learnt ternary clauses	: 0
1800.05/919.91	c learnt clauses	: 539
1800.05/919.91	c ignored clauses	: 0
1800.05/919.91	c root simplifications	: 0
1800.05/919.91	c removed literals (reason simplification)	: 10119167
1800.05/919.91	c reason swapping (by a shorter reason)	: 0
1800.05/919.91	c Calls to reduceDB	: 0
1800.05/919.91	c number of reductions to clauses (during analyze)	: 0
1800.05/919.91	c number of learned constraints concerned by reduction	: 0
1800.05/919.91	c number of learning phase by resolution	: 0
1800.05/919.91	c number of learning phase by cutting planes	: 0
1800.05/919.92	c speed (assignments/second)	: 702.3638209708845
1800.05/919.92	c non guided choices	146
1800.05/919.92	c learnt constraints type 
1800.05/919.92	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 539
1800.05/919.92	c constraints type 
1800.05/919.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 88620
1800.05/919.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 177240
1800.05/919.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.05/919.92	c constraints type 
1800.05/919.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 177240
1800.05/919.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 88620
1800.05/919.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.05/919.92	s UNKNOWN
1800.05/919.92	c Total wall clock time (in seconds): 919.705

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-2662239-1276625712/watcher-2662239-1276625712 -o /tmp/evaluation-result-2662239-1276625712/solver-2662239-1276625712 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662239-1276625712.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 3/106 10757
/proc/meminfo: memFree=1468432/2059040 swapFree=4192956/4192956
[pid=10757] ppid=10755 vsize=1832 CPUtime=0
/proc/10757/stat : 10757 (java6) R 10755 10757 9999 0 -1 4194304 252 0 0 0 0 0 0 0 16 0 1 0 3866519 1875968 154 1992294400 134512640 134550932 4294061776 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/10757/statm: 458 154 116 10 0 63 0

[startup+0.014402 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10757
/proc/meminfo: memFree=1468432/2059040 swapFree=4192956/4192956
[pid=10757] ppid=10755 vsize=13164 CPUtime=0
/proc/10757/stat : 10757 (java) R 10755 10757 9999 0 -1 4194304 676 0 0 0 0 0 0 0 15 0 1 0 3866519 13479936 294 1992294400 134512640 134550932 4292622880 18446744073709551615 8550021 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10757/statm: 3291 297 142 10 0 1121 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13164

[startup+0.101402 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10757
/proc/meminfo: memFree=1468432/2059040 swapFree=4192956/4192956
[pid=10757] ppid=10755 vsize=1524180 CPUtime=0.08
/proc/10757/stat : 10757 (java) S 10755 10757 9999 0 -1 4202496 3963 0 1 0 6 2 0 0 15 0 12 0 3866519 1560760320 3401 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10757/statm: 381045 3401 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300402 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10757
/proc/meminfo: memFree=1468432/2059040 swapFree=4192956/4192956
[pid=10757] ppid=10755 vsize=1526412 CPUtime=0.38
/proc/10757/stat : 10757 (java) S 10755 10757 9999 0 -1 4202496 6425 0 1 0 35 3 0 0 15 0 12 0 3866519 1563045888 5861 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10757/statm: 381603 5861 1357 10 0 378906 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526412

[startup+0.700402 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10757
/proc/meminfo: memFree=1468432/2059040 swapFree=4192956/4192956
[pid=10757] ppid=10755 vsize=1528572 CPUtime=1.13
/proc/10757/stat : 10757 (java) S 10755 10757 9999 0 -1 4202496 8706 0 1 0 109 4 0 0 15 0 12 0 3866519 1565257728 8142 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10757/statm: 382143 8143 1403 10 0 379446 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1528572

[startup+1.5014 s]
/proc/loadavg: 1.00 1.00 1.00 4/118 10769
/proc/meminfo: memFree=1420040/2059040 swapFree=4192956/4192956
[pid=10757] ppid=10755 vsize=1536964 CPUtime=2.71
/proc/10757/stat : 10757 (java) S 10755 10757 9999 0 -1 4202496 23959 0 1 0 258 13 0 0 15 0 12 0 3866519 1573851136 21082 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10757/statm: 384241 21084 1407 10 0 381544 0
[pid=10757/tid=10759] ppid=10755 vsize=1536964 CPUtime=1.46
/proc/10757/task/10759/stat : 10759 (java) R 10755 10757 9999 0 -1 4202560 17279 0 1 0 136 10 0 0 18 0 12 0 3866521 1573851136 21086 1992294400 134512640 134550932 4292622880 18446744073709551615 4109349319 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10757/tid=10760] ppid=10755 vsize=1536964 CPUtime=0
/proc/10757/task/10760/stat : 10760 (java) S 10755 10757 9999 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 12 0 3866522 1573851136 21087 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10761] ppid=10755 vsize=1536964 CPUtime=0
/proc/10757/task/10761/stat : 10761 (java) S 10755 10757 9999 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 12 0 3866522 1573851136 21088 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10762] ppid=10755 vsize=1536964 CPUtime=0
/proc/10757/task/10762/stat : 10762 (java) S 10755 10757 9999 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 3866524 1573851136 21090 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 0 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10763] ppid=10755 vsize=1536964 CPUtime=0
/proc/10757/task/10763/stat : 10763 (java) S 10755 10757 9999 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 12 0 3866524 1573851136 21091 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10764] ppid=10755 vsize=1536964 CPUtime=0
/proc/10757/task/10764/stat : 10764 (java) S 10755 10757 9999 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 12 0 3866524 1573851136 21092 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10765] ppid=10755 vsize=1536964 CPUtime=0
/proc/10757/task/10765/stat : 10765 (java) S 10755 10757 9999 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 3866529 1573851136 21094 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10766] ppid=10755 vsize=1536964 CPUtime=0.62
/proc/10757/task/10766/stat : 10766 (java) R 10755 10757 9999 0 -1 4202560 3454 0 0 0 61 1 0 0 25 0 12 0 3866529 1573851136 21095 1992294400 134512640 134550932 4292622880 18446744073709551615 104163930 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10757/tid=10767] ppid=10755 vsize=1536964 CPUtime=0.6
/proc/10757/task/10767/stat : 10767 (java) R 10755 10757 9999 0 -1 4202560 2162 0 0 0 60 0 0 0 25 0 12 0 3866529 1573851136 21096 1992294400 134512640 134550932 4292622880 18446744073709551615 105874241 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10757/tid=10768] ppid=10755 vsize=1536964 CPUtime=0
/proc/10757/task/10768/stat : 10768 (java) S 10755 10757 9999 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3866529 1573851136 21098 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10769] ppid=10755 vsize=1536964 CPUtime=0
/proc/10757/task/10769/stat : 10769 (java) S 10755 10757 9999 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 3866529 1573851136 21099 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1536964

[startup+3.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 10769
/proc/meminfo: memFree=1314516/2059040 swapFree=4192956/4192956
[pid=10757] ppid=10755 vsize=1536964 CPUtime=4.62
/proc/10757/stat : 10757 (java) S 10755 10757 9999 0 -1 4202496 49616 0 1 0 437 25 0 0 15 0 12 0 3866519 1573851136 46551 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10757/statm: 384241 46551 1417 10 0 381544 0
[pid=10757/tid=10759] ppid=10755 vsize=1536964 CPUtime=2.84
/proc/10757/task/10759/stat : 10759 (java) R 10755 10757 9999 0 -1 4202560 32049 0 1 0 267 17 0 0 17 0 12 0 3866521 1573851136 46551 1992294400 134512640 134550932 4292622880 18446744073709551615 4109320868 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10757/tid=10760] ppid=10755 vsize=1536964 CPUtime=0.21
/proc/10757/task/10760/stat : 10760 (java) S 10755 10757 9999 0 -1 4202560 5291 0 0 0 19 2 0 0 16 0 12 0 3866522 1573851136 46551 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10761] ppid=10755 vsize=1536964 CPUtime=0.21
/proc/10757/task/10761/stat : 10761 (java) S 10755 10757 9999 0 -1 4202560 5575 0 0 0 19 2 0 0 16 0 12 0 3866522 1573851136 46551 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10762] ppid=10755 vsize=1536964 CPUtime=0
/proc/10757/task/10762/stat : 10762 (java) S 10755 10757 9999 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 12 0 3866524 1573851136 46551 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 0 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10763] ppid=10755 vsize=1536964 CPUtime=0
/proc/10757/task/10763/stat : 10763 (java) S 10755 10757 9999 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 3866524 1573851136 46551 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10764] ppid=10755 vsize=1536964 CPUtime=0
/proc/10757/task/10764/stat : 10764 (java) S 10755 10757 9999 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 3866524 1573851136 46551 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10765] ppid=10755 vsize=1536964 CPUtime=0
/proc/10757/task/10765/stat : 10765 (java) S 10755 10757 9999 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 3866529 1573851136 46551 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10766] ppid=10755 vsize=1536964 CPUtime=0.67
/proc/10757/task/10766/stat : 10766 (java) S 10755 10757 9999 0 -1 4202560 3461 0 0 0 66 1 0 0 24 0 12 0 3866529 1573851136 46551 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10767] ppid=10755 vsize=1536964 CPUtime=0.63
/proc/10757/task/10767/stat : 10767 (java) S 10755 10757 9999 0 -1 4202560 2165 0 0 0 63 0 0 0 25 0 12 0 3866529 1573851136 46551 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10768] ppid=10755 vsize=1536964 CPUtime=0
/proc/10757/task/10768/stat : 10768 (java) S 10755 10757 9999 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3866529 1573851136 46551 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10769] ppid=10755 vsize=1536964 CPUtime=0
/proc/10757/task/10769/stat : 10769 (java) S 10755 10757 9999 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 3866529 1573851136 46551 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 1536964

[startup+6.3014 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 10769
/proc/meminfo: memFree=1258096/2059040 swapFree=4192956/4192956
[pid=10757] ppid=10755 vsize=1536964 CPUtime=8.19
/proc/10757/stat : 10757 (java) S 10755 10757 9999 0 -1 4202496 57464 0 1 0 791 28 0 0 15 0 12 0 3866519 1573851136 53689 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10757/statm: 384241 53689 1419 10 0 381544 0
[pid=10757/tid=10759] ppid=10755 vsize=1536964 CPUtime=5.67
/proc/10757/task/10759/stat : 10759 (java) R 10755 10757 9999 0 -1 4202560 32053 0 1 0 549 18 0 0 23 0 12 0 3866521 1573851136 53689 1992294400 134512640 134550932 4292622880 18446744073709551615 4109303182 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10757/tid=10760] ppid=10755 vsize=1536964 CPUtime=0.58
/proc/10757/task/10760/stat : 10760 (java) S 10755 10757 9999 0 -1 4202560 8811 0 0 0 55 3 0 0 16 0 12 0 3866522 1573851136 53689 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10761] ppid=10755 vsize=1536964 CPUtime=0.58
/proc/10757/task/10761/stat : 10761 (java) S 10755 10757 9999 0 -1 4202560 9897 0 0 0 55 3 0 0 16 0 12 0 3866522 1573851136 53689 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10762] ppid=10755 vsize=1536964 CPUtime=0
/proc/10757/task/10762/stat : 10762 (java) S 10755 10757 9999 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 3866524 1573851136 53689 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 0 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10763] ppid=10755 vsize=1536964 CPUtime=0
/proc/10757/task/10763/stat : 10763 (java) S 10755 10757 9999 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 3866524 1573851136 53689 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10764] ppid=10755 vsize=1536964 CPUtime=0
/proc/10757/task/10764/stat : 10764 (java) S 10755 10757 9999 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 3866524 1573851136 53689 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10765] ppid=10755 vsize=1536964 CPUtime=0
/proc/10757/task/10765/stat : 10765 (java) S 10755 10757 9999 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 3866529 1573851136 53689 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10766] ppid=10755 vsize=1536964 CPUtime=0.68
/proc/10757/task/10766/stat : 10766 (java) S 10755 10757 9999 0 -1 4202560 3463 0 0 0 67 1 0 0 15 0 12 0 3866529 1573851136 53689 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10767] ppid=10755 vsize=1536964 CPUtime=0.63
/proc/10757/task/10767/stat : 10767 (java) S 10755 10757 9999 0 -1 4202560 2165 0 0 0 63 0 0 0 25 0 12 0 3866529 1573851136 53689 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10768] ppid=10755 vsize=1536964 CPUtime=0
/proc/10757/task/10768/stat : 10768 (java) S 10755 10757 9999 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3866529 1573851136 53689 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10769] ppid=10755 vsize=1536964 CPUtime=0
/proc/10757/task/10769/stat : 10769 (java) S 10755 10757 9999 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 3866529 1573851136 53689 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 1536964

[startup+12.7014 s]
/proc/loadavg: 1.16 1.03 1.01 5/122 10773
/proc/meminfo: memFree=1215904/2059040 swapFree=4192956/4192956
[pid=10757] ppid=10755 vsize=1547476 CPUtime=19.46
/proc/10757/stat : 10757 (java) S 10755 10757 9999 0 -1 4202496 72337 0 1 0 1911 35 0 0 15 0 16 0 3866519 1584615424 64161 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10757/statm: 386869 64161 1444 10 0 384172 0
[pid=10757/tid=10759] ppid=10755 vsize=1547476 CPUtime=8.07
/proc/10757/task/10759/stat : 10759 (java) S 10755 10757 9999 0 -1 4202560 32085 0 1 0 789 18 0 0 18 0 16 0 3866521 1584615424 64161 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10760] ppid=10755 vsize=1547476 CPUtime=0.92
/proc/10757/task/10760/stat : 10760 (java) S 10755 10757 9999 0 -1 4202560 13623 0 0 0 87 5 0 0 16 0 16 0 3866522 1584615424 64161 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10761] ppid=10755 vsize=1547476 CPUtime=0.96
/proc/10757/task/10761/stat : 10761 (java) S 10755 10757 9999 0 -1 4202560 13900 0 0 0 91 5 0 0 16 0 16 0 3866522 1584615424 64161 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10762] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10762/stat : 10762 (java) S 10755 10757 9999 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 3866524 1584615424 64161 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 0 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10763] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10763/stat : 10763 (java) S 10755 10757 9999 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 3866524 1584615424 64161 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10764] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10764/stat : 10764 (java) S 10755 10757 9999 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3866524 1584615424 64161 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10765] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10765/stat : 10765 (java) S 10755 10757 9999 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 3866529 1584615424 64161 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10766] ppid=10755 vsize=1547476 CPUtime=2.38
/proc/10757/task/10766/stat : 10766 (java) R 10755 10757 9999 0 -1 4202560 9389 0 0 0 234 4 0 0 15 0 16 0 3866529 1584615424 64161 1992294400 134512640 134550932 4292622880 18446744073709551615 103864090 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10757/tid=10767] ppid=10755 vsize=1547476 CPUtime=1.25
/proc/10757/task/10767/stat : 10767 (java) S 10755 10757 9999 0 -1 4202560 2212 0 0 0 125 0 0 0 16 0 16 0 3866529 1584615424 64161 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10768] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10768/stat : 10768 (java) S 10755 10757 9999 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3866529 1584615424 64161 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10769] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10769/stat : 10769 (java) S 10755 10757 9999 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 3866529 1584615424 64161 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10770] ppid=10755 vsize=1547476 CPUtime=3
/proc/10757/task/10770/stat : 10770 (java) R 10755 10757 9999 0 -1 4202560 20 0 0 0 300 0 0 0 25 0 16 0 3867409 1584615424 64161 1992294400 134512640 134550932 4292622880 18446744073709551615 4109672289 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10757/tid=10771] ppid=10755 vsize=1547476 CPUtime=2.81
/proc/10757/task/10771/stat : 10771 (java) R 10755 10757 9999 0 -1 4202560 24 0 0 0 281 0 0 0 25 0 16 0 3867409 1584615424 64161 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10757/tid=10772] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10772/stat : 10772 (java) S 10755 10757 9999 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 3867475 1584615424 64161 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10773] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10773/stat : 10773 (java) S 10755 10757 9999 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3867483 1584615424 64161 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19.46
Current children cumulated vsize (KiB) 1547476

[startup+25.5014 s]
/proc/loadavg: 1.35 1.08 1.03 3/122 10773
/proc/meminfo: memFree=1207348/2059040 swapFree=4192956/4192956
[pid=10757] ppid=10755 vsize=1547476 CPUtime=44.86
/proc/10757/stat : 10757 (java) S 10755 10757 9999 0 -1 4202496 74884 0 1 0 4448 38 0 0 15 0 16 0 3866519 1584615424 66461 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10757/statm: 386869 66461 1444 10 0 384172 0
[pid=10757/tid=10759] ppid=10755 vsize=1547476 CPUtime=8.07
/proc/10757/task/10759/stat : 10759 (java) S 10755 10757 9999 0 -1 4202560 32085 0 1 0 789 18 0 0 18 0 16 0 3866521 1584615424 66461 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10760] ppid=10755 vsize=1547476 CPUtime=1.15
/proc/10757/task/10760/stat : 10760 (java) S 10755 10757 9999 0 -1 4202560 15273 0 0 0 109 6 0 0 15 0 16 0 3866522 1584615424 66461 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10761] ppid=10755 vsize=1547476 CPUtime=1.17
/proc/10757/task/10761/stat : 10761 (java) S 10755 10757 9999 0 -1 4202560 14769 0 0 0 111 6 0 0 16 0 16 0 3866522 1584615424 66461 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10762] ppid=10755 vsize=1547476 CPUtime=0

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

/proc/10757/statm: 386869 354370 1447 10 0 384172 0
[pid=10757/tid=10759] ppid=10755 vsize=1547476 CPUtime=8.07
/proc/10757/task/10759/stat : 10759 (java) S 10755 10757 9999 0 -1 4202560 32111 0 1 0 789 18 0 0 15 0 16 0 3866521 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10760] ppid=10755 vsize=1547476 CPUtime=35.99
/proc/10757/task/10760/stat : 10760 (java) S 10755 10757 9999 0 -1 4202560 195642 0 0 0 3467 132 0 0 16 0 16 0 3866522 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10761] ppid=10755 vsize=1547476 CPUtime=36.04
/proc/10757/task/10761/stat : 10761 (java) S 10755 10757 9999 0 -1 4202560 197011 0 0 0 3492 112 0 0 16 0 16 0 3866522 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10762] ppid=10755 vsize=1547476 CPUtime=12.45
/proc/10757/task/10762/stat : 10762 (java) S 10755 10757 9999 0 -1 4202560 55 0 0 0 1235 10 0 0 15 0 16 0 3866524 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 0 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10763] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10763/stat : 10763 (java) S 10755 10757 9999 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 3866524 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10764] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10764/stat : 10764 (java) S 10755 10757 9999 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3866524 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10765] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10765/stat : 10765 (java) S 10755 10757 9999 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 3866529 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10766] ppid=10755 vsize=1547476 CPUtime=3.36
/proc/10757/task/10766/stat : 10766 (java) S 10755 10757 9999 0 -1 4202560 9427 0 0 0 332 4 0 0 15 0 16 0 3866529 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10767] ppid=10755 vsize=1547476 CPUtime=1.52
/proc/10757/task/10767/stat : 10767 (java) S 10755 10757 9999 0 -1 4202560 2232 0 0 0 152 0 0 0 15 0 16 0 3866529 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10768] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10768/stat : 10768 (java) S 10755 10757 9999 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3866529 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10769] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10769/stat : 10769 (java) S 10755 10757 9999 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 16 0 3866529 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10770] ppid=10755 vsize=1547476 CPUtime=699.22
/proc/10757/task/10770/stat : 10770 (java) R 10755 10757 9999 0 -1 4202560 200 0 0 0 69906 16 0 0 21 0 16 0 3867409 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4110258544 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10757/tid=10771] ppid=10755 vsize=1547476 CPUtime=693.75
/proc/10757/task/10771/stat : 10771 (java) R 10755 10757 9999 0 -1 4202560 460 0 0 0 69363 12 0 0 22 0 16 0 3867409 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4109664387 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10757/tid=10772] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10772/stat : 10772 (java) S 10755 10757 9999 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 3867475 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10773] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10773/stat : 10773 (java) S 10755 10757 9999 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3867483 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1490.5
Current children cumulated vsize (KiB) 1547476

[startup+822.302 s]
/proc/loadavg: 2.08 2.05 1.64 3/122 10795
/proc/meminfo: memFree=52164/2059040 swapFree=4192956/4192956
[pid=10757] ppid=10755 vsize=1547476 CPUtime=1608.51
/proc/10757/stat : 10757 (java) S 10755 10757 9999 0 -1 4202496 438330 0 1 0 160535 316 0 0 15 0 16 0 3866519 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10757/statm: 386869 354370 1447 10 0 384172 0
[pid=10757/tid=10759] ppid=10755 vsize=1547476 CPUtime=8.07
/proc/10757/task/10759/stat : 10759 (java) S 10755 10757 9999 0 -1 4202560 32112 0 1 0 789 18 0 0 15 0 16 0 3866521 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10760] ppid=10755 vsize=1547476 CPUtime=38.85
/proc/10757/task/10760/stat : 10760 (java) S 10755 10757 9999 0 -1 4202560 195642 0 0 0 3752 133 0 0 16 0 16 0 3866522 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10761] ppid=10755 vsize=1547476 CPUtime=38.94
/proc/10757/task/10761/stat : 10761 (java) S 10755 10757 9999 0 -1 4202560 197011 0 0 0 3779 115 0 0 15 0 16 0 3866522 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10762] ppid=10755 vsize=1547476 CPUtime=13.35
/proc/10757/task/10762/stat : 10762 (java) S 10755 10757 9999 0 -1 4202560 59 0 0 0 1324 11 0 0 15 0 16 0 3866524 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 0 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10763] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10763/stat : 10763 (java) S 10755 10757 9999 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 3866524 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10764] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10764/stat : 10764 (java) S 10755 10757 9999 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3866524 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10765] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10765/stat : 10765 (java) S 10755 10757 9999 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 3866529 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10766] ppid=10755 vsize=1547476 CPUtime=3.36
/proc/10757/task/10766/stat : 10766 (java) S 10755 10757 9999 0 -1 4202560 9427 0 0 0 332 4 0 0 15 0 16 0 3866529 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10767] ppid=10755 vsize=1547476 CPUtime=1.52
/proc/10757/task/10767/stat : 10767 (java) S 10755 10757 9999 0 -1 4202560 2232 0 0 0 152 0 0 0 15 0 16 0 3866529 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10768] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10768/stat : 10768 (java) S 10755 10757 9999 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3866529 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10769] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10769/stat : 10769 (java) S 10755 10757 9999 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 16 0 3866529 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10770] ppid=10755 vsize=1547476 CPUtime=754.82
/proc/10757/task/10770/stat : 10770 (java) R 10755 10757 9999 0 -1 4202560 203 0 0 0 75465 17 0 0 25 0 16 0 3867409 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4110028043 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10757/tid=10771] ppid=10755 vsize=1547476 CPUtime=749.49
/proc/10757/task/10771/stat : 10771 (java) R 10755 10757 9999 0 -1 4202560 523 0 0 0 74937 12 0 0 25 0 16 0 3867409 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4110288044 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10757/tid=10772] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10772/stat : 10772 (java) S 10755 10757 9999 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 3867475 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10773] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10773/stat : 10773 (java) S 10755 10757 9999 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3867483 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1608.51
Current children cumulated vsize (KiB) 1547476

[startup+882.302 s]
/proc/loadavg: 2.06 2.06 1.67 3/122 10797
/proc/meminfo: memFree=52040/2059040 swapFree=4192956/4192956
[pid=10757] ppid=10755 vsize=1547476 CPUtime=1726.63
/proc/10757/stat : 10757 (java) S 10755 10757 9999 0 -1 4202496 438401 0 1 0 172339 324 0 0 15 0 16 0 3866519 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10757/statm: 386869 354370 1447 10 0 384172 0
[pid=10757/tid=10759] ppid=10755 vsize=1547476 CPUtime=8.07
/proc/10757/task/10759/stat : 10759 (java) S 10755 10757 9999 0 -1 4202560 32112 0 1 0 789 18 0 0 15 0 16 0 3866521 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10760] ppid=10755 vsize=1547476 CPUtime=41.63
/proc/10757/task/10760/stat : 10760 (java) S 10755 10757 9999 0 -1 4202560 195642 0 0 0 4027 136 0 0 15 0 16 0 3866522 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10761] ppid=10755 vsize=1547476 CPUtime=41.73
/proc/10757/task/10761/stat : 10761 (java) S 10755 10757 9999 0 -1 4202560 197011 0 0 0 4054 119 0 0 16 0 16 0 3866522 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10762] ppid=10755 vsize=1547476 CPUtime=14.23
/proc/10757/task/10762/stat : 10762 (java) S 10755 10757 9999 0 -1 4202560 63 0 0 0 1412 11 0 0 15 0 16 0 3866524 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 0 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10763] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10763/stat : 10763 (java) S 10755 10757 9999 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 3866524 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10764] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10764/stat : 10764 (java) S 10755 10757 9999 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3866524 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10765] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10765/stat : 10765 (java) S 10755 10757 9999 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 3866529 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10766] ppid=10755 vsize=1547476 CPUtime=3.36
/proc/10757/task/10766/stat : 10766 (java) S 10755 10757 9999 0 -1 4202560 9427 0 0 0 332 4 0 0 15 0 16 0 3866529 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10767] ppid=10755 vsize=1547476 CPUtime=1.52
/proc/10757/task/10767/stat : 10767 (java) S 10755 10757 9999 0 -1 4202560 2232 0 0 0 152 0 0 0 15 0 16 0 3866529 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10768] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10768/stat : 10768 (java) S 10755 10757 9999 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3866529 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10769] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10769/stat : 10769 (java) S 10755 10757 9999 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 3866529 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10770] ppid=10755 vsize=1547476 CPUtime=810.48
/proc/10757/task/10770/stat : 10770 (java) R 10755 10757 9999 0 -1 4202560 206 0 0 0 81030 18 0 0 25 0 16 0 3867409 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4109672148 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10757/tid=10771] ppid=10755 vsize=1547476 CPUtime=805.52
/proc/10757/task/10771/stat : 10771 (java) R 10755 10757 9999 0 -1 4202560 583 0 0 0 80539 13 0 0 25 0 16 0 3867409 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4110203177 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10757/tid=10772] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10772/stat : 10772 (java) S 10755 10757 9999 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 3867475 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10773] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10773/stat : 10773 (java) S 10755 10757 9999 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3867483 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.63
Current children cumulated vsize (KiB) 1547476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+919.902 s]
/proc/loadavg: 2.09 2.06 1.68 3/122 10797
/proc/meminfo: memFree=52040/2059040 swapFree=4192956/4192956
[pid=10757] ppid=10755 vsize=1547476 CPUtime=1800.05
/proc/10757/stat : 10757 (java) S 10755 10757 9999 0 -1 4202496 438439 0 1 0 179678 327 0 0 15 0 16 0 3866519 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10757/statm: 386869 354370 1447 10 0 384172 0
[pid=10757/tid=10759] ppid=10755 vsize=1547476 CPUtime=8.07
/proc/10757/task/10759/stat : 10759 (java) S 10755 10757 9999 0 -1 4202560 32115 0 1 0 789 18 0 0 15 0 16 0 3866521 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10760] ppid=10755 vsize=1547476 CPUtime=43.19
/proc/10757/task/10760/stat : 10760 (java) S 10755 10757 9999 0 -1 4202560 195642 0 0 0 4182 137 0 0 16 0 16 0 3866522 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10761] ppid=10755 vsize=1547476 CPUtime=43.31
/proc/10757/task/10761/stat : 10761 (java) S 10755 10757 9999 0 -1 4202560 197011 0 0 0 4211 120 0 0 16 0 16 0 3866522 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10762] ppid=10755 vsize=1547476 CPUtime=15.21
/proc/10757/task/10762/stat : 10762 (java) S 10755 10757 9999 0 -1 4202560 65 0 0 0 1510 11 0 0 15 0 16 0 3866524 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 0 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10763] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10763/stat : 10763 (java) S 10755 10757 9999 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 3866524 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10764] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10764/stat : 10764 (java) S 10755 10757 9999 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3866524 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10765] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10765/stat : 10765 (java) S 10755 10757 9999 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 3866529 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10766] ppid=10755 vsize=1547476 CPUtime=3.36
/proc/10757/task/10766/stat : 10766 (java) S 10755 10757 9999 0 -1 4202560 9427 0 0 0 332 4 0 0 15 0 16 0 3866529 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10767] ppid=10755 vsize=1547476 CPUtime=1.52
/proc/10757/task/10767/stat : 10767 (java) S 10755 10757 9999 0 -1 4202560 2232 0 0 0 152 0 0 0 15 0 16 0 3866529 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
[pid=10757/tid=10768] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10768/stat : 10768 (java) S 10755 10757 9999 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3866529 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10769] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10769/stat : 10769 (java) S 10755 10757 9999 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 3866529 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10770] ppid=10755 vsize=1547476 CPUtime=845.34
/proc/10757/task/10770/stat : 10770 (java) R 10755 10757 9999 0 -1 4202560 208 0 0 0 84515 19 0 0 25 0 16 0 3867409 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4110257217 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10757/tid=10771] ppid=10755 vsize=1547476 CPUtime=839.96
/proc/10757/task/10771/stat : 10771 (java) R 10755 10757 9999 0 -1 4202560 612 0 0 0 83983 13 0 0 25 0 16 0 3867409 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4110203199 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10757/tid=10772] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10772/stat : 10772 (java) S 10755 10757 9999 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 3867475 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 0 0 0 0
[pid=10757/tid=10773] ppid=10755 vsize=1547476 CPUtime=0
/proc/10757/task/10773/stat : 10773 (java) S 10755 10757 9999 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3867483 1584615424 354370 1992294400 134512640 134550932 4292622880 18446744073709551615 4294960144 0 4 0 16800975 18446604437846247232 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1547476

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

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

[startup+920.016 s]
/proc/loadavg: 2.09 2.06 1.68 3/122 10797
/proc/meminfo: memFree=52040/2059040 swapFree=4192956/4192956
[pid=10757] ppid=10755 vsize=0 CPUtime=1800.18
/proc/10757/stat : 10757 (java) Z 10755 10757 9999 0 -1 4203548 438461 0 1 0 179683 335 0 0 15 0 2 0 3866519 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10757/statm: 0 0 0 0 0 0 0
[pid=10757/tid=10771] ppid=10755 vsize=0 CPUtime=840.05
/proc/10757/task/10771/stat : 10771 (java) R 10755 10757 9999 0 -1 4203588 612 0 0 0 83985 20 0 0 25 0 2 0 3867409 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 920.068
CPU time (s): 1800.24
CPU user time (s): 1796.84
CPU system time (s): 3.40248
CPU usage (%): 195.664
Max. virtual memory (cumulated for all children) (KiB): 1548108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.84
system time used= 3.40248
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 438461
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= 30677
involuntary context switches= 53699

runsolver used 5.36318 second user time and 8.90765 second system time

The end

Launcher Data

Begin job on node033 at 2010-06-15 20:15:14
IDJOB=2662239
IDBENCH=2988
IDSOLVER=1166
FILE ID=node033/2662239-1276625712
PBS_JOBID= 11172317
Free space on /tmp= 62576 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-802270006-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662239-1276625712/watcher-2662239-1276625712 -o /tmp/evaluation-result-2662239-1276625712/solver-2662239-1276625712 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662239-1276625712.opb

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

MD5SUM BENCH= 9af4cec1a3de729e6d2b359a17678fc7
RANDOM SEED=1325661564

node033.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.242
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.48
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.242
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:       1468704 kB
Buffers:         91688 kB
Cached:         369660 kB
SwapCached:          0 kB
Active:         206280 kB
Inactive:       314720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1468704 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           16440 kB
Writeback:           0 kB
AnonPages:       59652 kB
Mapped:          15312 kB
Slab:            47208 kB
PageTables:       3996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181616 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= 62572 MiB
End job on node033 at 2010-06-15 20:30:36