Trace number 2670302

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)-13 1800.24 1775.57

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_5.opb
MD5SUM0619afe86d0e2ffb4ad28e9f2f441c24
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark1372.41
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -14
Optimality of the best value was proved NO
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1212
Sum of products size (including duplicates)2424
Number of different products606
Sum of products size1212

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-2670302-1276718425.opb
0.22/0.22	c reading problem ... 
0.67/0.50	c ... done. Wall clock time 0.282s.
0.67/0.50	c #vars     706
0.67/0.50	c #constraints  1364
0.67/0.50	c constraints type 
0.67/0.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
0.67/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 606
0.67/0.50	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 102
0.67/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 606
0.83/0.66	c SATISFIABLE
0.83/0.66	c OPTIMIZING...
0.83/0.66	c Got one! Elapsed wall clock time (in seconds):0.445
0.83/0.66	o -3
1.22/0.85	c Got one! Elapsed wall clock time (in seconds):0.63
1.22/0.85	o -4
1.42/0.92	c Got one! Elapsed wall clock time (in seconds):0.707
1.42/0.92	o -6
1.63/1.08	c Got one! Elapsed wall clock time (in seconds):0.857
1.63/1.08	o -7
1.83/1.16	c Got one! Elapsed wall clock time (in seconds):0.945
1.83/1.16	o -8
2.01/1.23	c Got one! Elapsed wall clock time (in seconds):1.012
2.01/1.23	o -9
2.22/1.30	c Got one! Elapsed wall clock time (in seconds):1.08
2.22/1.30	o -10
2.41/1.40	c Got one! Elapsed wall clock time (in seconds):1.182
2.41/1.40	o -11
8.52/4.61	c Got one! Elapsed wall clock time (in seconds):4.389
8.52/4.61	o -12
91.89/87.38	c cleaning 0 clauses out of 5000 with flag 0/5000
344.68/338.44	c Got one! Elapsed wall clock time (in seconds):338.223
344.68/338.44	o -13
533.81/525.99	c cleaning 0 clauses out of 11001 with flag 0/11001
1659.38/1636.82	c cleaning 0 clauses out of 18001 with flag 0/18001
1800.02/1775.42	c starts		: 55
1800.02/1775.42	c conflicts		: 18633
1800.02/1775.42	c decisions		: 31796
1800.02/1775.42	c propagations		: 905371
1800.02/1775.42	c inspects		: 809375591
1800.02/1775.42	c learnt literals	: 0
1800.02/1775.42	c learnt binary clauses	: 0
1800.02/1775.42	c learnt ternary clauses	: 0
1800.02/1775.42	c learnt clauses	: 18632
1800.02/1775.42	c ignored clauses	: 0
1800.02/1775.42	c root simplifications	: 0
1800.02/1775.42	c removed literals (reason simplification)	: 0
1800.02/1775.42	c reason swapping (by a shorter reason)	: 0
1800.02/1775.42	c Calls to reduceDB	: 3
1800.02/1775.42	c number of reductions to clauses (during analyze)	: 0
1800.02/1775.42	c number of learned constraints concerned by reduction	: 0
1800.02/1775.42	c number of learning phase by resolution	: 0
1800.02/1775.42	c number of learning phase by cutting planes	: 0
1800.02/1775.42	c speed (assignments/second)	: 630.0520954391786
1800.02/1775.42	c non guided choices	5
1800.02/1775.48	c learnt constraints type 
1800.02/1775.48	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.02/1775.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18630
1800.02/1775.48	c constraints type 
1800.02/1775.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
1800.02/1775.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 606
1800.02/1775.48	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
1800.02/1775.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 606
1800.02/1775.48	s SATISFIABLE
1800.02/1775.48	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 
1800.02/1775.48	c objective function=-13
1800.02/1775.48	c Total wall clock time (in seconds): 1775.267

Verifier Data

OK	-13

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2670302-1276718425/watcher-2670302-1276718425 -o /tmp/evaluation-result-2670302-1276718425/solver-2670302-1276718425 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670302-1276718425.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 18772
/proc/meminfo: memFree=1811068/2059040 swapFree=4140088/4192956
[pid=18772] ppid=18770 vsize=248 CPUtime=0
/proc/18772/stat : 18772 (java6) R 18770 18772 18472 0 -1 4194304 108 0 0 0 0 0 0 0 19 0 1 0 13135243 253952 28 1992294400 134512640 134550932 4291628448 18446744073709551615 9863646 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18772/statm: 62 28 21 10 0 23 0

[startup+0.0899379 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 18772
/proc/meminfo: memFree=1811068/2059040 swapFree=4140088/4192956
[pid=18772] ppid=18770 vsize=1521796 CPUtime=0.07
/proc/18772/stat : 18772 (java) S 18770 18772 18472 0 -1 4202496 3829 0 1 0 5 2 0 0 15 0 7 0 13135243 1558319104 3271 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/18772/statm: 380449 3271 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101935 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 18772
/proc/meminfo: memFree=1811068/2059040 swapFree=4140088/4192956
[pid=18772] ppid=18770 vsize=1524024 CPUtime=0.08
/proc/18772/stat : 18772 (java) S 18770 18772 18472 0 -1 4202496 3940 0 1 0 6 2 0 0 15 0 12 0 13135243 1560600576 3380 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18772/statm: 381006 3380 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.30196 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 18772
/proc/meminfo: memFree=1811068/2059040 swapFree=4140088/4192956
[pid=18772] ppid=18770 vsize=1526432 CPUtime=0.36
/proc/18772/stat : 18772 (java) S 18770 18772 18472 0 -1 4202496 5318 0 1 0 33 3 0 0 15 0 12 0 13135243 1563066368 4756 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18772/statm: 381608 4756 1358 10 0 378910 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526432

[startup+0.701011 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 18772
/proc/meminfo: memFree=1811068/2059040 swapFree=4140088/4192956
[pid=18772] ppid=18770 vsize=1531740 CPUtime=1.02
/proc/18772/stat : 18772 (java) S 18770 18772 18472 0 -1 4202496 7614 0 1 0 98 4 0 0 15 0 13 0 13135243 1568501760 6653 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18772/statm: 382935 6653 1406 10 0 380237 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1531740

[startup+1.5011 s]
/proc/loadavg: 1.00 1.00 1.00 4/119 18785
/proc/meminfo: memFree=1785360/2059040 swapFree=4140088/4192956
[pid=18772] ppid=18770 vsize=1536636 CPUtime=2.61
/proc/18772/stat : 18772 (java) S 18770 18772 18472 0 -1 4202496 14178 0 1 0 254 7 0 0 15 0 13 0 13135243 1573515264 13216 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18772/statm: 384159 13217 1416 10 0 381461 0
[pid=18772/tid=18774] ppid=18770 vsize=1536636 CPUtime=1.46
/proc/18772/task/18774/stat : 18774 (java) R 18770 18772 18472 0 -1 4202560 9766 0 1 0 141 5 0 0 25 0 13 0 13135245 1573515264 13217 1992294400 134512640 134550932 4289116672 18446744073709551615 4109449536 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18772/tid=18775] ppid=18770 vsize=1536636 CPUtime=0
/proc/18772/task/18775/stat : 18775 (java) S 18770 18772 18472 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 13135246 1573515264 13217 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18776] ppid=18770 vsize=1536636 CPUtime=0
/proc/18772/task/18776/stat : 18776 (java) S 18770 18772 18472 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 13135246 1573515264 13217 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18777] ppid=18770 vsize=1536636 CPUtime=0
/proc/18772/task/18777/stat : 18777 (java) S 18770 18772 18472 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 13135248 1573515264 13218 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 0 0 16800975 18446604437839112384 0 0 -1 1 0 0 0
[pid=18772/tid=18778] ppid=18770 vsize=1536636 CPUtime=0
/proc/18772/task/18778/stat : 18778 (java) S 18770 18772 18472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 13135248 1573515264 13219 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18779] ppid=18770 vsize=1536636 CPUtime=0
/proc/18772/task/18779/stat : 18779 (java) S 18770 18772 18472 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 13135248 1573515264 13220 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18780] ppid=18770 vsize=1536636 CPUtime=0
/proc/18772/task/18780/stat : 18780 (java) S 18770 18772 18472 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 13135253 1573515264 13221 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18781] ppid=18770 vsize=1536636 CPUtime=0.5
/proc/18772/task/18781/stat : 18781 (java) R 18770 18772 18472 0 -1 4202560 1121 0 0 0 50 0 0 0 22 0 13 0 13135253 1573515264 13222 1992294400 134512640 134550932 4289116672 18446744073709551615 106251440 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18772/tid=18782] ppid=18770 vsize=1536636 CPUtime=0.62
/proc/18772/task/18782/stat : 18782 (java) R 18770 18772 18472 0 -1 4202560 2223 0 0 0 62 0 0 0 22 0 13 0 13135253 1573515264 13223 1992294400 134512640 134550932 4289116672 18446744073709551615 102095297 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18772/tid=18783] ppid=18770 vsize=1536636 CPUtime=0
/proc/18772/task/18783/stat : 18783 (java) S 18770 18772 18472 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 13135253 1573515264 13225 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18784] ppid=18770 vsize=1536636 CPUtime=0
/proc/18772/task/18784/stat : 18784 (java) S 18770 18772 18472 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 13135253 1573515264 13226 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 1 0 0 0
[pid=18772/tid=18785] ppid=18770 vsize=1536636 CPUtime=0
/proc/18772/task/18785/stat : 18785 (java) S 18770 18772 18472 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 13135294 1573515264 13228 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 1536636

[startup+3.10127 s]
/proc/loadavg: 1.16 1.03 1.01 4/119 18785
/proc/meminfo: memFree=1726212/2059040 swapFree=4140088/4192956
[pid=18772] ppid=18770 vsize=1547524 CPUtime=5.8
/proc/18772/stat : 18772 (java) S 18770 18772 18472 0 -1 4202496 44568 0 1 0 558 22 0 0 15 0 13 0 13135243 1584664576 39069 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18772/statm: 386881 39069 1429 10 0 384183 0
[pid=18772/tid=18774] ppid=18770 vsize=1547524 CPUtime=2.93
/proc/18772/task/18774/stat : 18774 (java) R 18770 18772 18472 0 -1 4202560 32080 0 1 0 277 16 0 0 25 0 13 0 13135245 1584664576 39069 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18772/tid=18775] ppid=18770 vsize=1547524 CPUtime=0
/proc/18772/task/18775/stat : 18775 (java) S 18770 18772 18472 0 -1 4202560 297 0 0 0 0 0 0 0 15 0 13 0 13135246 1584664576 39069 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18776] ppid=18770 vsize=1547524 CPUtime=0
/proc/18772/task/18776/stat : 18776 (java) S 18770 18772 18472 0 -1 4202560 278 0 0 0 0 0 0 0 18 0 13 0 13135246 1584664576 39069 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18777] ppid=18770 vsize=1547524 CPUtime=0
/proc/18772/task/18777/stat : 18777 (java) S 18770 18772 18472 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 13 0 13135248 1584664576 39069 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 0 0 16800975 18446604437839112384 0 0 -1 1 0 0 0
[pid=18772/tid=18778] ppid=18770 vsize=1547524 CPUtime=0
/proc/18772/task/18778/stat : 18778 (java) S 18770 18772 18472 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 13135248 1584664576 39069 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18779] ppid=18770 vsize=1547524 CPUtime=0
/proc/18772/task/18779/stat : 18779 (java) S 18770 18772 18472 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 13135248 1584664576 39069 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18780] ppid=18770 vsize=1547524 CPUtime=0
/proc/18772/task/18780/stat : 18780 (java) S 18770 18772 18472 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 13135253 1584664576 39069 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18781] ppid=18770 vsize=1547524 CPUtime=2.01
/proc/18772/task/18781/stat : 18781 (java) R 18770 18772 18472 0 -1 4202560 8570 0 0 0 198 3 0 0 18 0 13 0 13135253 1584664576 39069 1992294400 134512640 134550932 4289116672 18446744073709551615 103691748 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18772/tid=18782] ppid=18770 vsize=1547524 CPUtime=0.81
/proc/18772/task/18782/stat : 18782 (java) R 18770 18772 18472 0 -1 4202560 2272 0 0 0 81 0 0 0 22 0 13 0 13135253 1584664576 39069 1992294400 134512640 134550932 4289116672 18446744073709551615 106262493 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18772/tid=18783] ppid=18770 vsize=1547524 CPUtime=0
/proc/18772/task/18783/stat : 18783 (java) S 18770 18772 18472 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 13135253 1584664576 39069 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18784] ppid=18770 vsize=1547524 CPUtime=0
/proc/18772/task/18784/stat : 18784 (java) S 18770 18772 18472 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 13135253 1584664576 39069 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 1 0 0 0
[pid=18772/tid=18785] ppid=18770 vsize=1547524 CPUtime=0
/proc/18772/task/18785/stat : 18785 (java) S 18770 18772 18472 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 13135294 1584664576 39069 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 1547524

[startup+6.3016 s]
/proc/loadavg: 1.16 1.03 1.01 5/119 18785
/proc/meminfo: memFree=1651936/2059040 swapFree=4140088/4192956
[pid=18772] ppid=18770 vsize=1547524 CPUtime=10.26
/proc/18772/stat : 18772 (java) S 18770 18772 18472 0 -1 4202496 48579 0 1 0 1003 23 0 0 15 0 13 0 13135243 1584664576 41351 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18772/statm: 386881 41351 1437 10 0 384183 0
[pid=18772/tid=18774] ppid=18770 vsize=1547524 CPUtime=5.87
/proc/18772/task/18774/stat : 18774 (java) R 18770 18772 18472 0 -1 4202560 32086 0 1 0 571 16 0 0 25 0 13 0 13135245 1584664576 41351 1992294400 134512640 134550932 4289116672 18446744073709551615 4109456279 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18772/tid=18775] ppid=18770 vsize=1547524 CPUtime=0.06
/proc/18772/task/18775/stat : 18775 (java) S 18770 18772 18472 0 -1 4202560 1393 0 0 0 6 0 0 0 16 0 13 0 13135246 1584664576 41351 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18776] ppid=18770 vsize=1547524 CPUtime=0.06
/proc/18772/task/18776/stat : 18776 (java) S 18770 18772 18472 0 -1 4202560 1367 0 0 0 6 0 0 0 16 0 13 0 13135246 1584664576 41351 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 1 0 0 0
[pid=18772/tid=18777] ppid=18770 vsize=1547524 CPUtime=0
/proc/18772/task/18777/stat : 18777 (java) S 18770 18772 18472 0 -1 4202560 24 0 0 0 0 0 0 0 16 0 13 0 13135248 1584664576 41351 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 0 0 16800975 18446604437839112384 0 0 -1 1 0 0 0
[pid=18772/tid=18778] ppid=18770 vsize=1547524 CPUtime=0
/proc/18772/task/18778/stat : 18778 (java) S 18770 18772 18472 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 13135248 1584664576 41351 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18779] ppid=18770 vsize=1547524 CPUtime=0
/proc/18772/task/18779/stat : 18779 (java) S 18770 18772 18472 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 13135248 1584664576 41351 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18780] ppid=18770 vsize=1547524 CPUtime=0
/proc/18772/task/18780/stat : 18780 (java) S 18770 18772 18472 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 13135253 1584664576 41351 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18781] ppid=18770 vsize=1547524 CPUtime=2.59
/proc/18772/task/18781/stat : 18781 (java) S 18770 18772 18472 0 -1 4202560 8607 0 0 0 256 3 0 0 19 0 13 0 13135253 1584664576 41351 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 1 0 0 0
[pid=18772/tid=18782] ppid=18770 vsize=1547524 CPUtime=1.62
/proc/18772/task/18782/stat : 18782 (java) S 18770 18772 18472 0 -1 4202560 4036 0 0 0 161 1 0 0 18 0 13 0 13135253 1584664576 41351 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18783] ppid=18770 vsize=1547524 CPUtime=0
/proc/18772/task/18783/stat : 18783 (java) S 18770 18772 18472 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 13135253 1584664576 41351 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18784] ppid=18770 vsize=1547524 CPUtime=0
/proc/18772/task/18784/stat : 18784 (java) S 18770 18772 18472 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 13135253 1584664576 41351 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 1 0 0 0
[pid=18772/tid=18785] ppid=18770 vsize=1547524 CPUtime=0
/proc/18772/task/18785/stat : 18785 (java) S 18770 18772 18472 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 13135294 1584664576 41351 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.26
Current children cumulated vsize (KiB) 1547524

[startup+12.7013 s]
/proc/loadavg: 1.13 1.03 1.01 2/119 18785
/proc/meminfo: memFree=1617472/2059040 swapFree=4140088/4192956
[pid=18772] ppid=18770 vsize=1547524 CPUtime=16.78
/proc/18772/stat : 18772 (java) S 18770 18772 18472 0 -1 4202496 57257 0 1 0 1650 28 0 0 15 0 13 0 13135243 1584664576 49695 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18772/statm: 386881 49695 1437 10 0 384183 0
[pid=18772/tid=18774] ppid=18770 vsize=1547524 CPUtime=12.14
/proc/18772/task/18774/stat : 18774 (java) R 18770 18772 18472 0 -1 4202560 35429 0 1 0 1197 17 0 0 25 0 13 0 13135245 1584664576 49695 1992294400 134512640 134550932 4289116672 18446744073709551615 4109442814 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18772/tid=18775] ppid=18770 vsize=1547524 CPUtime=0.17
/proc/18772/task/18775/stat : 18775 (java) S 18770 18772 18472 0 -1 4202560 4287 0 0 0 15 2 0 0 16 0 13 0 13135246 1584664576 49695 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18776] ppid=18770 vsize=1547524 CPUtime=0.17
/proc/18772/task/18776/stat : 18776 (java) S 18770 18772 18472 0 -1 4202560 3804 0 0 0 15 2 0 0 16 0 13 0 13135246 1584664576 49695 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 1 0 0 0
[pid=18772/tid=18777] ppid=18770 vsize=1547524 CPUtime=0
/proc/18772/task/18777/stat : 18777 (java) S 18770 18772 18472 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 13135248 1584664576 49695 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 0 0 16800975 18446604437839112384 0 0 -1 1 0 0 0
[pid=18772/tid=18778] ppid=18770 vsize=1547524 CPUtime=0
/proc/18772/task/18778/stat : 18778 (java) S 18770 18772 18472 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 13135248 1584664576 49695 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18779] ppid=18770 vsize=1547524 CPUtime=0
/proc/18772/task/18779/stat : 18779 (java) S 18770 18772 18472 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 13135248 1584664576 49695 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18780] ppid=18770 vsize=1547524 CPUtime=0
/proc/18772/task/18780/stat : 18780 (java) S 18770 18772 18472 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 13135253 1584664576 49695 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18781] ppid=18770 vsize=1547524 CPUtime=2.6
/proc/18772/task/18781/stat : 18781 (java) S 18770 18772 18472 0 -1 4202560 8607 0 0 0 257 3 0 0 18 0 13 0 13135253 1584664576 49695 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 1 0 0 0
[pid=18772/tid=18782] ppid=18770 vsize=1547524 CPUtime=1.64
/proc/18772/task/18782/stat : 18782 (java) S 18770 18772 18472 0 -1 4202560 4036 0 0 0 163 1 0 0 18 0 13 0 13135253 1584664576 49695 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18783] ppid=18770 vsize=1547524 CPUtime=0
/proc/18772/task/18783/stat : 18783 (java) S 18770 18772 18472 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 13135253 1584664576 49695 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18784] ppid=18770 vsize=1547524 CPUtime=0
/proc/18772/task/18784/stat : 18784 (java) S 18770 18772 18472 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 13135253 1584664576 49695 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 1 0 0 0
[pid=18772/tid=18785] ppid=18770 vsize=1547524 CPUtime=0
/proc/18772/task/18785/stat : 18785 (java) S 18770 18772 18472 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 13135294 1584664576 49695 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.78
Current children cumulated vsize (KiB) 1547524

[startup+25.5017 s]
/proc/loadavg: 1.11 1.03 1.01 2/119 18785
/proc/meminfo: memFree=1610032/2059040 swapFree=4140088/4192956
[pid=18772] ppid=18770 vsize=1548548 CPUtime=29.78
/proc/18772/stat : 18772 (java) S 18770 18772 18472 0 -1 4202496 59316 0 1 0 2949 29 0 0 15 0 13 0 13135243 1585713152 51363 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18772/statm: 387137 51363 1441 10 0 384439 0
[pid=18772/tid=18774] ppid=18770 vsize=1548548 CPUtime=24.84
/proc/18772/task/18774/stat : 18774 (java) R 18770 18772 18472 0 -1 4202560 35440 0 1 0 2467 17 0 0 25 0 13 0 13135245 1585713152 51363 1992294400 134512640 134550932 4289116672 18446744073709551615 4109468496 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18772/tid=18775] ppid=18770 vsize=1548548 CPUtime=0.25
/proc/18772/task/18775/stat : 18775 (java) S 18770 18772 18472 0 -1 4202560 5022 0 0 0 22 3 0 0 16 0 13 0 13135246 1585713152 51363 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18776] ppid=18770 vsize=1548548 CPUtime=0.23
/proc/18772/task/18776/stat : 18776 (java) S 18770 18772 18472 0 -1 4202560 4524 0 0 0 21 2 0 0 15 0 13 0 13135246 1585713152 51363 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 1 0 0 0
[pid=18772/tid=18777] ppid=18770 vsize=1548548 CPUtime=0

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

[pid=18772] ppid=18770 vsize=1548548 CPUtime=1624.36
/proc/18772/stat : 18772 (java) S 18770 18772 18472 0 -1 4202496 103590 0 1 0 162295 141 0 0 15 0 13 0 13135243 1585713152 91918 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18772/statm: 387137 91918 1447 10 0 384439 0
[pid=18772/tid=18774] ppid=18770 vsize=1548548 CPUtime=1581.6
/proc/18772/task/18774/stat : 18774 (java) R 18770 18772 18472 0 -1 4202560 36773 0 1 0 158097 63 0 0 25 0 13 0 13135245 1585713152 91918 1992294400 134512640 134550932 4289116672 18446744073709551615 4109439356 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18772/tid=18775] ppid=18770 vsize=1548548 CPUtime=18.79
/proc/18772/task/18775/stat : 18775 (java) S 18770 18772 18472 0 -1 4202560 26755 0 0 0 1848 31 0 0 16 0 13 0 13135246 1585713152 91918 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18776] ppid=18770 vsize=1548548 CPUtime=18.79
/proc/18772/task/18776/stat : 18776 (java) S 18770 18772 18472 0 -1 4202560 25137 0 0 0 1847 32 0 0 16 0 13 0 13135246 1585713152 91918 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 1 0 0 0
[pid=18772/tid=18777] ppid=18770 vsize=1548548 CPUtime=0.62
/proc/18772/task/18777/stat : 18777 (java) S 18770 18772 18472 0 -1 4202560 503 0 0 0 55 7 0 0 15 0 13 0 13135248 1585713152 91918 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 0 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18778] ppid=18770 vsize=1548548 CPUtime=0
/proc/18772/task/18778/stat : 18778 (java) S 18770 18772 18472 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 13135248 1585713152 91918 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18779] ppid=18770 vsize=1548548 CPUtime=0
/proc/18772/task/18779/stat : 18779 (java) S 18770 18772 18472 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 13135248 1585713152 91918 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18780] ppid=18770 vsize=1548548 CPUtime=0
/proc/18772/task/18780/stat : 18780 (java) S 18770 18772 18472 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 13135253 1585713152 91918 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18781] ppid=18770 vsize=1548548 CPUtime=2.72
/proc/18772/task/18781/stat : 18781 (java) S 18770 18772 18472 0 -1 4202560 9224 0 0 0 269 3 0 0 15 0 13 0 13135253 1585713152 91918 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 1 0 0 0
[pid=18772/tid=18782] ppid=18770 vsize=1548548 CPUtime=1.78
/proc/18772/task/18782/stat : 18782 (java) S 18770 18772 18472 0 -1 4202560 4036 0 0 0 177 1 0 0 15 0 13 0 13135253 1585713152 91918 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18783] ppid=18770 vsize=1548548 CPUtime=0
/proc/18772/task/18783/stat : 18783 (java) S 18770 18772 18472 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 13135253 1585713152 91918 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18784] ppid=18770 vsize=1548548 CPUtime=0
/proc/18772/task/18784/stat : 18784 (java) S 18770 18772 18472 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 13135253 1585713152 91918 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18785] ppid=18770 vsize=1548548 CPUtime=0
/proc/18772/task/18785/stat : 18785 (java) S 18770 18772 18472 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 13135294 1585713152 91918 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1624.36
Current children cumulated vsize (KiB) 1548548

[startup+1662.3 s]
/proc/loadavg: 1.11 1.22 1.11 3/119 18838
/proc/meminfo: memFree=1443748/2059040 swapFree=4140088/4192956
[pid=18772] ppid=18770 vsize=1548548 CPUtime=1685.26
/proc/18772/stat : 18772 (java) S 18770 18772 18472 0 -1 4202496 104199 0 1 0 168382 144 0 0 15 0 13 0 13135243 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18772/statm: 387137 92476 1447 10 0 384439 0
[pid=18772/tid=18774] ppid=18770 vsize=1548548 CPUtime=1639.84
/proc/18772/task/18774/stat : 18774 (java) R 18770 18772 18472 0 -1 4202560 36804 0 1 0 163920 64 0 0 25 0 13 0 13135245 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4109442690 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18772/tid=18775] ppid=18770 vsize=1548548 CPUtime=19.7
/proc/18772/task/18775/stat : 18775 (java) S 18770 18772 18472 0 -1 4202560 27060 0 0 0 1938 32 0 0 16 0 13 0 13135246 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18776] ppid=18770 vsize=1548548 CPUtime=19.7
/proc/18772/task/18776/stat : 18776 (java) S 18770 18772 18472 0 -1 4202560 25405 0 0 0 1938 32 0 0 15 0 13 0 13135246 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 1 0 0 0
[pid=18772/tid=18777] ppid=18770 vsize=1548548 CPUtime=1.42
/proc/18772/task/18777/stat : 18777 (java) S 18770 18772 18472 0 -1 4202560 505 0 0 0 135 7 0 0 16 0 13 0 13135248 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 0 0 16800975 18446604437839112384 0 0 -1 1 0 0 0
[pid=18772/tid=18778] ppid=18770 vsize=1548548 CPUtime=0
/proc/18772/task/18778/stat : 18778 (java) S 18770 18772 18472 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 13135248 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18779] ppid=18770 vsize=1548548 CPUtime=0
/proc/18772/task/18779/stat : 18779 (java) S 18770 18772 18472 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 13135248 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18780] ppid=18770 vsize=1548548 CPUtime=0
/proc/18772/task/18780/stat : 18780 (java) S 18770 18772 18472 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 13135253 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18781] ppid=18770 vsize=1548548 CPUtime=2.72
/proc/18772/task/18781/stat : 18781 (java) S 18770 18772 18472 0 -1 4202560 9224 0 0 0 269 3 0 0 15 0 13 0 13135253 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 1 0 0 0
[pid=18772/tid=18782] ppid=18770 vsize=1548548 CPUtime=1.8
/proc/18772/task/18782/stat : 18782 (java) S 18770 18772 18472 0 -1 4202560 4037 0 0 0 179 1 0 0 16 0 13 0 13135253 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18783] ppid=18770 vsize=1548548 CPUtime=0
/proc/18772/task/18783/stat : 18783 (java) S 18770 18772 18472 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 13135253 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18784] ppid=18770 vsize=1548548 CPUtime=0
/proc/18772/task/18784/stat : 18784 (java) S 18770 18772 18472 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 13135253 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18785] ppid=18770 vsize=1548548 CPUtime=0
/proc/18772/task/18785/stat : 18785 (java) S 18770 18772 18472 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 13135294 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1685.26
Current children cumulated vsize (KiB) 1548548

[startup+1722.3 s]
/proc/loadavg: 1.04 1.18 1.10 2/119 18840
/proc/meminfo: memFree=1443624/2059040 swapFree=4140088/4192956
[pid=18772] ppid=18770 vsize=1548548 CPUtime=1746.11
/proc/18772/stat : 18772 (java) S 18770 18772 18472 0 -1 4202496 104239 0 1 0 174465 146 0 0 15 0 13 0 13135243 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18772/statm: 387137 92476 1447 10 0 384439 0
[pid=18772/tid=18774] ppid=18770 vsize=1548548 CPUtime=1698.9
/proc/18772/task/18774/stat : 18774 (java) R 18770 18772 18472 0 -1 4202560 36836 0 1 0 169826 64 0 0 25 0 13 0 13135245 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4109443163 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18772/tid=18775] ppid=18770 vsize=1548548 CPUtime=20.58
/proc/18772/task/18775/stat : 18775 (java) S 18770 18772 18472 0 -1 4202560 27060 0 0 0 2025 33 0 0 15 0 13 0 13135246 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 1 0 0 0
[pid=18772/tid=18776] ppid=18770 vsize=1548548 CPUtime=20.59
/proc/18772/task/18776/stat : 18776 (java) S 18770 18772 18472 0 -1 4202560 25405 0 0 0 2026 33 0 0 16 0 13 0 13135246 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18777] ppid=18770 vsize=1548548 CPUtime=1.43
/proc/18772/task/18777/stat : 18777 (java) S 18770 18772 18472 0 -1 4202560 509 0 0 0 136 7 0 0 15 0 13 0 13135248 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 0 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18778] ppid=18770 vsize=1548548 CPUtime=0
/proc/18772/task/18778/stat : 18778 (java) S 18770 18772 18472 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 13135248 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18779] ppid=18770 vsize=1548548 CPUtime=0
/proc/18772/task/18779/stat : 18779 (java) S 18770 18772 18472 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 13135248 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18780] ppid=18770 vsize=1548548 CPUtime=0
/proc/18772/task/18780/stat : 18780 (java) S 18770 18772 18472 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 13135253 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18781] ppid=18770 vsize=1548548 CPUtime=2.72
/proc/18772/task/18781/stat : 18781 (java) S 18770 18772 18472 0 -1 4202560 9224 0 0 0 269 3 0 0 15 0 13 0 13135253 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 1 0 0 0
[pid=18772/tid=18782] ppid=18770 vsize=1548548 CPUtime=1.8
/proc/18772/task/18782/stat : 18782 (java) S 18770 18772 18472 0 -1 4202560 4037 0 0 0 179 1 0 0 16 0 13 0 13135253 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18783] ppid=18770 vsize=1548548 CPUtime=0
/proc/18772/task/18783/stat : 18783 (java) S 18770 18772 18472 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 13135253 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18784] ppid=18770 vsize=1548548 CPUtime=0
/proc/18772/task/18784/stat : 18784 (java) S 18770 18772 18472 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 13135253 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18785] ppid=18770 vsize=1548548 CPUtime=0
/proc/18772/task/18785/stat : 18785 (java) S 18770 18772 18472 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 13135294 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1746.11
Current children cumulated vsize (KiB) 1548548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.41 s]
/proc/loadavg: 1.25 1.20 1.11 2/119 18840
/proc/meminfo: memFree=1443376/2059040 swapFree=4140088/4192956
[pid=18772] ppid=18770 vsize=1548548 CPUtime=1800.02
/proc/18772/stat : 18772 (java) S 18770 18772 18472 0 -1 4202496 104276 0 1 0 179854 148 0 0 15 0 13 0 13135243 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18772/statm: 387137 92476 1447 10 0 384439 0
[pid=18772/tid=18774] ppid=18770 vsize=1548548 CPUtime=1751.19
/proc/18772/task/18774/stat : 18774 (java) R 18770 18772 18472 0 -1 4202560 36865 0 1 0 175055 64 0 0 25 0 13 0 13135245 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4109531096 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18772/tid=18775] ppid=18770 vsize=1548548 CPUtime=21.39
/proc/18772/task/18775/stat : 18775 (java) S 18770 18772 18472 0 -1 4202560 27060 0 0 0 2106 33 0 0 15 0 13 0 13135246 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 1 0 0 0
[pid=18772/tid=18776] ppid=18770 vsize=1548548 CPUtime=21.4
/proc/18772/task/18776/stat : 18776 (java) S 18770 18772 18472 0 -1 4202560 25405 0 0 0 2105 35 0 0 16 0 13 0 13135246 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18777] ppid=18770 vsize=1548548 CPUtime=1.43
/proc/18772/task/18777/stat : 18777 (java) S 18770 18772 18472 0 -1 4202560 513 0 0 0 136 7 0 0 15 0 13 0 13135248 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 0 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18778] ppid=18770 vsize=1548548 CPUtime=0
/proc/18772/task/18778/stat : 18778 (java) S 18770 18772 18472 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 13135248 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18779] ppid=18770 vsize=1548548 CPUtime=0
/proc/18772/task/18779/stat : 18779 (java) S 18770 18772 18472 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 13135248 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18780] ppid=18770 vsize=1548548 CPUtime=0
/proc/18772/task/18780/stat : 18780 (java) S 18770 18772 18472 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 13135253 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18781] ppid=18770 vsize=1548548 CPUtime=2.72
/proc/18772/task/18781/stat : 18781 (java) S 18770 18772 18472 0 -1 4202560 9224 0 0 0 269 3 0 0 15 0 13 0 13135253 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 1 0 0 0
[pid=18772/tid=18782] ppid=18770 vsize=1548548 CPUtime=1.8
/proc/18772/task/18782/stat : 18782 (java) S 18770 18772 18472 0 -1 4202560 4037 0 0 0 179 1 0 0 16 0 13 0 13135253 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18783] ppid=18770 vsize=1548548 CPUtime=0
/proc/18772/task/18783/stat : 18783 (java) S 18770 18772 18472 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 13135253 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18784] ppid=18770 vsize=1548548 CPUtime=0
/proc/18772/task/18784/stat : 18784 (java) R 18770 18772 18472 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 13135253 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18772/tid=18785] ppid=18770 vsize=1548548 CPUtime=0
/proc/18772/task/18785/stat : 18785 (java) S 18770 18772 18472 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 13135294 1585713152 92476 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1548548

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

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

[startup+1775.52 s]
/proc/loadavg: 1.25 1.20 1.11 2/119 18840
/proc/meminfo: memFree=1443376/2059040 swapFree=4140088/4192956
[pid=18772] ppid=18770 vsize=1549196 CPUtime=1800.18
/proc/18772/stat : 18772 (java) S 18770 18772 18472 0 -1 4202496 104298 0 1 0 179870 148 0 0 15 0 14 0 13135243 1586376704 92498 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18772/statm: 387299 92498 1450 10 0 384601 0
[pid=18772/tid=18774] ppid=18770 vsize=1549196 CPUtime=1751.28
/proc/18772/task/18774/stat : 18774 (java) R 18770 18772 18472 0 -1 4202560 36865 0 1 0 175064 64 0 0 25 0 14 0 13135245 1586376704 92498 1992294400 134512640 134550932 4289116672 18446744073709551615 4109531096 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18772/tid=18775] ppid=18770 vsize=1549196 CPUtime=21.39
/proc/18772/task/18775/stat : 18775 (java) S 18770 18772 18472 0 -1 4202560 27060 0 0 0 2106 33 0 0 15 0 14 0 13135246 1586376704 92498 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 1 0 0 0
[pid=18772/tid=18776] ppid=18770 vsize=1549196 CPUtime=21.4
/proc/18772/task/18776/stat : 18776 (java) S 18770 18772 18472 0 -1 4202560 25405 0 0 0 2105 35 0 0 16 0 14 0 13135246 1586376704 92498 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18777] ppid=18770 vsize=1549196 CPUtime=1.43
/proc/18772/task/18777/stat : 18777 (java) S 18770 18772 18472 0 -1 4202560 513 0 0 0 136 7 0 0 15 0 14 0 13135248 1586376704 92498 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 0 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18778] ppid=18770 vsize=1549196 CPUtime=0
/proc/18772/task/18778/stat : 18778 (java) S 18770 18772 18472 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 13135248 1586376704 92498 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18779] ppid=18770 vsize=1549196 CPUtime=0
/proc/18772/task/18779/stat : 18779 (java) S 18770 18772 18472 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 13135248 1586376704 92498 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18780] ppid=18770 vsize=1549196 CPUtime=0
/proc/18772/task/18780/stat : 18780 (java) S 18770 18772 18472 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 13135253 1586376704 92498 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18781] ppid=18770 vsize=1549196 CPUtime=2.72
/proc/18772/task/18781/stat : 18781 (java) S 18770 18772 18472 0 -1 4202560 9224 0 0 0 269 3 0 0 15 0 14 0 13135253 1586376704 92498 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 1 0 0 0
[pid=18772/tid=18782] ppid=18770 vsize=1549196 CPUtime=1.84
/proc/18772/task/18782/stat : 18782 (java) S 18770 18772 18472 0 -1 4202560 4039 0 0 0 183 1 0 0 15 0 14 0 13135253 1586376704 92498 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18783] ppid=18770 vsize=1549196 CPUtime=0
/proc/18772/task/18783/stat : 18783 (java) S 18770 18772 18472 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 13135253 1586376704 92498 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18784] ppid=18770 vsize=1549196 CPUtime=0
/proc/18772/task/18784/stat : 18784 (java) S 18770 18772 18472 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 14 0 13135253 1586376704 92498 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
[pid=18772/tid=18785] ppid=18770 vsize=1549196 CPUtime=0
/proc/18772/task/18785/stat : 18785 (java) S 18770 18772 18472 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 13135294 1586376704 92498 1992294400 134512640 134550932 4289116672 18446744073709551615 4294960144 0 4 0 16800975 18446604437839112384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 1549196

Child status: 143
Real time (s): 1775.57
CPU time (s): 1800.24
CPU user time (s): 1798.72
CPU system time (s): 1.52077
CPU usage (%): 101.389
Max. virtual memory (cumulated for all children) (KiB): 1549988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.72
system time used= 1.52077
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104299
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= 46187
involuntary context switches= 67414

runsolver used 3.77043 second user time and 9.46556 second system time

The end

Launcher Data

Begin job on node038 at 2010-06-16 22:00:25
IDJOB=2670302
IDBENCH=48261
IDSOLVER=1165
FILE ID=node038/2670302-1276718425
PBS_JOBID= 11174137
Free space on /tmp= 62476 MiB

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

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

MD5SUM BENCH= 0619afe86d0e2ffb4ad28e9f2f441c24
RANDOM SEED=252915032

node038.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.222
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.222
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:       1811464 kB
Buffers:         27536 kB
Cached:         129140 kB
SwapCached:       6024 kB
Active:          72152 kB
Inactive:        97452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1811464 kB
SwapTotal:     4192956 kB
SwapFree:      4140088 kB
Dirty:             352 kB
Writeback:           0 kB
AnonPages:       11180 kB
Mapped:          12932 kB
Slab:            56008 kB
PageTables:       4092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180128 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= 62476 MiB
End job on node038 at 2010-06-16 22:30:02