Trace number 2660312

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.27 1783.39

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-dcmulti.opb
MD5SUM8db02a87a2ff672cda2bdb003f710a98
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 variables14265
Total number of constraints290
Number of constraints which are clauses27
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint2
Maximum length of a constraint420
Number of terms in the objective function 14235
Biggest coefficient in the objective function 714038312960
Number of bits for the biggest coefficient in the objective function 40
Sum of the numbers in the objective function 68224730472397
Number of bits of the sum of numbers in the objective function 46
Biggest number in a constraint 714038312960
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 68224730472397
Number of bits of the biggest sum of numbers46
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.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@b753f8
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2660312-1276559797.opb
0.23/0.21	c reading problem ... 
1.93/1.19	c ... done. Wall clock time 0.973s.
1.93/1.19	c #vars     14265
1.93/1.19	c #constraints  1502
1.93/1.19	c constraints type 
1.93/1.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17
1.93/1.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10
1.93/1.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 11
1.93/1.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 330
187.46/183.77	c cleaning 0 clauses out of 5001 with flag 0/5001
558.68/552.64	c cleaning 0 clauses out of 11000 with flag 0/11000
1501.56/1487.43	c cleaning 0 clauses out of 18000 with flag 0/18000
1800.02/1783.21	c starts		: 45
1800.02/1783.21	c conflicts		: 20898
1800.02/1783.21	c decisions		: 125009
1800.02/1783.21	c propagations		: 572781
1800.02/1783.22	c inspects		: 233598325
1800.02/1783.22	c learnt literals	: 0
1800.02/1783.22	c learnt binary clauses	: 0
1800.02/1783.22	c learnt ternary clauses	: 0
1800.02/1783.22	c learnt clauses	: 20897
1800.02/1783.22	c ignored clauses	: 0
1800.02/1783.22	c root simplifications	: 0
1800.02/1783.22	c removed literals (reason simplification)	: 0
1800.02/1783.22	c reason swapping (by a shorter reason)	: 0
1800.02/1783.22	c Calls to reduceDB	: 3
1800.02/1783.22	c number of reductions to clauses (during analyze)	: 0
1800.02/1783.22	c number of learned constraints concerned by reduction	: 0
1800.02/1783.22	c number of learning phase by resolution	: 0
1800.02/1783.22	c number of learning phase by cutting planes	: 0
1800.02/1783.22	c speed (assignments/second)	: 321.42015407130737
1800.02/1783.22	c non guided choices	1774
1800.02/1783.27	c learnt constraints type 
1800.02/1783.27	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3
1800.02/1783.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20895
1800.02/1783.27	c constraints type 
1800.02/1783.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17
1800.02/1783.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10
1800.02/1783.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 11
1800.02/1783.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 330
1800.02/1783.27	s UNKNOWN
1800.02/1783.27	c Total wall clock time (in seconds): 1783.065

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-2660312-1276559797/watcher-2660312-1276559797 -o /tmp/evaluation-result-2660312-1276559797/solver-2660312-1276559797 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660312-1276559797.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: 2.24 2.10 1.71 3/106 31315
/proc/meminfo: memFree=1814236/2059040 swapFree=4139744/4192956
[pid=31315] ppid=31313 vsize=1832 CPUtime=0
/proc/31315/stat : 31315 (java6) R 31313 31315 31213 0 -1 4194304 228 0 0 0 0 0 0 0 22 0 1 0 31581231 1875968 132 1992294400 134512640 134550932 4291251504 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31315/statm: 458 140 104 10 0 63 0

[startup+0.0310691 s]
/proc/loadavg: 2.24 2.10 1.71 3/106 31315
/proc/meminfo: memFree=1814236/2059040 swapFree=4139744/4192956
[pid=31315] ppid=31313 vsize=1518368 CPUtime=0.01
/proc/31315/stat : 31315 (java) S 31313 31315 31213 0 -1 4202496 2665 0 1 0 0 1 0 0 18 0 4 0 31581231 1554808832 2109 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/31315/statm: 379592 2114 437 10 0 377303 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.10007 s]
/proc/loadavg: 2.24 2.10 1.71 3/106 31315
/proc/meminfo: memFree=1814236/2059040 swapFree=4139744/4192956
[pid=31315] ppid=31313 vsize=1524592 CPUtime=0.08
/proc/31315/stat : 31315 (java) S 31313 31315 31213 0 -1 4202496 3938 0 1 0 6 2 0 0 18 0 12 0 31581231 1561182208 3377 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31315/statm: 381148 3377 1073 10 0 378450 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524592

[startup+0.308177 s]
/proc/loadavg: 2.24 2.10 1.71 3/106 31315
/proc/meminfo: memFree=1814236/2059040 swapFree=4139744/4192956
[pid=31315] ppid=31313 vsize=1526092 CPUtime=0.39
/proc/31315/stat : 31315 (java) S 31313 31315 31213 0 -1 4202496 5467 0 1 0 36 3 0 0 18 0 12 0 31581231 1562718208 4904 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31315/statm: 381523 4904 1366 10 0 378825 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526092

[startup+0.711244 s]
/proc/loadavg: 2.24 2.10 1.71 3/106 31315
/proc/meminfo: memFree=1814236/2059040 swapFree=4139744/4192956
[pid=31315] ppid=31313 vsize=1530260 CPUtime=1.14
/proc/31315/stat : 31315 (java) S 31313 31315 31213 0 -1 4202496 9004 0 1 0 110 4 0 0 18 0 12 0 31581231 1566986240 8179 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31315/statm: 382737 8180 1402 10 0 380039 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1530260

[startup+1.50133 s]
/proc/loadavg: 2.24 2.10 1.71 4/118 31327
/proc/meminfo: memFree=1771236/2059040 swapFree=4139744/4192956
[pid=31315] ppid=31313 vsize=1541776 CPUtime=2.66
/proc/31315/stat : 31315 (java) S 31313 31315 31213 0 -1 4202496 20222 0 1 0 257 9 0 0 18 0 12 0 31581231 1578778624 17284 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31315/statm: 385444 17284 1427 10 0 382746 0
[pid=31315/tid=31317] ppid=31313 vsize=1541776 CPUtime=1.14
/proc/31315/task/31317/stat : 31317 (java) R 31313 31315 31213 0 -1 4202560 12371 0 1 0 109 5 0 0 18 0 12 0 31581233 1578778624 17284 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31315/tid=31318] ppid=31313 vsize=1541776 CPUtime=0
/proc/31315/task/31318/stat : 31318 (java) S 31313 31315 31213 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 31581234 1578778624 17284 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
[pid=31315/tid=31319] ppid=31313 vsize=1541776 CPUtime=0
/proc/31315/task/31319/stat : 31319 (java) S 31313 31315 31213 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 31581234 1578778624 17284 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
[pid=31315/tid=31320] ppid=31313 vsize=1541776 CPUtime=0
/proc/31315/task/31320/stat : 31320 (java) S 31313 31315 31213 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 31581236 1578778624 17284 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 0 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31321] ppid=31313 vsize=1541776 CPUtime=0
/proc/31315/task/31321/stat : 31321 (java) S 31313 31315 31213 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 31581236 1578778624 17284 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31322] ppid=31313 vsize=1541776 CPUtime=0
/proc/31315/task/31322/stat : 31322 (java) S 31313 31315 31213 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 31581236 1578778624 17284 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31323] ppid=31313 vsize=1541776 CPUtime=0
/proc/31315/task/31323/stat : 31323 (java) S 31313 31315 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 31581241 1578778624 17284 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31324] ppid=31313 vsize=1541776 CPUtime=1.04
/proc/31315/task/31324/stat : 31324 (java) R 31313 31315 31213 0 -1 4202560 5569 0 0 0 103 1 0 0 16 0 12 0 31581241 1578778624 17284 1992294400 134512640 134550932 4292427056 18446744073709551615 105873394 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31315/tid=31325] ppid=31313 vsize=1541776 CPUtime=0.44
/proc/31315/task/31325/stat : 31325 (java) R 31313 31315 31213 0 -1 4202560 1218 0 0 0 44 0 0 0 16 0 12 0 31581241 1578778624 17284 1992294400 134512640 134550932 4292427056 18446744073709551615 103333969 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31315/tid=31326] ppid=31313 vsize=1541776 CPUtime=0
/proc/31315/task/31326/stat : 31326 (java) S 31313 31315 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 31581241 1578778624 17284 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31327] ppid=31313 vsize=1541776 CPUtime=0
/proc/31315/task/31327/stat : 31327 (java) S 31313 31315 31213 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 12 0 31581241 1578778624 17284 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 1541776

[startup+3.10154 s]
/proc/loadavg: 2.14 2.08 1.70 2/119 31328
/proc/meminfo: memFree=1734400/2059040 swapFree=4139744/4192956
[pid=31315] ppid=31313 vsize=1542100 CPUtime=4.89
/proc/31315/stat : 31315 (java) S 31313 31315 31213 0 -1 4202496 43827 0 1 0 471 18 0 0 18 0 13 0 31581231 1579110400 40853 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31315/statm: 385525 40853 1440 10 0 382827 0
[pid=31315/tid=31317] ppid=31313 vsize=1542100 CPUtime=2.43
/proc/31315/task/31317/stat : 31317 (java) R 31313 31315 31213 0 -1 4202560 32085 0 1 0 231 12 0 0 20 0 13 0 31581233 1579110400 40853 1992294400 134512640 134550932 4292427056 18446744073709551615 4110229070 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31315/tid=31318] ppid=31313 vsize=1542100 CPUtime=0.05
/proc/31315/task/31318/stat : 31318 (java) S 31313 31315 31213 0 -1 4202560 1657 0 0 0 4 1 0 0 16 0 13 0 31581234 1579110400 40853 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
[pid=31315/tid=31319] ppid=31313 vsize=1542100 CPUtime=0.04
/proc/31315/task/31319/stat : 31319 (java) S 31313 31315 31213 0 -1 4202560 2130 0 0 0 4 0 0 0 16 0 13 0 31581234 1579110400 40853 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31320] ppid=31313 vsize=1542100 CPUtime=0
/proc/31315/task/31320/stat : 31320 (java) S 31313 31315 31213 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 31581236 1579110400 40853 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 0 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31321] ppid=31313 vsize=1542100 CPUtime=0
/proc/31315/task/31321/stat : 31321 (java) S 31313 31315 31213 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31581236 1579110400 40853 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31322] ppid=31313 vsize=1542100 CPUtime=0
/proc/31315/task/31322/stat : 31322 (java) S 31313 31315 31213 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31581236 1579110400 40853 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31323] ppid=31313 vsize=1542100 CPUtime=0
/proc/31315/task/31323/stat : 31323 (java) S 31313 31315 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31581241 1579110400 40853 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31324] ppid=31313 vsize=1542100 CPUtime=1.35
/proc/31315/task/31324/stat : 31324 (java) S 31313 31315 31213 0 -1 4202560 5606 0 0 0 134 1 0 0 15 0 13 0 31581241 1579110400 40853 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
[pid=31315/tid=31325] ppid=31313 vsize=1542100 CPUtime=0.96
/proc/31315/task/31325/stat : 31325 (java) S 31313 31315 31213 0 -1 4202560 1269 0 0 0 96 0 0 0 16 0 13 0 31581241 1579110400 40853 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31326] ppid=31313 vsize=1542100 CPUtime=0
/proc/31315/task/31326/stat : 31326 (java) S 31313 31315 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31581241 1579110400 40853 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31327] ppid=31313 vsize=1542100 CPUtime=0
/proc/31315/task/31327/stat : 31327 (java) S 31313 31315 31213 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 31581241 1579110400 40853 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
[pid=31315/tid=31328] ppid=31313 vsize=1542100 CPUtime=0
/proc/31315/task/31328/stat : 31328 (java) S 31313 31315 31213 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 31581404 1579110400 40853 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 1542100

[startup+6.30196 s]
/proc/loadavg: 2.14 2.08 1.70 2/119 31328
/proc/meminfo: memFree=1644004/2059040 swapFree=4139744/4192956
[pid=31315] ppid=31313 vsize=1541272 CPUtime=8.62
/proc/31315/stat : 31315 (java) S 31313 31315 31213 0 -1 4202496 51429 0 1 0 841 21 0 0 18 0 13 0 31581231 1578262528 47941 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31315/statm: 385318 47941 1440 10 0 382620 0
[pid=31315/tid=31317] ppid=31313 vsize=1541272 CPUtime=5.37
/proc/31315/task/31317/stat : 31317 (java) R 31313 31315 31213 0 -1 4202560 34787 0 1 0 524 13 0 0 25 0 13 0 31581233 1578262528 47941 1992294400 134512640 134550932 4292427056 18446744073709551615 4110158908 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31315/tid=31318] ppid=31313 vsize=1541272 CPUtime=0.18
/proc/31315/task/31318/stat : 31318 (java) S 31313 31315 31213 0 -1 4202560 3892 0 0 0 17 1 0 0 16 0 13 0 31581234 1578262528 47941 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
[pid=31315/tid=31319] ppid=31313 vsize=1541272 CPUtime=0.18
/proc/31315/task/31319/stat : 31319 (java) S 31313 31315 31213 0 -1 4202560 4729 0 0 0 16 2 0 0 15 0 13 0 31581234 1578262528 47941 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31320] ppid=31313 vsize=1541272 CPUtime=0
/proc/31315/task/31320/stat : 31320 (java) S 31313 31315 31213 0 -1 4202560 28 0 0 0 0 0 0 0 16 0 13 0 31581236 1578262528 47941 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 0 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31321] ppid=31313 vsize=1541272 CPUtime=0
/proc/31315/task/31321/stat : 31321 (java) S 31313 31315 31213 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31581236 1578262528 47941 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31322] ppid=31313 vsize=1541272 CPUtime=0
/proc/31315/task/31322/stat : 31322 (java) S 31313 31315 31213 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31581236 1578262528 47941 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31323] ppid=31313 vsize=1541272 CPUtime=0
/proc/31315/task/31323/stat : 31323 (java) S 31313 31315 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31581241 1578262528 47941 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31324] ppid=31313 vsize=1541272 CPUtime=1.7
/proc/31315/task/31324/stat : 31324 (java) S 31313 31315 31213 0 -1 4202560 5642 0 0 0 168 2 0 0 15 0 13 0 31581241 1578262528 47941 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
[pid=31315/tid=31325] ppid=31313 vsize=1541272 CPUtime=1.13
/proc/31315/task/31325/stat : 31325 (java) S 31313 31315 31213 0 -1 4202560 1284 0 0 0 113 0 0 0 16 0 13 0 31581241 1578262528 47941 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31326] ppid=31313 vsize=1541272 CPUtime=0
/proc/31315/task/31326/stat : 31326 (java) S 31313 31315 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31581241 1578262528 47941 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31327] ppid=31313 vsize=1541272 CPUtime=0
/proc/31315/task/31327/stat : 31327 (java) S 31313 31315 31213 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 31581241 1578262528 47941 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
[pid=31315/tid=31328] ppid=31313 vsize=1541272 CPUtime=0
/proc/31315/task/31328/stat : 31328 (java) S 31313 31315 31213 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 31581404 1578262528 47941 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.62
Current children cumulated vsize (KiB) 1541272

[startup+12.7018 s]
/proc/loadavg: 2.05 2.06 1.70 2/119 31328
/proc/meminfo: memFree=1619080/2059040 swapFree=4139744/4192956
[pid=31315] ppid=31313 vsize=1541272 CPUtime=15.18
/proc/31315/stat : 31315 (java) S 31313 31315 31213 0 -1 4202496 53617 0 1 0 1496 22 0 0 18 0 13 0 31581231 1578262528 49880 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31315/statm: 385318 49880 1440 10 0 382620 0
[pid=31315/tid=31317] ppid=31313 vsize=1541272 CPUtime=11.67
/proc/31315/task/31317/stat : 31317 (java) R 31313 31315 31213 0 -1 4202560 34798 0 1 0 1154 13 0 0 25 0 13 0 31581233 1578262528 49880 1992294400 134512640 134550932 4292427056 18446744073709551615 4110222340 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31315/tid=31318] ppid=31313 vsize=1541272 CPUtime=0.25
/proc/31315/task/31318/stat : 31318 (java) S 31313 31315 31213 0 -1 4202560 4929 0 0 0 23 2 0 0 15 0 13 0 31581234 1578262528 49880 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
[pid=31315/tid=31319] ppid=31313 vsize=1541272 CPUtime=0.24
/proc/31315/task/31319/stat : 31319 (java) S 31313 31315 31213 0 -1 4202560 5864 0 0 0 22 2 0 0 16 0 13 0 31581234 1578262528 49880 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31320] ppid=31313 vsize=1541272 CPUtime=0
/proc/31315/task/31320/stat : 31320 (java) S 31313 31315 31213 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 31581236 1578262528 49880 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 0 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31321] ppid=31313 vsize=1541272 CPUtime=0
/proc/31315/task/31321/stat : 31321 (java) S 31313 31315 31213 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31581236 1578262528 49880 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31322] ppid=31313 vsize=1541272 CPUtime=0
/proc/31315/task/31322/stat : 31322 (java) S 31313 31315 31213 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31581236 1578262528 49880 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31323] ppid=31313 vsize=1541272 CPUtime=0
/proc/31315/task/31323/stat : 31323 (java) S 31313 31315 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31581241 1578262528 49880 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31324] ppid=31313 vsize=1541272 CPUtime=1.82
/proc/31315/task/31324/stat : 31324 (java) S 31313 31315 31213 0 -1 4202560 5647 0 0 0 180 2 0 0 15 0 13 0 31581241 1578262528 49880 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
[pid=31315/tid=31325] ppid=31313 vsize=1541272 CPUtime=1.14
/proc/31315/task/31325/stat : 31325 (java) S 31313 31315 31213 0 -1 4202560 1284 0 0 0 114 0 0 0 16 0 13 0 31581241 1578262528 49880 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31326] ppid=31313 vsize=1541272 CPUtime=0
/proc/31315/task/31326/stat : 31326 (java) S 31313 31315 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31581241 1578262528 49880 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31327] ppid=31313 vsize=1541272 CPUtime=0
/proc/31315/task/31327/stat : 31327 (java) S 31313 31315 31213 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 31581241 1578262528 49880 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
[pid=31315/tid=31328] ppid=31313 vsize=1541272 CPUtime=0
/proc/31315/task/31328/stat : 31328 (java) S 31313 31315 31213 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 31581404 1578262528 49880 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.18
Current children cumulated vsize (KiB) 1541272

[startup+25.5015 s]
/proc/loadavg: 1.82 2.01 1.69 2/119 31328
/proc/meminfo: memFree=1612384/2059040 swapFree=4139744/4192956
[pid=31315] ppid=31313 vsize=1541272 CPUtime=28.22
/proc/31315/stat : 31315 (java) S 31313 31315 31213 0 -1 4202496 55518 0 1 0 2798 24 0 0 18 0 13 0 31581231 1578262528 51558 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31315/statm: 385318 51558 1440 10 0 382620 0
[pid=31315/tid=31317] ppid=31313 vsize=1541272 CPUtime=24.33
/proc/31315/task/31317/stat : 31317 (java) R 31313 31315 31213 0 -1 4202560 34816 0 1 0 2420 13 0 0 25 0 13 0 31581233 1578262528 51558 1992294400 134512640 134550932 4292427056 18446744073709551615 4110117512 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31315/tid=31318] ppid=31313 vsize=1541272 CPUtime=0.33
/proc/31315/task/31318/stat : 31318 (java) S 31313 31315 31213 0 -1 4202560 5797 0 0 0 31 2 0 0 15 0 13 0 31581234 1578262528 51558 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
[pid=31315/tid=31319] ppid=31313 vsize=1541272 CPUtime=0.33
/proc/31315/task/31319/stat : 31319 (java) S 31313 31315 31213 0 -1 4202560 6870 0 0 0 30 3 0 0 16 0 13 0 31581234 1578262528 51558 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31320] ppid=31313 vsize=1541272 CPUtime=0.01
/proc/31315/task/31320/stat : 31320 (java) S 31313 31315 31213 0 -1 4202560 28 0 0 0 1 0 0 0 15 0 13 0 31581236 1578262528 51558 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 0 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
[pid=31315/tid=31321] ppid=31313 vsize=1541272 CPUtime=0

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

[pid=31315] ppid=31313 vsize=1545368 CPUtime=1678.02
/proc/31315/stat : 31315 (java) S 31313 31315 31213 0 -1 4202496 160539 0 1 0 167695 107 0 0 18 0 13 0 31581231 1582456832 141256 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31315/statm: 386342 141256 1450 10 0 383644 0
[pid=31315/tid=31317] ppid=31313 vsize=1545368 CPUtime=1644.92
/proc/31315/task/31317/stat : 31317 (java) R 31313 31315 31213 0 -1 4202560 35502 0 1 0 164470 22 0 0 25 0 13 0 31581233 1582456832 141256 1992294400 134512640 134550932 4292427056 18446744073709551615 4110116901 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31315/tid=31318] ppid=31313 vsize=1545368 CPUtime=13.02
/proc/31315/task/31318/stat : 31318 (java) S 31313 31315 31213 0 -1 4202560 54070 0 0 0 1265 37 0 0 16 0 13 0 31581234 1582456832 141256 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31319] ppid=31313 vsize=1545368 CPUtime=12.96
/proc/31315/task/31319/stat : 31319 (java) S 31313 31315 31213 0 -1 4202560 57721 0 0 0 1262 34 0 0 16 0 13 0 31581234 1582456832 141256 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
[pid=31315/tid=31320] ppid=31313 vsize=1545368 CPUtime=2.66
/proc/31315/task/31320/stat : 31320 (java) S 31313 31315 31213 0 -1 4202560 317 0 0 0 261 5 0 0 15 0 13 0 31581236 1582456832 141256 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 0 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
[pid=31315/tid=31321] ppid=31313 vsize=1545368 CPUtime=0
/proc/31315/task/31321/stat : 31321 (java) S 31313 31315 31213 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31581236 1582456832 141256 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31322] ppid=31313 vsize=1545368 CPUtime=0
/proc/31315/task/31322/stat : 31322 (java) S 31313 31315 31213 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31581236 1582456832 141256 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31323] ppid=31313 vsize=1545368 CPUtime=0
/proc/31315/task/31323/stat : 31323 (java) S 31313 31315 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31581241 1582456832 141256 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31324] ppid=31313 vsize=1545368 CPUtime=2.35
/proc/31315/task/31324/stat : 31324 (java) S 31313 31315 31213 0 -1 4202560 5692 0 0 0 233 2 0 0 15 0 13 0 31581241 1582456832 141256 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
[pid=31315/tid=31325] ppid=31313 vsize=1545368 CPUtime=2.02
/proc/31315/task/31325/stat : 31325 (java) S 31313 31315 31213 0 -1 4202560 6067 0 0 0 200 2 0 0 15 0 13 0 31581241 1582456832 141256 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31326] ppid=31313 vsize=1545368 CPUtime=0
/proc/31315/task/31326/stat : 31326 (java) S 31313 31315 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31581241 1582456832 141256 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31327] ppid=31313 vsize=1545368 CPUtime=0
/proc/31315/task/31327/stat : 31327 (java) S 31313 31315 31213 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 31581241 1582456832 141256 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31328] ppid=31313 vsize=1545368 CPUtime=0
/proc/31315/task/31328/stat : 31328 (java) S 31313 31315 31213 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 31581404 1582456832 141256 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1678.02
Current children cumulated vsize (KiB) 1545368

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/119 31384
/proc/meminfo: memFree=1231704/2059040 swapFree=4139744/4192956
[pid=31315] ppid=31313 vsize=1545368 CPUtime=1738.5
/proc/31315/stat : 31315 (java) S 31313 31315 31213 0 -1 4202496 166096 0 1 0 173738 112 0 0 18 0 13 0 31581231 1582456832 146084 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31315/statm: 386342 146084 1450 10 0 383644 0
[pid=31315/tid=31317] ppid=31313 vsize=1545368 CPUtime=1704.39
/proc/31315/task/31317/stat : 31317 (java) R 31313 31315 31213 0 -1 4202560 35522 0 1 0 170415 24 0 0 25 0 13 0 31581233 1582456832 146084 1992294400 134512640 134550932 4292427056 18446744073709551615 4110116407 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31315/tid=31318] ppid=31313 vsize=1545368 CPUtime=13.53
/proc/31315/task/31318/stat : 31318 (java) S 31313 31315 31213 0 -1 4202560 57105 0 0 0 1314 39 0 0 16 0 13 0 31581234 1582456832 146084 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31319] ppid=31313 vsize=1545368 CPUtime=13.48
/proc/31315/task/31319/stat : 31319 (java) S 31313 31315 31213 0 -1 4202560 60219 0 0 0 1312 36 0 0 15 0 13 0 31581234 1582456832 146084 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
[pid=31315/tid=31320] ppid=31313 vsize=1545368 CPUtime=2.66
/proc/31315/task/31320/stat : 31320 (java) S 31313 31315 31213 0 -1 4202560 319 0 0 0 261 5 0 0 15 0 13 0 31581236 1582456832 146084 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 0 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31321] ppid=31313 vsize=1545368 CPUtime=0
/proc/31315/task/31321/stat : 31321 (java) S 31313 31315 31213 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31581236 1582456832 146084 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31322] ppid=31313 vsize=1545368 CPUtime=0
/proc/31315/task/31322/stat : 31322 (java) S 31313 31315 31213 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31581236 1582456832 146084 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31323] ppid=31313 vsize=1545368 CPUtime=0
/proc/31315/task/31323/stat : 31323 (java) S 31313 31315 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31581241 1582456832 146084 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31324] ppid=31313 vsize=1545368 CPUtime=2.35
/proc/31315/task/31324/stat : 31324 (java) S 31313 31315 31213 0 -1 4202560 5692 0 0 0 233 2 0 0 15 0 13 0 31581241 1582456832 146084 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
[pid=31315/tid=31325] ppid=31313 vsize=1545368 CPUtime=2.02
/proc/31315/task/31325/stat : 31325 (java) S 31313 31315 31213 0 -1 4202560 6067 0 0 0 200 2 0 0 15 0 13 0 31581241 1582456832 146084 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31326] ppid=31313 vsize=1545368 CPUtime=0
/proc/31315/task/31326/stat : 31326 (java) S 31313 31315 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31581241 1582456832 146084 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31327] ppid=31313 vsize=1545368 CPUtime=0
/proc/31315/task/31327/stat : 31327 (java) S 31313 31315 31213 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 13 0 31581241 1582456832 146084 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31328] ppid=31313 vsize=1545368 CPUtime=0
/proc/31315/task/31328/stat : 31328 (java) S 31313 31315 31213 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 31581404 1582456832 146084 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1738.5
Current children cumulated vsize (KiB) 1545368

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/119 31386
/proc/meminfo: memFree=1211244/2059040 swapFree=4139744/4192956
[pid=31315] ppid=31313 vsize=1545368 CPUtime=1799.12
/proc/31315/stat : 31315 (java) S 31313 31315 31213 0 -1 4202496 172359 0 1 0 179793 119 0 0 18 0 13 0 31581231 1582456832 151153 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31315/statm: 386342 151153 1450 10 0 383644 0
[pid=31315/tid=31317] ppid=31313 vsize=1545368 CPUtime=1763.69
/proc/31315/task/31317/stat : 31317 (java) R 31313 31315 31213 0 -1 4202560 35545 0 1 0 176344 25 0 0 25 0 13 0 31581233 1582456832 151153 1992294400 134512640 134550932 4292427056 18446744073709551615 4110117049 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31315/tid=31318] ppid=31313 vsize=1545368 CPUtime=14.19
/proc/31315/task/31318/stat : 31318 (java) S 31313 31315 31213 0 -1 4202560 60973 0 0 0 1375 44 0 0 16 0 13 0 31581234 1582456832 151153 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31319] ppid=31313 vsize=1545368 CPUtime=14.13
/proc/31315/task/31319/stat : 31319 (java) S 31313 31315 31213 0 -1 4202560 62583 0 0 0 1376 37 0 0 15 0 13 0 31581234 1582456832 151153 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
[pid=31315/tid=31320] ppid=31313 vsize=1545368 CPUtime=2.66
/proc/31315/task/31320/stat : 31320 (java) S 31313 31315 31213 0 -1 4202560 323 0 0 0 261 5 0 0 15 0 13 0 31581236 1582456832 151153 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 0 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31321] ppid=31313 vsize=1545368 CPUtime=0
/proc/31315/task/31321/stat : 31321 (java) S 31313 31315 31213 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31581236 1582456832 151153 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31322] ppid=31313 vsize=1545368 CPUtime=0
/proc/31315/task/31322/stat : 31322 (java) S 31313 31315 31213 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31581236 1582456832 151153 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31323] ppid=31313 vsize=1545368 CPUtime=0
/proc/31315/task/31323/stat : 31323 (java) S 31313 31315 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31581241 1582456832 151153 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31324] ppid=31313 vsize=1545368 CPUtime=2.35
/proc/31315/task/31324/stat : 31324 (java) S 31313 31315 31213 0 -1 4202560 5692 0 0 0 233 2 0 0 15 0 13 0 31581241 1582456832 151153 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
[pid=31315/tid=31325] ppid=31313 vsize=1545368 CPUtime=2.02
/proc/31315/task/31325/stat : 31325 (java) S 31313 31315 31213 0 -1 4202560 6067 0 0 0 200 2 0 0 15 0 13 0 31581241 1582456832 151153 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31326] ppid=31313 vsize=1545368 CPUtime=0
/proc/31315/task/31326/stat : 31326 (java) S 31313 31315 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31581241 1582456832 151153 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31327] ppid=31313 vsize=1545368 CPUtime=0
/proc/31315/task/31327/stat : 31327 (java) S 31313 31315 31213 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 13 0 31581241 1582456832 151153 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31328] ppid=31313 vsize=1545368 CPUtime=0
/proc/31315/task/31328/stat : 31328 (java) S 31313 31315 31213 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 31581404 1582456832 151153 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1799.12
Current children cumulated vsize (KiB) 1545368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.2 s]
/proc/loadavg: 1.00 1.00 1.08 2/119 31386
/proc/meminfo: memFree=1211244/2059040 swapFree=4139744/4192956
[pid=31315] ppid=31313 vsize=1545368 CPUtime=1800.02
/proc/31315/stat : 31315 (java) S 31313 31315 31213 0 -1 4202496 172359 0 1 0 179883 119 0 0 18 0 13 0 31581231 1582456832 151153 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31315/statm: 386342 151153 1450 10 0 383644 0
[pid=31315/tid=31317] ppid=31313 vsize=1545368 CPUtime=1764.59
/proc/31315/task/31317/stat : 31317 (java) R 31313 31315 31213 0 -1 4202560 35545 0 1 0 176434 25 0 0 25 0 13 0 31581233 1582456832 151153 1992294400 134512640 134550932 4292427056 18446744073709551615 4109860357 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31315/tid=31318] ppid=31313 vsize=1545368 CPUtime=14.19
/proc/31315/task/31318/stat : 31318 (java) S 31313 31315 31213 0 -1 4202560 60973 0 0 0 1375 44 0 0 16 0 13 0 31581234 1582456832 151153 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31319] ppid=31313 vsize=1545368 CPUtime=14.13
/proc/31315/task/31319/stat : 31319 (java) S 31313 31315 31213 0 -1 4202560 62583 0 0 0 1376 37 0 0 15 0 13 0 31581234 1582456832 151153 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
[pid=31315/tid=31320] ppid=31313 vsize=1545368 CPUtime=2.66
/proc/31315/task/31320/stat : 31320 (java) S 31313 31315 31213 0 -1 4202560 323 0 0 0 261 5 0 0 15 0 13 0 31581236 1582456832 151153 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 0 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31321] ppid=31313 vsize=1545368 CPUtime=0
/proc/31315/task/31321/stat : 31321 (java) S 31313 31315 31213 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31581236 1582456832 151153 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31322] ppid=31313 vsize=1545368 CPUtime=0
/proc/31315/task/31322/stat : 31322 (java) S 31313 31315 31213 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31581236 1582456832 151153 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31323] ppid=31313 vsize=1545368 CPUtime=0
/proc/31315/task/31323/stat : 31323 (java) S 31313 31315 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31581241 1582456832 151153 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31324] ppid=31313 vsize=1545368 CPUtime=2.35
/proc/31315/task/31324/stat : 31324 (java) S 31313 31315 31213 0 -1 4202560 5692 0 0 0 233 2 0 0 15 0 13 0 31581241 1582456832 151153 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
[pid=31315/tid=31325] ppid=31313 vsize=1545368 CPUtime=2.02
/proc/31315/task/31325/stat : 31325 (java) S 31313 31315 31213 0 -1 4202560 6067 0 0 0 200 2 0 0 15 0 13 0 31581241 1582456832 151153 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31326] ppid=31313 vsize=1545368 CPUtime=0
/proc/31315/task/31326/stat : 31326 (java) S 31313 31315 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 31581241 1582456832 151153 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31327] ppid=31313 vsize=1545368 CPUtime=0
/proc/31315/task/31327/stat : 31327 (java) S 31313 31315 31213 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 13 0 31581241 1582456832 151153 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31328] ppid=31313 vsize=1545368 CPUtime=0
/proc/31315/task/31328/stat : 31328 (java) S 31313 31315 31213 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 31581404 1582456832 151153 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1545368

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

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

[startup+1783.32 s]
/proc/loadavg: 1.00 1.00 1.08 2/119 31386
/proc/meminfo: memFree=1211244/2059040 swapFree=4139744/4192956
[pid=31315] ppid=31313 vsize=1546016 CPUtime=1800.18
/proc/31315/stat : 31315 (java) S 31313 31315 31213 0 -1 4202496 172381 0 1 0 179899 119 0 0 18 0 14 0 31581231 1583120384 151175 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31315/statm: 386504 151175 1453 10 0 383806 0
[pid=31315/tid=31317] ppid=31313 vsize=1546016 CPUtime=1764.7
/proc/31315/task/31317/stat : 31317 (java) R 31313 31315 31213 0 -1 4202560 35545 0 1 0 176445 25 0 0 25 0 14 0 31581233 1583120384 151175 1992294400 134512640 134550932 4292427056 18446744073709551615 4110117547 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31315/tid=31318] ppid=31313 vsize=1546016 CPUtime=14.19
/proc/31315/task/31318/stat : 31318 (java) S 31313 31315 31213 0 -1 4202560 60973 0 0 0 1375 44 0 0 16 0 14 0 31581234 1583120384 151175 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31319] ppid=31313 vsize=1546016 CPUtime=14.13
/proc/31315/task/31319/stat : 31319 (java) S 31313 31315 31213 0 -1 4202560 62583 0 0 0 1376 37 0 0 15 0 14 0 31581234 1583120384 151175 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
[pid=31315/tid=31320] ppid=31313 vsize=1546016 CPUtime=2.66
/proc/31315/task/31320/stat : 31320 (java) S 31313 31315 31213 0 -1 4202560 323 0 0 0 261 5 0 0 15 0 14 0 31581236 1583120384 151175 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 0 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31321] ppid=31313 vsize=1546016 CPUtime=0
/proc/31315/task/31321/stat : 31321 (java) S 31313 31315 31213 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 31581236 1583120384 151175 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31322] ppid=31313 vsize=1546016 CPUtime=0
/proc/31315/task/31322/stat : 31322 (java) S 31313 31315 31213 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 31581236 1583120384 151175 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31323] ppid=31313 vsize=1546016 CPUtime=0
/proc/31315/task/31323/stat : 31323 (java) S 31313 31315 31213 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 31581241 1583120384 151175 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31324] ppid=31313 vsize=1546016 CPUtime=2.35
/proc/31315/task/31324/stat : 31324 (java) S 31313 31315 31213 0 -1 4202560 5692 0 0 0 233 2 0 0 15 0 14 0 31581241 1583120384 151175 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
[pid=31315/tid=31325] ppid=31313 vsize=1546016 CPUtime=2.06
/proc/31315/task/31325/stat : 31325 (java) S 31313 31315 31213 0 -1 4202560 6069 0 0 0 204 2 0 0 15 0 14 0 31581241 1583120384 151175 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31326] ppid=31313 vsize=1546016 CPUtime=0
/proc/31315/task/31326/stat : 31326 (java) S 31313 31315 31213 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 31581241 1583120384 151175 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31327] ppid=31313 vsize=1546016 CPUtime=0
/proc/31315/task/31327/stat : 31327 (java) S 31313 31315 31213 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 14 0 31581241 1583120384 151175 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 0 0 0 0
[pid=31315/tid=31328] ppid=31313 vsize=1546016 CPUtime=0
/proc/31315/task/31328/stat : 31328 (java) S 31313 31315 31213 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 31581404 1583120384 151175 1992294400 134512640 134550932 4292427056 18446744073709551615 4294960144 0 4 0 16800975 18446604437845586176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 1546016

Child status: 143
Real time (s): 1783.39
CPU time (s): 1800.27
CPU user time (s): 1799.01
CPU system time (s): 1.25681
CPU usage (%): 100.946
Max. virtual memory (cumulated for all children) (KiB): 1552104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.01
system time used= 1.25681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172382
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= 43266
involuntary context switches= 31858

runsolver used 3.54946 second user time and 9.69853 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-15 01:56:37
IDJOB=2660312
IDBENCH=2472
IDSOLVER=1165
FILE ID=node013/2660312-1276559797
PBS_JOBID= 11173502
Free space on /tmp= 62504 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/miplib/normalized-mps-v2-20-10-dcmulti.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660312-1276559797/watcher-2660312-1276559797 -o /tmp/evaluation-result-2660312-1276559797/solver-2660312-1276559797 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660312-1276559797.opb

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

MD5SUM BENCH= 8db02a87a2ff672cda2bdb003f710a98
RANDOM SEED=1113304198

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1814632 kB
Buffers:         50684 kB
Cached:         112916 kB
SwapCached:       6440 kB
Active:          78904 kB
Inactive:        98204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1814632 kB
SwapTotal:     4192956 kB
SwapFree:      4139744 kB
Dirty:             896 kB
Writeback:           0 kB
AnonPages:       11948 kB
Mapped:          13016 kB
Slab:            45292 kB
PageTables:       3920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180596 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= 62504 MiB
End job on node013 at 2010-06-15 02:26:23