Trace number 2670306

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 CuttingPlanes 2.2.0 2010-05-26SAT (TO)-24 1800.27 1778.22

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_5.opb
MD5SUMae2bd1e13f1871c16ad2ebb51fc6f92a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-27
Best CPU time to get the best result obtained on this benchmark1789.49
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -29
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2504
Sum of products size (including duplicates)5008
Number of different products1252
Sum of products size2504

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1ef9f1d
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.20	c No reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2670306-1276718537.opb
0.24/0.21	c reading problem ... 
0.90/0.69	c ... done. Wall clock time 0.484s.
0.90/0.69	c #vars     1452
0.90/0.69	c #constraints  2806
0.90/0.69	c constraints type 
0.90/0.69	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
0.90/0.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1252
0.90/0.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 202
0.90/0.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1252
1.69/1.04	c SATISFIABLE
1.69/1.04	c OPTIMIZING...
1.69/1.04	c Got one! Elapsed wall clock time (in seconds):0.839
1.69/1.04	o -4
2.08/1.24	c Got one! Elapsed wall clock time (in seconds):1.031
2.08/1.24	o -5
2.28/1.33	c Got one! Elapsed wall clock time (in seconds):1.128
2.28/1.33	o -6
2.28/1.38	c Got one! Elapsed wall clock time (in seconds):1.172
2.28/1.38	o -7
2.48/1.41	c Got one! Elapsed wall clock time (in seconds):1.201
2.48/1.41	o -8
2.48/1.45	c Got one! Elapsed wall clock time (in seconds):1.245
2.48/1.45	o -9
2.48/1.49	c Got one! Elapsed wall clock time (in seconds):1.281
2.48/1.49	o -10
2.68/1.52	c Got one! Elapsed wall clock time (in seconds):1.314
2.68/1.52	o -12
2.68/1.56	c Got one! Elapsed wall clock time (in seconds):1.351
2.68/1.56	o -13
2.88/1.65	c Got one! Elapsed wall clock time (in seconds):1.445
2.88/1.65	o -18
5.47/3.00	c Got one! Elapsed wall clock time (in seconds):2.79
5.47/3.00	o -19
10.03/5.64	c Got one! Elapsed wall clock time (in seconds):5.433
10.03/5.64	o -20
180.14/174.50	c Got one! Elapsed wall clock time (in seconds):174.29
180.14/174.50	o -21
197.24/191.48	c Got one! Elapsed wall clock time (in seconds):191.277
197.24/191.48	o -22
200.59/194.72	c cleaning 0 clauses out of 5000 with flag 0/5000
486.80/479.32	c Got one! Elapsed wall clock time (in seconds):479.115
486.80/479.32	o -23
916.10/904.90	c cleaning 0 clauses out of 11000 with flag 0/11000
1368.92/1352.76	c Got one! Elapsed wall clock time (in seconds):1352.558
1368.92/1352.76	o -24
1800.08/1778.11	c starts		: 54
1800.08/1778.11	c conflicts		: 15766
1800.08/1778.11	c decisions		: 73255
1800.08/1778.11	c propagations		: 1251303
1800.08/1778.11	c inspects		: 722888149
1800.08/1778.11	c learnt literals	: 0
1800.08/1778.11	c learnt binary clauses	: 0
1800.08/1778.11	c learnt ternary clauses	: 0
1800.08/1778.11	c learnt clauses	: 15766
1800.08/1778.11	c ignored clauses	: 0
1800.08/1778.11	c root simplifications	: 0
1800.08/1778.11	c removed literals (reason simplification)	: 0
1800.08/1778.11	c reason swapping (by a shorter reason)	: 0
1800.08/1778.11	c Calls to reduceDB	: 2
1800.08/1778.11	c number of reductions to clauses (during analyze)	: 0
1800.08/1778.11	c number of learned constraints concerned by reduction	: 0
1800.08/1778.11	c number of learning phase by resolution	: 0
1800.08/1778.11	c number of learning phase by cutting planes	: 0
1800.08/1778.12	c speed (assignments/second)	: 2941.812761695635
1800.08/1778.12	c non guided choices	5
1800.08/1778.17	c learnt constraints type 
1800.08/1778.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.08/1778.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15765
1800.08/1778.17	c constraints type 
1800.08/1778.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1800.08/1778.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1252
1800.08/1778.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1800.08/1778.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1252
1800.08/1778.17	s SATISFIABLE
1800.08/1778.17	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 x10 x11 -x12 -x13 x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 x30 -x31 -x32 -x33 x34 x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 -x51 x52 x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 x61 x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 x76 -x77 -x78 x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 x91 x92 -x93 x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 -x117 x118 -x119 -x120 -x121 -x122 x123 -x124 x125 -x126 -x127 x128 -x129 -x130 -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 -x142 -x143 -x144 -x145 x146 -x147 x148 x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 x157 -x158 -x159 -x160 -x161 -x162 x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 x173 x174 -x175 -x176 x177 -x178 -x179 -x180 x181 x182 -x183 -x184 -x185 x186 -x187 -x188 -x189 x190 -x191 -x192 x193 -x194 x195 -x196 -x197 x198 -x199 -x200 
1800.08/1778.17	c objective function=-24
1800.08/1778.17	c Total wall clock time (in seconds): 1777.968

Verifier Data

OK	-24

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2670306-1276718537/watcher-2670306-1276718537 -o /tmp/evaluation-result-2670306-1276718537/solver-2670306-1276718537 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670306-1276718537.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 19150
/proc/meminfo: memFree=1690256/2059040 swapFree=4192956/4192956
[pid=19150] ppid=19148 vsize=248 CPUtime=0
/proc/19150/stat : 19150 (java) R 19148 19150 18608 0 -1 4194304 283 0 0 0 0 0 0 0 25 0 1 0 13146025 253952 28 1992294400 134512640 134550932 4293279120 18446744073709551615 11571678 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19150/statm: 62 28 21 10 0 23 0

[startup+0.0122961 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 19150
/proc/meminfo: memFree=1690256/2059040 swapFree=4192956/4192956
[pid=19150] ppid=19148 vsize=1832 CPUtime=0
/proc/19150/stat : 19150 (java) S 19148 19150 18608 0 -1 4194304 432 0 0 0 0 0 0 0 18 0 1 0 13146025 1875968 160 1992294400 134512640 134550932 4293279120 18446744073709551615 11571796 0 2147483391 4096 0 18446744071699481790 0 0 17 0 0 0 0
/proc/19150/statm: 458 160 123 10 0 63 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1832

[startup+0.101539 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 19150
/proc/meminfo: memFree=1690256/2059040 swapFree=4192956/4192956
[pid=19150] ppid=19148 vsize=1524184 CPUtime=0.08
/proc/19150/stat : 19150 (java) S 19148 19150 18608 0 -1 4202496 3969 0 1 0 6 2 0 0 18 0 12 0 13146025 1560764416 3407 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19150/statm: 381046 3407 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300536 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 19150
/proc/meminfo: memFree=1690256/2059040 swapFree=4192956/4192956
[pid=19150] ppid=19148 vsize=1525936 CPUtime=0.38
/proc/19150/stat : 19150 (java) S 19148 19150 18608 0 -1 4202496 5320 0 1 0 35 3 0 0 18 0 12 0 13146025 1562558464 4755 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19150/statm: 381484 4756 1364 10 0 378786 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1525936

[startup+0.70053 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 19150
/proc/meminfo: memFree=1690256/2059040 swapFree=4192956/4192956
[pid=19150] ppid=19148 vsize=1528428 CPUtime=1.09
/proc/19150/stat : 19150 (java) S 19148 19150 18608 0 -1 4202496 7124 0 1 0 105 4 0 0 18 0 12 0 13146025 1565110272 6354 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19150/statm: 382107 6354 1413 10 0 379409 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1528428

[startup+1.50152 s]
/proc/loadavg: 1.00 1.01 1.00 4/119 19163
/proc/meminfo: memFree=1667028/2059040 swapFree=4192956/4192956
[pid=19150] ppid=19148 vsize=1530776 CPUtime=2.68
/proc/19150/stat : 19150 (java) S 19148 19150 18608 0 -1 4202496 12429 0 1 0 262 6 0 0 18 0 13 0 13146025 1567514624 11000 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19150/statm: 382694 11001 1421 10 0 379996 0
[pid=19150/tid=19152] ppid=19148 vsize=1530776 CPUtime=1.47
/proc/19150/task/19152/stat : 19152 (java) R 19148 19150 18608 0 -1 4202560 8673 0 1 0 143 4 0 0 20 0 13 0 13146027 1567514624 11002 1992294400 134512640 134550932 4293279120 18446744073709551615 4109146475 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19150/tid=19153] ppid=19148 vsize=1530776 CPUtime=0
/proc/19150/task/19153/stat : 19153 (java) S 19148 19150 18608 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 13146028 1567514624 11003 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19154] ppid=19148 vsize=1530776 CPUtime=0
/proc/19150/task/19154/stat : 19154 (java) S 19148 19150 18608 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 13146028 1567514624 11003 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19155] ppid=19148 vsize=1530776 CPUtime=0
/proc/19150/task/19155/stat : 19155 (java) S 19148 19150 18608 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 13146030 1567514624 11005 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 0 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19156] ppid=19148 vsize=1530776 CPUtime=0
/proc/19150/task/19156/stat : 19156 (java) S 19148 19150 18608 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 13146030 1567514624 11005 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19157] ppid=19148 vsize=1530776 CPUtime=0
/proc/19150/task/19157/stat : 19157 (java) S 19148 19150 18608 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 13146030 1567514624 11006 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19158] ppid=19148 vsize=1530776 CPUtime=0
/proc/19150/task/19158/stat : 19158 (java) S 19148 19150 18608 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13146035 1567514624 11006 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19159] ppid=19148 vsize=1530776 CPUtime=0.58
/proc/19150/task/19159/stat : 19159 (java) R 19148 19150 18608 0 -1 4202560 1080 0 0 0 58 0 0 0 25 0 13 0 13146035 1567514624 11006 1992294400 134512640 134550932 4293279120 18446744073709551615 105496208 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19150/tid=19160] ppid=19148 vsize=1530776 CPUtime=0.6
/proc/19150/task/19160/stat : 19160 (java) R 19148 19150 18608 0 -1 4202560 1607 0 0 0 60 0 0 0 25 0 13 0 13146035 1567514624 11008 1992294400 134512640 134550932 4293279120 18446744073709551615 104139967 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19150/tid=19161] ppid=19148 vsize=1530776 CPUtime=0
/proc/19150/task/19161/stat : 19161 (java) S 19148 19150 18608 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13146035 1567514624 11010 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19162] ppid=19148 vsize=1530776 CPUtime=0
/proc/19150/task/19162/stat : 19162 (java) S 19148 19150 18608 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 13146035 1567514624 11012 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19163] ppid=19148 vsize=1530776 CPUtime=0
/proc/19150/task/19163/stat : 19163 (java) S 19148 19150 18608 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 13146096 1567514624 11014 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 1530776

[startup+3.10149 s]
/proc/loadavg: 1.00 1.01 1.00 4/119 19163
/proc/meminfo: memFree=1615320/2059040 swapFree=4192956/4192956
[pid=19150] ppid=19148 vsize=1550064 CPUtime=5.86
/proc/19150/stat : 19150 (java) S 19148 19150 18608 0 -1 4202496 45441 0 1 0 568 18 0 0 18 0 13 0 13146025 1587265536 39755 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19150/statm: 387516 39755 1433 10 0 384818 0
[pid=19150/tid=19152] ppid=19148 vsize=1550064 CPUtime=2.99
/proc/19150/task/19152/stat : 19152 (java) R 19148 19150 18608 0 -1 4202560 32072 0 1 0 286 13 0 0 18 0 13 0 13146027 1587265536 39755 1992294400 134512640 134550932 4293279120 18446744073709551615 4109053015 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19150/tid=19153] ppid=19148 vsize=1550064 CPUtime=0.01
/proc/19150/task/19153/stat : 19153 (java) S 19148 19150 18608 0 -1 4202560 738 0 0 0 1 0 0 0 18 0 13 0 13146028 1587265536 39755 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19154] ppid=19148 vsize=1550064 CPUtime=0
/proc/19150/task/19154/stat : 19154 (java) S 19148 19150 18608 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 13 0 13146028 1587265536 39755 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19155] ppid=19148 vsize=1550064 CPUtime=0
/proc/19150/task/19155/stat : 19155 (java) S 19148 19150 18608 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 13 0 13146030 1587265536 39755 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 0 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19156] ppid=19148 vsize=1550064 CPUtime=0
/proc/19150/task/19156/stat : 19156 (java) S 19148 19150 18608 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 13146030 1587265536 39755 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19157] ppid=19148 vsize=1550064 CPUtime=0
/proc/19150/task/19157/stat : 19157 (java) S 19148 19150 18608 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 13146030 1587265536 39755 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19158] ppid=19148 vsize=1550064 CPUtime=0
/proc/19150/task/19158/stat : 19158 (java) S 19148 19150 18608 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13146035 1587265536 39755 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19159] ppid=19148 vsize=1550064 CPUtime=1.95
/proc/19150/task/19159/stat : 19159 (java) R 19148 19150 18608 0 -1 4202560 9269 0 0 0 192 3 0 0 25 0 13 0 13146035 1587265536 39755 1992294400 134512640 134550932 4293279120 18446744073709551615 104163187 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19150/tid=19160] ppid=19148 vsize=1550064 CPUtime=0.87
/proc/19150/task/19160/stat : 19160 (java) R 19148 19150 18608 0 -1 4202560 2284 0 0 0 87 0 0 0 25 0 13 0 13146035 1587265536 39755 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19150/tid=19161] ppid=19148 vsize=1550064 CPUtime=0
/proc/19150/task/19161/stat : 19161 (java) S 19148 19150 18608 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13146035 1587265536 39755 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19162] ppid=19148 vsize=1550064 CPUtime=0
/proc/19150/task/19162/stat : 19162 (java) S 19148 19150 18608 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 13146035 1587265536 39755 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19163] ppid=19148 vsize=1550064 CPUtime=0
/proc/19150/task/19163/stat : 19163 (java) S 19148 19150 18608 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 13146096 1587265536 39755 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 1550064

[startup+6.30144 s]
/proc/loadavg: 1.32 1.07 1.02 3/119 19163
/proc/meminfo: memFree=1530752/2059040 swapFree=4192956/4192956
[pid=19150] ppid=19148 vsize=1549052 CPUtime=11.13
/proc/19150/stat : 19150 (java) S 19148 19150 18608 0 -1 4202496 51345 0 1 0 1088 25 0 0 18 0 13 0 13146025 1586229248 41460 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19150/statm: 387263 41460 1442 10 0 384565 0
[pid=19150/tid=19152] ppid=19148 vsize=1549052 CPUtime=5.5
/proc/19150/task/19152/stat : 19152 (java) R 19148 19150 18608 0 -1 4202560 32077 0 1 0 537 13 0 0 24 0 13 0 13146027 1586229248 41460 1992294400 134512640 134550932 4293279120 18446744073709551615 4109238876 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19150/tid=19153] ppid=19148 vsize=1549052 CPUtime=0.05
/proc/19150/task/19153/stat : 19153 (java) S 19148 19150 18608 0 -1 4202560 1656 0 0 0 5 0 0 0 15 0 13 0 13146028 1586229248 41460 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19154] ppid=19148 vsize=1549052 CPUtime=0.04
/proc/19150/task/19154/stat : 19154 (java) S 19148 19150 18608 0 -1 4202560 921 0 0 0 4 0 0 0 15 0 13 0 13146028 1586229248 41460 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19155] ppid=19148 vsize=1549052 CPUtime=0.07
/proc/19150/task/19155/stat : 19155 (java) S 19148 19150 18608 0 -1 4202560 19 0 0 0 3 4 0 0 15 0 13 0 13146030 1586229248 41460 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 0 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19156] ppid=19148 vsize=1549052 CPUtime=0
/proc/19150/task/19156/stat : 19156 (java) S 19148 19150 18608 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 13146030 1586229248 41460 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19157] ppid=19148 vsize=1549052 CPUtime=0
/proc/19150/task/19157/stat : 19157 (java) S 19148 19150 18608 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 13146030 1586229248 41460 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19158] ppid=19148 vsize=1549052 CPUtime=0
/proc/19150/task/19158/stat : 19158 (java) S 19148 19150 18608 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13146035 1586229248 41460 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19159] ppid=19148 vsize=1549052 CPUtime=3.71
/proc/19150/task/19159/stat : 19159 (java) R 19148 19150 18608 0 -1 4202560 10891 0 0 0 367 4 0 0 16 0 13 0 13146035 1586229248 41460 1992294400 134512640 134550932 4293279120 18446744073709551615 104140895 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19150/tid=19160] ppid=19148 vsize=1549052 CPUtime=1.7
/proc/19150/task/19160/stat : 19160 (java) S 19148 19150 18608 0 -1 4202560 4711 0 0 0 169 1 0 0 18 0 13 0 13146035 1586229248 41460 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19161] ppid=19148 vsize=1549052 CPUtime=0
/proc/19150/task/19161/stat : 19161 (java) S 19148 19150 18608 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13146035 1586229248 41460 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19162] ppid=19148 vsize=1549052 CPUtime=0
/proc/19150/task/19162/stat : 19162 (java) S 19148 19150 18608 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 13146035 1586229248 41460 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19163] ppid=19148 vsize=1549052 CPUtime=0
/proc/19150/task/19163/stat : 19163 (java) S 19148 19150 18608 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 13146096 1586229248 41460 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.13
Current children cumulated vsize (KiB) 1549052

[startup+12.7003 s]
/proc/loadavg: 1.29 1.07 1.02 2/119 19163
/proc/meminfo: memFree=1497272/2059040 swapFree=4192956/4192956
[pid=19150] ppid=19148 vsize=1548028 CPUtime=17.69
/proc/19150/stat : 19150 (java) S 19148 19150 18608 0 -1 4202496 59942 0 1 0 1740 29 0 0 18 0 13 0 13146025 1585180672 49522 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19150/statm: 387007 49522 1442 10 0 384309 0
[pid=19150/tid=19152] ppid=19148 vsize=1548028 CPUtime=11.77
/proc/19150/task/19152/stat : 19152 (java) R 19148 19150 18608 0 -1 4202560 35272 0 1 0 1163 14 0 0 25 0 13 0 13146027 1585180672 49522 1992294400 134512640 134550932 4293279120 18446744073709551615 4109150251 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19150/tid=19153] ppid=19148 vsize=1548028 CPUtime=0.18
/proc/19150/task/19153/stat : 19153 (java) S 19148 19150 18608 0 -1 4202560 4520 0 0 0 16 2 0 0 16 0 13 0 13146028 1585180672 49522 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19154] ppid=19148 vsize=1548028 CPUtime=0.15
/proc/19150/task/19154/stat : 19154 (java) S 19148 19150 18608 0 -1 4202560 3446 0 0 0 14 1 0 0 15 0 13 0 13146028 1585180672 49522 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19155] ppid=19148 vsize=1548028 CPUtime=0.07
/proc/19150/task/19155/stat : 19155 (java) S 19148 19150 18608 0 -1 4202560 27 0 0 0 3 4 0 0 15 0 13 0 13146030 1585180672 49522 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 0 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19156] ppid=19148 vsize=1548028 CPUtime=0
/proc/19150/task/19156/stat : 19156 (java) S 19148 19150 18608 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 13146030 1585180672 49522 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19157] ppid=19148 vsize=1548028 CPUtime=0
/proc/19150/task/19157/stat : 19157 (java) S 19148 19150 18608 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 13146030 1585180672 49522 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19158] ppid=19148 vsize=1548028 CPUtime=0
/proc/19150/task/19158/stat : 19158 (java) S 19148 19150 18608 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13146035 1585180672 49522 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19159] ppid=19148 vsize=1548028 CPUtime=3.76
/proc/19150/task/19159/stat : 19159 (java) S 19148 19150 18608 0 -1 4202560 10896 0 0 0 372 4 0 0 15 0 13 0 13146035 1585180672 49522 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19160] ppid=19148 vsize=1548028 CPUtime=1.7
/proc/19150/task/19160/stat : 19160 (java) S 19148 19150 18608 0 -1 4202560 4711 0 0 0 169 1 0 0 18 0 13 0 13146035 1585180672 49522 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19161] ppid=19148 vsize=1548028 CPUtime=0
/proc/19150/task/19161/stat : 19161 (java) S 19148 19150 18608 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13146035 1585180672 49522 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19162] ppid=19148 vsize=1548028 CPUtime=0
/proc/19150/task/19162/stat : 19162 (java) S 19148 19150 18608 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 13146035 1585180672 49522 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19163] ppid=19148 vsize=1548028 CPUtime=0
/proc/19150/task/19163/stat : 19163 (java) S 19148 19150 18608 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 13146096 1585180672 49522 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.69
Current children cumulated vsize (KiB) 1548028

[startup+25.5012 s]
/proc/loadavg: 1.23 1.07 1.02 2/119 19163
/proc/meminfo: memFree=1490824/2059040 swapFree=4192956/4192956
[pid=19150] ppid=19148 vsize=1548028 CPUtime=30.58
/proc/19150/stat : 19150 (java) S 19148 19150 18608 0 -1 4202496 61484 0 1 0 3027 31 0 0 18 0 13 0 13146025 1585180672 50923 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19150/statm: 387007 50923 1442 10 0 384309 0
[pid=19150/tid=19152] ppid=19148 vsize=1548028 CPUtime=24.49
/proc/19150/task/19152/stat : 19152 (java) R 19148 19150 18608 0 -1 4202560 35283 0 1 0 2435 14 0 0 25 0 13 0 13146027 1585180672 50923 1992294400 134512640 134550932 4293279120 18446744073709551615 4109108734 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19150/tid=19153] ppid=19148 vsize=1548028 CPUtime=0.25
/proc/19150/task/19153/stat : 19153 (java) S 19148 19150 18608 0 -1 4202560 5287 0 0 0 22 3 0 0 16 0 13 0 13146028 1585180672 50923 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19154] ppid=19148 vsize=1548028 CPUtime=0.23
/proc/19150/task/19154/stat : 19154 (java) S 19148 19150 18608 0 -1 4202560 4210 0 0 0 21 2 0 0 15 0 13 0 13146028 1585180672 50923 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19155] ppid=19148 vsize=1548028 CPUtime=0.08

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

[pid=19150/tid=19156] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19156/stat : 19156 (java) S 19148 19150 18608 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 13146030 1588326400 94178 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19157] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19157/stat : 19157 (java) S 19148 19150 18608 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 13146030 1588326400 94178 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19158] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19158/stat : 19158 (java) S 19148 19150 18608 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13146035 1588326400 94178 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19159] ppid=19148 vsize=1551100 CPUtime=3.85
/proc/19150/task/19159/stat : 19159 (java) S 19148 19150 18608 0 -1 4202560 10897 0 0 0 381 4 0 0 16 0 13 0 13146035 1588326400 94178 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19160] ppid=19148 vsize=1551100 CPUtime=2.21
/proc/19150/task/19160/stat : 19160 (java) S 19148 19150 18608 0 -1 4202560 6310 0 0 0 219 2 0 0 15 0 13 0 13146035 1588326400 94178 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19161] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19161/stat : 19161 (java) S 19148 19150 18608 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13146035 1588326400 94178 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19162] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19162/stat : 19162 (java) S 19148 19150 18608 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 13146035 1588326400 94178 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19163] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19163/stat : 19163 (java) S 19148 19150 18608 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 13146096 1588326400 94178 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1560.97
Current children cumulated vsize (KiB) 1551100

[startup+1602.3 s]
/proc/loadavg: 1.01 1.12 1.07 2/119 19205
/proc/meminfo: memFree=1311396/2059040 swapFree=4192956/4192956
[pid=19150] ppid=19148 vsize=1551100 CPUtime=1621.76
/proc/19150/stat : 19150 (java) S 19148 19150 18608 0 -1 4202496 110919 0 1 0 162072 104 0 0 18 0 13 0 13146025 1588326400 95383 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19150/statm: 387775 95383 1448 10 0 385077 0
[pid=19150/tid=19152] ppid=19148 vsize=1551100 CPUtime=1584.94
/proc/19150/task/19152/stat : 19152 (java) R 19148 19150 18608 0 -1 4202560 36437 0 1 0 158464 30 0 0 25 0 13 0 13146027 1588326400 95383 1992294400 134512640 134550932 4293279120 18446744073709551615 4109145310 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19150/tid=19153] ppid=19148 vsize=1551100 CPUtime=14.92
/proc/19150/task/19153/stat : 19153 (java) S 19148 19150 18608 0 -1 4202560 27914 0 0 0 1466 26 0 0 15 0 13 0 13146028 1588326400 95383 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19154] ppid=19148 vsize=1551100 CPUtime=14.84
/proc/19150/task/19154/stat : 19154 (java) S 19148 19150 18608 0 -1 4202560 27980 0 0 0 1455 29 0 0 16 0 13 0 13146028 1588326400 95383 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19155] ppid=19148 vsize=1551100 CPUtime=0.95
/proc/19150/task/19155/stat : 19155 (java) S 19148 19150 18608 0 -1 4202560 213 0 0 0 85 10 0 0 15 0 13 0 13146030 1588326400 95383 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 0 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19156] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19156/stat : 19156 (java) S 19148 19150 18608 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 13146030 1588326400 95383 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19157] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19157/stat : 19157 (java) S 19148 19150 18608 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 13146030 1588326400 95383 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19158] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19158/stat : 19158 (java) S 19148 19150 18608 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13146035 1588326400 95383 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19159] ppid=19148 vsize=1551100 CPUtime=3.85
/proc/19150/task/19159/stat : 19159 (java) S 19148 19150 18608 0 -1 4202560 10897 0 0 0 381 4 0 0 16 0 13 0 13146035 1588326400 95383 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19160] ppid=19148 vsize=1551100 CPUtime=2.21
/proc/19150/task/19160/stat : 19160 (java) S 19148 19150 18608 0 -1 4202560 6310 0 0 0 219 2 0 0 15 0 13 0 13146035 1588326400 95383 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19161] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19161/stat : 19161 (java) S 19148 19150 18608 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13146035 1588326400 95383 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19162] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19162/stat : 19162 (java) S 19148 19150 18608 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 13146035 1588326400 95383 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19163] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19163/stat : 19163 (java) S 19148 19150 18608 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 13146096 1588326400 95383 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1621.76
Current children cumulated vsize (KiB) 1551100

[startup+1662.3 s]
/proc/loadavg: 1.05 1.11 1.07 2/119 19207
/proc/meminfo: memFree=1306436/2059040 swapFree=4192956/4192956
[pid=19150] ppid=19148 vsize=1551100 CPUtime=1682.61
/proc/19150/stat : 19150 (java) S 19148 19150 18608 0 -1 4202496 112245 0 1 0 168154 107 0 0 18 0 13 0 13146025 1588326400 96584 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19150/statm: 387775 96584 1448 10 0 385077 0
[pid=19150/tid=19152] ppid=19148 vsize=1551100 CPUtime=1644.04
/proc/19150/task/19152/stat : 19152 (java) R 19148 19150 18608 0 -1 4202560 36465 0 1 0 164373 31 0 0 25 0 13 0 13146027 1588326400 96584 1992294400 134512640 134550932 4293279120 18446744073709551615 4109145450 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19150/tid=19153] ppid=19148 vsize=1551100 CPUtime=15.78
/proc/19150/task/19153/stat : 19153 (java) S 19148 19150 18608 0 -1 4202560 28581 0 0 0 1551 27 0 0 16 0 13 0 13146028 1588326400 96584 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19154] ppid=19148 vsize=1551100 CPUtime=15.72
/proc/19150/task/19154/stat : 19154 (java) S 19148 19150 18608 0 -1 4202560 28606 0 0 0 1542 30 0 0 16 0 13 0 13146028 1588326400 96584 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19155] ppid=19148 vsize=1551100 CPUtime=0.95
/proc/19150/task/19155/stat : 19155 (java) S 19148 19150 18608 0 -1 4202560 216 0 0 0 85 10 0 0 15 0 13 0 13146030 1588326400 96584 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 0 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19156] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19156/stat : 19156 (java) S 19148 19150 18608 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 13146030 1588326400 96584 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19157] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19157/stat : 19157 (java) S 19148 19150 18608 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 13146030 1588326400 96584 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19158] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19158/stat : 19158 (java) S 19148 19150 18608 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13146035 1588326400 96584 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19159] ppid=19148 vsize=1551100 CPUtime=3.85
/proc/19150/task/19159/stat : 19159 (java) S 19148 19150 18608 0 -1 4202560 10897 0 0 0 381 4 0 0 16 0 13 0 13146035 1588326400 96584 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19160] ppid=19148 vsize=1551100 CPUtime=2.21
/proc/19150/task/19160/stat : 19160 (java) S 19148 19150 18608 0 -1 4202560 6310 0 0 0 219 2 0 0 15 0 13 0 13146035 1588326400 96584 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19161] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19161/stat : 19161 (java) S 19148 19150 18608 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13146035 1588326400 96584 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19162] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19162/stat : 19162 (java) S 19148 19150 18608 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 13146035 1588326400 96584 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19163] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19163/stat : 19163 (java) S 19148 19150 18608 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 13146096 1588326400 96584 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1682.61
Current children cumulated vsize (KiB) 1551100

[startup+1722.3 s]
/proc/loadavg: 1.02 1.09 1.06 2/119 19209
/proc/meminfo: memFree=1299616/2059040 swapFree=4192956/4192956
[pid=19150] ppid=19148 vsize=1551100 CPUtime=1743.48
/proc/19150/stat : 19150 (java) S 19148 19150 18608 0 -1 4202496 114145 0 1 0 174238 110 0 0 18 0 13 0 13146025 1588326400 98275 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19150/statm: 387775 98275 1448 10 0 385077 0
[pid=19150/tid=19152] ppid=19148 vsize=1551100 CPUtime=1703.1
/proc/19150/task/19152/stat : 19152 (java) R 19148 19150 18608 0 -1 4202560 36493 0 1 0 170279 31 0 0 25 0 13 0 13146027 1588326400 98275 1992294400 134512640 134550932 4293279120 18446744073709551615 4109150257 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19150/tid=19153] ppid=19148 vsize=1551100 CPUtime=16.68
/proc/19150/task/19153/stat : 19153 (java) S 19148 19150 18608 0 -1 4202560 29510 0 0 0 1639 29 0 0 16 0 13 0 13146028 1588326400 98275 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19154] ppid=19148 vsize=1551100 CPUtime=16.63
/proc/19150/task/19154/stat : 19154 (java) S 19148 19150 18608 0 -1 4202560 29541 0 0 0 1632 31 0 0 16 0 13 0 13146028 1588326400 98275 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19155] ppid=19148 vsize=1551100 CPUtime=0.96
/proc/19150/task/19155/stat : 19155 (java) S 19148 19150 18608 0 -1 4202560 220 0 0 0 86 10 0 0 15 0 13 0 13146030 1588326400 98275 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 0 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19156] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19156/stat : 19156 (java) S 19148 19150 18608 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 13146030 1588326400 98275 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19157] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19157/stat : 19157 (java) S 19148 19150 18608 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 13146030 1588326400 98275 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19158] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19158/stat : 19158 (java) S 19148 19150 18608 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13146035 1588326400 98275 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19159] ppid=19148 vsize=1551100 CPUtime=3.85
/proc/19150/task/19159/stat : 19159 (java) S 19148 19150 18608 0 -1 4202560 10897 0 0 0 381 4 0 0 16 0 13 0 13146035 1588326400 98275 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19160] ppid=19148 vsize=1551100 CPUtime=2.21
/proc/19150/task/19160/stat : 19160 (java) S 19148 19150 18608 0 -1 4202560 6310 0 0 0 219 2 0 0 15 0 13 0 13146035 1588326400 98275 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19161] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19161/stat : 19161 (java) S 19148 19150 18608 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13146035 1588326400 98275 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19162] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19162/stat : 19162 (java) S 19148 19150 18608 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 13146035 1588326400 98275 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19163] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19163/stat : 19163 (java) S 19148 19150 18608 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 13146096 1588326400 98275 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1743.48
Current children cumulated vsize (KiB) 1551100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.1 s]
/proc/loadavg: 1.00 1.07 1.06 2/119 19209
/proc/meminfo: memFree=1294904/2059040 swapFree=4192956/4192956
[pid=19150] ppid=19148 vsize=1551100 CPUtime=1800.08
/proc/19150/stat : 19150 (java) S 19148 19150 18608 0 -1 4202496 115386 0 1 0 179896 112 0 0 18 0 13 0 13146025 1588326400 99419 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19150/statm: 387775 99419 1448 10 0 385077 0
[pid=19150/tid=19152] ppid=19148 vsize=1551100 CPUtime=1758.01
/proc/19150/task/19152/stat : 19152 (java) R 19148 19150 18608 0 -1 4202560 36519 0 1 0 175770 31 0 0 25 0 13 0 13146027 1588326400 99419 1992294400 134512640 134550932 4293279120 18446744073709551615 4109108779 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19150/tid=19153] ppid=19148 vsize=1551100 CPUtime=17.52
/proc/19150/task/19153/stat : 19153 (java) S 19148 19150 18608 0 -1 4202560 30053 0 0 0 1722 30 0 0 15 0 13 0 13146028 1588326400 99419 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19154] ppid=19148 vsize=1551100 CPUtime=17.46
/proc/19150/task/19154/stat : 19154 (java) S 19148 19150 18608 0 -1 4202560 30205 0 0 0 1714 32 0 0 16 0 13 0 13146028 1588326400 99419 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19155] ppid=19148 vsize=1551100 CPUtime=0.96
/proc/19150/task/19155/stat : 19155 (java) S 19148 19150 18608 0 -1 4202560 224 0 0 0 86 10 0 0 16 0 13 0 13146030 1588326400 99419 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 0 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19156] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19156/stat : 19156 (java) S 19148 19150 18608 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 13146030 1588326400 99419 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19157] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19157/stat : 19157 (java) S 19148 19150 18608 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 13146030 1588326400 99419 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19158] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19158/stat : 19158 (java) S 19148 19150 18608 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13146035 1588326400 99419 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19159] ppid=19148 vsize=1551100 CPUtime=3.85
/proc/19150/task/19159/stat : 19159 (java) S 19148 19150 18608 0 -1 4202560 10897 0 0 0 381 4 0 0 16 0 13 0 13146035 1588326400 99419 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 1 0 0 0
[pid=19150/tid=19160] ppid=19148 vsize=1551100 CPUtime=2.21
/proc/19150/task/19160/stat : 19160 (java) S 19148 19150 18608 0 -1 4202560 6310 0 0 0 219 2 0 0 15 0 13 0 13146035 1588326400 99419 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19161] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19161/stat : 19161 (java) S 19148 19150 18608 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 13146035 1588326400 99419 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19162] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19162/stat : 19162 (java) S 19148 19150 18608 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 13146035 1588326400 99419 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
[pid=19150/tid=19163] ppid=19148 vsize=1551100 CPUtime=0
/proc/19150/task/19163/stat : 19163 (java) S 19148 19150 18608 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 13146096 1588326400 99419 1992294400 134512640 134550932 4293279120 18446744073709551615 4294960144 0 4 0 16800975 18446604437815769792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1551100

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

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

[startup+1778.22 s]
/proc/loadavg: 1.00 1.07 1.06 2/119 19209
/proc/meminfo: memFree=1294904/2059040 swapFree=4192956/4192956
[pid=19150] ppid=19148 vsize=0 CPUtime=1800.25
/proc/19150/stat : 19150 (java) Z 19148 19150 18608 0 -1 4203548 115408 0 1 0 179909 116 0 0 17 0 2 0 13146025 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19150/statm: 0 0 0 0 0 0 0
[pid=19150/tid=19152] ppid=19148 vsize=0 CPUtime=1758.11
/proc/19150/task/19152/stat : 19152 (java) R 19148 19150 18608 0 -1 4203588 36519 0 1 0 175777 34 0 0 25 0 2 0 13146027 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1778.22
CPU time (s): 1800.27
CPU user time (s): 1799.09
CPU system time (s): 1.17482
CPU usage (%): 101.24
Max. virtual memory (cumulated for all children) (KiB): 1553808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 1.17482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115408
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= 43504
involuntary context switches= 31130

runsolver used 3.54946 second user time and 9.68753 second system time

The end

Launcher Data

Begin job on node044 at 2010-06-16 22:02:17
IDJOB=2670306
IDBENCH=48265
IDSOLVER=1165
FILE ID=node044/2670306-1276718537
PBS_JOBID= 11174148
Free space on /tmp= 62588 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_10_5.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2670306-1276718537/watcher-2670306-1276718537 -o /tmp/evaluation-result-2670306-1276718537/solver-2670306-1276718537 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670306-1276718537.opb

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

MD5SUM BENCH= ae2bd1e13f1871c16ad2ebb51fc6f92a
RANDOM SEED=1772084044

node044.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.266
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.53
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.266
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1690528 kB
Buffers:         93896 kB
Cached:         145828 kB
SwapCached:          0 kB
Active:         125576 kB
Inactive:       173544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1690528 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             276 kB
Writeback:           0 kB
AnonPages:       59292 kB
Mapped:          15352 kB
Slab:            47352 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179684 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= 62588 MiB
End job on node044 at 2010-06-16 22:31:57