Trace number 2658834

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.22 1796.96

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-misc06.opb
MD5SUM0662414c0fee45075e37f5c5e2481506
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 variables51018
Total number of constraints820
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 constraints820
Minimum length of a constraint30
Maximum length of a constraint13471
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 211324891222433894400
Number of bits of the biggest number in a constraint 68
Biggest sum of numbers in a constraint 23205541583449342163452
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.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2658834-1276558446.opb
0.23/0.21	c reading problem ... 
4.50/2.92	c ... done. Wall clock time 2.709s.
4.50/2.92	c #vars     51018
4.50/2.92	c #constraints  19000
4.50/2.92	c constraints type 
4.50/2.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1070
124.23/121.51	c cleaning 2487 clauses out of 4986 with flag 5004/5004
154.67/151.82	c cleaning 4245 clauses out of 8491 with flag 11001/11001
186.77/183.92	c cleaning 5621 clauses out of 11245 with flag 18001/18001
302.58/299.75	c cleaning 6799 clauses out of 13607 with flag 26000/26000
379.69/376.88	c cleaning 7906 clauses out of 15811 with flag 35003/35003
511.09/508.22	c cleaning 8943 clauses out of 17902 with flag 45000/45000
639.52/636.66	c cleaning 9470 clauses out of 18958 with flag 55001/55001
687.71/684.84	c cleaning 9734 clauses out of 19486 with flag 65000/65000
742.30/739.40	c cleaning 9869 clauses out of 19752 with flag 75000/75000
781.65/778.72	c cleaning 9932 clauses out of 19876 with flag 85000/85000
917.54/914.62	c cleaning 9962 clauses out of 19944 with flag 95000/95000
978.25/975.38	c cleaning 9983 clauses out of 19983 with flag 105001/105001
1112.75/1109.83	c cleaning 9974 clauses out of 19999 with flag 115000/115000
1170.77/1167.87	c cleaning 10002 clauses out of 20025 with flag 125000/125000
1204.58/1201.62	c cleaning 10001 clauses out of 20023 with flag 135000/135000
1242.69/1239.78	c cleaning 10015 clauses out of 20037 with flag 145015/145015
1263.99/1261.02	c cleaning 9998 clauses out of 20007 with flag 155000/155000
1288.62/1285.69	c cleaning 10001 clauses out of 20009 with flag 165000/165000
1312.16/1309.15	c cleaning 9997 clauses out of 20008 with flag 175000/175000
1332.90/1329.88	c cleaning 10005 clauses out of 20016 with flag 185005/185005
1354.55/1351.40	c cleaning 9992 clauses out of 20006 with flag 195001/195001
1376.55/1373.48	c cleaning 9992 clauses out of 20012 with flag 205000/205000
1405.55/1402.41	c cleaning 10003 clauses out of 20019 with flag 215001/215001
1433.05/1429.99	c cleaning 9998 clauses out of 20011 with flag 225001/225001
1459.55/1456.44	c cleaning 9999 clauses out of 20012 with flag 235000/235000
1501.57/1498.44	c cleaning 9968 clauses out of 20013 with flag 245000/245000
1561.09/1557.98	c cleaning 9990 clauses out of 20045 with flag 255000/255000
1622.29/1619.12	c cleaning 9994 clauses out of 20056 with flag 265001/265001
1649.32/1646.19	c cleaning 10025 clauses out of 20061 with flag 275001/275001
1800.00/1796.81	c starts		: 131
1800.00/1796.81	c conflicts		: 284274
1800.00/1796.81	c decisions		: 586452
1800.00/1796.81	c propagations		: 22551879
1800.00/1796.81	c inspects		: 123443333
1800.00/1796.81	c learnt literals	: 60
1800.00/1796.81	c learnt binary clauses	: 135
1800.00/1796.81	c learnt ternary clauses	: 169
1800.00/1796.81	c learnt clauses	: 284214
1800.00/1796.81	c ignored clauses	: 0
1800.00/1796.81	c root simplifications	: 0
1800.00/1796.81	c removed literals (reason simplification)	: 48576925
1800.00/1796.81	c reason swapping (by a shorter reason)	: 0
1800.00/1796.81	c Calls to reduceDB	: 29
1800.00/1796.81	c number of reductions to clauses (during analyze)	: 0
1800.00/1796.82	c number of learned constraints concerned by reduction	: 0
1800.00/1796.82	c number of learning phase by resolution	: 0
1800.00/1796.82	c number of learning phase by cutting planes	: 0
1800.00/1796.82	c speed (assignments/second)	: 12571.439401794305
1800.00/1796.82	c non guided choices	145820
1800.00/1796.87	c learnt constraints type 
1800.00/1796.87	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19176
1800.00/1796.87	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 135
1800.00/1796.87	c constraints type 
1800.00/1796.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1070
1800.00/1796.87	s UNKNOWN
1800.00/1796.87	c Total wall clock time (in seconds): 1796.661

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

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


[startup+0 s]
/proc/loadavg: 1.87 1.99 1.65 3/106 1220
/proc/meminfo: memFree=1812660/2059040 swapFree=4140420/4192956
[pid=1220] ppid=1218 vsize=24036 CPUtime=0
/proc/1220/stat : 1220 (runsolver) R 1218 1220 1123 0 -1 4202560 81 0 0 0 0 0 0 0 19 0 1 0 29500905 24612864 106 1992294400 4194304 4302564 140735594153232 18446744073709551615 271797822455 0 2147483391 4096 24578 0 0 0 17 1 0 0 0
/proc/1220/statm: 6009 106 69 27 0 2647 0

[startup+0.0920659 s]
/proc/loadavg: 1.87 1.99 1.65 3/106 1220
/proc/meminfo: memFree=1812660/2059040 swapFree=4140420/4192956
[pid=1220] ppid=1218 vsize=1521796 CPUtime=0.07
/proc/1220/stat : 1220 (java) S 1218 1220 1123 0 -1 4202496 3856 0 1 0 5 2 0 0 18 0 7 0 29500905 1558319104 3297 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/1220/statm: 380449 3297 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.102086 s]
/proc/loadavg: 1.87 1.99 1.65 3/106 1220
/proc/meminfo: memFree=1812660/2059040 swapFree=4140420/4192956
[pid=1220] ppid=1218 vsize=1524184 CPUtime=0.08
/proc/1220/stat : 1220 (java) S 1218 1220 1123 0 -1 4202496 3963 0 1 0 6 2 0 0 18 0 12 0 29500905 1560764416 3402 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1220/statm: 381046 3402 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.302107 s]
/proc/loadavg: 1.87 1.99 1.65 3/106 1220
/proc/meminfo: memFree=1812660/2059040 swapFree=4140420/4192956
[pid=1220] ppid=1218 vsize=1525948 CPUtime=0.37
/proc/1220/stat : 1220 (java) S 1218 1220 1123 0 -1 4202496 5682 0 1 0 34 3 0 0 18 0 12 0 29500905 1562570752 5117 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1220/statm: 381487 5117 1360 10 0 378789 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1525948

[startup+0.701188 s]
/proc/loadavg: 1.87 1.99 1.65 3/106 1220
/proc/meminfo: memFree=1812660/2059040 swapFree=4140420/4192956
[pid=1220] ppid=1218 vsize=1539124 CPUtime=1.15
/proc/1220/stat : 1220 (java) S 1218 1220 1123 0 -1 4202496 10217 0 1 0 110 5 0 0 18 0 12 0 29500905 1576062976 9144 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1220/statm: 384781 9145 1381 10 0 382083 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1539124

[startup+1.50133 s]
/proc/loadavg: 1.87 1.99 1.65 4/118 1232
/proc/meminfo: memFree=1774808/2059040 swapFree=4140420/4192956
[pid=1220] ppid=1218 vsize=1541080 CPUtime=2.74
/proc/1220/stat : 1220 (java) S 1218 1220 1123 0 -1 4202496 17561 0 1 0 265 9 0 0 18 0 12 0 29500905 1578065920 13893 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1220/statm: 385270 13895 1405 10 0 382572 0
[pid=1220/tid=1222] ppid=1218 vsize=1541080 CPUtime=1.45
/proc/1220/task/1222/stat : 1222 (java) R 1218 1220 1123 0 -1 4202560 8984 0 1 0 140 5 0 0 25 0 12 0 29500907 1578065920 13895 1992294400 134512640 134550932 4293978112 18446744073709551615 4109066891 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1220/tid=1223] ppid=1218 vsize=1541080 CPUtime=0
/proc/1220/task/1223/stat : 1223 (java) S 1218 1220 1123 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 29500908 1578065920 13896 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=1220/tid=1224] ppid=1218 vsize=1541080 CPUtime=0
/proc/1220/task/1224/stat : 1224 (java) S 1218 1220 1123 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 29500908 1578065920 13897 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=1220/tid=1225] ppid=1218 vsize=1541080 CPUtime=0
/proc/1220/task/1225/stat : 1225 (java) S 1218 1220 1123 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 29500910 1578065920 13898 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=1220/tid=1226] ppid=1218 vsize=1541080 CPUtime=0
/proc/1220/task/1226/stat : 1226 (java) S 1218 1220 1123 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 29500910 1578065920 13899 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1227] ppid=1218 vsize=1541080 CPUtime=0
/proc/1220/task/1227/stat : 1227 (java) S 1218 1220 1123 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 29500910 1578065920 13899 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1228] ppid=1218 vsize=1541080 CPUtime=0
/proc/1220/task/1228/stat : 1228 (java) S 1218 1220 1123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29500915 1578065920 13900 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1229] ppid=1218 vsize=1541080 CPUtime=1.17
/proc/1220/task/1229/stat : 1229 (java) R 1218 1220 1123 0 -1 4202560 6933 0 0 0 115 2 0 0 18 0 12 0 29500915 1578065920 13901 1992294400 134512640 134550932 4293978112 18446744073709551615 104138828 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1220/tid=1230] ppid=1218 vsize=1541080 CPUtime=0.09
/proc/1220/task/1230/stat : 1230 (java) R 1218 1220 1123 0 -1 4202560 581 0 0 0 9 0 0 0 25 0 12 0 29500915 1578065920 13902 1992294400 134512640 134550932 4293978112 18446744073709551615 134517800 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1220/tid=1231] ppid=1218 vsize=1541080 CPUtime=0
/proc/1220/task/1231/stat : 1231 (java) S 1218 1220 1123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29500915 1578065920 13903 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1232] ppid=1218 vsize=1541080 CPUtime=0
/proc/1220/task/1232/stat : 1232 (java) S 1218 1220 1123 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29500915 1578065920 13903 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1541080

[startup+3.10963 s]
/proc/loadavg: 1.87 1.99 1.65 3/118 1232
/proc/meminfo: memFree=1710948/2059040 swapFree=4140420/4192956
[pid=1220] ppid=1218 vsize=1541080 CPUtime=4.89
/proc/1220/stat : 1220 (java) S 1218 1220 1123 0 -1 4202496 46491 0 1 0 469 20 0 0 18 0 12 0 29500905 1578065920 42715 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1220/statm: 385270 42715 1428 10 0 382572 0
[pid=1220/tid=1222] ppid=1218 vsize=1541080 CPUtime=2.94
/proc/1220/task/1222/stat : 1222 (java) R 1218 1220 1123 0 -1 4202560 32031 0 1 0 281 13 0 0 25 0 12 0 29500907 1578065920 42715 1992294400 134512640 134550932 4293978112 18446744073709551615 4109358493 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1220/tid=1223] ppid=1218 vsize=1541080 CPUtime=0.1
/proc/1220/task/1223/stat : 1223 (java) S 1218 1220 1123 0 -1 4202560 2827 0 0 0 9 1 0 0 18 0 12 0 29500908 1578065920 42715 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1224] ppid=1218 vsize=1541080 CPUtime=0.1
/proc/1220/task/1224/stat : 1224 (java) S 1218 1220 1123 0 -1 4202560 3014 0 0 0 9 1 0 0 18 0 12 0 29500908 1578065920 42715 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1225] ppid=1218 vsize=1541080 CPUtime=0
/proc/1220/task/1225/stat : 1225 (java) S 1218 1220 1123 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 12 0 29500910 1578065920 42715 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=1220/tid=1226] ppid=1218 vsize=1541080 CPUtime=0
/proc/1220/task/1226/stat : 1226 (java) S 1218 1220 1123 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 29500910 1578065920 42715 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1227] ppid=1218 vsize=1541080 CPUtime=0
/proc/1220/task/1227/stat : 1227 (java) S 1218 1220 1123 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 29500910 1578065920 42715 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1228] ppid=1218 vsize=1541080 CPUtime=0
/proc/1220/task/1228/stat : 1228 (java) S 1218 1220 1123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29500915 1578065920 42715 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1229] ppid=1218 vsize=1541080 CPUtime=1.54
/proc/1220/task/1229/stat : 1229 (java) R 1218 1220 1123 0 -1 4202560 6966 0 0 0 152 2 0 0 15 0 12 0 29500915 1578065920 42715 1992294400 134512640 134550932 4293978112 18446744073709551615 104161473 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1220/tid=1230] ppid=1218 vsize=1541080 CPUtime=0.15
/proc/1220/task/1230/stat : 1230 (java) R 1218 1220 1123 0 -1 4202560 582 0 0 0 15 0 0 0 17 0 12 0 29500915 1578065920 42715 1992294400 134512640 134550932 4293978112 18446744073709551615 105499176 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1220/tid=1231] ppid=1218 vsize=1541080 CPUtime=0
/proc/1220/task/1231/stat : 1231 (java) S 1218 1220 1123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29500915 1578065920 42715 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1232] ppid=1218 vsize=1541080 CPUtime=0
/proc/1220/task/1232/stat : 1232 (java) S 1218 1220 1123 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29500915 1578065920 42715 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 1541080

[startup+6.30823 s]
/proc/loadavg: 1.80 1.97 1.65 2/119 1233
/proc/meminfo: memFree=1646088/2059040 swapFree=4140420/4192956
[pid=1220] ppid=1218 vsize=1541264 CPUtime=8.47
/proc/1220/stat : 1220 (java) S 1218 1220 1123 0 -1 4202496 47271 0 1 0 826 21 0 0 18 0 13 0 29500905 1578254336 42574 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1220/statm: 385316 42574 1431 10 0 382618 0
[pid=1220/tid=1222] ppid=1218 vsize=1541264 CPUtime=6.04
/proc/1220/task/1222/stat : 1222 (java) R 1218 1220 1123 0 -1 4202560 32047 0 1 0 591 13 0 0 25 0 13 0 29500907 1578254336 42574 1992294400 134512640 134550932 4293978112 18446744073709551615 4108690504 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1220/tid=1223] ppid=1218 vsize=1541264 CPUtime=0.1
/proc/1220/task/1223/stat : 1223 (java) S 1218 1220 1123 0 -1 4202560 2827 0 0 0 9 1 0 0 18 0 13 0 29500908 1578254336 42574 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1224] ppid=1218 vsize=1541264 CPUtime=0.1
/proc/1220/task/1224/stat : 1224 (java) S 1218 1220 1123 0 -1 4202560 3014 0 0 0 9 1 0 0 18 0 13 0 29500908 1578254336 42574 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1225] ppid=1218 vsize=1541264 CPUtime=0
/proc/1220/task/1225/stat : 1225 (java) S 1218 1220 1123 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 13 0 29500910 1578254336 42574 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=1220/tid=1226] ppid=1218 vsize=1541264 CPUtime=0
/proc/1220/task/1226/stat : 1226 (java) S 1218 1220 1123 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29500910 1578254336 42574 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1227] ppid=1218 vsize=1541264 CPUtime=0
/proc/1220/task/1227/stat : 1227 (java) S 1218 1220 1123 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29500910 1578254336 42574 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1228] ppid=1218 vsize=1541264 CPUtime=0
/proc/1220/task/1228/stat : 1228 (java) S 1218 1220 1123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29500915 1578254336 42574 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1229] ppid=1218 vsize=1541264 CPUtime=1.81
/proc/1220/task/1229/stat : 1229 (java) S 1218 1220 1123 0 -1 4202560 6995 0 0 0 179 2 0 0 16 0 13 0 29500915 1578254336 42574 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=1220/tid=1230] ppid=1218 vsize=1541264 CPUtime=0.36
/proc/1220/task/1230/stat : 1230 (java) R 1218 1220 1123 0 -1 4202560 1313 0 0 0 36 0 0 0 15 0 13 0 29500915 1578254336 42574 1992294400 134512640 134550932 4293978112 18446744073709551615 106119558 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1220/tid=1231] ppid=1218 vsize=1541264 CPUtime=0
/proc/1220/task/1231/stat : 1231 (java) S 1218 1220 1123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29500915 1578254336 42574 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1232] ppid=1218 vsize=1541264 CPUtime=0
/proc/1220/task/1232/stat : 1232 (java) S 1218 1220 1123 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 29500915 1578254336 42574 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=1220/tid=1233] ppid=1218 vsize=1541264 CPUtime=0
/proc/1220/task/1233/stat : 1233 (java) S 1218 1220 1123 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 29501218 1578254336 42574 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.47
Current children cumulated vsize (KiB) 1541264

[startup+12.7014 s]
/proc/loadavg: 1.73 1.96 1.64 2/119 1233
/proc/meminfo: memFree=1644104/2059040 swapFree=4140420/4192956
[pid=1220] ppid=1218 vsize=1543312 CPUtime=15.09
/proc/1220/stat : 1220 (java) S 1218 1220 1123 0 -1 4202496 47910 0 1 0 1488 21 0 0 18 0 13 0 29500905 1580351488 43076 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1220/statm: 385828 43076 1436 10 0 383130 0
[pid=1220/tid=1222] ppid=1218 vsize=1543312 CPUtime=12.38
/proc/1220/task/1222/stat : 1222 (java) R 1218 1220 1123 0 -1 4202560 32049 0 1 0 1225 13 0 0 25 0 13 0 29500907 1580351488 43076 1992294400 134512640 134550932 4293978112 18446744073709551615 4109359744 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1220/tid=1223] ppid=1218 vsize=1543312 CPUtime=0.1
/proc/1220/task/1223/stat : 1223 (java) S 1218 1220 1123 0 -1 4202560 2827 0 0 0 9 1 0 0 18 0 13 0 29500908 1580351488 43076 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1224] ppid=1218 vsize=1543312 CPUtime=0.1
/proc/1220/task/1224/stat : 1224 (java) S 1218 1220 1123 0 -1 4202560 3014 0 0 0 9 1 0 0 18 0 13 0 29500908 1580351488 43076 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1225] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1225/stat : 1225 (java) S 1218 1220 1123 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 13 0 29500910 1580351488 43076 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=1220/tid=1226] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1226/stat : 1226 (java) S 1218 1220 1123 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29500910 1580351488 43076 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1227] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1227/stat : 1227 (java) S 1218 1220 1123 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29500910 1580351488 43076 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1228] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1228/stat : 1228 (java) S 1218 1220 1123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29500915 1580351488 43076 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1229] ppid=1218 vsize=1543312 CPUtime=1.96
/proc/1220/task/1229/stat : 1229 (java) S 1218 1220 1123 0 -1 4202560 7022 0 0 0 194 2 0 0 15 0 13 0 29500915 1580351488 43076 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=1220/tid=1230] ppid=1218 vsize=1543312 CPUtime=0.47
/proc/1220/task/1230/stat : 1230 (java) S 1218 1220 1123 0 -1 4202560 1923 0 0 0 47 0 0 0 15 0 13 0 29500915 1580351488 43076 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1231] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1231/stat : 1231 (java) S 1218 1220 1123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29500915 1580351488 43076 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1232] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1232/stat : 1232 (java) S 1218 1220 1123 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 29500915 1580351488 43076 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=1220/tid=1233] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1233/stat : 1233 (java) S 1218 1220 1123 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 29501218 1580351488 43076 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.09
Current children cumulated vsize (KiB) 1543312

[startup+25.5018 s]
/proc/loadavg: 1.57 1.91 1.63 2/119 1233
/proc/meminfo: memFree=1621908/2059040 swapFree=4140420/4192956
[pid=1220] ppid=1218 vsize=1543312 CPUtime=28
/proc/1220/stat : 1220 (java) S 1218 1220 1123 0 -1 4202496 53712 0 1 0 2777 23 0 0 18 0 13 0 29500905 1580351488 48788 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1220/statm: 385828 48788 1437 10 0 383130 0
[pid=1220/tid=1222] ppid=1218 vsize=1543312 CPUtime=25.09
/proc/1220/task/1222/stat : 1222 (java) R 1218 1220 1123 0 -1 4202560 32056 0 1 0 2496 13 0 0 25 0 13 0 29500907 1580351488 48788 1992294400 134512640 134550932 4293978112 18446744073709551615 4109530065 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1220/tid=1223] ppid=1218 vsize=1543312 CPUtime=0.19
/proc/1220/task/1223/stat : 1223 (java) S 1218 1220 1123 0 -1 4202560 5955 0 0 0 17 2 0 0 18 0 13 0 29500908 1580351488 48788 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=1220/tid=1224] ppid=1218 vsize=1543312 CPUtime=0.18
/proc/1220/task/1224/stat : 1224 (java) S 1218 1220 1123 0 -1 4202560 5669 0 0 0 16 2 0 0 18 0 13 0 29500908 1580351488 48788 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1225] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1225/stat : 1225 (java) S 1218 1220 1123 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 29500910 1580351488 48788 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=1220/tid=1226] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1226/stat : 1226 (java) S 1218 1220 1123 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29500910 1580351488 48788 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1227] ppid=1218 vsize=1543312 CPUtime=0

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

[pid=1220] ppid=1218 vsize=1543312 CPUtime=1665.53
/proc/1220/stat : 1220 (java) S 1218 1220 1123 0 -1 4202496 79768 0 1 0 166513 40 0 0 18 0 13 0 29500905 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1220/statm: 385828 68019 1442 10 0 383130 0
[pid=1220/tid=1222] ppid=1218 vsize=1543312 CPUtime=1654.91
/proc/1220/task/1222/stat : 1222 (java) R 1218 1220 1123 0 -1 4202560 32158 0 1 0 165477 14 0 0 25 0 13 0 29500907 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4109360302 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1220/tid=1223] ppid=1218 vsize=1543312 CPUtime=1.52
/proc/1220/task/1223/stat : 1223 (java) S 1218 1220 1123 0 -1 4202560 18257 0 0 0 143 9 0 0 16 0 13 0 29500908 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1224] ppid=1218 vsize=1543312 CPUtime=1.58
/proc/1220/task/1224/stat : 1224 (java) S 1218 1220 1123 0 -1 4202560 18157 0 0 0 148 10 0 0 15 0 13 0 29500908 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1225] ppid=1218 vsize=1543312 CPUtime=4.76
/proc/1220/task/1225/stat : 1225 (java) S 1218 1220 1123 0 -1 4202560 1062 0 0 0 476 0 0 0 15 0 13 0 29500910 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=1220/tid=1226] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1226/stat : 1226 (java) S 1218 1220 1123 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29500910 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1227] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1227/stat : 1227 (java) S 1218 1220 1123 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29500910 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1228] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1228/stat : 1228 (java) S 1218 1220 1123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29500915 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1229] ppid=1218 vsize=1543312 CPUtime=2.12
/proc/1220/task/1229/stat : 1229 (java) S 1218 1220 1123 0 -1 4202560 7044 0 0 0 210 2 0 0 15 0 13 0 29500915 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=1220/tid=1230] ppid=1218 vsize=1543312 CPUtime=0.55
/proc/1220/task/1230/stat : 1230 (java) S 1218 1220 1123 0 -1 4202560 1927 0 0 0 55 0 0 0 15 0 13 0 29500915 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1231] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1231/stat : 1231 (java) S 1218 1220 1123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29500915 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1232] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1232/stat : 1232 (java) S 1218 1220 1123 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 29500915 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1233] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1233/stat : 1233 (java) S 1218 1220 1123 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 29501218 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1665.53
Current children cumulated vsize (KiB) 1543312

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/119 1291
/proc/meminfo: memFree=1542052/2059040 swapFree=4140420/4192956
[pid=1220] ppid=1218 vsize=1543312 CPUtime=1725.52
/proc/1220/stat : 1220 (java) S 1218 1220 1123 0 -1 4202496 79779 0 1 0 172512 40 0 0 18 0 13 0 29500905 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1220/statm: 385828 68019 1442 10 0 383130 0
[pid=1220/tid=1222] ppid=1218 vsize=1543312 CPUtime=1714.86
/proc/1220/task/1222/stat : 1222 (java) R 1218 1220 1123 0 -1 4202560 32161 0 1 0 171472 14 0 0 25 0 13 0 29500907 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4109360109 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1220/tid=1223] ppid=1218 vsize=1543312 CPUtime=1.54
/proc/1220/task/1223/stat : 1223 (java) S 1218 1220 1123 0 -1 4202560 18257 0 0 0 145 9 0 0 16 0 13 0 29500908 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=1220/tid=1224] ppid=1218 vsize=1543312 CPUtime=1.6
/proc/1220/task/1224/stat : 1224 (java) S 1218 1220 1123 0 -1 4202560 18157 0 0 0 150 10 0 0 15 0 13 0 29500908 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1225] ppid=1218 vsize=1543312 CPUtime=4.76
/proc/1220/task/1225/stat : 1225 (java) S 1218 1220 1123 0 -1 4202560 1066 0 0 0 476 0 0 0 15 0 13 0 29500910 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=1220/tid=1226] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1226/stat : 1226 (java) S 1218 1220 1123 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29500910 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1227] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1227/stat : 1227 (java) S 1218 1220 1123 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29500910 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1228] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1228/stat : 1228 (java) S 1218 1220 1123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29500915 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1229] ppid=1218 vsize=1543312 CPUtime=2.12
/proc/1220/task/1229/stat : 1229 (java) S 1218 1220 1123 0 -1 4202560 7044 0 0 0 210 2 0 0 15 0 13 0 29500915 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=1220/tid=1230] ppid=1218 vsize=1543312 CPUtime=0.55
/proc/1220/task/1230/stat : 1230 (java) S 1218 1220 1123 0 -1 4202560 1927 0 0 0 55 0 0 0 15 0 13 0 29500915 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1231] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1231/stat : 1231 (java) S 1218 1220 1123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29500915 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1232] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1232/stat : 1232 (java) S 1218 1220 1123 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 29500915 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1233] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1233/stat : 1233 (java) S 1218 1220 1123 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 29501218 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1725.52
Current children cumulated vsize (KiB) 1543312

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/119 1293
/proc/meminfo: memFree=1542052/2059040 swapFree=4140420/4192956
[pid=1220] ppid=1218 vsize=1543312 CPUtime=1785.5
/proc/1220/stat : 1220 (java) S 1218 1220 1123 0 -1 4202496 79790 0 1 0 178510 40 0 0 18 0 13 0 29500905 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1220/statm: 385828 68019 1442 10 0 383130 0
[pid=1220/tid=1222] ppid=1218 vsize=1543312 CPUtime=1774.82
/proc/1220/task/1222/stat : 1222 (java) R 1218 1220 1123 0 -1 4202560 32164 0 1 0 177468 14 0 0 25 0 13 0 29500907 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4109359734 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1220/tid=1223] ppid=1218 vsize=1543312 CPUtime=1.55
/proc/1220/task/1223/stat : 1223 (java) S 1218 1220 1123 0 -1 4202560 18257 0 0 0 146 9 0 0 16 0 13 0 29500908 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=1220/tid=1224] ppid=1218 vsize=1543312 CPUtime=1.61
/proc/1220/task/1224/stat : 1224 (java) S 1218 1220 1123 0 -1 4202560 18157 0 0 0 151 10 0 0 16 0 13 0 29500908 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1225] ppid=1218 vsize=1543312 CPUtime=4.76
/proc/1220/task/1225/stat : 1225 (java) S 1218 1220 1123 0 -1 4202560 1070 0 0 0 476 0 0 0 15 0 13 0 29500910 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=1220/tid=1226] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1226/stat : 1226 (java) S 1218 1220 1123 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29500910 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1227] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1227/stat : 1227 (java) S 1218 1220 1123 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29500910 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1228] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1228/stat : 1228 (java) S 1218 1220 1123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29500915 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1229] ppid=1218 vsize=1543312 CPUtime=2.12
/proc/1220/task/1229/stat : 1229 (java) S 1218 1220 1123 0 -1 4202560 7044 0 0 0 210 2 0 0 15 0 13 0 29500915 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=1220/tid=1230] ppid=1218 vsize=1543312 CPUtime=0.55
/proc/1220/task/1230/stat : 1230 (java) S 1218 1220 1123 0 -1 4202560 1927 0 0 0 55 0 0 0 15 0 13 0 29500915 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1231] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1231/stat : 1231 (java) S 1218 1220 1123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29500915 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1232] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1232/stat : 1232 (java) S 1218 1220 1123 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 29500915 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1233] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1233/stat : 1233 (java) S 1218 1220 1123 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 29501218 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1785.5
Current children cumulated vsize (KiB) 1543312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.8 s]
/proc/loadavg: 1.00 1.00 1.06 2/119 1293
/proc/meminfo: memFree=1542052/2059040 swapFree=4140420/4192956
[pid=1220] ppid=1218 vsize=1543312 CPUtime=1800
/proc/1220/stat : 1220 (java) S 1218 1220 1123 0 -1 4202496 79790 0 1 0 179960 40 0 0 18 0 13 0 29500905 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1220/statm: 385828 68019 1442 10 0 383130 0
[pid=1220/tid=1222] ppid=1218 vsize=1543312 CPUtime=1789.33
/proc/1220/task/1222/stat : 1222 (java) R 1218 1220 1123 0 -1 4202560 32164 0 1 0 178919 14 0 0 25 0 13 0 29500907 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4109359818 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1220/tid=1223] ppid=1218 vsize=1543312 CPUtime=1.55
/proc/1220/task/1223/stat : 1223 (java) S 1218 1220 1123 0 -1 4202560 18257 0 0 0 146 9 0 0 16 0 13 0 29500908 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=1220/tid=1224] ppid=1218 vsize=1543312 CPUtime=1.61
/proc/1220/task/1224/stat : 1224 (java) S 1218 1220 1123 0 -1 4202560 18157 0 0 0 151 10 0 0 16 0 13 0 29500908 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1225] ppid=1218 vsize=1543312 CPUtime=4.76
/proc/1220/task/1225/stat : 1225 (java) S 1218 1220 1123 0 -1 4202560 1070 0 0 0 476 0 0 0 15 0 13 0 29500910 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=1220/tid=1226] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1226/stat : 1226 (java) S 1218 1220 1123 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29500910 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1227] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1227/stat : 1227 (java) S 1218 1220 1123 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29500910 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1228] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1228/stat : 1228 (java) S 1218 1220 1123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29500915 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1229] ppid=1218 vsize=1543312 CPUtime=2.12
/proc/1220/task/1229/stat : 1229 (java) S 1218 1220 1123 0 -1 4202560 7044 0 0 0 210 2 0 0 15 0 13 0 29500915 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=1220/tid=1230] ppid=1218 vsize=1543312 CPUtime=0.55
/proc/1220/task/1230/stat : 1230 (java) S 1218 1220 1123 0 -1 4202560 1927 0 0 0 55 0 0 0 15 0 13 0 29500915 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1231] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1231/stat : 1231 (java) S 1218 1220 1123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29500915 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1232] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1232/stat : 1232 (java) S 1218 1220 1123 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 29500915 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1233] ppid=1218 vsize=1543312 CPUtime=0
/proc/1220/task/1233/stat : 1233 (java) S 1218 1220 1123 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 29501218 1580351488 68019 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1543312

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

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

[startup+1796.91 s]
/proc/loadavg: 1.00 1.00 1.06 2/119 1293
/proc/meminfo: memFree=1542052/2059040 swapFree=4140420/4192956
[pid=1220] ppid=1218 vsize=1543960 CPUtime=1800.17
/proc/1220/stat : 1220 (java) S 1218 1220 1123 0 -1 4202496 79817 0 1 0 179977 40 0 0 18 0 14 0 29500905 1581015040 68046 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1220/statm: 385990 68046 1445 10 0 383292 0
[pid=1220/tid=1222] ppid=1218 vsize=1543960 CPUtime=1789.43
/proc/1220/task/1222/stat : 1222 (java) R 1218 1220 1123 0 -1 4202560 32164 0 1 0 178929 14 0 0 25 0 14 0 29500907 1581015040 68046 1992294400 134512640 134550932 4293978112 18446744073709551615 4109360210 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1220/tid=1223] ppid=1218 vsize=1543960 CPUtime=1.55
/proc/1220/task/1223/stat : 1223 (java) S 1218 1220 1123 0 -1 4202560 18257 0 0 0 146 9 0 0 16 0 14 0 29500908 1581015040 68046 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=1220/tid=1224] ppid=1218 vsize=1543960 CPUtime=1.61
/proc/1220/task/1224/stat : 1224 (java) S 1218 1220 1123 0 -1 4202560 18157 0 0 0 151 10 0 0 16 0 14 0 29500908 1581015040 68046 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1225] ppid=1218 vsize=1543960 CPUtime=4.76
/proc/1220/task/1225/stat : 1225 (java) S 1218 1220 1123 0 -1 4202560 1070 0 0 0 476 0 0 0 15 0 14 0 29500910 1581015040 68046 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 0 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=1220/tid=1226] ppid=1218 vsize=1543960 CPUtime=0
/proc/1220/task/1226/stat : 1226 (java) S 1218 1220 1123 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 29500910 1581015040 68046 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1227] ppid=1218 vsize=1543960 CPUtime=0
/proc/1220/task/1227/stat : 1227 (java) S 1218 1220 1123 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 29500910 1581015040 68046 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1228] ppid=1218 vsize=1543960 CPUtime=0
/proc/1220/task/1228/stat : 1228 (java) S 1218 1220 1123 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 29500915 1581015040 68046 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1229] ppid=1218 vsize=1543960 CPUtime=2.13
/proc/1220/task/1229/stat : 1229 (java) S 1218 1220 1123 0 -1 4202560 7044 0 0 0 211 2 0 0 15 0 14 0 29500915 1581015040 68046 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
[pid=1220/tid=1230] ppid=1218 vsize=1543960 CPUtime=0.58
/proc/1220/task/1230/stat : 1230 (java) S 1218 1220 1123 0 -1 4202560 1933 0 0 0 58 0 0 0 15 0 14 0 29500915 1581015040 68046 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1231] ppid=1218 vsize=1543960 CPUtime=0
/proc/1220/task/1231/stat : 1231 (java) S 1218 1220 1123 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 29500915 1581015040 68046 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1232] ppid=1218 vsize=1543960 CPUtime=0
/proc/1220/task/1232/stat : 1232 (java) S 1218 1220 1123 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 14 0 29500915 1581015040 68046 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 0 0 0 0
[pid=1220/tid=1233] ppid=1218 vsize=1543960 CPUtime=0
/proc/1220/task/1233/stat : 1233 (java) S 1218 1220 1123 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 29501218 1581015040 68046 1992294400 134512640 134550932 4293978112 18446744073709551615 4294960144 0 4 0 16800975 18446604437863356544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 1543960

Child status: 143
Real time (s): 1796.96
CPU time (s): 1800.22
CPU user time (s): 1799.78
CPU system time (s): 0.438933
CPU usage (%): 100.182
Max. virtual memory (cumulated for all children) (KiB): 1543960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.438933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79817
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= 37819
involuntary context switches= 19642

runsolver used 3.62545 second user time and 9.50655 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-15 01:34:06
IDJOB=2658834
IDBENCH=2466
IDSOLVER=1164
FILE ID=node019/2658834-1276558446
PBS_JOBID= 11173501
Free space on /tmp= 62376 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-misc06.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658834-1276558446/watcher-2658834-1276558446 -o /tmp/evaluation-result-2658834-1276558446/solver-2658834-1276558446 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658834-1276558446.opb

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

MD5SUM BENCH= 0662414c0fee45075e37f5c5e2481506
RANDOM SEED=1071320840

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1813056 kB
Buffers:         42672 kB
Cached:         112000 kB
SwapCached:       5712 kB
Active:          81492 kB
Inactive:        85576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1813056 kB
SwapTotal:     4192956 kB
SwapFree:      4140420 kB
Dirty:            3308 kB
Writeback:           8 kB
AnonPages:       10988 kB
Mapped:          13276 kB
Slab:            57160 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182192 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= 62376 MiB
End job on node019 at 2010-06-15 02:04:05