Trace number 2658852

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.21 1772.01

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_20.opb
MD5SUM6a25ee38adc43f783b18badd1224270c
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables13480
Total number of constraints26619
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 constraints26619
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2843
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.45	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.11/0.45	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.45	c See www.sat4j.org for details.
0.11/0.46	c version 2.2.0.v20100526
0.11/0.46	c java.runtime.name	Java(TM) SE Runtime Environment
0.11/0.46	c java.vm.name		Java HotSpot(TM) Server VM
0.11/0.46	c java.vm.version	11.2-b01
0.11/0.46	c java.vm.vendor	Sun Microsystems Inc.
0.11/0.46	c sun.arch.data.model	32
0.11/0.46	c java.version		1.6.0_12
0.11/0.46	c os.name		Linux
0.11/0.46	c os.version		2.6.18-164.el5
0.11/0.46	c os.arch		i386
0.11/0.46	c Free memory 		1393557488
0.11/0.46	c Max memory 		1395916800
0.11/0.46	c Total memory 		1395916800
0.11/0.46	c Number of processors 	2
0.21/0.54	c Pseudo Boolean Optimization
0.21/0.54	c --- Begin Solver configuration ---
0.21/0.54	c Stops conflict analysis at the first Unique Implication Point
0.21/0.54	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.21/0.54	c Learn all clauses as in MiniSAT
0.21/0.54	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.54	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.54	c Expensive reason simplification
0.21/0.54	c Armin Biere (Picosat) restarts strategy
0.21/0.54	c Glucose learned constraints deletion strategy
0.21/0.54	c timeout=2147483s
0.21/0.54	c DB Simplification allowed=false
0.21/0.54	c --- End Solver configuration ---
0.21/0.54	c solving HOME/instance-2658852-1276588081.opb
0.21/0.54	c reading problem ... 
7.43/5.84	c ... done. Wall clock time 5.306s.
7.43/5.84	c #vars     13480
7.43/5.84	c #constraints  26619
7.43/5.84	c constraints type 
7.43/5.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26619
190.39/184.86	c cleaning 2492 clauses out of 5000 with flag 5000/5000
388.64/380.14	c cleaning 4247 clauses out of 8508 with flag 11000/11000
627.74/615.86	c cleaning 5628 clauses out of 11261 with flag 18000/18000
903.15/887.13	c cleaning 6793 clauses out of 13633 with flag 26000/26000
1214.51/1194.34	c cleaning 7910 clauses out of 15841 with flag 35001/35001
1547.25/1522.52	c cleaning 8960 clauses out of 17931 with flag 45001/45001
1800.05/1771.94	c starts		: 74
1800.05/1771.94	c conflicts		: 53398
1800.05/1771.94	c decisions		: 69922
1800.05/1771.94	c propagations		: 19381471
1800.05/1771.94	c inspects		: 859344391
1800.05/1771.94	c learnt literals	: 0
1800.05/1771.94	c learnt binary clauses	: 0
1800.05/1771.94	c learnt ternary clauses	: 3
1800.05/1771.94	c learnt clauses	: 53397
1800.05/1771.94	c ignored clauses	: 0
1800.05/1771.94	c root simplifications	: 0
1800.05/1771.94	c removed literals (reason simplification)	: 1053849
1800.05/1771.94	c reason swapping (by a shorter reason)	: 0
1800.05/1771.94	c Calls to reduceDB	: 6
1800.05/1771.94	c number of reductions to clauses (during analyze)	: 0
1800.05/1771.94	c number of learned constraints concerned by reduction	: 0
1800.05/1771.94	c number of learning phase by resolution	: 0
1800.05/1771.94	c number of learning phase by cutting planes	: 0
1800.05/1771.94	c speed (assignments/second)	: 10974.207473785355
1800.05/1771.94	c non guided choices	76
1800.05/1771.96	c learnt constraints type 
1800.05/1771.96	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17368
1800.05/1771.96	c constraints type 
1800.05/1771.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26619
1800.05/1771.96	s UNKNOWN
1800.05/1771.96	c Total wall clock time (in seconds): 1771.427

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-2658852-1276588081/watcher-2658852-1276588081 -o /tmp/evaluation-result-2658852-1276588081/solver-2658852-1276588081 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658852-1276588081.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: 0.00 0.00 0.00 3/107 2359
/proc/meminfo: memFree=1698128/2059040 swapFree=4192956/4192956
[pid=2359] ppid=2357 vsize=300 CPUtime=0
/proc/2359/stat : 2359 (java6) D 2357 2359 2334 0 -1 4194304 114 0 1 0 0 0 0 0 17 0 1 0 100092 307200 35 1992294400 134512640 134550932 4292876560 18446744073709551615 3920596 0 0 4096 0 18446744071562234166 0 0 17 1 0 0 0
/proc/2359/statm: 75 35 28 10 0 23 0

[startup+0.0245741 s]
/proc/loadavg: 0.00 0.00 0.00 3/107 2359
/proc/meminfo: memFree=1698128/2059040 swapFree=4192956/4192956
[pid=2359] ppid=2357 vsize=392 CPUtime=0
/proc/2359/stat : 2359 (java6) D 2357 2359 2334 0 -1 4194304 115 0 1 0 0 0 0 0 17 0 1 0 100092 401408 36 1992294400 134512640 134550932 4292876560 18446744073709551615 3923111 0 0 4096 0 18446744071562154983 0 0 17 0 0 0 1
/proc/2359/statm: 98 36 29 10 0 23 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 392

[startup+0.100589 s]
/proc/loadavg: 0.00 0.00 0.00 3/107 2359
/proc/meminfo: memFree=1698128/2059040 swapFree=4192956/4192956
[pid=2359] ppid=2357 vsize=13436 CPUtime=0.01
/proc/2359/stat : 2359 (java) S 2357 2359 2334 0 -1 4202496 1036 0 34 0 0 1 0 0 16 0 2 0 100092 13758464 553 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 6
/proc/2359/statm: 3359 553 243 10 0 1202 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13436

[startup+0.300624 s]
/proc/loadavg: 0.00 0.00 0.00 3/107 2359
/proc/meminfo: memFree=1698128/2059040 swapFree=4192956/4192956
[pid=2359] ppid=2357 vsize=1521664 CPUtime=0.06
/proc/2359/stat : 2359 (java) S 2357 2359 2334 0 -1 4202496 3528 0 84 0 3 3 0 0 16 0 7 0 100092 1558183936 3053 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 6
/proc/2359/statm: 380416 3053 1023 10 0 377726 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521664

[startup+0.700691 s]
/proc/loadavg: 0.00 0.00 0.00 3/107 2359
/proc/meminfo: memFree=1698128/2059040 swapFree=4192956/4192956
[pid=2359] ppid=2357 vsize=1525992 CPUtime=0.48
/proc/2359/stat : 2359 (java) S 2357 2359 2334 0 -1 4202496 5554 0 84 0 43 5 0 0 16 0 12 0 100092 1562615808 5075 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 6
/proc/2359/statm: 381498 5076 1373 10 0 378800 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 1525992

[startup+1.50183 s]
/proc/loadavg: 0.00 0.00 0.00 5/119 2371
/proc/meminfo: memFree=1660804/2059040 swapFree=4192956/4192956
[pid=2359] ppid=2357 vsize=1545244 CPUtime=2.05
/proc/2359/stat : 2359 (java) S 2357 2359 2334 0 -1 4202496 16989 0 84 0 195 10 0 0 16 0 12 0 100092 1582329856 14298 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 6
/proc/2359/statm: 386311 14298 1406 10 0 383613 0
[pid=2359/tid=2361] ppid=2357 vsize=1545244 CPUtime=0.74
/proc/2359/task/2361/stat : 2361 (java) R 2357 2359 2334 0 -1 4202560 8721 0 50 0 69 5 0 0 18 0 12 0 100102 1582329856 14298 1992294400 134512640 134550932 4291123520 18446744073709551615 4108965661 0 4 0 16800975 0 0 0 -1 1 0 0 15
[pid=2359/tid=2362] ppid=2357 vsize=1545244 CPUtime=0
/proc/2359/task/2362/stat : 2362 (java) S 2357 2359 2334 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 12 0 100117 1582329856 14298 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2363] ppid=2357 vsize=1545244 CPUtime=0
/proc/2359/task/2363/stat : 2363 (java) S 2357 2359 2334 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 12 0 100117 1582329856 14298 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2364] ppid=2357 vsize=1545244 CPUtime=0
/proc/2359/task/2364/stat : 2364 (java) S 2357 2359 2334 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 100120 1582329856 14299 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 0 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2365] ppid=2357 vsize=1545420 CPUtime=0
/proc/2359/task/2365/stat : 2365 (java) S 2357 2359 2334 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 12 0 100121 1582510080 14302 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2366] ppid=2357 vsize=1545420 CPUtime=0
/proc/2359/task/2366/stat : 2366 (java) S 2357 2359 2334 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 12 0 100121 1582510080 14307 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2367] ppid=2357 vsize=1545420 CPUtime=0
/proc/2359/task/2367/stat : 2367 (java) S 2357 2359 2334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 12 0 100131 1582510080 14312 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2368] ppid=2357 vsize=1545420 CPUtime=0.72
/proc/2359/task/2368/stat : 2368 (java) R 2357 2359 2334 0 -1 4202560 2969 0 0 0 71 1 0 0 17 0 12 0 100131 1582510080 14318 1992294400 134512640 134550932 4291123520 18446744073709551615 105635692 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2359/tid=2369] ppid=2357 vsize=1545420 CPUtime=0.55
/proc/2359/task/2369/stat : 2369 (java) R 2357 2359 2334 0 -1 4202560 4293 0 0 0 54 1 0 0 18 0 12 0 100131 1582510080 14324 1992294400 134512640 134550932 4291123520 18446744073709551615 104163101 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2359/tid=2370] ppid=2357 vsize=1545420 CPUtime=0
/proc/2359/task/2370/stat : 2370 (java) S 2357 2359 2334 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 100131 1582510080 14329 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2371] ppid=2357 vsize=1545420 CPUtime=0
/proc/2359/task/2371/stat : 2371 (java) S 2357 2359 2334 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 100131 1582510080 14334 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1545244

[startup+3.10107 s]
/proc/loadavg: 0.00 0.00 0.00 2/119 2371
/proc/meminfo: memFree=1581072/2059040 swapFree=4192956/4192956
[pid=2359] ppid=2357 vsize=1543116 CPUtime=3.98
/proc/2359/stat : 2359 (java) S 2357 2359 2334 0 -1 4202496 45944 0 84 0 375 23 0 0 16 0 12 0 100092 1580150784 41703 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 6
/proc/2359/statm: 385779 41703 1419 10 0 383081 0
[pid=2359/tid=2361] ppid=2357 vsize=1543116 CPUtime=2.18
/proc/2359/task/2361/stat : 2361 (java) R 2357 2359 2334 0 -1 4202560 31927 0 50 0 203 15 0 0 19 0 12 0 100102 1580150784 41703 1992294400 134512640 134550932 4291123520 18446744073709551615 4108998754 0 4 0 16800975 0 0 0 -1 0 0 0 15
[pid=2359/tid=2362] ppid=2357 vsize=1543116 CPUtime=0.07
/proc/2359/task/2362/stat : 2362 (java) S 2357 2359 2334 0 -1 4202560 1991 0 0 0 7 0 0 0 18 0 12 0 100117 1580150784 41703 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2363] ppid=2357 vsize=1543116 CPUtime=0.07
/proc/2359/task/2363/stat : 2363 (java) S 2357 2359 2334 0 -1 4202560 2440 0 0 0 6 1 0 0 18 0 12 0 100117 1580150784 41703 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2364] ppid=2357 vsize=1543116 CPUtime=0
/proc/2359/task/2364/stat : 2364 (java) S 2357 2359 2334 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 12 0 100120 1580150784 41703 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 0 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2365] ppid=2357 vsize=1543116 CPUtime=0
/proc/2359/task/2365/stat : 2365 (java) S 2357 2359 2334 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 100121 1580150784 41703 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2366] ppid=2357 vsize=1543116 CPUtime=0
/proc/2359/task/2366/stat : 2366 (java) S 2357 2359 2334 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 100121 1580150784 41703 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2367] ppid=2357 vsize=1543116 CPUtime=0
/proc/2359/task/2367/stat : 2367 (java) S 2357 2359 2334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 12 0 100131 1580150784 41703 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2368] ppid=2357 vsize=1543116 CPUtime=0.78
/proc/2359/task/2368/stat : 2368 (java) S 2357 2359 2334 0 -1 4202560 3152 0 0 0 77 1 0 0 16 0 12 0 100131 1580150784 41703 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2369] ppid=2357 vsize=1543116 CPUtime=0.81
/proc/2359/task/2369/stat : 2369 (java) S 2357 2359 2334 0 -1 4202560 5397 0 0 0 79 2 0 0 15 0 12 0 100131 1580150784 41703 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2370] ppid=2357 vsize=1543116 CPUtime=0
/proc/2359/task/2370/stat : 2370 (java) S 2357 2359 2334 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 100131 1580150784 41703 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2371] ppid=2357 vsize=1543116 CPUtime=0
/proc/2359/task/2371/stat : 2371 (java) S 2357 2359 2334 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 100131 1580150784 41703 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 1543116

[startup+6.30184 s]
/proc/loadavg: 0.08 0.02 0.01 2/119 2371
/proc/meminfo: memFree=1471024/2059040 swapFree=4192956/4192956
[pid=2359] ppid=2357 vsize=1542556 CPUtime=8.04
/proc/2359/stat : 2359 (java) S 2357 2359 2334 0 -1 4202496 66528 0 84 0 771 33 0 0 16 0 13 0 100092 1579577344 58942 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 6
/proc/2359/statm: 385639 58942 1430 10 0 382941 0
[pid=2359/tid=2361] ppid=2357 vsize=1542556 CPUtime=4.56
/proc/2359/task/2361/stat : 2361 (java) R 2357 2359 2334 0 -1 4202560 31967 0 50 0 439 17 0 0 18 0 13 0 100102 1579577344 58942 1992294400 134512640 134550932 4291123520 18446744073709551615 4109341345 0 4 0 16800975 0 0 0 -1 0 0 0 15
[pid=2359/tid=2362] ppid=2357 vsize=1542556 CPUtime=0.58
/proc/2359/task/2362/stat : 2362 (java) S 2357 2359 2334 0 -1 4202560 10773 0 0 0 54 4 0 0 16 0 13 0 100117 1579577344 58942 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2363] ppid=2357 vsize=1542556 CPUtime=0.56
/proc/2359/task/2363/stat : 2363 (java) S 2357 2359 2334 0 -1 4202560 14142 0 0 0 50 6 0 0 16 0 13 0 100117 1579577344 58942 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2364] ppid=2357 vsize=1542556 CPUtime=0
/proc/2359/task/2364/stat : 2364 (java) S 2357 2359 2334 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 13 0 100120 1579577344 58942 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 0 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2365] ppid=2357 vsize=1542556 CPUtime=0
/proc/2359/task/2365/stat : 2365 (java) S 2357 2359 2334 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 100121 1579577344 58942 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2366] ppid=2357 vsize=1542556 CPUtime=0
/proc/2359/task/2366/stat : 2366 (java) S 2357 2359 2334 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 100121 1579577344 58942 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2367] ppid=2357 vsize=1542556 CPUtime=0
/proc/2359/task/2367/stat : 2367 (java) S 2357 2359 2334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 100131 1579577344 58942 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2368] ppid=2357 vsize=1542556 CPUtime=1.16
/proc/2359/task/2368/stat : 2368 (java) S 2357 2359 2334 0 -1 4202560 3180 0 0 0 115 1 0 0 15 0 13 0 100131 1579577344 58942 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2369] ppid=2357 vsize=1542556 CPUtime=1.12
/proc/2359/task/2369/stat : 2369 (java) S 2357 2359 2334 0 -1 4202560 5423 0 0 0 110 2 0 0 15 0 13 0 100131 1579577344 58942 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2370] ppid=2357 vsize=1542556 CPUtime=0
/proc/2359/task/2370/stat : 2370 (java) S 2357 2359 2334 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 100131 1579577344 58942 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2371] ppid=2357 vsize=1542556 CPUtime=0
/proc/2359/task/2371/stat : 2371 (java) S 2357 2359 2334 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 100131 1579577344 58942 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.04
Current children cumulated vsize (KiB) 1542556

[startup+12.7016 s]
/proc/loadavg: 0.15 0.03 0.01 3/120 2372
/proc/meminfo: memFree=1428984/2059040 swapFree=4192956/4192956
[pid=2359] ppid=2357 vsize=1542556 CPUtime=15.14
/proc/2359/stat : 2359 (java) S 2357 2359 2334 0 -1 4202496 74246 0 84 0 1478 36 0 0 16 0 13 0 100092 1579577344 65634 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 6
/proc/2359/statm: 385639 65634 1433 10 0 382941 0
[pid=2359/tid=2361] ppid=2357 vsize=1542556 CPUtime=10.4
/proc/2359/task/2361/stat : 2361 (java) R 2357 2359 2334 0 -1 4202560 31979 0 50 0 1023 17 0 0 25 0 13 0 100102 1579577344 65634 1992294400 134512640 134550932 4291123520 18446744073709551615 4109342389 0 4 0 16800975 0 0 0 -1 1 0 0 15
[pid=2359/tid=2362] ppid=2357 vsize=1542556 CPUtime=1.06
/proc/2359/task/2362/stat : 2362 (java) S 2357 2359 2334 0 -1 4202560 14560 0 0 0 101 5 0 0 16 0 13 0 100117 1579577344 65634 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2363] ppid=2357 vsize=1542556 CPUtime=1.03
/proc/2359/task/2363/stat : 2363 (java) S 2357 2359 2334 0 -1 4202560 18032 0 0 0 95 8 0 0 15 0 13 0 100117 1579577344 65634 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2364] ppid=2357 vsize=1542556 CPUtime=0
/proc/2359/task/2364/stat : 2364 (java) S 2357 2359 2334 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 13 0 100120 1579577344 65634 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 0 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2365] ppid=2357 vsize=1542556 CPUtime=0
/proc/2359/task/2365/stat : 2365 (java) S 2357 2359 2334 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 100121 1579577344 65634 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2366] ppid=2357 vsize=1542556 CPUtime=0
/proc/2359/task/2366/stat : 2366 (java) S 2357 2359 2334 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 100121 1579577344 65634 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2367] ppid=2357 vsize=1542556 CPUtime=0
/proc/2359/task/2367/stat : 2367 (java) S 2357 2359 2334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 100131 1579577344 65634 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2368] ppid=2357 vsize=1542556 CPUtime=1.29
/proc/2359/task/2368/stat : 2368 (java) S 2357 2359 2334 0 -1 4202560 3193 0 0 0 128 1 0 0 15 0 13 0 100131 1579577344 65634 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2369] ppid=2357 vsize=1542556 CPUtime=1.3
/proc/2359/task/2369/stat : 2369 (java) S 2357 2359 2334 0 -1 4202560 5439 0 0 0 128 2 0 0 15 0 13 0 100131 1579577344 65634 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2370] ppid=2357 vsize=1542556 CPUtime=0
/proc/2359/task/2370/stat : 2370 (java) S 2357 2359 2334 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 100131 1579577344 65634 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2371] ppid=2357 vsize=1542556 CPUtime=0
/proc/2359/task/2371/stat : 2371 (java) S 2357 2359 2334 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 100131 1579577344 65634 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2372] ppid=2357 vsize=1542556 CPUtime=0
/proc/2359/task/2372/stat : 2372 (java) S 2357 2359 2334 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 100684 1579577344 65634 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.14
Current children cumulated vsize (KiB) 1542556

[startup+25.5025 s]
/proc/loadavg: 0.34 0.08 0.02 2/120 2372
/proc/meminfo: memFree=1432208/2059040 swapFree=4192956/4192956
[pid=2359] ppid=2357 vsize=1539260 CPUtime=28.42
/proc/2359/stat : 2359 (java) S 2357 2359 2334 0 -1 4202496 74315 0 84 0 2804 38 0 0 16 0 13 0 100092 1576202240 64728 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 6
/proc/2359/statm: 384815 64728 1433 10 0 382117 0
[pid=2359/tid=2361] ppid=2357 vsize=1539260 CPUtime=22.79
/proc/2359/task/2361/stat : 2361 (java) R 2357 2359 2334 0 -1 4202560 31993 0 50 0 2261 18 0 0 25 0 13 0 100102 1576202240 64728 1992294400 134512640 134550932 4291123520 18446744073709551615 4108972093 0 4 0 16800975 0 0 0 -1 1 0 0 15
[pid=2359/tid=2362] ppid=2357 vsize=1539260 CPUtime=1.45
/proc/2359/task/2362/stat : 2362 (java) S 2357 2359 2334 0 -1 4202560 14576 0 0 0 139 6 0 0 16 0 13 0 100117 1576202240 64728 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2363] ppid=2357 vsize=1539260 CPUtime=1.43
/proc/2359/task/2363/stat : 2363 (java) S 2357 2359 2334 0 -1 4202560 18063 0 0 0 135 8 0 0 15 0 13 0 100117 1576202240 64728 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2364] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2364/stat : 2364 (java) S 2357 2359 2334 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 13 0 100120 1576202240 64728 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 0 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2365] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2365/stat : 2365 (java) S 2357 2359 2334 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 100121 1576202240 64728 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2366] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2366/stat : 2366 (java) S 2357 2359 2334 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 100121 1576202240 64728 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2367] ppid=2357 vsize=1539260 CPUtime=0

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

[pid=2359] ppid=2357 vsize=1539260 CPUtime=1628.13
/proc/2359/stat : 2359 (java) S 2357 2359 2334 0 -1 4202496 92808 0 84 0 162696 117 0 0 16 0 13 0 100092 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 6
/proc/2359/statm: 384815 70630 1444 10 0 382117 0
[pid=2359/tid=2361] ppid=2357 vsize=1539260 CPUtime=1572.32
/proc/2359/task/2361/stat : 2361 (java) R 2357 2359 2334 0 -1 4202560 32833 0 50 0 157186 46 0 0 25 0 13 0 100102 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4109039617 0 4 0 16800975 0 0 0 -1 0 0 0 15
[pid=2359/tid=2362] ppid=2357 vsize=1539260 CPUtime=24.95
/proc/2359/task/2362/stat : 2362 (java) S 2357 2359 2334 0 -1 4202560 17143 0 0 0 2470 25 0 0 16 0 13 0 100117 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2363] ppid=2357 vsize=1539260 CPUtime=24.96
/proc/2359/task/2363/stat : 2363 (java) S 2357 2359 2334 0 -1 4202560 20741 0 0 0 2468 28 0 0 16 0 13 0 100117 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2364] ppid=2357 vsize=1539260 CPUtime=2.81
/proc/2359/task/2364/stat : 2364 (java) S 2357 2359 2334 0 -1 4202560 12305 0 0 0 271 10 0 0 15 0 13 0 100120 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 0 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2365] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2365/stat : 2365 (java) S 2357 2359 2334 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 100121 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2366] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2366/stat : 2366 (java) S 2357 2359 2334 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 100121 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2367] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2367/stat : 2367 (java) S 2357 2359 2334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 100131 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2368] ppid=2357 vsize=1539260 CPUtime=1.31
/proc/2359/task/2368/stat : 2368 (java) S 2357 2359 2334 0 -1 4202560 3194 0 0 0 130 1 0 0 15 0 13 0 100131 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2369] ppid=2357 vsize=1539260 CPUtime=1.7
/proc/2359/task/2369/stat : 2369 (java) S 2357 2359 2334 0 -1 4202560 5470 0 0 0 168 2 0 0 15 0 13 0 100131 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2370] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2370/stat : 2370 (java) S 2357 2359 2334 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 100131 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2371] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2371/stat : 2371 (java) S 2357 2359 2334 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 13 0 100131 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2372] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2372/stat : 2372 (java) S 2357 2359 2334 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 100684 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1628.13
Current children cumulated vsize (KiB) 1539260

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.81 2/120 2425
/proc/meminfo: memFree=1406484/2059040 swapFree=4192956/4192956
[pid=2359] ppid=2357 vsize=1539260 CPUtime=1688.91
/proc/2359/stat : 2359 (java) S 2357 2359 2334 0 -1 4202496 92848 0 84 0 168771 120 0 0 16 0 13 0 100092 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 6
/proc/2359/statm: 384815 70630 1444 10 0 382117 0
[pid=2359/tid=2361] ppid=2357 vsize=1539260 CPUtime=1631.41
/proc/2359/task/2361/stat : 2361 (java) R 2357 2359 2334 0 -1 4202560 32865 0 50 0 163094 47 0 0 25 0 13 0 100102 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4109342486 0 4 0 16800975 0 0 0 -1 0 0 0 15
[pid=2359/tid=2362] ppid=2357 vsize=1539260 CPUtime=25.79
/proc/2359/task/2362/stat : 2362 (java) S 2357 2359 2334 0 -1 4202560 17143 0 0 0 2554 25 0 0 16 0 13 0 100117 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2363] ppid=2357 vsize=1539260 CPUtime=25.79
/proc/2359/task/2363/stat : 2363 (java) S 2357 2359 2334 0 -1 4202560 20741 0 0 0 2549 30 0 0 16 0 13 0 100117 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2364] ppid=2357 vsize=1539260 CPUtime=2.82
/proc/2359/task/2364/stat : 2364 (java) S 2357 2359 2334 0 -1 4202560 12309 0 0 0 272 10 0 0 15 0 13 0 100120 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 0 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2365] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2365/stat : 2365 (java) S 2357 2359 2334 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 100121 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2366] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2366/stat : 2366 (java) S 2357 2359 2334 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 100121 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2367] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2367/stat : 2367 (java) S 2357 2359 2334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 100131 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2368] ppid=2357 vsize=1539260 CPUtime=1.31
/proc/2359/task/2368/stat : 2368 (java) S 2357 2359 2334 0 -1 4202560 3194 0 0 0 130 1 0 0 15 0 13 0 100131 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2369] ppid=2357 vsize=1539260 CPUtime=1.7
/proc/2359/task/2369/stat : 2369 (java) S 2357 2359 2334 0 -1 4202560 5470 0 0 0 168 2 0 0 15 0 13 0 100131 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2370] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2370/stat : 2370 (java) S 2357 2359 2334 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 100131 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2371] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2371/stat : 2371 (java) S 2357 2359 2334 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 13 0 100131 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2372] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2372/stat : 2372 (java) S 2357 2359 2334 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 100684 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1688.91
Current children cumulated vsize (KiB) 1539260

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.82 2/120 2427
/proc/meminfo: memFree=1406484/2059040 swapFree=4192956/4192956
[pid=2359] ppid=2357 vsize=1539260 CPUtime=1749.75
/proc/2359/stat : 2359 (java) S 2357 2359 2334 0 -1 4202496 92888 0 84 0 174851 124 0 0 16 0 13 0 100092 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 6
/proc/2359/statm: 384815 70630 1444 10 0 382117 0
[pid=2359/tid=2361] ppid=2357 vsize=1539260 CPUtime=1690.4
/proc/2359/task/2361/stat : 2361 (java) R 2357 2359 2334 0 -1 4202560 32897 0 50 0 168991 49 0 0 25 0 13 0 100102 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4109341220 0 4 0 16800975 0 0 0 -1 0 0 0 15
[pid=2359/tid=2362] ppid=2357 vsize=1539260 CPUtime=26.71
/proc/2359/task/2362/stat : 2362 (java) S 2357 2359 2334 0 -1 4202560 17143 0 0 0 2646 25 0 0 16 0 13 0 100117 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2363] ppid=2357 vsize=1539260 CPUtime=26.71
/proc/2359/task/2363/stat : 2363 (java) S 2357 2359 2334 0 -1 4202560 20741 0 0 0 2639 32 0 0 16 0 13 0 100117 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2364] ppid=2357 vsize=1539260 CPUtime=2.82
/proc/2359/task/2364/stat : 2364 (java) S 2357 2359 2334 0 -1 4202560 12313 0 0 0 272 10 0 0 15 0 13 0 100120 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 0 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2365] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2365/stat : 2365 (java) S 2357 2359 2334 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 100121 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2366] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2366/stat : 2366 (java) S 2357 2359 2334 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 100121 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2367] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2367/stat : 2367 (java) S 2357 2359 2334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 100131 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2368] ppid=2357 vsize=1539260 CPUtime=1.31
/proc/2359/task/2368/stat : 2368 (java) S 2357 2359 2334 0 -1 4202560 3194 0 0 0 130 1 0 0 15 0 13 0 100131 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2369] ppid=2357 vsize=1539260 CPUtime=1.7
/proc/2359/task/2369/stat : 2369 (java) S 2357 2359 2334 0 -1 4202560 5470 0 0 0 168 2 0 0 15 0 13 0 100131 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2370] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2370/stat : 2370 (java) S 2357 2359 2334 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 100131 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2371] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2371/stat : 2371 (java) S 2357 2359 2334 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 100131 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2372] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2372/stat : 2372 (java) S 2357 2359 2334 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 100684 1576202240 70630 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1749.75
Current children cumulated vsize (KiB) 1539260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1771.9 s]
/proc/loadavg: 1.17 1.04 0.84 2/120 2429
/proc/meminfo: memFree=1405864/2059040 swapFree=4192956/4192956
[pid=2359] ppid=2357 vsize=1539260 CPUtime=1800.05
/proc/2359/stat : 2359 (java) S 2357 2359 2334 0 -1 4202496 93234 0 84 0 179877 128 0 0 16 0 13 0 100092 1576202240 70943 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 6
/proc/2359/statm: 384815 70943 1444 10 0 382117 0
[pid=2359/tid=2361] ppid=2357 vsize=1539260 CPUtime=1739.19
/proc/2359/task/2361/stat : 2361 (java) R 2357 2359 2334 0 -1 4202560 32923 0 50 0 173868 51 0 0 25 0 13 0 100102 1576202240 70943 1992294400 134512640 134550932 4291123520 18446744073709551615 4109022224 0 4 0 16800975 0 0 0 -1 0 0 0 15
[pid=2359/tid=2362] ppid=2357 vsize=1539260 CPUtime=27.47
/proc/2359/task/2362/stat : 2362 (java) S 2357 2359 2334 0 -1 4202560 17308 0 0 0 2722 25 0 0 16 0 13 0 100117 1576202240 70943 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2363] ppid=2357 vsize=1539260 CPUtime=27.46
/proc/2359/task/2363/stat : 2363 (java) S 2357 2359 2334 0 -1 4202560 20892 0 0 0 2713 33 0 0 16 0 13 0 100117 1576202240 70943 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2364] ppid=2357 vsize=1539260 CPUtime=2.83
/proc/2359/task/2364/stat : 2364 (java) S 2357 2359 2334 0 -1 4202560 12315 0 0 0 273 10 0 0 15 0 13 0 100120 1576202240 70943 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 0 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2365] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2365/stat : 2365 (java) S 2357 2359 2334 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 100121 1576202240 70943 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2366] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2366/stat : 2366 (java) S 2357 2359 2334 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 100121 1576202240 70943 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2367] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2367/stat : 2367 (java) S 2357 2359 2334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 100131 1576202240 70943 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2368] ppid=2357 vsize=1539260 CPUtime=1.31
/proc/2359/task/2368/stat : 2368 (java) S 2357 2359 2334 0 -1 4202560 3194 0 0 0 130 1 0 0 15 0 13 0 100131 1576202240 70943 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2369] ppid=2357 vsize=1539260 CPUtime=1.7
/proc/2359/task/2369/stat : 2369 (java) S 2357 2359 2334 0 -1 4202560 5470 0 0 0 168 2 0 0 15 0 13 0 100131 1576202240 70943 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2370] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2370/stat : 2370 (java) S 2357 2359 2334 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 100131 1576202240 70943 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2371] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2371/stat : 2371 (java) S 2357 2359 2334 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 100131 1576202240 70943 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2372] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2372/stat : 2372 (java) S 2357 2359 2334 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 100684 1576202240 70943 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1539260

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

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

[startup+1771.9 s]
/proc/loadavg: 1.17 1.04 0.84 2/120 2429
/proc/meminfo: memFree=1405864/2059040 swapFree=4192956/4192956
[pid=2359] ppid=2357 vsize=1539260 CPUtime=1800.05
/proc/2359/stat : 2359 (java) S 2357 2359 2334 0 -1 4202496 93234 0 84 0 179877 128 0 0 16 0 13 0 100092 1576202240 70943 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 6
/proc/2359/statm: 384815 70943 1444 10 0 382117 0
[pid=2359/tid=2361] ppid=2357 vsize=1539260 CPUtime=1739.19
/proc/2359/task/2361/stat : 2361 (java) R 2357 2359 2334 0 -1 4202560 32923 0 50 0 173868 51 0 0 25 0 13 0 100102 1576202240 70943 1992294400 134512640 134550932 4291123520 18446744073709551615 4109022224 0 4 0 16800975 0 0 0 -1 0 0 0 15
[pid=2359/tid=2362] ppid=2357 vsize=1539260 CPUtime=27.47
/proc/2359/task/2362/stat : 2362 (java) S 2357 2359 2334 0 -1 4202560 17308 0 0 0 2722 25 0 0 16 0 13 0 100117 1576202240 70943 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2363] ppid=2357 vsize=1539260 CPUtime=27.46
/proc/2359/task/2363/stat : 2363 (java) S 2357 2359 2334 0 -1 4202560 20892 0 0 0 2713 33 0 0 16 0 13 0 100117 1576202240 70943 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2364] ppid=2357 vsize=1539260 CPUtime=2.83
/proc/2359/task/2364/stat : 2364 (java) S 2357 2359 2334 0 -1 4202560 12315 0 0 0 273 10 0 0 15 0 13 0 100120 1576202240 70943 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 0 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2365] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2365/stat : 2365 (java) S 2357 2359 2334 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 100121 1576202240 70943 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2366] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2366/stat : 2366 (java) S 2357 2359 2334 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 100121 1576202240 70943 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2367] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2367/stat : 2367 (java) S 2357 2359 2334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 100131 1576202240 70943 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2368] ppid=2357 vsize=1539260 CPUtime=1.31
/proc/2359/task/2368/stat : 2368 (java) S 2357 2359 2334 0 -1 4202560 3194 0 0 0 130 1 0 0 15 0 13 0 100131 1576202240 70943 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2369] ppid=2357 vsize=1539260 CPUtime=1.7
/proc/2359/task/2369/stat : 2369 (java) S 2357 2359 2334 0 -1 4202560 5470 0 0 0 168 2 0 0 15 0 13 0 100131 1576202240 70943 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 1 0 0 0
[pid=2359/tid=2370] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2370/stat : 2370 (java) S 2357 2359 2334 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 100131 1576202240 70943 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2371] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2371/stat : 2371 (java) S 2357 2359 2334 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 100131 1576202240 70943 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
[pid=2359/tid=2372] ppid=2357 vsize=1539260 CPUtime=0
/proc/2359/task/2372/stat : 2372 (java) S 2357 2359 2334 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 100684 1576202240 70943 1992294400 134512640 134550932 4291123520 18446744073709551615 4294960144 0 4 0 16800975 18446604437833698368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1539260

Child status: 143
Real time (s): 1772.01
CPU time (s): 1800.21
CPU user time (s): 1798.9
CPU system time (s): 1.3108
CPU usage (%): 101.591
Max. virtual memory (cumulated for all children) (KiB): 1545424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.9
system time used= 1.3108
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93262
page faults= 84
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45267
involuntary context switches= 50907

runsolver used 3.67244 second user time and 9.43157 second system time

The end

Launcher Data

Begin job on node048 at 2010-06-15 09:48:02
IDJOB=2658852
IDBENCH=2639
IDSOLVER=1164
FILE ID=node048/2658852-1276588081
PBS_JOBID= 11173564
Free space on /tmp= 62272 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_20.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658852-1276588081/watcher-2658852-1276588081 -o /tmp/evaluation-result-2658852-1276588081/solver-2658852-1276588081 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658852-1276588081.opb

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

MD5SUM BENCH= 6a25ee38adc43f783b18badd1224270c
RANDOM SEED=601542145

node048.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.212
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.42
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.212
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1700088 kB
Buffers:         14464 kB
Cached:         239672 kB
SwapCached:          0 kB
Active:          98660 kB
Inactive:       214508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1700088 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            8184 kB
Writeback:           0 kB
AnonPages:       59040 kB
Mapped:          15280 kB
Slab:            23852 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183412 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= 62272 MiB
End job on node048 at 2010-06-15 10:17:36