Trace number 2670173

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)14 1800.28 1782.57

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_4.opb
MD5SUM64354bd2b9c3cc2f1ca2c32032e5c032
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark1800.37
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint26
Maximum length of a constraint51
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
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)6260
Sum of products size (including duplicates)12520
Number of different products6260
Sum of products size12520

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.21	c Pseudo Boolean Optimization
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2670173-1276708367.opb
0.24/0.21	c reading problem ... 
8.15/7.42	c ... done. Wall clock time 7.211s.
8.15/7.42	c #vars     6460
8.15/7.42	c #constraints  12720
8.15/7.42	c constraints type 
8.15/7.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6460
8.15/7.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6260
8.49/7.61	c SATISFIABLE
8.49/7.61	c OPTIMIZING...
8.49/7.61	c Got one! Elapsed wall clock time (in seconds):7.397
8.49/7.61	o 17
9.22/8.02	c Got one! Elapsed wall clock time (in seconds):7.81
9.22/8.02	o 16
10.98/9.22	c Got one! Elapsed wall clock time (in seconds):9.013
10.98/9.22	o 15
545.62/539.28	c cleaning 0 clauses out of 5001 with flag 0/5001
775.68/767.37	c Got one! Elapsed wall clock time (in seconds):767.16
775.68/767.37	o 14
1800.05/1782.46	c starts		: 35
1800.05/1782.46	c conflicts		: 8689
1800.05/1782.46	c decisions		: 18806
1800.05/1782.46	c propagations		: 2312878
1800.05/1782.46	c inspects		: 446030981
1800.05/1782.46	c learnt literals	: 0
1800.05/1782.46	c learnt binary clauses	: 0
1800.05/1782.46	c learnt ternary clauses	: 0
1800.05/1782.46	c learnt clauses	: 8689
1800.05/1782.46	c ignored clauses	: 0
1800.05/1782.46	c root simplifications	: 0
1800.05/1782.46	c removed literals (reason simplification)	: 0
1800.05/1782.46	c reason swapping (by a shorter reason)	: 0
1800.05/1782.46	c Calls to reduceDB	: 1
1800.05/1782.46	c number of reductions to clauses (during analyze)	: 0
1800.05/1782.46	c number of learned constraints concerned by reduction	: 0
1800.05/1782.46	c number of learning phase by resolution	: 0
1800.05/1782.46	c number of learning phase by cutting planes	: 0
1800.05/1782.46	c speed (assignments/second)	: 2278.497747488151
1800.05/1782.46	c non guided choices	0
1800.05/1782.47	c learnt constraints type 
1800.05/1782.47	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3
1800.05/1782.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 157
1800.05/1782.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8529
1800.05/1782.47	c constraints type 
1800.05/1782.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6460
1800.05/1782.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.05/1782.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6260
1800.05/1782.47	s SATISFIABLE
1800.05/1782.47	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.05/1782.47	c objective function=14
1800.05/1782.47	c Total wall clock time (in seconds): 1782.267

Verifier Data

OK	14

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.99 1.00 1.00 3/105 18983
/proc/meminfo: memFree=1892664/2059040 swapFree=4136376/4192956
[pid=18983] ppid=18981 vsize=1832 CPUtime=0
/proc/18983/stat : 18983 (java6) S 18981 18983 18230 0 -1 4194304 241 0 0 0 0 0 0 0 25 0 1 0 12130414 1875968 144 1992294400 134512640 134550932 4294412432 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699326142 0 0 17 1 0 0 0
/proc/18983/statm: 458 144 107 10 0 63 0

[startup+0.0516411 s]
/proc/loadavg: 0.99 1.00 1.00 3/105 18983
/proc/meminfo: memFree=1892664/2059040 swapFree=4136376/4192956
[pid=18983] ppid=18981 vsize=1521340 CPUtime=0.04
/proc/18983/stat : 18983 (java) S 18981 18983 18230 0 -1 4202496 3501 0 1 0 2 2 0 0 25 0 6 0 12130414 1557852160 2944 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/18983/statm: 380335 2944 990 10 0 377645 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521340

[startup+0.106264 s]
/proc/loadavg: 0.99 1.00 1.00 3/105 18983
/proc/meminfo: memFree=1892664/2059040 swapFree=4136376/4192956
[pid=18983] ppid=18981 vsize=1524184 CPUtime=0.08
/proc/18983/stat : 18983 (java) S 18981 18983 18230 0 -1 4202496 4001 0 1 0 6 2 0 0 25 0 12 0 12130414 1560764416 3440 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18983/statm: 381046 3440 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.324891 s]
/proc/loadavg: 0.99 1.00 1.00 3/105 18983
/proc/meminfo: memFree=1892664/2059040 swapFree=4136376/4192956
[pid=18983] ppid=18981 vsize=1527036 CPUtime=0.41
/proc/18983/stat : 18983 (java) S 18981 18983 18230 0 -1 4202496 5563 0 1 0 37 4 0 0 25 0 12 0 12130414 1563684864 4959 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18983/statm: 381759 4959 1364 10 0 379061 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 1527036

[startup+0.701334 s]
/proc/loadavg: 0.99 1.00 1.00 3/105 18983
/proc/meminfo: memFree=1892664/2059040 swapFree=4136376/4192956
[pid=18983] ppid=18981 vsize=1527908 CPUtime=0.95
/proc/18983/stat : 18983 (java) S 18981 18983 18230 0 -1 4202496 6572 0 1 0 91 4 0 0 25 0 12 0 12130414 1564577792 5856 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18983/statm: 381977 5856 1397 10 0 379279 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1527908

[startup+1.50141 s]
/proc/loadavg: 0.99 1.00 1.00 2/117 18995
/proc/meminfo: memFree=1872048/2059040 swapFree=4136376/4192956
[pid=18983] ppid=18981 vsize=1528936 CPUtime=2.01
/proc/18983/stat : 18983 (java) S 18981 18983 18230 0 -1 4202496 7918 0 1 0 196 5 0 0 25 0 12 0 12130414 1565630464 6779 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18983/statm: 382234 6779 1408 10 0 379536 0
[pid=18983/tid=18985] ppid=18981 vsize=1528936 CPUtime=1.35
/proc/18983/task/18985/stat : 18985 (java) R 18981 18983 18230 0 -1 4202560 4988 0 1 0 131 4 0 0 25 0 12 0 12130416 1565630464 6779 1992294400 134512640 134550932 4287093408 18446744073709551615 4109753821 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18983/tid=18986] ppid=18981 vsize=1528936 CPUtime=0
/proc/18983/task/18986/stat : 18986 (java) S 18981 18983 18230 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 12130417 1565630464 6779 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18987] ppid=18981 vsize=1528936 CPUtime=0
/proc/18983/task/18987/stat : 18987 (java) S 18981 18983 18230 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 12130417 1565630464 6779 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18988] ppid=18981 vsize=1528936 CPUtime=0
/proc/18983/task/18988/stat : 18988 (java) S 18981 18983 18230 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 12130419 1565630464 6779 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 0 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18989] ppid=18981 vsize=1528936 CPUtime=0
/proc/18983/task/18989/stat : 18989 (java) S 18981 18983 18230 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 12130419 1565630464 6779 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18990] ppid=18981 vsize=1528936 CPUtime=0
/proc/18983/task/18990/stat : 18990 (java) S 18981 18983 18230 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 12130419 1565630464 6779 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18991] ppid=18981 vsize=1528936 CPUtime=0
/proc/18983/task/18991/stat : 18991 (java) S 18981 18983 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 12130424 1565630464 6779 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18992] ppid=18981 vsize=1528936 CPUtime=0.23
/proc/18983/task/18992/stat : 18992 (java) S 18981 18983 18230 0 -1 4202560 470 0 0 0 23 0 0 0 19 0 12 0 12130424 1565630464 6779 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18993] ppid=18981 vsize=1528936 CPUtime=0.4
/proc/18983/task/18993/stat : 18993 (java) S 18981 18983 18230 0 -1 4202560 1393 0 0 0 40 0 0 0 15 0 12 0 12130424 1565630464 6779 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18994] ppid=18981 vsize=1528936 CPUtime=0
/proc/18983/task/18994/stat : 18994 (java) S 18981 18983 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 12130424 1565630464 6779 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18995] ppid=18981 vsize=1528936 CPUtime=0
/proc/18983/task/18995/stat : 18995 (java) S 18981 18983 18230 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 12130424 1565630464 6779 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1528936

[startup+3.10159 s]
/proc/loadavg: 0.99 1.00 1.00 2/117 18995
/proc/meminfo: memFree=1868700/2059040 swapFree=4136376/4192956
[pid=18983] ppid=18981 vsize=1528924 CPUtime=3.75
/proc/18983/stat : 18983 (java) S 18981 18983 18230 0 -1 4202496 8711 0 1 0 369 6 0 0 25 0 12 0 12130414 1565618176 7398 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18983/statm: 382231 7398 1408 10 0 379533 0
[pid=18983/tid=18985] ppid=18981 vsize=1528924 CPUtime=2.94
/proc/18983/task/18985/stat : 18985 (java) R 18981 18983 18230 0 -1 4202560 5597 0 1 0 290 4 0 0 25 0 12 0 12130416 1565618176 7398 1992294400 134512640 134550932 4287093408 18446744073709551615 4109754138 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18983/tid=18986] ppid=18981 vsize=1528924 CPUtime=0
/proc/18983/task/18986/stat : 18986 (java) S 18981 18983 18230 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 12130417 1565618176 7398 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18987] ppid=18981 vsize=1528924 CPUtime=0
/proc/18983/task/18987/stat : 18987 (java) S 18981 18983 18230 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 12130417 1565618176 7399 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18988] ppid=18981 vsize=1528924 CPUtime=0
/proc/18983/task/18988/stat : 18988 (java) S 18981 18983 18230 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 12130419 1565618176 7399 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 0 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18989] ppid=18981 vsize=1528924 CPUtime=0
/proc/18983/task/18989/stat : 18989 (java) S 18981 18983 18230 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 12130419 1565618176 7399 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18990] ppid=18981 vsize=1528924 CPUtime=0
/proc/18983/task/18990/stat : 18990 (java) S 18981 18983 18230 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 12130419 1565618176 7399 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18991] ppid=18981 vsize=1528924 CPUtime=0
/proc/18983/task/18991/stat : 18991 (java) S 18981 18983 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 12130424 1565618176 7399 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18992] ppid=18981 vsize=1528924 CPUtime=0.35
/proc/18983/task/18992/stat : 18992 (java) S 18981 18983 18230 0 -1 4202560 653 0 0 0 35 0 0 0 15 0 12 0 12130424 1565618176 7399 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18993] ppid=18981 vsize=1528924 CPUtime=0.42
/proc/18983/task/18993/stat : 18993 (java) S 18981 18983 18230 0 -1 4202560 1394 0 0 0 42 0 0 0 15 0 12 0 12130424 1565618176 7399 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18994] ppid=18981 vsize=1528924 CPUtime=0
/proc/18983/task/18994/stat : 18994 (java) S 18981 18983 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 12130424 1565618176 7399 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18995] ppid=18981 vsize=1528924 CPUtime=0
/proc/18983/task/18995/stat : 18995 (java) S 18981 18983 18230 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 12130424 1565618176 7399 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 1528924

[startup+6.30094 s]
/proc/loadavg: 0.99 1.00 1.00 2/117 18997
/proc/meminfo: memFree=1865352/2059040 swapFree=4136376/4192956
[pid=18983] ppid=18981 vsize=1529068 CPUtime=7.05
/proc/18983/stat : 18983 (java) S 18981 18983 18230 0 -1 4202496 9429 0 1 0 698 7 0 0 25 0 12 0 12130414 1565765632 8115 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18983/statm: 382267 8115 1410 10 0 379569 0
[pid=18983/tid=18985] ppid=18981 vsize=1529068 CPUtime=6.14
/proc/18983/task/18985/stat : 18985 (java) R 18981 18983 18230 0 -1 4202560 6270 0 1 0 609 5 0 0 25 0 12 0 12130416 1565765632 8115 1992294400 134512640 134550932 4287093408 18446744073709551615 4109754138 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18983/tid=18986] ppid=18981 vsize=1529068 CPUtime=0
/proc/18983/task/18986/stat : 18986 (java) S 18981 18983 18230 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 12130417 1565765632 8115 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18987] ppid=18981 vsize=1529068 CPUtime=0
/proc/18983/task/18987/stat : 18987 (java) S 18981 18983 18230 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 12130417 1565765632 8115 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18988] ppid=18981 vsize=1529068 CPUtime=0
/proc/18983/task/18988/stat : 18988 (java) S 18981 18983 18230 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 12130419 1565765632 8115 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 0 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18989] ppid=18981 vsize=1529068 CPUtime=0
/proc/18983/task/18989/stat : 18989 (java) S 18981 18983 18230 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 12130419 1565765632 8115 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18990] ppid=18981 vsize=1529068 CPUtime=0
/proc/18983/task/18990/stat : 18990 (java) S 18981 18983 18230 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 12130419 1565765632 8115 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18991] ppid=18981 vsize=1529068 CPUtime=0
/proc/18983/task/18991/stat : 18991 (java) S 18981 18983 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 12130424 1565765632 8115 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18992] ppid=18981 vsize=1529068 CPUtime=0.42
/proc/18983/task/18992/stat : 18992 (java) S 18981 18983 18230 0 -1 4202560 697 0 0 0 42 0 0 0 15 0 12 0 12130424 1565765632 8115 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18993] ppid=18981 vsize=1529068 CPUtime=0.45
/proc/18983/task/18993/stat : 18993 (java) S 18981 18983 18230 0 -1 4202560 1395 0 0 0 45 0 0 0 15 0 12 0 12130424 1565765632 8115 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18994] ppid=18981 vsize=1529068 CPUtime=0
/proc/18983/task/18994/stat : 18994 (java) S 18981 18983 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 12130424 1565765632 8115 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18995] ppid=18981 vsize=1529068 CPUtime=0
/proc/18983/task/18995/stat : 18995 (java) S 18981 18983 18230 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 12130424 1565765632 8115 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 1529068

[startup+12.7017 s]
/proc/loadavg: 0.99 1.00 1.00 2/118 18998
/proc/meminfo: memFree=1725348/2059040 swapFree=4136376/4192956
[pid=18983] ppid=18981 vsize=1543616 CPUtime=14.78
/proc/18983/stat : 18983 (java) S 18981 18983 18230 0 -1 4202496 46520 0 1 0 1456 22 0 0 25 0 13 0 12130414 1580662784 42958 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18983/statm: 385904 42958 1439 10 0 383206 0
[pid=18983/tid=18985] ppid=18981 vsize=1543616 CPUtime=11.81
/proc/18983/task/18985/stat : 18985 (java) R 18981 18983 18230 0 -1 4202560 32072 0 1 0 1167 14 0 0 25 0 13 0 12130416 1580662784 42958 1992294400 134512640 134550932 4287093408 18446744073709551615 4110059004 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18983/tid=18986] ppid=18981 vsize=1543616 CPUtime=0.12
/proc/18983/task/18986/stat : 18986 (java) S 18981 18983 18230 0 -1 4202560 2856 0 0 0 11 1 0 0 18 0 13 0 12130417 1580662784 42958 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18987] ppid=18981 vsize=1543616 CPUtime=0.12
/proc/18983/task/18987/stat : 18987 (java) S 18981 18983 18230 0 -1 4202560 2584 0 0 0 11 1 0 0 18 0 13 0 12130417 1580662784 42958 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18988] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18988/stat : 18988 (java) S 18981 18983 18230 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 13 0 12130419 1580662784 42958 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 0 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18989] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18989/stat : 18989 (java) S 18981 18983 18230 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12130419 1580662784 42958 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18990] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18990/stat : 18990 (java) S 18981 18983 18230 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12130419 1580662784 42958 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18991] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18991/stat : 18991 (java) S 18981 18983 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12130424 1580662784 42958 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18992] ppid=18981 vsize=1543616 CPUtime=1.42
/proc/18983/task/18992/stat : 18992 (java) S 18981 18983 18230 0 -1 4202560 4452 0 0 0 141 1 0 0 15 0 13 0 12130424 1580662784 42958 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18993] ppid=18981 vsize=1543616 CPUtime=1.24
/proc/18983/task/18993/stat : 18993 (java) S 18981 18983 18230 0 -1 4202560 3469 0 0 0 123 1 0 0 15 0 13 0 12130424 1580662784 42958 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18994] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18994/stat : 18994 (java) S 18981 18983 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12130424 1580662784 42958 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18995] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18995/stat : 18995 (java) S 18981 18983 18230 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 12130424 1580662784 42958 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18998] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18998/stat : 18998 (java) S 18981 18983 18230 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 12131159 1580662784 42958 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.78
Current children cumulated vsize (KiB) 1543616

[startup+25.5021 s]
/proc/loadavg: 1.06 1.02 1.00 2/118 18998
/proc/meminfo: memFree=1685792/2059040 swapFree=4136376/4192956
[pid=18983] ppid=18981 vsize=1543616 CPUtime=28.12
/proc/18983/stat : 18983 (java) S 18981 18983 18230 0 -1 4202496 57188 0 1 0 2785 27 0 0 25 0 13 0 12130414 1580662784 52829 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18983/statm: 385904 52829 1440 10 0 383206 0
[pid=18983/tid=18985] ppid=18981 vsize=1543616 CPUtime=24.14
/proc/18983/task/18985/stat : 18985 (java) R 18981 18983 18230 0 -1 4202560 32085 0 1 0 2400 14 0 0 25 0 13 0 12130416 1580662784 52829 1992294400 134512640 134550932 4287093408 18446744073709551615 4110009932 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18983/tid=18986] ppid=18981 vsize=1543616 CPUtime=0.43
/proc/18983/task/18986/stat : 18986 (java) S 18981 18983 18230 0 -1 4202560 8366 0 0 0 40 3 0 0 16 0 13 0 12130417 1580662784 52829 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18987] ppid=18981 vsize=1543616 CPUtime=0.43
/proc/18983/task/18987/stat : 18987 (java) S 18981 18983 18230 0 -1 4202560 7633 0 0 0 40 3 0 0 15 0 13 0 12130417 1580662784 52829 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18988] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18988/stat : 18988 (java) S 18981 18983 18230 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 12130419 1580662784 52829 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 0 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18989] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18989/stat : 18989 (java) S 18981 18983 18230 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12130419 1580662784 52829 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18990] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18990/stat : 18990 (java) S 18981 18983 18230 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12130419 1580662784 52829 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18991] ppid=18981 vsize=1543616 CPUtime=0

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

[pid=18983] ppid=18981 vsize=1543616 CPUtime=1678.72
/proc/18983/stat : 18983 (java) S 18981 18983 18230 0 -1 4202496 141043 0 1 0 167782 90 0 0 25 0 13 0 12130414 1580662784 127707 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18983/statm: 385904 127707 1450 10 0 383206 0
[pid=18983/tid=18985] ppid=18981 vsize=1543616 CPUtime=1645.21
/proc/18983/task/18985/stat : 18985 (java) R 18981 18983 18230 0 -1 4202560 33075 0 1 0 164503 18 0 0 25 0 13 0 12130416 1580662784 127707 1992294400 134512640 134550932 4287093408 18446744073709551615 4110011892 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18983/tid=18986] ppid=18981 vsize=1543616 CPUtime=14.38
/proc/18983/task/18986/stat : 18986 (java) S 18981 18983 18230 0 -1 4202560 49222 0 0 0 1408 30 0 0 15 0 13 0 12130417 1580662784 127707 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18987] ppid=18981 vsize=1543616 CPUtime=14.39
/proc/18983/task/18987/stat : 18987 (java) S 18981 18983 18230 0 -1 4202560 49363 0 0 0 1408 31 0 0 16 0 13 0 12130417 1580662784 127707 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18988] ppid=18981 vsize=1543616 CPUtime=0.92
/proc/18983/task/18988/stat : 18988 (java) S 18981 18983 18230 0 -1 4202560 134 0 0 0 87 5 0 0 15 0 13 0 12130419 1580662784 127707 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 0 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18989] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18989/stat : 18989 (java) S 18981 18983 18230 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12130419 1580662784 127707 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18990] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18990/stat : 18990 (java) S 18981 18983 18230 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12130419 1580662784 127707 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18991] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18991/stat : 18991 (java) S 18981 18983 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12130424 1580662784 127707 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18992] ppid=18981 vsize=1543616 CPUtime=1.6
/proc/18983/task/18992/stat : 18992 (java) S 18981 18983 18230 0 -1 4202560 4490 0 0 0 159 1 0 0 15 0 13 0 12130424 1580662784 127707 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18993] ppid=18981 vsize=1543616 CPUtime=2.14
/proc/18983/task/18993/stat : 18993 (java) S 18981 18983 18230 0 -1 4202560 3590 0 0 0 213 1 0 0 15 0 13 0 12130424 1580662784 127707 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18994] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18994/stat : 18994 (java) S 18981 18983 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12130424 1580662784 127707 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18995] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18995/stat : 18995 (java) S 18981 18983 18230 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 12130424 1580662784 127707 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18998] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18998/stat : 18998 (java) S 18981 18983 18230 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 12131159 1580662784 127707 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1678.72
Current children cumulated vsize (KiB) 1543616

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 19045
/proc/meminfo: memFree=1376660/2059040 swapFree=4136376/4192956
[pid=18983] ppid=18981 vsize=1543616 CPUtime=1739.33
/proc/18983/stat : 18983 (java) S 18981 18983 18230 0 -1 4202496 143019 0 1 0 173841 92 0 0 25 0 13 0 12130414 1580662784 129500 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18983/statm: 385904 129500 1450 10 0 383206 0
[pid=18983/tid=18985] ppid=18981 vsize=1543616 CPUtime=1704.56
/proc/18983/task/18985/stat : 18985 (java) R 18981 18983 18230 0 -1 4202560 33093 0 1 0 170438 18 0 0 25 0 13 0 12130416 1580662784 129500 1992294400 134512640 134550932 4287093408 18446744073709551615 4110020320 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18983/tid=18986] ppid=18981 vsize=1543616 CPUtime=15.01
/proc/18983/task/18986/stat : 18986 (java) S 18981 18983 18230 0 -1 4202560 50030 0 0 0 1470 31 0 0 16 0 13 0 12130417 1580662784 129500 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18987] ppid=18981 vsize=1543616 CPUtime=15.02
/proc/18983/task/18987/stat : 18987 (java) S 18981 18983 18230 0 -1 4202560 50509 0 0 0 1471 31 0 0 15 0 13 0 12130417 1580662784 129500 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18988] ppid=18981 vsize=1543616 CPUtime=0.92
/proc/18983/task/18988/stat : 18988 (java) S 18981 18983 18230 0 -1 4202560 136 0 0 0 87 5 0 0 15 0 13 0 12130419 1580662784 129500 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 0 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18989] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18989/stat : 18989 (java) S 18981 18983 18230 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12130419 1580662784 129500 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18990] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18990/stat : 18990 (java) S 18981 18983 18230 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12130419 1580662784 129500 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18991] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18991/stat : 18991 (java) S 18981 18983 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12130424 1580662784 129500 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18992] ppid=18981 vsize=1543616 CPUtime=1.6
/proc/18983/task/18992/stat : 18992 (java) S 18981 18983 18230 0 -1 4202560 4490 0 0 0 159 1 0 0 15 0 13 0 12130424 1580662784 129500 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18993] ppid=18981 vsize=1543616 CPUtime=2.14
/proc/18983/task/18993/stat : 18993 (java) S 18981 18983 18230 0 -1 4202560 3590 0 0 0 213 1 0 0 15 0 13 0 12130424 1580662784 129500 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18994] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18994/stat : 18994 (java) S 18981 18983 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12130424 1580662784 129500 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18995] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18995/stat : 18995 (java) S 18981 18983 18230 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 12130424 1580662784 129500 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18998] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18998/stat : 18998 (java) S 18981 18983 18230 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 12131159 1580662784 129500 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1739.33
Current children cumulated vsize (KiB) 1543616

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 19047
/proc/meminfo: memFree=1368972/2059040 swapFree=4136376/4192956
[pid=18983] ppid=18981 vsize=1543616 CPUtime=1799.94
/proc/18983/stat : 18983 (java) S 18981 18983 18230 0 -1 4202496 145100 0 1 0 179900 94 0 0 25 0 13 0 12130414 1580662784 131371 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18983/statm: 385904 131371 1450 10 0 383206 0
[pid=18983/tid=18985] ppid=18981 vsize=1543616 CPUtime=1763.9
/proc/18983/task/18985/stat : 18985 (java) R 18981 18983 18230 0 -1 4202560 33111 0 1 0 176372 18 0 0 25 0 13 0 12130416 1580662784 131371 1992294400 134512640 134550932 4287093408 18446744073709551615 4110009822 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18983/tid=18986] ppid=18981 vsize=1543616 CPUtime=15.64
/proc/18983/task/18986/stat : 18986 (java) S 18981 18983 18230 0 -1 4202560 51051 0 0 0 1532 32 0 0 16 0 13 0 12130417 1580662784 131371 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18987] ppid=18981 vsize=1543616 CPUtime=15.65
/proc/18983/task/18987/stat : 18987 (java) S 18981 18983 18230 0 -1 4202560 51543 0 0 0 1533 32 0 0 15 0 13 0 12130417 1580662784 131371 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18988] ppid=18981 vsize=1543616 CPUtime=0.92
/proc/18983/task/18988/stat : 18988 (java) S 18981 18983 18230 0 -1 4202560 140 0 0 0 87 5 0 0 15 0 13 0 12130419 1580662784 131371 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 0 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18989] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18989/stat : 18989 (java) S 18981 18983 18230 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12130419 1580662784 131371 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18990] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18990/stat : 18990 (java) S 18981 18983 18230 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12130419 1580662784 131371 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18991] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18991/stat : 18991 (java) S 18981 18983 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12130424 1580662784 131371 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18992] ppid=18981 vsize=1543616 CPUtime=1.6
/proc/18983/task/18992/stat : 18992 (java) S 18981 18983 18230 0 -1 4202560 4490 0 0 0 159 1 0 0 15 0 13 0 12130424 1580662784 131371 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18993] ppid=18981 vsize=1543616 CPUtime=2.14
/proc/18983/task/18993/stat : 18993 (java) S 18981 18983 18230 0 -1 4202560 3590 0 0 0 213 1 0 0 15 0 13 0 12130424 1580662784 131371 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18994] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18994/stat : 18994 (java) S 18981 18983 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12130424 1580662784 131371 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18995] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18995/stat : 18995 (java) S 18981 18983 18230 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 12130424 1580662784 131371 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18998] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18998/stat : 18998 (java) S 18981 18983 18230 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 12131159 1580662784 131371 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1799.94
Current children cumulated vsize (KiB) 1543616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 19047
/proc/meminfo: memFree=1368972/2059040 swapFree=4136376/4192956
[pid=18983] ppid=18981 vsize=1543616 CPUtime=1800.05
/proc/18983/stat : 18983 (java) S 18981 18983 18230 0 -1 4202496 145100 0 1 0 179911 94 0 0 25 0 13 0 12130414 1580662784 131371 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18983/statm: 385904 131371 1450 10 0 383206 0
[pid=18983/tid=18985] ppid=18981 vsize=1543616 CPUtime=1764.01
/proc/18983/task/18985/stat : 18985 (java) R 18981 18983 18230 0 -1 4202560 33111 0 1 0 176383 18 0 0 25 0 13 0 12130416 1580662784 131371 1992294400 134512640 134550932 4287093408 18446744073709551615 4110010030 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18983/tid=18986] ppid=18981 vsize=1543616 CPUtime=15.64
/proc/18983/task/18986/stat : 18986 (java) S 18981 18983 18230 0 -1 4202560 51051 0 0 0 1532 32 0 0 16 0 13 0 12130417 1580662784 131371 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18987] ppid=18981 vsize=1543616 CPUtime=15.65
/proc/18983/task/18987/stat : 18987 (java) S 18981 18983 18230 0 -1 4202560 51543 0 0 0 1533 32 0 0 15 0 13 0 12130417 1580662784 131371 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18988] ppid=18981 vsize=1543616 CPUtime=0.92
/proc/18983/task/18988/stat : 18988 (java) S 18981 18983 18230 0 -1 4202560 140 0 0 0 87 5 0 0 15 0 13 0 12130419 1580662784 131371 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 0 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18989] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18989/stat : 18989 (java) S 18981 18983 18230 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 12130419 1580662784 131371 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18990] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18990/stat : 18990 (java) S 18981 18983 18230 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 12130419 1580662784 131371 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18991] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18991/stat : 18991 (java) S 18981 18983 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12130424 1580662784 131371 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18992] ppid=18981 vsize=1543616 CPUtime=1.6
/proc/18983/task/18992/stat : 18992 (java) S 18981 18983 18230 0 -1 4202560 4490 0 0 0 159 1 0 0 15 0 13 0 12130424 1580662784 131371 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18993] ppid=18981 vsize=1543616 CPUtime=2.14
/proc/18983/task/18993/stat : 18993 (java) S 18981 18983 18230 0 -1 4202560 3590 0 0 0 213 1 0 0 15 0 13 0 12130424 1580662784 131371 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18994] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18994/stat : 18994 (java) S 18981 18983 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 12130424 1580662784 131371 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18995] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18995/stat : 18995 (java) S 18981 18983 18230 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 12130424 1580662784 131371 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18998] ppid=18981 vsize=1543616 CPUtime=0
/proc/18983/task/18998/stat : 18998 (java) S 18981 18983 18230 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 12131159 1580662784 131371 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1543616

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

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

[startup+1782.52 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 19047
/proc/meminfo: memFree=1368972/2059040 swapFree=4136376/4192956
[pid=18983] ppid=18981 vsize=1544264 CPUtime=1800.22
/proc/18983/stat : 18983 (java) S 18981 18983 18230 0 -1 4202496 145136 0 1 0 179928 94 0 0 18 0 14 0 12130414 1581326336 131406 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18983/statm: 386066 131406 1451 10 0 383368 0
[pid=18983/tid=18985] ppid=18981 vsize=1544264 CPUtime=1764.08
/proc/18983/task/18985/stat : 18985 (java) R 18981 18983 18230 0 -1 4202560 33111 0 1 0 176390 18 0 0 25 0 14 0 12130416 1581326336 131406 1992294400 134512640 134550932 4287093408 18446744073709551615 4110011888 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18983/tid=18986] ppid=18981 vsize=1544264 CPUtime=15.68
/proc/18983/task/18986/stat : 18986 (java) S 18981 18983 18230 0 -1 4202560 51053 0 0 0 1536 32 0 0 15 0 14 0 12130417 1581326336 131406 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18987] ppid=18981 vsize=1544264 CPUtime=15.69
/proc/18983/task/18987/stat : 18987 (java) S 18981 18983 18230 0 -1 4202560 51557 0 0 0 1537 32 0 0 16 0 14 0 12130417 1581326336 131406 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18988] ppid=18981 vsize=1544264 CPUtime=0.92
/proc/18983/task/18988/stat : 18988 (java) S 18981 18983 18230 0 -1 4202560 140 0 0 0 87 5 0 0 15 0 14 0 12130419 1581326336 131406 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 0 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18989] ppid=18981 vsize=1544264 CPUtime=0
/proc/18983/task/18989/stat : 18989 (java) S 18981 18983 18230 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 12130419 1581326336 131406 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18990] ppid=18981 vsize=1544264 CPUtime=0
/proc/18983/task/18990/stat : 18990 (java) S 18981 18983 18230 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 12130419 1581326336 131406 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18991] ppid=18981 vsize=1544264 CPUtime=0
/proc/18983/task/18991/stat : 18991 (java) S 18981 18983 18230 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 12130424 1581326336 131406 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18992] ppid=18981 vsize=1544264 CPUtime=1.6
/proc/18983/task/18992/stat : 18992 (java) S 18981 18983 18230 0 -1 4202560 4490 0 0 0 159 1 0 0 15 0 14 0 12130424 1581326336 131406 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18993] ppid=18981 vsize=1544264 CPUtime=2.14
/proc/18983/task/18993/stat : 18993 (java) S 18981 18983 18230 0 -1 4202560 3590 0 0 0 213 1 0 0 15 0 14 0 12130424 1581326336 131406 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18994] ppid=18981 vsize=1544264 CPUtime=0
/proc/18983/task/18994/stat : 18994 (java) S 18981 18983 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 12130424 1581326336 131406 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 0 0 0 0
[pid=18983/tid=18995] ppid=18981 vsize=1544264 CPUtime=0
/proc/18983/task/18995/stat : 18995 (java) S 18981 18983 18230 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 14 0 12130424 1581326336 131406 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
[pid=18983/tid=18998] ppid=18981 vsize=1544264 CPUtime=0
/proc/18983/task/18998/stat : 18998 (java) S 18981 18983 18230 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 12131159 1581326336 131406 1992294400 134512640 134550932 4287093408 18446744073709551615 4294960144 0 4 0 16800975 18446604437825319872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 1544264

Child status: 143
Real time (s): 1782.57
CPU time (s): 1800.28
CPU user time (s): 1799.28
CPU system time (s): 0.996848
CPU usage (%): 100.993
Max. virtual memory (cumulated for all children) (KiB): 1546288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.28
system time used= 0.996848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145136
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= 42551
involuntary context switches= 41771

runsolver used 3.56346 second user time and 9.50955 second system time

The end

Launcher Data

Begin job on node086 at 2010-06-16 19:12:47
IDJOB=2670173
IDBENCH=48132
IDSOLVER=1165
FILE ID=node086/2670173-1276708367
PBS_JOBID= 11174080
Free space on /tmp= 62576 MiB

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

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

MD5SUM BENCH= 64354bd2b9c3cc2f1ca2c32032e5c032
RANDOM SEED=1758602098

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
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	: 5999.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1892936 kB
Buffers:         14520 kB
Cached:          86600 kB
SwapCached:      10456 kB
Active:          82260 kB
Inactive:        32372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1892936 kB
SwapTotal:     4192956 kB
SwapFree:      4136376 kB
Dirty:             384 kB
Writeback:           0 kB
AnonPages:       10960 kB
Mapped:           9100 kB
Slab:            29720 kB
PageTables:       3980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180676 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= 62576 MiB
End job on node086 at 2010-06-16 19:42:31