Trace number 2662145

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.34 934.857

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-dano3_3.opb
MD5SUM1c7fb7925778882f8c8001dcd3838f28
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 variables404796
Total number of constraints3709
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3
Number of constraints which are nor clauses,nor cardinality constraints3706
Minimum length of a constraint11
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 134217728000
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 569083166190
Number of bits of the biggest sum of numbers40
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.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662145-1276530541.opb
0.22/0.22	c reading problem ... 
33.01/25.22	c ... done. Wall clock time 24.999s.
33.01/25.22	c #vars     404796
33.01/25.22	c #constraints  125961
33.01/25.22	c constraints type 
33.01/25.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
33.01/25.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4927
33.01/25.22	c constraints type 
33.01/25.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 6
33.01/25.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4927
662.90/343.55	c cleaning 2489 clauses out of 4990 with flag 5005/5005
714.06/370.85	c cleaning 4248 clauses out of 8496 with flag 11000/11000
867.10/449.73	c cleaning 5619 clauses out of 11249 with flag 18001/18001
975.20/505.83	c cleaning 6812 clauses out of 13629 with flag 26001/26001
1047.33/543.88	c cleaning 7912 clauses out of 15829 with flag 35013/35013
1116.38/579.84	c cleaning 8956 clauses out of 17913 with flag 45009/45009
1195.31/620.82	c cleaning 9474 clauses out of 18950 with flag 55002/55002
1269.30/659.40	c cleaning 9739 clauses out of 19478 with flag 65004/65004
1336.49/694.99	c cleaning 9870 clauses out of 19744 with flag 75009/75009
1454.11/755.69	c cleaning 9921 clauses out of 19857 with flag 85002/85002
1514.22/787.23	c cleaning 9963 clauses out of 19937 with flag 95004/95004
1787.57/926.72	c cleaning 9977 clauses out of 19969 with flag 105000/105000
1800.14/934.72	c starts		: 90
1800.14/934.72	c conflicts		: 105138
1800.14/934.72	c decisions		: 469331
1800.14/934.72	c propagations		: 5428757
1800.14/934.72	c inspects		: 95094516
1800.14/934.72	c learnt literals	: 28
1800.14/934.72	c learnt binary clauses	: 32
1800.14/934.72	c learnt ternary clauses	: 3
1800.14/934.72	c learnt clauses	: 105110
1800.14/934.72	c ignored clauses	: 0
1800.14/934.72	c root simplifications	: 0
1800.14/934.72	c removed literals (reason simplification)	: 6460330
1800.14/934.72	c reason swapping (by a shorter reason)	: 0
1800.14/934.72	c Calls to reduceDB	: 12
1800.14/934.72	c number of reductions to clauses (during analyze)	: 0
1800.14/934.72	c number of learned constraints concerned by reduction	: 0
1800.14/934.72	c number of learning phase by resolution	: 0
1800.14/934.72	c number of learning phase by cutting planes	: 0
1800.14/934.72	c speed (assignments/second)	: 5969.02542969231
1800.14/934.72	c non guided choices	124034
1800.14/934.74	c learnt constraints type 
1800.14/934.74	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10098
1800.14/934.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 32
1800.14/934.74	c constraints type 
1800.14/934.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
1800.14/934.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4927
1800.14/934.74	c constraints type 
1800.14/934.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 6
1800.14/934.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4927
1800.14/934.74	s UNKNOWN
1800.14/934.74	c Total wall clock time (in seconds): 934.519

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-2662145-1276530541/watcher-2662145-1276530541 -o /tmp/evaluation-result-2662145-1276530541/solver-2662145-1276530541 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662145-1276530541.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 29980
/proc/meminfo: memFree=1788368/2059040 swapFree=4140428/4192956
[pid=29980] ppid=29978 vsize=1832 CPUtime=0
/proc/29980/stat : 29980 (java6) R 29978 29980 29818 0 -1 4194304 229 0 0 0 0 0 0 0 23 0 1 0 28657781 1875968 132 1992294400 134512640 134550932 4293441616 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29980/statm: 458 144 107 10 0 63 0

[startup+0.0310449 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 29980
/proc/meminfo: memFree=1788368/2059040 swapFree=4140428/4192956
[pid=29980] ppid=29978 vsize=1518368 CPUtime=0.01
/proc/29980/stat : 29980 (java) S 29978 29980 29818 0 -1 4202496 2677 0 1 0 0 1 0 0 15 0 4 0 28657781 1554808832 2121 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/29980/statm: 379592 2123 441 10 0 377303 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.100044 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 29980
/proc/meminfo: memFree=1788368/2059040 swapFree=4140428/4192956
[pid=29980] ppid=29978 vsize=1524180 CPUtime=0.08
/proc/29980/stat : 29980 (java) S 29978 29980 29818 0 -1 4202496 3950 0 1 0 6 2 0 0 15 0 12 0 28657781 1560760320 3389 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29980/statm: 381045 3389 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300042 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 29980
/proc/meminfo: memFree=1788368/2059040 swapFree=4140428/4192956
[pid=29980] ppid=29978 vsize=1525780 CPUtime=0.35
/proc/29980/stat : 29980 (java) S 29978 29980 29818 0 -1 4202496 9854 0 1 0 30 5 0 0 15 0 12 0 28657781 1562398720 9289 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29980/statm: 381445 9289 1351 10 0 378748 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1525780

[startup+0.700037 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 29980
/proc/meminfo: memFree=1788368/2059040 swapFree=4140428/4192956
[pid=29980] ppid=29978 vsize=1530032 CPUtime=1.1
/proc/29980/stat : 29980 (java) S 29978 29980 29818 0 -1 4202496 12807 0 1 0 103 7 0 0 15 0 12 0 28657781 1566752768 11942 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29980/statm: 382508 11942 1412 10 0 379811 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1530032

[startup+1.50103 s]
/proc/loadavg: 1.00 1.00 1.00 4/118 29992
/proc/meminfo: memFree=1739540/2059040 swapFree=4140428/4192956
[pid=29980] ppid=29978 vsize=1539152 CPUtime=2.68
/proc/29980/stat : 29980 (java) S 29978 29980 29818 0 -1 4202496 19358 0 1 0 258 10 0 0 15 0 12 0 28657781 1576091648 17244 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29980/statm: 384788 17247 1414 10 0 382091 0
[pid=29980/tid=29982] ppid=29978 vsize=1539152 CPUtime=1.44
/proc/29980/task/29982/stat : 29982 (java) R 29978 29980 29818 0 -1 4202560 13322 0 1 0 138 6 0 0 25 0 12 0 28657783 1576091648 17249 1992294400 134512640 134550932 4292508544 18446744073709551615 4108650270 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29980/tid=29983] ppid=29978 vsize=1539152 CPUtime=0
/proc/29980/task/29983/stat : 29983 (java) S 29978 29980 29818 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 28657785 1576091648 17250 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29984] ppid=29978 vsize=1539152 CPUtime=0
/proc/29980/task/29984/stat : 29984 (java) S 29978 29980 29818 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28657785 1576091648 17252 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29985] ppid=29978 vsize=1539152 CPUtime=0
/proc/29980/task/29985/stat : 29985 (java) S 29978 29980 29818 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28657786 1576091648 17253 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 0 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29986] ppid=29978 vsize=1539152 CPUtime=0
/proc/29980/task/29986/stat : 29986 (java) S 29978 29980 29818 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 28657787 1576091648 17256 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29987] ppid=29978 vsize=1539152 CPUtime=0
/proc/29980/task/29987/stat : 29987 (java) S 29978 29980 29818 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 28657787 1576091648 17257 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29988] ppid=29978 vsize=1539152 CPUtime=0
/proc/29980/task/29988/stat : 29988 (java) S 29978 29980 29818 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 28657791 1576091648 17259 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29989] ppid=29978 vsize=1539152 CPUtime=0.04
/proc/29980/task/29989/stat : 29989 (java) R 29978 29980 29818 0 -1 4202560 47 0 0 0 4 0 0 0 22 0 12 0 28657791 1576091648 17260 1992294400 134512640 134550932 4292508544 18446744073709551615 106130083 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29980/tid=29990] ppid=29978 vsize=1539152 CPUtime=1.18
/proc/29980/task/29990/stat : 29990 (java) R 29978 29980 29818 0 -1 4202560 4942 0 0 0 115 3 0 0 17 0 12 0 28657791 1576091648 17263 1992294400 134512640 134550932 4292508544 18446744073709551615 104163268 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29980/tid=29991] ppid=29978 vsize=1539152 CPUtime=0
/proc/29980/task/29991/stat : 29991 (java) S 29978 29980 29818 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 28657791 1576091648 17264 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29992] ppid=29978 vsize=1539152 CPUtime=0
/proc/29980/task/29992/stat : 29992 (java) S 29978 29980 29818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28657791 1576091648 17265 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 1539152

[startup+3.10101 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 29992
/proc/meminfo: memFree=1698124/2059040 swapFree=4140428/4192956
[pid=29980] ppid=29978 vsize=1543052 CPUtime=5.07
/proc/29980/stat : 29980 (java) S 29978 29980 29818 0 -1 4202496 54939 0 1 0 481 26 0 0 15 0 12 0 28657781 1580085248 48996 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29980/statm: 385763 48996 1421 10 0 383066 0
[pid=29980/tid=29982] ppid=29978 vsize=1543052 CPUtime=2.66
/proc/29980/task/29982/stat : 29982 (java) R 29978 29980 29818 0 -1 4202560 32014 0 1 0 253 13 0 0 25 0 12 0 28657783 1580085248 48996 1992294400 134512640 134550932 4292508544 18446744073709551615 4109212863 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29980/tid=29983] ppid=29978 vsize=1543052 CPUtime=0.18
/proc/29980/task/29983/stat : 29983 (java) S 29978 29980 29818 0 -1 4202560 5826 0 0 0 16 2 0 0 16 0 12 0 28657785 1580085248 48996 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29984] ppid=29978 vsize=1543052 CPUtime=0.19
/proc/29980/task/29984/stat : 29984 (java) S 29978 29980 29818 0 -1 4202560 7002 0 0 0 16 3 0 0 18 0 12 0 28657785 1580085248 48996 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29985] ppid=29978 vsize=1543052 CPUtime=0
/proc/29980/task/29985/stat : 29985 (java) S 29978 29980 29818 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 12 0 28657786 1580085248 48996 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 0 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29986] ppid=29978 vsize=1543052 CPUtime=0
/proc/29980/task/29986/stat : 29986 (java) S 29978 29980 29818 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 28657787 1580085248 48996 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29987] ppid=29978 vsize=1543052 CPUtime=0
/proc/29980/task/29987/stat : 29987 (java) S 29978 29980 29818 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 28657787 1580085248 48996 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29988] ppid=29978 vsize=1543052 CPUtime=0
/proc/29980/task/29988/stat : 29988 (java) S 29978 29980 29818 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 28657791 1580085248 48996 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29989] ppid=29978 vsize=1543052 CPUtime=0.21
/proc/29980/task/29989/stat : 29989 (java) S 29978 29980 29818 0 -1 4202560 267 0 0 0 21 0 0 0 22 0 12 0 28657791 1580085248 48996 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29990] ppid=29978 vsize=1543052 CPUtime=1.78
/proc/29980/task/29990/stat : 29990 (java) S 29978 29980 29818 0 -1 4202560 8764 0 0 0 173 5 0 0 18 0 12 0 28657791 1580085248 48996 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29991] ppid=29978 vsize=1543052 CPUtime=0
/proc/29980/task/29991/stat : 29991 (java) S 29978 29980 29818 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 28657791 1580085248 48996 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29992] ppid=29978 vsize=1543052 CPUtime=0
/proc/29980/task/29992/stat : 29992 (java) S 29978 29980 29818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28657791 1580085248 48996 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 1543052

[startup+6.30197 s]
/proc/loadavg: 1.08 1.02 1.01 2/118 29992
/proc/meminfo: memFree=1513488/2059040 swapFree=4140428/4192956
[pid=29980] ppid=29978 vsize=1543192 CPUtime=9.13
/proc/29980/stat : 29980 (java) S 29978 29980 29818 0 -1 4202496 90701 0 1 0 870 43 0 0 15 0 12 0 28657781 1580228608 77740 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29980/statm: 385798 77740 1421 10 0 383101 0
[pid=29980/tid=29982] ppid=29978 vsize=1543192 CPUtime=5.01
/proc/29980/task/29982/stat : 29982 (java) R 29978 29980 29818 0 -1 4202560 32018 0 1 0 487 14 0 0 23 0 12 0 28657783 1580228608 77740 1992294400 134512640 134550932 4292508544 18446744073709551615 4108926346 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29980/tid=29983] ppid=29978 vsize=1543192 CPUtime=1.04
/proc/29980/task/29983/stat : 29983 (java) S 29978 29980 29818 0 -1 4202560 21543 0 0 0 95 9 0 0 16 0 12 0 28657785 1580228608 77740 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29984] ppid=29978 vsize=1543192 CPUtime=1.04
/proc/29980/task/29984/stat : 29984 (java) S 29978 29980 29818 0 -1 4202560 27043 0 0 0 92 12 0 0 16 0 12 0 28657785 1580228608 77740 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29985] ppid=29978 vsize=1543192 CPUtime=0
/proc/29980/task/29985/stat : 29985 (java) S 29978 29980 29818 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 12 0 28657786 1580228608 77740 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 0 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29986] ppid=29978 vsize=1543192 CPUtime=0
/proc/29980/task/29986/stat : 29986 (java) S 29978 29980 29818 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 28657787 1580228608 77740 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29987] ppid=29978 vsize=1543192 CPUtime=0
/proc/29980/task/29987/stat : 29987 (java) S 29978 29980 29818 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 28657787 1580228608 77740 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29988] ppid=29978 vsize=1543192 CPUtime=0
/proc/29980/task/29988/stat : 29988 (java) S 29978 29980 29818 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 28657791 1580228608 77740 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29989] ppid=29978 vsize=1543192 CPUtime=0.21
/proc/29980/task/29989/stat : 29989 (java) S 29978 29980 29818 0 -1 4202560 267 0 0 0 21 0 0 0 22 0 12 0 28657791 1580228608 77740 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29990] ppid=29978 vsize=1543192 CPUtime=1.78
/proc/29980/task/29990/stat : 29990 (java) S 29978 29980 29818 0 -1 4202560 8764 0 0 0 173 5 0 0 18 0 12 0 28657791 1580228608 77740 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29991] ppid=29978 vsize=1543192 CPUtime=0
/proc/29980/task/29991/stat : 29991 (java) S 29978 29980 29818 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 28657791 1580228608 77740 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29992] ppid=29978 vsize=1543192 CPUtime=0
/proc/29980/task/29992/stat : 29992 (java) S 29978 29980 29818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28657791 1580228608 77740 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.13
Current children cumulated vsize (KiB) 1543192

[startup+12.7039 s]
/proc/loadavg: 1.07 1.02 1.00 2/118 29992
/proc/meminfo: memFree=1329348/2059040 swapFree=4140428/4192956
[pid=29980] ppid=29978 vsize=1543192 CPUtime=17.93
/proc/29980/stat : 29980 (java) S 29978 29980 29818 0 -1 4202496 140188 0 1 0 1726 67 0 0 15 0 12 0 28657781 1580228608 118291 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29980/statm: 385798 118291 1421 10 0 383101 0
[pid=29980/tid=29982] ppid=29978 vsize=1543192 CPUtime=9.07
/proc/29980/task/29982/stat : 29982 (java) S 29978 29980 29818 0 -1 4202560 32029 0 1 0 892 15 0 0 16 0 12 0 28657783 1580228608 118291 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29983] ppid=29978 vsize=1543192 CPUtime=3.35
/proc/29980/task/29983/stat : 29983 (java) R 29978 29980 29818 0 -1 4202560 43038 0 0 0 315 20 0 0 15 0 12 0 28657785 1580228608 118291 1992294400 134512640 134550932 4292508544 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29980/tid=29984] ppid=29978 vsize=1543192 CPUtime=3.37
/proc/29980/task/29984/stat : 29984 (java) R 29978 29980 29818 0 -1 4202560 55020 0 0 0 312 25 0 0 15 0 12 0 28657785 1580228608 118291 1992294400 134512640 134550932 4292508544 18446744073709551615 104188422 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29980/tid=29985] ppid=29978 vsize=1543192 CPUtime=0
/proc/29980/task/29985/stat : 29985 (java) S 29978 29980 29818 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 12 0 28657786 1580228608 118291 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 0 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29986] ppid=29978 vsize=1543192 CPUtime=0
/proc/29980/task/29986/stat : 29986 (java) S 29978 29980 29818 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 28657787 1580228608 118291 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29987] ppid=29978 vsize=1543192 CPUtime=0
/proc/29980/task/29987/stat : 29987 (java) S 29978 29980 29818 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 28657787 1580228608 118291 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29988] ppid=29978 vsize=1543192 CPUtime=0
/proc/29980/task/29988/stat : 29988 (java) S 29978 29980 29818 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 28657791 1580228608 118291 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29989] ppid=29978 vsize=1543192 CPUtime=0.22
/proc/29980/task/29989/stat : 29989 (java) S 29978 29980 29818 0 -1 4202560 267 0 0 0 22 0 0 0 17 0 12 0 28657791 1580228608 118291 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29990] ppid=29978 vsize=1543192 CPUtime=1.88
/proc/29980/task/29990/stat : 29990 (java) S 29978 29980 29818 0 -1 4202560 8768 0 0 0 183 5 0 0 16 0 12 0 28657791 1580228608 118291 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29991] ppid=29978 vsize=1543192 CPUtime=0
/proc/29980/task/29991/stat : 29991 (java) S 29978 29980 29818 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 28657791 1580228608 118291 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29992] ppid=29978 vsize=1543192 CPUtime=0
/proc/29980/task/29992/stat : 29992 (java) S 29978 29980 29818 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28657791 1580228608 118291 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 17.93
Current children cumulated vsize (KiB) 1543192

[startup+25.5017 s]
/proc/loadavg: 1.26 1.06 1.02 2/118 29992
/proc/meminfo: memFree=1107636/2059040 swapFree=4140428/4192956
[pid=29980] ppid=29978 vsize=1540684 CPUtime=33.57
/proc/29980/stat : 29980 (java) S 29978 29980 29818 0 -1 4202496 208083 0 1 0 3257 100 0 0 15 0 14 0 28657781 1577660416 174956 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29980/statm: 385171 174956 1425 10 0 382474 0
[pid=29980/tid=29982] ppid=29978 vsize=1540684 CPUtime=19.08
/proc/29980/task/29982/stat : 29982 (java) S 29978 29980 29818 0 -1 4202560 32071 0 1 0 1891 17 0 0 17 0 14 0 28657783 1577660416 174956 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29983] ppid=29978 vsize=1540684 CPUtime=5.94
/proc/29980/task/29983/stat : 29983 (java) S 29978 29980 29818 0 -1 4202560 79310 0 0 0 557 37 0 0 16 0 14 0 28657785 1577660416 174956 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29984] ppid=29978 vsize=1540684 CPUtime=6.01
/proc/29980/task/29984/stat : 29984 (java) S 29978 29980 29818 0 -1 4202560 86396 0 0 0 562 39 0 0 15 0 14 0 28657785 1577660416 174956 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29985] ppid=29978 vsize=1540684 CPUtime=0
/proc/29980/task/29985/stat : 29985 (java) S 29978 29980 29818 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 14 0 28657786 1577660416 174956 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 0 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29986] ppid=29978 vsize=1540684 CPUtime=0
/proc/29980/task/29986/stat : 29986 (java) S 29978 29980 29818 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 28657787 1577660416 174956 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29987] ppid=29978 vsize=1540684 CPUtime=0
/proc/29980/task/29987/stat : 29987 (java) S 29978 29980 29818 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 28657787 1577660416 174956 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29988] ppid=29978 vsize=1540684 CPUtime=0
/proc/29980/task/29988/stat : 29988 (java) S 29978 29980 29818 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 28657791 1577660416 174956 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29989] ppid=29978 vsize=1540684 CPUtime=0.47

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

/proc/29980/statm: 385389 281210 1448 10 0 382692 0
[pid=29980/tid=29982] ppid=29978 vsize=1541556 CPUtime=19.08
/proc/29980/task/29982/stat : 29982 (java) S 29978 29980 29818 0 -1 4202560 32079 0 1 0 1891 17 0 0 15 0 16 0 28657783 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29983] ppid=29978 vsize=1541556 CPUtime=24.3
/proc/29980/task/29983/stat : 29983 (java) S 29978 29980 29818 0 -1 4202560 146817 0 0 0 2336 94 0 0 15 0 16 0 28657785 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29984] ppid=29978 vsize=1541556 CPUtime=24.27
/proc/29980/task/29984/stat : 29984 (java) S 29978 29980 29818 0 -1 4202560 126745 0 0 0 2333 94 0 0 15 0 16 0 28657785 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29985] ppid=29978 vsize=1541556 CPUtime=27.3
/proc/29980/task/29985/stat : 29985 (java) S 29978 29980 29818 0 -1 4202560 48010 0 0 0 2705 25 0 0 15 0 16 0 28657786 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 0 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29986] ppid=29978 vsize=1541556 CPUtime=0
/proc/29980/task/29986/stat : 29986 (java) S 29978 29980 29818 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 28657787 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29987] ppid=29978 vsize=1541556 CPUtime=0
/proc/29980/task/29987/stat : 29987 (java) S 29978 29980 29818 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 28657787 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29988] ppid=29978 vsize=1541556 CPUtime=0
/proc/29980/task/29988/stat : 29988 (java) S 29978 29980 29818 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 28657791 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29989] ppid=29978 vsize=1541556 CPUtime=1.88
/proc/29980/task/29989/stat : 29989 (java) S 29978 29980 29818 0 -1 4202560 612 0 0 0 188 0 0 0 15 0 16 0 28657791 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29990] ppid=29978 vsize=1541556 CPUtime=2.94
/proc/29980/task/29990/stat : 29990 (java) S 29978 29980 29818 0 -1 4202560 8865 0 0 0 289 5 0 0 15 0 16 0 28657791 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29991] ppid=29978 vsize=1541556 CPUtime=0
/proc/29980/task/29991/stat : 29991 (java) S 29978 29980 29818 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 28657791 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29992] ppid=29978 vsize=1541556 CPUtime=0
/proc/29980/task/29992/stat : 29992 (java) S 29978 29980 29818 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 16 0 28657791 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29993] ppid=29978 vsize=1541556 CPUtime=681.9
/proc/29980/task/29993/stat : 29993 (java) R 29978 29980 29818 0 -1 4202560 462 0 0 0 68174 16 0 0 25 0 16 0 28660304 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4109382638 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29980/tid=29994] ppid=29978 vsize=1541556 CPUtime=683.19
/proc/29980/task/29994/stat : 29994 (java) R 29978 29980 29818 0 -1 4202560 540 0 0 0 68299 20 0 0 25 0 16 0 28660304 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4108967944 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29980/tid=29995] ppid=29978 vsize=1541556 CPUtime=0
/proc/29980/task/29995/stat : 29995 (java) S 29978 29980 29818 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 28660409 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29996] ppid=29978 vsize=1541556 CPUtime=0
/proc/29980/task/29996/stat : 29996 (java) S 29978 29980 29818 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 28660410 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1464.96
Current children cumulated vsize (KiB) 1541556

[startup+822.301 s]
/proc/loadavg: 2.09 2.01 1.62 3/122 30027
/proc/meminfo: memFree=664740/2059040 swapFree=4140428/4192956
[pid=29980] ppid=29978 vsize=1541556 CPUtime=1581.26
/proc/29980/stat : 29980 (java) S 29978 29980 29818 0 -1 4202496 368777 0 1 0 157840 286 0 0 15 0 16 0 28657781 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29980/statm: 385389 281210 1448 10 0 382692 0
[pid=29980/tid=29982] ppid=29978 vsize=1541556 CPUtime=19.08
/proc/29980/task/29982/stat : 29982 (java) S 29978 29980 29818 0 -1 4202560 32081 0 1 0 1891 17 0 0 15 0 16 0 28657783 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29983] ppid=29978 vsize=1541556 CPUtime=26.17
/proc/29980/task/29983/stat : 29983 (java) S 29978 29980 29818 0 -1 4202560 146817 0 0 0 2521 96 0 0 15 0 16 0 28657785 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29984] ppid=29978 vsize=1541556 CPUtime=26.13
/proc/29980/task/29984/stat : 29984 (java) S 29978 29980 29818 0 -1 4202560 126745 0 0 0 2517 96 0 0 15 0 16 0 28657785 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29985] ppid=29978 vsize=1541556 CPUtime=29.74
/proc/29980/task/29985/stat : 29985 (java) S 29978 29980 29818 0 -1 4202560 51440 0 0 0 2947 27 0 0 15 0 16 0 28657786 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 0 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29986] ppid=29978 vsize=1541556 CPUtime=0
/proc/29980/task/29986/stat : 29986 (java) S 29978 29980 29818 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 28657787 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29987] ppid=29978 vsize=1541556 CPUtime=0
/proc/29980/task/29987/stat : 29987 (java) S 29978 29980 29818 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 28657787 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29988] ppid=29978 vsize=1541556 CPUtime=0
/proc/29980/task/29988/stat : 29988 (java) S 29978 29980 29818 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 28657791 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29989] ppid=29978 vsize=1541556 CPUtime=1.88
/proc/29980/task/29989/stat : 29989 (java) S 29978 29980 29818 0 -1 4202560 612 0 0 0 188 0 0 0 15 0 16 0 28657791 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29990] ppid=29978 vsize=1541556 CPUtime=2.98
/proc/29980/task/29990/stat : 29990 (java) S 29978 29980 29818 0 -1 4202560 8865 0 0 0 293 5 0 0 15 0 16 0 28657791 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29991] ppid=29978 vsize=1541556 CPUtime=0
/proc/29980/task/29991/stat : 29991 (java) S 29978 29980 29818 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 28657791 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29992] ppid=29978 vsize=1541556 CPUtime=0
/proc/29980/task/29992/stat : 29992 (java) S 29978 29980 29818 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 28657791 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29993] ppid=29978 vsize=1541556 CPUtime=736.6
/proc/29980/task/29993/stat : 29993 (java) R 29978 29980 29818 0 -1 4202560 496 0 0 0 73643 17 0 0 25 0 16 0 28660304 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4109660617 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29980/tid=29994] ppid=29978 vsize=1541556 CPUtime=738.58
/proc/29980/task/29994/stat : 29994 (java) R 29978 29980 29818 0 -1 4202560 599 0 0 0 73836 22 0 0 25 0 16 0 28660304 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4108932109 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29980/tid=29995] ppid=29978 vsize=1541556 CPUtime=0
/proc/29980/task/29995/stat : 29995 (java) S 29978 29980 29818 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 28660409 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29996] ppid=29978 vsize=1541556 CPUtime=0
/proc/29980/task/29996/stat : 29996 (java) S 29978 29980 29818 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 28660410 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1581.26
Current children cumulated vsize (KiB) 1541556

[startup+882.302 s]
/proc/loadavg: 2.03 2.01 1.64 3/122 30029
/proc/meminfo: memFree=664864/2059040 swapFree=4140428/4192956
[pid=29980] ppid=29978 vsize=1541556 CPUtime=1699.84
/proc/29980/stat : 29980 (java) S 29978 29980 29818 0 -1 4202496 368864 0 1 0 169689 295 0 0 15 0 16 0 28657781 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29980/statm: 385389 281210 1448 10 0 382692 0
[pid=29980/tid=29982] ppid=29978 vsize=1541556 CPUtime=19.08
/proc/29980/task/29982/stat : 29982 (java) S 29978 29980 29818 0 -1 4202560 32082 0 1 0 1891 17 0 0 15 0 16 0 28657783 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29983] ppid=29978 vsize=1541556 CPUtime=27.97
/proc/29980/task/29983/stat : 29983 (java) S 29978 29980 29818 0 -1 4202560 146817 0 0 0 2696 101 0 0 15 0 16 0 28657785 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29984] ppid=29978 vsize=1541556 CPUtime=27.97
/proc/29980/task/29984/stat : 29984 (java) S 29978 29980 29818 0 -1 4202560 126745 0 0 0 2700 97 0 0 16 0 16 0 28657785 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29985] ppid=29978 vsize=1541556 CPUtime=29.78
/proc/29980/task/29985/stat : 29985 (java) S 29978 29980 29818 0 -1 4202560 51444 0 0 0 2950 28 0 0 15 0 16 0 28657786 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 0 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29986] ppid=29978 vsize=1541556 CPUtime=0
/proc/29980/task/29986/stat : 29986 (java) S 29978 29980 29818 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 28657787 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29987] ppid=29978 vsize=1541556 CPUtime=0
/proc/29980/task/29987/stat : 29987 (java) S 29978 29980 29818 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 28657787 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29988] ppid=29978 vsize=1541556 CPUtime=0
/proc/29980/task/29988/stat : 29988 (java) S 29978 29980 29818 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 28657791 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29989] ppid=29978 vsize=1541556 CPUtime=1.88
/proc/29980/task/29989/stat : 29989 (java) S 29978 29980 29818 0 -1 4202560 612 0 0 0 188 0 0 0 15 0 16 0 28657791 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29990] ppid=29978 vsize=1541556 CPUtime=3.03
/proc/29980/task/29990/stat : 29990 (java) S 29978 29980 29818 0 -1 4202560 8865 0 0 0 298 5 0 0 15 0 16 0 28657791 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29991] ppid=29978 vsize=1541556 CPUtime=0
/proc/29980/task/29991/stat : 29991 (java) S 29978 29980 29818 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 28657791 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29992] ppid=29978 vsize=1541556 CPUtime=0
/proc/29980/task/29992/stat : 29992 (java) S 29978 29980 29818 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 28657791 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29993] ppid=29978 vsize=1541556 CPUtime=793.83
/proc/29980/task/29993/stat : 29993 (java) R 29978 29980 29818 0 -1 4202560 527 0 0 0 79365 18 0 0 25 0 16 0 28660304 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4108942729 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29980/tid=29994] ppid=29978 vsize=1541556 CPUtime=796.21
/proc/29980/task/29994/stat : 29994 (java) R 29978 29980 29818 0 -1 4202560 646 0 0 0 79597 24 0 0 25 0 16 0 28660304 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4109574352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29980/tid=29995] ppid=29978 vsize=1541556 CPUtime=0
/proc/29980/task/29995/stat : 29995 (java) S 29978 29980 29818 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 28660409 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29996] ppid=29978 vsize=1541556 CPUtime=0
/proc/29980/task/29996/stat : 29996 (java) S 29978 29980 29818 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 28660410 1578553344 281210 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1699.84
Current children cumulated vsize (KiB) 1541556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+934.702 s]
/proc/loadavg: 1.94 1.99 1.65 3/122 30029
/proc/meminfo: memFree=651844/2059040 swapFree=4140428/4192956
[pid=29980] ppid=29978 vsize=1545028 CPUtime=1800.14
/proc/29980/stat : 29980 (java) S 29978 29980 29818 0 -1 4202496 376709 0 1 0 179698 316 0 0 15 0 16 0 28657781 1582108672 284347 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29980/statm: 386257 284347 1448 10 0 383560 0
[pid=29980/tid=29982] ppid=29978 vsize=1545028 CPUtime=19.08
/proc/29980/task/29982/stat : 29982 (java) S 29978 29980 29818 0 -1 4202560 32083 0 1 0 1891 17 0 0 15 0 16 0 28657783 1582108672 284347 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29983] ppid=29978 vsize=1545028 CPUtime=29.76
/proc/29980/task/29983/stat : 29983 (java) S 29978 29980 29818 0 -1 4202560 147073 0 0 0 2871 105 0 0 15 0 16 0 28657785 1582108672 284347 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29984] ppid=29978 vsize=1545028 CPUtime=29.8
/proc/29980/task/29984/stat : 29984 (java) S 29978 29980 29818 0 -1 4202560 128753 0 0 0 2881 99 0 0 16 0 16 0 28657785 1582108672 284347 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29985] ppid=29978 vsize=1545028 CPUtime=33.26
/proc/29980/task/29985/stat : 29985 (java) S 29978 29980 29818 0 -1 4202560 55651 0 0 0 3286 40 0 0 15 0 16 0 28657786 1582108672 284347 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 0 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29986] ppid=29978 vsize=1545028 CPUtime=0
/proc/29980/task/29986/stat : 29986 (java) S 29978 29980 29818 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 28657787 1582108672 284347 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29987] ppid=29978 vsize=1545028 CPUtime=0
/proc/29980/task/29987/stat : 29987 (java) S 29978 29980 29818 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 28657787 1582108672 284347 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29988] ppid=29978 vsize=1545028 CPUtime=0
/proc/29980/task/29988/stat : 29988 (java) S 29978 29980 29818 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 28657791 1582108672 284347 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29989] ppid=29978 vsize=1545028 CPUtime=1.88
/proc/29980/task/29989/stat : 29989 (java) S 29978 29980 29818 0 -1 4202560 612 0 0 0 188 0 0 0 15 0 16 0 28657791 1582108672 284347 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29990] ppid=29978 vsize=1545028 CPUtime=3.36
/proc/29980/task/29990/stat : 29990 (java) S 29978 29980 29818 0 -1 4202560 10164 0 0 0 330 6 0 0 15 0 16 0 28657791 1582108672 284347 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29991] ppid=29978 vsize=1545028 CPUtime=0
/proc/29980/task/29991/stat : 29991 (java) S 29978 29980 29818 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 28657791 1582108672 284347 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29992] ppid=29978 vsize=1545028 CPUtime=0
/proc/29980/task/29992/stat : 29992 (java) S 29978 29980 29818 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 28657791 1582108672 284347 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 1 0 0 0
[pid=29980/tid=29993] ppid=29978 vsize=1545028 CPUtime=840.38
/proc/29980/task/29993/stat : 29993 (java) R 29978 29980 29818 0 -1 4202560 562 0 0 0 84019 19 0 0 25 0 16 0 28660304 1582108672 284347 1992294400 134512640 134550932 4292508544 18446744073709551615 4109382695 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29980/tid=29994] ppid=29978 vsize=1545028 CPUtime=842.53
/proc/29980/task/29994/stat : 29994 (java) R 29978 29980 29818 0 -1 4202560 683 0 0 0 84227 26 0 0 25 0 16 0 28660304 1582108672 284347 1992294400 134512640 134550932 4292508544 18446744073709551615 4108967165 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29980/tid=29995] ppid=29978 vsize=1545028 CPUtime=0
/proc/29980/task/29995/stat : 29995 (java) S 29978 29980 29818 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 28660409 1582108672 284347 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
[pid=29980/tid=29996] ppid=29978 vsize=1545028 CPUtime=0
/proc/29980/task/29996/stat : 29996 (java) S 29978 29980 29818 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 28660410 1582108672 284347 1992294400 134512640 134550932 4292508544 18446744073709551615 4294960144 0 4 0 16800975 18446604437837636800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 1545028

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

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

[startup+934.816 s]
/proc/loadavg: 1.94 1.99 1.65 3/122 30029
/proc/meminfo: memFree=651844/2059040 swapFree=4140428/4192956
[pid=29980] ppid=29978 vsize=0 CPUtime=1800.28
/proc/29980/stat : 29980 (java) Z 29978 29980 29818 0 -1 4203548 376730 0 1 0 179705 323 0 0 15 0 2 0 28657781 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29980/statm: 0 0 0 0 0 0 0
[pid=29980/tid=29993] ppid=29978 vsize=0 CPUtime=840.47
/proc/29980/task/29993/stat : 29993 (java) R 29978 29980 29818 0 -1 4203588 562 0 0 0 84021 26 0 0 25 0 2 0 28660304 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 934.857
CPU time (s): 1800.34
CPU user time (s): 1797.06
CPU system time (s): 3.2785
CPU usage (%): 192.579
Max. virtual memory (cumulated for all children) (KiB): 1566048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.06
system time used= 3.2785
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 376730
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= 34858
involuntary context switches= 54167

runsolver used 4.97524 second user time and 9.34258 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-14 17:49:03
IDJOB=2662145
IDBENCH=2329
IDSOLVER=1166
FILE ID=node007/2662145-1276530541
PBS_JOBID= 11173456
Free space on /tmp= 62452 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/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-dano3_3.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662145-1276530541/watcher-2662145-1276530541 -o /tmp/evaluation-result-2662145-1276530541/solver-2662145-1276530541 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662145-1276530541.opb

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

MD5SUM BENCH= 1c7fb7925778882f8c8001dcd3838f28
RANDOM SEED=771425453

node007.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.264
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.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1788764 kB
Buffers:         58136 kB
Cached:         131636 kB
SwapCached:       5788 kB
Active:          67220 kB
Inactive:       135260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1788764 kB
SwapTotal:     4192956 kB
SwapFree:      4140428 kB
Dirty:           32692 kB
Writeback:           4 kB
AnonPages:       11256 kB
Mapped:          12952 kB
Slab:            45984 kB
PageTables:       3956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182196 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= 62452 MiB
End job on node007 at 2010-06-14 18:04:40