Trace number 2658786

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 Resolution 2.2.0 2010-05-26? (TO) 1800.28 1791.33

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.v20100526
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.21/0.21	c Pseudo Boolean Optimization
0.21/0.21	c --- Begin Solver configuration ---
0.21/0.21	c Stops conflict analysis at the first Unique Implication Point
0.21/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.21/0.21	c Learn all clauses as in MiniSAT
0.21/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.21	c Expensive reason simplification
0.21/0.21	c Armin Biere (Picosat) restarts strategy
0.21/0.21	c Glucose learned constraints deletion strategy
0.21/0.21	c timeout=2147483s
0.21/0.21	c DB Simplification allowed=false
0.21/0.21	c --- End Solver configuration ---
0.21/0.21	c solving HOME/instance-2658786-1276530474.opb
0.21/0.21	c reading problem ... 
22.42/18.26	c ... done. Wall clock time 18.049s.
22.42/18.26	c #vars     404796
22.42/18.26	c #constraints  125961
22.42/18.26	c constraints type 
22.42/18.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
22.42/18.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4927
276.37/270.69	c cleaning 2489 clauses out of 4990 with flag 5005/5005
300.67/294.88	c cleaning 4248 clauses out of 8496 with flag 11000/11000
364.01/358.08	c cleaning 5619 clauses out of 11249 with flag 18001/18001
413.67/407.54	c cleaning 6812 clauses out of 13629 with flag 26001/26001
449.32/443.20	c cleaning 7912 clauses out of 15829 with flag 35013/35013
482.57/476.40	c cleaning 8956 clauses out of 17913 with flag 45009/45009
520.73/514.44	c cleaning 9474 clauses out of 18950 with flag 55002/55002
556.18/549.80	c cleaning 9739 clauses out of 19478 with flag 65004/65004
587.53/581.18	c cleaning 9870 clauses out of 19744 with flag 75009/75009
639.96/633.49	c cleaning 9921 clauses out of 19857 with flag 85002/85002
667.20/660.62	c cleaning 9963 clauses out of 19937 with flag 95004/95004
783.38/776.32	c cleaning 9977 clauses out of 19969 with flag 105000/105000
962.31/954.94	c cleaning 9986 clauses out of 19992 with flag 115000/115000
1015.01/1007.42	c cleaning 9995 clauses out of 20007 with flag 125001/125001
1075.55/1067.99	c cleaning 9992 clauses out of 19994 with flag 135003/135003
1107.96/1100.32	c cleaning 9995 clauses out of 20001 with flag 145003/145003
1133.48/1125.88	c cleaning 9997 clauses out of 20003 with flag 155000/155000
1160.81/1153.12	c cleaning 10002 clauses out of 20007 with flag 165001/165001
1211.83/1204.06	c cleaning 9988 clauses out of 19995 with flag 175000/175000
1234.12/1226.39	c cleaning 10001 clauses out of 20007 with flag 185000/185000
1266.49/1258.67	c cleaning 9998 clauses out of 20005 with flag 195000/195000
1314.81/1306.83	c cleaning 9999 clauses out of 20007 with flag 205000/205000
1343.35/1335.32	c cleaning 9998 clauses out of 20006 with flag 215000/215000
1361.97/1353.92	c cleaning 9998 clauses out of 20008 with flag 225000/225000
1383.82/1375.70	c cleaning 9996 clauses out of 20010 with flag 235000/235000
1404.76/1396.65	c cleaning 10000 clauses out of 20014 with flag 245000/245000
1428.71/1420.51	c cleaning 10001 clauses out of 20014 with flag 255000/255000
1450.64/1442.46	c cleaning 10000 clauses out of 20014 with flag 265001/265001
1474.25/1466.04	c cleaning 9998 clauses out of 20014 with flag 275001/275001
1497.72/1489.47	c cleaning 10001 clauses out of 20016 with flag 285001/285001
1530.64/1522.25	c cleaning 10008 clauses out of 20025 with flag 295011/295011
1574.90/1566.47	c cleaning 10000 clauses out of 20012 with flag 305006/305006
1616.76/1608.22	c cleaning 10006 clauses out of 20015 with flag 315009/315009
1650.02/1641.45	c cleaning 9998 clauses out of 20005 with flag 325005/325005
1705.94/1697.21	c cleaning 9993 clauses out of 20001 with flag 335005/335005
1734.65/1726.00	c cleaning 9998 clauses out of 20007 with flag 345004/345004
1774.86/1766.09	c cleaning 9995 clauses out of 20001 with flag 355000/355000
1800.10/1791.21	c starts		: 135
1800.10/1791.21	c conflicts		: 364582
1800.10/1791.21	c decisions		: 1646781
1800.10/1791.21	c propagations		: 11046357
1800.10/1791.21	c inspects		: 221437100
1800.10/1791.21	c learnt literals	: 71
1800.10/1791.21	c learnt binary clauses	: 47
1800.10/1791.21	c learnt ternary clauses	: 8
1800.10/1791.21	c learnt clauses	: 364511
1800.10/1791.21	c ignored clauses	: 0
1800.10/1791.21	c root simplifications	: 0
1800.10/1791.21	c removed literals (reason simplification)	: 22395669
1800.10/1791.21	c reason swapping (by a shorter reason)	: 0
1800.10/1791.21	c Calls to reduceDB	: 37
1800.10/1791.21	c number of reductions to clauses (during analyze)	: 0
1800.10/1791.21	c number of learned constraints concerned by reduction	: 0
1800.10/1791.21	c number of learning phase by resolution	: 0
1800.10/1791.21	c number of learning phase by cutting planes	: 0
1800.10/1791.21	c speed (assignments/second)	: 6230.507736553885
1800.10/1791.21	c non guided choices	811347
1800.10/1791.24	c learnt constraints type 
1800.10/1791.24	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19541
1800.10/1791.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 47
1800.10/1791.24	c constraints type 
1800.10/1791.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
1800.10/1791.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4927
1800.10/1791.24	s UNKNOWN
1800.10/1791.24	c Total wall clock time (in seconds): 1791.027

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 32267
/proc/meminfo: memFree=1815332/2059040 swapFree=4136716/4192956
[pid=32267] ppid=32265 vsize=1832 CPUtime=0
/proc/32267/stat : 32267 (java6) S 32265 32267 32037 0 -1 4194304 246 0 0 0 0 0 0 0 16 0 1 0 28649216 1875968 149 1992294400 134512640 134550932 4294439008 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699387582 0 0 17 1 0 0 0
/proc/32267/statm: 458 149 111 10 0 63 0

[startup+0.0340661 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 32267
/proc/meminfo: memFree=1815332/2059040 swapFree=4136716/4192956
[pid=32267] ppid=32265 vsize=1518368 CPUtime=0.01
/proc/32267/stat : 32267 (java) S 32265 32267 32037 0 -1 4202496 2795 0 1 0 0 1 0 0 15 0 4 0 28649216 1554808832 2237 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/32267/statm: 379592 2237 519 10 0 377303 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.101139 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 32267
/proc/meminfo: memFree=1815332/2059040 swapFree=4136716/4192956
[pid=32267] ppid=32265 vsize=1524184 CPUtime=0.08
/proc/32267/stat : 32267 (java) S 32265 32267 32037 0 -1 4202496 3953 0 1 0 6 2 0 0 15 0 12 0 28649216 1560764416 3391 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32267/statm: 381046 3391 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301173 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 32267
/proc/meminfo: memFree=1815332/2059040 swapFree=4136716/4192956
[pid=32267] ppid=32265 vsize=1526516 CPUtime=0.33
/proc/32267/stat : 32267 (java) S 32265 32267 32037 0 -1 4202496 7614 0 1 0 29 4 0 0 15 0 12 0 28649216 1563152384 7050 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32267/statm: 381629 7050 1355 10 0 378931 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526516

[startup+0.701246 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 32267
/proc/meminfo: memFree=1815332/2059040 swapFree=4136716/4192956
[pid=32267] ppid=32265 vsize=1530992 CPUtime=1.03
/proc/32267/stat : 32267 (java) S 32265 32267 32037 0 -1 4202496 10680 0 1 0 98 5 0 0 15 0 12 0 28649216 1567735808 9580 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32267/statm: 382748 9580 1412 10 0 380050 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1530992

[startup+1.5024 s]
/proc/loadavg: 0.92 0.98 0.99 6/118 32279
/proc/meminfo: memFree=1768304/2059040 swapFree=4136716/4192956
[pid=32267] ppid=32265 vsize=1543760 CPUtime=2.63
/proc/32267/stat : 32267 (java) S 32265 32267 32037 0 -1 4202496 24318 0 1 0 251 12 0 0 15 0 12 0 28649216 1580810240 19898 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32267/statm: 385940 19898 1414 10 0 383242 0
[pid=32267/tid=32269] ppid=32265 vsize=1543760 CPUtime=0.93
/proc/32267/task/32269/stat : 32269 (java) R 32265 32267 32037 0 -1 4202560 14498 0 1 0 85 8 0 0 18 0 12 0 28649217 1580810240 19898 1992294400 134512640 134550932 4287780000 18446744073709551615 4109073516 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32267/tid=32270] ppid=32265 vsize=1543760 CPUtime=0
/proc/32267/task/32270/stat : 32270 (java) S 32265 32267 32037 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 28649219 1580810240 19898 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32271] ppid=32265 vsize=1543760 CPUtime=0
/proc/32267/task/32271/stat : 32271 (java) S 32265 32267 32037 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28649219 1580810240 19898 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32272] ppid=32265 vsize=1543760 CPUtime=0
/proc/32267/task/32272/stat : 32272 (java) S 32265 32267 32037 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 28649221 1580810240 19898 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 0 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32273] ppid=32265 vsize=1543760 CPUtime=0
/proc/32267/task/32273/stat : 32273 (java) S 32265 32267 32037 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 12 0 28649221 1580810240 19898 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32274] ppid=32265 vsize=1543760 CPUtime=0
/proc/32267/task/32274/stat : 32274 (java) S 32265 32267 32037 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 28649221 1580810240 19898 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32275] ppid=32265 vsize=1543760 CPUtime=0
/proc/32267/task/32275/stat : 32275 (java) S 32265 32267 32037 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 28649225 1580810240 19898 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32276] ppid=32265 vsize=1543760 CPUtime=0.64
/proc/32267/task/32276/stat : 32276 (java) S 32265 32267 32037 0 -1 4202560 2483 0 0 0 63 1 0 0 16 0 12 0 28649225 1580810240 19898 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32277] ppid=32265 vsize=1543760 CPUtime=1.03
/proc/32267/task/32277/stat : 32277 (java) S 32265 32267 32037 0 -1 4202560 6273 0 0 0 102 1 0 0 16 0 12 0 28649226 1580810240 19898 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32278] ppid=32265 vsize=1543760 CPUtime=0
/proc/32267/task/32278/stat : 32278 (java) S 32265 32267 32037 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 28649226 1580810240 19898 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32279] ppid=32265 vsize=1543760 CPUtime=0
/proc/32267/task/32279/stat : 32279 (java) S 32265 32267 32037 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28649226 1580810240 19898 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 1543760

[startup+3.10167 s]
/proc/loadavg: 0.92 0.98 0.99 2/118 32279
/proc/meminfo: memFree=1678404/2059040 swapFree=4136716/4192956
[pid=32267] ppid=32265 vsize=1543760 CPUtime=4.42
/proc/32267/stat : 32267 (java) S 32265 32267 32037 0 -1 4202496 50898 0 1 0 420 22 0 0 15 0 12 0 28649216 1580810240 46001 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32267/statm: 385940 46001 1423 10 0 383242 0
[pid=32267/tid=32269] ppid=32265 vsize=1543760 CPUtime=2.37
/proc/32267/task/32269/stat : 32269 (java) R 32265 32267 32037 0 -1 4202560 32013 0 1 0 223 14 0 0 18 0 12 0 28649217 1580810240 46001 1992294400 134512640 134550932 4287780000 18446744073709551615 4108875626 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32267/tid=32270] ppid=32265 vsize=1543760 CPUtime=0.13
/proc/32267/task/32270/stat : 32270 (java) S 32265 32267 32037 0 -1 4202560 4325 0 0 0 12 1 0 0 16 0 12 0 28649219 1580810240 46001 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32271] ppid=32265 vsize=1543760 CPUtime=0.13
/proc/32267/task/32271/stat : 32271 (java) S 32265 32267 32037 0 -1 4202560 4733 0 0 0 12 1 0 0 18 0 12 0 28649219 1580810240 46001 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32272] ppid=32265 vsize=1543760 CPUtime=0
/proc/32267/task/32272/stat : 32272 (java) S 32265 32267 32037 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 12 0 28649221 1580810240 46001 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 0 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32273] ppid=32265 vsize=1543760 CPUtime=0
/proc/32267/task/32273/stat : 32273 (java) S 32265 32267 32037 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 28649221 1580810240 46001 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32274] ppid=32265 vsize=1543760 CPUtime=0
/proc/32267/task/32274/stat : 32274 (java) S 32265 32267 32037 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 28649221 1580810240 46001 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32275] ppid=32265 vsize=1543760 CPUtime=0
/proc/32267/task/32275/stat : 32275 (java) S 32265 32267 32037 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 28649225 1580810240 46001 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32276] ppid=32265 vsize=1543760 CPUtime=0.64
/proc/32267/task/32276/stat : 32276 (java) S 32265 32267 32037 0 -1 4202560 2483 0 0 0 63 1 0 0 16 0 12 0 28649225 1580810240 46001 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32277] ppid=32265 vsize=1543760 CPUtime=1.09
/proc/32267/task/32277/stat : 32277 (java) S 32265 32267 32037 0 -1 4202560 6273 0 0 0 108 1 0 0 16 0 12 0 28649226 1580810240 46001 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32278] ppid=32265 vsize=1543760 CPUtime=0
/proc/32267/task/32278/stat : 32278 (java) S 32265 32267 32037 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 28649226 1580810240 46001 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32279] ppid=32265 vsize=1543760 CPUtime=0
/proc/32267/task/32279/stat : 32279 (java) S 32265 32267 32037 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28649226 1580810240 46001 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 1543760

[startup+6.30224 s]
/proc/loadavg: 1.01 1.00 1.00 2/118 32279
/proc/meminfo: memFree=1562712/2059040 swapFree=4136716/4192956
[pid=32267] ppid=32265 vsize=1541700 CPUtime=8.28
/proc/32267/stat : 32267 (java) S 32265 32267 32037 0 -1 4202496 80290 0 1 0 794 34 0 0 15 0 12 0 28649216 1578700800 70284 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32267/statm: 385425 70284 1423 10 0 382727 0
[pid=32267/tid=32269] ppid=32265 vsize=1541700 CPUtime=4.91
/proc/32267/task/32269/stat : 32269 (java) R 32265 32267 32037 0 -1 4202560 32016 0 1 0 476 15 0 0 16 0 12 0 28649217 1578700800 70284 1992294400 134512640 134550932 4287780000 18446744073709551615 4108875427 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32267/tid=32270] ppid=32265 vsize=1541700 CPUtime=0.79
/proc/32267/task/32270/stat : 32270 (java) S 32265 32267 32037 0 -1 4202560 19277 0 0 0 71 8 0 0 16 0 12 0 28649219 1578700800 70284 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32271] ppid=32265 vsize=1541700 CPUtime=0.79
/proc/32267/task/32271/stat : 32271 (java) S 32265 32267 32037 0 -1 4202560 19170 0 0 0 73 6 0 0 18 0 12 0 28649219 1578700800 70284 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32272] ppid=32265 vsize=1541700 CPUtime=0
/proc/32267/task/32272/stat : 32272 (java) S 32265 32267 32037 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 28649221 1578700800 70284 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 0 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32273] ppid=32265 vsize=1541700 CPUtime=0
/proc/32267/task/32273/stat : 32273 (java) S 32265 32267 32037 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 28649221 1578700800 70284 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32274] ppid=32265 vsize=1541700 CPUtime=0
/proc/32267/task/32274/stat : 32274 (java) S 32265 32267 32037 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 28649221 1578700800 70284 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32275] ppid=32265 vsize=1541700 CPUtime=0
/proc/32267/task/32275/stat : 32275 (java) S 32265 32267 32037 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 28649225 1578700800 70284 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32276] ppid=32265 vsize=1541700 CPUtime=0.64
/proc/32267/task/32276/stat : 32276 (java) S 32265 32267 32037 0 -1 4202560 2483 0 0 0 63 1 0 0 16 0 12 0 28649225 1578700800 70284 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32277] ppid=32265 vsize=1541700 CPUtime=1.09
/proc/32267/task/32277/stat : 32277 (java) S 32265 32267 32037 0 -1 4202560 6273 0 0 0 108 1 0 0 16 0 12 0 28649226 1578700800 70284 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32278] ppid=32265 vsize=1541700 CPUtime=0
/proc/32267/task/32278/stat : 32278 (java) S 32265 32267 32037 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 28649226 1578700800 70284 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32279] ppid=32265 vsize=1541700 CPUtime=0
/proc/32267/task/32279/stat : 32279 (java) S 32265 32267 32037 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28649226 1578700800 70284 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.28
Current children cumulated vsize (KiB) 1541700

[startup+12.7014 s]
/proc/loadavg: 1.01 1.00 1.00 2/118 32279
/proc/meminfo: memFree=1436604/2059040 swapFree=4136716/4192956
[pid=32267] ppid=32265 vsize=1539176 CPUtime=15.96
/proc/32267/stat : 32267 (java) S 32265 32267 32037 0 -1 4202496 114375 0 1 0 1545 51 0 0 15 0 12 0 28649216 1576116224 97799 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32267/statm: 384794 97799 1423 10 0 382096 0
[pid=32267/tid=32269] ppid=32265 vsize=1539176 CPUtime=10.02
/proc/32267/task/32269/stat : 32269 (java) R 32265 32267 32037 0 -1 4202560 32027 0 1 0 985 17 0 0 16 0 12 0 28649217 1576116224 97799 1992294400 134512640 134550932 4287780000 18446744073709551615 4108949074 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32267/tid=32270] ppid=32265 vsize=1539176 CPUtime=2.02
/proc/32267/task/32270/stat : 32270 (java) S 32265 32267 32037 0 -1 4202560 37407 0 0 0 186 16 0 0 16 0 12 0 28649219 1576116224 97799 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32271] ppid=32265 vsize=1539176 CPUtime=2.03
/proc/32267/task/32271/stat : 32271 (java) S 32265 32267 32037 0 -1 4202560 35113 0 0 0 190 13 0 0 16 0 12 0 28649219 1576116224 97799 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32272] ppid=32265 vsize=1539176 CPUtime=0
/proc/32267/task/32272/stat : 32272 (java) S 32265 32267 32037 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 28649221 1576116224 97799 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 0 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32273] ppid=32265 vsize=1539176 CPUtime=0
/proc/32267/task/32273/stat : 32273 (java) S 32265 32267 32037 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 28649221 1576116224 97799 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32274] ppid=32265 vsize=1539176 CPUtime=0
/proc/32267/task/32274/stat : 32274 (java) S 32265 32267 32037 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 28649221 1576116224 97799 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32275] ppid=32265 vsize=1539176 CPUtime=0
/proc/32267/task/32275/stat : 32275 (java) S 32265 32267 32037 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 28649225 1576116224 97799 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32276] ppid=32265 vsize=1539176 CPUtime=0.7
/proc/32267/task/32276/stat : 32276 (java) S 32265 32267 32037 0 -1 4202560 2484 0 0 0 69 1 0 0 15 0 12 0 28649225 1576116224 97799 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32277] ppid=32265 vsize=1539176 CPUtime=1.13
/proc/32267/task/32277/stat : 32277 (java) S 32265 32267 32037 0 -1 4202560 6273 0 0 0 112 1 0 0 15 0 12 0 28649226 1576116224 97799 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32278] ppid=32265 vsize=1539176 CPUtime=0
/proc/32267/task/32278/stat : 32278 (java) S 32265 32267 32037 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 28649226 1576116224 97799 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32279] ppid=32265 vsize=1539176 CPUtime=0
/proc/32267/task/32279/stat : 32279 (java) S 32265 32267 32037 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28649226 1576116224 97799 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.96
Current children cumulated vsize (KiB) 1539176

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 32280
/proc/meminfo: memFree=1330080/2059040 swapFree=4136716/4192956
[pid=32267] ppid=32265 vsize=1539500 CPUtime=30.39
/proc/32267/stat : 32267 (java) S 32265 32267 32037 0 -1 4202496 143648 0 1 0 2973 66 0 0 15 0 13 0 28649216 1576448000 122459 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32267/statm: 384875 122459 1431 10 0 382177 0
[pid=32267/tid=32269] ppid=32265 vsize=1539500 CPUtime=21.62
/proc/32267/task/32269/stat : 32269 (java) R 32265 32267 32037 0 -1 4202560 32076 0 1 0 2144 18 0 0 25 0 13 0 28649217 1576448000 122459 1992294400 134512640 134550932 4287780000 18446744073709551615 4109248274 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32267/tid=32270] ppid=32265 vsize=1539500 CPUtime=3.16
/proc/32267/task/32270/stat : 32270 (java) S 32265 32267 32037 0 -1 4202560 54217 0 0 0 293 23 0 0 15 0 13 0 28649219 1576448000 122459 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32271] ppid=32265 vsize=1539500 CPUtime=3.18
/proc/32267/task/32271/stat : 32271 (java) S 32265 32267 32037 0 -1 4202560 47474 0 0 0 299 19 0 0 16 0 13 0 28649219 1576448000 122459 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32272] ppid=32265 vsize=1539500 CPUtime=0
/proc/32267/task/32272/stat : 32272 (java) S 32265 32267 32037 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 13 0 28649221 1576448000 122459 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 0 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32273] ppid=32265 vsize=1539500 CPUtime=0
/proc/32267/task/32273/stat : 32273 (java) S 32265 32267 32037 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28649221 1576448000 122459 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32274] ppid=32265 vsize=1539500 CPUtime=0
/proc/32267/task/32274/stat : 32274 (java) S 32265 32267 32037 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28649221 1576448000 122459 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32275] ppid=32265 vsize=1539500 CPUtime=0
/proc/32267/task/32275/stat : 32275 (java) S 32265 32267 32037 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 28649225 1576448000 122459 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32276] ppid=32265 vsize=1539500 CPUtime=1.09

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

[pid=32267/tid=32273] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32273/stat : 32273 (java) S 32265 32267 32037 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28649221 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32274] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32274/stat : 32274 (java) S 32265 32267 32037 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28649221 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32275] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32275/stat : 32275 (java) S 32265 32267 32037 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 28649225 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32276] ppid=32265 vsize=1539244 CPUtime=2.45
/proc/32267/task/32276/stat : 32276 (java) S 32265 32267 32037 0 -1 4202560 4926 0 0 0 243 2 0 0 15 0 13 0 28649225 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32277] ppid=32265 vsize=1539244 CPUtime=1.36
/proc/32267/task/32277/stat : 32277 (java) S 32265 32267 32037 0 -1 4202560 6294 0 0 0 135 1 0 0 15 0 13 0 28649226 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32278] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32278/stat : 32278 (java) S 32265 32267 32037 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 28649226 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32279] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32279/stat : 32279 (java) S 32265 32267 32037 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 28649226 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32280] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32280/stat : 32280 (java) S 32265 32267 32037 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 13 0 28651120 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1610.86
Current children cumulated vsize (KiB) 1539244

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/119 32336
/proc/meminfo: memFree=1227656/2059040 swapFree=4136716/4192956
[pid=32267] ppid=32265 vsize=1539244 CPUtime=1670.94
/proc/32267/stat : 32267 (java) S 32265 32267 32037 0 -1 4202496 239341 0 1 0 166973 121 0 0 15 0 13 0 28649216 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32267/statm: 384811 147315 1442 10 0 382113 0
[pid=32267/tid=32269] ppid=32265 vsize=1539244 CPUtime=1611.29
/proc/32267/task/32269/stat : 32269 (java) R 32265 32267 32037 0 -1 4202560 32222 0 1 0 161105 24 0 0 25 0 13 0 28649217 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4109247045 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32267/tid=32270] ppid=32265 vsize=1539244 CPUtime=6.49
/proc/32267/task/32270/stat : 32270 (java) S 32265 32267 32037 0 -1 4202560 69846 0 0 0 614 35 0 0 15 0 13 0 28649219 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32271] ppid=32265 vsize=1539244 CPUtime=6.52
/proc/32267/task/32271/stat : 32271 (java) S 32265 32267 32037 0 -1 4202560 62913 0 0 0 622 30 0 0 16 0 13 0 28649219 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32272] ppid=32265 vsize=1539244 CPUtime=42.74
/proc/32267/task/32272/stat : 32272 (java) S 32265 32267 32037 0 -1 4202560 61973 0 0 0 4250 24 0 0 15 0 13 0 28649221 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 0 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32273] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32273/stat : 32273 (java) S 32265 32267 32037 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28649221 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32274] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32274/stat : 32274 (java) S 32265 32267 32037 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28649221 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32275] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32275/stat : 32275 (java) S 32265 32267 32037 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 28649225 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32276] ppid=32265 vsize=1539244 CPUtime=2.45
/proc/32267/task/32276/stat : 32276 (java) S 32265 32267 32037 0 -1 4202560 4926 0 0 0 243 2 0 0 15 0 13 0 28649225 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32277] ppid=32265 vsize=1539244 CPUtime=1.36
/proc/32267/task/32277/stat : 32277 (java) S 32265 32267 32037 0 -1 4202560 6294 0 0 0 135 1 0 0 15 0 13 0 28649226 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32278] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32278/stat : 32278 (java) S 32265 32267 32037 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 28649226 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32279] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32279/stat : 32279 (java) S 32265 32267 32037 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 28649226 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32280] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32280/stat : 32280 (java) S 32265 32267 32037 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 13 0 28651120 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1670.94
Current children cumulated vsize (KiB) 1539244

[startup+1722.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/119 32338
/proc/meminfo: memFree=1227408/2059040 swapFree=4136716/4192956
[pid=32267] ppid=32265 vsize=1539244 CPUtime=1731.05
/proc/32267/stat : 32267 (java) S 32265 32267 32037 0 -1 4202496 241108 0 1 0 172982 123 0 0 15 0 13 0 28649216 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32267/statm: 384811 147315 1442 10 0 382113 0
[pid=32267/tid=32269] ppid=32265 vsize=1539244 CPUtime=1669.92
/proc/32267/task/32269/stat : 32269 (java) R 32265 32267 32037 0 -1 4202560 32228 0 1 0 166967 25 0 0 25 0 13 0 28649217 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4109418508 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32267/tid=32270] ppid=32265 vsize=1539244 CPUtime=6.66
/proc/32267/task/32270/stat : 32270 (java) S 32265 32267 32037 0 -1 4202560 69846 0 0 0 630 36 0 0 16 0 13 0 28649219 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32271] ppid=32265 vsize=1539244 CPUtime=6.69
/proc/32267/task/32271/stat : 32271 (java) S 32265 32267 32037 0 -1 4202560 62913 0 0 0 639 30 0 0 15 0 13 0 28649219 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32272] ppid=32265 vsize=1539244 CPUtime=43.89
/proc/32267/task/32272/stat : 32272 (java) S 32265 32267 32037 0 -1 4202560 63730 0 0 0 4364 25 0 0 15 0 13 0 28649221 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 0 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32273] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32273/stat : 32273 (java) S 32265 32267 32037 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28649221 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32274] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32274/stat : 32274 (java) S 32265 32267 32037 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28649221 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32275] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32275/stat : 32275 (java) S 32265 32267 32037 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 28649225 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32276] ppid=32265 vsize=1539244 CPUtime=2.45
/proc/32267/task/32276/stat : 32276 (java) S 32265 32267 32037 0 -1 4202560 4926 0 0 0 243 2 0 0 15 0 13 0 28649225 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32277] ppid=32265 vsize=1539244 CPUtime=1.36
/proc/32267/task/32277/stat : 32277 (java) S 32265 32267 32037 0 -1 4202560 6294 0 0 0 135 1 0 0 15 0 13 0 28649226 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32278] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32278/stat : 32278 (java) S 32265 32267 32037 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 28649226 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32279] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32279/stat : 32279 (java) S 32265 32267 32037 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 28649226 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32280] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32280/stat : 32280 (java) S 32265 32267 32037 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 13 0 28651120 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1731.05
Current children cumulated vsize (KiB) 1539244

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32340
/proc/meminfo: memFree=1227408/2059040 swapFree=4136716/4192956
[pid=32267] ppid=32265 vsize=1539244 CPUtime=1791.16
/proc/32267/stat : 32267 (java) S 32265 32267 32037 0 -1 4202496 244626 0 1 0 178991 125 0 0 15 0 13 0 28649216 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32267/statm: 384811 147315 1442 10 0 382113 0
[pid=32267/tid=32269] ppid=32265 vsize=1539244 CPUtime=1727.07
/proc/32267/task/32269/stat : 32269 (java) R 32265 32267 32037 0 -1 4202560 32234 0 1 0 172682 25 0 0 25 0 13 0 28649217 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4109362924 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32267/tid=32270] ppid=32265 vsize=1539244 CPUtime=6.83
/proc/32267/task/32270/stat : 32270 (java) S 32265 32267 32037 0 -1 4202560 69846 0 0 0 647 36 0 0 16 0 13 0 28649219 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32271] ppid=32265 vsize=1539244 CPUtime=6.85
/proc/32267/task/32271/stat : 32271 (java) S 32265 32267 32037 0 -1 4202560 62913 0 0 0 654 31 0 0 15 0 13 0 28649219 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32272] ppid=32265 vsize=1539244 CPUtime=46.53
/proc/32267/task/32272/stat : 32272 (java) S 32265 32267 32037 0 -1 4202560 67238 0 0 0 4627 26 0 0 15 0 13 0 28649221 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 0 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32273] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32273/stat : 32273 (java) S 32265 32267 32037 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28649221 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32274] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32274/stat : 32274 (java) S 32265 32267 32037 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28649221 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32275] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32275/stat : 32275 (java) S 32265 32267 32037 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 28649225 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32276] ppid=32265 vsize=1539244 CPUtime=2.45
/proc/32267/task/32276/stat : 32276 (java) S 32265 32267 32037 0 -1 4202560 4926 0 0 0 243 2 0 0 15 0 13 0 28649225 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32277] ppid=32265 vsize=1539244 CPUtime=1.36
/proc/32267/task/32277/stat : 32277 (java) S 32265 32267 32037 0 -1 4202560 6294 0 0 0 135 1 0 0 15 0 13 0 28649226 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32278] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32278/stat : 32278 (java) S 32265 32267 32037 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 28649226 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32279] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32279/stat : 32279 (java) S 32265 32267 32037 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 28649226 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32280] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32280/stat : 32280 (java) S 32265 32267 32037 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 13 0 28651120 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1791.16
Current children cumulated vsize (KiB) 1539244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32340
/proc/meminfo: memFree=1227408/2059040 swapFree=4136716/4192956
[pid=32267] ppid=32265 vsize=1539244 CPUtime=1800.1
/proc/32267/stat : 32267 (java) S 32265 32267 32037 0 -1 4202496 244629 0 1 0 179885 125 0 0 15 0 13 0 28649216 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32267/statm: 384811 147315 1442 10 0 382113 0
[pid=32267/tid=32269] ppid=32265 vsize=1539244 CPUtime=1735.94
/proc/32267/task/32269/stat : 32269 (java) R 32265 32267 32037 0 -1 4202560 32235 0 1 0 173569 25 0 0 25 0 13 0 28649217 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4109248348 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32267/tid=32270] ppid=32265 vsize=1539244 CPUtime=6.86
/proc/32267/task/32270/stat : 32270 (java) S 32265 32267 32037 0 -1 4202560 69846 0 0 0 650 36 0 0 16 0 13 0 28649219 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32271] ppid=32265 vsize=1539244 CPUtime=6.88
/proc/32267/task/32271/stat : 32271 (java) S 32265 32267 32037 0 -1 4202560 62913 0 0 0 657 31 0 0 16 0 13 0 28649219 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32272] ppid=32265 vsize=1539244 CPUtime=46.53
/proc/32267/task/32272/stat : 32272 (java) S 32265 32267 32037 0 -1 4202560 67240 0 0 0 4627 26 0 0 15 0 13 0 28649221 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 0 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32273] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32273/stat : 32273 (java) S 32265 32267 32037 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28649221 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32274] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32274/stat : 32274 (java) S 32265 32267 32037 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 28649221 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32275] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32275/stat : 32275 (java) S 32265 32267 32037 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 28649225 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32276] ppid=32265 vsize=1539244 CPUtime=2.45
/proc/32267/task/32276/stat : 32276 (java) S 32265 32267 32037 0 -1 4202560 4926 0 0 0 243 2 0 0 15 0 13 0 28649225 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32277] ppid=32265 vsize=1539244 CPUtime=1.36
/proc/32267/task/32277/stat : 32277 (java) S 32265 32267 32037 0 -1 4202560 6294 0 0 0 135 1 0 0 15 0 13 0 28649226 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32278] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32278/stat : 32278 (java) S 32265 32267 32037 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 28649226 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 0 0 0 0
[pid=32267/tid=32279] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32279/stat : 32279 (java) S 32265 32267 32037 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 28649226 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
[pid=32267/tid=32280] ppid=32265 vsize=1539244 CPUtime=0
/proc/32267/task/32280/stat : 32280 (java) S 32265 32267 32037 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 13 0 28651120 1576185856 147315 1992294400 134512640 134550932 4287780000 18446744073709551615 4294960144 0 4 0 16800975 18446604436809564480 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1539244

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

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

[startup+1791.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32340
/proc/meminfo: memFree=1227408/2059040 swapFree=4136716/4192956
[pid=32267] ppid=32265 vsize=0 CPUtime=1800.26
/proc/32267/stat : 32267 (java) Z 32265 32267 32037 0 -1 4203548 244652 0 1 0 179896 130 0 0 15 0 2 0 28649216 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32267/statm: 0 0 0 0 0 0 0
[pid=32267/tid=32269] ppid=32265 vsize=0 CPUtime=1736.02
/proc/32267/task/32269/stat : 32269 (java) R 32265 32267 32037 0 -1 4203588 32235 0 1 0 173573 29 0 0 25 0 2 0 28649217 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.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1791.33
CPU time (s): 1800.28
CPU user time (s): 1798.96
CPU system time (s): 1.3148
CPU usage (%): 100.5
Max. virtual memory (cumulated for all children) (KiB): 1549080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.96
system time used= 1.3148
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244652
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= 38406
involuntary context switches= 23591

runsolver used 3.62545 second user time and 9.55855 second system time

The end

Launcher Data

Begin job on node012 at 2010-06-14 17:47:57
IDJOB=2658786
IDBENCH=2329
IDSOLVER=1164
FILE ID=node012/2658786-1276530474
PBS_JOBID= 11173452
Free space on /tmp= 62472 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
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 -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658786-1276530474/watcher-2658786-1276530474 -o /tmp/evaluation-result-2658786-1276530474/solver-2658786-1276530474 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658786-1276530474.opb

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

MD5SUM BENCH= 1c7fb7925778882f8c8001dcd3838f28
RANDOM SEED=1689628961

node012.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.258
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.51
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.258
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1815852 kB
Buffers:         25032 kB
Cached:         138288 kB
SwapCached:       9440 kB
Active:         103384 kB
Inactive:        72440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1815852 kB
SwapTotal:     4192956 kB
SwapFree:      4136716 kB
Dirty:           32792 kB
Writeback:           0 kB
AnonPages:       10852 kB
Mapped:           9272 kB
Slab:            45380 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182424 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= 62472 MiB
End job on node012 at 2010-06-14 18:17:50