Trace number 2658790

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 Resolution 2.2.0 2010-05-26? (TO) 1800.16 1792.82

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-dano3_4.opb
MD5SUM77442b3482c8e96813b174683c20fffc
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 variables404566
Total number of constraints3686
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints3682
Minimum length of a constraint11
Maximum length of a constraint15900
Number of terms in the objective function 30
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 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 134217728000
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 569083166190
Number of bits of the biggest sum of numbers40
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.16	c version 2.2.0.v20100526
0.09/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.16	c java.vm.version	11.2-b01
0.09/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version		1.6.0_12
0.09/0.16	c os.name		Linux
0.09/0.16	c os.version		2.6.18-164.el5
0.09/0.16	c os.arch		i386
0.09/0.16	c Free memory 		1393557488
0.09/0.16	c Max memory 		1395916800
0.09/0.16	c Total memory 		1395916800
0.09/0.16	c Number of processors 	2
0.09/0.21	c Pseudo Boolean Optimization
0.09/0.21	c --- Begin Solver configuration ---
0.09/0.21	c Stops conflict analysis at the first Unique Implication Point
0.09/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.09/0.21	c Learn all clauses as in MiniSAT
0.09/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.21	c Expensive reason simplification
0.09/0.21	c Armin Biere (Picosat) restarts strategy
0.09/0.21	c Glucose learned constraints deletion strategy
0.09/0.21	c timeout=2147483s
0.09/0.21	c DB Simplification allowed=false
0.09/0.21	c --- End Solver configuration ---
0.09/0.21	c solving HOME/instance-2658790-1276532030.opb
0.09/0.21	c reading problem ... 
22.32/17.61	c ... done. Wall clock time 17.399s.
22.32/17.61	c #vars     404566
22.32/17.61	c #constraints  126490
22.32/17.61	c constraints type 
22.32/17.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 8
22.32/17.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4902
597.10/590.68	c cleaning 2499 clauses out of 4999 with flag 5002/5002
740.34/733.76	c cleaning 4245 clauses out of 8496 with flag 11001/11001
794.39/787.76	c cleaning 5630 clauses out of 11265 with flag 18018/18018
824.17/817.46	c cleaning 6806 clauses out of 13618 with flag 26001/26001
851.50/844.69	c cleaning 7910 clauses out of 15820 with flag 35010/35010
1205.01/1197.92	c cleaning 8944 clauses out of 17891 with flag 45001/45001
1422.98/1415.77	c cleaning 9464 clauses out of 18940 with flag 55000/55000
1800.01/1792.72	c starts		: 74
1800.01/1792.72	c conflicts		: 57600
1800.01/1792.72	c decisions		: 383158
1800.01/1792.72	c propagations		: 15718069
1800.01/1792.72	c inspects		: 96767386
1800.01/1792.72	c learnt literals	: 26
1800.01/1792.72	c learnt binary clauses	: 112
1800.01/1792.72	c learnt ternary clauses	: 22
1800.01/1792.72	c learnt clauses	: 57574
1800.01/1792.72	c ignored clauses	: 0
1800.01/1792.72	c root simplifications	: 0
1800.01/1792.72	c removed literals (reason simplification)	: 4052101
1800.01/1792.72	c reason swapping (by a shorter reason)	: 0
1800.01/1792.72	c Calls to reduceDB	: 7
1800.01/1792.72	c number of reductions to clauses (during analyze)	: 0
1800.01/1792.72	c number of learned constraints concerned by reduction	: 0
1800.01/1792.72	c number of learning phase by resolution	: 0
1800.01/1792.72	c number of learning phase by cutting planes	: 0
1800.01/1792.72	c speed (assignments/second)	: 8854.73245511249
1800.01/1792.72	c non guided choices	56076
1800.01/1792.74	c learnt constraints type 
1800.01/1792.74	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11964
1800.01/1792.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 112
1800.01/1792.74	c constraints type 
1800.01/1792.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 8
1800.01/1792.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4902
1800.01/1792.74	s UNKNOWN
1800.01/1792.74	c Total wall clock time (in seconds): 1792.533

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-2658790-1276532030/watcher-2658790-1276532030 -o /tmp/evaluation-result-2658790-1276532030/solver-2658790-1276532030 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658790-1276532030.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.58 1.87 1.60 3/106 30208
/proc/meminfo: memFree=1826560/2059040 swapFree=4136080/4192956
[pid=30208] ppid=30206 vsize=1832 CPUtime=0
/proc/30208/stat : 30208 (java6) R 30206 30208 29487 0 -1 4194304 225 0 0 0 0 0 0 0 19 0 1 0 28804597 1875968 128 1992294400 134512640 134550932 4287748240 18446744073709551615 2797264 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30208/statm: 458 131 95 10 0 63 0

[startup+0.096435 s]
/proc/loadavg: 1.58 1.87 1.60 3/106 30208
/proc/meminfo: memFree=1826560/2059040 swapFree=4136080/4192956
[pid=30208] ppid=30206 vsize=1522632 CPUtime=0.08
/proc/30208/stat : 30208 (java) S 30206 30208 29487 0 -1 4202496 3881 0 1 0 5 3 0 0 15 0 9 0 28804597 1559175168 3322 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30208/statm: 380658 3322 1051 10 0 377968 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1522632

[startup+0.105424 s]
/proc/loadavg: 1.58 1.87 1.60 3/106 30208
/proc/meminfo: memFree=1826560/2059040 swapFree=4136080/4192956
[pid=30208] ppid=30206 vsize=1525204 CPUtime=0.09
/proc/30208/stat : 30208 (java) S 30206 30208 29487 0 -1 4202496 3952 0 1 0 6 3 0 0 15 0 12 0 28804597 1561808896 3391 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30208/statm: 381301 3391 1076 10 0 378603 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1525204

[startup+0.301438 s]
/proc/loadavg: 1.58 1.87 1.60 3/106 30208
/proc/meminfo: memFree=1826560/2059040 swapFree=4136080/4192956
[pid=30208] ppid=30206 vsize=1526220 CPUtime=0.34
/proc/30208/stat : 30208 (java) S 30206 30208 29487 0 -1 4202496 7538 0 1 0 30 4 0 0 15 0 12 0 28804597 1562849280 6975 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30208/statm: 381555 6975 1357 10 0 378857 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526220

[startup+0.700428 s]
/proc/loadavg: 1.58 1.87 1.60 3/106 30208
/proc/meminfo: memFree=1826560/2059040 swapFree=4136080/4192956
[pid=30208] ppid=30206 vsize=1530300 CPUtime=1.15
/proc/30208/stat : 30208 (java) S 30206 30208 29487 0 -1 4202496 10581 0 1 0 109 6 0 0 15 0 12 0 28804597 1567027200 9537 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30208/statm: 382575 9537 1412 10 0 379877 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1530300

[startup+1.50141 s]
/proc/loadavg: 1.58 1.87 1.60 6/118 30220
/proc/meminfo: memFree=1780344/2059040 swapFree=4136080/4192956
[pid=30208] ppid=30206 vsize=1544608 CPUtime=2.74
/proc/30208/stat : 30208 (java) S 30206 30208 29487 0 -1 4202496 22456 0 1 0 263 11 0 0 15 0 12 0 28804597 1581678592 18619 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30208/statm: 386152 18619 1412 10 0 383454 0
[pid=30208/tid=30210] ppid=30206 vsize=1544608 CPUtime=1.47
/proc/30208/task/30210/stat : 30210 (java) R 30206 30208 29487 0 -1 4202560 13205 0 1 0 140 7 0 0 18 0 12 0 28804598 1581678592 18619 1992294400 134512640 134550932 4290900384 18446744073709551615 4109181936 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30208/tid=30211] ppid=30206 vsize=1544608 CPUtime=0
/proc/30208/task/30211/stat : 30211 (java) S 30206 30208 29487 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 28804600 1581678592 18619 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30212] ppid=30206 vsize=1544608 CPUtime=0
/proc/30208/task/30212/stat : 30212 (java) S 30206 30208 29487 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 28804600 1581678592 18619 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30213] ppid=30206 vsize=1544608 CPUtime=0
/proc/30208/task/30213/stat : 30213 (java) S 30206 30208 29487 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28804601 1581678592 18619 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 0 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30214] ppid=30206 vsize=1544608 CPUtime=0
/proc/30208/task/30214/stat : 30214 (java) S 30206 30208 29487 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 28804602 1581678592 18619 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30215] ppid=30206 vsize=1544608 CPUtime=0
/proc/30208/task/30215/stat : 30215 (java) S 30206 30208 29487 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 28804602 1581678592 18619 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30216] ppid=30206 vsize=1544608 CPUtime=0
/proc/30208/task/30216/stat : 30216 (java) S 30206 30208 29487 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 28804606 1581678592 18619 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30217] ppid=30206 vsize=1544608 CPUtime=0.01
/proc/30208/task/30217/stat : 30217 (java) R 30206 30208 29487 0 -1 4202560 29 0 0 0 1 0 0 0 22 0 12 0 28804606 1581678592 18619 1992294400 134512640 134550932 4290900384 18446744073709551615 105578316 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30208/tid=30218] ppid=30206 vsize=1544608 CPUtime=1.23
/proc/30208/task/30218/stat : 30218 (java) R 30206 30208 29487 0 -1 4202560 8161 0 0 0 120 3 0 0 18 0 12 0 28804607 1581678592 18619 1992294400 134512640 134550932 4290900384 18446744073709551615 105634497 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30208/tid=30219] ppid=30206 vsize=1544608 CPUtime=0
/proc/30208/task/30219/stat : 30219 (java) S 30206 30208 29487 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 12 0 28804607 1581678592 18619 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30220] ppid=30206 vsize=1544608 CPUtime=0
/proc/30208/task/30220/stat : 30220 (java) S 30206 30208 29487 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 28804607 1581678592 18619 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1544608

[startup+3.10137 s]
/proc/loadavg: 1.69 1.89 1.61 2/118 30220
/proc/meminfo: memFree=1714748/2059040 swapFree=4136080/4192956
[pid=30208] ppid=30206 vsize=1543136 CPUtime=4.87
/proc/30208/stat : 30208 (java) S 30206 30208 29487 0 -1 4202496 50620 0 1 0 465 22 0 0 15 0 12 0 28804597 1580171264 45906 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30208/statm: 385784 45906 1423 10 0 383086 0
[pid=30208/tid=30210] ppid=30206 vsize=1543136 CPUtime=2.91
/proc/30208/task/30210/stat : 30210 (java) R 30206 30208 29487 0 -1 4202560 32007 0 1 0 277 14 0 0 17 0 12 0 28804598 1580171264 45906 1992294400 134512640 134550932 4290900384 18446744073709551615 4109483232 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30208/tid=30211] ppid=30206 vsize=1543136 CPUtime=0.14
/proc/30208/task/30211/stat : 30211 (java) S 30206 30208 29487 0 -1 4202560 3922 0 0 0 13 1 0 0 16 0 12 0 28804600 1580171264 45906 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30212] ppid=30206 vsize=1543136 CPUtime=0.14
/proc/30208/task/30212/stat : 30212 (java) S 30206 30208 29487 0 -1 4202560 5126 0 0 0 12 2 0 0 18 0 12 0 28804600 1580171264 45906 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30213] ppid=30206 vsize=1543136 CPUtime=0
/proc/30208/task/30213/stat : 30213 (java) S 30206 30208 29487 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 28804601 1580171264 45906 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 0 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30214] ppid=30206 vsize=1543136 CPUtime=0
/proc/30208/task/30214/stat : 30214 (java) S 30206 30208 29487 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 28804602 1580171264 45906 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30215] ppid=30206 vsize=1543136 CPUtime=0
/proc/30208/task/30215/stat : 30215 (java) S 30206 30208 29487 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 28804602 1580171264 45906 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30216] ppid=30206 vsize=1543136 CPUtime=0
/proc/30208/task/30216/stat : 30216 (java) S 30206 30208 29487 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 28804606 1580171264 45906 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30217] ppid=30206 vsize=1543136 CPUtime=0.06
/proc/30208/task/30217/stat : 30217 (java) S 30206 30208 29487 0 -1 4202560 57 0 0 0 6 0 0 0 22 0 12 0 28804606 1580171264 45906 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30218] ppid=30206 vsize=1543136 CPUtime=1.58
/proc/30208/task/30218/stat : 30218 (java) S 30206 30208 29487 0 -1 4202560 8441 0 0 0 155 3 0 0 18 0 12 0 28804607 1580171264 45906 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30219] ppid=30206 vsize=1543136 CPUtime=0
/proc/30208/task/30219/stat : 30219 (java) S 30206 30208 29487 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 12 0 28804607 1580171264 45906 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30220] ppid=30206 vsize=1543136 CPUtime=0
/proc/30208/task/30220/stat : 30220 (java) S 30206 30208 29487 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 28804607 1580171264 45906 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 1543136

[startup+6.30029 s]
/proc/loadavg: 1.69 1.89 1.61 2/118 30220
/proc/meminfo: memFree=1575000/2059040 swapFree=4136080/4192956
[pid=30208] ppid=30206 vsize=1538140 CPUtime=8.78
/proc/30208/stat : 30208 (java) S 30206 30208 29487 0 -1 4202496 79320 0 1 0 840 38 0 0 15 0 12 0 28804597 1575055360 69471 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30208/statm: 384535 69471 1423 10 0 381837 0
[pid=30208/tid=30210] ppid=30206 vsize=1538140 CPUtime=5.38
/proc/30208/task/30210/stat : 30210 (java) R 30206 30208 29487 0 -1 4202560 32011 0 1 0 523 15 0 0 16 0 12 0 28804598 1575055360 69471 1992294400 134512640 134550932 4290900384 18446744073709551615 4109502397 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30208/tid=30211] ppid=30206 vsize=1538140 CPUtime=0.86
/proc/30208/task/30211/stat : 30211 (java) S 30206 30208 29487 0 -1 4202560 17146 0 0 0 78 8 0 0 16 0 12 0 28804600 1575055360 69471 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30212] ppid=30206 vsize=1538140 CPUtime=0.86
/proc/30208/task/30212/stat : 30212 (java) S 30206 30208 29487 0 -1 4202560 20597 0 0 0 77 9 0 0 16 0 12 0 28804600 1575055360 69471 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30213] ppid=30206 vsize=1538140 CPUtime=0
/proc/30208/task/30213/stat : 30213 (java) S 30206 30208 29487 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 28804601 1575055360 69471 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 0 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30214] ppid=30206 vsize=1538140 CPUtime=0
/proc/30208/task/30214/stat : 30214 (java) S 30206 30208 29487 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 28804602 1575055360 69471 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30215] ppid=30206 vsize=1538140 CPUtime=0
/proc/30208/task/30215/stat : 30215 (java) S 30206 30208 29487 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 28804602 1575055360 69471 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30216] ppid=30206 vsize=1538140 CPUtime=0
/proc/30208/task/30216/stat : 30216 (java) S 30206 30208 29487 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 28804606 1575055360 69471 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30217] ppid=30206 vsize=1538140 CPUtime=0.06
/proc/30208/task/30217/stat : 30217 (java) S 30206 30208 29487 0 -1 4202560 57 0 0 0 6 0 0 0 22 0 12 0 28804606 1575055360 69471 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30218] ppid=30206 vsize=1538140 CPUtime=1.58
/proc/30208/task/30218/stat : 30218 (java) S 30206 30208 29487 0 -1 4202560 8441 0 0 0 155 3 0 0 18 0 12 0 28804607 1575055360 69471 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30219] ppid=30206 vsize=1538140 CPUtime=0
/proc/30208/task/30219/stat : 30219 (java) S 30206 30208 29487 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 12 0 28804607 1575055360 69471 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30220] ppid=30206 vsize=1538140 CPUtime=0
/proc/30208/task/30220/stat : 30220 (java) S 30206 30208 29487 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28804607 1575055360 69471 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.78
Current children cumulated vsize (KiB) 1538140

[startup+12.7011 s]
/proc/loadavg: 1.58 1.86 1.60 2/118 30223
/proc/meminfo: memFree=1446528/2059040 swapFree=4136080/4192956
[pid=30208] ppid=30206 vsize=1531960 CPUtime=16.57
/proc/30208/stat : 30208 (java) S 30206 30208 29487 0 -1 4202496 115291 0 1 0 1601 56 0 0 15 0 12 0 28804597 1568727040 98358 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30208/statm: 382990 98358 1423 10 0 380292 0
[pid=30208/tid=30210] ppid=30206 vsize=1531960 CPUtime=10.36
/proc/30208/task/30210/stat : 30210 (java) R 30206 30208 29487 0 -1 4202560 32024 0 1 0 1019 17 0 0 15 0 12 0 28804598 1568727040 98358 1992294400 134512640 134550932 4290900384 18446744073709551615 4109457282 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30208/tid=30211] ppid=30206 vsize=1531960 CPUtime=2.25
/proc/30208/task/30211/stat : 30211 (java) S 30206 30208 29487 0 -1 4202560 32973 0 0 0 209 16 0 0 16 0 12 0 28804600 1568727040 98358 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30212] ppid=30206 vsize=1531960 CPUtime=2.21
/proc/30208/task/30212/stat : 30212 (java) S 30206 30208 29487 0 -1 4202560 40634 0 0 0 204 17 0 0 16 0 12 0 28804600 1568727040 98358 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30213] ppid=30206 vsize=1531960 CPUtime=0
/proc/30208/task/30213/stat : 30213 (java) S 30206 30208 29487 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 28804601 1568727040 98358 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 0 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30214] ppid=30206 vsize=1531960 CPUtime=0
/proc/30208/task/30214/stat : 30214 (java) S 30206 30208 29487 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 28804602 1568727040 98358 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30215] ppid=30206 vsize=1531960 CPUtime=0
/proc/30208/task/30215/stat : 30215 (java) S 30206 30208 29487 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 28804602 1568727040 98358 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30216] ppid=30206 vsize=1531960 CPUtime=0
/proc/30208/task/30216/stat : 30216 (java) S 30206 30208 29487 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 28804606 1568727040 98358 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30217] ppid=30206 vsize=1531960 CPUtime=0.11
/proc/30208/task/30217/stat : 30217 (java) S 30206 30208 29487 0 -1 4202560 151 0 0 0 11 0 0 0 15 0 12 0 28804606 1568727040 98358 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30218] ppid=30206 vsize=1531960 CPUtime=1.58
/proc/30208/task/30218/stat : 30218 (java) S 30206 30208 29487 0 -1 4202560 8441 0 0 0 155 3 0 0 15 0 12 0 28804607 1568727040 98358 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30219] ppid=30206 vsize=1531960 CPUtime=0
/proc/30208/task/30219/stat : 30219 (java) S 30206 30208 29487 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 12 0 28804607 1568727040 98358 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30220] ppid=30206 vsize=1531960 CPUtime=0
/proc/30208/task/30220/stat : 30220 (java) S 30206 30208 29487 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28804607 1568727040 98358 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.57
Current children cumulated vsize (KiB) 1531960

[startup+25.5018 s]
/proc/loadavg: 1.49 1.83 1.59 2/119 30224
/proc/meminfo: memFree=1347328/2059040 swapFree=4136080/4192956
[pid=30208] ppid=30206 vsize=1533308 CPUtime=30.71
/proc/30208/stat : 30208 (java) S 30206 30208 29487 0 -1 4202496 141534 0 1 0 3002 69 0 0 15 0 13 0 28804597 1570107392 120984 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30208/statm: 383327 120984 1431 10 0 380629 0
[pid=30208/tid=30210] ppid=30206 vsize=1533308 CPUtime=22.08
/proc/30208/task/30210/stat : 30210 (java) R 30206 30208 29487 0 -1 4202560 32073 0 1 0 2190 18 0 0 25 0 13 0 28804598 1570107392 120984 1992294400 134512640 134550932 4290900384 18446744073709551615 4109476301 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30208/tid=30211] ppid=30206 vsize=1533308 CPUtime=3.25
/proc/30208/task/30211/stat : 30211 (java) S 30206 30208 29487 0 -1 4202560 43231 0 0 0 305 20 0 0 16 0 13 0 28804600 1570107392 120984 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30212] ppid=30206 vsize=1533308 CPUtime=3.25
/proc/30208/task/30212/stat : 30212 (java) S 30206 30208 29487 0 -1 4202560 56307 0 0 0 301 24 0 0 16 0 13 0 28804600 1570107392 120984 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30213] ppid=30206 vsize=1533308 CPUtime=0
/proc/30208/task/30213/stat : 30213 (java) S 30206 30208 29487 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 13 0 28804601 1570107392 120984 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 0 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30214] ppid=30206 vsize=1533308 CPUtime=0
/proc/30208/task/30214/stat : 30214 (java) S 30206 30208 29487 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28804602 1570107392 120984 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30215] ppid=30206 vsize=1533308 CPUtime=0
/proc/30208/task/30215/stat : 30215 (java) S 30206 30208 29487 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28804602 1570107392 120984 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30216] ppid=30206 vsize=1533308 CPUtime=0
/proc/30208/task/30216/stat : 30216 (java) S 30206 30208 29487 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 28804606 1570107392 120984 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30217] ppid=30206 vsize=1533308 CPUtime=0.3

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

[pid=30208/tid=30214] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30214/stat : 30214 (java) S 30206 30208 29487 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28804602 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30215] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30215/stat : 30215 (java) S 30206 30208 29487 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28804602 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30216] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30216/stat : 30216 (java) S 30206 30208 29487 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 28804606 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30217] ppid=30206 vsize=1535356 CPUtime=0.74
/proc/30208/task/30217/stat : 30217 (java) S 30206 30208 29487 0 -1 4202560 1715 0 0 0 74 0 0 0 15 0 13 0 28804606 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30218] ppid=30206 vsize=1535356 CPUtime=2.12
/proc/30208/task/30218/stat : 30218 (java) S 30206 30208 29487 0 -1 4202560 8488 0 0 0 209 3 0 0 16 0 13 0 28804607 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30219] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30219/stat : 30219 (java) S 30206 30208 29487 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 13 0 28804607 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30220] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30220/stat : 30220 (java) S 30206 30208 29487 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 28804607 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30224] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30224/stat : 30224 (java) S 30206 30208 29487 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 28806432 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1609.6
Current children cumulated vsize (KiB) 1535356

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/119 30268
/proc/meminfo: memFree=1243292/2059040 swapFree=4136080/4192956
[pid=30208] ppid=30206 vsize=1535356 CPUtime=1669.6
/proc/30208/stat : 30208 (java) S 30206 30208 29487 0 -1 4202496 194956 0 1 0 166855 105 0 0 15 0 13 0 28804597 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30208/statm: 383839 146475 1442 10 0 381141 0
[pid=30208/tid=30210] ppid=30206 vsize=1535356 CPUtime=1646.77
/proc/30208/task/30210/stat : 30210 (java) R 30206 30208 29487 0 -1 4202560 32205 0 1 0 164653 24 0 0 25 0 13 0 28804598 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4109476157 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30208/tid=30211] ppid=30206 vsize=1535356 CPUtime=5.59
/proc/30208/task/30211/stat : 30211 (java) S 30206 30208 29487 0 -1 4202560 61180 0 0 0 528 31 0 0 16 0 13 0 28804600 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30212] ppid=30206 vsize=1535356 CPUtime=5.51
/proc/30208/task/30212/stat : 30212 (java) S 30206 30208 29487 0 -1 4202560 68217 0 0 0 517 34 0 0 16 0 13 0 28804600 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30213] ppid=30206 vsize=1535356 CPUtime=8.8
/proc/30208/task/30213/stat : 30213 (java) S 30206 30208 29487 0 -1 4202560 21989 0 0 0 871 9 0 0 15 0 13 0 28804601 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 0 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30214] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30214/stat : 30214 (java) S 30206 30208 29487 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28804602 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30215] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30215/stat : 30215 (java) S 30206 30208 29487 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28804602 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30216] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30216/stat : 30216 (java) S 30206 30208 29487 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 28804606 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30217] ppid=30206 vsize=1535356 CPUtime=0.74
/proc/30208/task/30217/stat : 30217 (java) S 30206 30208 29487 0 -1 4202560 1715 0 0 0 74 0 0 0 15 0 13 0 28804606 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30218] ppid=30206 vsize=1535356 CPUtime=2.12
/proc/30208/task/30218/stat : 30218 (java) S 30206 30208 29487 0 -1 4202560 8488 0 0 0 209 3 0 0 16 0 13 0 28804607 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30219] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30219/stat : 30219 (java) S 30206 30208 29487 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 13 0 28804607 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30220] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30220/stat : 30220 (java) S 30206 30208 29487 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 28804607 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30224] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30224/stat : 30224 (java) S 30206 30208 29487 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 28806432 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1669.6
Current children cumulated vsize (KiB) 1535356

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/119 30270
/proc/meminfo: memFree=1243168/2059040 swapFree=4136080/4192956
[pid=30208] ppid=30206 vsize=1535356 CPUtime=1729.61
/proc/30208/stat : 30208 (java) S 30206 30208 29487 0 -1 4202496 194966 0 1 0 172855 106 0 0 15 0 13 0 28804597 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30208/statm: 383839 146475 1442 10 0 381141 0
[pid=30208/tid=30210] ppid=30206 vsize=1535356 CPUtime=1706.71
/proc/30208/task/30210/stat : 30210 (java) R 30206 30208 29487 0 -1 4202560 32209 0 1 0 170646 25 0 0 25 0 13 0 28804598 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4109768905 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30208/tid=30211] ppid=30206 vsize=1535356 CPUtime=5.62
/proc/30208/task/30211/stat : 30211 (java) S 30206 30208 29487 0 -1 4202560 61180 0 0 0 531 31 0 0 15 0 13 0 28804600 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30212] ppid=30206 vsize=1535356 CPUtime=5.54
/proc/30208/task/30212/stat : 30212 (java) S 30206 30208 29487 0 -1 4202560 68217 0 0 0 520 34 0 0 15 0 13 0 28804600 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30213] ppid=30206 vsize=1535356 CPUtime=8.8
/proc/30208/task/30213/stat : 30213 (java) S 30206 30208 29487 0 -1 4202560 21991 0 0 0 871 9 0 0 15 0 13 0 28804601 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 0 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30214] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30214/stat : 30214 (java) S 30206 30208 29487 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28804602 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30215] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30215/stat : 30215 (java) S 30206 30208 29487 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28804602 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30216] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30216/stat : 30216 (java) S 30206 30208 29487 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 28804606 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30217] ppid=30206 vsize=1535356 CPUtime=0.74
/proc/30208/task/30217/stat : 30217 (java) S 30206 30208 29487 0 -1 4202560 1715 0 0 0 74 0 0 0 15 0 13 0 28804606 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30218] ppid=30206 vsize=1535356 CPUtime=2.12
/proc/30208/task/30218/stat : 30218 (java) S 30206 30208 29487 0 -1 4202560 8488 0 0 0 209 3 0 0 16 0 13 0 28804607 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30219] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30219/stat : 30219 (java) S 30206 30208 29487 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 13 0 28804607 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30220] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30220/stat : 30220 (java) S 30206 30208 29487 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 28804607 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30224] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30224/stat : 30224 (java) S 30206 30208 29487 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 28806432 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1729.61
Current children cumulated vsize (KiB) 1535356

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/119 30272
/proc/meminfo: memFree=1242920/2059040 swapFree=4136080/4192956
[pid=30208] ppid=30206 vsize=1535356 CPUtime=1789.61
/proc/30208/stat : 30208 (java) S 30206 30208 29487 0 -1 4202496 194977 0 1 0 178854 107 0 0 15 0 13 0 28804597 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30208/statm: 383839 146475 1442 10 0 381141 0
[pid=30208/tid=30210] ppid=30206 vsize=1535356 CPUtime=1766.63
/proc/30208/task/30210/stat : 30210 (java) R 30206 30208 29487 0 -1 4202560 32214 0 1 0 176637 26 0 0 25 0 13 0 28804598 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4109787106 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30208/tid=30211] ppid=30206 vsize=1535356 CPUtime=5.67
/proc/30208/task/30211/stat : 30211 (java) S 30206 30208 29487 0 -1 4202560 61180 0 0 0 536 31 0 0 15 0 13 0 28804600 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30212] ppid=30206 vsize=1535356 CPUtime=5.59
/proc/30208/task/30212/stat : 30212 (java) S 30206 30208 29487 0 -1 4202560 68217 0 0 0 525 34 0 0 15 0 13 0 28804600 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30213] ppid=30206 vsize=1535356 CPUtime=8.8
/proc/30208/task/30213/stat : 30213 (java) S 30206 30208 29487 0 -1 4202560 21995 0 0 0 871 9 0 0 15 0 13 0 28804601 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 0 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30214] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30214/stat : 30214 (java) S 30206 30208 29487 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28804602 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30215] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30215/stat : 30215 (java) S 30206 30208 29487 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28804602 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30216] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30216/stat : 30216 (java) S 30206 30208 29487 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 28804606 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30217] ppid=30206 vsize=1535356 CPUtime=0.74
/proc/30208/task/30217/stat : 30217 (java) S 30206 30208 29487 0 -1 4202560 1715 0 0 0 74 0 0 0 15 0 13 0 28804606 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30218] ppid=30206 vsize=1535356 CPUtime=2.12
/proc/30208/task/30218/stat : 30218 (java) S 30206 30208 29487 0 -1 4202560 8488 0 0 0 209 3 0 0 16 0 13 0 28804607 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30219] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30219/stat : 30219 (java) S 30206 30208 29487 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 13 0 28804607 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30220] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30220/stat : 30220 (java) S 30206 30208 29487 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 28804607 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30224] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30224/stat : 30224 (java) S 30206 30208 29487 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 28806432 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1789.61
Current children cumulated vsize (KiB) 1535356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.7 s]
/proc/loadavg: 1.00 1.00 1.06 2/119 30272
/proc/meminfo: memFree=1242920/2059040 swapFree=4136080/4192956
[pid=30208] ppid=30206 vsize=1535356 CPUtime=1800.01
/proc/30208/stat : 30208 (java) S 30206 30208 29487 0 -1 4202496 194979 0 1 0 179894 107 0 0 15 0 13 0 28804597 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30208/statm: 383839 146475 1442 10 0 381141 0
[pid=30208/tid=30210] ppid=30206 vsize=1535356 CPUtime=1777.03
/proc/30208/task/30210/stat : 30210 (java) R 30206 30208 29487 0 -1 4202560 32214 0 1 0 177677 26 0 0 25 0 13 0 28804598 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4109768873 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30208/tid=30211] ppid=30206 vsize=1535356 CPUtime=5.67
/proc/30208/task/30211/stat : 30211 (java) S 30206 30208 29487 0 -1 4202560 61180 0 0 0 536 31 0 0 15 0 13 0 28804600 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30212] ppid=30206 vsize=1535356 CPUtime=5.59
/proc/30208/task/30212/stat : 30212 (java) S 30206 30208 29487 0 -1 4202560 68217 0 0 0 525 34 0 0 15 0 13 0 28804600 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30213] ppid=30206 vsize=1535356 CPUtime=8.8
/proc/30208/task/30213/stat : 30213 (java) S 30206 30208 29487 0 -1 4202560 21995 0 0 0 871 9 0 0 15 0 13 0 28804601 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 0 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30214] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30214/stat : 30214 (java) S 30206 30208 29487 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 28804602 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30215] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30215/stat : 30215 (java) S 30206 30208 29487 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 28804602 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30216] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30216/stat : 30216 (java) S 30206 30208 29487 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 28804606 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30217] ppid=30206 vsize=1535356 CPUtime=0.74
/proc/30208/task/30217/stat : 30217 (java) S 30206 30208 29487 0 -1 4202560 1715 0 0 0 74 0 0 0 15 0 13 0 28804606 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30218] ppid=30206 vsize=1535356 CPUtime=2.12
/proc/30208/task/30218/stat : 30218 (java) S 30206 30208 29487 0 -1 4202560 8488 0 0 0 209 3 0 0 16 0 13 0 28804607 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30219] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30219/stat : 30219 (java) S 30206 30208 29487 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 13 0 28804607 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 1 0 0 0
[pid=30208/tid=30220] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30220/stat : 30220 (java) S 30206 30208 29487 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 28804607 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
[pid=30208/tid=30224] ppid=30206 vsize=1535356 CPUtime=0
/proc/30208/task/30224/stat : 30224 (java) S 30206 30208 29487 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 28806432 1572204544 146475 1992294400 134512640 134550932 4290900384 18446744073709551615 4294960144 0 4 0 16800975 18446604437828975552 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1535356

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

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

[startup+1792.82 s]
/proc/loadavg: 1.00 1.00 1.06 2/119 30272
/proc/meminfo: memFree=1242920/2059040 swapFree=4136080/4192956
[pid=30208] ppid=30206 vsize=0 CPUtime=1800.15
/proc/30208/stat : 30208 (java) Z 30206 30208 29487 0 -1 4203548 195005 0 1 0 179902 113 0 0 15 0 2 0 28804597 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30208/statm: 0 0 0 0 0 0 0
[pid=30208/tid=30210] ppid=30206 vsize=0 CPUtime=1777.14
/proc/30208/task/30210/stat : 30210 (java) R 30206 30208 29487 0 -1 4203588 32214 0 1 0 177682 32 0 0 25 0 2 0 28804598 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1792.82
CPU time (s): 1800.16
CPU user time (s): 1799.02
CPU system time (s): 1.13883
CPU usage (%): 100.41
Max. virtual memory (cumulated for all children) (KiB): 1547560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.02
system time used= 1.13883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195005
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= 37907
involuntary context switches= 26406

runsolver used 3.56246 second user time and 9.62154 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-14 18:13:52
IDJOB=2658790
IDBENCH=2336
IDSOLVER=1164
FILE ID=node014/2658790-1276532030
PBS_JOBID= 11173445
Free space on /tmp= 62472 MiB

SOLVER NAME= SAT4J PB Resolution 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-dano3_4.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658790-1276532030/watcher-2658790-1276532030 -o /tmp/evaluation-result-2658790-1276532030/solver-2658790-1276532030 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658790-1276532030.opb

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

MD5SUM BENCH= 77442b3482c8e96813b174683c20fffc
RANDOM SEED=628255992

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1826592 kB
Buffers:         15896 kB
Cached:         127552 kB
SwapCached:      11124 kB
Active:         101360 kB
Inactive:        56376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1826592 kB
SwapTotal:     4192956 kB
SwapFree:      4136080 kB
Dirty:           32592 kB
Writeback:           0 kB
AnonPages:       11456 kB
Mapped:           9104 kB
Slab:            52464 kB
PageTables:       3996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182668 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 node014 at 2010-06-14 18:43:47