Trace number 2659774

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.14 1796.48

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-pilot.we.opb
MD5SUM78c28cbc46584ca3f2053cae625d9faa
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark25.8621
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables77678
Total number of constraints1016
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 constraints1016
Minimum length of a constraint10
Maximum length of a constraint2430
Number of terms in the objective function 2760
Biggest coefficient in the objective function 114621939712000000000
Number of bits for the biggest coefficient in the objective function 67
Sum of the numbers in the objective function 6133849937192095161813
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 114621939712000000000
Number of bits of the biggest number in a constraint 67
Biggest sum of numbers in a constraint 6133849937192095161813
Number of bits of the biggest sum of numbers73
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.09/0.21	c Pseudo Boolean Optimization
0.09/0.21	c --- Begin Solver configuration ---
0.09/0.21	c Stops conflict analysis at the first Unique Implication Point
0.09/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.09/0.21	c Learn all clauses as in MiniSAT
0.09/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.21	c Expensive reason simplification
0.09/0.21	c Armin Biere (Picosat) restarts strategy
0.09/0.21	c Glucose learned constraints deletion strategy
0.09/0.21	c timeout=2147483s
0.09/0.21	c DB Simplification allowed=false
0.09/0.21	c --- End Solver configuration ---
0.09/0.21	c solving HOME/instance-2659774-1276545112.opb
0.09/0.21	c reading problem ... 
4.58/3.05	c ... done. Wall clock time 2.847s.
4.58/3.05	c #vars     77678
4.58/3.05	c #constraints  9445
4.58/3.05	c constraints type 
4.58/3.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1591
32.14/28.85	c cleaning 2494 clauses out of 5000 with flag 5000/5000
64.69/61.29	c cleaning 4248 clauses out of 8506 with flag 11000/11000
103.50/100.02	c cleaning 5629 clauses out of 11258 with flag 18000/18000
149.76/146.25	c cleaning 6808 clauses out of 13630 with flag 26001/26001
198.17/194.64	c cleaning 7897 clauses out of 15821 with flag 35000/35000
253.78/250.26	c cleaning 8961 clauses out of 17924 with flag 45000/45000
310.58/307.02	c cleaning 9468 clauses out of 18963 with flag 55000/55000
368.40/364.87	c cleaning 9742 clauses out of 19496 with flag 65001/65001
423.49/419.94	c cleaning 9872 clauses out of 19753 with flag 75000/75000
479.60/476.04	c cleaning 9930 clauses out of 19881 with flag 85000/85000
525.10/521.54	c cleaning 9969 clauses out of 19951 with flag 95000/95000
533.02/529.43	c cleaning 9989 clauses out of 19983 with flag 105001/105001
541.02/537.44	c cleaning 9989 clauses out of 19993 with flag 115000/115000
549.13/545.51	c cleaning 9994 clauses out of 20005 with flag 125001/125001
557.01/553.40	c cleaning 10004 clauses out of 20011 with flag 135001/135001
564.81/561.20	c cleaning 9992 clauses out of 20006 with flag 145000/145000
603.22/599.63	c cleaning 10002 clauses out of 20014 with flag 155000/155000
657.92/654.37	c cleaning 9992 clauses out of 20012 with flag 165000/165000
709.33/705.76	c cleaning 9998 clauses out of 20020 with flag 175000/175000
760.24/756.61	c cleaning 9997 clauses out of 20022 with flag 185000/185000
810.75/807.11	c cleaning 10005 clauses out of 20025 with flag 195000/195000
861.76/858.17	c cleaning 10003 clauses out of 20021 with flag 205001/205001
912.76/909.18	c cleaning 9997 clauses out of 20017 with flag 215000/215000
960.45/956.84	c cleaning 9998 clauses out of 20020 with flag 225000/225000
1007.86/1004.26	c cleaning 10001 clauses out of 20022 with flag 235000/235000
1056.56/1052.90	c cleaning 10000 clauses out of 20021 with flag 245000/245000
1105.55/1101.99	c cleaning 9999 clauses out of 20021 with flag 255000/255000
1154.36/1150.79	c cleaning 10003 clauses out of 20022 with flag 265000/265000
1206.56/1202.99	c cleaning 9996 clauses out of 20019 with flag 275000/275000
1251.07/1247.45	c cleaning 10006 clauses out of 20023 with flag 285000/285000
1302.15/1298.52	c cleaning 9997 clauses out of 20018 with flag 295001/295001
1348.63/1345.05	c cleaning 9998 clauses out of 20020 with flag 305000/305000
1396.82/1393.26	c cleaning 9998 clauses out of 20022 with flag 315000/315000
1445.93/1442.31	c cleaning 10000 clauses out of 20024 with flag 325000/325000
1497.43/1493.84	c cleaning 9997 clauses out of 20024 with flag 335000/335000
1549.03/1545.50	c cleaning 10004 clauses out of 20028 with flag 345001/345001
1599.42/1595.82	c cleaning 10001 clauses out of 20024 with flag 355001/355001
1650.02/1646.45	c cleaning 10003 clauses out of 20022 with flag 365000/365000
1697.12/1693.53	c cleaning 10000 clauses out of 20019 with flag 375000/375000
1729.93/1726.38	c cleaning 9993 clauses out of 20019 with flag 385000/385000
1775.32/1771.72	c cleaning 10004 clauses out of 20026 with flag 395000/395000
1800.03/1796.41	c starts		: 146
1800.03/1796.41	c conflicts		: 399259
1800.03/1796.41	c decisions		: 405809
1800.03/1796.41	c propagations		: 59717537
1800.03/1796.41	c inspects		: 307939750
1800.03/1796.41	c learnt literals	: 0
1800.03/1796.41	c learnt binary clauses	: 0
1800.03/1796.41	c learnt ternary clauses	: 13
1800.03/1796.41	c learnt clauses	: 399259
1800.03/1796.41	c ignored clauses	: 0
1800.03/1796.41	c root simplifications	: 0
1800.03/1796.41	c removed literals (reason simplification)	: 50823337
1800.03/1796.41	c reason swapping (by a shorter reason)	: 0
1800.03/1796.41	c Calls to reduceDB	: 41
1800.03/1796.41	c number of reductions to clauses (during analyze)	: 0
1800.03/1796.41	c number of learned constraints concerned by reduction	: 0
1800.03/1796.41	c number of learning phase by resolution	: 0
1800.03/1796.41	c number of learning phase by cutting planes	: 0
1800.03/1796.41	c speed (assignments/second)	: 33299.2488959272
1800.03/1796.41	c non guided choices	0
1800.03/1796.44	c learnt constraints type 
1800.03/1796.44	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14287
1800.03/1796.44	c constraints type 
1800.03/1796.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1591
1800.03/1796.44	s UNKNOWN
1800.03/1796.44	c Total wall clock time (in seconds): 1796.235

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-2659774-1276545112/watcher-2659774-1276545112 -o /tmp/evaluation-result-2659774-1276545112/solver-2659774-1276545112 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659774-1276545112.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.04 1.02 1.00 3/106 32160
/proc/meminfo: memFree=1825828/2059040 swapFree=4140012/4192956
[pid=32160] ppid=32158 vsize=1832 CPUtime=0
/proc/32160/stat : 32160 (java6) R 32158 32160 31272 0 -1 4194304 242 0 0 0 0 0 0 0 21 0 1 0 30114888 1875968 145 1992294400 134512640 134550932 4290564832 18446744073709551615 2632092 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32160/statm: 458 148 111 10 0 63 0

[startup+0.062187 s]
/proc/loadavg: 1.04 1.02 1.00 3/106 32160
/proc/meminfo: memFree=1825828/2059040 swapFree=4140012/4192956
[pid=32160] ppid=32158 vsize=1521664 CPUtime=0.04
/proc/32160/stat : 32160 (java) S 32158 32160 31272 0 -1 4202496 3621 0 1 0 2 2 0 0 18 0 7 0 30114888 1558183936 3062 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/32160/statm: 380416 3062 1023 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.101191 s]
/proc/loadavg: 1.04 1.02 1.00 3/106 32160
/proc/meminfo: memFree=1825828/2059040 swapFree=4140012/4192956
[pid=32160] ppid=32158 vsize=1524184 CPUtime=0.09
/proc/32160/stat : 32160 (java) S 32158 32160 31272 0 -1 4202496 3955 0 1 0 6 3 0 0 18 0 12 0 30114888 1560764416 3394 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32160/statm: 381046 3394 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300334 s]
/proc/loadavg: 1.04 1.02 1.00 3/106 32160
/proc/meminfo: memFree=1825828/2059040 swapFree=4140012/4192956
[pid=32160] ppid=32158 vsize=1526688 CPUtime=0.38
/proc/32160/stat : 32160 (java) S 32158 32160 31272 0 -1 4202496 5809 0 1 0 35 3 0 0 18 0 12 0 30114888 1563328512 5246 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32160/statm: 381672 5246 1365 10 0 378974 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526688

[startup+0.701333 s]
/proc/loadavg: 1.04 1.02 1.00 3/106 32160
/proc/meminfo: memFree=1825828/2059040 swapFree=4140012/4192956
[pid=32160] ppid=32158 vsize=1528552 CPUtime=1.16
/proc/32160/stat : 32160 (java) S 32158 32160 31272 0 -1 4202496 8884 0 1 0 112 4 0 0 18 0 12 0 30114888 1565237248 8281 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32160/statm: 382138 8283 1405 10 0 379440 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1528552

[startup+1.50033 s]
/proc/loadavg: 1.19 1.06 1.01 4/118 32172
/proc/meminfo: memFree=1778488/2059040 swapFree=4140012/4192956
[pid=32160] ppid=32158 vsize=1545092 CPUtime=2.74
/proc/32160/stat : 32160 (java) S 32158 32160 31272 0 -1 4202496 26105 0 1 0 262 12 0 0 18 0 12 0 30114888 1582174208 23201 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32160/statm: 386273 23201 1406 10 0 383575 0
[pid=32160/tid=32162] ppid=32158 vsize=1545092 CPUtime=1.46
/proc/32160/task/32162/stat : 32162 (java) R 32158 32160 31272 0 -1 4202560 17796 0 1 0 138 8 0 0 18 0 12 0 30114890 1582174208 23201 1992294400 134512640 134550932 4292285744 18446744073709551615 4109260375 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32160/tid=32163] ppid=32158 vsize=1545092 CPUtime=0
/proc/32160/task/32163/stat : 32163 (java) S 32158 32160 31272 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 30114891 1582174208 23201 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32164] ppid=32158 vsize=1545092 CPUtime=0
/proc/32160/task/32164/stat : 32164 (java) S 32158 32160 31272 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 30114891 1582174208 23201 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32165] ppid=32158 vsize=1545092 CPUtime=0
/proc/32160/task/32165/stat : 32165 (java) S 32158 32160 31272 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30114893 1582174208 23201 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 0 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32166] ppid=32158 vsize=1545092 CPUtime=0
/proc/32160/task/32166/stat : 32166 (java) S 32158 32160 31272 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 30114893 1582174208 23201 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32167] ppid=32158 vsize=1545092 CPUtime=0
/proc/32160/task/32167/stat : 32167 (java) S 32158 32160 31272 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 30114893 1582174208 23201 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32168] ppid=32158 vsize=1545092 CPUtime=0
/proc/32160/task/32168/stat : 32168 (java) S 32158 32160 31272 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 30114898 1582174208 23201 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32169] ppid=32158 vsize=1545092 CPUtime=0.49
/proc/32160/task/32169/stat : 32169 (java) R 32158 32160 31272 0 -1 4202560 1453 0 0 0 49 0 0 0 25 0 12 0 30114898 1582174208 23201 1992294400 134512640 134550932 4292285744 18446744073709551615 104144458 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32160/tid=32170] ppid=32158 vsize=1545092 CPUtime=0.75
/proc/32160/task/32170/stat : 32170 (java) R 32158 32160 31272 0 -1 4202560 5794 0 0 0 73 2 0 0 18 0 12 0 30114898 1582174208 23201 1992294400 134512640 134550932 4292285744 18446744073709551615 105496190 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32160/tid=32171] ppid=32158 vsize=1545092 CPUtime=0
/proc/32160/task/32171/stat : 32171 (java) S 32158 32160 31272 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 30114898 1582174208 23201 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32172] ppid=32158 vsize=1545092 CPUtime=0
/proc/32160/task/32172/stat : 32172 (java) S 32158 32160 31272 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 30114898 1582174208 23201 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1545092

[startup+3.10133 s]
/proc/loadavg: 1.19 1.06 1.01 2/118 32172
/proc/meminfo: memFree=1687844/2059040 swapFree=4140012/4192956
[pid=32160] ppid=32158 vsize=1543548 CPUtime=4.77
/proc/32160/stat : 32160 (java) S 32158 32160 31272 0 -1 4202496 47523 0 1 0 455 22 0 0 18 0 12 0 30114888 1580593152 44051 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32160/statm: 385887 44051 1423 10 0 383189 0
[pid=32160/tid=32162] ppid=32158 vsize=1543548 CPUtime=2.92
/proc/32160/task/32162/stat : 32162 (java) R 32158 32160 31272 0 -1 4202560 32033 0 1 0 277 15 0 0 19 0 12 0 30114890 1580593152 44051 1992294400 134512640 134550932 4292285744 18446744073709551615 4108895596 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32160/tid=32163] ppid=32158 vsize=1543548 CPUtime=0.11
/proc/32160/task/32163/stat : 32163 (java) S 32158 32160 31272 0 -1 4202560 3473 0 0 0 10 1 0 0 18 0 12 0 30114891 1580593152 44051 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32164] ppid=32158 vsize=1543548 CPUtime=0.12
/proc/32160/task/32164/stat : 32164 (java) S 32158 32160 31272 0 -1 4202560 3227 0 0 0 11 1 0 0 18 0 12 0 30114891 1580593152 44051 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32165] ppid=32158 vsize=1543548 CPUtime=0
/proc/32160/task/32165/stat : 32165 (java) S 32158 32160 31272 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 30114893 1580593152 44051 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 0 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32166] ppid=32158 vsize=1543548 CPUtime=0
/proc/32160/task/32166/stat : 32166 (java) S 32158 32160 31272 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 30114893 1580593152 44051 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32167] ppid=32158 vsize=1543548 CPUtime=0
/proc/32160/task/32167/stat : 32167 (java) S 32158 32160 31272 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 30114893 1580593152 44051 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32168] ppid=32158 vsize=1543548 CPUtime=0
/proc/32160/task/32168/stat : 32168 (java) S 32158 32160 31272 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 30114898 1580593152 44051 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32169] ppid=32158 vsize=1543548 CPUtime=0.69
/proc/32160/task/32169/stat : 32169 (java) R 32158 32160 31272 0 -1 4202560 1677 0 0 0 69 0 0 0 17 0 12 0 30114898 1580593152 44051 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32160/tid=32170] ppid=32158 vsize=1543548 CPUtime=0.87
/proc/32160/task/32170/stat : 32170 (java) R 32158 32160 31272 0 -1 4202560 6045 0 0 0 85 2 0 0 17 0 12 0 30114898 1580593152 44051 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32160/tid=32171] ppid=32158 vsize=1543548 CPUtime=0
/proc/32160/task/32171/stat : 32171 (java) S 32158 32160 31272 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 30114898 1580593152 44051 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32172] ppid=32158 vsize=1543548 CPUtime=0
/proc/32160/task/32172/stat : 32172 (java) S 32158 32160 31272 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 30114898 1580593152 44051 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.77
Current children cumulated vsize (KiB) 1543548

[startup+6.30133 s]
/proc/loadavg: 1.19 1.06 1.01 2/119 32173
/proc/meminfo: memFree=1618892/2059040 swapFree=4140012/4192956
[pid=32160] ppid=32158 vsize=1542572 CPUtime=9.28
/proc/32160/stat : 32160 (java) S 32158 32160 31272 0 -1 4202496 58253 0 1 0 900 28 0 0 18 0 13 0 30114888 1579593728 52764 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32160/statm: 385643 52764 1441 10 0 382945 0
[pid=32160/tid=32162] ppid=32158 vsize=1542572 CPUtime=5.95
/proc/32160/task/32162/stat : 32162 (java) R 32158 32160 31272 0 -1 4202560 32054 0 1 0 580 15 0 0 25 0 13 0 30114890 1579593728 52764 1992294400 134512640 134550932 4292285744 18446744073709551615 4109621742 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32160/tid=32163] ppid=32158 vsize=1542572 CPUtime=0.26
/proc/32160/task/32163/stat : 32163 (java) S 32158 32160 31272 0 -1 4202560 8545 0 0 0 22 4 0 0 18 0 13 0 30114891 1579593728 52764 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32164] ppid=32158 vsize=1542572 CPUtime=0.26
/proc/32160/task/32164/stat : 32164 (java) S 32158 32160 31272 0 -1 4202560 7466 0 0 0 23 3 0 0 18 0 13 0 30114891 1579593728 52764 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32165] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32165/stat : 32165 (java) S 32158 32160 31272 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 30114893 1579593728 52764 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 0 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32166] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32166/stat : 32166 (java) S 32158 32160 31272 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30114893 1579593728 52764 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32167] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32167/stat : 32167 (java) S 32158 32160 31272 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30114893 1579593728 52764 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32168] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32168/stat : 32168 (java) S 32158 32160 31272 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 30114898 1579593728 52764 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32169] ppid=32158 vsize=1542572 CPUtime=0.96
/proc/32160/task/32169/stat : 32169 (java) S 32158 32160 31272 0 -1 4202560 1756 0 0 0 96 0 0 0 16 0 13 0 30114898 1579593728 52764 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32170] ppid=32158 vsize=1542572 CPUtime=1.79
/proc/32160/task/32170/stat : 32170 (java) S 32158 32160 31272 0 -1 4202560 7360 0 0 0 176 3 0 0 15 0 13 0 30114898 1579593728 52764 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32171] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32171/stat : 32171 (java) S 32158 32160 31272 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 30114898 1579593728 52764 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32172] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32172/stat : 32172 (java) S 32158 32160 31272 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 30114898 1579593728 52764 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32173] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32173/stat : 32173 (java) S 32158 32160 31272 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 30115244 1579593728 52764 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.28
Current children cumulated vsize (KiB) 1542572

[startup+12.7013 s]
/proc/loadavg: 1.16 1.05 1.01 3/119 32173
/proc/meminfo: memFree=1618892/2059040 swapFree=4140012/4192956
[pid=32160] ppid=32158 vsize=1542572 CPUtime=15.82
/proc/32160/stat : 32160 (java) S 32158 32160 31272 0 -1 4202496 58314 0 1 0 1554 28 0 0 18 0 13 0 30114888 1579593728 52822 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32160/statm: 385643 52822 1443 10 0 382945 0
[pid=32160/tid=32162] ppid=32158 vsize=1542572 CPUtime=12.27
/proc/32160/task/32162/stat : 32162 (java) R 32158 32160 31272 0 -1 4202560 32057 0 1 0 1212 15 0 0 25 0 13 0 30114890 1579593728 52822 1992294400 134512640 134550932 4292285744 18446744073709551615 4109622285 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32160/tid=32163] ppid=32158 vsize=1542572 CPUtime=0.33
/proc/32160/task/32163/stat : 32163 (java) S 32158 32160 31272 0 -1 4202560 8564 0 0 0 29 4 0 0 18 0 13 0 30114891 1579593728 52822 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32164] ppid=32158 vsize=1542572 CPUtime=0.32
/proc/32160/task/32164/stat : 32164 (java) S 32158 32160 31272 0 -1 4202560 7497 0 0 0 29 3 0 0 18 0 13 0 30114891 1579593728 52822 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32165] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32165/stat : 32165 (java) S 32158 32160 31272 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 30114893 1579593728 52822 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 0 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32166] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32166/stat : 32166 (java) S 32158 32160 31272 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30114893 1579593728 52822 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32167] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32167/stat : 32167 (java) S 32158 32160 31272 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30114893 1579593728 52822 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32168] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32168/stat : 32168 (java) S 32158 32160 31272 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 30114898 1579593728 52822 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32169] ppid=32158 vsize=1542572 CPUtime=1.04
/proc/32160/task/32169/stat : 32169 (java) S 32158 32160 31272 0 -1 4202560 1762 0 0 0 104 0 0 0 15 0 13 0 30114898 1579593728 52822 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32170] ppid=32158 vsize=1542572 CPUtime=1.81
/proc/32160/task/32170/stat : 32170 (java) S 32158 32160 31272 0 -1 4202560 7362 0 0 0 178 3 0 0 15 0 13 0 30114898 1579593728 52822 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32171] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32171/stat : 32171 (java) S 32158 32160 31272 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 30114898 1579593728 52822 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32172] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32172/stat : 32172 (java) S 32158 32160 31272 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 30114898 1579593728 52822 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32173] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32173/stat : 32173 (java) S 32158 32160 31272 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 30115244 1579593728 52822 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.82
Current children cumulated vsize (KiB) 1542572

[startup+25.5013 s]
/proc/loadavg: 1.14 1.05 1.01 2/119 32175
/proc/meminfo: memFree=1618520/2059040 swapFree=4140012/4192956
[pid=32160] ppid=32158 vsize=1542572 CPUtime=28.78
/proc/32160/stat : 32160 (java) S 32158 32160 31272 0 -1 4202496 58441 0 1 0 2849 29 0 0 18 0 13 0 30114888 1579593728 52947 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32160/statm: 385643 52947 1443 10 0 382945 0
[pid=32160/tid=32162] ppid=32158 vsize=1542572 CPUtime=24.92
/proc/32160/task/32162/stat : 32162 (java) R 32158 32160 31272 0 -1 4202560 32059 0 1 0 2477 15 0 0 25 0 13 0 30114890 1579593728 52947 1992294400 134512640 134550932 4292285744 18446744073709551615 4109620477 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32160/tid=32163] ppid=32158 vsize=1542572 CPUtime=0.45
/proc/32160/task/32163/stat : 32163 (java) S 32158 32160 31272 0 -1 4202560 8615 0 0 0 41 4 0 0 18 0 13 0 30114891 1579593728 52947 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32164] ppid=32158 vsize=1542572 CPUtime=0.45
/proc/32160/task/32164/stat : 32164 (java) S 32158 32160 31272 0 -1 4202560 7534 0 0 0 42 3 0 0 18 0 13 0 30114891 1579593728 52947 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32165] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32165/stat : 32165 (java) S 32158 32160 31272 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 30114893 1579593728 52947 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 0 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32166] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32166/stat : 32166 (java) S 32158 32160 31272 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30114893 1579593728 52947 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32167] ppid=32158 vsize=1542572 CPUtime=0

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

[pid=32160] ppid=32158 vsize=1542572 CPUtime=1605.92
/proc/32160/stat : 32160 (java) S 32158 32160 31272 0 -1 4202496 147546 0 1 0 160508 84 0 0 18 0 13 0 30114888 1579593728 59560 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32160/statm: 385643 59560 1448 10 0 382945 0
[pid=32160/tid=32162] ppid=32158 vsize=1542572 CPUtime=1591.34
/proc/32160/task/32162/stat : 32162 (java) R 32158 32160 31272 0 -1 4202560 32288 0 1 0 159103 31 0 0 25 0 13 0 30114890 1579593728 59560 1992294400 134512640 134550932 4292285744 18446744073709551615 4109620432 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32160/tid=32163] ppid=32158 vsize=1542572 CPUtime=1.29
/proc/32160/task/32163/stat : 32163 (java) S 32158 32160 31272 0 -1 4202560 12600 0 0 0 121 8 0 0 16 0 13 0 30114891 1579593728 59560 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32164] ppid=32158 vsize=1542572 CPUtime=1.28
/proc/32160/task/32164/stat : 32164 (java) S 32158 32160 31272 0 -1 4202560 11375 0 0 0 121 7 0 0 15 0 13 0 30114891 1579593728 59560 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32165] ppid=32158 vsize=1542572 CPUtime=8.83
/proc/32160/task/32165/stat : 32165 (java) S 32158 32160 31272 0 -1 4202560 80934 0 0 0 852 31 0 0 15 0 13 0 30114893 1579593728 59560 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 0 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32166] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32166/stat : 32166 (java) S 32158 32160 31272 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30114893 1579593728 59560 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32167] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32167/stat : 32167 (java) S 32158 32160 31272 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30114893 1579593728 59560 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32168] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32168/stat : 32168 (java) S 32158 32160 31272 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 30114898 1579593728 59560 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32169] ppid=32158 vsize=1542572 CPUtime=1.29
/proc/32160/task/32169/stat : 32169 (java) S 32158 32160 31272 0 -1 4202560 1824 0 0 0 128 1 0 0 15 0 13 0 30114898 1579593728 59560 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32170] ppid=32158 vsize=1542572 CPUtime=1.83
/proc/32160/task/32170/stat : 32170 (java) S 32158 32160 31272 0 -1 4202560 7363 0 0 0 180 3 0 0 15 0 13 0 30114898 1579593728 59560 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32171] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32171/stat : 32171 (java) S 32158 32160 31272 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 30114898 1579593728 59560 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32172] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32172/stat : 32172 (java) S 32158 32160 31272 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 30114898 1579593728 59560 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32173] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32173/stat : 32173 (java) S 32158 32160 31272 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 30115244 1579593728 59560 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1605.92
Current children cumulated vsize (KiB) 1542572

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32229
/proc/meminfo: memFree=1589132/2059040 swapFree=4140012/4192956
[pid=32160] ppid=32158 vsize=1542572 CPUtime=1665.91
/proc/32160/stat : 32160 (java) S 32158 32160 31272 0 -1 4202496 150104 0 1 0 166505 86 0 0 18 0 13 0 30114888 1579593728 59560 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32160/statm: 385643 59560 1448 10 0 382945 0
[pid=32160/tid=32162] ppid=32158 vsize=1542572 CPUtime=1651.05
/proc/32160/task/32162/stat : 32162 (java) R 32158 32160 31272 0 -1 4202560 32297 0 1 0 165074 31 0 0 25 0 13 0 30114890 1579593728 59560 1992294400 134512640 134550932 4292285744 18446744073709551615 4109633116 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32160/tid=32163] ppid=32158 vsize=1542572 CPUtime=1.31
/proc/32160/task/32163/stat : 32163 (java) S 32158 32160 31272 0 -1 4202560 12600 0 0 0 123 8 0 0 16 0 13 0 30114891 1579593728 59560 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32164] ppid=32158 vsize=1542572 CPUtime=1.31
/proc/32160/task/32164/stat : 32164 (java) S 32158 32160 31272 0 -1 4202560 11375 0 0 0 124 7 0 0 15 0 13 0 30114891 1579593728 59560 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32165] ppid=32158 vsize=1542572 CPUtime=9.06
/proc/32160/task/32165/stat : 32165 (java) S 32158 32160 31272 0 -1 4202560 83481 0 0 0 873 33 0 0 16 0 13 0 30114893 1579593728 59560 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 0 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32166] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32166/stat : 32166 (java) S 32158 32160 31272 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30114893 1579593728 59560 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32167] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32167/stat : 32167 (java) S 32158 32160 31272 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30114893 1579593728 59560 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32168] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32168/stat : 32168 (java) S 32158 32160 31272 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 30114898 1579593728 59560 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32169] ppid=32158 vsize=1542572 CPUtime=1.29
/proc/32160/task/32169/stat : 32169 (java) S 32158 32160 31272 0 -1 4202560 1824 0 0 0 128 1 0 0 15 0 13 0 30114898 1579593728 59560 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32170] ppid=32158 vsize=1542572 CPUtime=1.83
/proc/32160/task/32170/stat : 32170 (java) S 32158 32160 31272 0 -1 4202560 7363 0 0 0 180 3 0 0 15 0 13 0 30114898 1579593728 59560 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32171] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32171/stat : 32171 (java) S 32158 32160 31272 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 30114898 1579593728 59560 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32172] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32172/stat : 32172 (java) S 32158 32160 31272 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 30114898 1579593728 59560 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32173] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32173/stat : 32173 (java) S 32158 32160 31272 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 30115244 1579593728 59560 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1665.91
Current children cumulated vsize (KiB) 1542572

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32231
/proc/meminfo: memFree=1589132/2059040 swapFree=4140012/4192956
[pid=32160] ppid=32158 vsize=1542572 CPUtime=1725.92
/proc/32160/stat : 32160 (java) S 32158 32160 31272 0 -1 4202496 152667 0 1 0 172504 88 0 0 18 0 13 0 30114888 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32160/statm: 385643 59562 1448 10 0 382945 0
[pid=32160/tid=32162] ppid=32158 vsize=1542572 CPUtime=1710.76
/proc/32160/task/32162/stat : 32162 (java) R 32158 32160 31272 0 -1 4202560 32305 0 1 0 171045 31 0 0 25 0 13 0 30114890 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4109753501 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32160/tid=32163] ppid=32158 vsize=1542572 CPUtime=1.34
/proc/32160/task/32163/stat : 32163 (java) S 32158 32160 31272 0 -1 4202560 12602 0 0 0 126 8 0 0 16 0 13 0 30114891 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32164] ppid=32158 vsize=1542572 CPUtime=1.33
/proc/32160/task/32164/stat : 32164 (java) S 32158 32160 31272 0 -1 4202560 11375 0 0 0 126 7 0 0 16 0 13 0 30114891 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32165] ppid=32158 vsize=1542572 CPUtime=9.29
/proc/32160/task/32165/stat : 32165 (java) S 32158 32160 31272 0 -1 4202560 86030 0 0 0 895 34 0 0 15 0 13 0 30114893 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 0 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32166] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32166/stat : 32166 (java) S 32158 32160 31272 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30114893 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32167] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32167/stat : 32167 (java) S 32158 32160 31272 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30114893 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32168] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32168/stat : 32168 (java) S 32158 32160 31272 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 30114898 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32169] ppid=32158 vsize=1542572 CPUtime=1.29
/proc/32160/task/32169/stat : 32169 (java) S 32158 32160 31272 0 -1 4202560 1824 0 0 0 128 1 0 0 15 0 13 0 30114898 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32170] ppid=32158 vsize=1542572 CPUtime=1.83
/proc/32160/task/32170/stat : 32170 (java) S 32158 32160 31272 0 -1 4202560 7363 0 0 0 180 3 0 0 15 0 13 0 30114898 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32171] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32171/stat : 32171 (java) S 32158 32160 31272 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 30114898 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32172] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32172/stat : 32172 (java) S 32158 32160 31272 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 30114898 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32173] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32173/stat : 32173 (java) S 32158 32160 31272 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 30115244 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1725.92
Current children cumulated vsize (KiB) 1542572

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32233
/proc/meminfo: memFree=1588884/2059040 swapFree=4140012/4192956
[pid=32160] ppid=32158 vsize=1542572 CPUtime=1785.92
/proc/32160/stat : 32160 (java) S 32158 32160 31272 0 -1 4202496 157774 0 1 0 178502 90 0 0 18 0 13 0 30114888 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32160/statm: 385643 59562 1448 10 0 382945 0
[pid=32160/tid=32162] ppid=32158 vsize=1542572 CPUtime=1770.24
/proc/32160/task/32162/stat : 32162 (java) R 32158 32160 31272 0 -1 4202560 32314 0 1 0 176993 31 0 0 25 0 13 0 30114890 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4109621748 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32160/tid=32163] ppid=32158 vsize=1542572 CPUtime=1.37
/proc/32160/task/32163/stat : 32163 (java) S 32158 32160 31272 0 -1 4202560 12602 0 0 0 129 8 0 0 16 0 13 0 30114891 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32164] ppid=32158 vsize=1542572 CPUtime=1.36
/proc/32160/task/32164/stat : 32164 (java) S 32158 32160 31272 0 -1 4202560 11375 0 0 0 129 7 0 0 15 0 13 0 30114891 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32165] ppid=32158 vsize=1542572 CPUtime=9.75
/proc/32160/task/32165/stat : 32165 (java) S 32158 32160 31272 0 -1 4202560 91124 0 0 0 939 36 0 0 15 0 13 0 30114893 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 0 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32166] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32166/stat : 32166 (java) S 32158 32160 31272 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30114893 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32167] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32167/stat : 32167 (java) S 32158 32160 31272 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30114893 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32168] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32168/stat : 32168 (java) S 32158 32160 31272 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 30114898 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32169] ppid=32158 vsize=1542572 CPUtime=1.29
/proc/32160/task/32169/stat : 32169 (java) S 32158 32160 31272 0 -1 4202560 1824 0 0 0 128 1 0 0 15 0 13 0 30114898 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32170] ppid=32158 vsize=1542572 CPUtime=1.83
/proc/32160/task/32170/stat : 32170 (java) S 32158 32160 31272 0 -1 4202560 7363 0 0 0 180 3 0 0 15 0 13 0 30114898 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32171] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32171/stat : 32171 (java) S 32158 32160 31272 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 30114898 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32172] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32172/stat : 32172 (java) S 32158 32160 31272 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 30114898 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32173] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32173/stat : 32173 (java) S 32158 32160 31272 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 30115244 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1785.92
Current children cumulated vsize (KiB) 1542572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.4 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 32233
/proc/meminfo: memFree=1588884/2059040 swapFree=4140012/4192956
[pid=32160] ppid=32158 vsize=1542572 CPUtime=1800.03
/proc/32160/stat : 32160 (java) S 32158 32160 31272 0 -1 4202496 157776 0 1 0 179913 90 0 0 18 0 13 0 30114888 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32160/statm: 385643 59562 1448 10 0 382945 0
[pid=32160/tid=32162] ppid=32158 vsize=1542572 CPUtime=1784.34
/proc/32160/task/32162/stat : 32162 (java) R 32158 32160 31272 0 -1 4202560 32316 0 1 0 178403 31 0 0 25 0 13 0 30114890 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4109621729 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32160/tid=32163] ppid=32158 vsize=1542572 CPUtime=1.38
/proc/32160/task/32163/stat : 32163 (java) S 32158 32160 31272 0 -1 4202560 12602 0 0 0 130 8 0 0 15 0 13 0 30114891 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32164] ppid=32158 vsize=1542572 CPUtime=1.37
/proc/32160/task/32164/stat : 32164 (java) S 32158 32160 31272 0 -1 4202560 11375 0 0 0 130 7 0 0 16 0 13 0 30114891 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32165] ppid=32158 vsize=1542572 CPUtime=9.76
/proc/32160/task/32165/stat : 32165 (java) S 32158 32160 31272 0 -1 4202560 91124 0 0 0 940 36 0 0 15 0 13 0 30114893 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 0 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32166] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32166/stat : 32166 (java) S 32158 32160 31272 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30114893 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32167] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32167/stat : 32167 (java) S 32158 32160 31272 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30114893 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
[pid=32160/tid=32168] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32168/stat : 32168 (java) S 32158 32160 31272 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 30114898 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32169] ppid=32158 vsize=1542572 CPUtime=1.29
/proc/32160/task/32169/stat : 32169 (java) S 32158 32160 31272 0 -1 4202560 1824 0 0 0 128 1 0 0 15 0 13 0 30114898 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32170] ppid=32158 vsize=1542572 CPUtime=1.83
/proc/32160/task/32170/stat : 32170 (java) S 32158 32160 31272 0 -1 4202560 7363 0 0 0 180 3 0 0 15 0 13 0 30114898 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32171] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32171/stat : 32171 (java) S 32158 32160 31272 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 30114898 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32172] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32172/stat : 32172 (java) S 32158 32160 31272 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 30114898 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 0 0 0 0
[pid=32160/tid=32173] ppid=32158 vsize=1542572 CPUtime=0
/proc/32160/task/32173/stat : 32173 (java) S 32158 32160 31272 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 30115244 1579593728 59562 1992294400 134512640 134550932 4292285744 18446744073709551615 4294960144 0 4 0 16800975 18446604437823302464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1542572

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

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

Child status: 143
Real time (s): 1796.48
CPU time (s): 1800.14
CPU user time (s): 1799.21
CPU system time (s): 0.934857
CPU usage (%): 100.204
Max. virtual memory (cumulated for all children) (KiB): 1548984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 0.934857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157797
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= 39353
involuntary context switches= 18573

runsolver used 3.72643 second user time and 9.48256 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-14 21:51:52
IDJOB=2659774
IDBENCH=2390
IDSOLVER=1164
FILE ID=node006/2659774-1276545112
PBS_JOBID= 11173461
Free space on /tmp= 62468 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-pilot.we.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659774-1276545112/watcher-2659774-1276545112 -o /tmp/evaluation-result-2659774-1276545112/solver-2659774-1276545112 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659774-1276545112.opb

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

MD5SUM BENCH= 78c28cbc46584ca3f2053cae625d9faa
RANDOM SEED=659227031

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1826100 kB
Buffers:         31600 kB
Cached:         121356 kB
SwapCached:       6612 kB
Active:          87148 kB
Inactive:        79440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1826100 kB
SwapTotal:     4192956 kB
SwapFree:      4140012 kB
Dirty:            4844 kB
Writeback:           0 kB
AnonPages:       12016 kB
Mapped:          13040 kB
Slab:            44332 kB
PageTables:       4088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181336 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= 62468 MiB
End job on node006 at 2010-06-14 22:21:51