Trace number 2670126

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)3 1800.33 1772.19

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=53-P1=53-P2=41-P3=41-P4=41-P5=53-P6=41-P7=47-P8=17-B.opb
MD5SUM0eba974a59288ae5bf4b2b37c5eda4fb
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.51892
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables144
Total number of constraints17
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 constraints17
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)288
Sum of products size (including duplicates)576
Number of different products288
Sum of products size576

Quality of the solution as a function of time


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

Solver Data

0.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.14	c See www.sat4j.org for details.
0.07/0.15	c version 2.2.0.v20100526
0.07/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.07/0.15	c java.vm.version	11.2-b01
0.07/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version		1.6.0_12
0.07/0.15	c os.name		Linux
0.07/0.15	c os.version		2.6.18-164.el5
0.07/0.15	c os.arch		i386
0.07/0.15	c Free memory 		1393557488
0.07/0.15	c Max memory 		1395916800
0.07/0.15	c Total memory 		1395916800
0.07/0.15	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c solving HOME/instance-2670126-1276705845.opb
0.24/0.22	c reading problem ... 
0.41/0.36	c ... done. Wall clock time 0.141s.
0.41/0.36	c #vars     432
0.41/0.36	c #constraints  601
0.41/0.36	c constraints type 
0.41/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 288
0.41/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 313
20.33/16.90	c cleaning 0 clauses out of 5000 with flag 0/5000
104.58/100.38	c cleaning 0 clauses out of 11001 with flag 0/11001
205.92/200.63	c cleaning 0 clauses out of 18000 with flag 0/18000
238.45/232.65	c SATISFIABLE
238.45/232.65	c OPTIMIZING...
238.45/232.65	c Got one! Elapsed wall clock time (in seconds):232.432
238.45/232.65	o 49
309.50/302.98	c cleaning 0 clauses out of 26000 with flag 0/26000
482.49/474.33	c Got one! Elapsed wall clock time (in seconds):474.118
482.49/474.33	o 3
602.07/592.52	c cleaning 0 clauses out of 35001 with flag 0/35001
970.64/955.85	c cleaning 0 clauses out of 45001 with flag 0/45001
1496.01/1473.46	c cleaning 0 clauses out of 55000 with flag 0/55000
1800.05/1772.04	c starts		: 77
1800.05/1772.04	c conflicts		: 60170
1800.05/1772.04	c decisions		: 64875
1800.05/1772.04	c propagations		: 717651
1800.05/1772.04	c inspects		: 1063629510
1800.05/1772.04	c learnt literals	: 0
1800.05/1772.04	c learnt binary clauses	: 0
1800.05/1772.04	c learnt ternary clauses	: 0
1800.05/1772.04	c learnt clauses	: 60169
1800.05/1772.04	c ignored clauses	: 0
1800.05/1772.04	c root simplifications	: 0
1800.05/1772.04	c removed literals (reason simplification)	: 0
1800.05/1772.04	c reason swapping (by a shorter reason)	: 0
1800.05/1772.04	c Calls to reduceDB	: 7
1800.05/1772.04	c number of reductions to clauses (during analyze)	: 0
1800.05/1772.04	c number of learned constraints concerned by reduction	: 0
1800.05/1772.04	c number of learning phase by resolution	: 0
1800.05/1772.04	c number of learning phase by cutting planes	: 0
1800.05/1772.04	c speed (assignments/second)	: 553.0138112627715
1800.05/1772.04	c non guided choices	780
1800.05/1772.11	c learnt constraints type 
1800.05/1772.11	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1191
1800.05/1772.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 58979
1800.05/1772.11	c constraints type 
1800.05/1772.11	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 288
1800.05/1772.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 314
1800.05/1772.11	s SATISFIABLE
1800.05/1772.11	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 
1800.05/1772.11	c objective function=3
1800.05/1772.11	c Total wall clock time (in seconds): 1771.896

Verifier Data

OK	3

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11802
/proc/meminfo: memFree=1701756/2059040 swapFree=4140352/4192956
[pid=11802] ppid=11800 vsize=248 CPUtime=0
/proc/11802/stat : 11802 (java6) R 11800 11802 11095 0 -1 4194304 109 0 0 0 0 0 0 0 19 0 1 0 44240798 253952 28 1992294400 134512640 134550932 4290070208 18446744073709551615 1954388 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11802/statm: 75 32 25 10 0 23 0

[startup+0.0202191 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11802
/proc/meminfo: memFree=1701756/2059040 swapFree=4140352/4192956
[pid=11802] ppid=11800 vsize=13480 CPUtime=0
/proc/11802/stat : 11802 (java) S 11800 11802 11095 0 -1 4202496 1113 0 0 0 0 0 0 0 15 0 2 0 44240798 13803520 583 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/11802/statm: 3370 583 265 10 0 1204 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13480

[startup+0.100649 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11802
/proc/meminfo: memFree=1701756/2059040 swapFree=4140352/4192956
[pid=11802] ppid=11800 vsize=1524024 CPUtime=0.07
/proc/11802/stat : 11802 (java) S 11800 11802 11095 0 -1 4202496 3928 0 1 0 5 2 0 0 15 0 12 0 44240798 1560600576 3367 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11802/statm: 381006 3367 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1524024

[startup+0.332871 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11802
/proc/meminfo: memFree=1701756/2059040 swapFree=4140352/4192956
[pid=11802] ppid=11800 vsize=1527112 CPUtime=0.41
/proc/11802/stat : 11802 (java) S 11800 11802 11095 0 -1 4202496 5542 0 1 0 38 3 0 0 15 0 12 0 44240798 1563762688 4979 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11802/statm: 381778 4979 1366 10 0 379080 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 1527112

[startup+0.700764 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11802
/proc/meminfo: memFree=1701756/2059040 swapFree=4140352/4192956
[pid=11802] ppid=11800 vsize=1529196 CPUtime=1.11
/proc/11802/stat : 11802 (java) S 11800 11802 11095 0 -1 4202496 7263 0 1 0 107 4 0 0 15 0 13 0 44240798 1565896704 6391 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11802/statm: 382299 6391 1398 10 0 379601 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1529196

[startup+1.50192 s]
/proc/loadavg: 1.00 1.00 1.00 4/119 11815
/proc/meminfo: memFree=1676296/2059040 swapFree=4140352/4192956
[pid=11802] ppid=11800 vsize=1536996 CPUtime=2.71
/proc/11802/stat : 11802 (java) S 11800 11802 11095 0 -1 4202496 16509 0 1 0 262 9 0 0 15 0 13 0 44240798 1573883904 14404 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11802/statm: 384249 14405 1419 10 0 381551 0
[pid=11802/tid=11804] ppid=11800 vsize=1536996 CPUtime=1.47
/proc/11802/task/11804/stat : 11804 (java) R 11800 11802 11095 0 -1 4202560 10888 0 1 0 140 7 0 0 25 0 13 0 44240800 1573883904 14405 1992294400 134512640 134550932 4290363152 18446744073709551615 4109823262 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11802/tid=11805] ppid=11800 vsize=1536996 CPUtime=0
/proc/11802/task/11805/stat : 11805 (java) S 11800 11802 11095 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 44240801 1573883904 14405 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11806] ppid=11800 vsize=1536996 CPUtime=0
/proc/11802/task/11806/stat : 11806 (java) S 11800 11802 11095 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 44240801 1573883904 14406 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11807] ppid=11800 vsize=1536996 CPUtime=0
/proc/11802/task/11807/stat : 11807 (java) S 11800 11802 11095 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 44240803 1573883904 14406 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 0 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
[pid=11802/tid=11808] ppid=11800 vsize=1536996 CPUtime=0
/proc/11802/task/11808/stat : 11808 (java) S 11800 11802 11095 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 44240803 1573883904 14407 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11809] ppid=11800 vsize=1536996 CPUtime=0
/proc/11802/task/11809/stat : 11809 (java) S 11800 11802 11095 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 44240803 1573883904 14407 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11810] ppid=11800 vsize=1536996 CPUtime=0
/proc/11802/task/11810/stat : 11810 (java) S 11800 11802 11095 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44240808 1573883904 14407 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11811] ppid=11800 vsize=1536996 CPUtime=0.05
/proc/11802/task/11811/stat : 11811 (java) R 11800 11802 11095 0 -1 4202560 35 0 0 0 5 0 0 0 22 0 13 0 44240808 1573883904 14407 1992294400 134512640 134550932 4290363152 18446744073709551615 105588763 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11802/tid=11812] ppid=11800 vsize=1536996 CPUtime=1.18
/proc/11802/task/11812/stat : 11812 (java) R 11800 11802 11095 0 -1 4202560 4518 0 0 0 117 1 0 0 17 0 13 0 44240808 1573883904 14407 1992294400 134512640 134550932 4290363152 18446744073709551615 104163874 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11802/tid=11813] ppid=11800 vsize=1536996 CPUtime=0
/proc/11802/task/11813/stat : 11813 (java) S 11800 11802 11095 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 44240808 1573883904 14407 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11814] ppid=11800 vsize=1536996 CPUtime=0
/proc/11802/task/11814/stat : 11814 (java) S 11800 11802 11095 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 44240808 1573883904 14407 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
[pid=11802/tid=11815] ppid=11800 vsize=1536996 CPUtime=0
/proc/11802/task/11815/stat : 11815 (java) S 11800 11802 11095 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 44240835 1573883904 14408 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1536996

[startup+3.10222 s]
/proc/loadavg: 1.00 1.00 1.00 4/119 11815
/proc/meminfo: memFree=1613552/2059040 swapFree=4140352/4192956
[pid=11802] ppid=11800 vsize=1550224 CPUtime=5.89
/proc/11802/stat : 11802 (java) S 11800 11802 11095 0 -1 4202496 41985 0 1 0 568 21 0 0 15 0 13 0 44240798 1587429376 35636 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11802/statm: 387556 35639 1428 10 0 384858 0
[pid=11802/tid=11804] ppid=11800 vsize=1550224 CPUtime=2.4
/proc/11802/task/11804/stat : 11804 (java) R 11800 11802 11095 0 -1 4202560 28550 0 1 0 224 16 0 0 25 0 13 0 44240800 1587429376 35639 1992294400 134512640 134550932 4290363152 18446744073709551615 4110202612 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11802/tid=11805] ppid=11800 vsize=1550224 CPUtime=0
/proc/11802/task/11805/stat : 11805 (java) S 11800 11802 11095 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 44240801 1587429376 35640 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11806] ppid=11800 vsize=1550224 CPUtime=0
/proc/11802/task/11806/stat : 11806 (java) S 11800 11802 11095 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 44240801 1587429376 35642 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11807] ppid=11800 vsize=1550224 CPUtime=0
/proc/11802/task/11807/stat : 11807 (java) S 11800 11802 11095 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 13 0 44240803 1587429376 35644 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 0 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
[pid=11802/tid=11808] ppid=11800 vsize=1550224 CPUtime=0
/proc/11802/task/11808/stat : 11808 (java) S 11800 11802 11095 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 44240803 1587429376 35646 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11809] ppid=11800 vsize=1550224 CPUtime=0
/proc/11802/task/11809/stat : 11809 (java) S 11800 11802 11095 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 44240803 1587429376 35648 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11810] ppid=11800 vsize=1550224 CPUtime=0
/proc/11802/task/11810/stat : 11810 (java) S 11800 11802 11095 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44240808 1587429376 35650 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11811] ppid=11800 vsize=1550224 CPUtime=0.71
/proc/11802/task/11811/stat : 11811 (java) R 11800 11802 11095 0 -1 4202560 4668 0 0 0 69 2 0 0 25 0 13 0 44240808 1587429376 35652 1992294400 134512640 134550932 4290363152 18446744073709551615 104138287 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11802/tid=11812] ppid=11800 vsize=1550224 CPUtime=2.76
/proc/11802/task/11812/stat : 11812 (java) R 11800 11802 11095 0 -1 4202560 7700 0 0 0 274 2 0 0 19 0 13 0 44240808 1587429376 35653 1992294400 134512640 134550932 4290363152 18446744073709551615 105542995 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11802/tid=11813] ppid=11800 vsize=1550224 CPUtime=0
/proc/11802/task/11813/stat : 11813 (java) S 11800 11802 11095 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 44240808 1587429376 35654 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11814] ppid=11800 vsize=1550224 CPUtime=0
/proc/11802/task/11814/stat : 11814 (java) S 11800 11802 11095 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 44240808 1587429376 35657 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
[pid=11802/tid=11815] ppid=11800 vsize=1550224 CPUtime=0
/proc/11802/task/11815/stat : 11815 (java) S 11800 11802 11095 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 44240835 1587429376 35659 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 1550224

[startup+6.3018 s]
/proc/loadavg: 1.16 1.03 1.01 2/119 11815
/proc/meminfo: memFree=1544980/2059040 swapFree=4140352/4192956
[pid=11802] ppid=11800 vsize=1544904 CPUtime=9.66
/proc/11802/stat : 11802 (java) S 11800 11802 11095 0 -1 4202496 52087 0 1 0 941 25 0 0 15 0 13 0 44240798 1581981696 43531 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11802/statm: 386226 43534 1437 10 0 383528 0
[pid=11802/tid=11804] ppid=11800 vsize=1544904 CPUtime=5.42
/proc/11802/task/11804/stat : 11804 (java) R 11800 11802 11095 0 -1 4202560 34117 0 1 0 524 18 0 0 25 0 13 0 44240800 1581981696 43535 1992294400 134512640 134550932 4290363152 18446744073709551615 4109798862 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11802/tid=11805] ppid=11800 vsize=1544904 CPUtime=0.07
/proc/11802/task/11805/stat : 11805 (java) S 11800 11802 11095 0 -1 4202560 1870 0 0 0 7 0 0 0 16 0 13 0 44240801 1581981696 43536 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11806] ppid=11800 vsize=1544904 CPUtime=0.06
/proc/11802/task/11806/stat : 11806 (java) S 11800 11802 11095 0 -1 4202560 1729 0 0 0 6 0 0 0 16 0 13 0 44240801 1581981696 43538 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
[pid=11802/tid=11807] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11807/stat : 11807 (java) S 11800 11802 11095 0 -1 4202560 29 0 0 0 0 0 0 0 16 0 13 0 44240803 1581981696 43539 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 0 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
[pid=11802/tid=11808] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11808/stat : 11808 (java) S 11800 11802 11095 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 44240803 1581981696 43540 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11809] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11809/stat : 11809 (java) S 11800 11802 11095 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 44240803 1581981696 43542 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11810] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11810/stat : 11810 (java) S 11800 11802 11095 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44240808 1581981696 43544 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11811] ppid=11800 vsize=1544904 CPUtime=0.86
/proc/11802/task/11811/stat : 11811 (java) S 11800 11802 11095 0 -1 4202560 4687 0 0 0 84 2 0 0 15 0 13 0 44240808 1581981696 43547 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11812] ppid=11800 vsize=1544904 CPUtime=3.21
/proc/11802/task/11812/stat : 11812 (java) S 11800 11802 11095 0 -1 4202560 8592 0 0 0 319 2 0 0 18 0 13 0 44240808 1581981696 43549 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11813] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11813/stat : 11813 (java) S 11800 11802 11095 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 44240808 1581981696 43551 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11814] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11814/stat : 11814 (java) S 11800 11802 11095 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 44240808 1581981696 43554 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11815] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11815/stat : 11815 (java) S 11800 11802 11095 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 44240835 1581981696 43556 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.66
Current children cumulated vsize (KiB) 1544904

[startup+12.702 s]
/proc/loadavg: 1.15 1.03 1.01 2/119 11815
/proc/meminfo: memFree=1510756/2059040 swapFree=4140352/4192956
[pid=11802] ppid=11800 vsize=1544904 CPUtime=16.19
/proc/11802/stat : 11802 (java) S 11800 11802 11095 0 -1 4202496 57872 0 1 0 1590 29 0 0 15 0 13 0 44240798 1581981696 49040 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11802/statm: 386226 49040 1437 10 0 383528 0
[pid=11802/tid=11804] ppid=11800 vsize=1544904 CPUtime=11.7
/proc/11802/task/11804/stat : 11804 (java) R 11800 11802 11095 0 -1 4202560 36125 0 1 0 1151 19 0 0 25 0 13 0 44240800 1581981696 49040 1992294400 134512640 134550932 4290363152 18446744073709551615 4109859953 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11802/tid=11805] ppid=11800 vsize=1544904 CPUtime=0.17
/proc/11802/task/11805/stat : 11805 (java) S 11800 11802 11095 0 -1 4202560 3709 0 0 0 15 2 0 0 16 0 13 0 44240801 1581981696 49040 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11806] ppid=11800 vsize=1544904 CPUtime=0.17
/proc/11802/task/11806/stat : 11806 (java) S 11800 11802 11095 0 -1 4202560 3655 0 0 0 16 1 0 0 15 0 13 0 44240801 1581981696 49040 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
[pid=11802/tid=11807] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11807/stat : 11807 (java) S 11800 11802 11095 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 44240803 1581981696 49040 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 0 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11808] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11808/stat : 11808 (java) S 11800 11802 11095 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 44240803 1581981696 49040 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11809] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11809/stat : 11809 (java) S 11800 11802 11095 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 44240803 1581981696 49040 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11810] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11810/stat : 11810 (java) S 11800 11802 11095 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44240808 1581981696 49040 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11811] ppid=11800 vsize=1544904 CPUtime=0.88
/proc/11802/task/11811/stat : 11811 (java) S 11800 11802 11095 0 -1 4202560 4695 0 0 0 86 2 0 0 15 0 13 0 44240808 1581981696 49040 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11812] ppid=11800 vsize=1544904 CPUtime=3.21
/proc/11802/task/11812/stat : 11812 (java) S 11800 11802 11095 0 -1 4202560 8592 0 0 0 319 2 0 0 18 0 13 0 44240808 1581981696 49040 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11813] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11813/stat : 11813 (java) S 11800 11802 11095 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 44240808 1581981696 49040 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11814] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11814/stat : 11814 (java) S 11800 11802 11095 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 44240808 1581981696 49040 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11815] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11815/stat : 11815 (java) S 11800 11802 11095 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 44240835 1581981696 49040 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.19
Current children cumulated vsize (KiB) 1544904

[startup+25.5014 s]
/proc/loadavg: 1.18 1.05 1.01 2/119 11815
/proc/meminfo: memFree=1499968/2059040 swapFree=4140352/4192956
[pid=11802] ppid=11800 vsize=1544904 CPUtime=29.25
/proc/11802/stat : 11802 (java) S 11800 11802 11095 0 -1 4202496 60577 0 1 0 2895 30 0 0 15 0 13 0 44240798 1581981696 51566 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11802/statm: 386226 51566 1447 10 0 383528 0
[pid=11802/tid=11804] ppid=11800 vsize=1544904 CPUtime=24.3
/proc/11802/task/11804/stat : 11804 (java) R 11800 11802 11095 0 -1 4202560 36361 0 1 0 2411 19 0 0 25 0 13 0 44240800 1581981696 51566 1992294400 134512640 134550932 4290363152 18446744073709551615 4109815731 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11802/tid=11805] ppid=11800 vsize=1544904 CPUtime=0.29
/proc/11802/task/11805/stat : 11805 (java) S 11800 11802 11095 0 -1 4202560 4946 0 0 0 26 3 0 0 15 0 13 0 44240801 1581981696 51566 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11806] ppid=11800 vsize=1544904 CPUtime=0.29
/proc/11802/task/11806/stat : 11806 (java) S 11800 11802 11095 0 -1 4202560 4709 0 0 0 27 2 0 0 16 0 13 0 44240801 1581981696 51566 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
[pid=11802/tid=11807] ppid=11800 vsize=1544904 CPUtime=0.07

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

[pid=11802] ppid=11800 vsize=1544904 CPUtime=1627.24
/proc/11802/stat : 11802 (java) S 11800 11802 11095 0 -1 4202496 107839 0 1 0 162618 106 0 0 15 0 13 0 44240798 1581981696 95100 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11802/statm: 386226 95100 1447 10 0 383528 0
[pid=11802/tid=11804] ppid=11800 vsize=1544904 CPUtime=1575.16
/proc/11802/task/11804/stat : 11804 (java) R 11800 11802 11095 0 -1 4202560 37576 0 1 0 157490 26 0 0 25 0 13 0 44240800 1581981696 95100 1992294400 134512640 134550932 4290363152 18446744073709551615 4109833171 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11802/tid=11805] ppid=11800 vsize=1544904 CPUtime=22.45
/proc/11802/task/11805/stat : 11805 (java) S 11800 11802 11095 0 -1 4202560 27945 0 0 0 2219 26 0 0 16 0 13 0 44240801 1581981696 95100 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11806] ppid=11800 vsize=1544904 CPUtime=22.39
/proc/11802/task/11806/stat : 11806 (java) S 11800 11802 11095 0 -1 4202560 27146 0 0 0 2200 39 0 0 15 0 13 0 44240801 1581981696 95100 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
[pid=11802/tid=11807] ppid=11800 vsize=1544904 CPUtime=2.81
/proc/11802/task/11807/stat : 11807 (java) S 11800 11802 11095 0 -1 4202560 710 0 0 0 274 7 0 0 15 0 13 0 44240803 1581981696 95100 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 0 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
[pid=11802/tid=11808] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11808/stat : 11808 (java) S 11800 11802 11095 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 44240803 1581981696 95100 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
[pid=11802/tid=11809] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11809/stat : 11809 (java) S 11800 11802 11095 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 44240803 1581981696 95100 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11810] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11810/stat : 11810 (java) S 11800 11802 11095 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44240808 1581981696 95100 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11811] ppid=11800 vsize=1544904 CPUtime=0.89
/proc/11802/task/11811/stat : 11811 (java) S 11800 11802 11095 0 -1 4202560 4695 0 0 0 87 2 0 0 15 0 13 0 44240808 1581981696 95100 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11812] ppid=11800 vsize=1544904 CPUtime=3.46
/proc/11802/task/11812/stat : 11812 (java) S 11800 11802 11095 0 -1 4202560 8602 0 0 0 344 2 0 0 15 0 13 0 44240808 1581981696 95100 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11813] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11813/stat : 11813 (java) S 11800 11802 11095 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 44240808 1581981696 95100 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11814] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11814/stat : 11814 (java) S 11800 11802 11095 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 44240808 1581981696 95100 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
[pid=11802/tid=11815] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11815/stat : 11815 (java) S 11800 11802 11095 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 44240835 1581981696 95100 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1627.24
Current children cumulated vsize (KiB) 1544904

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/119 11862
/proc/meminfo: memFree=1323640/2059040 swapFree=4140352/4192956
[pid=11802] ppid=11800 vsize=1544904 CPUtime=1688.34
/proc/11802/stat : 11802 (java) S 11800 11802 11095 0 -1 4202496 107890 0 1 0 168724 110 0 0 15 0 13 0 44240798 1581981696 95100 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11802/statm: 386226 95100 1447 10 0 383528 0
[pid=11802/tid=11804] ppid=11800 vsize=1544904 CPUtime=1633.98
/proc/11802/task/11804/stat : 11804 (java) R 11800 11802 11095 0 -1 4202560 37619 0 1 0 163372 26 0 0 25 0 13 0 44240800 1581981696 95100 1992294400 134512640 134550932 4290363152 18446744073709551615 4109859953 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11802/tid=11805] ppid=11800 vsize=1544904 CPUtime=23.58
/proc/11802/task/11805/stat : 11805 (java) S 11800 11802 11095 0 -1 4202560 27945 0 0 0 2329 29 0 0 16 0 13 0 44240801 1581981696 95100 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11806] ppid=11800 vsize=1544904 CPUtime=23.52
/proc/11802/task/11806/stat : 11806 (java) S 11800 11802 11095 0 -1 4202560 27146 0 0 0 2313 39 0 0 15 0 13 0 44240801 1581981696 95100 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
[pid=11802/tid=11807] ppid=11800 vsize=1544904 CPUtime=2.83
/proc/11802/task/11807/stat : 11807 (java) S 11800 11802 11095 0 -1 4202560 714 0 0 0 275 8 0 0 15 0 13 0 44240803 1581981696 95100 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 0 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11808] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11808/stat : 11808 (java) S 11800 11802 11095 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 44240803 1581981696 95100 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
[pid=11802/tid=11809] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11809/stat : 11809 (java) S 11800 11802 11095 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 44240803 1581981696 95100 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11810] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11810/stat : 11810 (java) S 11800 11802 11095 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44240808 1581981696 95100 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11811] ppid=11800 vsize=1544904 CPUtime=0.89
/proc/11802/task/11811/stat : 11811 (java) S 11800 11802 11095 0 -1 4202560 4695 0 0 0 87 2 0 0 15 0 13 0 44240808 1581981696 95100 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11812] ppid=11800 vsize=1544904 CPUtime=3.46
/proc/11802/task/11812/stat : 11812 (java) S 11800 11802 11095 0 -1 4202560 8602 0 0 0 344 2 0 0 15 0 13 0 44240808 1581981696 95100 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11813] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11813/stat : 11813 (java) S 11800 11802 11095 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 44240808 1581981696 95100 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11814] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11814/stat : 11814 (java) S 11800 11802 11095 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 44240808 1581981696 95100 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11815] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11815/stat : 11815 (java) S 11800 11802 11095 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 44240835 1581981696 95100 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1688.34
Current children cumulated vsize (KiB) 1544904

[startup+1722.3 s]
/proc/loadavg: 1.09 1.03 1.01 3/119 11864
/proc/meminfo: memFree=1323020/2059040 swapFree=4140352/4192956
[pid=11802] ppid=11800 vsize=1544904 CPUtime=1749.43
/proc/11802/stat : 11802 (java) S 11800 11802 11095 0 -1 4202496 108112 0 1 0 174829 114 0 0 15 0 13 0 44240798 1581981696 95268 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11802/statm: 386226 95268 1447 10 0 383528 0
[pid=11802/tid=11804] ppid=11800 vsize=1544904 CPUtime=1692.82
/proc/11802/task/11804/stat : 11804 (java) R 11800 11802 11095 0 -1 4202560 37662 0 1 0 169256 26 0 0 25 0 13 0 44240800 1581981696 95268 1992294400 134512640 134550932 4290363152 18446744073709551615 4109859312 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11802/tid=11805] ppid=11800 vsize=1544904 CPUtime=24.7
/proc/11802/task/11805/stat : 11805 (java) S 11800 11802 11095 0 -1 4202560 28038 0 0 0 2438 32 0 0 15 0 13 0 44240801 1581981696 95268 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11806] ppid=11800 vsize=1544904 CPUtime=24.66
/proc/11802/task/11806/stat : 11806 (java) S 11800 11802 11095 0 -1 4202560 27228 0 0 0 2426 40 0 0 16 0 13 0 44240801 1581981696 95268 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
[pid=11802/tid=11807] ppid=11800 vsize=1544904 CPUtime=2.84
/proc/11802/task/11807/stat : 11807 (java) S 11800 11802 11095 0 -1 4202560 716 0 0 0 276 8 0 0 15 0 13 0 44240803 1581981696 95268 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 0 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11808] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11808/stat : 11808 (java) S 11800 11802 11095 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 44240803 1581981696 95268 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
[pid=11802/tid=11809] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11809/stat : 11809 (java) S 11800 11802 11095 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 44240803 1581981696 95268 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11810] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11810/stat : 11810 (java) S 11800 11802 11095 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44240808 1581981696 95268 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11811] ppid=11800 vsize=1544904 CPUtime=0.89
/proc/11802/task/11811/stat : 11811 (java) S 11800 11802 11095 0 -1 4202560 4695 0 0 0 87 2 0 0 15 0 13 0 44240808 1581981696 95268 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11812] ppid=11800 vsize=1544904 CPUtime=3.46
/proc/11802/task/11812/stat : 11812 (java) S 11800 11802 11095 0 -1 4202560 8602 0 0 0 344 2 0 0 15 0 13 0 44240808 1581981696 95268 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11813] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11813/stat : 11813 (java) S 11800 11802 11095 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 44240808 1581981696 95268 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11814] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11814/stat : 11814 (java) S 11800 11802 11095 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 44240808 1581981696 95268 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11815] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11815/stat : 11815 (java) S 11800 11802 11095 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 44240835 1581981696 95268 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1749.43
Current children cumulated vsize (KiB) 1544904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772 s]
/proc/loadavg: 1.04 1.03 1.00 3/119 11866
/proc/meminfo: memFree=1317688/2059040 swapFree=4140352/4192956
[pid=11802] ppid=11800 vsize=1544904 CPUtime=1800.05
/proc/11802/stat : 11802 (java) S 11800 11802 11095 0 -1 4202496 109487 0 1 0 179889 116 0 0 15 0 13 0 44240798 1581981696 96562 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11802/statm: 386226 96562 1447 10 0 383528 0
[pid=11802/tid=11804] ppid=11800 vsize=1544904 CPUtime=1741.55
/proc/11802/task/11804/stat : 11804 (java) S 11800 11802 11095 0 -1 4202560 37697 0 1 0 174129 26 0 0 25 0 13 0 44240800 1581981696 96562 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
[pid=11802/tid=11805] ppid=11800 vsize=1544904 CPUtime=25.64
/proc/11802/task/11805/stat : 11805 (java) R 11800 11802 11095 0 -1 4202560 28689 0 0 0 2531 33 0 0 15 0 13 0 44240801 1581981696 96562 1992294400 134512640 134550932 4290363152 18446744073709551615 103111744 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11802/tid=11806] ppid=11800 vsize=1544904 CPUtime=25.58
/proc/11802/task/11806/stat : 11806 (java) R 11800 11802 11095 0 -1 4202560 27909 0 0 0 2518 40 0 0 15 0 13 0 44240801 1581981696 96562 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11802/tid=11807] ppid=11800 vsize=1544904 CPUtime=2.84
/proc/11802/task/11807/stat : 11807 (java) S 11800 11802 11095 0 -1 4202560 720 0 0 0 276 8 0 0 15 0 13 0 44240803 1581981696 96562 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 0 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
[pid=11802/tid=11808] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11808/stat : 11808 (java) S 11800 11802 11095 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 44240803 1581981696 96562 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
[pid=11802/tid=11809] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11809/stat : 11809 (java) S 11800 11802 11095 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 44240803 1581981696 96562 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11810] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11810/stat : 11810 (java) S 11800 11802 11095 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44240808 1581981696 96562 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11811] ppid=11800 vsize=1544904 CPUtime=0.89
/proc/11802/task/11811/stat : 11811 (java) S 11800 11802 11095 0 -1 4202560 4695 0 0 0 87 2 0 0 15 0 13 0 44240808 1581981696 96562 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11812] ppid=11800 vsize=1544904 CPUtime=3.46
/proc/11802/task/11812/stat : 11812 (java) S 11800 11802 11095 0 -1 4202560 8602 0 0 0 344 2 0 0 15 0 13 0 44240808 1581981696 96562 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11813] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11813/stat : 11813 (java) S 11800 11802 11095 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 44240808 1581981696 96562 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11814] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11814/stat : 11814 (java) S 11800 11802 11095 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 44240808 1581981696 96562 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11815] ppid=11800 vsize=1544904 CPUtime=0
/proc/11802/task/11815/stat : 11815 (java) S 11800 11802 11095 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 44240835 1581981696 96562 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1544904

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

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

[startup+1772.13 s]
/proc/loadavg: 1.04 1.03 1.00 3/119 11866
/proc/meminfo: memFree=1317688/2059040 swapFree=4140352/4192956
[pid=11802] ppid=11800 vsize=1545552 CPUtime=1800.25
/proc/11802/stat : 11802 (java) S 11800 11802 11095 0 -1 4202496 109509 0 1 0 179909 116 0 0 15 0 14 0 44240798 1582645248 96583 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11802/statm: 386388 96583 1450 10 0 383690 0
[pid=11802/tid=11804] ppid=11800 vsize=1545552 CPUtime=1741.63
/proc/11802/task/11804/stat : 11804 (java) R 11800 11802 11095 0 -1 4202560 37697 0 1 0 174137 26 0 0 25 0 14 0 44240800 1582645248 96583 1992294400 134512640 134550932 4290363152 18446744073709551615 4110462631 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11802/tid=11805] ppid=11800 vsize=1545552 CPUtime=25.67
/proc/11802/task/11805/stat : 11805 (java) S 11800 11802 11095 0 -1 4202560 28689 0 0 0 2533 34 0 0 16 0 14 0 44240801 1582645248 96583 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
[pid=11802/tid=11806] ppid=11800 vsize=1545552 CPUtime=25.61
/proc/11802/task/11806/stat : 11806 (java) S 11800 11802 11095 0 -1 4202560 27909 0 0 0 2521 40 0 0 15 0 14 0 44240801 1582645248 96583 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11807] ppid=11800 vsize=1545552 CPUtime=2.84
/proc/11802/task/11807/stat : 11807 (java) S 11800 11802 11095 0 -1 4202560 720 0 0 0 276 8 0 0 15 0 14 0 44240803 1582645248 96583 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 0 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
[pid=11802/tid=11808] ppid=11800 vsize=1545552 CPUtime=0
/proc/11802/task/11808/stat : 11808 (java) S 11800 11802 11095 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 44240803 1582645248 96583 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
[pid=11802/tid=11809] ppid=11800 vsize=1545552 CPUtime=0
/proc/11802/task/11809/stat : 11809 (java) S 11800 11802 11095 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 44240803 1582645248 96583 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11810] ppid=11800 vsize=1545552 CPUtime=0
/proc/11802/task/11810/stat : 11810 (java) S 11800 11802 11095 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 44240808 1582645248 96583 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11811] ppid=11800 vsize=1545552 CPUtime=0.89
/proc/11802/task/11811/stat : 11811 (java) S 11800 11802 11095 0 -1 4202560 4695 0 0 0 87 2 0 0 15 0 14 0 44240808 1582645248 96583 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11812] ppid=11800 vsize=1545552 CPUtime=3.49
/proc/11802/task/11812/stat : 11812 (java) S 11800 11802 11095 0 -1 4202560 8604 0 0 0 347 2 0 0 15 0 14 0 44240808 1582645248 96583 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11813] ppid=11800 vsize=1545552 CPUtime=0
/proc/11802/task/11813/stat : 11813 (java) S 11800 11802 11095 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 44240808 1582645248 96583 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 0 0 0 0
[pid=11802/tid=11814] ppid=11800 vsize=1545552 CPUtime=0
/proc/11802/task/11814/stat : 11814 (java) S 11800 11802 11095 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 14 0 44240808 1582645248 96583 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
[pid=11802/tid=11815] ppid=11800 vsize=1545552 CPUtime=0
/proc/11802/task/11815/stat : 11815 (java) S 11800 11802 11095 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 44240835 1582645248 96583 1992294400 134512640 134550932 4290363152 18446744073709551615 4294960144 0 4 0 16800975 18446604437838447808 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 1545552

Child status: 143
Real time (s): 1772.19
CPU time (s): 1800.33
CPU user time (s): 1799.12
CPU system time (s): 1.20982
CPU usage (%): 101.588
Max. virtual memory (cumulated for all children) (KiB): 1550224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 1.20982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109509
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= 48478
involuntary context switches= 25345

runsolver used 3.50047 second user time and 9.57654 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-16 18:30:45
IDJOB=2670126
IDBENCH=48085
IDSOLVER=1165
FILE ID=node019/2670126-1276705845
PBS_JOBID= 11174116
Free space on /tmp= 62416 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=53-P1=53-P2=41-P3=41-P4=41-P5=53-P6=41-P7=47-P8=17-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2670126-1276705845/watcher-2670126-1276705845 -o /tmp/evaluation-result-2670126-1276705845/solver-2670126-1276705845 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670126-1276705845.opb

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

MD5SUM BENCH= 0eba974a59288ae5bf4b2b37c5eda4fb
RANDOM SEED=356896395

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1702028 kB
Buffers:        125980 kB
Cached:         138416 kB
SwapCached:       6068 kB
Active:         107756 kB
Inactive:       170000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1702028 kB
SwapTotal:     4192956 kB
SwapFree:      4140352 kB
Dirty:             280 kB
Writeback:           0 kB
AnonPages:       11700 kB
Mapped:          12988 kB
Slab:            57260 kB
PageTables:       4124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180984 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= 62412 MiB
End job on node019 at 2010-06-16 19:00:19