Trace number 2658802

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-NSR8K.opb
MD5SUMcc5d7ea426a09a5b1cb030d82bbe1743
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 variables221520
Total number of constraints6283
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6283
Minimum length of a constraint45
Maximum length of a constraint221520
Number of terms in the objective function 221520
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 34400198927214221876937
Number of bits of the sum of numbers in the objective function 75
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 34400301327214221876937
Number of bits of the biggest sum of numbers75
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.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2658802-1276541470.opb
0.22/0.21	c reading problem ... 
10.78/8.59	c ... done. Wall clock time 8.385s.
10.78/8.59	c #vars     221520
10.78/8.59	c #constraints  102212
10.78/8.59	c constraints type 
10.78/8.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12478
66.87/62.33	c cleaning 2497 clauses out of 5000 with flag 5000/5000
97.77/93.00	c cleaning 4245 clauses out of 8504 with flag 11001/11001
131.23/126.47	c cleaning 5620 clauses out of 11262 with flag 18004/18004
162.82/157.99	c cleaning 6813 clauses out of 13639 with flag 26001/26001
211.88/206.86	c cleaning 7913 clauses out of 15828 with flag 35003/35003
264.78/259.61	c cleaning 8947 clauses out of 17916 with flag 45004/45004
300.48/295.24	c cleaning 9971 clauses out of 19965 with flag 56000/56000
352.59/347.30	c cleaning 10991 clauses out of 21994 with flag 68000/68000
404.97/399.42	c cleaning 11990 clauses out of 24003 with flag 81000/81000
470.79/465.15	c cleaning 12494 clauses out of 25013 with flag 94000/94000
534.12/528.32	c cleaning 12757 clauses out of 25523 with flag 107004/107004
594.85/588.89	c cleaning 12865 clauses out of 25762 with flag 120000/120000
646.52/640.35	c cleaning 12935 clauses out of 25897 with flag 133000/133000
707.81/701.48	c cleaning 12966 clauses out of 25962 with flag 146000/146000
777.45/770.81	c cleaning 12989 clauses out of 25996 with flag 159000/159000
839.41/832.66	c cleaning 12999 clauses out of 26008 with flag 172001/172001
904.15/896.97	c cleaning 12992 clauses out of 26009 with flag 185001/185001
949.54/942.22	c cleaning 12999 clauses out of 26016 with flag 198000/198000
1010.99/1003.48	c cleaning 13005 clauses out of 26018 with flag 211001/211001
1024.57/1016.92	c cleaning 12994 clauses out of 26013 with flag 224001/224001
1054.11/1046.39	c cleaning 12981 clauses out of 26018 with flag 237000/237000
1080.93/1073.15	c cleaning 12991 clauses out of 26038 with flag 250001/250001
1118.61/1110.64	c cleaning 13009 clauses out of 26047 with flag 263001/263001
1150.46/1142.38	c cleaning 13004 clauses out of 26038 with flag 276001/276001
1172.70/1164.42	c cleaning 12999 clauses out of 26042 with flag 289009/289009
1192.21/1183.89	c cleaning 12983 clauses out of 26035 with flag 302001/302001
1225.84/1217.45	c cleaning 12997 clauses out of 26051 with flag 315000/315000
1250.83/1242.33	c cleaning 13001 clauses out of 26056 with flag 328002/328002
1272.55/1264.07	c cleaning 13000 clauses out of 26055 with flag 341002/341002
1301.89/1293.30	c cleaning 13001 clauses out of 26056 with flag 354003/354003
1333.26/1324.59	c cleaning 12979 clauses out of 26052 with flag 367000/367000
1366.29/1357.50	c cleaning 12997 clauses out of 26077 with flag 380004/380004
1405.83/1396.86	c cleaning 13013 clauses out of 26076 with flag 393000/393000
1450.52/1441.28	c cleaning 13017 clauses out of 26063 with flag 406000/406000
1500.85/1491.44	c cleaning 13006 clauses out of 26047 with flag 419001/419001
1527.50/1517.94	c cleaning 13009 clauses out of 26042 with flag 432002/432002
1578.51/1568.80	c cleaning 12998 clauses out of 26031 with flag 445000/445000
1622.30/1612.47	c cleaning 12986 clauses out of 26033 with flag 458000/458000
1642.01/1632.17	c cleaning 12986 clauses out of 26047 with flag 471000/471000
1673.00/1663.10	c cleaning 13007 clauses out of 26062 with flag 484001/484001
1710.36/1700.34	c cleaning 13000 clauses out of 26056 with flag 497002/497002
1742.53/1732.44	c cleaning 12999 clauses out of 26054 with flag 510000/510000
1776.93/1766.77	c cleaning 13010 clauses out of 26056 with flag 523001/523001
1800.05/1789.72	c starts		: 153
1800.05/1789.72	c conflicts		: 534179
1800.05/1789.72	c decisions		: 12511039
1800.05/1789.72	c propagations		: 74810425
1800.05/1789.72	c inspects		: 692165194
1800.05/1789.72	c learnt literals	: 0
1800.05/1789.72	c learnt binary clauses	: 0
1800.05/1789.72	c learnt ternary clauses	: 0
1800.05/1789.72	c learnt clauses	: 534179
1800.05/1789.72	c ignored clauses	: 0
1800.05/1789.72	c root simplifications	: 0
1800.05/1789.72	c removed literals (reason simplification)	: 1438809
1800.05/1789.72	c reason swapping (by a shorter reason)	: 0
1800.05/1789.72	c Calls to reduceDB	: 43
1800.05/1789.72	c number of reductions to clauses (during analyze)	: 0
1800.05/1789.72	c number of learned constraints concerned by reduction	: 0
1800.05/1789.72	c number of learning phase by resolution	: 0
1800.05/1789.72	c number of learning phase by cutting planes	: 0
1800.05/1789.72	c speed (assignments/second)	: 42001.788757105765
1800.05/1789.72	c non guided choices	10452588
1800.05/1789.75	c learnt constraints type 
1800.05/1789.75	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 24231
1800.05/1789.75	c constraints type 
1800.05/1789.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12478
1800.05/1789.75	s UNKNOWN
1800.05/1789.75	c Total wall clock time (in seconds): 1789.544

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-2658802-1276541470/watcher-2658802-1276541470 -o /tmp/evaluation-result-2658802-1276541470/solver-2658802-1276541470 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658802-1276541470.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 1.03 1.01 3/107 30039
/proc/meminfo: memFree=1820324/2059040 swapFree=4140108/4192956
[pid=30039] ppid=30037 vsize=1832 CPUtime=0
/proc/30039/stat : 30039 (java6) S 30037 30039 29548 0 -1 4194304 241 0 0 0 0 0 0 0 19 0 1 0 27802871 1875968 144 1992294400 134512640 134550932 4289173200 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/30039/statm: 458 144 107 10 0 63 0

[startup+0.0433389 s]
/proc/loadavg: 0.92 1.03 1.01 3/107 30039
/proc/meminfo: memFree=1820324/2059040 swapFree=4140108/4192956
[pid=30039] ppid=30037 vsize=1520328 CPUtime=0.03
/proc/30039/stat : 30039 (java) S 30037 30039 29548 0 -1 4202496 3358 0 1 0 1 2 0 0 18 0 4 0 27802871 1556815872 2801 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/30039/statm: 380082 2801 945 10 0 377392 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1520328

[startup+0.101342 s]
/proc/loadavg: 0.92 1.03 1.01 3/107 30039
/proc/meminfo: memFree=1820324/2059040 swapFree=4140108/4192956
[pid=30039] ppid=30037 vsize=1524184 CPUtime=0.08
/proc/30039/stat : 30039 (java) S 30037 30039 29548 0 -1 4202496 3955 0 1 0 6 2 0 0 18 0 12 0 27802871 1560764416 3394 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30039/statm: 381046 3394 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.398813 s]
/proc/loadavg: 0.92 1.03 1.01 3/107 30039
/proc/meminfo: memFree=1820324/2059040 swapFree=4140108/4192956
[pid=30039] ppid=30037 vsize=1528268 CPUtime=0.57
/proc/30039/stat : 30039 (java) S 30037 30039 29548 0 -1 4202496 7163 0 1 0 53 4 0 0 18 0 12 0 27802871 1564946432 6600 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30039/statm: 382067 6600 1373 10 0 379369 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 1528268

[startup+0.700805 s]
/proc/loadavg: 0.92 1.03 1.01 3/107 30039
/proc/meminfo: memFree=1820324/2059040 swapFree=4140108/4192956
[pid=30039] ppid=30037 vsize=1528084 CPUtime=1.04
/proc/30039/stat : 30039 (java) S 30037 30039 29548 0 -1 4202496 10229 0 1 0 98 6 0 0 18 0 12 0 27802871 1564758016 9616 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30039/statm: 382021 9616 1400 10 0 379323 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1528084

[startup+1.50178 s]
/proc/loadavg: 0.92 1.03 1.01 2/119 30051
/proc/meminfo: memFree=1768584/2059040 swapFree=4140108/4192956
[pid=30039] ppid=30037 vsize=1528084 CPUtime=1.83
/proc/30039/stat : 30039 (java) S 30037 30039 29548 0 -1 4202496 22645 0 1 0 173 10 0 0 18 0 12 0 27802871 1564758016 22032 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30039/statm: 382021 22032 1400 10 0 379323 0
[pid=30039/tid=30041] ppid=30037 vsize=1528084 CPUtime=1.46
/proc/30039/task/30041/stat : 30041 (java) R 30037 30039 29548 0 -1 4202560 20474 0 1 0 137 9 0 0 19 0 12 0 27802872 1564758016 22032 1992294400 134512640 134550932 4290387328 18446744073709551615 4109956523 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30039/tid=30042] ppid=30037 vsize=1528084 CPUtime=0
/proc/30039/task/30042/stat : 30042 (java) S 30037 30039 29548 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 27802874 1564758016 22032 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30043] ppid=30037 vsize=1528084 CPUtime=0
/proc/30039/task/30043/stat : 30043 (java) S 30037 30039 29548 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 27802874 1564758016 22032 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30044] ppid=30037 vsize=1528084 CPUtime=0
/proc/30039/task/30044/stat : 30044 (java) S 30037 30039 29548 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 27802875 1564758016 22032 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 0 0 16800975 18446604437815604416 0 0 -1 1 0 0 0
[pid=30039/tid=30045] ppid=30037 vsize=1528084 CPUtime=0
/proc/30039/task/30045/stat : 30045 (java) S 30037 30039 29548 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 27802876 1564758016 22032 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30046] ppid=30037 vsize=1528084 CPUtime=0
/proc/30039/task/30046/stat : 30046 (java) S 30037 30039 29548 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 27802876 1564758016 22032 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=1528084 CPUtime=0
/proc/30039/task/30047/stat : 30047 (java) S 30037 30039 29548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27802880 1564758016 22032 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30048] ppid=30037 vsize=1528084 CPUtime=0.25
/proc/30039/task/30048/stat : 30048 (java) S 30037 30039 29548 0 -1 4202560 603 0 0 0 25 0 0 0 16 0 12 0 27802880 1564758016 22032 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30049] ppid=30037 vsize=1528084 CPUtime=0.09
/proc/30039/task/30049/stat : 30049 (java) S 30037 30039 29548 0 -1 4202560 503 0 0 0 9 0 0 0 25 0 12 0 27802880 1564758016 22032 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30050] ppid=30037 vsize=1528084 CPUtime=0
/proc/30039/task/30050/stat : 30050 (java) S 30037 30039 29548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27802880 1564758016 22032 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30051] ppid=30037 vsize=1528084 CPUtime=0
/proc/30039/task/30051/stat : 30051 (java) S 30037 30039 29548 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27802880 1564758016 22032 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 1528084

[startup+3.10174 s]
/proc/loadavg: 0.92 1.03 1.01 2/119 30051
/proc/meminfo: memFree=1699268/2059040 swapFree=4140108/4192956
[pid=30039] ppid=30037 vsize=1547252 CPUtime=4.29
/proc/30039/stat : 30039 (java) S 30037 30039 29548 0 -1 4202496 45537 0 1 0 409 20 0 0 18 0 12 0 27802871 1584386048 43392 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30039/statm: 386813 43402 1417 10 0 384115 0
[pid=30039/tid=30041] ppid=30037 vsize=1547252 CPUtime=2.74
/proc/30039/task/30041/stat : 30041 (java) R 30037 30039 29548 0 -1 4202560 31731 0 1 0 261 13 0 0 21 0 12 0 27802872 1584386048 43407 1992294400 134512640 134550932 4290387328 18446744073709551615 105796651 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30039/tid=30042] ppid=30037 vsize=1547252 CPUtime=0.11
/proc/30039/task/30042/stat : 30042 (java) S 30037 30039 29548 0 -1 4202560 3593 0 0 0 10 1 0 0 18 0 12 0 27802874 1584386048 43413 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30043] ppid=30037 vsize=1547252 CPUtime=0.1
/proc/30039/task/30043/stat : 30043 (java) S 30037 30039 29548 0 -1 4202560 2249 0 0 0 9 1 0 0 18 0 12 0 27802874 1584386048 43419 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 1 0 0 0
[pid=30039/tid=30044] ppid=30037 vsize=1547252 CPUtime=0
/proc/30039/task/30044/stat : 30044 (java) S 30037 30039 29548 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 12 0 27802875 1584386048 43424 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 0 0 16800975 18446604437815604416 0 0 -1 1 0 0 0
[pid=30039/tid=30045] ppid=30037 vsize=1547252 CPUtime=0
/proc/30039/task/30045/stat : 30045 (java) S 30037 30039 29548 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 27802876 1584386048 43430 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30046] ppid=30037 vsize=1547252 CPUtime=0
/proc/30039/task/30046/stat : 30046 (java) S 30037 30039 29548 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 27802876 1584386048 43435 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=1547252 CPUtime=0
/proc/30039/task/30047/stat : 30047 (java) S 30037 30039 29548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27802880 1584386048 43441 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30048] ppid=30037 vsize=1547252 CPUtime=0.73
/proc/30039/task/30048/stat : 30048 (java) R 30037 30039 29548 0 -1 4202560 4303 0 0 0 72 1 0 0 16 0 12 0 27802880 1584386048 43447 1992294400 134512640 134550932 4290387328 18446744073709551615 104163080 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30039/tid=30049] ppid=30037 vsize=1547252 CPUtime=0.55
/proc/30039/task/30049/stat : 30049 (java) R 30037 30039 29548 0 -1 4202560 2646 0 0 0 55 0 0 0 16 0 12 0 27802880 1584386048 43452 1992294400 134512640 134550932 4290387328 18446744073709551615 105708311 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30039/tid=30050] ppid=30037 vsize=1547252 CPUtime=0
/proc/30039/task/30050/stat : 30050 (java) S 30037 30039 29548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27802880 1584386048 43457 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30051] ppid=30037 vsize=1547252 CPUtime=0
/proc/30039/task/30051/stat : 30051 (java) S 30037 30039 29548 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27802880 1584386048 43462 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 1547252

[startup+6.30165 s]
/proc/loadavg: 0.93 1.03 1.01 2/119 30051
/proc/meminfo: memFree=1579236/2059040 swapFree=4140108/4192956
[pid=30039] ppid=30037 vsize=1544492 CPUtime=8.39
/proc/30039/stat : 30039 (java) S 30037 30039 29548 0 -1 4202496 74056 0 1 0 804 35 0 0 18 0 12 0 27802871 1581559808 67928 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30039/statm: 386123 67928 1420 10 0 383425 0
[pid=30039/tid=30041] ppid=30037 vsize=1544492 CPUtime=5.18
/proc/30039/task/30041/stat : 30041 (java) R 30037 30039 29548 0 -1 4202560 32027 0 1 0 504 14 0 0 25 0 12 0 27802872 1581559808 67928 1992294400 134512640 134550932 4290387328 18446744073709551615 4109919509 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30039/tid=30042] ppid=30037 vsize=1544492 CPUtime=0.73
/proc/30039/task/30042/stat : 30042 (java) S 30037 30039 29548 0 -1 4202560 20432 0 0 0 64 9 0 0 16 0 12 0 27802874 1581559808 67928 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30043] ppid=30037 vsize=1544492 CPUtime=0.72
/proc/30039/task/30043/stat : 30043 (java) S 30037 30039 29548 0 -1 4202560 13005 0 0 0 65 7 0 0 16 0 12 0 27802874 1581559808 67928 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 1 0 0 0
[pid=30039/tid=30044] ppid=30037 vsize=1544492 CPUtime=0
/proc/30039/task/30044/stat : 30044 (java) S 30037 30039 29548 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 27802875 1581559808 67928 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 0 0 16800975 18446604437815604416 0 0 -1 1 0 0 0
[pid=30039/tid=30045] ppid=30037 vsize=1544492 CPUtime=0
/proc/30039/task/30045/stat : 30045 (java) S 30037 30039 29548 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 27802876 1581559808 67928 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30046] ppid=30037 vsize=1544492 CPUtime=0
/proc/30039/task/30046/stat : 30046 (java) S 30037 30039 29548 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 27802876 1581559808 67928 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=1544492 CPUtime=0
/proc/30039/task/30047/stat : 30047 (java) S 30037 30039 29548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27802880 1581559808 67928 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30048] ppid=30037 vsize=1544492 CPUtime=0.97
/proc/30039/task/30048/stat : 30048 (java) S 30037 30039 29548 0 -1 4202560 4863 0 0 0 95 2 0 0 16 0 12 0 27802880 1581559808 67928 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30049] ppid=30037 vsize=1544492 CPUtime=0.74
/proc/30039/task/30049/stat : 30049 (java) S 30037 30039 29548 0 -1 4202560 2660 0 0 0 74 0 0 0 16 0 12 0 27802880 1581559808 67928 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 1 0 0 0
[pid=30039/tid=30050] ppid=30037 vsize=1544492 CPUtime=0
/proc/30039/task/30050/stat : 30050 (java) S 30037 30039 29548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27802880 1581559808 67928 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30051] ppid=30037 vsize=1544492 CPUtime=0
/proc/30039/task/30051/stat : 30051 (java) S 30037 30039 29548 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27802880 1581559808 67928 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.39
Current children cumulated vsize (KiB) 1544492

[startup+12.7025 s]
/proc/loadavg: 1.01 1.05 1.02 2/120 30052
/proc/meminfo: memFree=1482392/2059040 swapFree=4140108/4192956
[pid=30039] ppid=30037 vsize=1544816 CPUtime=16.37
/proc/30039/stat : 30039 (java) S 30037 30039 29548 0 -1 4202496 93382 0 1 0 1591 46 0 0 18 0 13 0 27802871 1581891584 85594 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30039/statm: 386204 85594 1443 10 0 383506 0
[pid=30039/tid=30041] ppid=30037 vsize=1544816 CPUtime=10.52
/proc/30039/task/30041/stat : 30041 (java) R 30037 30039 29548 0 -1 4202560 32080 0 1 0 1037 15 0 0 23 0 13 0 27802872 1581891584 85594 1992294400 134512640 134550932 4290387328 18446744073709551615 4110431093 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30039/tid=30042] ppid=30037 vsize=1544816 CPUtime=1.46
/proc/30039/task/30042/stat : 30042 (java) S 30037 30039 29548 0 -1 4202560 28675 0 0 0 132 14 0 0 15 0 13 0 27802874 1581891584 85594 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30043] ppid=30037 vsize=1544816 CPUtime=1.44
/proc/30039/task/30043/stat : 30043 (java) S 30037 30039 29548 0 -1 4202560 23918 0 0 0 132 12 0 0 16 0 13 0 27802874 1581891584 85594 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 1 0 0 0
[pid=30039/tid=30044] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30044/stat : 30044 (java) S 30037 30039 29548 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 27802875 1581891584 85594 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 0 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30045] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30045/stat : 30045 (java) S 30037 30039 29548 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 27802876 1581891584 85594 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30046] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30046/stat : 30046 (java) S 30037 30039 29548 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27802876 1581891584 85594 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30047/stat : 30047 (java) S 30037 30039 29548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27802880 1581891584 85594 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30048] ppid=30037 vsize=1544816 CPUtime=1.61
/proc/30039/task/30048/stat : 30048 (java) S 30037 30039 29548 0 -1 4202560 4932 0 0 0 159 2 0 0 16 0 13 0 27802880 1581891584 85594 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30049] ppid=30037 vsize=1544816 CPUtime=1.29
/proc/30039/task/30049/stat : 30049 (java) S 30037 30039 29548 0 -1 4202560 2703 0 0 0 128 1 0 0 15 0 13 0 27802880 1581891584 85594 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 1 0 0 0
[pid=30039/tid=30050] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30050/stat : 30050 (java) S 30037 30039 29548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27802880 1581891584 85594 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30051] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30051/stat : 30051 (java) S 30037 30039 29548 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 27802880 1581891584 85594 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 1 0 0 0
[pid=30039/tid=30052] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30052/stat : 30052 (java) S 30037 30039 29548 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 27803912 1581891584 85594 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.37
Current children cumulated vsize (KiB) 1544816

[startup+25.5016 s]
/proc/loadavg: 1.01 1.04 1.01 2/120 30054
/proc/meminfo: memFree=1479788/2059040 swapFree=4140108/4192956
[pid=30039] ppid=30037 vsize=1544816 CPUtime=29.52
/proc/30039/stat : 30039 (java) S 30037 30039 29548 0 -1 4202496 94091 0 1 0 2905 47 0 0 18 0 13 0 27802871 1581891584 86269 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30039/statm: 386204 86269 1445 10 0 383506 0
[pid=30039/tid=30041] ppid=30037 vsize=1544816 CPUtime=23.07
/proc/30039/task/30041/stat : 30041 (java) R 30037 30039 29548 0 -1 4202560 32088 0 1 0 2292 15 0 0 25 0 13 0 27802872 1581891584 86269 1992294400 134512640 134550932 4290387328 18446744073709551615 4110380933 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30039/tid=30042] ppid=30037 vsize=1544816 CPUtime=1.69
/proc/30039/task/30042/stat : 30042 (java) S 30037 30039 29548 0 -1 4202560 29030 0 0 0 154 15 0 0 16 0 13 0 27802874 1581891584 86269 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30043] ppid=30037 vsize=1544816 CPUtime=1.66
/proc/30039/task/30043/stat : 30043 (java) S 30037 30039 29548 0 -1 4202560 24253 0 0 0 154 12 0 0 15 0 13 0 27802874 1581891584 86269 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 1 0 0 0
[pid=30039/tid=30044] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30044/stat : 30044 (java) S 30037 30039 29548 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 27802875 1581891584 86269 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 0 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30045] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30045/stat : 30045 (java) S 30037 30039 29548 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 27802876 1581891584 86269 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30046] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30046/stat : 30046 (java) S 30037 30039 29548 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27802876 1581891584 86269 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=1544816 CPUtime=0

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

[pid=30039/tid=30045] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30045/stat : 30045 (java) S 30037 30039 29548 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 27802876 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30046] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30046/stat : 30046 (java) S 30037 30039 29548 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27802876 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30047/stat : 30047 (java) S 30037 30039 29548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27802880 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30048] ppid=30037 vsize=1544816 CPUtime=1.81
/proc/30039/task/30048/stat : 30048 (java) S 30037 30039 29548 0 -1 4202560 4947 0 0 0 179 2 0 0 15 0 13 0 27802880 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30049] ppid=30037 vsize=1544816 CPUtime=1.43
/proc/30039/task/30049/stat : 30049 (java) S 30037 30039 29548 0 -1 4202560 2713 0 0 0 142 1 0 0 15 0 13 0 27802880 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 1 0 0 0
[pid=30039/tid=30050] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30050/stat : 30050 (java) S 30037 30039 29548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27802880 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30051] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30051/stat : 30051 (java) S 30037 30039 29548 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 27802880 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30052] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30052/stat : 30052 (java) S 30037 30039 29548 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 27803912 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1612.17
Current children cumulated vsize (KiB) 1544816

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/120 30105
/proc/meminfo: memFree=1453004/2059040 swapFree=4140108/4192956
[pid=30039] ppid=30037 vsize=1544816 CPUtime=1672.29
/proc/30039/stat : 30039 (java) S 30037 30039 29548 0 -1 4202496 158382 0 1 0 167116 113 0 0 18 0 13 0 27802871 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30039/statm: 386204 92374 1450 10 0 383506 0
[pid=30039/tid=30041] ppid=30037 vsize=1544816 CPUtime=1623.82
/proc/30039/task/30041/stat : 30041 (java) R 30037 30039 29548 0 -1 4202560 32731 0 1 0 162363 19 0 0 25 0 13 0 27802872 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4110432095 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30039/tid=30042] ppid=30037 vsize=1544816 CPUtime=8.38
/proc/30039/task/30042/stat : 30042 (java) S 30037 30039 29548 0 -1 4202560 32146 0 0 0 802 36 0 0 15 0 13 0 27802874 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30043] ppid=30037 vsize=1544816 CPUtime=8.37
/proc/30039/task/30043/stat : 30043 (java) S 30037 30039 29548 0 -1 4202560 27262 0 0 0 810 27 0 0 16 0 13 0 27802874 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 1 0 0 0
[pid=30039/tid=30044] ppid=30037 vsize=1544816 CPUtime=28.42
/proc/30039/task/30044/stat : 30044 (java) S 30037 30039 29548 0 -1 4202560 57421 0 0 0 2817 25 0 0 15 0 13 0 27802875 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 0 0 16800975 18446604437815604416 0 0 -1 1 0 0 0
[pid=30039/tid=30045] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30045/stat : 30045 (java) S 30037 30039 29548 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 27802876 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30046] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30046/stat : 30046 (java) S 30037 30039 29548 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27802876 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30047/stat : 30047 (java) S 30037 30039 29548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27802880 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30048] ppid=30037 vsize=1544816 CPUtime=1.81
/proc/30039/task/30048/stat : 30048 (java) S 30037 30039 29548 0 -1 4202560 4947 0 0 0 179 2 0 0 15 0 13 0 27802880 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30049] ppid=30037 vsize=1544816 CPUtime=1.43
/proc/30039/task/30049/stat : 30049 (java) S 30037 30039 29548 0 -1 4202560 2713 0 0 0 142 1 0 0 15 0 13 0 27802880 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 1 0 0 0
[pid=30039/tid=30050] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30050/stat : 30050 (java) S 30037 30039 29548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27802880 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30051] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30051/stat : 30051 (java) S 30037 30039 29548 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 27802880 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 1 0 0 0
[pid=30039/tid=30052] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30052/stat : 30052 (java) S 30037 30039 29548 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 27803912 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1672.29
Current children cumulated vsize (KiB) 1544816

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/120 30107
/proc/meminfo: memFree=1452880/2059040 swapFree=4140108/4192956
[pid=30039] ppid=30037 vsize=1544816 CPUtime=1732.39
/proc/30039/stat : 30039 (java) S 30037 30039 29548 0 -1 4202496 159697 0 1 0 173125 114 0 0 18 0 13 0 27802871 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30039/statm: 386204 92374 1450 10 0 383506 0
[pid=30039/tid=30041] ppid=30037 vsize=1544816 CPUtime=1682.1
/proc/30039/task/30041/stat : 30041 (java) R 30037 30039 29548 0 -1 4202560 32756 0 1 0 168191 19 0 0 25 0 13 0 27802872 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4110514251 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30039/tid=30042] ppid=30037 vsize=1544816 CPUtime=8.5
/proc/30039/task/30042/stat : 30042 (java) S 30037 30039 29548 0 -1 4202560 32146 0 0 0 814 36 0 0 16 0 13 0 27802874 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30043] ppid=30037 vsize=1544816 CPUtime=8.48
/proc/30039/task/30043/stat : 30043 (java) S 30037 30039 29548 0 -1 4202560 27262 0 0 0 821 27 0 0 15 0 13 0 27802874 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 1 0 0 0
[pid=30039/tid=30044] ppid=30037 vsize=1544816 CPUtime=30.01
/proc/30039/task/30044/stat : 30044 (java) S 30037 30039 29548 0 -1 4202560 58707 0 0 0 2975 26 0 0 15 0 13 0 27802875 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 0 0 16800975 18446604437815604416 0 0 -1 1 0 0 0
[pid=30039/tid=30045] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30045/stat : 30045 (java) S 30037 30039 29548 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 27802876 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30046] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30046/stat : 30046 (java) S 30037 30039 29548 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27802876 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30047/stat : 30047 (java) S 30037 30039 29548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27802880 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30048] ppid=30037 vsize=1544816 CPUtime=1.81
/proc/30039/task/30048/stat : 30048 (java) S 30037 30039 29548 0 -1 4202560 4947 0 0 0 179 2 0 0 15 0 13 0 27802880 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30049] ppid=30037 vsize=1544816 CPUtime=1.43
/proc/30039/task/30049/stat : 30049 (java) S 30037 30039 29548 0 -1 4202560 2713 0 0 0 142 1 0 0 15 0 13 0 27802880 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 1 0 0 0
[pid=30039/tid=30050] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30050/stat : 30050 (java) S 30037 30039 29548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27802880 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30051] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30051/stat : 30051 (java) S 30037 30039 29548 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 27802880 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30052] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30052/stat : 30052 (java) S 30037 30039 29548 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 27803912 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1732.39
Current children cumulated vsize (KiB) 1544816

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/120 30109
/proc/meminfo: memFree=1452756/2059040 swapFree=4140108/4192956
[pid=30039] ppid=30037 vsize=1544816 CPUtime=1792.59
/proc/30039/stat : 30039 (java) S 30037 30039 29548 0 -1 4202496 163567 0 1 0 179142 117 0 0 18 0 13 0 27802871 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30039/statm: 386204 92374 1450 10 0 383506 0
[pid=30039/tid=30041] ppid=30037 vsize=1544816 CPUtime=1740.44
/proc/30039/task/30041/stat : 30041 (java) R 30037 30039 29548 0 -1 4202560 32776 0 1 0 174025 19 0 0 25 0 13 0 27802872 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4110043046 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30039/tid=30042] ppid=30037 vsize=1544816 CPUtime=8.72
/proc/30039/task/30042/stat : 30042 (java) S 30037 30039 29548 0 -1 4202560 32146 0 0 0 835 37 0 0 16 0 13 0 27802874 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30043] ppid=30037 vsize=1544816 CPUtime=8.69
/proc/30039/task/30043/stat : 30043 (java) S 30037 30039 29548 0 -1 4202560 27262 0 0 0 842 27 0 0 16 0 13 0 27802874 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 1 0 0 0
[pid=30039/tid=30044] ppid=30037 vsize=1544816 CPUtime=31.42
/proc/30039/task/30044/stat : 30044 (java) S 30037 30039 29548 0 -1 4202560 62553 0 0 0 3115 27 0 0 15 0 13 0 27802875 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 0 0 16800975 18446604437815604416 0 0 -1 1 0 0 0
[pid=30039/tid=30045] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30045/stat : 30045 (java) S 30037 30039 29548 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 27802876 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30046] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30046/stat : 30046 (java) S 30037 30039 29548 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27802876 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30047/stat : 30047 (java) S 30037 30039 29548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27802880 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30048] ppid=30037 vsize=1544816 CPUtime=1.81
/proc/30039/task/30048/stat : 30048 (java) S 30037 30039 29548 0 -1 4202560 4947 0 0 0 179 2 0 0 15 0 13 0 27802880 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30049] ppid=30037 vsize=1544816 CPUtime=1.43
/proc/30039/task/30049/stat : 30049 (java) S 30037 30039 29548 0 -1 4202560 2713 0 0 0 142 1 0 0 15 0 13 0 27802880 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 1 0 0 0
[pid=30039/tid=30050] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30050/stat : 30050 (java) S 30037 30039 29548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27802880 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30051] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30051/stat : 30051 (java) S 30037 30039 29548 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 27802880 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30052] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30052/stat : 30052 (java) S 30037 30039 29548 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 27803912 1581891584 92374 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1792.59
Current children cumulated vsize (KiB) 1544816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/120 30109
/proc/meminfo: memFree=1451888/2059040 swapFree=4140108/4192956
[pid=30039] ppid=30037 vsize=1544816 CPUtime=1800.05
/proc/30039/stat : 30039 (java) S 30037 30039 29548 0 -1 4202496 163963 0 1 0 179888 117 0 0 18 0 13 0 27802871 1581891584 92765 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30039/statm: 386204 92765 1450 10 0 383506 0
[pid=30039/tid=30041] ppid=30037 vsize=1544816 CPUtime=1747.8
/proc/30039/task/30041/stat : 30041 (java) R 30037 30039 29548 0 -1 4202560 32777 0 1 0 174761 19 0 0 25 0 13 0 27802872 1581891584 92765 1992294400 134512640 134550932 4290387328 18446744073709551615 4110522350 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30039/tid=30042] ppid=30037 vsize=1544816 CPUtime=8.76
/proc/30039/task/30042/stat : 30042 (java) S 30037 30039 29548 0 -1 4202560 32258 0 0 0 839 37 0 0 16 0 13 0 27802874 1581891584 92765 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30043] ppid=30037 vsize=1544816 CPUtime=8.75
/proc/30039/task/30043/stat : 30043 (java) S 30037 30039 29548 0 -1 4202560 27543 0 0 0 848 27 0 0 15 0 13 0 27802874 1581891584 92765 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 1 0 0 0
[pid=30039/tid=30044] ppid=30037 vsize=1544816 CPUtime=31.42
/proc/30039/task/30044/stat : 30044 (java) S 30037 30039 29548 0 -1 4202560 62555 0 0 0 3115 27 0 0 15 0 13 0 27802875 1581891584 92765 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 0 0 16800975 18446604437815604416 0 0 -1 1 0 0 0
[pid=30039/tid=30045] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30045/stat : 30045 (java) S 30037 30039 29548 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 27802876 1581891584 92765 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30046] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30046/stat : 30046 (java) S 30037 30039 29548 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27802876 1581891584 92765 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30047/stat : 30047 (java) S 30037 30039 29548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27802880 1581891584 92765 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30048] ppid=30037 vsize=1544816 CPUtime=1.81
/proc/30039/task/30048/stat : 30048 (java) S 30037 30039 29548 0 -1 4202560 4947 0 0 0 179 2 0 0 15 0 13 0 27802880 1581891584 92765 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30049] ppid=30037 vsize=1544816 CPUtime=1.43
/proc/30039/task/30049/stat : 30049 (java) S 30037 30039 29548 0 -1 4202560 2713 0 0 0 142 1 0 0 15 0 13 0 27802880 1581891584 92765 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 1 0 0 0
[pid=30039/tid=30050] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30050/stat : 30050 (java) S 30037 30039 29548 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27802880 1581891584 92765 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30051] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30051/stat : 30051 (java) S 30037 30039 29548 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 27802880 1581891584 92765 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
[pid=30039/tid=30052] ppid=30037 vsize=1544816 CPUtime=0
/proc/30039/task/30052/stat : 30052 (java) S 30037 30039 29548 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 27803912 1581891584 92765 1992294400 134512640 134550932 4290387328 18446744073709551615 4294960144 0 4 0 16800975 18446604437815604416 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1544816

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

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

[startup+1789.82 s]
/proc/loadavg: 1.00 1.00 1.00 2/120 30109
/proc/meminfo: memFree=1451888/2059040 swapFree=4140108/4192956
[pid=30039] ppid=30037 vsize=0 CPUtime=1800.19
/proc/30039/stat : 30039 (java) Z 30037 30039 29548 0 -1 4203548 163985 0 1 0 179901 118 0 0 17 0 2 0 27802871 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30039/statm: 0 0 0 0 0 0 0
[pid=30039/tid=30041] ppid=30037 vsize=0 CPUtime=1747.88
/proc/30039/task/30041/stat : 30041 (java) R 30037 30039 29548 0 -1 4203588 32777 0 1 0 174768 20 0 0 25 0 2 0 27802872 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.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1789.85
CPU time (s): 1800.24
CPU user time (s): 1799.02
CPU system time (s): 1.21781
CPU usage (%): 100.581
Max. virtual memory (cumulated for all children) (KiB): 1557628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.02
system time used= 1.21781
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163985
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= 44049
involuntary context switches= 20471

runsolver used 3.49547 second user time and 9.64753 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-14 20:51:11
IDJOB=2658802
IDBENCH=2369
IDSOLVER=1164
FILE ID=node025/2658802-1276541470
PBS_JOBID= 11173465
Free space on /tmp= 62556 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/unibo/normalized-mps-v2-20-10-NSR8K.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658802-1276541470/watcher-2658802-1276541470 -o /tmp/evaluation-result-2658802-1276541470/solver-2658802-1276541470 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658802-1276541470.opb

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

MD5SUM BENCH= cc5d7ea426a09a5b1cb030d82bbe1743
RANDOM SEED=578547861

node025.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1820596 kB
Buffers:         33120 kB
Cached:         115448 kB
SwapCached:       6568 kB
Active:          95520 kB
Inactive:        66648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1820596 kB
SwapTotal:     4192956 kB
SwapFree:      4140108 kB
Dirty:           16876 kB
Writeback:           0 kB
AnonPages:       11884 kB
Mapped:          12956 kB
Slab:            54144 kB
PageTables:       3984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181916 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= 62556 MiB
End job on node025 at 2010-06-14 21:21:03