Trace number 2670141

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26SAT (TO)3 1800.26 1770.22

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=8-P0=19-P1=211-P2=79-B.opb
MD5SUM0c673f0c3da238041c664ce1ed7ea38e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.378942
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables48
Total number of constraints5
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)128
Sum of products size (including duplicates)256
Number of different products128
Sum of products size256

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@b753f8
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2670141-1276706042.opb
0.24/0.21	c reading problem ... 
0.24/0.28	c ... done. Wall clock time 0.076s.
0.24/0.28	c #vars     176
0.24/0.28	c #constraints  263
0.24/0.28	c constraints type 
0.24/0.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 128
0.24/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 135
5.92/3.54	c SATISFIABLE
5.92/3.54	c OPTIMIZING...
5.92/3.54	c Got one! Elapsed wall clock time (in seconds):3.331
5.92/3.54	o 229
50.94/48.09	c cleaning 0 clauses out of 5001 with flag 0/5001
76.31/72.89	c Got one! Elapsed wall clock time (in seconds):72.686
76.31/72.89	o 191
101.97/98.39	c Got one! Elapsed wall clock time (in seconds):98.186
101.97/98.39	o 103
144.16/140.26	c Got one! Elapsed wall clock time (in seconds):140.051
144.16/140.26	o 53
179.17/174.96	c Got one! Elapsed wall clock time (in seconds):174.752
179.17/174.96	o 45
299.80/294.58	c cleaning 0 clauses out of 11000 with flag 0/11000
351.52/345.77	c Got one! Elapsed wall clock time (in seconds):345.559
351.52/345.77	o 25
745.96/735.30	c Got one! Elapsed wall clock time (in seconds):735.091
745.96/735.30	o 9
835.54/823.46	c cleaning 0 clauses out of 18001 with flag 0/18001
981.42/967.22	c Got one! Elapsed wall clock time (in seconds):967.011
981.42/967.22	o 7
1210.22/1192.11	c Got one! Elapsed wall clock time (in seconds):1191.904
1210.22/1192.11	o 5
1614.02/1588.07	c Got one! Elapsed wall clock time (in seconds):1587.867
1614.02/1588.07	o 3
1800.07/1770.12	c starts		: 60
1800.07/1770.12	c conflicts		: 24883
1800.07/1770.12	c decisions		: 26630
1800.07/1770.12	c propagations		: 360047
1800.07/1770.12	c inspects		: 850106911
1800.07/1770.12	c learnt literals	: 0
1800.07/1770.12	c learnt binary clauses	: 0
1800.07/1770.12	c learnt ternary clauses	: 0
1800.07/1770.12	c learnt clauses	: 24883
1800.07/1770.12	c ignored clauses	: 0
1800.07/1770.12	c root simplifications	: 0
1800.07/1770.12	c removed literals (reason simplification)	: 0
1800.07/1770.12	c reason swapping (by a shorter reason)	: 0
1800.07/1770.12	c Calls to reduceDB	: 3
1800.07/1770.12	c number of reductions to clauses (during analyze)	: 0
1800.07/1770.12	c number of learned constraints concerned by reduction	: 0
1800.07/1770.12	c number of learning phase by resolution	: 0
1800.07/1770.12	c number of learning phase by cutting planes	: 0
1800.07/1770.12	c speed (assignments/second)	: 1977.8237989035497
1800.07/1770.12	c non guided choices	481
1800.07/1770.17	c learnt constraints type 
1800.07/1770.17	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 93
1800.07/1770.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 24790
1800.07/1770.17	c constraints type 
1800.07/1770.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 128
1800.07/1770.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 136
1800.07/1770.17	s SATISFIABLE
1800.07/1770.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 
1800.07/1770.17	c objective function=3
1800.07/1770.17	c Total wall clock time (in seconds): 1769.968

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2670141-1276706042/watcher-2670141-1276706042 -o /tmp/evaluation-result-2670141-1276706042/solver-2670141-1276706042 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670141-1276706042.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.17 1.16 1.04 3/106 17795
/proc/meminfo: memFree=1716524/2059040 swapFree=4192956/4192956
[pid=17795] ppid=17793 vsize=244 CPUtime=0
/proc/17795/stat : 17795 (java) R 17793 17795 17265 0 -1 4194304 275 0 0 0 0 0 0 0 19 0 1 0 11896352 249856 21 1992294400 134512640 134550932 4287129152 18446744073709551615 5768355 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17795/statm: 62 28 21 10 0 23 0

[startup+0.102818 s]
/proc/loadavg: 1.17 1.16 1.04 3/106 17795
/proc/meminfo: memFree=1716524/2059040 swapFree=4192956/4192956
[pid=17795] ppid=17793 vsize=1524184 CPUtime=0.08
/proc/17795/stat : 17795 (java) S 17793 17795 17265 0 -1 4202496 3970 0 1 0 6 2 0 0 18 0 12 0 11896352 1560764416 3409 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17795/statm: 381046 3409 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.208562 s]
/proc/loadavg: 1.17 1.16 1.04 3/106 17795
/proc/meminfo: memFree=1716524/2059040 swapFree=4192956/4192956
[pid=17795] ppid=17793 vsize=1525476 CPUtime=0.24
/proc/17795/stat : 17795 (java) S 17793 17795 17265 0 -1 4202496 5084 0 1 0 21 3 0 0 18 0 12 0 11896352 1562087424 4521 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17795/statm: 381369 4522 1347 10 0 378671 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1525476

[startup+0.301831 s]
/proc/loadavg: 1.17 1.16 1.04 3/106 17795
/proc/meminfo: memFree=1716524/2059040 swapFree=4192956/4192956
[pid=17795] ppid=17793 vsize=1525800 CPUtime=0.36
/proc/17795/stat : 17795 (java) S 17793 17795 17265 0 -1 4202496 5319 0 1 0 33 3 0 0 18 0 13 0 11896352 1562419200 4756 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17795/statm: 381450 4756 1357 10 0 378752 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1525800

[startup+0.700873 s]
/proc/loadavg: 1.17 1.16 1.04 3/106 17795
/proc/meminfo: memFree=1716524/2059040 swapFree=4192956/4192956
[pid=17795] ppid=17793 vsize=1531052 CPUtime=1.14
/proc/17795/stat : 17795 (java) S 17793 17795 17265 0 -1 4202496 8002 0 1 0 110 4 0 0 18 0 13 0 11896352 1567797248 6901 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17795/statm: 382763 6901 1398 10 0 380065 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1531052

[startup+1.50196 s]
/proc/loadavg: 1.17 1.16 1.04 4/119 17808
/proc/meminfo: memFree=1671596/2059040 swapFree=4192956/4192956
[pid=17795] ppid=17793 vsize=1542640 CPUtime=2.74
/proc/17795/stat : 17795 (java) S 17793 17795 17265 0 -1 4202496 21311 0 1 0 263 11 0 0 18 0 13 0 11896352 1579663360 18140 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17795/statm: 385660 18142 1412 10 0 382962 0
[pid=17795/tid=17797] ppid=17793 vsize=1542640 CPUtime=1.33
/proc/17795/task/17797/stat : 17797 (java) R 17793 17795 17265 0 -1 4202560 12941 0 1 0 126 7 0 0 20 0 13 0 11896354 1579663360 18142 1992294400 134512640 134550932 4287129152 18446744073709551615 4109133608 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17795/tid=17798] ppid=17793 vsize=1542640 CPUtime=0
/proc/17795/task/17798/stat : 17798 (java) S 17793 17795 17265 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 11896355 1579663360 18143 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17799] ppid=17793 vsize=1542640 CPUtime=0
/proc/17795/task/17799/stat : 17799 (java) S 17793 17795 17265 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 11896355 1579663360 18144 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17800] ppid=17793 vsize=1542640 CPUtime=0
/proc/17795/task/17800/stat : 17800 (java) S 17793 17795 17265 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 11896357 1579663360 18146 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 0 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17801] ppid=17793 vsize=1542640 CPUtime=0
/proc/17795/task/17801/stat : 17801 (java) S 17793 17795 17265 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 13 0 11896357 1579663360 18148 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17802] ppid=17793 vsize=1542640 CPUtime=0
/proc/17795/task/17802/stat : 17802 (java) S 17793 17795 17265 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 11896357 1579663360 18150 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17803] ppid=17793 vsize=1542640 CPUtime=0
/proc/17795/task/17803/stat : 17803 (java) S 17793 17795 17265 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11896362 1579663360 18151 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17804] ppid=17793 vsize=1542640 CPUtime=0.8
/proc/17795/task/17804/stat : 17804 (java) R 17793 17795 17265 0 -1 4202560 4884 0 0 0 79 1 0 0 18 0 13 0 11896362 1579663360 18152 1992294400 134512640 134550932 4287129152 18446744073709551615 105875375 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17795/tid=17805] ppid=17793 vsize=1542640 CPUtime=0.57
/proc/17795/task/17805/stat : 17805 (java) R 17793 17795 17265 0 -1 4202560 2419 0 0 0 57 0 0 0 25 0 13 0 11896362 1579663360 18152 1992294400 134512640 134550932 4287129152 18446744073709551615 106129104 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17795/tid=17806] ppid=17793 vsize=1542640 CPUtime=0
/proc/17795/task/17806/stat : 17806 (java) S 17793 17795 17265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11896362 1579663360 18153 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17807] ppid=17793 vsize=1542640 CPUtime=0
/proc/17795/task/17807/stat : 17807 (java) S 17793 17795 17265 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11896362 1579663360 18153 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17808] ppid=17793 vsize=1542640 CPUtime=0
/proc/17795/task/17808/stat : 17808 (java) S 17793 17795 17265 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11896382 1579663360 18153 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1542640

[startup+3.10212 s]
/proc/loadavg: 1.17 1.16 1.04 5/119 17808
/proc/meminfo: memFree=1621872/2059040 swapFree=4192956/4192956
[pid=17795] ppid=17793 vsize=1543144 CPUtime=5.48
/proc/17795/stat : 17795 (java) S 17793 17795 17265 0 -1 4202496 45674 0 1 0 526 22 0 0 18 0 13 0 11896352 1580179456 37914 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17795/statm: 385786 37914 1436 10 0 383088 0
[pid=17795/tid=17797] ppid=17793 vsize=1543144 CPUtime=2.39
/proc/17795/task/17797/stat : 17797 (java) R 17793 17795 17265 0 -1 4202560 32076 0 1 0 223 16 0 0 22 0 13 0 11896354 1580179456 37914 1992294400 134512640 134550932 4287129152 18446744073709551615 4109112083 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17795/tid=17798] ppid=17793 vsize=1543144 CPUtime=0
/proc/17795/task/17798/stat : 17798 (java) S 17793 17795 17265 0 -1 4202560 227 0 0 0 0 0 0 0 18 0 13 0 11896355 1580179456 37914 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17799] ppid=17793 vsize=1543144 CPUtime=0
/proc/17795/task/17799/stat : 17799 (java) S 17793 17795 17265 0 -1 4202560 167 0 0 0 0 0 0 0 18 0 13 0 11896355 1580179456 37914 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17800] ppid=17793 vsize=1543144 CPUtime=0
/proc/17795/task/17800/stat : 17800 (java) S 17793 17795 17265 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 13 0 11896357 1580179456 37914 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 0 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17801] ppid=17793 vsize=1543144 CPUtime=0
/proc/17795/task/17801/stat : 17801 (java) S 17793 17795 17265 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11896357 1580179456 37914 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17802] ppid=17793 vsize=1543144 CPUtime=0
/proc/17795/task/17802/stat : 17802 (java) S 17793 17795 17265 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11896357 1580179456 37914 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17803] ppid=17793 vsize=1543144 CPUtime=0
/proc/17795/task/17803/stat : 17803 (java) S 17793 17795 17265 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11896362 1580179456 37914 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17804] ppid=17793 vsize=1543144 CPUtime=1.85
/proc/17795/task/17804/stat : 17804 (java) S 17793 17795 17265 0 -1 4202560 9121 0 0 0 181 4 0 0 15 0 13 0 11896362 1580179456 37914 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17805] ppid=17793 vsize=1543144 CPUtime=1.2
/proc/17795/task/17805/stat : 17805 (java) S 17793 17795 17265 0 -1 4202560 3006 0 0 0 119 1 0 0 22 0 13 0 11896362 1580179456 37914 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17806] ppid=17793 vsize=1543144 CPUtime=0
/proc/17795/task/17806/stat : 17806 (java) S 17793 17795 17265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11896362 1580179456 37914 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17807] ppid=17793 vsize=1543144 CPUtime=0
/proc/17795/task/17807/stat : 17807 (java) S 17793 17795 17265 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11896362 1580179456 37914 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17808] ppid=17793 vsize=1543144 CPUtime=0
/proc/17795/task/17808/stat : 17808 (java) S 17793 17795 17265 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11896382 1580179456 37914 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.48
Current children cumulated vsize (KiB) 1543144

[startup+6.30244 s]
/proc/loadavg: 1.16 1.16 1.04 2/119 17808
/proc/meminfo: memFree=1562972/2059040 swapFree=4192956/4192956
[pid=17795] ppid=17793 vsize=1543144 CPUtime=8.82
/proc/17795/stat : 17795 (java) S 17793 17795 17265 0 -1 4202496 52629 0 1 0 856 26 0 0 18 0 13 0 11896352 1580179456 44704 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17795/statm: 385786 44706 1436 10 0 383088 0
[pid=17795/tid=17797] ppid=17793 vsize=1543144 CPUtime=5.52
/proc/17795/task/17797/stat : 17797 (java) R 17793 17795 17265 0 -1 4202560 36264 0 1 0 534 18 0 0 25 0 13 0 11896354 1580179456 44707 1992294400 134512640 134550932 4287129152 18446744073709551615 4109101136 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17795/tid=17798] ppid=17793 vsize=1543144 CPUtime=0.06
/proc/17795/task/17798/stat : 17798 (java) S 17793 17795 17265 0 -1 4202560 1611 0 0 0 6 0 0 0 16 0 13 0 11896355 1580179456 44708 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17799] ppid=17793 vsize=1543144 CPUtime=0.05
/proc/17795/task/17799/stat : 17799 (java) S 17793 17795 17265 0 -1 4202560 1530 0 0 0 4 1 0 0 16 0 13 0 11896355 1580179456 44710 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17800] ppid=17793 vsize=1543144 CPUtime=0
/proc/17795/task/17800/stat : 17800 (java) S 17793 17795 17265 0 -1 4202560 29 0 0 0 0 0 0 0 16 0 13 0 11896357 1580179456 44712 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 0 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17801] ppid=17793 vsize=1543144 CPUtime=0
/proc/17795/task/17801/stat : 17801 (java) S 17793 17795 17265 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11896357 1580179456 44713 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17802] ppid=17793 vsize=1543144 CPUtime=0
/proc/17795/task/17802/stat : 17802 (java) S 17793 17795 17265 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11896357 1580179456 44715 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17803] ppid=17793 vsize=1543144 CPUtime=0
/proc/17795/task/17803/stat : 17803 (java) S 17793 17795 17265 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11896362 1580179456 44716 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17804] ppid=17793 vsize=1543144 CPUtime=1.86
/proc/17795/task/17804/stat : 17804 (java) S 17793 17795 17265 0 -1 4202560 9121 0 0 0 182 4 0 0 15 0 13 0 11896362 1580179456 44718 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17805] ppid=17793 vsize=1543144 CPUtime=1.28
/proc/17795/task/17805/stat : 17805 (java) S 17793 17795 17265 0 -1 4202560 3009 0 0 0 127 1 0 0 15 0 13 0 11896362 1580179456 44719 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17806] ppid=17793 vsize=1543144 CPUtime=0
/proc/17795/task/17806/stat : 17806 (java) S 17793 17795 17265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11896362 1580179456 44721 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17807] ppid=17793 vsize=1543144 CPUtime=0
/proc/17795/task/17807/stat : 17807 (java) S 17793 17795 17265 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11896362 1580179456 44723 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17808] ppid=17793 vsize=1543144 CPUtime=0
/proc/17795/task/17808/stat : 17808 (java) S 17793 17795 17265 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11896382 1580179456 44724 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.82
Current children cumulated vsize (KiB) 1543144

[startup+12.7021 s]
/proc/loadavg: 1.14 1.16 1.04 2/119 17808
/proc/meminfo: memFree=1526764/2059040 swapFree=4192956/4192956
[pid=17795] ppid=17793 vsize=1543248 CPUtime=15.39
/proc/17795/stat : 17795 (java) S 17793 17795 17265 0 -1 4202496 57007 0 1 0 1510 29 0 0 18 0 13 0 11896352 1580285952 48603 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17795/statm: 385812 48603 1436 10 0 383114 0
[pid=17795/tid=17797] ppid=17793 vsize=1543248 CPUtime=11.83
/proc/17795/task/17797/stat : 17797 (java) R 17793 17795 17265 0 -1 4202560 36858 0 1 0 1165 18 0 0 25 0 13 0 11896354 1580285952 48603 1992294400 134512640 134550932 4287129152 18446744073709551615 4109107786 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17795/tid=17798] ppid=17793 vsize=1543248 CPUtime=0.15
/proc/17795/task/17798/stat : 17798 (java) S 17793 17795 17265 0 -1 4202560 3160 0 0 0 14 1 0 0 15 0 13 0 11896355 1580285952 48603 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17799] ppid=17793 vsize=1543248 CPUtime=0.14
/proc/17795/task/17799/stat : 17799 (java) S 17793 17795 17265 0 -1 4202560 3511 0 0 0 12 2 0 0 16 0 13 0 11896355 1580285952 48603 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17800] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17800/stat : 17800 (java) S 17793 17795 17265 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 11896357 1580285952 48603 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 0 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17801] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17801/stat : 17801 (java) S 17793 17795 17265 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11896357 1580285952 48603 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17802] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17802/stat : 17802 (java) S 17793 17795 17265 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11896357 1580285952 48603 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17803] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17803/stat : 17803 (java) S 17793 17795 17265 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11896362 1580285952 48603 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17804] ppid=17793 vsize=1543248 CPUtime=1.86
/proc/17795/task/17804/stat : 17804 (java) S 17793 17795 17265 0 -1 4202560 9121 0 0 0 182 4 0 0 15 0 13 0 11896362 1580285952 48603 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17805] ppid=17793 vsize=1543248 CPUtime=1.36
/proc/17795/task/17805/stat : 17805 (java) S 17793 17795 17265 0 -1 4202560 3260 0 0 0 135 1 0 0 16 0 13 0 11896362 1580285952 48603 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17806] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17806/stat : 17806 (java) S 17793 17795 17265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11896362 1580285952 48603 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17807] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17807/stat : 17807 (java) S 17793 17795 17265 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11896362 1580285952 48603 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17808] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17808/stat : 17808 (java) S 17793 17795 17265 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11896382 1580285952 48603 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.39
Current children cumulated vsize (KiB) 1543248

[startup+25.5014 s]
/proc/loadavg: 1.11 1.15 1.04 2/119 17808
/proc/meminfo: memFree=1519200/2059040 swapFree=4192956/4192956
[pid=17795] ppid=17793 vsize=1543248 CPUtime=28.29
/proc/17795/stat : 17795 (java) S 17793 17795 17265 0 -1 4202496 59062 0 1 0 2800 29 0 0 18 0 13 0 11896352 1580285952 50441 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17795/statm: 385812 50441 1436 10 0 383114 0
[pid=17795/tid=17797] ppid=17793 vsize=1543248 CPUtime=24.53
/proc/17795/task/17797/stat : 17797 (java) R 17793 17795 17265 0 -1 4202560 36972 0 1 0 2435 18 0 0 25 0 13 0 11896354 1580285952 50441 1992294400 134512640 134550932 4287129152 18446744073709551615 4109101017 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17795/tid=17798] ppid=17793 vsize=1543248 CPUtime=0.23
/proc/17795/task/17798/stat : 17798 (java) S 17793 17795 17265 0 -1 4202560 4111 0 0 0 22 1 0 0 15 0 13 0 11896355 1580285952 50441 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17799] ppid=17793 vsize=1543248 CPUtime=0.23
/proc/17795/task/17799/stat : 17799 (java) S 17793 17795 17265 0 -1 4202560 4501 0 0 0 20 3 0 0 16 0 13 0 11896355 1580285952 50441 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17800] ppid=17793 vsize=1543248 CPUtime=0

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

[pid=17795/tid=17800] ppid=17793 vsize=1543248 CPUtime=0.94
/proc/17795/task/17800/stat : 17800 (java) S 17793 17795 17265 0 -1 4202560 343 0 0 0 86 8 0 0 16 0 13 0 11896357 1580285952 81477 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 0 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17801] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17801/stat : 17801 (java) S 17793 17795 17265 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11896357 1580285952 81477 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17802] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17802/stat : 17802 (java) S 17793 17795 17265 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11896357 1580285952 81477 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17803] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17803/stat : 17803 (java) S 17793 17795 17265 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11896362 1580285952 81477 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17804] ppid=17793 vsize=1543248 CPUtime=2.32
/proc/17795/task/17804/stat : 17804 (java) S 17793 17795 17265 0 -1 4202560 9166 0 0 0 228 4 0 0 15 0 13 0 11896362 1580285952 81477 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17805] ppid=17793 vsize=1543248 CPUtime=1.39
/proc/17795/task/17805/stat : 17805 (java) S 17793 17795 17265 0 -1 4202560 3260 0 0 0 138 1 0 0 15 0 13 0 11896362 1580285952 81477 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17806] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17806/stat : 17806 (java) S 17793 17795 17265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11896362 1580285952 81477 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17807] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17807/stat : 17807 (java) S 17793 17795 17265 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 11896362 1580285952 81477 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17808] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17808/stat : 17808 (java) S 17793 17795 17265 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11896382 1580285952 81477 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1567.37
Current children cumulated vsize (KiB) 1543248

[startup+1602.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/119 17850
/proc/meminfo: memFree=1390984/2059040 swapFree=4192956/4192956
[pid=17795] ppid=17793 vsize=1543248 CPUtime=1628.63
/proc/17795/stat : 17795 (java) S 17793 17795 17265 0 -1 4202496 93735 0 1 0 162765 98 0 0 18 0 13 0 11896352 1580285952 81989 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17795/statm: 385812 81989 1446 10 0 383114 0
[pid=17795/tid=17797] ppid=17793 vsize=1543248 CPUtime=1575.69
/proc/17795/task/17797/stat : 17797 (java) R 17793 17795 17265 0 -1 4202560 38154 0 1 0 157539 30 0 0 25 0 13 0 11896354 1580285952 81989 1992294400 134512640 134550932 4287129152 18446744073709551615 4109402795 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17795/tid=17798] ppid=17793 vsize=1543248 CPUtime=24.13
/proc/17795/task/17798/stat : 17798 (java) S 17793 17795 17265 0 -1 4202560 20689 0 0 0 2387 26 0 0 16 0 13 0 11896355 1580285952 81989 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17799] ppid=17793 vsize=1543248 CPUtime=24.09
/proc/17795/task/17799/stat : 17799 (java) S 17793 17795 17265 0 -1 4202560 20952 0 0 0 2383 26 0 0 15 0 13 0 11896355 1580285952 81989 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17800] ppid=17793 vsize=1543248 CPUtime=0.95
/proc/17795/task/17800/stat : 17800 (java) S 17793 17795 17265 0 -1 4202560 348 0 0 0 87 8 0 0 16 0 13 0 11896357 1580285952 81989 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 0 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17801] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17801/stat : 17801 (java) S 17793 17795 17265 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11896357 1580285952 81989 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17802] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17802/stat : 17802 (java) S 17793 17795 17265 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11896357 1580285952 81989 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17803] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17803/stat : 17803 (java) S 17793 17795 17265 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11896362 1580285952 81989 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17804] ppid=17793 vsize=1543248 CPUtime=2.32
/proc/17795/task/17804/stat : 17804 (java) S 17793 17795 17265 0 -1 4202560 9166 0 0 0 228 4 0 0 15 0 13 0 11896362 1580285952 81989 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17805] ppid=17793 vsize=1543248 CPUtime=1.39
/proc/17795/task/17805/stat : 17805 (java) S 17793 17795 17265 0 -1 4202560 3260 0 0 0 138 1 0 0 15 0 13 0 11896362 1580285952 81989 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17806] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17806/stat : 17806 (java) S 17793 17795 17265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11896362 1580285952 81989 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17807] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17807/stat : 17807 (java) S 17793 17795 17265 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 11896362 1580285952 81989 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17808] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17808/stat : 17808 (java) S 17793 17795 17265 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11896382 1580285952 81989 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1628.63
Current children cumulated vsize (KiB) 1543248

[startup+1662.3 s]
/proc/loadavg: 1.13 1.04 1.01 2/119 17861
/proc/meminfo: memFree=1386644/2059040 swapFree=4192956/4192956
[pid=17795] ppid=17793 vsize=1543248 CPUtime=1689.82
/proc/17795/stat : 17795 (java) S 17793 17795 17265 0 -1 4202496 94878 0 1 0 168879 103 0 0 18 0 13 0 11896352 1580285952 83065 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17795/statm: 385812 83065 1446 10 0 383114 0
[pid=17795/tid=17797] ppid=17793 vsize=1543248 CPUtime=1634.4
/proc/17795/task/17797/stat : 17797 (java) R 17793 17795 17265 0 -1 4202560 38195 0 1 0 163410 30 0 0 25 0 13 0 11896354 1580285952 83065 1992294400 134512640 134550932 4287129152 18446744073709551615 4109615676 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17795/tid=17798] ppid=17793 vsize=1543248 CPUtime=25.37
/proc/17795/task/17798/stat : 17798 (java) S 17793 17795 17265 0 -1 4202560 21135 0 0 0 2510 27 0 0 15 0 13 0 11896355 1580285952 83065 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17799] ppid=17793 vsize=1543248 CPUtime=25.31
/proc/17795/task/17799/stat : 17799 (java) S 17793 17795 17265 0 -1 4202560 21599 0 0 0 2503 28 0 0 16 0 13 0 11896355 1580285952 83065 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17800] ppid=17793 vsize=1543248 CPUtime=0.96
/proc/17795/task/17800/stat : 17800 (java) S 17793 17795 17265 0 -1 4202560 353 0 0 0 87 9 0 0 16 0 13 0 11896357 1580285952 83065 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 0 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17801] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17801/stat : 17801 (java) S 17793 17795 17265 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11896357 1580285952 83065 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17802] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17802/stat : 17802 (java) S 17793 17795 17265 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11896357 1580285952 83065 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17803] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17803/stat : 17803 (java) S 17793 17795 17265 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11896362 1580285952 83065 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17804] ppid=17793 vsize=1543248 CPUtime=2.32
/proc/17795/task/17804/stat : 17804 (java) S 17793 17795 17265 0 -1 4202560 9166 0 0 0 228 4 0 0 15 0 13 0 11896362 1580285952 83065 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17805] ppid=17793 vsize=1543248 CPUtime=1.39
/proc/17795/task/17805/stat : 17805 (java) S 17793 17795 17265 0 -1 4202560 3260 0 0 0 138 1 0 0 15 0 13 0 11896362 1580285952 83065 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17806] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17806/stat : 17806 (java) S 17793 17795 17265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11896362 1580285952 83065 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17807] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17807/stat : 17807 (java) S 17793 17795 17265 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 11896362 1580285952 83065 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17808] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17808/stat : 17808 (java) S 17793 17795 17265 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11896382 1580285952 83065 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1689.82
Current children cumulated vsize (KiB) 1543248

[startup+1722.3 s]
/proc/loadavg: 1.17 1.06 1.02 2/119 17863
/proc/meminfo: memFree=1384536/2059040 swapFree=4192956/4192956
[pid=17795] ppid=17793 vsize=1543248 CPUtime=1751.17
/proc/17795/stat : 17795 (java) S 17793 17795 17265 0 -1 4202496 95416 0 1 0 175011 106 0 0 18 0 13 0 11896352 1580285952 83556 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17795/statm: 385812 83556 1446 10 0 383114 0
[pid=17795/tid=17797] ppid=17793 vsize=1543248 CPUtime=1692.97
/proc/17795/task/17797/stat : 17797 (java) R 17793 17795 17265 0 -1 4202560 38237 0 1 0 169266 31 0 0 25 0 13 0 11896354 1580285952 83556 1992294400 134512640 134550932 4287129152 18446744073709551615 4109118615 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17795/tid=17798] ppid=17793 vsize=1543248 CPUtime=26.76
/proc/17795/task/17798/stat : 17798 (java) S 17793 17795 17265 0 -1 4202560 21332 0 0 0 2649 27 0 0 15 0 13 0 11896355 1580285952 83556 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17799] ppid=17793 vsize=1543248 CPUtime=26.7
/proc/17795/task/17799/stat : 17799 (java) S 17793 17795 17265 0 -1 4202560 21893 0 0 0 2639 31 0 0 16 0 13 0 11896355 1580285952 83556 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17800] ppid=17793 vsize=1543248 CPUtime=0.97
/proc/17795/task/17800/stat : 17800 (java) S 17793 17795 17265 0 -1 4202560 356 0 0 0 88 9 0 0 16 0 13 0 11896357 1580285952 83556 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 0 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17801] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17801/stat : 17801 (java) S 17793 17795 17265 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11896357 1580285952 83556 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17802] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17802/stat : 17802 (java) S 17793 17795 17265 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11896357 1580285952 83556 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17803] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17803/stat : 17803 (java) S 17793 17795 17265 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11896362 1580285952 83556 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17804] ppid=17793 vsize=1543248 CPUtime=2.32
/proc/17795/task/17804/stat : 17804 (java) S 17793 17795 17265 0 -1 4202560 9166 0 0 0 228 4 0 0 15 0 13 0 11896362 1580285952 83556 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17805] ppid=17793 vsize=1543248 CPUtime=1.39
/proc/17795/task/17805/stat : 17805 (java) S 17793 17795 17265 0 -1 4202560 3260 0 0 0 138 1 0 0 15 0 13 0 11896362 1580285952 83556 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17806] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17806/stat : 17806 (java) S 17793 17795 17265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11896362 1580285952 83556 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17807] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17807/stat : 17807 (java) S 17793 17795 17265 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 11896362 1580285952 83556 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17808] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17808/stat : 17808 (java) S 17793 17795 17265 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11896382 1580285952 83556 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1751.17
Current children cumulated vsize (KiB) 1543248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1770.1 s]
/proc/loadavg: 1.12 1.07 1.02 2/119 17865
/proc/meminfo: memFree=1382800/2059040 swapFree=4192956/4192956
[pid=17795] ppid=17793 vsize=1543248 CPUtime=1800.07
/proc/17795/stat : 17795 (java) S 17793 17795 17265 0 -1 4202496 95865 0 1 0 179898 109 0 0 18 0 13 0 11896352 1580285952 83956 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17795/statm: 385812 83956 1446 10 0 383114 0
[pid=17795/tid=17797] ppid=17793 vsize=1543248 CPUtime=1739.62
/proc/17795/task/17797/stat : 17797 (java) R 17793 17795 17265 0 -1 4202560 38270 0 1 0 173931 31 0 0 25 0 13 0 11896354 1580285952 83956 1992294400 134512640 134550932 4287129152 18446744073709551615 4109615652 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17795/tid=17798] ppid=17793 vsize=1543248 CPUtime=27.88
/proc/17795/task/17798/stat : 17798 (java) S 17793 17795 17265 0 -1 4202560 21554 0 0 0 2761 27 0 0 15 0 13 0 11896355 1580285952 83956 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17799] ppid=17793 vsize=1543248 CPUtime=27.82
/proc/17795/task/17799/stat : 17799 (java) S 17793 17795 17265 0 -1 4202560 22079 0 0 0 2748 34 0 0 16 0 13 0 11896355 1580285952 83956 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17800] ppid=17793 vsize=1543248 CPUtime=0.98
/proc/17795/task/17800/stat : 17800 (java) S 17793 17795 17265 0 -1 4202560 360 0 0 0 89 9 0 0 16 0 13 0 11896357 1580285952 83956 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 0 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17801] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17801/stat : 17801 (java) S 17793 17795 17265 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11896357 1580285952 83956 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17802] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17802/stat : 17802 (java) S 17793 17795 17265 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11896357 1580285952 83956 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17803] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17803/stat : 17803 (java) S 17793 17795 17265 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11896362 1580285952 83956 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17804] ppid=17793 vsize=1543248 CPUtime=2.32
/proc/17795/task/17804/stat : 17804 (java) S 17793 17795 17265 0 -1 4202560 9166 0 0 0 228 4 0 0 15 0 13 0 11896362 1580285952 83956 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17805] ppid=17793 vsize=1543248 CPUtime=1.39
/proc/17795/task/17805/stat : 17805 (java) S 17793 17795 17265 0 -1 4202560 3260 0 0 0 138 1 0 0 15 0 13 0 11896362 1580285952 83956 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17806] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17806/stat : 17806 (java) S 17793 17795 17265 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11896362 1580285952 83956 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 0 0 0 0
[pid=17795/tid=17807] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17807/stat : 17807 (java) S 17793 17795 17265 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 11896362 1580285952 83956 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
[pid=17795/tid=17808] ppid=17793 vsize=1543248 CPUtime=0
/proc/17795/task/17808/stat : 17808 (java) S 17793 17795 17265 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11896382 1580285952 83956 1992294400 134512640 134550932 4287129152 18446744073709551615 4294960144 0 4 0 16800975 18446604436671222784 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1543248

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

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

[startup+1770.22 s]
/proc/loadavg: 1.12 1.07 1.02 2/119 17865
/proc/meminfo: memFree=1382800/2059040 swapFree=4192956/4192956
[pid=17795] ppid=17793 vsize=0 CPUtime=1800.24
/proc/17795/stat : 17795 (java) Z 17793 17795 17265 0 -1 4203548 95887 0 1 0 179912 112 0 0 17 0 2 0 11896352 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17795/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1770.22
CPU time (s): 1800.26
CPU user time (s): 1799.13
CPU system time (s): 1.13283
CPU usage (%): 101.697
Max. virtual memory (cumulated for all children) (KiB): 1547428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.13
system time used= 1.13283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95887
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= 47076
involuntary context switches= 31853

runsolver used 3.67944 second user time and 9.45956 second system time

The end

Launcher Data

Begin job on node045 at 2010-06-16 18:34:02
IDJOB=2670141
IDBENCH=48100
IDSOLVER=1165
FILE ID=node045/2670141-1276706042
PBS_JOBID= 11174098
Free space on /tmp= 62460 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=19-P1=211-P2=79-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2670141-1276706042/watcher-2670141-1276706042 -o /tmp/evaluation-result-2670141-1276706042/solver-2670141-1276706042 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670141-1276706042.opb

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

MD5SUM BENCH= 0c673f0c3da238041c664ce1ed7ea38e
RANDOM SEED=1775035633

node045.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.247
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.49
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.247
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.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1716796 kB
Buffers:         93928 kB
Cached:         120984 kB
SwapCached:          0 kB
Active:          91612 kB
Inactive:       182672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1716796 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             264 kB
Writeback:           0 kB
AnonPages:       59380 kB
Mapped:          15464 kB
Slab:            45988 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182448 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= 62460 MiB
End job on node045 at 2010-06-16 19:03:34