Trace number 2660724

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)1120 1800.21 1796.01

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_7_60_4.opb
MD5SUM8206de06d2228a9d751f3cf3a6d7aa05
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark1791.86
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 variables172
Total number of constraints14
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 constraints14
Minimum length of a constraint75
Maximum length of a constraint76
Number of terms in the objective function 112
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3570
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1531
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5104
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.04/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.19	c See www.sat4j.org for details.
0.13/0.20	c version 2.2.0.v20100526
0.13/0.20	c java.runtime.name	Java(TM) SE Runtime Environment
0.13/0.20	c java.vm.name		Java HotSpot(TM) Server VM
0.13/0.20	c java.vm.version	11.2-b01
0.13/0.20	c java.vm.vendor	Sun Microsystems Inc.
0.13/0.20	c sun.arch.data.model	32
0.13/0.20	c java.version		1.6.0_12
0.13/0.20	c os.name		Linux
0.13/0.20	c os.version		2.6.18-164.el5
0.13/0.20	c os.arch		i386
0.13/0.20	c Free memory 		1393557488
0.13/0.20	c Max memory 		1395916800
0.13/0.20	c Total memory 		1395916800
0.13/0.20	c Number of processors 	2
0.13/0.27	c Pseudo Boolean Optimization
0.13/0.27	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.27	c --- Begin Solver configuration ---
0.13/0.27	c Stops conflict analysis at the first Unique Implication Point
0.13/0.27	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.13/0.27	c Learn all clauses as in MiniSAT
0.13/0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.27	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.27	c No reason simplification
0.13/0.27	c Armin Biere (Picosat) restarts strategy
0.13/0.27	c Glucose learned constraints deletion strategy
0.13/0.27	c timeout=2147483s
0.13/0.27	c DB Simplification allowed=false
0.13/0.27	c --- End Solver configuration ---
0.13/0.27	c solving HOME/instance-2660724-1276615350.opb
0.13/0.27	c reading problem ... 
0.28/0.38	c ... done. Wall clock time 0.115s.
0.28/0.38	c #vars     172
0.28/0.38	c #constraints  14
0.28/0.38	c constraints type 
0.28/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14
4.27/2.57	c SATISFIABLE
4.27/2.57	c OPTIMIZING...
4.27/2.57	c Got one! Elapsed wall clock time (in seconds):2.298
4.27/2.57	o 2394
5.48/3.64	c Got one! Elapsed wall clock time (in seconds):3.371
5.48/3.64	o 2203
7.54/5.68	c Got one! Elapsed wall clock time (in seconds):5.418
7.54/5.68	o 1978
10.20/8.24	c Got one! Elapsed wall clock time (in seconds):7.98
10.20/8.24	o 1935
20.35/18.36	c Got one! Elapsed wall clock time (in seconds):18.097
20.35/18.36	o 1745
58.57/56.48	c Got one! Elapsed wall clock time (in seconds):56.218
58.57/56.48	o 1738
77.98/75.67	c Got one! Elapsed wall clock time (in seconds):75.402
77.98/75.67	o 1730
111.56/109.13	c Got one! Elapsed wall clock time (in seconds):108.863
111.56/109.13	o 1601
250.87/248.16	c Got one! Elapsed wall clock time (in seconds):247.897
250.87/248.16	o 1234
375.58/372.75	c Got one! Elapsed wall clock time (in seconds):372.483
375.58/372.75	o 1167
605.33/602.10	c Got one! Elapsed wall clock time (in seconds):601.837
605.33/602.10	o 1120
1800.09/1795.91	c starts		: 26
1800.09/1795.91	c conflicts		: 2991
1800.09/1795.91	c decisions		: 6770
1800.09/1795.91	c propagations		: 32640
1800.09/1795.91	c inspects		: 18639784
1800.09/1795.91	c learnt literals	: 0
1800.09/1795.91	c learnt binary clauses	: 0
1800.09/1795.91	c learnt ternary clauses	: 0
1800.09/1795.91	c learnt clauses	: 2990
1800.09/1795.91	c ignored clauses	: 0
1800.09/1795.91	c root simplifications	: 0
1800.09/1795.91	c removed literals (reason simplification)	: 0
1800.09/1795.91	c reason swapping (by a shorter reason)	: 0
1800.09/1795.91	c Calls to reduceDB	: 0
1800.09/1795.91	c number of reductions to clauses (during analyze)	: 0
1800.09/1795.91	c number of learned constraints concerned by reduction	: 0
1800.09/1795.91	c number of learning phase by resolution	: 0
1800.09/1795.91	c number of learning phase by cutting planes	: 0
1800.09/1795.91	c speed (assignments/second)	: 27.341011265602347
1800.09/1795.91	c non guided choices	300
1800.09/1795.92	c learnt constraints type 
1800.09/1795.92	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 11
1800.09/1795.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2979
1800.09/1795.92	c constraints type 
1800.09/1795.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15
1800.09/1795.92	s SATISFIABLE
1800.09/1795.92	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 
1800.09/1795.92	c objective function=1120
1800.09/1795.92	c Total wall clock time (in seconds): 1795.656

Verifier Data

OK	1120

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2660724-1276615350/watcher-2660724-1276615350 -o /tmp/evaluation-result-2660724-1276615350/solver-2660724-1276615350 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660724-1276615350.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.85 0.97 0.99 3/106 10000
/proc/meminfo: memFree=1781676/2059040 swapFree=4192956/4192956
[pid=10000] ppid=9998 vsize=300 CPUtime=0
/proc/10000/stat : 10000 (java6) D 9998 10000 9975 0 -1 4194304 116 0 1 0 0 0 0 0 23 0 1 0 2830370 307200 36 1992294400 134512640 134550932 4293575536 18446744073709551615 7467732 0 0 4096 0 18446744071562234166 0 0 17 1 0 0 0
/proc/10000/statm: 75 36 28 10 0 23 0

[startup+0.083312 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 10000
/proc/meminfo: memFree=1781676/2059040 swapFree=4192956/4192956
[pid=10000] ppid=9998 vsize=1521016 CPUtime=0.03
/proc/10000/stat : 10000 (java) S 9998 10000 9975 0 -1 4202496 3446 0 6 0 2 1 0 0 15 0 5 0 2830370 1557520384 2893 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 2
/proc/10000/statm: 380254 2893 971 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.100311 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 10000
/proc/meminfo: memFree=1781676/2059040 swapFree=4192956/4192956
[pid=10000] ppid=9998 vsize=1521664 CPUtime=0.04
/proc/10000/stat : 10000 (java) S 9998 10000 9975 0 -1 4202496 3626 0 6 0 3 1 0 0 15 0 7 0 2830370 1558183936 3071 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 2
/proc/10000/statm: 380416 3071 1024 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.3003 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 10000
/proc/meminfo: memFree=1781676/2059040 swapFree=4192956/4192956
[pid=10000] ppid=9998 vsize=1526652 CPUtime=0.28
/proc/10000/stat : 10000 (java) S 9998 10000 9975 0 -1 4202496 5326 0 6 0 26 2 0 0 15 0 12 0 2830370 1563291648 4767 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2
/proc/10000/statm: 381663 4767 1349 10 0 378965 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1526652

[startup+0.700278 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 10000
/proc/meminfo: memFree=1781676/2059040 swapFree=4192956/4192956
[pid=10000] ppid=9998 vsize=1530432 CPUtime=1.03
/proc/10000/stat : 10000 (java) S 9998 10000 9975 0 -1 4202496 7607 0 6 0 99 4 0 0 15 0 13 0 2830370 1567162368 6710 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2
/proc/10000/statm: 382608 6710 1401 10 0 379910 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1530432

[startup+1.50123 s]
/proc/loadavg: 0.85 0.97 0.99 6/119 10013
/proc/meminfo: memFree=1745152/2059040 swapFree=4192956/4192956
[pid=10000] ppid=9998 vsize=1546292 CPUtime=2.63
/proc/10000/stat : 10000 (java) S 9998 10000 9975 0 -1 4202496 18252 0 6 0 254 9 0 0 15 0 13 0 2830370 1583403008 14380 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2
/proc/10000/statm: 386573 14380 1414 10 0 383875 0
[pid=10000/tid=10002] ppid=9998 vsize=1546292 CPUtime=1.07
/proc/10000/task/10002/stat : 10002 (java) R 9998 10000 9975 0 -1 4202560 8469 0 3 0 104 3 0 0 25 0 13 0 2830374 1583403008 14380 1992294400 134512640 134550932 4294215392 18446744073709551615 4109023291 0 4 0 16800975 0 0 0 -1 1 0 0 1
[pid=10000/tid=10003] ppid=9998 vsize=1546292 CPUtime=0
/proc/10000/task/10003/stat : 10003 (java) S 9998 10000 9975 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 2830376 1583403008 14380 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10004] ppid=9998 vsize=1546292 CPUtime=0
/proc/10000/task/10004/stat : 10004 (java) S 9998 10000 9975 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 2830376 1583403008 14380 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10005] ppid=9998 vsize=1546292 CPUtime=0
/proc/10000/task/10005/stat : 10005 (java) S 9998 10000 9975 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 2830378 1583403008 14380 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 0 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10006] ppid=9998 vsize=1546292 CPUtime=0
/proc/10000/task/10006/stat : 10006 (java) S 9998 10000 9975 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 2830379 1583403008 14380 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10007] ppid=9998 vsize=1546292 CPUtime=0
/proc/10000/task/10007/stat : 10007 (java) S 9998 10000 9975 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 2830379 1583403008 14380 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10008] ppid=9998 vsize=1546292 CPUtime=0
/proc/10000/task/10008/stat : 10008 (java) S 9998 10000 9975 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 2830384 1583403008 14380 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10009] ppid=9998 vsize=1546292 CPUtime=1.04
/proc/10000/task/10009/stat : 10009 (java) R 9998 10000 9975 0 -1 4202560 5223 0 0 0 102 2 0 0 17 0 13 0 2830384 1583403008 14380 1992294400 134512640 134550932 4294215392 18446744073709551615 105588376 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10000/tid=10010] ppid=9998 vsize=1546292 CPUtime=0.49
/proc/10000/task/10010/stat : 10010 (java) R 9998 10000 9975 0 -1 4202560 3496 0 0 0 47 2 0 0 17 0 13 0 2830384 1583403008 14380 1992294400 134512640 134550932 4294215392 18446744073709551615 104138949 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10000/tid=10011] ppid=9998 vsize=1546292 CPUtime=0
/proc/10000/task/10011/stat : 10011 (java) S 9998 10000 9975 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 2830384 1583403008 14380 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10012] ppid=9998 vsize=1546292 CPUtime=0
/proc/10000/task/10012/stat : 10012 (java) S 9998 10000 9975 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2830384 1583403008 14380 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10013] ppid=9998 vsize=1546292 CPUtime=0
/proc/10000/task/10013/stat : 10013 (java) S 9998 10000 9975 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 2830410 1583403008 14380 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 1546292

[startup+3.10115 s]
/proc/loadavg: 0.85 0.97 0.99 3/119 10013
/proc/meminfo: memFree=1697040/2059040 swapFree=4192956/4192956
[pid=10000] ppid=9998 vsize=1545404 CPUtime=4.96
/proc/10000/stat : 10000 (java) S 9998 10000 9975 0 -1 4202496 42996 0 6 0 478 18 0 0 15 0 13 0 2830370 1582493696 38414 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2
/proc/10000/statm: 386351 38414 1438 10 0 383653 0
[pid=10000/tid=10002] ppid=9998 vsize=1545404 CPUtime=2.25
/proc/10000/task/10002/stat : 10002 (java) R 9998 10000 9975 0 -1 4202560 32078 0 3 0 213 12 0 0 25 0 13 0 2830374 1582493696 38414 1992294400 134512640 134550932 4294215392 18446744073709551615 4109446899 0 4 0 16800975 0 0 0 -1 0 0 0 1
[pid=10000/tid=10003] ppid=9998 vsize=1545404 CPUtime=0
/proc/10000/task/10003/stat : 10003 (java) S 9998 10000 9975 0 -1 4202560 243 0 0 0 0 0 0 0 16 0 13 0 2830376 1582493696 38414 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10004] ppid=9998 vsize=1545404 CPUtime=0
/proc/10000/task/10004/stat : 10004 (java) S 9998 10000 9975 0 -1 4202560 180 0 0 0 0 0 0 0 18 0 13 0 2830376 1582493696 38414 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10005] ppid=9998 vsize=1545404 CPUtime=0
/proc/10000/task/10005/stat : 10005 (java) S 9998 10000 9975 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 2830378 1582493696 38414 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 0 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10006] ppid=9998 vsize=1545404 CPUtime=0
/proc/10000/task/10006/stat : 10006 (java) S 9998 10000 9975 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2830379 1582493696 38414 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10007] ppid=9998 vsize=1545404 CPUtime=0
/proc/10000/task/10007/stat : 10007 (java) S 9998 10000 9975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2830379 1582493696 38414 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10008] ppid=9998 vsize=1545404 CPUtime=0
/proc/10000/task/10008/stat : 10008 (java) S 9998 10000 9975 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 2830384 1582493696 38414 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10009] ppid=9998 vsize=1545404 CPUtime=1.62
/proc/10000/task/10009/stat : 10009 (java) S 9998 10000 9975 0 -1 4202560 5481 0 0 0 160 2 0 0 15 0 13 0 2830384 1582493696 38414 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10010] ppid=9998 vsize=1545404 CPUtime=1.04
/proc/10000/task/10010/stat : 10010 (java) S 9998 10000 9975 0 -1 4202560 3943 0 0 0 102 2 0 0 16 0 13 0 2830384 1582493696 38414 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10011] ppid=9998 vsize=1545404 CPUtime=0
/proc/10000/task/10011/stat : 10011 (java) S 9998 10000 9975 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 2830384 1582493696 38414 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10012] ppid=9998 vsize=1545404 CPUtime=0
/proc/10000/task/10012/stat : 10012 (java) S 9998 10000 9975 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2830384 1582493696 38414 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10013] ppid=9998 vsize=1545404 CPUtime=0
/proc/10000/task/10013/stat : 10013 (java) S 9998 10000 9975 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 2830410 1582493696 38414 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 1545404

[startup+6.30197 s]
/proc/loadavg: 0.94 0.99 0.99 2/119 10013
/proc/meminfo: memFree=1625988/2059040 swapFree=4192956/4192956
[pid=10000] ppid=9998 vsize=1543396 CPUtime=8.26
/proc/10000/stat : 10000 (java) S 9998 10000 9975 0 -1 4202496 46580 0 6 0 806 20 0 0 15 0 13 0 2830370 1580437504 41621 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2
/proc/10000/statm: 385849 41621 1438 10 0 383151 0
[pid=10000/tid=10002] ppid=9998 vsize=1543396 CPUtime=5.39
/proc/10000/task/10002/stat : 10002 (java) R 9998 10000 9975 0 -1 4202560 32085 0 3 0 527 12 0 0 25 0 13 0 2830374 1580437504 41621 1992294400 134512640 134550932 4294215392 18446744073709551615 4109586364 0 4 0 16800975 0 0 0 -1 0 0 0 1
[pid=10000/tid=10003] ppid=9998 vsize=1543396 CPUtime=0.05
/proc/10000/task/10003/stat : 10003 (java) S 9998 10000 9975 0 -1 4202560 2059 0 0 0 5 0 0 0 15 0 13 0 2830376 1580437504 41621 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10004] ppid=9998 vsize=1543396 CPUtime=0.05
/proc/10000/task/10004/stat : 10004 (java) S 9998 10000 9975 0 -1 4202560 1919 0 0 0 5 0 0 0 16 0 13 0 2830376 1580437504 41621 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10005] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10005/stat : 10005 (java) S 9998 10000 9975 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 2830378 1580437504 41621 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 0 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10006] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10006/stat : 10006 (java) S 9998 10000 9975 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2830379 1580437504 41621 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10007] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10007/stat : 10007 (java) S 9998 10000 9975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2830379 1580437504 41621 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10008] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10008/stat : 10008 (java) S 9998 10000 9975 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 2830384 1580437504 41621 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10009] ppid=9998 vsize=1543396 CPUtime=1.63
/proc/10000/task/10009/stat : 10009 (java) S 9998 10000 9975 0 -1 4202560 5481 0 0 0 161 2 0 0 16 0 13 0 2830384 1580437504 41621 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10010] ppid=9998 vsize=1543396 CPUtime=1.08
/proc/10000/task/10010/stat : 10010 (java) S 9998 10000 9975 0 -1 4202560 3945 0 0 0 106 2 0 0 15 0 13 0 2830384 1580437504 41621 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10011] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10011/stat : 10011 (java) S 9998 10000 9975 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 2830384 1580437504 41621 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10012] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10012/stat : 10012 (java) S 9998 10000 9975 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2830384 1580437504 41621 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10013] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10013/stat : 10013 (java) S 9998 10000 9975 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 2830410 1580437504 41621 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 1543396

[startup+12.7016 s]
/proc/loadavg: 0.95 0.99 0.99 2/119 10013
/proc/meminfo: memFree=1590276/2059040 swapFree=4192956/4192956
[pid=10000] ppid=9998 vsize=1543396 CPUtime=14.75
/proc/10000/stat : 10000 (java) S 9998 10000 9975 0 -1 4202496 53996 0 6 0 1450 25 0 0 15 0 13 0 2830370 1580437504 48641 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2
/proc/10000/statm: 385849 48641 1438 10 0 383151 0
[pid=10000/tid=10002] ppid=9998 vsize=1543396 CPUtime=11.73
/proc/10000/task/10002/stat : 10002 (java) R 9998 10000 9975 0 -1 4202560 35576 0 3 0 1158 15 0 0 25 0 13 0 2830374 1580437504 48641 1992294400 134512640 134550932 4294215392 18446744073709551615 4109362882 0 4 0 16800975 0 0 0 -1 0 0 0 1
[pid=10000/tid=10003] ppid=9998 vsize=1543396 CPUtime=0.11
/proc/10000/task/10003/stat : 10003 (java) S 9998 10000 9975 0 -1 4202560 4178 0 0 0 10 1 0 0 16 0 13 0 2830376 1580437504 48641 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10004] ppid=9998 vsize=1543396 CPUtime=0.11
/proc/10000/task/10004/stat : 10004 (java) S 9998 10000 9975 0 -1 4202560 3724 0 0 0 9 2 0 0 15 0 13 0 2830376 1580437504 48641 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10005] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10005/stat : 10005 (java) S 9998 10000 9975 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 2830378 1580437504 48641 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 0 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10006] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10006/stat : 10006 (java) S 9998 10000 9975 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2830379 1580437504 48641 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10007] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10007/stat : 10007 (java) S 9998 10000 9975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2830379 1580437504 48641 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10008] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10008/stat : 10008 (java) S 9998 10000 9975 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 2830384 1580437504 48641 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10009] ppid=9998 vsize=1543396 CPUtime=1.63
/proc/10000/task/10009/stat : 10009 (java) S 9998 10000 9975 0 -1 4202560 5481 0 0 0 161 2 0 0 15 0 13 0 2830384 1580437504 48641 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10010] ppid=9998 vsize=1543396 CPUtime=1.12
/proc/10000/task/10010/stat : 10010 (java) S 9998 10000 9975 0 -1 4202560 3946 0 0 0 110 2 0 0 15 0 13 0 2830384 1580437504 48641 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10011] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10011/stat : 10011 (java) S 9998 10000 9975 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 2830384 1580437504 48641 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10012] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10012/stat : 10012 (java) S 9998 10000 9975 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 2830384 1580437504 48641 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10013] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10013/stat : 10013 (java) S 9998 10000 9975 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 2830410 1580437504 48641 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.75
Current children cumulated vsize (KiB) 1543396

[startup+25.5009 s]
/proc/loadavg: 0.96 0.99 0.99 2/119 10013
/proc/meminfo: memFree=1583456/2059040 swapFree=4192956/4192956
[pid=10000] ppid=9998 vsize=1543396 CPUtime=27.57
/proc/10000/stat : 10000 (java) S 9998 10000 9975 0 -1 4202496 56355 0 6 0 2731 26 0 0 15 0 13 0 2830370 1580437504 50350 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2
/proc/10000/statm: 385849 50350 1438 10 0 383151 0
[pid=10000/tid=10002] ppid=9998 vsize=1543396 CPUtime=24.49
/proc/10000/task/10002/stat : 10002 (java) R 9998 10000 9975 0 -1 4202560 35582 0 3 0 2434 15 0 0 25 0 13 0 2830374 1580437504 50350 1992294400 134512640 134550932 4294215392 18446744073709551615 4109362845 0 4 0 16800975 0 0 0 -1 0 0 0 1
[pid=10000/tid=10003] ppid=9998 vsize=1543396 CPUtime=0.15
/proc/10000/task/10003/stat : 10003 (java) S 9998 10000 9975 0 -1 4202560 5336 0 0 0 13 2 0 0 16 0 13 0 2830376 1580437504 50350 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10004] ppid=9998 vsize=1543396 CPUtime=0.14
/proc/10000/task/10004/stat : 10004 (java) S 9998 10000 9975 0 -1 4202560 4919 0 0 0 12 2 0 0 15 0 13 0 2830376 1580437504 50350 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10005] ppid=9998 vsize=1543396 CPUtime=0

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

[pid=10000] ppid=9998 vsize=1543396 CPUtime=1666.44
/proc/10000/stat : 10000 (java) S 9998 10000 9975 0 -1 4202496 119064 0 6 0 166577 67 0 0 15 0 13 0 2830370 1580437504 103485 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2
/proc/10000/statm: 385849 103485 1438 10 0 383151 0
[pid=10000/tid=10002] ppid=9998 vsize=1543396 CPUtime=1658.31
/proc/10000/task/10002/stat : 10002 (java) R 9998 10000 9975 0 -1 4202560 35885 0 3 0 165811 20 0 0 25 0 13 0 2830374 1580437504 103485 1992294400 134512640 134550932 4294215392 18446744073709551615 4109588206 0 4 0 16800975 0 0 0 -1 1 0 0 1
[pid=10000/tid=10003] ppid=9998 vsize=1543396 CPUtime=2.43
/proc/10000/task/10003/stat : 10003 (java) S 9998 10000 9975 0 -1 4202560 37657 0 0 0 222 21 0 0 15 0 13 0 2830376 1580437504 103485 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10004] ppid=9998 vsize=1543396 CPUtime=2.44
/proc/10000/task/10004/stat : 10004 (java) S 9998 10000 9975 0 -1 4202560 34803 0 0 0 228 16 0 0 16 0 13 0 2830376 1580437504 103485 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10005] ppid=9998 vsize=1543396 CPUtime=0.08
/proc/10000/task/10005/stat : 10005 (java) S 9998 10000 9975 0 -1 4202560 123 0 0 0 6 2 0 0 15 0 13 0 2830378 1580437504 103485 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 0 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10006] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10006/stat : 10006 (java) S 9998 10000 9975 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2830379 1580437504 103485 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10007] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10007/stat : 10007 (java) S 9998 10000 9975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2830379 1580437504 103485 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10008] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10008/stat : 10008 (java) S 9998 10000 9975 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 2830384 1580437504 103485 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10009] ppid=9998 vsize=1543396 CPUtime=1.95
/proc/10000/task/10009/stat : 10009 (java) S 9998 10000 9975 0 -1 4202560 5491 0 0 0 193 2 0 0 15 0 13 0 2830384 1580437504 103485 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10010] ppid=9998 vsize=1543396 CPUtime=1.14
/proc/10000/task/10010/stat : 10010 (java) S 9998 10000 9975 0 -1 4202560 3946 0 0 0 112 2 0 0 15 0 13 0 2830384 1580437504 103485 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10011] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10011/stat : 10011 (java) S 9998 10000 9975 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 2830384 1580437504 103485 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10012] ppid=9998 vsize=1543396 CPUtime=0.01
/proc/10000/task/10012/stat : 10012 (java) S 9998 10000 9975 0 -1 4202560 96 0 0 0 1 0 0 0 15 0 13 0 2830384 1580437504 103485 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10013] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10013/stat : 10013 (java) S 9998 10000 9975 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 2830410 1580437504 103485 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1666.44
Current children cumulated vsize (KiB) 1543396

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10062
/proc/meminfo: memFree=1365960/2059040 swapFree=4192956/4192956
[pid=10000] ppid=9998 vsize=1543396 CPUtime=1726.47
/proc/10000/stat : 10000 (java) S 9998 10000 9975 0 -1 4202496 119867 0 6 0 172579 68 0 0 15 0 13 0 2830370 1580437504 104278 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2
/proc/10000/statm: 385849 104278 1438 10 0 383151 0
[pid=10000/tid=10002] ppid=9998 vsize=1543396 CPUtime=1718.26
/proc/10000/task/10002/stat : 10002 (java) R 9998 10000 9975 0 -1 4202560 35889 0 3 0 171806 20 0 0 25 0 13 0 2830374 1580437504 104278 1992294400 134512640 134550932 4294215392 18446744073709551615 4109362866 0 4 0 16800975 0 0 0 -1 1 0 0 1
[pid=10000/tid=10003] ppid=9998 vsize=1543396 CPUtime=2.48
/proc/10000/task/10003/stat : 10003 (java) S 9998 10000 9975 0 -1 4202560 38390 0 0 0 226 22 0 0 15 0 13 0 2830376 1580437504 104278 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10004] ppid=9998 vsize=1543396 CPUtime=2.48
/proc/10000/task/10004/stat : 10004 (java) S 9998 10000 9975 0 -1 4202560 34863 0 0 0 232 16 0 0 16 0 13 0 2830376 1580437504 104278 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10005] ppid=9998 vsize=1543396 CPUtime=0.08
/proc/10000/task/10005/stat : 10005 (java) S 9998 10000 9975 0 -1 4202560 125 0 0 0 6 2 0 0 15 0 13 0 2830378 1580437504 104278 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 0 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10006] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10006/stat : 10006 (java) S 9998 10000 9975 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2830379 1580437504 104278 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10007] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10007/stat : 10007 (java) S 9998 10000 9975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2830379 1580437504 104278 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10008] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10008/stat : 10008 (java) S 9998 10000 9975 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 2830384 1580437504 104278 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10009] ppid=9998 vsize=1543396 CPUtime=1.95
/proc/10000/task/10009/stat : 10009 (java) S 9998 10000 9975 0 -1 4202560 5491 0 0 0 193 2 0 0 15 0 13 0 2830384 1580437504 104278 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10010] ppid=9998 vsize=1543396 CPUtime=1.14
/proc/10000/task/10010/stat : 10010 (java) S 9998 10000 9975 0 -1 4202560 3946 0 0 0 112 2 0 0 15 0 13 0 2830384 1580437504 104278 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10011] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10011/stat : 10011 (java) S 9998 10000 9975 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 2830384 1580437504 104278 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10012] ppid=9998 vsize=1543396 CPUtime=0.01
/proc/10000/task/10012/stat : 10012 (java) S 9998 10000 9975 0 -1 4202560 100 0 0 0 1 0 0 0 15 0 13 0 2830384 1580437504 104278 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10013] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10013/stat : 10013 (java) S 9998 10000 9975 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 2830410 1580437504 104278 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.47
Current children cumulated vsize (KiB) 1543396

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10064
/proc/meminfo: memFree=1364720/2059040 swapFree=4192956/4192956
[pid=10000] ppid=9998 vsize=1543396 CPUtime=1786.47
/proc/10000/stat : 10000 (java) S 9998 10000 9975 0 -1 4202496 120126 0 6 0 178579 68 0 0 15 0 13 0 2830370 1580437504 104516 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2
/proc/10000/statm: 385849 104516 1438 10 0 383151 0
[pid=10000/tid=10002] ppid=9998 vsize=1543396 CPUtime=1778.23
/proc/10000/task/10002/stat : 10002 (java) R 9998 10000 9975 0 -1 4202560 35890 0 3 0 177803 20 0 0 25 0 13 0 2830374 1580437504 104516 1992294400 134512640 134550932 4294215392 18446744073709551615 4109446931 0 4 0 16800975 0 0 0 -1 1 0 0 1
[pid=10000/tid=10003] ppid=9998 vsize=1543396 CPUtime=2.49
/proc/10000/task/10003/stat : 10003 (java) S 9998 10000 9975 0 -1 4202560 38411 0 0 0 227 22 0 0 16 0 13 0 2830376 1580437504 104516 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10004] ppid=9998 vsize=1543396 CPUtime=2.49
/proc/10000/task/10004/stat : 10004 (java) S 9998 10000 9975 0 -1 4202560 35094 0 0 0 233 16 0 0 15 0 13 0 2830376 1580437504 104516 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10005] ppid=9998 vsize=1543396 CPUtime=0.08
/proc/10000/task/10005/stat : 10005 (java) S 9998 10000 9975 0 -1 4202560 127 0 0 0 6 2 0 0 15 0 13 0 2830378 1580437504 104516 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 0 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10006] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10006/stat : 10006 (java) S 9998 10000 9975 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2830379 1580437504 104516 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10007] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10007/stat : 10007 (java) S 9998 10000 9975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2830379 1580437504 104516 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10008] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10008/stat : 10008 (java) S 9998 10000 9975 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 2830384 1580437504 104516 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10009] ppid=9998 vsize=1543396 CPUtime=1.95
/proc/10000/task/10009/stat : 10009 (java) S 9998 10000 9975 0 -1 4202560 5491 0 0 0 193 2 0 0 15 0 13 0 2830384 1580437504 104516 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10010] ppid=9998 vsize=1543396 CPUtime=1.14
/proc/10000/task/10010/stat : 10010 (java) S 9998 10000 9975 0 -1 4202560 3946 0 0 0 112 2 0 0 15 0 13 0 2830384 1580437504 104516 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10011] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10011/stat : 10011 (java) S 9998 10000 9975 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 2830384 1580437504 104516 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10012] ppid=9998 vsize=1543396 CPUtime=0.01
/proc/10000/task/10012/stat : 10012 (java) S 9998 10000 9975 0 -1 4202560 104 0 0 0 1 0 0 0 15 0 13 0 2830384 1580437504 104516 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10013] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10013/stat : 10013 (java) S 9998 10000 9975 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 2830410 1580437504 104516 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.47
Current children cumulated vsize (KiB) 1543396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10064
/proc/meminfo: memFree=1362984/2059040 swapFree=4192956/4192956
[pid=10000] ppid=9998 vsize=1543396 CPUtime=1800.09
/proc/10000/stat : 10000 (java) S 9998 10000 9975 0 -1 4202496 120555 0 6 0 179940 69 0 0 15 0 13 0 2830370 1580437504 104940 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2
/proc/10000/statm: 385849 104940 1438 10 0 383151 0
[pid=10000/tid=10002] ppid=9998 vsize=1543396 CPUtime=1791.81
/proc/10000/task/10002/stat : 10002 (java) R 9998 10000 9975 0 -1 4202560 35892 0 3 0 179161 20 0 0 25 0 13 0 2830374 1580437504 104940 1992294400 134512640 134550932 4294215392 18446744073709551615 4109362872 0 4 0 16800975 0 0 0 -1 1 0 0 1
[pid=10000/tid=10003] ppid=9998 vsize=1543396 CPUtime=2.51
/proc/10000/task/10003/stat : 10003 (java) S 9998 10000 9975 0 -1 4202560 38688 0 0 0 229 22 0 0 16 0 13 0 2830376 1580437504 104940 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10004] ppid=9998 vsize=1543396 CPUtime=2.51
/proc/10000/task/10004/stat : 10004 (java) S 9998 10000 9975 0 -1 4202560 35242 0 0 0 235 16 0 0 15 0 13 0 2830376 1580437504 104940 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10005] ppid=9998 vsize=1543396 CPUtime=0.08
/proc/10000/task/10005/stat : 10005 (java) S 9998 10000 9975 0 -1 4202560 129 0 0 0 6 2 0 0 15 0 13 0 2830378 1580437504 104940 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 0 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10006] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10006/stat : 10006 (java) S 9998 10000 9975 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2830379 1580437504 104940 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10007] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10007/stat : 10007 (java) S 9998 10000 9975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2830379 1580437504 104940 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10008] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10008/stat : 10008 (java) S 9998 10000 9975 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 2830384 1580437504 104940 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10009] ppid=9998 vsize=1543396 CPUtime=1.95
/proc/10000/task/10009/stat : 10009 (java) S 9998 10000 9975 0 -1 4202560 5491 0 0 0 193 2 0 0 15 0 13 0 2830384 1580437504 104940 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10010] ppid=9998 vsize=1543396 CPUtime=1.14
/proc/10000/task/10010/stat : 10010 (java) S 9998 10000 9975 0 -1 4202560 3946 0 0 0 112 2 0 0 15 0 13 0 2830384 1580437504 104940 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10011] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10011/stat : 10011 (java) S 9998 10000 9975 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 2830384 1580437504 104940 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10012] ppid=9998 vsize=1543396 CPUtime=0.01
/proc/10000/task/10012/stat : 10012 (java) S 9998 10000 9975 0 -1 4202560 104 0 0 0 1 0 0 0 15 0 13 0 2830384 1580437504 104940 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10013] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10013/stat : 10013 (java) S 9998 10000 9975 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 2830410 1580437504 104940 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1543396

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

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

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10064
/proc/meminfo: memFree=1362984/2059040 swapFree=4192956/4192956
[pid=10000] ppid=9998 vsize=1543396 CPUtime=1800.09
/proc/10000/stat : 10000 (java) S 9998 10000 9975 0 -1 4202496 120555 0 6 0 179940 69 0 0 15 0 13 0 2830370 1580437504 104940 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 2
/proc/10000/statm: 385849 104940 1438 10 0 383151 0
[pid=10000/tid=10002] ppid=9998 vsize=1543396 CPUtime=1791.81
/proc/10000/task/10002/stat : 10002 (java) R 9998 10000 9975 0 -1 4202560 35892 0 3 0 179161 20 0 0 25 0 13 0 2830374 1580437504 104940 1992294400 134512640 134550932 4294215392 18446744073709551615 4109362872 0 4 0 16800975 0 0 0 -1 1 0 0 1
[pid=10000/tid=10003] ppid=9998 vsize=1543396 CPUtime=2.51
/proc/10000/task/10003/stat : 10003 (java) S 9998 10000 9975 0 -1 4202560 38688 0 0 0 229 22 0 0 16 0 13 0 2830376 1580437504 104940 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10004] ppid=9998 vsize=1543396 CPUtime=2.51
/proc/10000/task/10004/stat : 10004 (java) S 9998 10000 9975 0 -1 4202560 35242 0 0 0 235 16 0 0 15 0 13 0 2830376 1580437504 104940 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10005] ppid=9998 vsize=1543396 CPUtime=0.08
/proc/10000/task/10005/stat : 10005 (java) S 9998 10000 9975 0 -1 4202560 129 0 0 0 6 2 0 0 15 0 13 0 2830378 1580437504 104940 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 0 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10006] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10006/stat : 10006 (java) S 9998 10000 9975 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2830379 1580437504 104940 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10007] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10007/stat : 10007 (java) S 9998 10000 9975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2830379 1580437504 104940 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10008] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10008/stat : 10008 (java) S 9998 10000 9975 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 2830384 1580437504 104940 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10009] ppid=9998 vsize=1543396 CPUtime=1.95
/proc/10000/task/10009/stat : 10009 (java) S 9998 10000 9975 0 -1 4202560 5491 0 0 0 193 2 0 0 15 0 13 0 2830384 1580437504 104940 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10010] ppid=9998 vsize=1543396 CPUtime=1.14
/proc/10000/task/10010/stat : 10010 (java) S 9998 10000 9975 0 -1 4202560 3946 0 0 0 112 2 0 0 15 0 13 0 2830384 1580437504 104940 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10011] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10011/stat : 10011 (java) S 9998 10000 9975 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 2830384 1580437504 104940 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=10000/tid=10012] ppid=9998 vsize=1543396 CPUtime=0.01
/proc/10000/task/10012/stat : 10012 (java) S 9998 10000 9975 0 -1 4202560 104 0 0 0 1 0 0 0 15 0 13 0 2830384 1580437504 104940 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=10000/tid=10013] ppid=9998 vsize=1543396 CPUtime=0
/proc/10000/task/10013/stat : 10013 (java) S 9998 10000 9975 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 2830410 1580437504 104940 1992294400 134512640 134550932 4294215392 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1543396

Child status: 143
Real time (s): 1796.01
CPU time (s): 1800.21
CPU user time (s): 1799.48
CPU system time (s): 0.732888
CPU usage (%): 100.234
Max. virtual memory (cumulated for all children) (KiB): 1547680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.48
system time used= 0.732888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120576
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39494
involuntary context switches= 37300

runsolver used 3.59645 second user time and 8.94764 second system time

The end

Launcher Data

Begin job on node029 at 2010-06-15 17:22:30
IDJOB=2660724
IDBENCH=2921
IDSOLVER=1165
FILE ID=node029/2660724-1276615350
PBS_JOBID= 11172303
Free space on /tmp= 62576 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_7_60_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-2660724-1276615350/watcher-2660724-1276615350 -o /tmp/evaluation-result-2660724-1276615350/solver-2660724-1276615350 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660724-1276615350.opb

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

MD5SUM BENCH= 8206de06d2228a9d751f3cf3a6d7aa05
RANDOM SEED=1149477739

node029.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.221
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.44
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.221
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:       1782072 kB
Buffers:         27096 kB
Cached:         125816 kB
SwapCached:          0 kB
Active:          93000 kB
Inactive:       120280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1782072 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             460 kB
Writeback:           0 kB
AnonPages:       60368 kB
Mapped:          15384 kB
Slab:            41888 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181712 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 node029 at 2010-06-15 17:52:28