Trace number 2662168

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.45 914.167

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-forplan.opb
MD5SUM43a001fe9c1e4e8b75108df32c142ab0
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 variables12528
Total number of constraints155
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints155
Minimum length of a constraint27
Maximum length of a constraint9090
Number of terms in the objective function 9340
Biggest coefficient in the objective function 6454798974976000
Number of bits for the biggest coefficient in the objective function 53
Sum of the numbers in the objective function 1138676908426644728
Number of bits of the sum of numbers in the objective function 60
Biggest number in a constraint 6454798974976000
Number of bits of the biggest number in a constraint 53
Biggest sum of numbers in a constraint 1138676908426644728
Number of bits of the biggest sum of numbers60
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.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662168-1276546504.opb
0.22/0.22	c reading problem ... 
2.98/2.25	c ... done. Wall clock time 2.024s.
2.98/2.25	c #vars     12528
2.98/2.25	c #constraints  5362
2.98/2.25	c constraints type 
2.98/2.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 240
2.98/2.25	c constraints type 
2.98/2.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 240
85.25/43.78	c cleaning 2498 clauses out of 5001 with flag 5001/5001
127.67/65.29	c cleaning 4251 clauses out of 8502 with flag 11000/11000
162.78/83.00	c cleaning 5626 clauses out of 11251 with flag 18000/18000
198.87/101.39	c cleaning 6809 clauses out of 13627 with flag 26002/26002
248.41/126.46	c cleaning 7909 clauses out of 15817 with flag 35001/35001
303.30/154.20	c cleaning 8953 clauses out of 17907 with flag 45000/45000
364.37/185.13	c cleaning 9475 clauses out of 18955 with flag 55001/55001
433.68/220.26	c cleaning 9735 clauses out of 19479 with flag 65000/65000
489.97/248.72	c cleaning 9869 clauses out of 19745 with flag 75001/75001
539.09/273.62	c cleaning 9934 clauses out of 19876 with flag 85001/85001
592.87/300.84	c cleaning 9967 clauses out of 19942 with flag 95001/95001
646.59/328.06	c cleaning 9984 clauses out of 19974 with flag 105000/105000
699.58/354.99	c cleaning 9996 clauses out of 19991 with flag 115001/115001
746.17/378.53	c cleaning 9995 clauses out of 19994 with flag 125000/125000
806.16/408.91	c cleaning 9999 clauses out of 19999 with flag 135000/135000
869.93/441.29	c cleaning 9996 clauses out of 20000 with flag 145000/145000
920.19/466.71	c cleaning 10001 clauses out of 20005 with flag 155001/155001
974.05/494.04	c cleaning 9999 clauses out of 20004 with flag 165001/165001
1030.71/522.71	c cleaning 10001 clauses out of 20005 with flag 175001/175001
1080.05/547.84	c cleaning 10001 clauses out of 20005 with flag 185002/185002
1131.91/574.23	c cleaning 10001 clauses out of 20003 with flag 195001/195001
1172.34/594.86	c cleaning 9998 clauses out of 20003 with flag 205002/205002
1214.16/616.16	c cleaning 9998 clauses out of 20003 with flag 215000/215000
1254.16/636.54	c cleaning 9997 clauses out of 20005 with flag 225000/225000
1300.24/660.03	c cleaning 9999 clauses out of 20009 with flag 235001/235001
1353.92/687.39	c cleaning 9997 clauses out of 20010 with flag 245001/245001
1409.03/715.37	c cleaning 9999 clauses out of 20013 with flag 255001/255001
1471.31/746.97	c cleaning 10002 clauses out of 20014 with flag 265001/265001
1530.72/777.11	c cleaning 10001 clauses out of 20011 with flag 275000/275000
1587.31/805.88	c cleaning 10000 clauses out of 20010 with flag 285000/285000
1645.66/835.46	c cleaning 10001 clauses out of 20011 with flag 295001/295001
1709.34/867.70	c cleaning 10005 clauses out of 20009 with flag 305000/305000
1767.07/897.16	c cleaning 9999 clauses out of 20005 with flag 315001/315001
1800.18/914.02	c starts		: 135
1800.18/914.02	c conflicts		: 319903
1800.18/914.02	c decisions		: 355690
1800.18/914.02	c propagations		: 4358940
1800.18/914.02	c inspects		: 188928019
1800.18/914.02	c learnt literals	: 0
1800.18/914.02	c learnt binary clauses	: 0
1800.18/914.03	c learnt ternary clauses	: 0
1800.18/914.03	c learnt clauses	: 319903
1800.18/914.03	c ignored clauses	: 0
1800.18/914.03	c root simplifications	: 0
1800.18/914.03	c removed literals (reason simplification)	: 21183992
1800.18/914.03	c reason swapping (by a shorter reason)	: 0
1800.18/914.03	c Calls to reduceDB	: 33
1800.18/914.03	c number of reductions to clauses (during analyze)	: 0
1800.18/914.03	c number of learned constraints concerned by reduction	: 0
1800.18/914.03	c number of learning phase by resolution	: 0
1800.18/914.03	c number of learning phase by cutting planes	: 0
1800.18/914.03	c speed (assignments/second)	: 4780.708440770057
1800.18/914.03	c non guided choices	5
1800.18/914.09	c learnt constraints type 
1800.18/914.09	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14912
1800.18/914.09	c constraints type 
1800.18/914.09	c org.sat4j.pb.constraints.pb.MaxWatchPb => 240
1800.18/914.09	c constraints type 
1800.18/914.09	c org.sat4j.pb.constraints.pb.MaxWatchPb => 240
1800.18/914.09	s UNKNOWN
1800.18/914.09	c Total wall clock time (in seconds): 913.864

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-2662168-1276546504/watcher-2662168-1276546504 -o /tmp/evaluation-result-2662168-1276546504/solver-2662168-1276546504 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662168-1276546504.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 775
/proc/meminfo: memFree=1854296/2059040 swapFree=4136456/4192956
[pid=775] ppid=773 vsize=24036 CPUtime=0
/proc/775/stat : 775 (runsolver) R 773 775 32615 0 -1 4202560 81 0 0 0 0 0 0 0 19 0 1 0 30254459 24612864 106 1992294400 4194304 4302564 140734384437600 18446744073709551615 248552989687 0 2147483391 4096 24578 0 0 0 17 0 0 0 0
/proc/775/statm: 6009 106 69 27 0 2647 0

[startup+0.0708309 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 775
/proc/meminfo: memFree=1854296/2059040 swapFree=4136456/4192956
[pid=775] ppid=773 vsize=1521796 CPUtime=0.05
/proc/775/stat : 775 (java) S 773 775 32615 0 -1 4202496 3699 0 1 0 3 2 0 0 15 0 7 0 30254459 1558319104 3139 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/775/statm: 380449 3140 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.101832 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 775
/proc/meminfo: memFree=1854296/2059040 swapFree=4136456/4192956
[pid=775] ppid=773 vsize=1524180 CPUtime=0.08
/proc/775/stat : 775 (java) S 773 775 32615 0 -1 4202496 3962 0 1 0 6 2 0 0 15 0 12 0 30254459 1560760320 3400 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/775/statm: 381045 3400 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301832 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 775
/proc/meminfo: memFree=1854296/2059040 swapFree=4136456/4192956
[pid=775] ppid=773 vsize=1526508 CPUtime=0.36
/proc/775/stat : 775 (java) S 773 775 32615 0 -1 4202496 5492 0 1 0 33 3 0 0 15 0 12 0 30254459 1563144192 4928 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/775/statm: 381627 4928 1359 10 0 378930 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526508

[startup+0.701832 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 775
/proc/meminfo: memFree=1854296/2059040 swapFree=4136456/4192956
[pid=775] ppid=773 vsize=1527728 CPUtime=1.07
/proc/775/stat : 775 (java) S 773 775 32615 0 -1 4202496 8745 0 1 0 102 5 0 0 15 0 12 0 30254459 1564393472 8137 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/775/statm: 381932 8137 1406 10 0 379235 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1527728

[startup+1.50083 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 787
/proc/meminfo: memFree=1807020/2059040 swapFree=4136456/4192956
[pid=775] ppid=773 vsize=1527580 CPUtime=2.06
/proc/775/stat : 775 (java) S 773 775 32615 0 -1 4202496 24971 0 1 0 195 11 0 0 15 0 12 0 30254459 1564241920 24258 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/775/statm: 381895 24259 1406 10 0 379198 0
[pid=775/tid=777] ppid=773 vsize=1527580 CPUtime=1.46
/proc/775/task/777/stat : 777 (java) R 773 775 32615 0 -1 4202560 22798 0 1 0 137 9 0 0 25 0 12 0 30254461 1564241920 24260 1992294400 134512640 134550932 4286814304 18446744073709551615 4109579073 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=775/tid=778] ppid=773 vsize=1527580 CPUtime=0
/proc/775/task/778/stat : 778 (java) S 773 775 32615 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 30254462 1564241920 24261 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=779] ppid=773 vsize=1527580 CPUtime=0
/proc/775/task/779/stat : 779 (java) S 773 775 32615 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30254462 1564241920 24262 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=780] ppid=773 vsize=1527580 CPUtime=0
/proc/775/task/780/stat : 780 (java) S 773 775 32615 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30254464 1564241920 24262 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 0 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=781] ppid=773 vsize=1527580 CPUtime=0
/proc/775/task/781/stat : 781 (java) S 773 775 32615 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 30254464 1564241920 24263 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=782] ppid=773 vsize=1527580 CPUtime=0
/proc/775/task/782/stat : 782 (java) S 773 775 32615 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 30254464 1564241920 24264 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=783] ppid=773 vsize=1527580 CPUtime=0
/proc/775/task/783/stat : 783 (java) S 773 775 32615 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30254469 1564241920 24264 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=784] ppid=773 vsize=1527580 CPUtime=0.25
/proc/775/task/784/stat : 784 (java) S 773 775 32615 0 -1 4202560 122 0 0 0 25 0 0 0 20 0 12 0 30254469 1564241920 24265 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=785] ppid=773 vsize=1527580 CPUtime=0.31
/proc/775/task/785/stat : 785 (java) S 773 775 32615 0 -1 4202560 986 0 0 0 31 0 0 0 21 0 12 0 30254469 1564241920 24266 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=786] ppid=773 vsize=1527580 CPUtime=0
/proc/775/task/786/stat : 786 (java) S 773 775 32615 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 30254469 1564241920 24267 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=787] ppid=773 vsize=1527580 CPUtime=0
/proc/775/task/787/stat : 787 (java) S 773 775 32615 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30254469 1564241920 24268 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 1527580

[startup+3.10183 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 787
/proc/meminfo: memFree=1702240/2059040 swapFree=4136456/4192956
[pid=775] ppid=773 vsize=1531812 CPUtime=4.72
/proc/775/stat : 775 (java) S 773 775 32615 0 -1 4202496 41239 0 1 0 454 18 0 0 15 0 16 0 30254459 1568575488 40038 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/775/statm: 382953 40038 1435 10 0 380256 0
[pid=775/tid=777] ppid=773 vsize=1531812 CPUtime=2.06
/proc/775/task/777/stat : 777 (java) S 773 775 32615 0 -1 4202560 32040 0 1 0 194 12 0 0 25 0 16 0 30254461 1568575488 40038 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=778] ppid=773 vsize=1531812 CPUtime=0.13
/proc/775/task/778/stat : 778 (java) S 773 775 32615 0 -1 4202560 3176 0 0 0 11 2 0 0 16 0 16 0 30254462 1568575488 40038 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=779] ppid=773 vsize=1531812 CPUtime=0.14
/proc/775/task/779/stat : 779 (java) S 773 775 32615 0 -1 4202560 2795 0 0 0 13 1 0 0 18 0 16 0 30254462 1568575488 40038 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=780] ppid=773 vsize=1531812 CPUtime=0
/proc/775/task/780/stat : 780 (java) R 773 775 32615 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 30254464 1568575488 40038 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=775/tid=781] ppid=773 vsize=1531812 CPUtime=0
/proc/775/task/781/stat : 781 (java) S 773 775 32615 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 30254464 1568575488 40038 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=782] ppid=773 vsize=1531812 CPUtime=0
/proc/775/task/782/stat : 782 (java) S 773 775 32615 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 30254464 1568575488 40038 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=783] ppid=773 vsize=1531812 CPUtime=0
/proc/775/task/783/stat : 783 (java) S 773 775 32615 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30254469 1568575488 40038 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=784] ppid=773 vsize=1531812 CPUtime=0.67
/proc/775/task/784/stat : 784 (java) S 773 775 32615 0 -1 4202560 904 0 0 0 67 0 0 0 15 0 16 0 30254469 1568575488 40038 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=785] ppid=773 vsize=1531812 CPUtime=0.76
/proc/775/task/785/stat : 785 (java) S 773 775 32615 0 -1 4202560 1227 0 0 0 75 1 0 0 15 0 16 0 30254469 1568575488 40038 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=786] ppid=773 vsize=1531812 CPUtime=0
/proc/775/task/786/stat : 786 (java) S 773 775 32615 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30254469 1568575488 40038 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=787] ppid=773 vsize=1531812 CPUtime=0
/proc/775/task/787/stat : 787 (java) S 773 775 32615 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30254469 1568575488 40038 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 1531812

[startup+6.30184 s]
/proc/loadavg: 1.00 1.00 1.00 4/122 791
/proc/meminfo: memFree=1673440/2059040 swapFree=4136456/4192956
[pid=775] ppid=773 vsize=1531812 CPUtime=11.06
/proc/775/stat : 775 (java) S 773 775 32615 0 -1 4202496 48539 0 1 0 1084 22 0 0 15 0 16 0 30254459 1568575488 46507 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/775/statm: 382953 46507 1437 10 0 380256 0
[pid=775/tid=777] ppid=773 vsize=1531812 CPUtime=2.06
/proc/775/task/777/stat : 777 (java) S 773 775 32615 0 -1 4202560 32040 0 1 0 194 12 0 0 18 0 16 0 30254461 1568575488 46507 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=778] ppid=773 vsize=1531812 CPUtime=0.43
/proc/775/task/778/stat : 778 (java) S 773 775 32615 0 -1 4202560 7052 0 0 0 39 4 0 0 16 0 16 0 30254462 1568575488 46507 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=779] ppid=773 vsize=1531812 CPUtime=0.4
/proc/775/task/779/stat : 779 (java) S 773 775 32615 0 -1 4202560 5635 0 0 0 38 2 0 0 16 0 16 0 30254462 1568575488 46507 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=780] ppid=773 vsize=1531812 CPUtime=0
/proc/775/task/780/stat : 780 (java) S 773 775 32615 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 16 0 30254464 1568575488 46507 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 0 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=781] ppid=773 vsize=1531812 CPUtime=0
/proc/775/task/781/stat : 781 (java) S 773 775 32615 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 30254464 1568575488 46507 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=782] ppid=773 vsize=1531812 CPUtime=0
/proc/775/task/782/stat : 782 (java) S 773 775 32615 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 30254464 1568575488 46507 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=783] ppid=773 vsize=1531812 CPUtime=0
/proc/775/task/783/stat : 783 (java) S 773 775 32615 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30254469 1568575488 46507 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=784] ppid=773 vsize=1531812 CPUtime=1.09
/proc/775/task/784/stat : 784 (java) S 773 775 32615 0 -1 4202560 927 0 0 0 109 0 0 0 15 0 16 0 30254469 1568575488 46507 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=785] ppid=773 vsize=1531812 CPUtime=1.23
/proc/775/task/785/stat : 785 (java) S 773 775 32615 0 -1 4202560 1753 0 0 0 122 1 0 0 15 0 16 0 30254469 1568575488 46507 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=786] ppid=773 vsize=1531812 CPUtime=0
/proc/775/task/786/stat : 786 (java) S 773 775 32615 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30254469 1568575488 46507 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=787] ppid=773 vsize=1531812 CPUtime=0
/proc/775/task/787/stat : 787 (java) S 773 775 32615 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30254469 1568575488 46507 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=788] ppid=773 vsize=1531812 CPUtime=2.92
/proc/775/task/788/stat : 788 (java) R 773 775 32615 0 -1 4202560 20 0 0 0 292 0 0 0 25 0 16 0 30254684 1568575488 46507 1992294400 134512640 134550932 4286814304 18446744073709551615 4109601225 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=775/tid=789] ppid=773 vsize=1531812 CPUtime=2.87
/proc/775/task/789/stat : 789 (java) R 773 775 32615 0 -1 4202560 35 0 0 0 287 0 0 0 21 0 16 0 30254684 1568575488 46507 1992294400 134512640 134550932 4286814304 18446744073709551615 4109920724 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=775/tid=790] ppid=773 vsize=1531812 CPUtime=0
/proc/775/task/790/stat : 790 (java) S 773 775 32615 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30254757 1568575488 46507 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=791] ppid=773 vsize=1531812 CPUtime=0
/proc/775/task/791/stat : 791 (java) S 773 775 32615 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 30254761 1568575488 46507 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.06
Current children cumulated vsize (KiB) 1531812

[startup+12.7018 s]
/proc/loadavg: 1.15 1.03 1.01 3/122 791
/proc/meminfo: memFree=1645548/2059040 swapFree=4136456/4192956
[pid=775] ppid=773 vsize=1534044 CPUtime=23.72
/proc/775/stat : 775 (java) S 773 775 32615 0 -1 4202496 57039 0 1 0 2346 26 0 0 15 0 16 0 30254459 1570861056 53527 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/775/statm: 383511 53527 1439 10 0 380814 0
[pid=775/tid=777] ppid=773 vsize=1534044 CPUtime=2.06
/proc/775/task/777/stat : 777 (java) S 773 775 32615 0 -1 4202560 32040 0 1 0 194 12 0 0 18 0 16 0 30254461 1570861056 53527 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=778] ppid=773 vsize=1534044 CPUtime=0.83
/proc/775/task/778/stat : 778 (java) S 773 775 32615 0 -1 4202560 11483 0 0 0 76 7 0 0 16 0 16 0 30254462 1570861056 53527 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=779] ppid=773 vsize=1534044 CPUtime=0.8
/proc/775/task/779/stat : 779 (java) S 773 775 32615 0 -1 4202560 9027 0 0 0 77 3 0 0 16 0 16 0 30254462 1570861056 53527 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=780] ppid=773 vsize=1534044 CPUtime=0
/proc/775/task/780/stat : 780 (java) S 773 775 32615 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 16 0 30254464 1570861056 53527 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 0 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=781] ppid=773 vsize=1534044 CPUtime=0
/proc/775/task/781/stat : 781 (java) S 773 775 32615 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 30254464 1570861056 53527 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=782] ppid=773 vsize=1534044 CPUtime=0
/proc/775/task/782/stat : 782 (java) S 773 775 32615 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 30254464 1570861056 53527 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=783] ppid=773 vsize=1534044 CPUtime=0
/proc/775/task/783/stat : 783 (java) S 773 775 32615 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30254469 1570861056 53527 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=784] ppid=773 vsize=1534044 CPUtime=1.27
/proc/775/task/784/stat : 784 (java) S 773 775 32615 0 -1 4202560 1125 0 0 0 127 0 0 0 15 0 16 0 30254469 1570861056 53527 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=785] ppid=773 vsize=1534044 CPUtime=1.62
/proc/775/task/785/stat : 785 (java) S 773 775 32615 0 -1 4202560 2210 0 0 0 161 1 0 0 15 0 16 0 30254469 1570861056 53527 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=786] ppid=773 vsize=1534044 CPUtime=0
/proc/775/task/786/stat : 786 (java) S 773 775 32615 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30254469 1570861056 53527 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=787] ppid=773 vsize=1534044 CPUtime=0
/proc/775/task/787/stat : 787 (java) S 773 775 32615 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30254469 1570861056 53527 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=788] ppid=773 vsize=1534044 CPUtime=8.61
/proc/775/task/788/stat : 788 (java) R 773 775 32615 0 -1 4202560 27 0 0 0 861 0 0 0 25 0 16 0 30254684 1570861056 53527 1992294400 134512640 134550932 4286814304 18446744073709551615 4110092584 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=775/tid=789] ppid=773 vsize=1534044 CPUtime=8.46
/proc/775/task/789/stat : 789 (java) R 773 775 32615 0 -1 4202560 50 0 0 0 846 0 0 0 25 0 16 0 30254684 1570861056 53527 1992294400 134512640 134550932 4286814304 18446744073709551615 4110147954 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=775/tid=790] ppid=773 vsize=1534044 CPUtime=0
/proc/775/task/790/stat : 790 (java) S 773 775 32615 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30254757 1570861056 53527 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=791] ppid=773 vsize=1534044 CPUtime=0
/proc/775/task/791/stat : 791 (java) S 773 775 32615 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 30254761 1570861056 53527 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.72
Current children cumulated vsize (KiB) 1534044

[startup+25.5019 s]
/proc/loadavg: 1.36 1.08 1.03 3/122 793
/proc/meminfo: memFree=1640836/2059040 swapFree=4136456/4192956
[pid=775] ppid=773 vsize=1534044 CPUtime=49.11
/proc/775/stat : 775 (java) S 773 775 32615 0 -1 4202496 58040 0 1 0 4882 29 0 0 15 0 16 0 30254459 1570861056 54437 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/775/task/790/stat : 790 (java) S 773 775 32615 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30254757 1569701888 82663 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=791] ppid=773 vsize=1532912 CPUtime=0
/proc/775/task/791/stat : 791 (java) S 773 775 32615 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 30254761 1569701888 82663 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1501.37
Current children cumulated vsize (KiB) 1532912

[startup+822.301 s]
/proc/loadavg: 2.02 1.97 1.59 3/122 814
/proc/meminfo: memFree=1525764/2059040 swapFree=4136456/4192956
[pid=775] ppid=773 vsize=1532912 CPUtime=1619.65
/proc/775/stat : 775 (java) S 773 775 32615 0 -1 4202496 134503 0 1 0 161829 136 0 0 15 0 16 0 30254459 1569701888 82663 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/775/statm: 383228 82663 1450 10 0 380531 0
[pid=775/tid=777] ppid=773 vsize=1532912 CPUtime=2.07
/proc/775/task/777/stat : 777 (java) S 773 775 32615 0 -1 4202560 32048 0 1 0 195 12 0 0 15 0 16 0 30254461 1569701888 82663 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=778] ppid=773 vsize=1532912 CPUtime=5.6
/proc/775/task/778/stat : 778 (java) S 773 775 32615 0 -1 4202560 28745 0 0 0 539 21 0 0 15 0 16 0 30254462 1569701888 82663 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=779] ppid=773 vsize=1532912 CPUtime=5.55
/proc/775/task/779/stat : 779 (java) S 773 775 32615 0 -1 4202560 25562 0 0 0 538 17 0 0 15 0 16 0 30254462 1569701888 82663 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=780] ppid=773 vsize=1532912 CPUtime=10.42
/proc/775/task/780/stat : 780 (java) S 773 775 32615 0 -1 4202560 41998 0 0 0 1008 34 0 0 15 0 16 0 30254464 1569701888 82663 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 0 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=781] ppid=773 vsize=1532912 CPUtime=0
/proc/775/task/781/stat : 781 (java) S 773 775 32615 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30254464 1569701888 82663 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=782] ppid=773 vsize=1532912 CPUtime=0
/proc/775/task/782/stat : 782 (java) S 773 775 32615 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30254464 1569701888 82663 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=783] ppid=773 vsize=1532912 CPUtime=0
/proc/775/task/783/stat : 783 (java) S 773 775 32615 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30254469 1569701888 82663 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=784] ppid=773 vsize=1532912 CPUtime=1.97
/proc/775/task/784/stat : 784 (java) S 773 775 32615 0 -1 4202560 1162 0 0 0 197 0 0 0 15 0 16 0 30254469 1569701888 82663 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=785] ppid=773 vsize=1532912 CPUtime=1.78
/proc/775/task/785/stat : 785 (java) S 773 775 32615 0 -1 4202560 2226 0 0 0 177 1 0 0 15 0 16 0 30254469 1569701888 82663 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=786] ppid=773 vsize=1532912 CPUtime=0
/proc/775/task/786/stat : 786 (java) S 773 775 32615 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30254469 1569701888 82663 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=787] ppid=773 vsize=1532912 CPUtime=0
/proc/775/task/787/stat : 787 (java) S 773 775 32615 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 16 0 30254469 1569701888 82663 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=788] ppid=773 vsize=1532912 CPUtime=795.18
/proc/775/task/788/stat : 788 (java) R 773 775 32615 0 -1 4202560 801 0 0 0 79495 23 0 0 25 0 16 0 30254684 1569701888 82663 1992294400 134512640 134550932 4286814304 18446744073709551615 4109851954 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=775/tid=789] ppid=773 vsize=1532912 CPUtime=797
/proc/775/task/789/stat : 789 (java) R 773 775 32615 0 -1 4202560 837 0 0 0 79678 22 0 0 25 0 16 0 30254684 1569701888 82663 1992294400 134512640 134550932 4286814304 18446744073709551615 4109651593 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=775/tid=790] ppid=773 vsize=1532912 CPUtime=0
/proc/775/task/790/stat : 790 (java) S 773 775 32615 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30254757 1569701888 82663 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=791] ppid=773 vsize=1532912 CPUtime=0
/proc/775/task/791/stat : 791 (java) S 773 775 32615 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 30254761 1569701888 82663 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1619.65
Current children cumulated vsize (KiB) 1532912

[startup+882.304 s]
/proc/loadavg: 2.04 1.97 1.61 3/122 816
/proc/meminfo: memFree=1523656/2059040 swapFree=4136456/4192956
[pid=775] ppid=773 vsize=1532912 CPUtime=1737.74
/proc/775/stat : 775 (java) S 773 775 32615 0 -1 4202496 139403 0 1 0 173630 144 0 0 15 0 16 0 30254459 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/775/statm: 383228 83199 1450 10 0 380531 0
[pid=775/tid=777] ppid=773 vsize=1532912 CPUtime=2.07
/proc/775/task/777/stat : 777 (java) S 773 775 32615 0 -1 4202560 32048 0 1 0 195 12 0 0 15 0 16 0 30254461 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=778] ppid=773 vsize=1532912 CPUtime=5.91
/proc/775/task/778/stat : 778 (java) S 773 775 32615 0 -1 4202560 29091 0 0 0 569 22 0 0 15 0 16 0 30254462 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=779] ppid=773 vsize=1532912 CPUtime=5.86
/proc/775/task/779/stat : 779 (java) S 773 775 32615 0 -1 4202560 25820 0 0 0 568 18 0 0 16 0 16 0 30254462 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=780] ppid=773 vsize=1532912 CPUtime=11.42
/proc/775/task/780/stat : 780 (java) S 773 775 32615 0 -1 4202560 46172 0 0 0 1106 36 0 0 15 0 16 0 30254464 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 0 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=781] ppid=773 vsize=1532912 CPUtime=0
/proc/775/task/781/stat : 781 (java) S 773 775 32615 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30254464 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=782] ppid=773 vsize=1532912 CPUtime=0
/proc/775/task/782/stat : 782 (java) S 773 775 32615 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30254464 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=783] ppid=773 vsize=1532912 CPUtime=0
/proc/775/task/783/stat : 783 (java) S 773 775 32615 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30254469 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=784] ppid=773 vsize=1532912 CPUtime=1.97
/proc/775/task/784/stat : 784 (java) S 773 775 32615 0 -1 4202560 1162 0 0 0 197 0 0 0 15 0 16 0 30254469 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=785] ppid=773 vsize=1532912 CPUtime=1.78
/proc/775/task/785/stat : 785 (java) S 773 775 32615 0 -1 4202560 2226 0 0 0 177 1 0 0 15 0 16 0 30254469 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=786] ppid=773 vsize=1532912 CPUtime=0
/proc/775/task/786/stat : 786 (java) S 773 775 32615 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30254469 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=787] ppid=773 vsize=1532912 CPUtime=0
/proc/775/task/787/stat : 787 (java) S 773 775 32615 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 30254469 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=788] ppid=773 vsize=1532912 CPUtime=853.55
/proc/775/task/788/stat : 788 (java) R 773 775 32615 0 -1 4202560 867 0 0 0 85330 25 0 0 25 0 16 0 30254684 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4110080171 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=775/tid=789] ppid=773 vsize=1532912 CPUtime=855.1
/proc/775/task/789/stat : 789 (java) R 773 775 32615 0 -1 4202560 889 0 0 0 85486 24 0 0 25 0 16 0 30254684 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4109920374 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=775/tid=790] ppid=773 vsize=1532912 CPUtime=0
/proc/775/task/790/stat : 790 (java) S 773 775 32615 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30254757 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=791] ppid=773 vsize=1532912 CPUtime=0
/proc/775/task/791/stat : 791 (java) S 773 775 32615 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 30254761 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1737.74
Current children cumulated vsize (KiB) 1532912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+914.002 s]
/proc/loadavg: 2.02 1.97 1.62 3/122 816
/proc/meminfo: memFree=1523532/2059040 swapFree=4136456/4192956
[pid=775] ppid=773 vsize=1532912 CPUtime=1800.18
/proc/775/stat : 775 (java) S 773 775 32615 0 -1 4202496 141554 0 1 0 179870 148 0 0 15 0 16 0 30254459 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/775/statm: 383228 83199 1450 10 0 380531 0
[pid=775/tid=777] ppid=773 vsize=1532912 CPUtime=2.07
/proc/775/task/777/stat : 777 (java) S 773 775 32615 0 -1 4202560 32049 0 1 0 195 12 0 0 15 0 16 0 30254461 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=778] ppid=773 vsize=1532912 CPUtime=6.05
/proc/775/task/778/stat : 778 (java) S 773 775 32615 0 -1 4202560 29091 0 0 0 583 22 0 0 15 0 16 0 30254462 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=779] ppid=773 vsize=1532912 CPUtime=6
/proc/775/task/779/stat : 779 (java) S 773 775 32615 0 -1 4202560 25820 0 0 0 582 18 0 0 16 0 16 0 30254462 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=780] ppid=773 vsize=1532912 CPUtime=11.87
/proc/775/task/780/stat : 780 (java) S 773 775 32615 0 -1 4202560 48259 0 0 0 1149 38 0 0 15 0 16 0 30254464 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 0 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=781] ppid=773 vsize=1532912 CPUtime=0
/proc/775/task/781/stat : 781 (java) S 773 775 32615 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30254464 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=782] ppid=773 vsize=1532912 CPUtime=0
/proc/775/task/782/stat : 782 (java) S 773 775 32615 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30254464 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=783] ppid=773 vsize=1532912 CPUtime=0
/proc/775/task/783/stat : 783 (java) S 773 775 32615 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30254469 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=784] ppid=773 vsize=1532912 CPUtime=1.97
/proc/775/task/784/stat : 784 (java) S 773 775 32615 0 -1 4202560 1162 0 0 0 197 0 0 0 15 0 16 0 30254469 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=785] ppid=773 vsize=1532912 CPUtime=1.78
/proc/775/task/785/stat : 785 (java) S 773 775 32615 0 -1 4202560 2226 0 0 0 177 1 0 0 15 0 16 0 30254469 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=786] ppid=773 vsize=1532912 CPUtime=0
/proc/775/task/786/stat : 786 (java) S 773 775 32615 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30254469 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=787] ppid=773 vsize=1532912 CPUtime=0
/proc/775/task/787/stat : 787 (java) S 773 775 32615 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 30254469 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=788] ppid=773 vsize=1532912 CPUtime=884.33
/proc/775/task/788/stat : 788 (java) R 773 775 32615 0 -1 4202560 898 0 0 0 88407 26 0 0 25 0 16 0 30254684 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4109849582 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=775/tid=789] ppid=773 vsize=1532912 CPUtime=886.04
/proc/775/task/789/stat : 789 (java) R 773 775 32615 0 -1 4202560 919 0 0 0 88578 26 0 0 25 0 16 0 30254684 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4109651366 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=775/tid=790] ppid=773 vsize=1532912 CPUtime=0
/proc/775/task/790/stat : 790 (java) S 773 775 32615 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30254757 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=791] ppid=773 vsize=1532912 CPUtime=0
/proc/775/task/791/stat : 791 (java) S 773 775 32615 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 30254761 1569701888 83199 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 1532912

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

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

[startup+914.125 s]
/proc/loadavg: 2.02 1.97 1.62 3/122 816
/proc/meminfo: memFree=1523532/2059040 swapFree=4136456/4192956
[pid=775] ppid=773 vsize=1533560 CPUtime=1800.39
/proc/775/stat : 775 (java) S 773 775 32615 0 -1 4202496 141576 0 1 0 179891 148 0 0 15 0 17 0 30254459 1570365440 83221 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/775/statm: 383390 83221 1453 10 0 380693 0
[pid=775/tid=777] ppid=773 vsize=1533560 CPUtime=2.07
/proc/775/task/777/stat : 777 (java) S 773 775 32615 0 -1 4202560 32049 0 1 0 195 12 0 0 15 0 17 0 30254461 1570365440 83221 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=778] ppid=773 vsize=1533560 CPUtime=6.05
/proc/775/task/778/stat : 778 (java) S 773 775 32615 0 -1 4202560 29091 0 0 0 583 22 0 0 15 0 17 0 30254462 1570365440 83221 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=779] ppid=773 vsize=1533560 CPUtime=6
/proc/775/task/779/stat : 779 (java) S 773 775 32615 0 -1 4202560 25820 0 0 0 582 18 0 0 16 0 17 0 30254462 1570365440 83221 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=780] ppid=773 vsize=1533560 CPUtime=11.87
/proc/775/task/780/stat : 780 (java) S 773 775 32615 0 -1 4202560 48259 0 0 0 1149 38 0 0 15 0 17 0 30254464 1570365440 83221 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 0 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=781] ppid=773 vsize=1533560 CPUtime=0
/proc/775/task/781/stat : 781 (java) S 773 775 32615 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 30254464 1570365440 83221 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=782] ppid=773 vsize=1533560 CPUtime=0
/proc/775/task/782/stat : 782 (java) S 773 775 32615 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 30254464 1570365440 83221 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=783] ppid=773 vsize=1533560 CPUtime=0
/proc/775/task/783/stat : 783 (java) S 773 775 32615 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 17 0 30254469 1570365440 83221 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=784] ppid=773 vsize=1533560 CPUtime=1.98
/proc/775/task/784/stat : 784 (java) S 773 775 32615 0 -1 4202560 1164 0 0 0 198 0 0 0 15 0 17 0 30254469 1570365440 83221 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=785] ppid=773 vsize=1533560 CPUtime=1.81
/proc/775/task/785/stat : 785 (java) S 773 775 32615 0 -1 4202560 2226 0 0 0 180 1 0 0 15 0 17 0 30254469 1570365440 83221 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=786] ppid=773 vsize=1533560 CPUtime=0
/proc/775/task/786/stat : 786 (java) S 773 775 32615 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 17 0 30254469 1570365440 83221 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 0 0 0 0
[pid=775/tid=787] ppid=773 vsize=1533560 CPUtime=0
/proc/775/task/787/stat : 787 (java) S 773 775 32615 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 17 0 30254469 1570365440 83221 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=788] ppid=773 vsize=1533560 CPUtime=884.38
/proc/775/task/788/stat : 788 (java) R 773 775 32615 0 -1 4202560 898 0 0 0 88412 26 0 0 25 0 17 0 30254684 1570365440 83221 1992294400 134512640 134550932 4286814304 18446744073709551615 4110080134 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=775/tid=789] ppid=773 vsize=1533560 CPUtime=886.13
/proc/775/task/789/stat : 789 (java) R 773 775 32615 0 -1 4202560 919 0 0 0 88587 26 0 0 25 0 17 0 30254684 1570365440 83221 1992294400 134512640 134550932 4286814304 18446744073709551615 4109920210 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=775/tid=790] ppid=773 vsize=1533560 CPUtime=0
/proc/775/task/790/stat : 790 (java) S 773 775 32615 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 30254757 1570365440 83221 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
[pid=775/tid=791] ppid=773 vsize=1533560 CPUtime=0
/proc/775/task/791/stat : 791 (java) S 773 775 32615 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 17 0 30254761 1570365440 83221 1992294400 134512640 134550932 4286814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437839872128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 1533560

Child status: 143
Real time (s): 914.167
CPU time (s): 1800.45
CPU user time (s): 1798.93
CPU system time (s): 1.52377
CPU usage (%): 196.95
Max. virtual memory (cumulated for all children) (KiB): 1538040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.93
system time used= 1.52377
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141577
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= 40113
involuntary context switches= 58862

runsolver used 3.9214 second user time and 9.75652 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-14 22:15:04
IDJOB=2662168
IDBENCH=2396
IDSOLVER=1166
FILE ID=node001/2662168-1276546504
PBS_JOBID= 11173469
Free space on /tmp= 62432 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-forplan.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662168-1276546504/watcher-2662168-1276546504 -o /tmp/evaluation-result-2662168-1276546504/solver-2662168-1276546504 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662168-1276546504.opb

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

MD5SUM BENCH= 43a001fe9c1e4e8b75108df32c142ab0
RANDOM SEED=1658019707

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1854692 kB
Buffers:         22744 kB
Cached:         103536 kB
SwapCached:       9648 kB
Active:          81256 kB
Inactive:        57700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1854692 kB
SwapTotal:     4192956 kB
SwapFree:      4136456 kB
Dirty:            2412 kB
Writeback:           0 kB
AnonPages:       11140 kB
Mapped:           9280 kB
Slab:            43452 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180588 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= 62432 MiB
End job on node001 at 2010-06-14 22:30:20