Trace number 2660281

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.09 1783.49

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-greenbeb.opb
MD5SUMebe0bf73b5f65c9fef014886519c9815
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 variables155020
Total number of constraints2675
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2675
Minimum length of a constraint11
Maximum length of a constraint7172
Number of terms in the objective function 14882
Biggest coefficient in the objective function 536870912000000
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 12491747892670016
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 24454743822989865
Number of bits of the biggest sum of numbers55
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@b753f8
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-2660281-1276543750.opb
0.25/0.21	c reading problem ... 
9.82/7.45	c ... done. Wall clock time 7.167s.
9.82/7.45	c #vars     155020
9.82/7.45	c #constraints  53809
9.82/7.45	c constraints type 
9.82/7.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4612
1800.00/1783.41	c starts		: 1
1800.00/1783.41	c conflicts		: 151
1800.00/1783.41	c decisions		: 13615
1800.00/1783.41	c propagations		: 202530
1800.00/1783.41	c inspects		: 727312
1800.00/1783.41	c learnt literals	: 0
1800.00/1783.41	c learnt binary clauses	: 0
1800.00/1783.41	c learnt ternary clauses	: 0
1800.00/1783.41	c learnt clauses	: 150
1800.00/1783.41	c ignored clauses	: 0
1800.00/1783.41	c root simplifications	: 0
1800.00/1783.41	c removed literals (reason simplification)	: 0
1800.00/1783.41	c reason swapping (by a shorter reason)	: 0
1800.00/1783.41	c Calls to reduceDB	: 0
1800.00/1783.41	c number of reductions to clauses (during analyze)	: 0
1800.00/1783.41	c number of learned constraints concerned by reduction	: 0
1800.00/1783.41	c number of learning phase by resolution	: 0
1800.00/1783.41	c number of learning phase by cutting planes	: 0
1800.00/1783.41	c speed (assignments/second)	: 114.03478643744471
1800.00/1783.41	c non guided choices	0
1800.00/1783.41	c learnt constraints type 
1800.00/1783.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 150
1800.00/1783.41	c constraints type 
1800.00/1783.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4612
1800.00/1783.41	s UNKNOWN
1800.00/1783.41	c Total wall clock time (in seconds): 1783.207

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-2660281-1276543750/watcher-2660281-1276543750 -o /tmp/evaluation-result-2660281-1276543750/solver-2660281-1276543750 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660281-1276543750.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.93 1.98 1.66 3/106 30920
/proc/meminfo: memFree=1822544/2059040 swapFree=4136080/4192956
[pid=30920] ppid=30918 vsize=248 CPUtime=0
/proc/30920/stat : 30920 (java) R 30918 30920 30396 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 29976523 253952 28 1992294400 134512640 134550932 4289394896 18446744073709551615 2331220 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30920/statm: 62 28 21 10 0 23 0

[startup+0.0618219 s]
/proc/loadavg: 1.93 1.98 1.66 3/106 30920
/proc/meminfo: memFree=1822544/2059040 swapFree=4136080/4192956
[pid=30920] ppid=30918 vsize=1521664 CPUtime=0.04
/proc/30920/stat : 30920 (java) S 30918 30920 30396 0 -1 4202496 3637 0 1 0 2 2 0 0 18 0 7 0 29976523 1558183936 3078 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/30920/statm: 380416 3078 1030 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.100829 s]
/proc/loadavg: 1.93 1.98 1.66 3/106 30920
/proc/meminfo: memFree=1822544/2059040 swapFree=4136080/4192956
[pid=30920] ppid=30918 vsize=1524184 CPUtime=0.08
/proc/30920/stat : 30920 (java) S 30918 30920 30396 0 -1 4202496 3961 0 1 0 6 2 0 0 18 0 12 0 29976523 1560764416 3400 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30920/statm: 381046 3400 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.30073 s]
/proc/loadavg: 1.93 1.98 1.66 3/106 30920
/proc/meminfo: memFree=1822544/2059040 swapFree=4136080/4192956
[pid=30920] ppid=30918 vsize=1526400 CPUtime=0.38
/proc/30920/stat : 30920 (java) S 30918 30920 30396 0 -1 4202496 6186 0 1 0 35 3 0 0 18 0 12 0 29976523 1563033600 5623 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30920/statm: 381600 5623 1361 10 0 378902 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526400

[startup+0.70072 s]
/proc/loadavg: 1.93 1.98 1.66 3/106 30920
/proc/meminfo: memFree=1822544/2059040 swapFree=4136080/4192956
[pid=30920] ppid=30918 vsize=1527740 CPUtime=1.16
/proc/30920/stat : 30920 (java) S 30918 30920 30396 0 -1 4202496 9399 0 1 0 111 5 0 0 18 0 12 0 29976523 1564405760 8705 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30920/statm: 381935 8706 1403 10 0 379237 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1527740

[startup+1.5017 s]
/proc/loadavg: 1.93 1.98 1.66 5/118 30932
/proc/meminfo: memFree=1774212/2059040 swapFree=4136080/4192956
[pid=30920] ppid=30918 vsize=1543756 CPUtime=2.75
/proc/30920/stat : 30920 (java) S 30918 30920 30396 0 -1 4202496 26022 0 1 0 262 13 0 0 18 0 12 0 29976523 1580806144 23636 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30920/statm: 385939 23636 1407 10 0 383241 0
[pid=30920/tid=30922] ppid=30918 vsize=1543756 CPUtime=1.44
/proc/30920/task/30922/stat : 30922 (java) R 30918 30920 30396 0 -1 4202560 18836 0 1 0 135 9 0 0 18 0 12 0 29976525 1580806144 23636 1992294400 134512640 134550932 4289394896 18446744073709551615 4109256421 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30920/tid=30923] ppid=30918 vsize=1543756 CPUtime=0
/proc/30920/task/30923/stat : 30923 (java) S 30918 30920 30396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 29976526 1580806144 23636 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30924] ppid=30918 vsize=1543756 CPUtime=0
/proc/30920/task/30924/stat : 30924 (java) S 30918 30920 30396 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 29976526 1580806144 23636 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30925] ppid=30918 vsize=1543756 CPUtime=0
/proc/30920/task/30925/stat : 30925 (java) S 30918 30920 30396 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 29976528 1580806144 23636 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 0 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30926] ppid=30918 vsize=1543756 CPUtime=0
/proc/30920/task/30926/stat : 30926 (java) S 30918 30920 30396 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 29976528 1580806144 23636 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30927] ppid=30918 vsize=1543756 CPUtime=0
/proc/30920/task/30927/stat : 30927 (java) S 30918 30920 30396 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 29976528 1580806144 23636 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30928] ppid=30918 vsize=1543756 CPUtime=0
/proc/30920/task/30928/stat : 30928 (java) S 30918 30920 30396 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 29976533 1580806144 23636 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30929] ppid=30918 vsize=1543756 CPUtime=0.64
/proc/30920/task/30929/stat : 30929 (java) R 30918 30920 30396 0 -1 4202560 3432 0 0 0 63 1 0 0 18 0 12 0 29976533 1580806144 23636 1992294400 134512640 134550932 4289394896 18446744073709551615 104138083 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30920/tid=30930] ppid=30918 vsize=1543756 CPUtime=0.63
/proc/30920/task/30930/stat : 30930 (java) R 30918 30920 30396 0 -1 4202560 2692 0 0 0 62 1 0 0 18 0 12 0 29976533 1580806144 23636 1992294400 134512640 134550932 4289394896 18446744073709551615 104139979 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30920/tid=30931] ppid=30918 vsize=1543756 CPUtime=0
/proc/30920/task/30931/stat : 30931 (java) S 30918 30920 30396 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 29976533 1580806144 23636 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30932] ppid=30918 vsize=1543756 CPUtime=0
/proc/30920/task/30932/stat : 30932 (java) S 30918 30920 30396 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 29976533 1580806144 23636 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 1543756

[startup+3.10166 s]
/proc/loadavg: 1.85 1.96 1.65 2/118 30932
/proc/meminfo: memFree=1689148/2059040 swapFree=4136080/4192956
[pid=30920] ppid=30918 vsize=1541044 CPUtime=4.78
/proc/30920/stat : 30920 (java) S 30918 30920 30396 0 -1 4202496 49078 0 1 0 456 22 0 0 18 0 12 0 29976523 1578029056 44538 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30920/statm: 385261 44538 1418 10 0 382563 0
[pid=30920/tid=30922] ppid=30918 vsize=1541044 CPUtime=2.77
/proc/30920/task/30922/stat : 30922 (java) R 30918 30920 30396 0 -1 4202560 32012 0 1 0 262 15 0 0 18 0 12 0 29976525 1578029056 44538 1992294400 134512640 134550932 4289394896 18446744073709551615 4109256578 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30920/tid=30923] ppid=30918 vsize=1541044 CPUtime=0.12
/proc/30920/task/30923/stat : 30923 (java) S 30918 30920 30396 0 -1 4202560 3658 0 0 0 12 0 0 0 18 0 12 0 29976526 1578029056 44538 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30924] ppid=30918 vsize=1541044 CPUtime=0.13
/proc/30920/task/30924/stat : 30924 (java) S 30918 30920 30396 0 -1 4202560 4509 0 0 0 12 1 0 0 18 0 12 0 29976526 1578029056 44538 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30925] ppid=30918 vsize=1541044 CPUtime=0
/proc/30920/task/30925/stat : 30925 (java) S 30918 30920 30396 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 29976528 1578029056 44538 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 0 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30926] ppid=30918 vsize=1541044 CPUtime=0
/proc/30920/task/30926/stat : 30926 (java) S 30918 30920 30396 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 29976528 1578029056 44538 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30927] ppid=30918 vsize=1541044 CPUtime=0
/proc/30920/task/30927/stat : 30927 (java) S 30918 30920 30396 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 29976528 1578029056 44538 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30928] ppid=30918 vsize=1541044 CPUtime=0
/proc/30920/task/30928/stat : 30928 (java) S 30918 30920 30396 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 29976533 1578029056 44538 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30929] ppid=30918 vsize=1541044 CPUtime=0.92
/proc/30920/task/30929/stat : 30929 (java) S 30918 30920 30396 0 -1 4202560 4933 0 0 0 90 2 0 0 18 0 12 0 29976533 1578029056 44538 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30930] ppid=30918 vsize=1541044 CPUtime=0.78
/proc/30920/task/30930/stat : 30930 (java) S 30918 30920 30396 0 -1 4202560 2895 0 0 0 77 1 0 0 17 0 12 0 29976533 1578029056 44538 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30931] ppid=30918 vsize=1541044 CPUtime=0
/proc/30920/task/30931/stat : 30931 (java) S 30918 30920 30396 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 29976533 1578029056 44538 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30932] ppid=30918 vsize=1541044 CPUtime=0
/proc/30920/task/30932/stat : 30932 (java) S 30918 30920 30396 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 29976533 1578029056 44538 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 1541044

[startup+6.30058 s]
/proc/loadavg: 1.85 1.96 1.65 2/118 30932
/proc/meminfo: memFree=1586972/2059040 swapFree=4136080/4192956
[pid=30920] ppid=30918 vsize=1538332 CPUtime=8.53
/proc/30920/stat : 30920 (java) S 30918 30920 30396 0 -1 4202496 73208 0 1 0 819 34 0 0 18 0 12 0 29976523 1575251968 64787 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30920/statm: 384583 64787 1418 10 0 381885 0
[pid=30920/tid=30922] ppid=30918 vsize=1538332 CPUtime=5.39
/proc/30920/task/30922/stat : 30922 (java) R 30918 30920 30396 0 -1 4202560 32016 0 1 0 524 15 0 0 16 0 12 0 29976525 1575251968 64787 1992294400 134512640 134550932 4289394896 18446744073709551615 4109256330 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30920/tid=30923] ppid=30918 vsize=1538332 CPUtime=0.7
/proc/30920/task/30923/stat : 30923 (java) S 30918 30920 30396 0 -1 4202560 14788 0 0 0 65 5 0 0 18 0 12 0 29976526 1575251968 64787 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30924] ppid=30918 vsize=1538332 CPUtime=0.68
/proc/30920/task/30924/stat : 30924 (java) S 30918 30920 30396 0 -1 4202560 17505 0 0 0 60 8 0 0 18 0 12 0 29976526 1575251968 64787 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30925] ppid=30918 vsize=1538332 CPUtime=0
/proc/30920/task/30925/stat : 30925 (java) S 30918 30920 30396 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 29976528 1575251968 64787 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 0 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30926] ppid=30918 vsize=1538332 CPUtime=0
/proc/30920/task/30926/stat : 30926 (java) S 30918 30920 30396 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 29976528 1575251968 64787 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30927] ppid=30918 vsize=1538332 CPUtime=0
/proc/30920/task/30927/stat : 30927 (java) S 30918 30920 30396 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 29976528 1575251968 64787 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30928] ppid=30918 vsize=1538332 CPUtime=0
/proc/30920/task/30928/stat : 30928 (java) S 30918 30920 30396 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 29976533 1575251968 64787 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30929] ppid=30918 vsize=1538332 CPUtime=0.92
/proc/30920/task/30929/stat : 30929 (java) S 30918 30920 30396 0 -1 4202560 4933 0 0 0 90 2 0 0 18 0 12 0 29976533 1575251968 64787 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30930] ppid=30918 vsize=1538332 CPUtime=0.78
/proc/30920/task/30930/stat : 30930 (java) S 30918 30920 30396 0 -1 4202560 2895 0 0 0 77 1 0 0 17 0 12 0 29976533 1575251968 64787 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30931] ppid=30918 vsize=1538332 CPUtime=0
/proc/30920/task/30931/stat : 30931 (java) S 30918 30920 30396 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 29976533 1575251968 64787 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30932] ppid=30918 vsize=1538332 CPUtime=0
/proc/30920/task/30932/stat : 30932 (java) S 30918 30920 30396 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 29976533 1575251968 64787 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.53
Current children cumulated vsize (KiB) 1538332

[startup+12.7014 s]
/proc/loadavg: 1.86 1.96 1.66 2/119 30933
/proc/meminfo: memFree=1514920/2059040 swapFree=4136080/4192956
[pid=30920] ppid=30918 vsize=1533948 CPUtime=16.89
/proc/30920/stat : 30920 (java) S 30918 30920 30396 0 -1 4202496 89368 0 1 0 1644 45 0 0 18 0 13 0 29976523 1570762752 78001 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30920/statm: 383487 78001 1440 10 0 380789 0
[pid=30920/tid=30922] ppid=30918 vsize=1533948 CPUtime=11.06
/proc/30920/task/30922/stat : 30922 (java) R 30918 30920 30396 0 -1 4202560 32089 0 1 0 1090 16 0 0 18 0 13 0 29976525 1570762752 78001 1992294400 134512640 134550932 4289394896 18446744073709551615 4109794819 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30920/tid=30923] ppid=30918 vsize=1533948 CPUtime=1.26
/proc/30920/task/30923/stat : 30923 (java) S 30918 30920 30396 0 -1 4202560 21261 0 0 0 117 9 0 0 15 0 13 0 29976526 1570762752 78001 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30924] ppid=30918 vsize=1533948 CPUtime=1.28
/proc/30920/task/30924/stat : 30924 (java) S 30918 30920 30396 0 -1 4202560 26889 0 0 0 113 15 0 0 15 0 13 0 29976526 1570762752 78001 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30925] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30925/stat : 30925 (java) S 30918 30920 30396 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 29976528 1570762752 78001 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 0 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30926] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30926/stat : 30926 (java) S 30918 30920 30396 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29976528 1570762752 78001 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30927] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30927/stat : 30927 (java) S 30918 30920 30396 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29976528 1570762752 78001 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30928] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30928/stat : 30928 (java) S 30918 30920 30396 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 29976533 1570762752 78001 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30929] ppid=30918 vsize=1533948 CPUtime=1.8
/proc/30920/task/30929/stat : 30929 (java) S 30918 30920 30396 0 -1 4202560 4996 0 0 0 178 2 0 0 15 0 13 0 29976533 1570762752 78001 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30930] ppid=30918 vsize=1533948 CPUtime=1.44
/proc/30920/task/30930/stat : 30930 (java) S 30918 30920 30396 0 -1 4202560 3058 0 0 0 143 1 0 0 16 0 13 0 29976533 1570762752 78001 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30931] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30931/stat : 30931 (java) S 30918 30920 30396 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 29976533 1570762752 78001 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30932] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30932/stat : 30932 (java) S 30918 30920 30396 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 29976533 1570762752 78001 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30933] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30933/stat : 30933 (java) S 30918 30920 30396 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 29977375 1570762752 78001 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.89
Current children cumulated vsize (KiB) 1533948

[startup+25.5012 s]
/proc/loadavg: 1.67 1.91 1.64 2/119 30933
/proc/meminfo: memFree=1514920/2059040 swapFree=4136080/4192956
[pid=30920] ppid=30918 vsize=1533948 CPUtime=29.71
/proc/30920/stat : 30920 (java) S 30918 30920 30396 0 -1 4202496 89407 0 1 0 2922 49 0 0 18 0 13 0 29976523 1570762752 78003 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30920/statm: 383487 78003 1440 10 0 380789 0
[pid=30920/tid=30922] ppid=30918 vsize=1533948 CPUtime=23.61
/proc/30920/task/30922/stat : 30922 (java) R 30918 30920 30396 0 -1 4202560 32128 0 1 0 2345 16 0 0 25 0 13 0 29976525 1570762752 78003 1992294400 134512640 134550932 4289394896 18446744073709551615 4109379177 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30920/tid=30923] ppid=30918 vsize=1533948 CPUtime=1.39
/proc/30920/task/30923/stat : 30923 (java) S 30918 30920 30396 0 -1 4202560 21261 0 0 0 129 10 0 0 15 0 13 0 29976526 1570762752 78003 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30924] ppid=30918 vsize=1533948 CPUtime=1.41
/proc/30920/task/30924/stat : 30924 (java) S 30918 30920 30396 0 -1 4202560 26889 0 0 0 124 17 0 0 15 0 13 0 29976526 1570762752 78003 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30925] ppid=30918 vsize=1533948 CPUtime=0.01
/proc/30920/task/30925/stat : 30925 (java) S 30918 30920 30396 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 13 0 29976528 1570762752 78003 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 0 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30926] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30926/stat : 30926 (java) S 30918 30920 30396 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29976528 1570762752 78003 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30927] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30927/stat : 30927 (java) S 30918 30920 30396 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29976528 1570762752 78003 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30928] ppid=30918 vsize=1533948 CPUtime=0

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

[pid=30920] ppid=30918 vsize=1533948 CPUtime=1617.01
/proc/30920/stat : 30920 (java) S 30918 30920 30396 0 -1 4202496 130697 0 1 0 161405 296 0 0 18 0 13 0 29976523 1570762752 113044 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30920/statm: 383487 113044 1444 10 0 380789 0
[pid=30920/tid=30922] ppid=30918 vsize=1533948 CPUtime=1576.77
/proc/30920/task/30922/stat : 30922 (java) R 30918 30920 30396 0 -1 4202560 35036 0 1 0 157648 29 0 0 25 0 13 0 29976525 1570762752 113044 1992294400 134512640 134550932 4289394896 18446744073709551615 4109380485 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30920/tid=30923] ppid=30918 vsize=1533948 CPUtime=18.05
/proc/30920/task/30923/stat : 30923 (java) S 30918 30920 30396 0 -1 4202560 39793 0 0 0 1684 121 0 0 16 0 13 0 29976526 1570762752 113044 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30924] ppid=30918 vsize=1533948 CPUtime=17.93
/proc/30920/task/30924/stat : 30924 (java) S 30918 30920 30396 0 -1 4202560 46382 0 0 0 1667 126 0 0 16 0 13 0 29976526 1570762752 113044 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30925] ppid=30918 vsize=1533948 CPUtime=0.43
/proc/30920/task/30925/stat : 30925 (java) S 30918 30920 30396 0 -1 4202560 104 0 0 0 29 14 0 0 15 0 13 0 29976528 1570762752 113044 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 0 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30926] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30926/stat : 30926 (java) S 30918 30920 30396 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29976528 1570762752 113044 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30927] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30927/stat : 30927 (java) S 30918 30920 30396 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29976528 1570762752 113044 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30928] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30928/stat : 30928 (java) S 30918 30920 30396 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 29976533 1570762752 113044 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30929] ppid=30918 vsize=1533948 CPUtime=2.2
/proc/30920/task/30929/stat : 30929 (java) S 30918 30920 30396 0 -1 4202560 5018 0 0 0 218 2 0 0 16 0 13 0 29976533 1570762752 113044 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30930] ppid=30918 vsize=1533948 CPUtime=1.56
/proc/30920/task/30930/stat : 30930 (java) S 30918 30920 30396 0 -1 4202560 3208 0 0 0 155 1 0 0 15 0 13 0 29976533 1570762752 113044 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30931] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30931/stat : 30931 (java) S 30918 30920 30396 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 29976533 1570762752 113044 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30932] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30932/stat : 30932 (java) S 30918 30920 30396 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 13 0 29976533 1570762752 113044 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30933] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30933/stat : 30933 (java) S 30918 30920 30396 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 29977375 1570762752 113044 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1617.01
Current children cumulated vsize (KiB) 1533948

[startup+1662.3 s]
/proc/loadavg: 0.99 1.00 1.08 2/119 30977
/proc/meminfo: memFree=1351736/2059040 swapFree=4136080/4192956
[pid=30920] ppid=30918 vsize=1533948 CPUtime=1677.69
/proc/30920/stat : 30920 (java) S 30918 30920 30396 0 -1 4202496 136797 0 1 0 167463 306 0 0 18 0 13 0 29976523 1570762752 118286 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30920/statm: 383487 118286 1444 10 0 380789 0
[pid=30920/tid=30922] ppid=30918 vsize=1533948 CPUtime=1635.81
/proc/30920/task/30922/stat : 30922 (java) R 30918 30920 30396 0 -1 4202560 35130 0 1 0 163552 29 0 0 25 0 13 0 29976525 1570762752 118286 1992294400 134512640 134550932 4289394896 18446744073709551615 4109798684 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30920/tid=30923] ppid=30918 vsize=1533948 CPUtime=18.84
/proc/30920/task/30923/stat : 30923 (java) S 30918 30920 30396 0 -1 4202560 42873 0 0 0 1760 124 0 0 15 0 13 0 29976526 1570762752 118286 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30924] ppid=30918 vsize=1533948 CPUtime=18.75
/proc/30920/task/30924/stat : 30924 (java) S 30918 30920 30396 0 -1 4202560 49300 0 0 0 1744 131 0 0 15 0 13 0 29976526 1570762752 118286 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30925] ppid=30918 vsize=1533948 CPUtime=0.45
/proc/30920/task/30925/stat : 30925 (java) S 30918 30920 30396 0 -1 4202560 108 0 0 0 30 15 0 0 16 0 13 0 29976528 1570762752 118286 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 0 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30926] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30926/stat : 30926 (java) S 30918 30920 30396 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29976528 1570762752 118286 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30927] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30927/stat : 30927 (java) S 30918 30920 30396 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29976528 1570762752 118286 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30928] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30928/stat : 30928 (java) S 30918 30920 30396 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 29976533 1570762752 118286 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30929] ppid=30918 vsize=1533948 CPUtime=2.2
/proc/30920/task/30929/stat : 30929 (java) S 30918 30920 30396 0 -1 4202560 5018 0 0 0 218 2 0 0 16 0 13 0 29976533 1570762752 118286 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30930] ppid=30918 vsize=1533948 CPUtime=1.56
/proc/30920/task/30930/stat : 30930 (java) S 30918 30920 30396 0 -1 4202560 3208 0 0 0 155 1 0 0 15 0 13 0 29976533 1570762752 118286 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30931] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30931/stat : 30931 (java) S 30918 30920 30396 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 29976533 1570762752 118286 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30932] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30932/stat : 30932 (java) S 30918 30920 30396 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 13 0 29976533 1570762752 118286 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30933] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30933/stat : 30933 (java) S 30918 30920 30396 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 29977375 1570762752 118286 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1677.69
Current children cumulated vsize (KiB) 1533948

[startup+1722.3 s]
/proc/loadavg: 0.99 1.00 1.07 2/119 30979
/proc/meminfo: memFree=1351116/2059040 swapFree=4136080/4192956
[pid=30920] ppid=30918 vsize=1533948 CPUtime=1738.31
/proc/30920/stat : 30920 (java) S 30918 30920 30396 0 -1 4202496 137067 0 1 0 173517 314 0 0 18 0 13 0 29976523 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30920/statm: 383487 118433 1444 10 0 380789 0
[pid=30920/tid=30922] ppid=30918 vsize=1533948 CPUtime=1694.92
/proc/30920/task/30922/stat : 30922 (java) R 30918 30920 30396 0 -1 4202560 35227 0 1 0 169462 30 0 0 25 0 13 0 29976525 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4109794287 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30920/tid=30923] ppid=30918 vsize=1533948 CPUtime=19.61
/proc/30920/task/30923/stat : 30923 (java) S 30918 30920 30396 0 -1 4202560 42935 0 0 0 1833 128 0 0 15 0 13 0 29976526 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30924] ppid=30918 vsize=1533948 CPUtime=19.48
/proc/30920/task/30924/stat : 30924 (java) S 30918 30920 30396 0 -1 4202560 49403 0 0 0 1814 134 0 0 16 0 13 0 29976526 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30925] ppid=30918 vsize=1533948 CPUtime=0.46
/proc/30920/task/30925/stat : 30925 (java) S 30918 30920 30396 0 -1 4202560 112 0 0 0 31 15 0 0 15 0 13 0 29976528 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 0 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30926] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30926/stat : 30926 (java) S 30918 30920 30396 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29976528 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30927] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30927/stat : 30927 (java) S 30918 30920 30396 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29976528 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30928] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30928/stat : 30928 (java) S 30918 30920 30396 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 29976533 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30929] ppid=30918 vsize=1533948 CPUtime=2.2
/proc/30920/task/30929/stat : 30929 (java) S 30918 30920 30396 0 -1 4202560 5018 0 0 0 218 2 0 0 16 0 13 0 29976533 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30930] ppid=30918 vsize=1533948 CPUtime=1.56
/proc/30920/task/30930/stat : 30930 (java) S 30918 30920 30396 0 -1 4202560 3208 0 0 0 155 1 0 0 15 0 13 0 29976533 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30931] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30931/stat : 30931 (java) S 30918 30920 30396 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 29976533 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30932] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30932/stat : 30932 (java) S 30918 30920 30396 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 29976533 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30933] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30933/stat : 30933 (java) S 30918 30920 30396 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 29977375 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1738.31
Current children cumulated vsize (KiB) 1533948

[startup+1782.3 s]
/proc/loadavg: 1.08 1.03 1.08 2/119 30981
/proc/meminfo: memFree=1350992/2059040 swapFree=4136080/4192956
[pid=30920] ppid=30918 vsize=1533948 CPUtime=1798.89
/proc/30920/stat : 30920 (java) S 30918 30920 30396 0 -1 4202496 137169 0 1 0 179568 321 0 0 18 0 13 0 29976523 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30920/statm: 383487 118433 1444 10 0 380789 0
[pid=30920/tid=30922] ppid=30918 vsize=1533948 CPUtime=1754.03
/proc/30920/task/30922/stat : 30922 (java) R 30918 30920 30396 0 -1 4202560 35321 0 1 0 175373 30 0 0 25 0 13 0 29976525 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4109378803 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30920/tid=30923] ppid=30918 vsize=1533948 CPUtime=20.32
/proc/30920/task/30923/stat : 30923 (java) S 30918 30920 30396 0 -1 4202560 42935 0 0 0 1901 131 0 0 15 0 13 0 29976526 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30924] ppid=30918 vsize=1533948 CPUtime=20.22
/proc/30920/task/30924/stat : 30924 (java) S 30918 30920 30396 0 -1 4202560 49403 0 0 0 1885 137 0 0 15 0 13 0 29976526 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30925] ppid=30918 vsize=1533948 CPUtime=0.48
/proc/30920/task/30925/stat : 30925 (java) S 30918 30920 30396 0 -1 4202560 116 0 0 0 33 15 0 0 16 0 13 0 29976528 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 0 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30926] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30926/stat : 30926 (java) S 30918 30920 30396 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29976528 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30927] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30927/stat : 30927 (java) S 30918 30920 30396 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29976528 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30928] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30928/stat : 30928 (java) S 30918 30920 30396 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 29976533 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30929] ppid=30918 vsize=1533948 CPUtime=2.2
/proc/30920/task/30929/stat : 30929 (java) S 30918 30920 30396 0 -1 4202560 5018 0 0 0 218 2 0 0 16 0 13 0 29976533 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30930] ppid=30918 vsize=1533948 CPUtime=1.56
/proc/30920/task/30930/stat : 30930 (java) S 30918 30920 30396 0 -1 4202560 3208 0 0 0 155 1 0 0 15 0 13 0 29976533 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30931] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30931/stat : 30931 (java) S 30918 30920 30396 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 29976533 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30932] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30932/stat : 30932 (java) S 30918 30920 30396 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 29976533 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30933] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30933/stat : 30933 (java) S 30918 30920 30396 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 29977375 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1798.89
Current children cumulated vsize (KiB) 1533948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.4 s]
/proc/loadavg: 1.08 1.03 1.08 2/119 30981
/proc/meminfo: memFree=1350992/2059040 swapFree=4136080/4192956
[pid=30920] ppid=30918 vsize=1533948 CPUtime=1800
/proc/30920/stat : 30920 (java) S 30918 30920 30396 0 -1 4202496 137170 0 1 0 179679 321 0 0 18 0 13 0 29976523 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30920/statm: 383487 118433 1444 10 0 380789 0
[pid=30920/tid=30922] ppid=30918 vsize=1533948 CPUtime=1755.13
/proc/30920/task/30922/stat : 30922 (java) R 30918 30920 30396 0 -1 4202560 35322 0 1 0 175483 30 0 0 25 0 13 0 29976525 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4109379307 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30920/tid=30923] ppid=30918 vsize=1533948 CPUtime=20.32
/proc/30920/task/30923/stat : 30923 (java) S 30918 30920 30396 0 -1 4202560 42935 0 0 0 1901 131 0 0 16 0 13 0 29976526 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30924] ppid=30918 vsize=1533948 CPUtime=20.22
/proc/30920/task/30924/stat : 30924 (java) S 30918 30920 30396 0 -1 4202560 49403 0 0 0 1885 137 0 0 15 0 13 0 29976526 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30925] ppid=30918 vsize=1533948 CPUtime=0.48
/proc/30920/task/30925/stat : 30925 (java) S 30918 30920 30396 0 -1 4202560 116 0 0 0 33 15 0 0 15 0 13 0 29976528 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 0 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30926] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30926/stat : 30926 (java) S 30918 30920 30396 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29976528 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30927] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30927/stat : 30927 (java) S 30918 30920 30396 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29976528 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30928] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30928/stat : 30928 (java) S 30918 30920 30396 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 29976533 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30929] ppid=30918 vsize=1533948 CPUtime=2.2
/proc/30920/task/30929/stat : 30929 (java) S 30918 30920 30396 0 -1 4202560 5018 0 0 0 218 2 0 0 16 0 13 0 29976533 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 1 0 0 0
[pid=30920/tid=30930] ppid=30918 vsize=1533948 CPUtime=1.56
/proc/30920/task/30930/stat : 30930 (java) S 30918 30920 30396 0 -1 4202560 3208 0 0 0 155 1 0 0 15 0 13 0 29976533 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30931] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30931/stat : 30931 (java) S 30918 30920 30396 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 29976533 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30932] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30932/stat : 30932 (java) S 30918 30920 30396 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 29976533 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
[pid=30920/tid=30933] ppid=30918 vsize=1533948 CPUtime=0
/proc/30920/task/30933/stat : 30933 (java) S 30918 30920 30396 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 29977375 1570762752 118433 1992294400 134512640 134550932 4289394896 18446744073709551615 4294960144 0 4 0 16800975 18446604437846105024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1533948

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

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

Child status: 143
Real time (s): 1783.49
CPU time (s): 1800.09
CPU user time (s): 1796.83
CPU system time (s): 3.2625
CPU usage (%): 100.931
Max. virtual memory (cumulated for all children) (KiB): 1543756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.83
system time used= 3.2625
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137191
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= 72889
involuntary context switches= 43425

runsolver used 3.70544 second user time and 9.61554 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-14 21:29:11
IDJOB=2660281
IDBENCH=2383
IDSOLVER=1165
FILE ID=node014/2660281-1276543750
PBS_JOBID= 11173468
Free space on /tmp= 62492 MiB

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

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

MD5SUM BENCH= ebe0bf73b5f65c9fef014886519c9815
RANDOM SEED=645416650

node014.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1822568 kB
Buffers:         28940 kB
Cached:         119140 kB
SwapCached:      11452 kB
Active:          85168 kB
Inactive:        77340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1822568 kB
SwapTotal:     4192956 kB
SwapFree:      4136080 kB
Dirty:           14664 kB
Writeback:           0 kB
AnonPages:       11536 kB
Mapped:           9300 kB
Slab:            51812 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182480 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= 62492 MiB
End job on node014 at 2010-06-14 21:58:57