Trace number 2670289

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)-7 1800.28 1779.26

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_2.opb
MD5SUM1eb933a10fcc575d2df25e98511c4b07
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-7
Best CPU time to get the best result obtained on this benchmark576.181
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -7
Optimality of the best value was proved YES
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)2960
Sum of products size (including duplicates)5920
Number of different products1480
Sum of products size2960

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.16	c version 2.2.0.v20100526
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-2670289-1276716926.opb
0.21/0.22	c reading problem ... 
1.04/0.79	c ... done. Wall clock time 0.578s.
1.04/0.79	c #vars     1580
1.04/0.79	c #constraints  3112
1.04/0.79	c constraints type 
1.04/0.80	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
1.04/0.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1480
1.04/0.80	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 102
1.04/0.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1480
1.97/1.28	c SATISFIABLE
1.97/1.28	c OPTIMIZING...
1.97/1.28	c Got one! Elapsed wall clock time (in seconds):1.064
1.97/1.28	o -2
2.17/1.36	c Got one! Elapsed wall clock time (in seconds):1.147
2.17/1.36	o -3
3.77/2.13	c Got one! Elapsed wall clock time (in seconds):1.912
3.77/2.13	o -4
5.16/2.89	c Got one! Elapsed wall clock time (in seconds):2.67
5.16/2.89	o -5
9.11/6.16	c Got one! Elapsed wall clock time (in seconds):5.945
9.11/6.16	o -6
96.66/92.95	c cleaning 0 clauses out of 5000 with flag 0/5000
714.11/705.44	c cleaning 0 clauses out of 11006 with flag 0/11006
1441.92/1425.63	c Got one! Elapsed wall clock time (in seconds):1425.414
1441.92/1425.63	o -7
1800.06/1779.12	c starts		: 49
1800.06/1779.12	c conflicts		: 17183
1800.06/1779.12	c decisions		: 59056
1800.06/1779.12	c propagations		: 2325772
1800.06/1779.12	c inspects		: 748034039
1800.06/1779.12	c learnt literals	: 0
1800.06/1779.12	c learnt binary clauses	: 0
1800.06/1779.12	c learnt ternary clauses	: 0
1800.06/1779.12	c learnt clauses	: 17182
1800.06/1779.12	c ignored clauses	: 0
1800.06/1779.12	c root simplifications	: 0
1800.06/1779.12	c removed literals (reason simplification)	: 0
1800.06/1779.12	c reason swapping (by a shorter reason)	: 0
1800.06/1779.12	c Calls to reduceDB	: 2
1800.06/1779.12	c number of reductions to clauses (during analyze)	: 0
1800.06/1779.12	c number of learned constraints concerned by reduction	: 0
1800.06/1779.12	c number of learning phase by resolution	: 0
1800.06/1779.12	c number of learning phase by cutting planes	: 0
1800.06/1779.12	c speed (assignments/second)	: 6579.567957814215
1800.06/1779.12	c non guided choices	16
1800.06/1779.17	c learnt constraints type 
1800.06/1779.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.06/1779.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17182
1800.06/1779.17	c constraints type 
1800.06/1779.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
1800.06/1779.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1480
1800.06/1779.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
1800.06/1779.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1480
1800.06/1779.17	s SATISFIABLE
1800.06/1779.17	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 x30 -x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 x85 -x86 x87 -x88 x89 x90 -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 
1800.06/1779.17	c objective function=-7
1800.06/1779.17	c Total wall clock time (in seconds): 1778.958

Verifier Data

OK	-7

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2670289-1276716926/watcher-2670289-1276716926 -o /tmp/evaluation-result-2670289-1276716926/solver-2670289-1276716926 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670289-1276716926.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 15081
/proc/meminfo: memFree=1856432/2059040 swapFree=4136756/4192956
[pid=15081] ppid=15079 vsize=248 CPUtime=0
/proc/15081/stat : 15081 (java6) R 15079 15081 14872 0 -1 4194304 108 0 0 0 0 0 0 0 19 0 1 0 47294115 253952 28 1992294400 134512640 134550932 4287220112 18446744073709551615 7619156 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15081/statm: 62 28 21 10 0 23 0

[startup+0.02382 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15081
/proc/meminfo: memFree=1856432/2059040 swapFree=4136756/4192956
[pid=15081] ppid=15079 vsize=13764 CPUtime=0
/proc/15081/stat : 15081 (java) S 15079 15081 14872 0 -1 4202496 1224 0 1 0 0 0 0 0 15 0 2 0 47294115 14094336 672 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15081/statm: 3478 688 352 10 0 1206 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13764

[startup+0.101821 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15081
/proc/meminfo: memFree=1856432/2059040 swapFree=4136756/4192956
[pid=15081] ppid=15079 vsize=1524024 CPUtime=0.08
/proc/15081/stat : 15081 (java) S 15079 15081 14872 0 -1 4202496 3931 0 1 0 6 2 0 0 15 0 12 0 47294115 1560600576 3371 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15081/statm: 381006 3371 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.327434 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15081
/proc/meminfo: memFree=1856432/2059040 swapFree=4136756/4192956
[pid=15081] ppid=15079 vsize=1526864 CPUtime=0.4
/proc/15081/stat : 15081 (java) S 15079 15081 14872 0 -1 4202496 5503 0 1 0 38 2 0 0 15 0 12 0 47294115 1563508736 4941 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15081/statm: 381716 4941 1366 10 0 379018 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 1526864

[startup+0.700926 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 15081
/proc/meminfo: memFree=1856432/2059040 swapFree=4136756/4192956
[pid=15081] ppid=15079 vsize=1529320 CPUtime=1.04
/proc/15081/stat : 15081 (java) S 15079 15081 14872 0 -1 4202496 6874 0 1 0 101 3 0 0 15 0 12 0 47294115 1566023680 6271 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15081/statm: 382330 6271 1405 10 0 379632 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1529320

[startup+1.50208 s]
/proc/loadavg: 1.00 1.00 1.00 4/119 15094
/proc/meminfo: memFree=1832892/2059040 swapFree=4136756/4192956
[pid=15081] ppid=15079 vsize=1532708 CPUtime=2.57
/proc/15081/stat : 15081 (java) S 15079 15081 14872 0 -1 4202496 13285 0 1 0 250 7 0 0 15 0 13 0 47294115 1569492992 11193 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15081/statm: 383177 11194 1420 10 0 380479 0
[pid=15081/tid=15083] ppid=15079 vsize=1532708 CPUtime=1.46
/proc/15081/task/15083/stat : 15083 (java) R 15079 15081 14872 0 -1 4202560 8680 0 1 0 142 4 0 0 25 0 13 0 47294117 1569492992 11194 1992294400 134512640 134550932 4291582512 18446744073709551615 4109036615 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15081/tid=15084] ppid=15079 vsize=1532708 CPUtime=0
/proc/15081/task/15084/stat : 15084 (java) S 15079 15081 14872 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 13 0 47294118 1569492992 11195 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15085] ppid=15079 vsize=1532708 CPUtime=0
/proc/15081/task/15085/stat : 15085 (java) S 15079 15081 14872 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 47294118 1569492992 11195 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15086] ppid=15079 vsize=1532708 CPUtime=0
/proc/15081/task/15086/stat : 15086 (java) S 15079 15081 14872 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 47294120 1569492992 11195 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 0 0 16800975 18446604437813372096 0 0 -1 1 0 0 0
[pid=15081/tid=15087] ppid=15079 vsize=1532708 CPUtime=0
/proc/15081/task/15087/stat : 15087 (java) S 15079 15081 14872 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 47294120 1569492992 11195 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15088] ppid=15079 vsize=1532708 CPUtime=0
/proc/15081/task/15088/stat : 15088 (java) S 15079 15081 14872 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 47294120 1569492992 11195 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15089] ppid=15079 vsize=1532708 CPUtime=0
/proc/15081/task/15089/stat : 15089 (java) S 15079 15081 14872 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 47294125 1569492992 11195 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15090] ppid=15079 vsize=1532708 CPUtime=0.2
/proc/15081/task/15090/stat : 15090 (java) R 15079 15081 14872 0 -1 4202560 360 0 0 0 20 0 0 0 20 0 13 0 47294125 1569492992 11196 1992294400 134512640 134550932 4291582512 18446744073709551615 103206262 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15081/tid=15091] ppid=15079 vsize=1532708 CPUtime=0.88
/proc/15081/task/15091/stat : 15091 (java) R 15079 15081 14872 0 -1 4202560 3182 0 0 0 87 1 0 0 16 0 13 0 47294125 1569492992 11197 1992294400 134512640 134550932 4291582512 18446744073709551615 104164030 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15081/tid=15092] ppid=15079 vsize=1532708 CPUtime=0
/proc/15081/task/15092/stat : 15092 (java) S 15079 15081 14872 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 47294125 1569492992 11197 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15093] ppid=15079 vsize=1532708 CPUtime=0
/proc/15081/task/15093/stat : 15093 (java) S 15079 15081 14872 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 47294125 1569492992 11197 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 1 0 0 0
[pid=15081/tid=15094] ppid=15079 vsize=1532708 CPUtime=0
/proc/15081/task/15094/stat : 15094 (java) S 15079 15081 14872 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 47294196 1569492992 11197 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 1532708

[startup+3.10136 s]
/proc/loadavg: 1.00 1.00 1.00 5/119 15094
/proc/meminfo: memFree=1789616/2059040 swapFree=4136756/4192956
[pid=15081] ppid=15079 vsize=1540176 CPUtime=5.61
/proc/15081/stat : 15081 (java) S 15079 15081 14872 0 -1 4202496 40432 0 1 0 542 19 0 0 15 0 13 0 47294115 1577140224 34700 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15081/statm: 385044 34700 1424 10 0 382346 0
[pid=15081/tid=15083] ppid=15079 vsize=1540176 CPUtime=2.69
/proc/15081/task/15083/stat : 15083 (java) R 15079 15081 14872 0 -1 4202560 30038 0 1 0 254 15 0 0 25 0 13 0 47294117 1577140224 34700 1992294400 134512640 134550932 4291582512 18446744073709551615 4108633937 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15081/tid=15084] ppid=15079 vsize=1540176 CPUtime=0
/proc/15081/task/15084/stat : 15084 (java) S 15079 15081 14872 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 13 0 47294118 1577140224 34700 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15085] ppid=15079 vsize=1540176 CPUtime=0
/proc/15081/task/15085/stat : 15085 (java) S 15079 15081 14872 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 47294118 1577140224 34700 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15086] ppid=15079 vsize=1540176 CPUtime=0
/proc/15081/task/15086/stat : 15086 (java) S 15079 15081 14872 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 47294120 1577140224 34700 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 0 0 16800975 18446604437813372096 0 0 -1 1 0 0 0
[pid=15081/tid=15087] ppid=15079 vsize=1540176 CPUtime=0
/proc/15081/task/15087/stat : 15087 (java) S 15079 15081 14872 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 47294120 1577140224 34700 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15088] ppid=15079 vsize=1540176 CPUtime=0
/proc/15081/task/15088/stat : 15088 (java) S 15079 15081 14872 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 47294120 1577140224 34700 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15089] ppid=15079 vsize=1540176 CPUtime=0
/proc/15081/task/15089/stat : 15089 (java) S 15079 15081 14872 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 47294125 1577140224 34700 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15090] ppid=15079 vsize=1540176 CPUtime=0.67
/proc/15081/task/15090/stat : 15090 (java) S 15079 15081 14872 0 -1 4202560 1139 0 0 0 67 0 0 0 20 0 13 0 47294125 1577140224 34700 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 1 0 0 0
[pid=15081/tid=15091] ppid=15079 vsize=1540176 CPUtime=2.21
/proc/15081/task/15091/stat : 15091 (java) S 15079 15081 14872 0 -1 4202560 8191 0 0 0 219 2 0 0 16 0 13 0 47294125 1577140224 34700 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15092] ppid=15079 vsize=1540176 CPUtime=0
/proc/15081/task/15092/stat : 15092 (java) S 15079 15081 14872 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 47294125 1577140224 34700 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15093] ppid=15079 vsize=1540176 CPUtime=0
/proc/15081/task/15093/stat : 15093 (java) S 15079 15081 14872 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 47294125 1577140224 34700 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 1 0 0 0
[pid=15081/tid=15094] ppid=15079 vsize=1540176 CPUtime=0
/proc/15081/task/15094/stat : 15094 (java) S 15079 15081 14872 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 47294196 1577140224 34700 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 1540176

[startup+6.30115 s]
/proc/loadavg: 1.16 1.03 1.01 2/119 15094
/proc/meminfo: memFree=1702940/2059040 swapFree=4136756/4192956
[pid=15081] ppid=15079 vsize=1540568 CPUtime=9.31
/proc/15081/stat : 15081 (java) S 15079 15081 14872 0 -1 4202496 45844 0 1 0 909 22 0 0 15 0 13 0 47294115 1577541632 39747 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15081/statm: 385142 39747 1438 10 0 382444 0
[pid=15081/tid=15083] ppid=15079 vsize=1540568 CPUtime=5.61
/proc/15081/task/15083/stat : 15083 (java) R 15079 15081 14872 0 -1 4202560 32086 0 1 0 545 16 0 0 25 0 13 0 47294117 1577541632 39747 1992294400 134512640 134550932 4291582512 18446744073709551615 4109011452 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15081/tid=15084] ppid=15079 vsize=1540568 CPUtime=0.06
/proc/15081/task/15084/stat : 15084 (java) S 15079 15081 14872 0 -1 4202560 1450 0 0 0 6 0 0 0 15 0 13 0 47294118 1577541632 39747 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15085] ppid=15079 vsize=1540568 CPUtime=0.06
/proc/15081/task/15085/stat : 15085 (java) S 15079 15081 14872 0 -1 4202560 1429 0 0 0 6 0 0 0 16 0 13 0 47294118 1577541632 39747 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 1 0 0 0
[pid=15081/tid=15086] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15086/stat : 15086 (java) S 15079 15081 14872 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 13 0 47294120 1577541632 39747 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 0 0 16800975 18446604437813372096 0 0 -1 1 0 0 0
[pid=15081/tid=15087] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15087/stat : 15087 (java) S 15079 15081 14872 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 47294120 1577541632 39747 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15088] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15088/stat : 15088 (java) S 15079 15081 14872 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 47294120 1577541632 39747 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15089] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15089/stat : 15089 (java) S 15079 15081 14872 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 47294125 1577541632 39747 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15090] ppid=15079 vsize=1540568 CPUtime=1.09
/proc/15081/task/15090/stat : 15090 (java) S 15079 15081 14872 0 -1 4202560 1341 0 0 0 109 0 0 0 15 0 13 0 47294125 1577541632 39747 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 1 0 0 0
[pid=15081/tid=15091] ppid=15079 vsize=1540568 CPUtime=2.41
/proc/15081/task/15091/stat : 15091 (java) S 15079 15081 14872 0 -1 4202560 8450 0 0 0 239 2 0 0 16 0 13 0 47294125 1577541632 39747 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15092] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15092/stat : 15092 (java) S 15079 15081 14872 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 47294125 1577541632 39747 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15093] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15093/stat : 15093 (java) S 15079 15081 14872 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 47294125 1577541632 39747 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 1 0 0 0
[pid=15081/tid=15094] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15094/stat : 15094 (java) S 15079 15081 14872 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 47294196 1577541632 39747 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.31
Current children cumulated vsize (KiB) 1540568

[startup+12.7 s]
/proc/loadavg: 1.15 1.03 1.01 2/119 15094
/proc/meminfo: memFree=1669336/2059040 swapFree=4136756/4192956
[pid=15081] ppid=15079 vsize=1540568 CPUtime=15.89
/proc/15081/stat : 15081 (java) S 15079 15081 14872 0 -1 4202496 54239 0 1 0 1563 26 0 0 15 0 13 0 47294115 1577541632 47908 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15081/statm: 385142 47908 1442 10 0 382444 0
[pid=15081/tid=15083] ppid=15079 vsize=1540568 CPUtime=11.9
/proc/15081/task/15083/stat : 15083 (java) R 15079 15081 14872 0 -1 4202560 35389 0 1 0 1172 18 0 0 25 0 13 0 47294117 1577541632 47908 1992294400 134512640 134550932 4291582512 18446744073709551615 4108781216 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15081/tid=15084] ppid=15079 vsize=1540568 CPUtime=0.17
/proc/15081/task/15084/stat : 15084 (java) S 15079 15081 14872 0 -1 4202560 4084 0 0 0 16 1 0 0 16 0 13 0 47294118 1577541632 47908 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15085] ppid=15079 vsize=1540568 CPUtime=0.16
/proc/15081/task/15085/stat : 15085 (java) S 15079 15081 14872 0 -1 4202560 3876 0 0 0 15 1 0 0 15 0 13 0 47294118 1577541632 47908 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 1 0 0 0
[pid=15081/tid=15086] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15086/stat : 15086 (java) S 15079 15081 14872 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 47294120 1577541632 47908 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 0 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15087] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15087/stat : 15087 (java) S 15079 15081 14872 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 47294120 1577541632 47908 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15088] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15088/stat : 15088 (java) S 15079 15081 14872 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 47294120 1577541632 47908 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15089] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15089/stat : 15089 (java) S 15079 15081 14872 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 47294125 1577541632 47908 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15090] ppid=15079 vsize=1540568 CPUtime=1.17
/proc/15081/task/15090/stat : 15090 (java) S 15079 15081 14872 0 -1 4202560 1348 0 0 0 117 0 0 0 15 0 13 0 47294125 1577541632 47908 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 1 0 0 0
[pid=15081/tid=15091] ppid=15079 vsize=1540568 CPUtime=2.41
/proc/15081/task/15091/stat : 15091 (java) S 15079 15081 14872 0 -1 4202560 8450 0 0 0 239 2 0 0 15 0 13 0 47294125 1577541632 47908 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15092] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15092/stat : 15092 (java) S 15079 15081 14872 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 47294125 1577541632 47908 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15093] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15093/stat : 15093 (java) S 15079 15081 14872 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 47294125 1577541632 47908 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 1 0 0 0
[pid=15081/tid=15094] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15094/stat : 15094 (java) S 15079 15081 14872 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 47294196 1577541632 47908 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.89
Current children cumulated vsize (KiB) 1540568

[startup+25.5018 s]
/proc/loadavg: 1.12 1.03 1.01 3/119 15094
/proc/meminfo: memFree=1663136/2059040 swapFree=4136756/4192956
[pid=15081] ppid=15079 vsize=1540568 CPUtime=28.79
/proc/15081/stat : 15081 (java) S 15079 15081 14872 0 -1 4202496 56298 0 1 0 2852 27 0 0 15 0 13 0 47294115 1577541632 49802 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15081/statm: 385142 49802 1442 10 0 382444 0
[pid=15081/tid=15083] ppid=15079 vsize=1540568 CPUtime=24.59
/proc/15081/task/15083/stat : 15083 (java) R 15079 15081 14872 0 -1 4202560 35435 0 1 0 2441 18 0 0 25 0 13 0 47294117 1577541632 49802 1992294400 134512640 134550932 4291582512 18446744073709551615 4109053566 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15081/tid=15084] ppid=15079 vsize=1540568 CPUtime=0.27
/proc/15081/task/15084/stat : 15084 (java) S 15079 15081 14872 0 -1 4202560 5134 0 0 0 25 2 0 0 16 0 13 0 47294118 1577541632 49802 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15085] ppid=15079 vsize=1540568 CPUtime=0.27
/proc/15081/task/15085/stat : 15085 (java) S 15079 15081 14872 0 -1 4202560 4839 0 0 0 25 2 0 0 15 0 13 0 47294118 1577541632 49802 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 1 0 0 0
[pid=15081/tid=15086] ppid=15079 vsize=1540568 CPUtime=0

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

[pid=15081] ppid=15079 vsize=1540568 CPUtime=1620.84
/proc/15081/stat : 15081 (java) S 15079 15081 14872 0 -1 4202496 99775 0 1 0 161972 112 0 0 15 0 13 0 47294115 1577541632 90049 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15081/statm: 385142 90049 1448 10 0 382444 0
[pid=15081/tid=15083] ppid=15079 vsize=1540568 CPUtime=1583.94
/proc/15081/task/15083/stat : 15083 (java) R 15079 15081 14872 0 -1 4202560 36420 0 1 0 158345 49 0 0 25 0 13 0 47294117 1577541632 90049 1992294400 134512640 134550932 4291582512 18446744073709551615 4109040103 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15081/tid=15084] ppid=15079 vsize=1540568 CPUtime=15.98
/proc/15081/task/15084/stat : 15084 (java) S 15079 15081 14872 0 -1 4202560 26684 0 0 0 1569 29 0 0 16 0 13 0 47294118 1577541632 90049 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15085] ppid=15079 vsize=1540568 CPUtime=16.05
/proc/15081/task/15085/stat : 15085 (java) S 15079 15081 14872 0 -1 4202560 25403 0 0 0 1585 20 0 0 15 0 13 0 47294118 1577541632 90049 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 1 0 0 0
[pid=15081/tid=15086] ppid=15079 vsize=1540568 CPUtime=0.71
/proc/15081/task/15086/stat : 15086 (java) S 15079 15081 14872 0 -1 4202560 272 0 0 0 63 8 0 0 16 0 13 0 47294120 1577541632 90049 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 0 0 16800975 18446604437813372096 0 0 -1 1 0 0 0
[pid=15081/tid=15087] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15087/stat : 15087 (java) S 15079 15081 14872 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 47294120 1577541632 90049 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15088] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15088/stat : 15088 (java) S 15079 15081 14872 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 47294120 1577541632 90049 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15089] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15089/stat : 15089 (java) S 15079 15081 14872 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 47294125 1577541632 90049 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15090] ppid=15079 vsize=1540568 CPUtime=1.23
/proc/15081/task/15090/stat : 15090 (java) S 15079 15081 14872 0 -1 4202560 1348 0 0 0 123 0 0 0 15 0 13 0 47294125 1577541632 90049 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 1 0 0 0
[pid=15081/tid=15091] ppid=15079 vsize=1540568 CPUtime=2.85
/proc/15081/task/15091/stat : 15091 (java) S 15079 15081 14872 0 -1 4202560 8492 0 0 0 283 2 0 0 15 0 13 0 47294125 1577541632 90049 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15092] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15092/stat : 15092 (java) S 15079 15081 14872 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 47294125 1577541632 90049 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15093] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15093/stat : 15093 (java) S 15079 15081 14872 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 47294125 1577541632 90049 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15094] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15094/stat : 15094 (java) S 15079 15081 14872 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 47294196 1577541632 90049 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1620.84
Current children cumulated vsize (KiB) 1540568

[startup+1662.3 s]
/proc/loadavg: 1.00 1.07 1.04 2/119 15147
/proc/meminfo: memFree=1493628/2059040 swapFree=4136756/4192956
[pid=15081] ppid=15079 vsize=1540568 CPUtime=1681.64
/proc/15081/stat : 15081 (java) S 15079 15081 14872 0 -1 4202496 101147 0 1 0 168050 114 0 0 15 0 13 0 47294115 1577541632 91347 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15081/statm: 385142 91347 1448 10 0 382444 0
[pid=15081/tid=15083] ppid=15079 vsize=1540568 CPUtime=1643.08
/proc/15081/task/15083/stat : 15083 (java) R 15079 15081 14872 0 -1 4202560 36450 0 1 0 164259 49 0 0 25 0 13 0 47294117 1577541632 91347 1992294400 134512640 134550932 4291582512 18446744073709551615 4109040124 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15081/tid=15084] ppid=15079 vsize=1540568 CPUtime=16.82
/proc/15081/task/15084/stat : 15084 (java) S 15079 15081 14872 0 -1 4202560 27315 0 0 0 1651 31 0 0 16 0 13 0 47294118 1577541632 91347 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15085] ppid=15079 vsize=1540568 CPUtime=16.88
/proc/15081/task/15085/stat : 15085 (java) S 15079 15081 14872 0 -1 4202560 26106 0 0 0 1667 21 0 0 15 0 13 0 47294118 1577541632 91347 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 1 0 0 0
[pid=15081/tid=15086] ppid=15079 vsize=1540568 CPUtime=0.72
/proc/15081/task/15086/stat : 15086 (java) S 15079 15081 14872 0 -1 4202560 276 0 0 0 64 8 0 0 15 0 13 0 47294120 1577541632 91347 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 0 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15087] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15087/stat : 15087 (java) S 15079 15081 14872 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 47294120 1577541632 91347 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15088] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15088/stat : 15088 (java) S 15079 15081 14872 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 47294120 1577541632 91347 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15089] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15089/stat : 15089 (java) S 15079 15081 14872 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 47294125 1577541632 91347 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15090] ppid=15079 vsize=1540568 CPUtime=1.23
/proc/15081/task/15090/stat : 15090 (java) S 15079 15081 14872 0 -1 4202560 1348 0 0 0 123 0 0 0 15 0 13 0 47294125 1577541632 91347 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 1 0 0 0
[pid=15081/tid=15091] ppid=15079 vsize=1540568 CPUtime=2.85
/proc/15081/task/15091/stat : 15091 (java) S 15079 15081 14872 0 -1 4202560 8492 0 0 0 283 2 0 0 15 0 13 0 47294125 1577541632 91347 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15092] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15092/stat : 15092 (java) S 15079 15081 14872 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 47294125 1577541632 91347 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15093] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15093/stat : 15093 (java) S 15079 15081 14872 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 47294125 1577541632 91347 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15094] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15094/stat : 15094 (java) S 15079 15081 14872 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 47294196 1577541632 91347 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1681.64
Current children cumulated vsize (KiB) 1540568

[startup+1722.3 s]
/proc/loadavg: 1.00 1.06 1.04 2/119 15149
/proc/meminfo: memFree=1488048/2059040 swapFree=4136756/4192956
[pid=15081] ppid=15079 vsize=1540568 CPUtime=1742.51
/proc/15081/stat : 15081 (java) S 15079 15081 14872 0 -1 4202496 102666 0 1 0 174135 116 0 0 15 0 13 0 47294115 1577541632 92782 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15081/statm: 385142 92782 1448 10 0 382444 0
[pid=15081/tid=15083] ppid=15079 vsize=1540568 CPUtime=1702.15
/proc/15081/task/15083/stat : 15083 (java) R 15079 15081 14872 0 -1 4202560 36481 0 1 0 170166 49 0 0 25 0 13 0 47294117 1577541632 92782 1992294400 134512640 134550932 4291582512 18446744073709551615 4109040452 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15081/tid=15084] ppid=15079 vsize=1540568 CPUtime=17.71
/proc/15081/task/15084/stat : 15084 (java) S 15079 15081 14872 0 -1 4202560 28047 0 0 0 1739 32 0 0 16 0 13 0 47294118 1577541632 92782 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15085] ppid=15079 vsize=1540568 CPUtime=17.77
/proc/15081/task/15085/stat : 15085 (java) S 15079 15081 14872 0 -1 4202560 26854 0 0 0 1756 21 0 0 16 0 13 0 47294118 1577541632 92782 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 1 0 0 0
[pid=15081/tid=15086] ppid=15079 vsize=1540568 CPUtime=0.72
/proc/15081/task/15086/stat : 15086 (java) S 15079 15081 14872 0 -1 4202560 280 0 0 0 64 8 0 0 15 0 13 0 47294120 1577541632 92782 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 0 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15087] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15087/stat : 15087 (java) S 15079 15081 14872 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 47294120 1577541632 92782 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15088] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15088/stat : 15088 (java) S 15079 15081 14872 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 47294120 1577541632 92782 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15089] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15089/stat : 15089 (java) S 15079 15081 14872 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 47294125 1577541632 92782 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15090] ppid=15079 vsize=1540568 CPUtime=1.23
/proc/15081/task/15090/stat : 15090 (java) S 15079 15081 14872 0 -1 4202560 1348 0 0 0 123 0 0 0 15 0 13 0 47294125 1577541632 92782 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 1 0 0 0
[pid=15081/tid=15091] ppid=15079 vsize=1540568 CPUtime=2.85
/proc/15081/task/15091/stat : 15091 (java) S 15079 15081 14872 0 -1 4202560 8492 0 0 0 283 2 0 0 15 0 13 0 47294125 1577541632 92782 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15092] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15092/stat : 15092 (java) S 15079 15081 14872 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 47294125 1577541632 92782 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15093] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15093/stat : 15093 (java) S 15079 15081 14872 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 47294125 1577541632 92782 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15094] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15094/stat : 15094 (java) S 15079 15081 14872 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 47294196 1577541632 92782 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1742.51
Current children cumulated vsize (KiB) 1540568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.1 s]
/proc/loadavg: 1.00 1.05 1.03 2/119 15149
/proc/meminfo: memFree=1484452/2059040 swapFree=4136756/4192956
[pid=15081] ppid=15079 vsize=1540568 CPUtime=1800.06
/proc/15081/stat : 15081 (java) S 15079 15081 14872 0 -1 4202496 103518 0 1 0 179888 118 0 0 15 0 13 0 47294115 1577541632 93585 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15081/statm: 385142 93585 1448 10 0 382444 0
[pid=15081/tid=15083] ppid=15079 vsize=1540568 CPUtime=1758.16
/proc/15081/task/15083/stat : 15083 (java) R 15079 15081 14872 0 -1 4202560 36508 0 1 0 175767 49 0 0 25 0 13 0 47294117 1577541632 93585 1992294400 134512640 134550932 4291582512 18446744073709551615 4109040118 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15081/tid=15084] ppid=15079 vsize=1540568 CPUtime=18.47
/proc/15081/task/15084/stat : 15084 (java) S 15079 15081 14872 0 -1 4202560 28476 0 0 0 1814 33 0 0 16 0 13 0 47294118 1577541632 93585 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15085] ppid=15079 vsize=1540568 CPUtime=18.54
/proc/15081/task/15085/stat : 15085 (java) S 15079 15081 14872 0 -1 4202560 27246 0 0 0 1832 22 0 0 15 0 13 0 47294118 1577541632 93585 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 1 0 0 0
[pid=15081/tid=15086] ppid=15079 vsize=1540568 CPUtime=0.73
/proc/15081/task/15086/stat : 15086 (java) S 15079 15081 14872 0 -1 4202560 282 0 0 0 65 8 0 0 15 0 13 0 47294120 1577541632 93585 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 0 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15087] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15087/stat : 15087 (java) S 15079 15081 14872 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 47294120 1577541632 93585 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15088] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15088/stat : 15088 (java) S 15079 15081 14872 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 47294120 1577541632 93585 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15089] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15089/stat : 15089 (java) S 15079 15081 14872 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 47294125 1577541632 93585 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15090] ppid=15079 vsize=1540568 CPUtime=1.23
/proc/15081/task/15090/stat : 15090 (java) S 15079 15081 14872 0 -1 4202560 1348 0 0 0 123 0 0 0 15 0 13 0 47294125 1577541632 93585 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 1 0 0 0
[pid=15081/tid=15091] ppid=15079 vsize=1540568 CPUtime=2.85
/proc/15081/task/15091/stat : 15091 (java) S 15079 15081 14872 0 -1 4202560 8492 0 0 0 283 2 0 0 15 0 13 0 47294125 1577541632 93585 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15092] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15092/stat : 15092 (java) S 15079 15081 14872 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 47294125 1577541632 93585 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15093] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15093/stat : 15093 (java) S 15079 15081 14872 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 47294125 1577541632 93585 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15094] ppid=15079 vsize=1540568 CPUtime=0
/proc/15081/task/15094/stat : 15094 (java) S 15079 15081 14872 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 47294196 1577541632 93585 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1540568

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

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

[startup+1779.22 s]
/proc/loadavg: 1.00 1.05 1.03 2/119 15149
/proc/meminfo: memFree=1484452/2059040 swapFree=4136756/4192956
[pid=15081] ppid=15079 vsize=1541216 CPUtime=1800.22
/proc/15081/stat : 15081 (java) S 15079 15081 14872 0 -1 4202496 103540 0 1 0 179904 118 0 0 15 0 14 0 47294115 1578205184 93607 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15081/statm: 385304 93607 1451 10 0 382606 0
[pid=15081/tid=15083] ppid=15079 vsize=1541216 CPUtime=1758.27
/proc/15081/task/15083/stat : 15083 (java) R 15079 15081 14872 0 -1 4202560 36508 0 1 0 175778 49 0 0 25 0 14 0 47294117 1578205184 93607 1992294400 134512640 134550932 4291582512 18446744073709551615 4109050007 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15081/tid=15084] ppid=15079 vsize=1541216 CPUtime=18.47
/proc/15081/task/15084/stat : 15084 (java) S 15079 15081 14872 0 -1 4202560 28476 0 0 0 1814 33 0 0 16 0 14 0 47294118 1578205184 93607 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15085] ppid=15079 vsize=1541216 CPUtime=18.54
/proc/15081/task/15085/stat : 15085 (java) S 15079 15081 14872 0 -1 4202560 27246 0 0 0 1832 22 0 0 15 0 14 0 47294118 1578205184 93607 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 1 0 0 0
[pid=15081/tid=15086] ppid=15079 vsize=1541216 CPUtime=0.73
/proc/15081/task/15086/stat : 15086 (java) S 15079 15081 14872 0 -1 4202560 282 0 0 0 65 8 0 0 15 0 14 0 47294120 1578205184 93607 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 0 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15087] ppid=15079 vsize=1541216 CPUtime=0
/proc/15081/task/15087/stat : 15087 (java) S 15079 15081 14872 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 47294120 1578205184 93607 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15088] ppid=15079 vsize=1541216 CPUtime=0
/proc/15081/task/15088/stat : 15088 (java) S 15079 15081 14872 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 47294120 1578205184 93607 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15089] ppid=15079 vsize=1541216 CPUtime=0
/proc/15081/task/15089/stat : 15089 (java) S 15079 15081 14872 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 47294125 1578205184 93607 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15090] ppid=15079 vsize=1541216 CPUtime=1.23
/proc/15081/task/15090/stat : 15090 (java) S 15079 15081 14872 0 -1 4202560 1348 0 0 0 123 0 0 0 15 0 14 0 47294125 1578205184 93607 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 1 0 0 0
[pid=15081/tid=15091] ppid=15079 vsize=1541216 CPUtime=2.88
/proc/15081/task/15091/stat : 15091 (java) S 15079 15081 14872 0 -1 4202560 8494 0 0 0 286 2 0 0 15 0 14 0 47294125 1578205184 93607 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15092] ppid=15079 vsize=1541216 CPUtime=0
/proc/15081/task/15092/stat : 15092 (java) S 15079 15081 14872 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 47294125 1578205184 93607 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15093] ppid=15079 vsize=1541216 CPUtime=0
/proc/15081/task/15093/stat : 15093 (java) S 15079 15081 14872 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 14 0 47294125 1578205184 93607 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
[pid=15081/tid=15094] ppid=15079 vsize=1541216 CPUtime=0
/proc/15081/task/15094/stat : 15094 (java) S 15079 15081 14872 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 47294196 1578205184 93607 1992294400 134512640 134550932 4291582512 18446744073709551615 4294960144 0 4 0 16800975 18446604437813372096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 1541216

Child status: 143
Real time (s): 1779.26
CPU time (s): 1800.28
CPU user time (s): 1799.06
CPU system time (s): 1.22481
CPU usage (%): 101.181
Max. virtual memory (cumulated for all children) (KiB): 1541680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 1.22481
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103541
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= 45311
involuntary context switches= 41655

runsolver used 3.80642 second user time and 9.69353 second system time

The end

Launcher Data

Begin job on node012 at 2010-06-16 21:35:26
IDJOB=2670289
IDBENCH=48248
IDSOLVER=1165
FILE ID=node012/2670289-1276716926
PBS_JOBID= 11174158
Free space on /tmp= 62588 MiB

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

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

MD5SUM BENCH= 1eb933a10fcc575d2df25e98511c4b07
RANDOM SEED=1120975455

node012.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.258
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.51
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.258
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1856704 kB
Buffers:         17028 kB
Cached:          94144 kB
SwapCached:       9512 kB
Active:          82020 kB
Inactive:        42296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1856704 kB
SwapTotal:     4192956 kB
SwapFree:      4136756 kB
Dirty:             384 kB
Writeback:           0 kB
AnonPages:       11720 kB
Mapped:           9376 kB
Slab:            56024 kB
PageTables:       3980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181688 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62588 MiB
End job on node012 at 2010-06-16 22:05:07