Trace number 2660264

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.31 1757.88

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos6.opb
MD5SUM2a04555106a68acba17fb5820db41df1
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 variables21720
Total number of constraints1036
Number of constraints which are clauses48
Number of constraints which are cardinality constraints (but not clauses)755
Number of constraints which are nor clauses,nor cardinality constraints233
Minimum length of a constraint6
Maximum length of a constraint840
Number of terms in the objective function 6690
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 239444426529
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 239444426529
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/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@16fd0b7
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-2660264-1276530706.opb
0.23/0.21	c reading problem ... 
3.48/2.36	c ... done. Wall clock time 2.147s.
3.48/2.36	c #vars     21720
3.48/2.36	c #constraints  1259
3.48/2.36	c constraints type 
3.48/2.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 48
3.48/2.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 755
3.48/2.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 456
130.63/125.12	c cleaning 0 clauses out of 5003 with flag 0/5003
502.74/493.21	c cleaning 0 clauses out of 11001 with flag 0/11001
1195.92/1171.68	c cleaning 0 clauses out of 18000 with flag 0/18000
1800.06/1757.72	c starts		: 51
1800.06/1757.72	c conflicts		: 22696
1800.06/1757.72	c decisions		: 52072
1800.06/1757.72	c propagations		: 296711
1800.06/1757.72	c inspects		: 376100207
1800.06/1757.72	c learnt literals	: 0
1800.06/1757.72	c learnt binary clauses	: 0
1800.06/1757.72	c learnt ternary clauses	: 0
1800.06/1757.72	c learnt clauses	: 22696
1800.06/1757.72	c ignored clauses	: 0
1800.06/1757.72	c root simplifications	: 0
1800.06/1757.72	c removed literals (reason simplification)	: 0
1800.06/1757.72	c reason swapping (by a shorter reason)	: 0
1800.06/1757.72	c Calls to reduceDB	: 3
1800.06/1757.72	c number of reductions to clauses (during analyze)	: 0
1800.06/1757.72	c number of learned constraints concerned by reduction	: 0
1800.06/1757.72	c number of learning phase by resolution	: 0
1800.06/1757.72	c number of learning phase by cutting planes	: 0
1800.06/1757.72	c speed (assignments/second)	: 169.03132745913803
1800.06/1757.72	c non guided choices	11058
1800.06/1757.80	c learnt constraints type 
1800.06/1757.80	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2814
1800.06/1757.80	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
1800.06/1757.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19879
1800.06/1757.80	c constraints type 
1800.06/1757.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 48
1800.06/1757.80	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 755
1800.06/1757.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 456
1800.06/1757.80	s UNKNOWN
1800.06/1757.80	c Total wall clock time (in seconds): 1757.593

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-2660264-1276530706/watcher-2660264-1276530706 -o /tmp/evaluation-result-2660264-1276530706/solver-2660264-1276530706 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660264-1276530706.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.02 1.98 1.64 3/106 31174
/proc/meminfo: memFree=1849960/2059040 swapFree=4140012/4192956
[pid=31174] ppid=31172 vsize=248 CPUtime=0
/proc/31174/stat : 31174 (java) R 31172 31174 30440 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 28674256 253952 28 1992294400 134512640 134550932 4292814304 18446744073709551615 2679380 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31174/statm: 62 28 21 10 0 23 0

[startup+0.0400869 s]
/proc/loadavg: 2.02 1.98 1.64 3/106 31174
/proc/meminfo: memFree=1849960/2059040 swapFree=4140012/4192956
[pid=31174] ppid=31172 vsize=1520328 CPUtime=0.03
/proc/31174/stat : 31174 (java) S 31172 31174 30440 0 -1 4202496 3349 0 1 0 1 2 0 0 18 0 4 0 28674256 1556815872 2791 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/31174/statm: 380082 2791 945 10 0 377392 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1520328

[startup+0.101093 s]
/proc/loadavg: 2.02 1.98 1.64 3/106 31174
/proc/meminfo: memFree=1849960/2059040 swapFree=4140012/4192956
[pid=31174] ppid=31172 vsize=1524184 CPUtime=0.09
/proc/31174/stat : 31174 (java) S 31172 31174 30440 0 -1 4202496 3966 0 1 0 6 3 0 0 18 0 12 0 28674256 1560764416 3404 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31174/statm: 381046 3404 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.310491 s]
/proc/loadavg: 2.02 1.98 1.64 3/106 31174
/proc/meminfo: memFree=1849960/2059040 swapFree=4140012/4192956
[pid=31174] ppid=31172 vsize=1526724 CPUtime=0.39
/proc/31174/stat : 31174 (java) S 31172 31174 30440 0 -1 4202496 5534 0 1 0 35 4 0 0 18 0 12 0 28674256 1563365376 4970 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31174/statm: 381681 4970 1369 10 0 378983 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526724

[startup+0.701168 s]
/proc/loadavg: 2.02 1.98 1.64 3/106 31174
/proc/meminfo: memFree=1849960/2059040 swapFree=4140012/4192956
[pid=31174] ppid=31172 vsize=1527900 CPUtime=1.1
/proc/31174/stat : 31174 (java) S 31172 31174 30440 0 -1 4202496 8153 0 1 0 105 5 0 0 18 0 12 0 28674256 1564569600 7541 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31174/statm: 381975 7541 1406 10 0 379277 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1527900

[startup+1.50125 s]
/proc/loadavg: 2.02 1.98 1.64 3/118 31186
/proc/meminfo: memFree=1794500/2059040 swapFree=4140012/4192956
[pid=31174] ppid=31172 vsize=1539156 CPUtime=2.58
/proc/31174/stat : 31174 (java) S 31172 31174 30440 0 -1 4202496 28341 0 1 0 245 13 0 0 18 0 12 0 28674256 1576095744 25919 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31174/statm: 384789 25919 1407 10 0 382091 0
[pid=31174/tid=31176] ppid=31172 vsize=1539156 CPUtime=1.45
/proc/31174/task/31176/stat : 31176 (java) R 31172 31174 30440 0 -1 4202560 21638 0 1 0 135 10 0 0 25 0 12 0 28674257 1576095744 25919 1992294400 134512640 134550932 4292814304 18446744073709551615 4109700698 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31174/tid=31177] ppid=31172 vsize=1539156 CPUtime=0
/proc/31174/task/31177/stat : 31177 (java) S 31172 31174 30440 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 28674259 1576095744 25919 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31178] ppid=31172 vsize=1539156 CPUtime=0
/proc/31174/task/31178/stat : 31178 (java) S 31172 31174 30440 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 28674259 1576095744 25920 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31179] ppid=31172 vsize=1539156 CPUtime=0
/proc/31174/task/31179/stat : 31179 (java) S 31172 31174 30440 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28674260 1576095744 25922 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 0 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
[pid=31174/tid=31180] ppid=31172 vsize=1539156 CPUtime=0
/proc/31174/task/31180/stat : 31180 (java) S 31172 31174 30440 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 28674261 1576095744 25925 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31181] ppid=31172 vsize=1539156 CPUtime=0
/proc/31174/task/31181/stat : 31181 (java) S 31172 31174 30440 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 28674261 1576095744 25928 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31182] ppid=31172 vsize=1539156 CPUtime=0
/proc/31174/task/31182/stat : 31182 (java) S 31172 31174 30440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28674265 1576095744 25931 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31183] ppid=31172 vsize=1539156 CPUtime=0.57
/proc/31174/task/31183/stat : 31183 (java) S 31172 31174 30440 0 -1 4202560 4318 0 0 0 56 1 0 0 18 0 12 0 28674265 1576095744 25933 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31184] ppid=31172 vsize=1539156 CPUtime=0.53
/proc/31174/task/31184/stat : 31184 (java) S 31172 31174 30440 0 -1 4202560 1319 0 0 0 53 0 0 0 16 0 12 0 28674265 1576095744 25936 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31185] ppid=31172 vsize=1539156 CPUtime=0
/proc/31174/task/31185/stat : 31185 (java) S 31172 31174 30440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 28674265 1576095744 25938 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31186] ppid=31172 vsize=1539156 CPUtime=0
/proc/31174/task/31186/stat : 31186 (java) S 31172 31174 30440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28674265 1576095744 25938 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 1539156

[startup+3.11737 s]
/proc/loadavg: 2.01 1.98 1.64 2/118 31186
/proc/meminfo: memFree=1693812/2059040 swapFree=4140012/4192956
[pid=31174] ppid=31172 vsize=1540880 CPUtime=5.04
/proc/31174/stat : 31174 (java) S 31172 31174 30440 0 -1 4202496 43783 0 1 0 486 18 0 0 18 0 13 0 28674256 1577861120 40726 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31174/statm: 385220 40726 1438 10 0 382522 0
[pid=31174/tid=31176] ppid=31172 vsize=1540880 CPUtime=3
/proc/31174/task/31176/stat : 31176 (java) R 31172 31174 30440 0 -1 4202560 32058 0 1 0 286 14 0 0 25 0 13 0 28674257 1577861120 40726 1992294400 134512640 134550932 4292814304 18446744073709551615 4109346759 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31174/tid=31177] ppid=31172 vsize=1540880 CPUtime=0.07
/proc/31174/task/31177/stat : 31177 (java) S 31172 31174 30440 0 -1 4202560 2008 0 0 0 7 0 0 0 18 0 13 0 28674259 1577861120 40726 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31178] ppid=31172 vsize=1540880 CPUtime=0.07
/proc/31174/task/31178/stat : 31178 (java) S 31172 31174 30440 0 -1 4202560 1930 0 0 0 7 0 0 0 18 0 13 0 28674259 1577861120 40726 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
[pid=31174/tid=31179] ppid=31172 vsize=1540880 CPUtime=0
/proc/31174/task/31179/stat : 31179 (java) S 31172 31174 30440 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 28674260 1577861120 40726 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 0 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
[pid=31174/tid=31180] ppid=31172 vsize=1540880 CPUtime=0
/proc/31174/task/31180/stat : 31180 (java) S 31172 31174 30440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28674261 1577861120 40726 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31181] ppid=31172 vsize=1540880 CPUtime=0
/proc/31174/task/31181/stat : 31181 (java) S 31172 31174 30440 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28674261 1577861120 40726 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31182] ppid=31172 vsize=1540880 CPUtime=0
/proc/31174/task/31182/stat : 31182 (java) S 31172 31174 30440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28674265 1577861120 40726 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31183] ppid=31172 vsize=1540880 CPUtime=0.92
/proc/31174/task/31183/stat : 31183 (java) R 31172 31174 30440 0 -1 4202560 4966 0 0 0 91 1 0 0 17 0 13 0 28674265 1577861120 40726 1992294400 134512640 134550932 4292814304 18446744073709551615 105499130 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31174/tid=31184] ppid=31172 vsize=1540880 CPUtime=0.93
/proc/31174/task/31184/stat : 31184 (java) S 31172 31174 30440 0 -1 4202560 1745 0 0 0 93 0 0 0 15 0 13 0 28674265 1577861120 40726 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31185] ppid=31172 vsize=1540880 CPUtime=0
/proc/31174/task/31185/stat : 31185 (java) S 31172 31174 30440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28674265 1577861120 40726 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31186] ppid=31172 vsize=1540880 CPUtime=0
/proc/31174/task/31186/stat : 31186 (java) S 31172 31174 30440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28674265 1577861120 40726 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 1540880

[startup+6.3018 s]
/proc/loadavg: 2.01 1.98 1.64 3/119 31187
/proc/meminfo: memFree=1665532/2059040 swapFree=4140012/4192956
[pid=31174] ppid=31172 vsize=1544656 CPUtime=10.1
/proc/31174/stat : 31174 (java) S 31172 31174 30440 0 -1 4202496 53612 0 1 0 986 24 0 0 18 0 13 0 28674256 1581727744 48260 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31174/statm: 386164 48260 1444 10 0 383466 0
[pid=31174/tid=31176] ppid=31172 vsize=1544656 CPUtime=5.78
/proc/31174/task/31176/stat : 31176 (java) R 31172 31174 30440 0 -1 4202560 32078 0 1 0 564 14 0 0 25 0 13 0 28674257 1581727744 48260 1992294400 134512640 134550932 4292814304 18446744073709551615 4109732420 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31174/tid=31177] ppid=31172 vsize=1544656 CPUtime=0.29
/proc/31174/task/31177/stat : 31177 (java) S 31172 31174 30440 0 -1 4202560 5113 0 0 0 27 2 0 0 16 0 13 0 28674259 1581727744 48260 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
[pid=31174/tid=31178] ppid=31172 vsize=1544656 CPUtime=0.34
/proc/31174/task/31178/stat : 31178 (java) S 31172 31174 30440 0 -1 4202560 5553 0 0 0 32 2 0 0 16 0 13 0 28674259 1581727744 48260 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
[pid=31174/tid=31179] ppid=31172 vsize=1544656 CPUtime=0
/proc/31174/task/31179/stat : 31179 (java) S 31172 31174 30440 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 28674260 1581727744 48260 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 0 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
[pid=31174/tid=31180] ppid=31172 vsize=1544656 CPUtime=0
/proc/31174/task/31180/stat : 31180 (java) S 31172 31174 30440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28674261 1581727744 48260 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31181] ppid=31172 vsize=1544656 CPUtime=0
/proc/31174/task/31181/stat : 31181 (java) S 31172 31174 30440 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28674261 1581727744 48260 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31182] ppid=31172 vsize=1544656 CPUtime=0
/proc/31174/task/31182/stat : 31182 (java) S 31172 31174 30440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28674265 1581727744 48260 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31183] ppid=31172 vsize=1544656 CPUtime=1.74
/proc/31174/task/31183/stat : 31183 (java) S 31172 31174 30440 0 -1 4202560 5054 0 0 0 173 1 0 0 16 0 13 0 28674265 1581727744 48260 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
[pid=31174/tid=31184] ppid=31172 vsize=1544656 CPUtime=1.87
/proc/31174/task/31184/stat : 31184 (java) S 31172 31174 30440 0 -1 4202560 4734 0 0 0 186 1 0 0 16 0 13 0 28674265 1581727744 48260 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31185] ppid=31172 vsize=1544656 CPUtime=0
/proc/31174/task/31185/stat : 31185 (java) S 31172 31174 30440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28674265 1581727744 48260 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31186] ppid=31172 vsize=1544656 CPUtime=0
/proc/31174/task/31186/stat : 31186 (java) S 31172 31174 30440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28674265 1581727744 48260 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
[pid=31174/tid=31187] ppid=31172 vsize=1544656 CPUtime=0
/proc/31174/task/31187/stat : 31187 (java) S 31172 31174 30440 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 28674523 1581727744 48260 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.1
Current children cumulated vsize (KiB) 1544656

[startup+12.7015 s]
/proc/loadavg: 1.86 1.95 1.63 2/119 31187
/proc/meminfo: memFree=1642468/2059040 swapFree=4140012/4192956
[pid=31174] ppid=31172 vsize=1541780 CPUtime=16.91
/proc/31174/stat : 31174 (java) S 31172 31174 30440 0 -1 4202496 61067 0 1 0 1664 27 0 0 18 0 13 0 28674256 1578782720 53203 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31174/statm: 385445 53203 1444 10 0 382747 0
[pid=31174/tid=31176] ppid=31172 vsize=1541780 CPUtime=11.98
/proc/31174/task/31176/stat : 31176 (java) R 31172 31174 30440 0 -1 4202560 32094 0 1 0 1184 14 0 0 21 0 13 0 28674257 1578782720 53203 1992294400 134512640 134550932 4292814304 18446744073709551615 4110129085 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31174/tid=31177] ppid=31172 vsize=1541780 CPUtime=0.46
/proc/31174/task/31177/stat : 31177 (java) S 31172 31174 30440 0 -1 4202560 8823 0 0 0 43 3 0 0 16 0 13 0 28674259 1578782720 53203 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31178] ppid=31172 vsize=1541780 CPUtime=0.52
/proc/31174/task/31178/stat : 31178 (java) S 31172 31174 30440 0 -1 4202560 8607 0 0 0 49 3 0 0 16 0 13 0 28674259 1578782720 53203 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
[pid=31174/tid=31179] ppid=31172 vsize=1541780 CPUtime=0
/proc/31174/task/31179/stat : 31179 (java) S 31172 31174 30440 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 28674260 1578782720 53203 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 0 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
[pid=31174/tid=31180] ppid=31172 vsize=1541780 CPUtime=0
/proc/31174/task/31180/stat : 31180 (java) S 31172 31174 30440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28674261 1578782720 53203 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31181] ppid=31172 vsize=1541780 CPUtime=0
/proc/31174/task/31181/stat : 31181 (java) S 31172 31174 30440 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28674261 1578782720 53203 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31182] ppid=31172 vsize=1541780 CPUtime=0
/proc/31174/task/31182/stat : 31182 (java) S 31172 31174 30440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28674265 1578782720 53203 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31183] ppid=31172 vsize=1541780 CPUtime=1.75
/proc/31174/task/31183/stat : 31183 (java) S 31172 31174 30440 0 -1 4202560 5054 0 0 0 174 1 0 0 15 0 13 0 28674265 1578782720 53203 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
[pid=31174/tid=31184] ppid=31172 vsize=1541780 CPUtime=2.12
/proc/31174/task/31184/stat : 31184 (java) S 31172 31174 30440 0 -1 4202560 5409 0 0 0 210 2 0 0 15 0 13 0 28674265 1578782720 53203 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31185] ppid=31172 vsize=1541780 CPUtime=0
/proc/31174/task/31185/stat : 31185 (java) S 31172 31174 30440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28674265 1578782720 53203 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31186] ppid=31172 vsize=1541780 CPUtime=0
/proc/31174/task/31186/stat : 31186 (java) S 31172 31174 30440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 28674265 1578782720 53203 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31187] ppid=31172 vsize=1541780 CPUtime=0
/proc/31174/task/31187/stat : 31187 (java) S 31172 31174 30440 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 28674523 1578782720 53203 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.91
Current children cumulated vsize (KiB) 1541780

[startup+25.501 s]
/proc/loadavg: 1.72 1.92 1.63 2/119 31187
/proc/meminfo: memFree=1631556/2059040 swapFree=4140012/4192956
[pid=31174] ppid=31172 vsize=1541780 CPUtime=29.9
/proc/31174/stat : 31174 (java) S 31172 31174 30440 0 -1 4202496 64043 0 1 0 2962 28 0 0 18 0 13 0 28674256 1578782720 55659 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31174/statm: 385445 55659 1444 10 0 382747 0
[pid=31174/tid=31176] ppid=31172 vsize=1541780 CPUtime=24.67
/proc/31174/task/31176/stat : 31176 (java) R 31172 31174 30440 0 -1 4202560 32112 0 1 0 2453 14 0 0 25 0 13 0 28674257 1578782720 55659 1992294400 134512640 134550932 4292814304 18446744073709551615 4110186959 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31174/tid=31177] ppid=31172 vsize=1541780 CPUtime=0.57
/proc/31174/task/31177/stat : 31177 (java) S 31172 31174 30440 0 -1 4202560 10490 0 0 0 53 4 0 0 16 0 13 0 28674259 1578782720 55659 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31178] ppid=31172 vsize=1541780 CPUtime=0.62
/proc/31174/task/31178/stat : 31178 (java) S 31172 31174 30440 0 -1 4202560 9898 0 0 0 59 3 0 0 16 0 13 0 28674259 1578782720 55659 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
[pid=31174/tid=31179] ppid=31172 vsize=1541780 CPUtime=0.01
/proc/31174/task/31179/stat : 31179 (java) S 31172 31174 30440 0 -1 4202560 13 0 0 0 1 0 0 0 15 0 13 0 28674260 1578782720 55659 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 0 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
[pid=31174/tid=31180] ppid=31172 vsize=1541780 CPUtime=0
/proc/31174/task/31180/stat : 31180 (java) S 31172 31174 30440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28674261 1578782720 55659 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31181] ppid=31172 vsize=1541780 CPUtime=0

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

[pid=31174] ppid=31172 vsize=1546652 CPUtime=1639.83
/proc/31174/stat : 31174 (java) S 31172 31174 30440 0 -1 4202496 114899 0 1 0 163875 108 0 0 18 0 13 0 28674256 1583771648 101527 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31174/statm: 386663 101527 1450 10 0 383965 0
[pid=31174/tid=31176] ppid=31172 vsize=1546652 CPUtime=1565.9
/proc/31174/task/31176/stat : 31176 (java) R 31172 31174 30440 0 -1 4202560 33506 0 1 0 156568 22 0 0 25 0 13 0 28674257 1583771648 101527 1992294400 134512640 134550932 4292814304 18446744073709551615 4109732681 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31174/tid=31177] ppid=31172 vsize=1546652 CPUtime=33.32
/proc/31174/task/31177/stat : 31177 (java) S 31172 31174 30440 0 -1 4202560 33381 0 0 0 3299 33 0 0 16 0 13 0 28674259 1583771648 101527 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31178] ppid=31172 vsize=1546652 CPUtime=33.34
/proc/31174/task/31178/stat : 31178 (java) S 31172 31174 30440 0 -1 4202560 33896 0 0 0 3300 34 0 0 15 0 13 0 28674259 1583771648 101527 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
[pid=31174/tid=31179] ppid=31172 vsize=1546652 CPUtime=1.83
/proc/31174/task/31179/stat : 31179 (java) S 31172 31174 30440 0 -1 4202560 936 0 0 0 172 11 0 0 15 0 13 0 28674260 1583771648 101527 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 0 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31180] ppid=31172 vsize=1546652 CPUtime=0
/proc/31174/task/31180/stat : 31180 (java) S 31172 31174 30440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28674261 1583771648 101527 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31181] ppid=31172 vsize=1546652 CPUtime=0
/proc/31174/task/31181/stat : 31181 (java) S 31172 31174 30440 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28674261 1583771648 101527 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31182] ppid=31172 vsize=1546652 CPUtime=0
/proc/31174/task/31182/stat : 31182 (java) S 31172 31174 30440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28674265 1583771648 101527 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31183] ppid=31172 vsize=1546652 CPUtime=3.02
/proc/31174/task/31183/stat : 31183 (java) S 31172 31174 30440 0 -1 4202560 6609 0 0 0 300 2 0 0 15 0 13 0 28674265 1583771648 101527 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31184] ppid=31172 vsize=1546652 CPUtime=2.36
/proc/31174/task/31184/stat : 31184 (java) S 31172 31174 30440 0 -1 4202560 5412 0 0 0 234 2 0 0 15 0 13 0 28674265 1583771648 101527 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31185] ppid=31172 vsize=1546652 CPUtime=0
/proc/31174/task/31185/stat : 31185 (java) S 31172 31174 30440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28674265 1583771648 101527 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31186] ppid=31172 vsize=1546652 CPUtime=0
/proc/31174/task/31186/stat : 31186 (java) S 31172 31174 30440 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 28674265 1583771648 101527 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
[pid=31174/tid=31187] ppid=31172 vsize=1546652 CPUtime=0
/proc/31174/task/31187/stat : 31187 (java) S 31172 31174 30440 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 28674523 1583771648 101527 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1639.83
Current children cumulated vsize (KiB) 1546652

[startup+1662.3 s]
/proc/loadavg: 1.03 1.05 1.12 2/119 31243
/proc/meminfo: memFree=1441464/2059040 swapFree=4140012/4192956
[pid=31174] ppid=31172 vsize=1546652 CPUtime=1701.73
/proc/31174/stat : 31174 (java) S 31172 31174 30440 0 -1 4202496 116085 0 1 0 170062 111 0 0 18 0 13 0 28674256 1583771648 102639 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31174/statm: 386663 102639 1450 10 0 383965 0
[pid=31174/tid=31176] ppid=31172 vsize=1546652 CPUtime=1623.88
/proc/31174/task/31176/stat : 31176 (java) R 31172 31174 30440 0 -1 4202560 33564 0 1 0 162366 22 0 0 25 0 13 0 28674257 1583771648 102639 1992294400 134512640 134550932 4292814304 18446744073709551615 4110058367 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31174/tid=31177] ppid=31172 vsize=1546652 CPUtime=35.26
/proc/31174/task/31177/stat : 31177 (java) S 31172 31174 30440 0 -1 4202560 33946 0 0 0 3492 34 0 0 16 0 13 0 28674259 1583771648 102639 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31178] ppid=31172 vsize=1546652 CPUtime=35.29
/proc/31174/task/31178/stat : 31178 (java) S 31172 31174 30440 0 -1 4202560 34451 0 0 0 3495 34 0 0 16 0 13 0 28674259 1583771648 102639 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
[pid=31174/tid=31179] ppid=31172 vsize=1546652 CPUtime=1.83
/proc/31174/task/31179/stat : 31179 (java) S 31172 31174 30440 0 -1 4202560 940 0 0 0 172 11 0 0 15 0 13 0 28674260 1583771648 102639 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 0 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
[pid=31174/tid=31180] ppid=31172 vsize=1546652 CPUtime=0
/proc/31174/task/31180/stat : 31180 (java) S 31172 31174 30440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28674261 1583771648 102639 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31181] ppid=31172 vsize=1546652 CPUtime=0
/proc/31174/task/31181/stat : 31181 (java) S 31172 31174 30440 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28674261 1583771648 102639 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31182] ppid=31172 vsize=1546652 CPUtime=0
/proc/31174/task/31182/stat : 31182 (java) S 31172 31174 30440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28674265 1583771648 102639 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31183] ppid=31172 vsize=1546652 CPUtime=3.02
/proc/31174/task/31183/stat : 31183 (java) S 31172 31174 30440 0 -1 4202560 6609 0 0 0 300 2 0 0 15 0 13 0 28674265 1583771648 102639 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31184] ppid=31172 vsize=1546652 CPUtime=2.36
/proc/31174/task/31184/stat : 31184 (java) S 31172 31174 30440 0 -1 4202560 5412 0 0 0 234 2 0 0 15 0 13 0 28674265 1583771648 102639 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31185] ppid=31172 vsize=1546652 CPUtime=0
/proc/31174/task/31185/stat : 31185 (java) S 31172 31174 30440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28674265 1583771648 102639 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31186] ppid=31172 vsize=1546652 CPUtime=0
/proc/31174/task/31186/stat : 31186 (java) S 31172 31174 30440 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 28674265 1583771648 102639 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
[pid=31174/tid=31187] ppid=31172 vsize=1546652 CPUtime=0
/proc/31174/task/31187/stat : 31187 (java) S 31172 31174 30440 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 28674523 1583771648 102639 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1701.73
Current children cumulated vsize (KiB) 1546652

[startup+1722.3 s]
/proc/loadavg: 1.12 1.08 1.12 2/119 31245
/proc/meminfo: memFree=1436008/2059040 swapFree=4140012/4192956
[pid=31174] ppid=31172 vsize=1546652 CPUtime=1763.58
/proc/31174/stat : 31174 (java) S 31172 31174 30440 0 -1 4202496 117547 0 1 0 176246 112 0 0 18 0 13 0 28674256 1583771648 104026 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31174/statm: 386663 104026 1450 10 0 383965 0
[pid=31174/tid=31176] ppid=31172 vsize=1546652 CPUtime=1681.94
/proc/31174/task/31176/stat : 31176 (java) R 31172 31174 30440 0 -1 4202560 33619 0 1 0 168172 22 0 0 25 0 13 0 28674257 1583771648 104026 1992294400 134512640 134550932 4292814304 18446744073709551615 4110143317 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31174/tid=31177] ppid=31172 vsize=1546652 CPUtime=37.15
/proc/31174/task/31177/stat : 31177 (java) S 31172 31174 30440 0 -1 4202560 34728 0 0 0 3680 35 0 0 15 0 13 0 28674259 1583771648 104026 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
[pid=31174/tid=31178] ppid=31172 vsize=1546652 CPUtime=37.19
/proc/31174/task/31178/stat : 31178 (java) S 31172 31174 30440 0 -1 4202560 35067 0 0 0 3683 36 0 0 16 0 13 0 28674259 1583771648 104026 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31179] ppid=31172 vsize=1546652 CPUtime=1.85
/proc/31174/task/31179/stat : 31179 (java) S 31172 31174 30440 0 -1 4202560 945 0 0 0 173 12 0 0 16 0 13 0 28674260 1583771648 104026 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 0 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
[pid=31174/tid=31180] ppid=31172 vsize=1546652 CPUtime=0
/proc/31174/task/31180/stat : 31180 (java) S 31172 31174 30440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28674261 1583771648 104026 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31181] ppid=31172 vsize=1546652 CPUtime=0
/proc/31174/task/31181/stat : 31181 (java) S 31172 31174 30440 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28674261 1583771648 104026 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31182] ppid=31172 vsize=1546652 CPUtime=0
/proc/31174/task/31182/stat : 31182 (java) S 31172 31174 30440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28674265 1583771648 104026 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31183] ppid=31172 vsize=1546652 CPUtime=3.02
/proc/31174/task/31183/stat : 31183 (java) S 31172 31174 30440 0 -1 4202560 6609 0 0 0 300 2 0 0 15 0 13 0 28674265 1583771648 104026 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31184] ppid=31172 vsize=1546652 CPUtime=2.36
/proc/31174/task/31184/stat : 31184 (java) S 31172 31174 30440 0 -1 4202560 5412 0 0 0 234 2 0 0 15 0 13 0 28674265 1583771648 104026 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31185] ppid=31172 vsize=1546652 CPUtime=0
/proc/31174/task/31185/stat : 31185 (java) S 31172 31174 30440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28674265 1583771648 104026 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31186] ppid=31172 vsize=1546652 CPUtime=0
/proc/31174/task/31186/stat : 31186 (java) S 31172 31174 30440 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 28674265 1583771648 104026 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31187] ppid=31172 vsize=1546652 CPUtime=0
/proc/31174/task/31187/stat : 31187 (java) S 31172 31174 30440 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 28674523 1583771648 104026 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1763.58
Current children cumulated vsize (KiB) 1546652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1757.7 s]
/proc/loadavg: 1.06 1.07 1.12 3/119 31247
/proc/meminfo: memFree=1433280/2059040 swapFree=4140012/4192956
[pid=31174] ppid=31172 vsize=1546652 CPUtime=1800.06
/proc/31174/stat : 31174 (java) S 31172 31174 30440 0 -1 4202496 118234 0 1 0 179892 114 0 0 18 0 13 0 28674256 1583771648 104670 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31174/statm: 386663 104670 1450 10 0 383965 0
[pid=31174/tid=31176] ppid=31172 vsize=1546652 CPUtime=1716.25
/proc/31174/task/31176/stat : 31176 (java) R 31172 31174 30440 0 -1 4202560 33650 0 1 0 171602 23 0 0 25 0 13 0 28674257 1583771648 104670 1992294400 134512640 134550932 4292814304 18446744073709551615 4110057288 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31174/tid=31177] ppid=31172 vsize=1546652 CPUtime=38.23
/proc/31174/task/31177/stat : 31177 (java) S 31172 31174 30440 0 -1 4202560 35057 0 0 0 3788 35 0 0 16 0 13 0 28674259 1583771648 104670 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31178] ppid=31172 vsize=1546652 CPUtime=38.27
/proc/31174/task/31178/stat : 31178 (java) S 31172 31174 30440 0 -1 4202560 35390 0 0 0 3791 36 0 0 15 0 13 0 28674259 1583771648 104670 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
[pid=31174/tid=31179] ppid=31172 vsize=1546652 CPUtime=1.86
/proc/31174/task/31179/stat : 31179 (java) S 31172 31174 30440 0 -1 4202560 947 0 0 0 174 12 0 0 16 0 13 0 28674260 1583771648 104670 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 0 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
[pid=31174/tid=31180] ppid=31172 vsize=1546652 CPUtime=0
/proc/31174/task/31180/stat : 31180 (java) S 31172 31174 30440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 28674261 1583771648 104670 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31181] ppid=31172 vsize=1546652 CPUtime=0
/proc/31174/task/31181/stat : 31181 (java) S 31172 31174 30440 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28674261 1583771648 104670 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31182] ppid=31172 vsize=1546652 CPUtime=0
/proc/31174/task/31182/stat : 31182 (java) S 31172 31174 30440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28674265 1583771648 104670 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31183] ppid=31172 vsize=1546652 CPUtime=3.02
/proc/31174/task/31183/stat : 31183 (java) S 31172 31174 30440 0 -1 4202560 6609 0 0 0 300 2 0 0 15 0 13 0 28674265 1583771648 104670 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31184] ppid=31172 vsize=1546652 CPUtime=2.36
/proc/31174/task/31184/stat : 31184 (java) S 31172 31174 30440 0 -1 4202560 5412 0 0 0 234 2 0 0 15 0 13 0 28674265 1583771648 104670 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31185] ppid=31172 vsize=1546652 CPUtime=0
/proc/31174/task/31185/stat : 31185 (java) S 31172 31174 30440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 28674265 1583771648 104670 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31186] ppid=31172 vsize=1546652 CPUtime=0
/proc/31174/task/31186/stat : 31186 (java) R 31172 31174 30440 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 28674265 1583771648 104670 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31174/tid=31187] ppid=31172 vsize=1546652 CPUtime=0
/proc/31174/task/31187/stat : 31187 (java) S 31172 31174 30440 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 28674523 1583771648 104670 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1546652

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

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

[startup+1757.82 s]
/proc/loadavg: 1.06 1.07 1.12 3/119 31247
/proc/meminfo: memFree=1433280/2059040 swapFree=4140012/4192956
[pid=31174] ppid=31172 vsize=1547300 CPUtime=1800.24
/proc/31174/stat : 31174 (java) S 31172 31174 30440 0 -1 4202496 118257 0 1 0 179910 114 0 0 18 0 14 0 28674256 1584435200 104693 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31174/statm: 386825 104693 1453 10 0 384127 0
[pid=31174/tid=31176] ppid=31172 vsize=1547300 CPUtime=1716.36
/proc/31174/task/31176/stat : 31176 (java) R 31172 31174 30440 0 -1 4202560 33650 0 1 0 171613 23 0 0 25 0 14 0 28674257 1584435200 104693 1992294400 134512640 134550932 4292814304 18446744073709551615 4110035599 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31174/tid=31177] ppid=31172 vsize=1547300 CPUtime=38.23
/proc/31174/task/31177/stat : 31177 (java) S 31172 31174 30440 0 -1 4202560 35057 0 0 0 3788 35 0 0 16 0 14 0 28674259 1584435200 104693 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31178] ppid=31172 vsize=1547300 CPUtime=38.27
/proc/31174/task/31178/stat : 31178 (java) S 31172 31174 30440 0 -1 4202560 35390 0 0 0 3791 36 0 0 15 0 14 0 28674259 1584435200 104693 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
[pid=31174/tid=31179] ppid=31172 vsize=1547300 CPUtime=1.86
/proc/31174/task/31179/stat : 31179 (java) S 31172 31174 30440 0 -1 4202560 947 0 0 0 174 12 0 0 16 0 14 0 28674260 1584435200 104693 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 0 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
[pid=31174/tid=31180] ppid=31172 vsize=1547300 CPUtime=0
/proc/31174/task/31180/stat : 31180 (java) S 31172 31174 30440 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 28674261 1584435200 104693 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31181] ppid=31172 vsize=1547300 CPUtime=0
/proc/31174/task/31181/stat : 31181 (java) S 31172 31174 30440 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 28674261 1584435200 104693 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31182] ppid=31172 vsize=1547300 CPUtime=0
/proc/31174/task/31182/stat : 31182 (java) S 31172 31174 30440 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 14 0 28674265 1584435200 104693 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31183] ppid=31172 vsize=1547300 CPUtime=3.02
/proc/31174/task/31183/stat : 31183 (java) S 31172 31174 30440 0 -1 4202560 6609 0 0 0 300 2 0 0 15 0 14 0 28674265 1584435200 104693 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31184] ppid=31172 vsize=1547300 CPUtime=2.42
/proc/31174/task/31184/stat : 31184 (java) S 31172 31174 30440 0 -1 4202560 5414 0 0 0 240 2 0 0 16 0 14 0 28674265 1584435200 104693 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31185] ppid=31172 vsize=1547300 CPUtime=0
/proc/31174/task/31185/stat : 31185 (java) S 31172 31174 30440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 28674265 1584435200 104693 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31186] ppid=31172 vsize=1547300 CPUtime=0
/proc/31174/task/31186/stat : 31186 (java) S 31172 31174 30440 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 14 0 28674265 1584435200 104693 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 0 0 0 0
[pid=31174/tid=31187] ppid=31172 vsize=1547300 CPUtime=0
/proc/31174/task/31187/stat : 31187 (java) S 31172 31174 30440 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 28674523 1584435200 104693 1992294400 134512640 134550932 4292814304 18446744073709551615 4294960144 0 4 0 16800975 18446604437871800384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 1547300

Child status: 143
Real time (s): 1757.88
CPU time (s): 1800.31
CPU user time (s): 1799.12
CPU system time (s): 1.18982
CPU usage (%): 102.414
Max. virtual memory (cumulated for all children) (KiB): 1547300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 1.18982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118257
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= 47949
involuntary context switches= 38294

runsolver used 3.58645 second user time and 9.46956 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-14 17:51:46
IDJOB=2660264
IDBENCH=2331
IDSOLVER=1165
FILE ID=node006/2660264-1276530706
PBS_JOBID= 11173443
Free space on /tmp= 62472 MiB

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

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

MD5SUM BENCH= 2a04555106a68acba17fb5820db41df1
RANDOM SEED=28312485

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1850232 kB
Buffers:         18508 kB
Cached:         110956 kB
SwapCached:       6136 kB
Active:          80824 kB
Inactive:        61952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1850232 kB
SwapTotal:     4192956 kB
SwapFree:      4140012 kB
Dirty:            3400 kB
Writeback:           0 kB
AnonPages:       11836 kB
Mapped:          12988 kB
Slab:            44124 kB
PageTables:       4056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181112 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= 62472 MiB
End job on node006 at 2010-06-14 18:21:06