Trace number 2660321

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-26? (TO) 1800.25 1747.5

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-stp3d.opb
MD5SUMaf54d857fe3562002a714e0fbd74a69a
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables204880
Total number of constraints159488
Number of constraints which are clauses129232
Number of constraints which are cardinality constraints (but not clauses)5805
Number of constraints which are nor clauses,nor cardinality constraints24451
Minimum length of a constraint2
Maximum length of a constraint120
Number of terms in the objective function 75648
Biggest coefficient in the objective function 100303
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 7576279200
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 100303
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 7576279200
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c solving HOME/instance-2660321-1276570267.opb
0.25/0.21	c reading problem ... 
6.76/5.25	c ... done. Wall clock time 5.039s.
6.76/5.25	c #vars     204880
6.76/5.25	c #constraints  184850
6.76/5.25	c constraints type 
6.76/5.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 117997
6.76/5.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 32
6.76/5.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 51151
1709.03/1657.79	c cleaning 0 clauses out of 5000 with flag 0/5000
1800.03/1747.31	c starts		: 20
1800.03/1747.31	c conflicts		: 5156
1800.03/1747.31	c decisions		: 1077642
1800.03/1747.31	c propagations		: 12762465
1800.03/1747.31	c inspects		: 23870553
1800.03/1747.31	c learnt literals	: 0
1800.03/1747.31	c learnt binary clauses	: 0
1800.03/1747.31	c learnt ternary clauses	: 0
1800.03/1747.31	c learnt clauses	: 5155
1800.03/1747.31	c ignored clauses	: 0
1800.03/1747.31	c root simplifications	: 0
1800.03/1747.31	c removed literals (reason simplification)	: 0
1800.03/1747.31	c reason swapping (by a shorter reason)	: 0
1800.03/1747.31	c Calls to reduceDB	: 1
1800.03/1747.31	c number of reductions to clauses (during analyze)	: 0
1800.03/1747.31	c number of learned constraints concerned by reduction	: 0
1800.03/1747.32	c number of learning phase by resolution	: 0
1800.03/1747.32	c number of learning phase by cutting planes	: 0
1800.03/1747.32	c speed (assignments/second)	: 7326.080804381482
1800.03/1747.32	c non guided choices	9910
1800.03/1747.32	c learnt constraints type 
1800.03/1747.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1562
1800.03/1747.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3593
1800.03/1747.32	c constraints type 
1800.03/1747.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 117997
1800.03/1747.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 32
1800.03/1747.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 51151
1800.03/1747.32	s UNKNOWN
1800.03/1747.32	c Total wall clock time (in seconds): 1747.108

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2660321-1276570267/watcher-2660321-1276570267 -o /tmp/evaluation-result-2660321-1276570267/solver-2660321-1276570267 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660321-1276570267.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.01 1.41 1.50 3/106 3172
/proc/meminfo: memFree=1886340/2059040 swapFree=4136456/4192956
[pid=3172] ppid=3170 vsize=1752 CPUtime=0
/proc/3172/stat : 3172 (java6) R 3170 3172 2010 0 -1 4194304 160 0 0 0 0 0 0 0 19 0 1 0 32630761 1794048 79 1992294400 134512640 134550932 4293978496 18446744073709551615 4108294 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3172/statm: 438 81 63 10 0 30 0

[startup+0.085445 s]
/proc/loadavg: 1.01 1.41 1.50 3/106 3172
/proc/meminfo: memFree=1886340/2059040 swapFree=4136456/4192956
[pid=3172] ppid=3170 vsize=1521796 CPUtime=0.07
/proc/3172/stat : 3172 (java) S 3170 3172 2010 0 -1 4202496 3801 0 1 0 5 2 0 0 15 0 7 0 32630761 1558319104 3243 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/3172/statm: 380449 3243 1043 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101442 s]
/proc/loadavg: 1.01 1.41 1.50 3/106 3172
/proc/meminfo: memFree=1886340/2059040 swapFree=4136456/4192956
[pid=3172] ppid=3170 vsize=1524184 CPUtime=0.08
/proc/3172/stat : 3172 (java) S 3170 3172 2010 0 -1 4202496 3951 0 1 0 6 2 0 0 15 0 12 0 32630761 1560764416 3391 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3172/statm: 381046 3391 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.312324 s]
/proc/loadavg: 1.01 1.41 1.50 3/106 3172
/proc/meminfo: memFree=1886340/2059040 swapFree=4136456/4192956
[pid=3172] ppid=3170 vsize=1526536 CPUtime=0.39
/proc/3172/stat : 3172 (java) S 3170 3172 2010 0 -1 4202496 6472 0 1 0 35 4 0 0 15 0 12 0 32630761 1563172864 5910 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3172/statm: 381634 5910 1366 10 0 378936 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526536

[startup+0.70051 s]
/proc/loadavg: 1.01 1.41 1.50 3/106 3172
/proc/meminfo: memFree=1886340/2059040 swapFree=4136456/4192956
[pid=3172] ppid=3170 vsize=1528712 CPUtime=1.04
/proc/3172/stat : 3172 (java) S 3170 3172 2010 0 -1 4202496 10711 0 1 0 98 6 0 0 15 0 12 0 32630761 1565401088 10149 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3172/statm: 382178 10150 1397 10 0 379480 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1528712

[startup+1.50161 s]
/proc/loadavg: 1.01 1.41 1.50 2/118 3184
/proc/meminfo: memFree=1832056/2059040 swapFree=4136456/4192956
[pid=3172] ppid=3170 vsize=1528612 CPUtime=2.17
/proc/3172/stat : 3172 (java) S 3170 3172 2010 0 -1 4202496 22352 0 1 0 205 12 0 0 15 0 12 0 32630761 1565298688 21614 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3172/statm: 382153 21616 1409 10 0 379455 0
[pid=3172/tid=3174] ppid=3170 vsize=1528612 CPUtime=1.47
/proc/3172/task/3174/stat : 3174 (java) R 3170 3172 2010 0 -1 4202560 19883 0 1 0 137 10 0 0 25 0 12 0 32630763 1565298688 21616 1992294400 134512640 134550932 4292061472 18446744073709551615 4109441110 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3172/tid=3175] ppid=3170 vsize=1528612 CPUtime=0
/proc/3172/task/3175/stat : 3175 (java) S 3170 3172 2010 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 32630764 1565298688 21618 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3176] ppid=3170 vsize=1528612 CPUtime=0
/proc/3172/task/3176/stat : 3176 (java) S 3170 3172 2010 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 32630764 1565298688 21620 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3177] ppid=3170 vsize=1528612 CPUtime=0
/proc/3172/task/3177/stat : 3177 (java) S 3170 3172 2010 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 32630766 1565298688 21621 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 0 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3178] ppid=3170 vsize=1528612 CPUtime=0
/proc/3172/task/3178/stat : 3178 (java) S 3170 3172 2010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 32630766 1565298688 21622 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3179] ppid=3170 vsize=1528612 CPUtime=0
/proc/3172/task/3179/stat : 3179 (java) S 3170 3172 2010 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 32630766 1565298688 21623 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3180] ppid=3170 vsize=1528612 CPUtime=0
/proc/3172/task/3180/stat : 3180 (java) S 3170 3172 2010 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 32630771 1565298688 21624 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3181] ppid=3170 vsize=1528612 CPUtime=0.15
/proc/3172/task/3181/stat : 3181 (java) R 3170 3172 2010 0 -1 4202560 87 0 0 0 15 0 0 0 16 0 12 0 32630771 1565298688 21626 1992294400 134512640 134550932 4292061472 18446744073709551615 106106401 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3172/tid=3182] ppid=3170 vsize=1528612 CPUtime=0.51
/proc/3172/task/3182/stat : 3182 (java) R 3170 3172 2010 0 -1 4202560 1320 0 0 0 51 0 0 0 16 0 12 0 32630771 1565298688 21627 1992294400 134512640 134550932 4292061472 18446744073709551615 103828442 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3172/tid=3183] ppid=3170 vsize=1528612 CPUtime=0
/proc/3172/task/3183/stat : 3183 (java) S 3170 3172 2010 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 32630771 1565298688 21628 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3184] ppid=3170 vsize=1528612 CPUtime=0
/proc/3172/task/3184/stat : 3184 (java) S 3170 3172 2010 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 32630771 1565298688 21629 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 1528612

[startup+3.1018 s]
/proc/loadavg: 1.01 1.41 1.50 2/118 3184
/proc/meminfo: memFree=1731740/2059040 swapFree=4136456/4192956
[pid=3172] ppid=3170 vsize=1528612 CPUtime=4.33
/proc/3172/stat : 3172 (java) S 3170 3172 2010 0 -1 4202496 49923 0 1 0 409 24 0 0 15 0 12 0 32630761 1565298688 48296 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3172/statm: 382153 48297 1421 10 0 379455 0
[pid=3172/tid=3174] ppid=3170 vsize=1528612 CPUtime=2.78
/proc/3172/task/3174/stat : 3174 (java) S 3170 3172 2010 0 -1 4202560 32009 0 1 0 263 15 0 0 25 0 12 0 32630763 1565298688 48298 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=3172/tid=3175] ppid=3170 vsize=1528612 CPUtime=0.28
/proc/3172/task/3175/stat : 3175 (java) R 3170 3172 2010 0 -1 4202560 6923 0 0 0 26 2 0 0 16 0 12 0 32630764 1565298688 48299 1992294400 134512640 134550932 4292061472 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3172/tid=3176] ppid=3170 vsize=1528612 CPUtime=0.26
/proc/3172/task/3176/stat : 3176 (java) R 3170 3172 2010 0 -1 4202560 8335 0 0 0 23 3 0 0 16 0 12 0 32630764 1565298688 48300 1992294400 134512640 134550932 4292061472 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3172/tid=3177] ppid=3170 vsize=1528612 CPUtime=0
/proc/3172/task/3177/stat : 3177 (java) S 3170 3172 2010 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 32630766 1565298688 48301 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 0 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3178] ppid=3170 vsize=1528612 CPUtime=0
/proc/3172/task/3178/stat : 3178 (java) S 3170 3172 2010 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 32630766 1565298688 48302 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3179] ppid=3170 vsize=1528612 CPUtime=0
/proc/3172/task/3179/stat : 3179 (java) S 3170 3172 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32630766 1565298688 48303 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3180] ppid=3170 vsize=1528612 CPUtime=0
/proc/3172/task/3180/stat : 3180 (java) S 3170 3172 2010 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 32630771 1565298688 48304 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3181] ppid=3170 vsize=1528612 CPUtime=0.23
/proc/3172/task/3181/stat : 3181 (java) S 3170 3172 2010 0 -1 4202560 146 0 0 0 23 0 0 0 16 0 12 0 32630771 1565298688 48305 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3182] ppid=3170 vsize=1528612 CPUtime=0.71
/proc/3172/task/3182/stat : 3182 (java) S 3170 3172 2010 0 -1 4202560 1445 0 0 0 71 0 0 0 15 0 12 0 32630771 1565298688 48306 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3183] ppid=3170 vsize=1528612 CPUtime=0
/proc/3172/task/3183/stat : 3183 (java) S 3170 3172 2010 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 32630771 1565298688 48307 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3184] ppid=3170 vsize=1528612 CPUtime=0
/proc/3172/task/3184/stat : 3184 (java) S 3170 3172 2010 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 32630771 1565298688 48308 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 1528612

[startup+6.30218 s]
/proc/loadavg: 1.01 1.40 1.49 4/118 3184
/proc/meminfo: memFree=1686480/2059040 swapFree=4136456/4192956
[pid=3172] ppid=3170 vsize=1529960 CPUtime=8.49
/proc/3172/stat : 3172 (java) S 3170 3172 2010 0 -1 4202496 55663 0 1 0 820 29 0 0 15 0 13 0 32630761 1566679040 53420 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3172/statm: 382490 53420 1440 10 0 379792 0
[pid=3172/tid=3174] ppid=3170 vsize=1529960 CPUtime=5.33
/proc/3172/task/3174/stat : 3174 (java) R 3170 3172 2010 0 -1 4202560 32076 0 1 0 516 17 0 0 25 0 13 0 32630763 1566679040 53420 1992294400 134512640 134550932 4292061472 18446744073709551615 4110085537 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3172/tid=3175] ppid=3170 vsize=1529960 CPUtime=0.62
/proc/3172/task/3175/stat : 3175 (java) S 3170 3172 2010 0 -1 4202560 8245 0 0 0 58 4 0 0 16 0 13 0 32630764 1566679040 53420 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3176] ppid=3170 vsize=1529960 CPUtime=0.6
/proc/3172/task/3176/stat : 3176 (java) S 3170 3172 2010 0 -1 4202560 12016 0 0 0 56 4 0 0 16 0 13 0 32630764 1566679040 53420 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=3172/tid=3177] ppid=3170 vsize=1529960 CPUtime=0
/proc/3172/task/3177/stat : 3177 (java) S 3170 3172 2010 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 32630766 1566679040 53420 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 0 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3178] ppid=3170 vsize=1529960 CPUtime=0
/proc/3172/task/3178/stat : 3178 (java) S 3170 3172 2010 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32630766 1566679040 53420 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3179] ppid=3170 vsize=1529960 CPUtime=0
/proc/3172/task/3179/stat : 3179 (java) S 3170 3172 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32630766 1566679040 53420 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3180] ppid=3170 vsize=1529960 CPUtime=0
/proc/3172/task/3180/stat : 3180 (java) S 3170 3172 2010 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 32630771 1566679040 53420 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3181] ppid=3170 vsize=1529960 CPUtime=0.68
/proc/3172/task/3181/stat : 3181 (java) S 3170 3172 2010 0 -1 4202560 198 0 0 0 68 0 0 0 16 0 13 0 32630771 1566679040 53420 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3182] ppid=3170 vsize=1529960 CPUtime=1.2
/proc/3172/task/3182/stat : 3182 (java) S 3170 3172 2010 0 -1 4202560 2054 0 0 0 119 1 0 0 16 0 13 0 32630771 1566679040 53420 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=3172/tid=3183] ppid=3170 vsize=1529960 CPUtime=0
/proc/3172/task/3183/stat : 3183 (java) S 3170 3172 2010 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32630771 1566679040 53420 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3184] ppid=3170 vsize=1529960 CPUtime=0
/proc/3172/task/3184/stat : 3184 (java) S 3170 3172 2010 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32630771 1566679040 53420 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.49
Current children cumulated vsize (KiB) 1529960

[startup+12.7019 s]
/proc/loadavg: 1.01 1.39 1.49 2/119 3185
/proc/meminfo: memFree=1635756/2059040 swapFree=4136456/4192956
[pid=3172] ppid=3170 vsize=1541944 CPUtime=16.27
/proc/3172/stat : 3172 (java) S 3170 3172 2010 0 -1 4202496 68759 0 1 0 1591 36 0 0 15 0 13 0 32630761 1578950656 63745 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3172/statm: 385486 63745 1441 10 0 382788 0
[pid=3172/tid=3174] ppid=3170 vsize=1541944 CPUtime=10.93
/proc/3172/task/3174/stat : 3174 (java) R 3170 3172 2010 0 -1 4202560 32098 0 1 0 1076 17 0 0 22 0 13 0 32630763 1578950656 63745 1992294400 134512640 134550932 4292061472 18446744073709551615 4110387554 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3172/tid=3175] ppid=3170 vsize=1541944 CPUtime=0.94
/proc/3172/task/3175/stat : 3175 (java) S 3170 3172 2010 0 -1 4202560 12039 0 0 0 88 6 0 0 15 0 13 0 32630764 1578950656 63745 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3176] ppid=3170 vsize=1541944 CPUtime=0.97
/proc/3172/task/3176/stat : 3176 (java) S 3170 3172 2010 0 -1 4202560 15975 0 0 0 90 7 0 0 16 0 13 0 32630764 1578950656 63745 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=3172/tid=3177] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3177/stat : 3177 (java) S 3170 3172 2010 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 32630766 1578950656 63745 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 0 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3178] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3178/stat : 3178 (java) S 3170 3172 2010 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32630766 1578950656 63745 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3179] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3179/stat : 3179 (java) S 3170 3172 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32630766 1578950656 63745 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3180] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3180/stat : 3180 (java) S 3170 3172 2010 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 32630771 1578950656 63745 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3181] ppid=3170 vsize=1541944 CPUtime=1.27
/proc/3172/task/3181/stat : 3181 (java) S 3170 3172 2010 0 -1 4202560 1831 0 0 0 126 1 0 0 15 0 13 0 32630771 1578950656 63745 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3182] ppid=3170 vsize=1541944 CPUtime=2.1
/proc/3172/task/3182/stat : 3182 (java) S 3170 3172 2010 0 -1 4202560 5742 0 0 0 207 3 0 0 16 0 13 0 32630771 1578950656 63745 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=3172/tid=3183] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3183/stat : 3183 (java) S 3170 3172 2010 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32630771 1578950656 63745 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3184] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3184/stat : 3184 (java) S 3170 3172 2010 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32630771 1578950656 63745 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3185] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3185/stat : 3185 (java) S 3170 3172 2010 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32631347 1578950656 63745 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.27
Current children cumulated vsize (KiB) 1541944

[startup+25.5094 s]
/proc/loadavg: 1.01 1.37 1.48 2/119 3185
/proc/meminfo: memFree=1627200/2059040 swapFree=4136456/4192956
[pid=3172] ppid=3170 vsize=1541944 CPUtime=29.49
/proc/3172/stat : 3172 (java) S 3170 3172 2010 0 -1 4202496 71034 0 1 0 2911 38 0 0 15 0 13 0 32630761 1578950656 65958 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3172/statm: 385486 65958 1441 10 0 382788 0
[pid=3172/tid=3174] ppid=3170 vsize=1541944 CPUtime=23.42
/proc/3172/task/3174/stat : 3174 (java) R 3170 3172 2010 0 -1 4202560 32128 0 1 0 2325 17 0 0 25 0 13 0 32630763 1578950656 65958 1992294400 134512640 134550932 4292061472 18446744073709551615 4110077868 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3172/tid=3175] ppid=3170 vsize=1541944 CPUtime=1.16
/proc/3172/task/3175/stat : 3175 (java) S 3170 3172 2010 0 -1 4202560 12792 0 0 0 109 7 0 0 15 0 13 0 32630764 1578950656 65958 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3176] ppid=3170 vsize=1541944 CPUtime=1.19
/proc/3172/task/3176/stat : 3176 (java) S 3170 3172 2010 0 -1 4202560 17467 0 0 0 111 8 0 0 15 0 13 0 32630764 1578950656 65958 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=3172/tid=3177] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3177/stat : 3177 (java) S 3170 3172 2010 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 32630766 1578950656 65958 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 0 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3178] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3178/stat : 3178 (java) S 3170 3172 2010 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32630766 1578950656 65958 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3179] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3179/stat : 3179 (java) S 3170 3172 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32630766 1578950656 65958 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3180] ppid=3170 vsize=1541944 CPUtime=0

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

[pid=3172/tid=3177] ppid=3170 vsize=1541944 CPUtime=2.11
/proc/3172/task/3177/stat : 3177 (java) S 3170 3172 2010 0 -1 4202560 2536 0 0 0 195 16 0 0 16 0 13 0 32630766 1578950656 353673 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 0 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=3172/tid=3178] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3178/stat : 3178 (java) S 3170 3172 2010 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32630766 1578950656 353673 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3179] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3179/stat : 3179 (java) S 3170 3172 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32630766 1578950656 353673 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3180] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3180/stat : 3180 (java) S 3170 3172 2010 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 32630771 1578950656 353673 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3181] ppid=3170 vsize=1541944 CPUtime=1.78
/proc/3172/task/3181/stat : 3181 (java) S 3170 3172 2010 0 -1 4202560 1847 0 0 0 177 1 0 0 15 0 13 0 32630771 1578950656 353673 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3182] ppid=3170 vsize=1541944 CPUtime=2.36
/proc/3172/task/3182/stat : 3182 (java) S 3170 3172 2010 0 -1 4202560 5742 0 0 0 233 3 0 0 15 0 13 0 32630771 1578950656 353673 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=3172/tid=3183] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3183/stat : 3183 (java) S 3170 3172 2010 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32630771 1578950656 353673 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3184] ppid=3170 vsize=1541944 CPUtime=0.02
/proc/3172/task/3184/stat : 3184 (java) S 3170 3172 2010 0 -1 4202560 88 0 0 0 1 1 0 0 15 0 13 0 32630771 1578950656 353673 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3185] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3185/stat : 3185 (java) S 3170 3172 2010 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32631347 1578950656 353673 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1591.12
Current children cumulated vsize (KiB) 1541944

[startup+1602.3 s]
/proc/loadavg: 1.06 1.09 1.11 3/119 3239
/proc/meminfo: memFree=419228/2059040 swapFree=4136456/4192956
[pid=3172] ppid=3170 vsize=1541944 CPUtime=1652.33
/proc/3172/stat : 3172 (java) S 3170 3172 2010 0 -1 4202496 368876 0 1 0 164794 439 0 0 15 0 13 0 32630761 1578950656 353673 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3172/statm: 385486 353673 1447 10 0 382788 0
[pid=3172/tid=3174] ppid=3170 vsize=1541944 CPUtime=1541.54
/proc/3172/task/3174/stat : 3174 (java) R 3170 3172 2010 0 -1 4202560 35201 0 1 0 154118 36 0 0 25 0 13 0 32630763 1578950656 353673 1992294400 134512640 134550932 4292061472 18446744073709551615 4110387236 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3172/tid=3175] ppid=3170 vsize=1541944 CPUtime=52.26
/proc/3172/task/3175/stat : 3175 (java) S 3170 3172 2010 0 -1 4202560 149300 0 0 0 5042 184 0 0 16 0 13 0 32630764 1578950656 353673 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=3172/tid=3176] ppid=3170 vsize=1541944 CPUtime=52.17
/proc/3172/task/3176/stat : 3176 (java) S 3170 3172 2010 0 -1 4202560 173094 0 0 0 5024 193 0 0 16 0 13 0 32630764 1578950656 353673 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3177] ppid=3170 vsize=1541944 CPUtime=2.13
/proc/3172/task/3177/stat : 3177 (java) S 3170 3172 2010 0 -1 4202560 2538 0 0 0 196 17 0 0 15 0 13 0 32630766 1578950656 353673 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 0 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3178] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3178/stat : 3178 (java) S 3170 3172 2010 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32630766 1578950656 353673 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3179] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3179/stat : 3179 (java) S 3170 3172 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32630766 1578950656 353673 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3180] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3180/stat : 3180 (java) S 3170 3172 2010 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 32630771 1578950656 353673 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3181] ppid=3170 vsize=1541944 CPUtime=1.78
/proc/3172/task/3181/stat : 3181 (java) S 3170 3172 2010 0 -1 4202560 1847 0 0 0 177 1 0 0 15 0 13 0 32630771 1578950656 353673 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3182] ppid=3170 vsize=1541944 CPUtime=2.36
/proc/3172/task/3182/stat : 3182 (java) S 3170 3172 2010 0 -1 4202560 5742 0 0 0 233 3 0 0 15 0 13 0 32630771 1578950656 353673 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=3172/tid=3183] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3183/stat : 3183 (java) S 3170 3172 2010 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32630771 1578950656 353673 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3184] ppid=3170 vsize=1541944 CPUtime=0.02
/proc/3172/task/3184/stat : 3184 (java) S 3170 3172 2010 0 -1 4202560 90 0 0 0 1 1 0 0 15 0 13 0 32630771 1578950656 353673 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=3172/tid=3185] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3185/stat : 3185 (java) S 3170 3172 2010 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32631347 1578950656 353673 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1652.33
Current children cumulated vsize (KiB) 1541944

[startup+1662.3 s]
/proc/loadavg: 1.02 1.07 1.10 2/119 3241
/proc/meminfo: memFree=418732/2059040 swapFree=4136456/4192956
[pid=3172] ppid=3170 vsize=1541944 CPUtime=1713.72
/proc/3172/stat : 3172 (java) S 3170 3172 2010 0 -1 4202496 373997 0 1 0 170921 451 0 0 15 0 13 0 32630761 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3172/statm: 385486 353683 1451 10 0 382788 0
[pid=3172/tid=3174] ppid=3170 vsize=1541944 CPUtime=1598.37
/proc/3172/task/3174/stat : 3174 (java) R 3170 3172 2010 0 -1 4202560 35317 0 1 0 159800 37 0 0 22 0 13 0 32630763 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4110387285 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3172/tid=3175] ppid=3170 vsize=1541944 CPUtime=53.71
/proc/3172/task/3175/stat : 3175 (java) S 3170 3172 2010 0 -1 4202560 149300 0 0 0 5184 187 0 0 16 0 13 0 32630764 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=3172/tid=3176] ppid=3170 vsize=1541944 CPUtime=53.62
/proc/3172/task/3176/stat : 3176 (java) S 3170 3172 2010 0 -1 4202560 173094 0 0 0 5163 199 0 0 15 0 13 0 32630764 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3177] ppid=3170 vsize=1541944 CPUtime=3.72
/proc/3172/task/3177/stat : 3177 (java) S 3170 3172 2010 0 -1 4202560 7529 0 0 0 353 19 0 0 16 0 13 0 32630766 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 0 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3178] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3178/stat : 3178 (java) S 3170 3172 2010 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32630766 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3179] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3179/stat : 3179 (java) S 3170 3172 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32630766 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3180] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3180/stat : 3180 (java) S 3170 3172 2010 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 32630771 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3181] ppid=3170 vsize=1541944 CPUtime=1.8
/proc/3172/task/3181/stat : 3181 (java) S 3170 3172 2010 0 -1 4202560 1853 0 0 0 179 1 0 0 15 0 13 0 32630771 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3182] ppid=3170 vsize=1541944 CPUtime=2.4
/proc/3172/task/3182/stat : 3182 (java) S 3170 3172 2010 0 -1 4202560 5746 0 0 0 237 3 0 0 16 0 13 0 32630771 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=3172/tid=3183] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3183/stat : 3183 (java) S 3170 3172 2010 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32630771 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3184] ppid=3170 vsize=1541944 CPUtime=0.02
/proc/3172/task/3184/stat : 3184 (java) S 3170 3172 2010 0 -1 4202560 94 0 0 0 1 1 0 0 15 0 13 0 32630771 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=3172/tid=3185] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3185/stat : 3185 (java) S 3170 3172 2010 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32631347 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1713.72
Current children cumulated vsize (KiB) 1541944

[startup+1722.3 s]
/proc/loadavg: 1.00 1.06 1.09 2/119 3243
/proc/meminfo: memFree=418732/2059040 swapFree=4136456/4192956
[pid=3172] ppid=3170 vsize=1541944 CPUtime=1774.67
/proc/3172/stat : 3172 (java) S 3170 3172 2010 0 -1 4202496 374120 0 1 0 177011 456 0 0 15 0 13 0 32630761 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3172/statm: 385486 353683 1451 10 0 382788 0
[pid=3172/tid=3174] ppid=3170 vsize=1541944 CPUtime=1657.21
/proc/3172/task/3174/stat : 3174 (java) R 3170 3172 2010 0 -1 4202560 35432 0 1 0 165683 38 0 0 25 0 13 0 32630763 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4109739266 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3172/tid=3175] ppid=3170 vsize=1541944 CPUtime=54.76
/proc/3172/task/3175/stat : 3175 (java) S 3170 3172 2010 0 -1 4202560 149300 0 0 0 5287 189 0 0 16 0 13 0 32630764 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3176] ppid=3170 vsize=1541944 CPUtime=54.66
/proc/3172/task/3176/stat : 3176 (java) S 3170 3172 2010 0 -1 4202560 173094 0 0 0 5266 200 0 0 16 0 13 0 32630764 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=3172/tid=3177] ppid=3170 vsize=1541944 CPUtime=3.76
/proc/3172/task/3177/stat : 3177 (java) S 3170 3172 2010 0 -1 4202560 7533 0 0 0 355 21 0 0 15 0 13 0 32630766 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 0 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=3172/tid=3178] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3178/stat : 3178 (java) S 3170 3172 2010 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32630766 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3179] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3179/stat : 3179 (java) S 3170 3172 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32630766 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3180] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3180/stat : 3180 (java) S 3170 3172 2010 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 32630771 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3181] ppid=3170 vsize=1541944 CPUtime=1.8
/proc/3172/task/3181/stat : 3181 (java) S 3170 3172 2010 0 -1 4202560 1853 0 0 0 179 1 0 0 15 0 13 0 32630771 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3182] ppid=3170 vsize=1541944 CPUtime=2.4
/proc/3172/task/3182/stat : 3182 (java) S 3170 3172 2010 0 -1 4202560 5746 0 0 0 237 3 0 0 16 0 13 0 32630771 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=3172/tid=3183] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3183/stat : 3183 (java) S 3170 3172 2010 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32630771 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3184] ppid=3170 vsize=1541944 CPUtime=0.02
/proc/3172/task/3184/stat : 3184 (java) S 3170 3172 2010 0 -1 4202560 98 0 0 0 1 1 0 0 15 0 13 0 32630771 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=3172/tid=3185] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3185/stat : 3185 (java) S 3170 3172 2010 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32631347 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1774.67
Current children cumulated vsize (KiB) 1541944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1747.3 s]
/proc/loadavg: 1.00 1.05 1.09 2/119 3243
/proc/meminfo: memFree=418732/2059040 swapFree=4136456/4192956
[pid=3172] ppid=3170 vsize=1541944 CPUtime=1800.03
/proc/3172/stat : 3172 (java) S 3170 3172 2010 0 -1 4202496 374176 0 1 0 179543 460 0 0 15 0 13 0 32630761 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3172/statm: 385486 353683 1451 10 0 382788 0
[pid=3172/tid=3174] ppid=3170 vsize=1541944 CPUtime=1681.72
/proc/3172/task/3174/stat : 3174 (java) R 3170 3172 2010 0 -1 4202560 35484 0 1 0 168134 38 0 0 25 0 13 0 32630763 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4110387270 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3172/tid=3175] ppid=3170 vsize=1541944 CPUtime=55.16
/proc/3172/task/3175/stat : 3175 (java) S 3170 3172 2010 0 -1 4202560 149300 0 0 0 5326 190 0 0 16 0 13 0 32630764 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3176] ppid=3170 vsize=1541944 CPUtime=55.09
/proc/3172/task/3176/stat : 3176 (java) S 3170 3172 2010 0 -1 4202560 173094 0 0 0 5307 202 0 0 16 0 13 0 32630764 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=3172/tid=3177] ppid=3170 vsize=1541944 CPUtime=3.76
/proc/3172/task/3177/stat : 3177 (java) S 3170 3172 2010 0 -1 4202560 7535 0 0 0 355 21 0 0 15 0 13 0 32630766 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 0 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=3172/tid=3178] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3178/stat : 3178 (java) S 3170 3172 2010 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32630766 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3179] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3179/stat : 3179 (java) S 3170 3172 2010 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32630766 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3180] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3180/stat : 3180 (java) S 3170 3172 2010 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 32630771 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3181] ppid=3170 vsize=1541944 CPUtime=1.8
/proc/3172/task/3181/stat : 3181 (java) S 3170 3172 2010 0 -1 4202560 1853 0 0 0 179 1 0 0 15 0 13 0 32630771 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3182] ppid=3170 vsize=1541944 CPUtime=2.4
/proc/3172/task/3182/stat : 3182 (java) S 3170 3172 2010 0 -1 4202560 5746 0 0 0 237 3 0 0 16 0 13 0 32630771 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=3172/tid=3183] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3183/stat : 3183 (java) S 3170 3172 2010 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 32630771 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=3172/tid=3184] ppid=3170 vsize=1541944 CPUtime=0.02
/proc/3172/task/3184/stat : 3184 (java) R 3170 3172 2010 0 -1 4202560 100 0 0 0 1 1 0 0 15 0 13 0 32630771 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3172/tid=3185] ppid=3170 vsize=1541944 CPUtime=0
/proc/3172/task/3185/stat : 3185 (java) S 3170 3172 2010 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 32631347 1578950656 353683 1992294400 134512640 134550932 4292061472 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1541944

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

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

[startup+1747.42 s]
/proc/loadavg: 1.00 1.05 1.09 2/119 3243
/proc/meminfo: memFree=418732/2059040 swapFree=4136456/4192956
[pid=3172] ppid=3170 vsize=0 CPUtime=1800.16
/proc/3172/stat : 3172 (java) Z 3170 3172 2010 0 -1 4203548 374198 0 1 0 179552 464 0 0 15 0 2 0 32630761 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3172/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1747.5
CPU time (s): 1800.25
CPU user time (s): 1795.52
CPU system time (s): 4.72728
CPU usage (%): 103.019
Max. virtual memory (cumulated for all children) (KiB): 1554196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.52
system time used= 4.72728
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 374198
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= 71575
involuntary context switches= 54260

runsolver used 3.52546 second user time and 9.57554 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-15 04:51:07
IDJOB=2660321
IDBENCH=2522
IDSOLVER=1165
FILE ID=node001/2660321-1276570267
PBS_JOBID= 11173507
Free space on /tmp= 62508 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-stp3d.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660321-1276570267/watcher-2660321-1276570267 -o /tmp/evaluation-result-2660321-1276570267/solver-2660321-1276570267 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660321-1276570267.opb

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

MD5SUM BENCH= af54d857fe3562002a714e0fbd74a69a
RANDOM SEED=702473255

node001.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.202
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.40
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.202
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1886736 kB
Buffers:          2876 kB
Cached:          80568 kB
SwapCached:       9496 kB
Active:          41312 kB
Inactive:        54704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1886736 kB
SwapTotal:     4192956 kB
SwapFree:      4136456 kB
Dirty:            9420 kB
Writeback:           0 kB
AnonPages:       11156 kB
Mapped:           9388 kB
Slab:            54492 kB
PageTables:       3932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180844 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= 62508 MiB
End job on node001 at 2010-06-15 05:20:17