Trace number 2660316

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.22 1764.57

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-a1c1s1.opb
MD5SUMdaeaeaee67028e931b0f5195f178e9b3
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 variables107520
Total number of constraints3312
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 constraints3312
Minimum length of a constraint50
Maximum length of a constraint820
Number of terms in the objective function 41280
Biggest coefficient in the objective function 1342177280000000
Number of bits for the biggest coefficient in the objective function 51
Sum of the numbers in the objective function 260295726093315792
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 1342177280000000
Number of bits of the biggest number in a constraint 51
Biggest sum of numbers in a constraint 260295726093315792
Number of bits of the biggest sum of numbers58
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.45	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.10/0.45	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.45	c See www.sat4j.org for details.
0.10/0.46	c version 2.2.0.v20100526
0.10/0.46	c java.runtime.name	Java(TM) SE Runtime Environment
0.10/0.46	c java.vm.name		Java HotSpot(TM) Server VM
0.10/0.46	c java.vm.version	11.2-b01
0.10/0.46	c java.vm.vendor	Sun Microsystems Inc.
0.10/0.46	c sun.arch.data.model	32
0.10/0.46	c java.version		1.6.0_12
0.10/0.46	c os.name		Linux
0.10/0.46	c os.version		2.6.18-164.el5
0.10/0.46	c os.arch		i386
0.10/0.46	c Free memory 		1393557488
0.10/0.46	c Max memory 		1395916800
0.10/0.46	c Total memory 		1395916800
0.10/0.46	c Number of processors 	2
0.22/0.53	c Pseudo Boolean Optimization
0.22/0.53	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.53	c --- Begin Solver configuration ---
0.22/0.53	c Stops conflict analysis at the first Unique Implication Point
0.22/0.53	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@b753f8
0.22/0.53	c Learn all clauses as in MiniSAT
0.22/0.53	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.53	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.53	c No reason simplification
0.22/0.53	c Armin Biere (Picosat) restarts strategy
0.22/0.53	c Glucose learned constraints deletion strategy
0.22/0.53	c timeout=2147483s
0.22/0.53	c DB Simplification allowed=false
0.22/0.53	c --- End Solver configuration ---
0.22/0.53	c solving HOME/instance-2660316-1276565754.opb
0.22/0.53	c reading problem ... 
4.56/3.66	c ... done. Wall clock time 3.137s.
4.56/3.66	c #vars     107520
4.56/3.66	c #constraints  23869
4.56/3.66	c constraints type 
4.56/3.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4560
161.24/156.29	c cleaning 0 clauses out of 5001 with flag 0/5001
250.90/244.94	c cleaning 0 clauses out of 11000 with flag 0/11000
547.16/537.92	c cleaning 0 clauses out of 18001 with flag 0/18001
898.13/885.61	c cleaning 0 clauses out of 26000 with flag 0/26000
1800.00/1764.42	c starts		: 55
1800.00/1764.42	c conflicts		: 34690
1800.00/1764.43	c decisions		: 865506
1800.00/1764.43	c propagations		: 3058768
1800.00/1764.43	c inspects		: 239294806
1800.00/1764.43	c learnt literals	: 0
1800.00/1764.43	c learnt binary clauses	: 0
1800.00/1764.43	c learnt ternary clauses	: 0
1800.00/1764.43	c learnt clauses	: 34690
1800.00/1764.43	c ignored clauses	: 0
1800.00/1764.43	c root simplifications	: 0
1800.00/1764.43	c removed literals (reason simplification)	: 0
1800.00/1764.43	c reason swapping (by a shorter reason)	: 0
1800.00/1764.43	c Calls to reduceDB	: 4
1800.00/1764.43	c number of reductions to clauses (during analyze)	: 0
1800.00/1764.43	c number of learned constraints concerned by reduction	: 0
1800.00/1764.43	c number of learning phase by resolution	: 0
1800.00/1764.43	c number of learning phase by cutting planes	: 0
1800.00/1764.43	c speed (assignments/second)	: 1737.186215043504
1800.00/1764.43	c non guided choices	1694
1800.00/1764.47	c learnt constraints type 
1800.00/1764.47	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.00/1764.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 34688
1800.00/1764.47	c constraints type 
1800.00/1764.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4560
1800.00/1764.47	s UNKNOWN
1800.00/1764.47	c Total wall clock time (in seconds): 1763.941

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-2660316-1276565754/watcher-2660316-1276565754 -o /tmp/evaluation-result-2660316-1276565754/solver-2660316-1276565754 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660316-1276565754.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.17 1.08 1.01 3/107 32169
/proc/meminfo: memFree=1925232/2059040 swapFree=4140072/4192956
[pid=32169] ppid=32167 vsize=24036 CPUtime=0
/proc/32169/stat : 32169 (runsolver) D 32167 32169 31726 0 -1 4202560 82 0 0 0 0 0 0 0 20 0 1 0 30231169 24612864 106 1992294400 4194304 4302564 140736992453536 18446744073709551615 259177161719 0 0 4096 24578 18446744071562154983 0 0 17 1 0 0 0
/proc/32169/statm: 6009 106 69 27 0 2647 0

[startup+0.0295079 s]
/proc/loadavg: 1.17 1.08 1.01 3/107 32169
/proc/meminfo: memFree=1925232/2059040 swapFree=4140072/4192956
[pid=32169] ppid=32167 vsize=240 CPUtime=0
/proc/32169/stat : 32169 (java6) D 32167 32169 31726 0 -1 4194304 82 0 1 0 0 0 0 0 18 0 1 0 30231169 245760 2 1992294400 0 0 4293805733 18446744073709551615 259177161719 0 0 4096 0 18446744071562154983 0 0 17 0 0 0 1
/proc/32169/statm: 60 2 0 0 0 21 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 240

[startup+0.101548 s]
/proc/loadavg: 1.17 1.08 1.01 3/107 32169
/proc/meminfo: memFree=1925232/2059040 swapFree=4140072/4192956
[pid=32169] ppid=32167 vsize=13164 CPUtime=0.01
/proc/32169/stat : 32169 (java) D 32167 32169 31726 0 -1 4194304 491 0 27 0 0 1 0 0 16 0 1 0 30231169 13479936 215 1992294400 134512640 134550932 4293090336 18446744073709551615 8361595 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 7
/proc/32169/statm: 3291 215 140 10 0 1121 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13164

[startup+0.301537 s]
/proc/loadavg: 1.17 1.08 1.01 3/107 32169
/proc/meminfo: memFree=1925232/2059040 swapFree=4140072/4192956
[pid=32169] ppid=32167 vsize=1521668 CPUtime=0.05
/proc/32169/stat : 32169 (java) S 32167 32169 31726 0 -1 4202496 3438 0 91 0 2 3 0 0 16 0 7 0 30231169 1558188032 2970 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 9
/proc/32169/statm: 380417 2970 999 10 0 377727 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521668

[startup+0.701575 s]
/proc/loadavg: 1.17 1.08 1.01 3/107 32169
/proc/meminfo: memFree=1925232/2059040 swapFree=4140072/4192956
[pid=32169] ppid=32167 vsize=1527440 CPUtime=0.55
/proc/32169/stat : 32169 (java) S 32167 32169 31726 0 -1 4202496 6321 0 91 0 50 5 0 0 16 0 12 0 30231169 1564098560 5826 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/32169/statm: 381860 5826 1382 10 0 379162 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 1527440

[startup+1.50165 s]
/proc/loadavg: 1.17 1.08 1.01 2/119 32181
/proc/meminfo: memFree=1882108/2059040 swapFree=4140072/4192956
[pid=32169] ppid=32167 vsize=1541484 CPUtime=1.96
/proc/32169/stat : 32169 (java) S 32167 32169 31726 0 -1 4202496 16842 0 91 0 186 10 0 0 16 0 12 0 30231169 1578479616 15501 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/32169/statm: 385371 15501 1407 10 0 382673 0
[pid=32169/tid=32171] ppid=32167 vsize=1541484 CPUtime=0.95
/proc/32169/task/32171/stat : 32171 (java) R 32167 32169 31726 0 -1 4202560 10809 0 53 0 90 5 0 0 19 0 12 0 30231181 1578479616 15501 1992294400 134512640 134550932 4293090336 18446744073709551615 4109562944 0 4 0 16800975 0 0 0 -1 0 0 0 19
[pid=32169/tid=32172] ppid=32167 vsize=1541484 CPUtime=0
/proc/32169/task/32172/stat : 32172 (java) S 32167 32169 31726 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 30231195 1578479616 15501 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32173] ppid=32167 vsize=1541484 CPUtime=0
/proc/32169/task/32173/stat : 32173 (java) S 32167 32169 31726 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 12 0 30231195 1578479616 15501 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32174] ppid=32167 vsize=1541484 CPUtime=0
/proc/32169/task/32174/stat : 32174 (java) S 32167 32169 31726 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30231198 1578479616 15501 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 0 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32175] ppid=32167 vsize=1541484 CPUtime=0
/proc/32169/task/32175/stat : 32175 (java) S 32167 32169 31726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 30231199 1578479616 15501 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32176] ppid=32167 vsize=1541484 CPUtime=0
/proc/32169/task/32176/stat : 32176 (java) S 32167 32169 31726 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 30231199 1578479616 15501 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32177] ppid=32167 vsize=1541484 CPUtime=0
/proc/32169/task/32177/stat : 32177 (java) S 32167 32169 31726 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 30231207 1578479616 15501 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32178] ppid=32167 vsize=1541484 CPUtime=0.64
/proc/32169/task/32178/stat : 32178 (java) R 32167 32169 31726 0 -1 4202560 3557 0 0 0 63 1 0 0 16 0 12 0 30231207 1578479616 15501 1992294400 134512640 134550932 4293090336 18446744073709551615 106252227 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32169/tid=32179] ppid=32167 vsize=1541484 CPUtime=0.31
/proc/32169/task/32179/stat : 32179 (java) R 32167 32169 31726 0 -1 4202560 1453 0 0 0 31 0 0 0 17 0 12 0 30231207 1578479616 15501 1992294400 134512640 134550932 4293090336 18446744073709551615 102535621 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32169/tid=32180] ppid=32167 vsize=1541484 CPUtime=0
/proc/32169/task/32180/stat : 32180 (java) S 32167 32169 31726 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 12 0 30231207 1578479616 15501 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32181] ppid=32167 vsize=1541484 CPUtime=0
/proc/32169/task/32181/stat : 32181 (java) S 32167 32169 31726 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 30231207 1578479616 15501 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 1541484

[startup+3.10078 s]
/proc/loadavg: 1.17 1.08 1.01 2/119 32181
/proc/meminfo: memFree=1803368/2059040 swapFree=4140072/4192956
[pid=32169] ppid=32167 vsize=1540656 CPUtime=4.06
/proc/32169/stat : 32169 (java) S 32167 32169 31726 0 -1 4202496 47851 0 91 0 383 23 0 0 16 0 12 0 30231169 1577631744 43776 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/32169/statm: 385164 43776 1418 10 0 382466 0
[pid=32169/tid=32171] ppid=32167 vsize=1540656 CPUtime=2.38
/proc/32169/task/32171/stat : 32171 (java) R 32167 32169 31726 0 -1 4202560 31969 0 53 0 223 15 0 0 21 0 12 0 30231181 1577631744 43776 1992294400 134512640 134550932 4293090336 18446744073709551615 4109873381 0 4 0 16800975 0 0 0 -1 1 0 0 19
[pid=32169/tid=32172] ppid=32167 vsize=1540656 CPUtime=0.12
/proc/32169/task/32172/stat : 32172 (java) S 32167 32169 31726 0 -1 4202560 4513 0 0 0 11 1 0 0 18 0 12 0 30231195 1577631744 43776 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32173] ppid=32167 vsize=1540656 CPUtime=0.12
/proc/32169/task/32173/stat : 32173 (java) S 32167 32169 31726 0 -1 4202560 3226 0 0 0 11 1 0 0 18 0 12 0 30231195 1577631744 43776 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 1 0 0 0
[pid=32169/tid=32174] ppid=32167 vsize=1540656 CPUtime=0
/proc/32169/task/32174/stat : 32174 (java) S 32167 32169 31726 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 12 0 30231198 1577631744 43776 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 0 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32175] ppid=32167 vsize=1540656 CPUtime=0
/proc/32169/task/32175/stat : 32175 (java) S 32167 32169 31726 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 30231199 1577631744 43776 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32176] ppid=32167 vsize=1540656 CPUtime=0
/proc/32169/task/32176/stat : 32176 (java) S 32167 32169 31726 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 30231199 1577631744 43776 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32177] ppid=32167 vsize=1540656 CPUtime=0
/proc/32169/task/32177/stat : 32177 (java) S 32167 32169 31726 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 30231207 1577631744 43776 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32178] ppid=32167 vsize=1540656 CPUtime=0.99
/proc/32169/task/32178/stat : 32178 (java) S 32167 32169 31726 0 -1 4202560 5364 0 0 0 97 2 0 0 16 0 12 0 30231207 1577631744 43776 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 1 0 0 0
[pid=32169/tid=32179] ppid=32167 vsize=1540656 CPUtime=0.39
/proc/32169/task/32179/stat : 32179 (java) S 32167 32169 31726 0 -1 4202560 1748 0 0 0 39 0 0 0 15 0 12 0 30231207 1577631744 43776 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32180] ppid=32167 vsize=1540656 CPUtime=0
/proc/32169/task/32180/stat : 32180 (java) S 32167 32169 31726 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 12 0 30231207 1577631744 43776 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32181] ppid=32167 vsize=1540656 CPUtime=0
/proc/32169/task/32181/stat : 32181 (java) S 32167 32169 31726 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 30231207 1577631744 43776 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 1540656

[startup+6.30209 s]
/proc/loadavg: 1.15 1.07 1.01 2/120 32182
/proc/meminfo: memFree=1700384/2059040 swapFree=4140072/4192956
[pid=32169] ppid=32167 vsize=1540980 CPUtime=8.42
/proc/32169/stat : 32169 (java) S 32167 32169 31726 0 -1 4202496 61488 0 91 0 812 30 0 0 16 0 13 0 30231169 1577963520 55383 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/32169/statm: 385245 55383 1440 10 0 382547 0
[pid=32169/tid=32171] ppid=32167 vsize=1540980 CPUtime=4.94
/proc/32169/task/32171/stat : 32171 (java) R 32167 32169 31726 0 -1 4202560 32024 0 53 0 479 15 0 0 25 0 13 0 30231181 1577963520 55383 1992294400 134512640 134550932 4293090336 18446744073709551615 4110292671 0 4 0 16800975 0 0 0 -1 0 0 0 19
[pid=32169/tid=32172] ppid=32167 vsize=1540980 CPUtime=0.38
/proc/32169/task/32172/stat : 32172 (java) S 32167 32169 31726 0 -1 4202560 11214 0 0 0 34 4 0 0 18 0 13 0 30231195 1577963520 55383 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32173] ppid=32167 vsize=1540980 CPUtime=0.38
/proc/32169/task/32173/stat : 32173 (java) S 32167 32169 31726 0 -1 4202560 8742 0 0 0 34 4 0 0 18 0 13 0 30231195 1577963520 55383 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 1 0 0 0
[pid=32169/tid=32174] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32174/stat : 32174 (java) S 32167 32169 31726 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 30231198 1577963520 55383 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 0 0 16800975 18446604437815606208 0 0 -1 1 0 0 0
[pid=32169/tid=32175] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32175/stat : 32175 (java) S 32167 32169 31726 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30231199 1577963520 55383 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32176] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32176/stat : 32176 (java) S 32167 32169 31726 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30231199 1577963520 55383 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32177] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32177/stat : 32177 (java) S 32167 32169 31726 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 30231207 1577963520 55383 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32178] ppid=32167 vsize=1540980 CPUtime=1.5
/proc/32169/task/32178/stat : 32178 (java) S 32167 32169 31726 0 -1 4202560 5409 0 0 0 148 2 0 0 15 0 13 0 30231207 1577963520 55383 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 1 0 0 0
[pid=32169/tid=32179] ppid=32167 vsize=1540980 CPUtime=1.15
/proc/32169/task/32179/stat : 32179 (java) S 32167 32169 31726 0 -1 4202560 3064 0 0 0 113 2 0 0 16 0 13 0 30231207 1577963520 55383 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32180] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32180/stat : 32180 (java) S 32167 32169 31726 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 30231207 1577963520 55383 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32181] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32181/stat : 32181 (java) S 32167 32169 31726 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 30231207 1577963520 55383 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32182] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32182/stat : 32182 (java) S 32167 32169 31726 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 30231616 1577963520 55383 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.42
Current children cumulated vsize (KiB) 1540980

[startup+12.7016 s]
/proc/loadavg: 1.14 1.07 1.01 2/120 32182
/proc/meminfo: memFree=1672856/2059040 swapFree=4140072/4192956
[pid=32169] ppid=32167 vsize=1540980 CPUtime=15.67
/proc/32169/stat : 32169 (java) S 32167 32169 31726 0 -1 4202496 68781 0 91 0 1532 35 0 0 16 0 13 0 30231169 1577963520 61604 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/32169/statm: 385245 61604 1440 10 0 382547 0
[pid=32169/tid=32171] ppid=32167 vsize=1540980 CPUtime=10.86
/proc/32169/task/32171/stat : 32171 (java) R 32167 32169 31726 0 -1 4202560 32034 0 53 0 1071 15 0 0 25 0 13 0 30231181 1577963520 61604 1992294400 134512640 134550932 4293090336 18446744073709551615 4110336398 0 4 0 16800975 0 0 0 -1 1 0 0 19
[pid=32169/tid=32172] ppid=32167 vsize=1540980 CPUtime=0.76
/proc/32169/task/32172/stat : 32172 (java) S 32167 32169 31726 0 -1 4202560 14201 0 0 0 71 5 0 0 15 0 13 0 30231195 1577963520 61604 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 1 0 0 0
[pid=32169/tid=32173] ppid=32167 vsize=1540980 CPUtime=0.77
/proc/32169/task/32173/stat : 32173 (java) S 32167 32169 31726 0 -1 4202560 12943 0 0 0 70 7 0 0 16 0 13 0 30231195 1577963520 61604 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32174] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32174/stat : 32174 (java) S 32167 32169 31726 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 13 0 30231198 1577963520 61604 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 0 0 16800975 18446604437815606208 0 0 -1 1 0 0 0
[pid=32169/tid=32175] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32175/stat : 32175 (java) S 32167 32169 31726 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30231199 1577963520 61604 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32176] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32176/stat : 32176 (java) S 32167 32169 31726 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30231199 1577963520 61604 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32177] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32177/stat : 32177 (java) S 32167 32169 31726 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 30231207 1577963520 61604 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32178] ppid=32167 vsize=1540980 CPUtime=1.82
/proc/32169/task/32178/stat : 32178 (java) S 32167 32169 31726 0 -1 4202560 5484 0 0 0 180 2 0 0 15 0 13 0 30231207 1577963520 61604 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 1 0 0 0
[pid=32169/tid=32179] ppid=32167 vsize=1540980 CPUtime=1.39
/proc/32169/task/32179/stat : 32179 (java) S 32167 32169 31726 0 -1 4202560 3084 0 0 0 137 2 0 0 15 0 13 0 30231207 1577963520 61604 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32180] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32180/stat : 32180 (java) S 32167 32169 31726 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 30231207 1577963520 61604 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32181] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32181/stat : 32181 (java) S 32167 32169 31726 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 30231207 1577963520 61604 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32182] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32182/stat : 32182 (java) S 32167 32169 31726 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 30231616 1577963520 61604 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.67
Current children cumulated vsize (KiB) 1540980

[startup+25.5018 s]
/proc/loadavg: 1.27 1.10 1.02 2/120 32182
/proc/meminfo: memFree=1664796/2059040 swapFree=4140072/4192956
[pid=32169] ppid=32167 vsize=1540980 CPUtime=28.85
/proc/32169/stat : 32169 (java) S 32167 32169 31726 0 -1 4202496 70841 0 91 0 2848 37 0 0 16 0 13 0 30231169 1577963520 63567 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/32169/statm: 385245 63567 1440 10 0 382547 0
[pid=32169/tid=32171] ppid=32167 vsize=1540980 CPUtime=23.29
/proc/32169/task/32171/stat : 32171 (java) R 32167 32169 31726 0 -1 4202560 32070 0 53 0 2313 16 0 0 25 0 13 0 30231181 1577963520 63567 1992294400 134512640 134550932 4293090336 18446744073709551615 4109987786 0 4 0 16800975 0 0 0 -1 1 0 0 19
[pid=32169/tid=32172] ppid=32167 vsize=1540980 CPUtime=1.08
/proc/32169/task/32172/stat : 32172 (java) S 32167 32169 31726 0 -1 4202560 15469 0 0 0 102 6 0 0 15 0 13 0 30231195 1577963520 63567 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 1 0 0 0
[pid=32169/tid=32173] ppid=32167 vsize=1540980 CPUtime=1.08
/proc/32169/task/32173/stat : 32173 (java) S 32167 32169 31726 0 -1 4202560 13699 0 0 0 101 7 0 0 16 0 13 0 30231195 1577963520 63567 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32174] ppid=32167 vsize=1540980 CPUtime=0.01
/proc/32169/task/32174/stat : 32174 (java) S 32167 32169 31726 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 13 0 30231198 1577963520 63567 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 0 0 16800975 18446604437815606208 0 0 -1 1 0 0 0
[pid=32169/tid=32175] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32175/stat : 32175 (java) S 32167 32169 31726 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30231199 1577963520 63567 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32176] ppid=32167 vsize=1540980 CPUtime=0

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

[pid=32169/tid=32175] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32175/stat : 32175 (java) S 32167 32169 31726 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30231199 1577963520 163467 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32176] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32176/stat : 32176 (java) S 32167 32169 31726 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30231199 1577963520 163467 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32177] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32177/stat : 32177 (java) S 32167 32169 31726 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 30231207 1577963520 163467 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32178] ppid=32167 vsize=1540980 CPUtime=2.47
/proc/32169/task/32178/stat : 32178 (java) S 32167 32169 31726 0 -1 4202560 5522 0 0 0 245 2 0 0 15 0 13 0 30231207 1577963520 163467 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 1 0 0 0
[pid=32169/tid=32179] ppid=32167 vsize=1540980 CPUtime=1.41
/proc/32169/task/32179/stat : 32179 (java) S 32167 32169 31726 0 -1 4202560 3084 0 0 0 139 2 0 0 15 0 13 0 30231207 1577963520 163467 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32180] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32180/stat : 32180 (java) S 32167 32169 31726 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 30231207 1577963520 163467 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32181] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32181/stat : 32181 (java) S 32167 32169 31726 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 30231207 1577963520 163467 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 1 0 0 0
[pid=32169/tid=32182] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32182/stat : 32182 (java) S 32167 32169 31726 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 30231616 1577963520 163467 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1569.68
Current children cumulated vsize (KiB) 1540980

[startup+1602.3 s]
/proc/loadavg: 1.15 1.08 1.02 2/120 32708
/proc/meminfo: memFree=1199784/2059040 swapFree=4140072/4192956
[pid=32169] ppid=32167 vsize=1540980 CPUtime=1631.73
/proc/32169/stat : 32169 (java) S 32167 32169 31726 0 -1 4202496 187033 0 91 0 162998 175 0 0 16 0 13 0 30231169 1577963520 165636 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/32169/statm: 385245 165636 1450 10 0 382547 0
[pid=32169/tid=32171] ppid=32167 vsize=1540980 CPUtime=1568.08
/proc/32169/task/32171/stat : 32171 (java) R 32167 32169 31726 0 -1 4202560 33315 0 53 0 156765 43 0 0 25 0 13 0 30231181 1577963520 165636 1992294400 134512640 134550932 4293090336 18446744073709551615 4110384442 0 4 0 16800975 0 0 0 -1 0 0 0 19
[pid=32169/tid=32172] ppid=32167 vsize=1540980 CPUtime=27.82
/proc/32169/task/32172/stat : 32172 (java) S 32167 32169 31726 0 -1 4202560 73800 0 0 0 2719 63 0 0 16 0 13 0 30231195 1577963520 165636 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32173] ppid=32167 vsize=1540980 CPUtime=27.82
/proc/32169/task/32173/stat : 32173 (java) S 32167 32169 31726 0 -1 4202560 67464 0 0 0 2733 49 0 0 16 0 13 0 30231195 1577963520 165636 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 1 0 0 0
[pid=32169/tid=32174] ppid=32167 vsize=1540980 CPUtime=4.04
/proc/32169/task/32174/stat : 32174 (java) S 32167 32169 31726 0 -1 4202560 2720 0 0 0 393 11 0 0 15 0 13 0 30231198 1577963520 165636 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 0 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32175] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32175/stat : 32175 (java) S 32167 32169 31726 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30231199 1577963520 165636 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32176] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32176/stat : 32176 (java) S 32167 32169 31726 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30231199 1577963520 165636 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32177] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32177/stat : 32177 (java) S 32167 32169 31726 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 30231207 1577963520 165636 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32178] ppid=32167 vsize=1540980 CPUtime=2.47
/proc/32169/task/32178/stat : 32178 (java) S 32167 32169 31726 0 -1 4202560 5522 0 0 0 245 2 0 0 15 0 13 0 30231207 1577963520 165636 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 1 0 0 0
[pid=32169/tid=32179] ppid=32167 vsize=1540980 CPUtime=1.41
/proc/32169/task/32179/stat : 32179 (java) S 32167 32169 31726 0 -1 4202560 3084 0 0 0 139 2 0 0 15 0 13 0 30231207 1577963520 165636 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32180] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32180/stat : 32180 (java) S 32167 32169 31726 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 30231207 1577963520 165636 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32181] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32181/stat : 32181 (java) S 32167 32169 31726 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 30231207 1577963520 165636 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32182] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32182/stat : 32182 (java) S 32167 32169 31726 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 30231616 1577963520 165636 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1631.73
Current children cumulated vsize (KiB) 1540980

[startup+1662.3 s]
/proc/loadavg: 1.05 1.06 1.01 2/120 32710
/proc/meminfo: memFree=1191352/2059040 swapFree=4140072/4192956
[pid=32169] ppid=32167 vsize=1540980 CPUtime=1693.96
/proc/32169/stat : 32169 (java) S 32167 32169 31726 0 -1 4202496 189198 0 91 0 169213 183 0 0 16 0 13 0 30231169 1577963520 167700 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/32169/statm: 385245 167700 1450 10 0 382547 0
[pid=32169/tid=32171] ppid=32167 vsize=1540980 CPUtime=1625.74
/proc/32169/task/32171/stat : 32171 (java) R 32167 32169 31726 0 -1 4202560 33387 0 53 0 162528 46 0 0 25 0 13 0 30231181 1577963520 167700 1992294400 134512640 134550932 4293090336 18446744073709551615 4110377549 0 4 0 16800975 0 0 0 -1 0 0 0 19
[pid=32169/tid=32172] ppid=32167 vsize=1540980 CPUtime=30.1
/proc/32169/task/32172/stat : 32172 (java) S 32167 32169 31726 0 -1 4202560 74725 0 0 0 2945 65 0 0 16 0 13 0 30231195 1577963520 167700 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 1 0 0 0
[pid=32169/tid=32173] ppid=32167 vsize=1540980 CPUtime=30.1
/proc/32169/task/32173/stat : 32173 (java) S 32167 32169 31726 0 -1 4202560 68624 0 0 0 2958 52 0 0 16 0 13 0 30231195 1577963520 167700 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32174] ppid=32167 vsize=1540980 CPUtime=4.05
/proc/32169/task/32174/stat : 32174 (java) S 32167 32169 31726 0 -1 4202560 2724 0 0 0 394 11 0 0 15 0 13 0 30231198 1577963520 167700 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 0 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32175] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32175/stat : 32175 (java) S 32167 32169 31726 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30231199 1577963520 167700 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32176] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32176/stat : 32176 (java) S 32167 32169 31726 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30231199 1577963520 167700 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32177] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32177/stat : 32177 (java) S 32167 32169 31726 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 30231207 1577963520 167700 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32178] ppid=32167 vsize=1540980 CPUtime=2.47
/proc/32169/task/32178/stat : 32178 (java) S 32167 32169 31726 0 -1 4202560 5522 0 0 0 245 2 0 0 15 0 13 0 30231207 1577963520 167700 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 1 0 0 0
[pid=32169/tid=32179] ppid=32167 vsize=1540980 CPUtime=1.41
/proc/32169/task/32179/stat : 32179 (java) S 32167 32169 31726 0 -1 4202560 3084 0 0 0 139 2 0 0 15 0 13 0 30231207 1577963520 167700 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32180] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32180/stat : 32180 (java) S 32167 32169 31726 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 30231207 1577963520 167700 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32181] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32181/stat : 32181 (java) S 32167 32169 31726 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 13 0 30231207 1577963520 167700 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32182] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32182/stat : 32182 (java) S 32167 32169 31726 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 30231616 1577963520 167700 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1693.96
Current children cumulated vsize (KiB) 1540980

[startup+1722.3 s]
/proc/loadavg: 1.02 1.05 1.01 2/120 32712
/proc/meminfo: memFree=1183416/2059040 swapFree=4140072/4192956
[pid=32169] ppid=32167 vsize=1540980 CPUtime=1756.17
/proc/32169/stat : 32169 (java) S 32167 32169 31726 0 -1 4202496 191260 0 91 0 175427 190 0 0 16 0 13 0 30231169 1577963520 169665 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/32169/statm: 385245 169665 1450 10 0 382547 0
[pid=32169/tid=32171] ppid=32167 vsize=1540980 CPUtime=1683.41
/proc/32169/task/32171/stat : 32171 (java) R 32167 32169 31726 0 -1 4202560 33456 0 53 0 168293 48 0 0 25 0 13 0 30231181 1577963520 169665 1992294400 134512640 134550932 4293090336 18446744073709551615 4110015206 0 4 0 16800975 0 0 0 -1 0 0 0 19
[pid=32169/tid=32172] ppid=32167 vsize=1540980 CPUtime=32.37
/proc/32169/task/32172/stat : 32172 (java) S 32167 32169 31726 0 -1 4202560 75883 0 0 0 3169 68 0 0 16 0 13 0 30231195 1577963520 169665 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32173] ppid=32167 vsize=1540980 CPUtime=32.36
/proc/32169/task/32173/stat : 32173 (java) S 32167 32169 31726 0 -1 4202560 69450 0 0 0 3183 53 0 0 15 0 13 0 30231195 1577963520 169665 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 1 0 0 0
[pid=32169/tid=32174] ppid=32167 vsize=1540980 CPUtime=4.07
/proc/32169/task/32174/stat : 32174 (java) S 32167 32169 31726 0 -1 4202560 2729 0 0 0 395 12 0 0 15 0 13 0 30231198 1577963520 169665 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 0 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32175] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32175/stat : 32175 (java) S 32167 32169 31726 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30231199 1577963520 169665 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32176] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32176/stat : 32176 (java) S 32167 32169 31726 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30231199 1577963520 169665 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32177] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32177/stat : 32177 (java) S 32167 32169 31726 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 30231207 1577963520 169665 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32178] ppid=32167 vsize=1540980 CPUtime=2.47
/proc/32169/task/32178/stat : 32178 (java) S 32167 32169 31726 0 -1 4202560 5522 0 0 0 245 2 0 0 15 0 13 0 30231207 1577963520 169665 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 1 0 0 0
[pid=32169/tid=32179] ppid=32167 vsize=1540980 CPUtime=1.41
/proc/32169/task/32179/stat : 32179 (java) S 32167 32169 31726 0 -1 4202560 3084 0 0 0 139 2 0 0 15 0 13 0 30231207 1577963520 169665 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32180] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32180/stat : 32180 (java) S 32167 32169 31726 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 30231207 1577963520 169665 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32181] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32181/stat : 32181 (java) S 32167 32169 31726 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 13 0 30231207 1577963520 169665 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32182] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32182/stat : 32182 (java) S 32167 32169 31726 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 30231616 1577963520 169665 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1756.17
Current children cumulated vsize (KiB) 1540980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1764.41 s]
/proc/loadavg: 1.01 1.04 1.00 2/120 32714
/proc/meminfo: memFree=1174736/2059040 swapFree=4140072/4192956
[pid=32169] ppid=32167 vsize=1540980 CPUtime=1800
/proc/32169/stat : 32169 (java) S 32167 32169 31726 0 -1 4202496 193486 0 91 0 179803 197 0 0 16 0 13 0 30231169 1577963520 171776 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/32169/statm: 385245 171776 1450 10 0 382547 0
[pid=32169/tid=32171] ppid=32167 vsize=1540980 CPUtime=1723.75
/proc/32169/task/32171/stat : 32171 (java) R 32167 32169 31726 0 -1 4202560 33508 0 53 0 172325 50 0 0 25 0 13 0 30231181 1577963520 171776 1992294400 134512640 134550932 4293090336 18446744073709551615 4110270083 0 4 0 16800975 0 0 0 -1 0 0 0 19
[pid=32169/tid=32172] ppid=32167 vsize=1540980 CPUtime=34.09
/proc/32169/task/32172/stat : 32172 (java) S 32167 32169 31726 0 -1 4202560 76774 0 0 0 3340 69 0 0 16 0 13 0 30231195 1577963520 171776 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 1 0 0 0
[pid=32169/tid=32173] ppid=32167 vsize=1540980 CPUtime=34.11
/proc/32169/task/32173/stat : 32173 (java) S 32167 32169 31726 0 -1 4202560 70729 0 0 0 3355 56 0 0 16 0 13 0 30231195 1577963520 171776 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32174] ppid=32167 vsize=1540980 CPUtime=4.09
/proc/32169/task/32174/stat : 32174 (java) S 32167 32169 31726 0 -1 4202560 2731 0 0 0 396 13 0 0 15 0 13 0 30231198 1577963520 171776 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 0 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32175] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32175/stat : 32175 (java) S 32167 32169 31726 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30231199 1577963520 171776 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32176] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32176/stat : 32176 (java) S 32167 32169 31726 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 30231199 1577963520 171776 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32177] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32177/stat : 32177 (java) S 32167 32169 31726 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 30231207 1577963520 171776 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32178] ppid=32167 vsize=1540980 CPUtime=2.47
/proc/32169/task/32178/stat : 32178 (java) S 32167 32169 31726 0 -1 4202560 5522 0 0 0 245 2 0 0 15 0 13 0 30231207 1577963520 171776 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 1 0 0 0
[pid=32169/tid=32179] ppid=32167 vsize=1540980 CPUtime=1.41
/proc/32169/task/32179/stat : 32179 (java) S 32167 32169 31726 0 -1 4202560 3084 0 0 0 139 2 0 0 15 0 13 0 30231207 1577963520 171776 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32180] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32180/stat : 32180 (java) S 32167 32169 31726 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 30231207 1577963520 171776 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32181] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32181/stat : 32181 (java) S 32167 32169 31726 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 13 0 30231207 1577963520 171776 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
[pid=32169/tid=32182] ppid=32167 vsize=1540980 CPUtime=0
/proc/32169/task/32182/stat : 32182 (java) S 32167 32169 31726 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 30231616 1577963520 171776 1992294400 134512640 134550932 4293090336 18446744073709551615 4294960144 0 4 0 16800975 18446604437815606208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1540980

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

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

[startup+1764.52 s]
/proc/loadavg: 1.01 1.04 1.00 2/120 32714
/proc/meminfo: memFree=1174736/2059040 swapFree=4140072/4192956
[pid=32169] ppid=32167 vsize=0 CPUtime=1800.15
/proc/32169/stat : 32169 (java) Z 32167 32169 31726 0 -1 4203548 193512 0 91 0 179817 198 0 0 15 0 2 0 30231169 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/32169/statm: 0 0 0 0 0 0 0
[pid=32169/tid=32171] ppid=32167 vsize=0 CPUtime=1723.82
/proc/32169/task/32171/stat : 32171 (java) R 32167 32169 31726 0 -1 4203588 33508 0 53 0 172331 51 0 0 25 0 2 0 30231181 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 19
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1764.57
CPU time (s): 1800.22
CPU user time (s): 1798.18
CPU system time (s): 2.03769
CPU usage (%): 102.02
Max. virtual memory (cumulated for all children) (KiB): 1543544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.18
system time used= 2.03769
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193512
page faults= 91
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49929
involuntary context switches= 49725

runsolver used 3.75443 second user time and 9.75552 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-15 03:35:54
IDJOB=2660316
IDBENCH=2504
IDSOLVER=1165
FILE ID=node025/2660316-1276565754
PBS_JOBID= 11173506
Free space on /tmp= 62568 MiB

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

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

MD5SUM BENCH= daeaeaee67028e931b0f5195f178e9b3
RANDOM SEED=1703378526

node025.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.242
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.48
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.242
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1926348 kB
Buffers:          1404 kB
Cached:          48304 kB
SwapCached:       5428 kB
Active:          31076 kB
Inactive:        30620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1926348 kB
SwapTotal:     4192956 kB
SwapFree:      4140072 kB
Dirty:            5092 kB
Writeback:           0 kB
AnonPages:       10928 kB
Mapped:          12996 kB
Slab:            48992 kB
PageTables:       4092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183308 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= 62576 MiB
End job on node025 at 2010-06-15 04:05:21