Trace number 2660521

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.22 1765.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_15.opb
MD5SUMb4a219bc21641bf0d46eae2692004ebe
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark202
Best CPU time to get the best result obtained on this benchmark1800.38
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 176
Optimality of the best value was proved NO
Number of variables4320
Total number of constraints8414
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 constraints8414
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1469
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-2660521-1276586499.opb
0.22/0.22	c reading problem ... 
3.78/2.58	c ... done. Wall clock time 2.366s.
3.78/2.58	c #vars     4320
3.78/2.58	c #constraints  8414
3.78/2.58	c constraints type 
3.78/2.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8414
94.32/90.24	c cleaning 0 clauses out of 5002 with flag 0/5002
258.19/252.37	c cleaning 0 clauses out of 11001 with flag 0/11001
581.35/571.07	c cleaning 0 clauses out of 18000 with flag 0/18000
1053.28/1035.14	c cleaning 0 clauses out of 26001 with flag 0/26001
1624.34/1593.54	c cleaning 0 clauses out of 35000 with flag 0/35000
1800.04/1764.91	c starts		: 63
1800.04/1764.91	c conflicts		: 36575
1800.04/1764.91	c decisions		: 47033
1800.04/1764.91	c propagations		: 6096745
1800.04/1764.91	c inspects		: 912548887
1800.04/1764.91	c learnt literals	: 0
1800.04/1764.91	c learnt binary clauses	: 0
1800.04/1764.91	c learnt ternary clauses	: 0
1800.04/1764.91	c learnt clauses	: 36574
1800.04/1764.91	c ignored clauses	: 0
1800.04/1764.91	c root simplifications	: 0
1800.04/1764.91	c removed literals (reason simplification)	: 0
1800.04/1764.91	c reason swapping (by a shorter reason)	: 0
1800.04/1764.91	c Calls to reduceDB	: 5
1800.04/1764.91	c number of reductions to clauses (during analyze)	: 0
1800.04/1764.91	c number of learned constraints concerned by reduction	: 0
1800.04/1764.91	c number of learning phase by resolution	: 0
1800.04/1764.91	c number of learning phase by cutting planes	: 0
1800.04/1764.91	c speed (assignments/second)	: 3459.4758535849087
1800.04/1764.92	c non guided choices	6
1800.04/1764.95	c learnt constraints type 
1800.04/1764.95	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5337
1800.04/1764.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 31238
1800.04/1764.95	c constraints type 
1800.04/1764.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8414
1800.04/1764.95	s UNKNOWN
1800.04/1764.95	c Total wall clock time (in seconds): 1764.738

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-2660521-1276586499/watcher-2660521-1276586499 -o /tmp/evaluation-result-2660521-1276586499/solver-2660521-1276586499 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660521-1276586499.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.00 1.00 1.00 3/106 2642
/proc/meminfo: memFree=1839760/2059040 swapFree=4140224/4192956
[pid=2642] ppid=2640 vsize=1832 CPUtime=0
/proc/2642/stat : 2642 (java6) S 2640 2642 2533 0 -1 4194304 246 0 0 0 0 0 0 0 16 0 1 0 32306299 1875968 149 1992294400 134512640 134550932 4289942368 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/2642/statm: 458 149 111 10 0 63 0

[startup+0.037346 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 2642
/proc/meminfo: memFree=1839760/2059040 swapFree=4140224/4192956
[pid=2642] ppid=2640 vsize=1520176 CPUtime=0.02
/proc/2642/stat : 2642 (java) S 2640 2642 2533 0 -1 4202496 3127 0 1 0 1 1 0 0 15 0 4 0 32306299 1556660224 2569 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/2642/statm: 380044 2569 807 10 0 377354 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520176

[startup+0.101355 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 2642
/proc/meminfo: memFree=1839760/2059040 swapFree=4140224/4192956
[pid=2642] ppid=2640 vsize=1524184 CPUtime=0.08
/proc/2642/stat : 2642 (java) S 2640 2642 2533 0 -1 4202496 3955 0 1 0 6 2 0 0 15 0 12 0 32306299 1560764416 3393 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2642/statm: 381046 3393 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301368 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 2642
/proc/meminfo: memFree=1839760/2059040 swapFree=4140224/4192956
[pid=2642] ppid=2640 vsize=1526228 CPUtime=0.34
/proc/2642/stat : 2642 (java) S 2640 2642 2533 0 -1 4202496 5326 0 1 0 31 3 0 0 15 0 12 0 32306299 1562857472 4762 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2642/statm: 381557 4762 1359 10 0 378859 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526228

[startup+0.701416 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 2642
/proc/meminfo: memFree=1839760/2059040 swapFree=4140224/4192956
[pid=2642] ppid=2640 vsize=1537288 CPUtime=1.12
/proc/2642/stat : 2642 (java) S 2640 2642 2533 0 -1 4202496 9468 0 1 0 108 4 0 0 15 0 12 0 32306299 1574182912 8420 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2642/statm: 384322 8420 1389 10 0 381624 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1537288

[startup+1.50249 s]
/proc/loadavg: 1.24 1.05 1.02 5/118 2654
/proc/meminfo: memFree=1804264/2059040 swapFree=4140224/4192956
[pid=2642] ppid=2640 vsize=1540392 CPUtime=2.68
/proc/2642/stat : 2642 (java) S 2640 2642 2533 0 -1 4202496 18142 0 1 0 260 8 0 0 15 0 12 0 32306299 1577361408 14868 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2642/statm: 385098 14868 1407 10 0 382400 0
[pid=2642/tid=2644] ppid=2640 vsize=1540392 CPUtime=1.25
/proc/2642/task/2644/stat : 2644 (java) R 2640 2642 2533 0 -1 4202560 10200 0 1 0 120 5 0 0 19 0 12 0 32306300 1577361408 14868 1992294400 134512640 134550932 4291719936 18446744073709551615 4109546882 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2642/tid=2645] ppid=2640 vsize=1540392 CPUtime=0
/proc/2642/task/2645/stat : 2645 (java) S 2640 2642 2533 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 32306302 1577361408 14868 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2646] ppid=2640 vsize=1540392 CPUtime=0
/proc/2642/task/2646/stat : 2646 (java) S 2640 2642 2533 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 32306302 1577361408 14868 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2647] ppid=2640 vsize=1540392 CPUtime=0
/proc/2642/task/2647/stat : 2647 (java) S 2640 2642 2533 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 32306303 1577361408 14868 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 0 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2648] ppid=2640 vsize=1540392 CPUtime=0
/proc/2642/task/2648/stat : 2648 (java) S 2640 2642 2533 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 32306304 1577361408 14868 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2649] ppid=2640 vsize=1540392 CPUtime=0
/proc/2642/task/2649/stat : 2649 (java) S 2640 2642 2533 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 32306304 1577361408 14868 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2650] ppid=2640 vsize=1540392 CPUtime=0
/proc/2642/task/2650/stat : 2650 (java) S 2640 2642 2533 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 32306308 1577361408 14868 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2651] ppid=2640 vsize=1540392 CPUtime=0.27
/proc/2642/task/2651/stat : 2651 (java) S 2640 2642 2533 0 -1 4202560 231 0 0 0 27 0 0 0 22 0 12 0 32306308 1577361408 14868 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2652] ppid=2640 vsize=1540392 CPUtime=1.12
/proc/2642/task/2652/stat : 2652 (java) S 2640 2642 2533 0 -1 4202560 6647 0 0 0 111 1 0 0 18 0 12 0 32306308 1577361408 14868 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2653] ppid=2640 vsize=1540392 CPUtime=0
/proc/2642/task/2653/stat : 2653 (java) S 2640 2642 2533 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 32306308 1577361408 14868 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2654] ppid=2640 vsize=1540392 CPUtime=0
/proc/2642/task/2654/stat : 2654 (java) S 2640 2642 2533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 12 0 32306308 1577361408 14868 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 1540392

[startup+3.10164 s]
/proc/loadavg: 1.24 1.05 1.02 2/118 2654
/proc/meminfo: memFree=1720688/2059040 swapFree=4140224/4192956
[pid=2642] ppid=2640 vsize=1540716 CPUtime=4.66
/proc/2642/stat : 2642 (java) S 2640 2642 2533 0 -1 4202496 44538 0 1 0 447 19 0 0 15 0 13 0 32306299 1577693184 41076 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2642/statm: 385179 41076 1425 10 0 382481 0
[pid=2642/tid=2644] ppid=2640 vsize=1540716 CPUtime=2.73
/proc/2642/task/2644/stat : 2644 (java) R 2640 2642 2533 0 -1 4202560 32048 0 1 0 259 14 0 0 21 0 13 0 32306300 1577693184 41076 1992294400 134512640 134550932 4291719936 18446744073709551615 4109596863 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2642/tid=2645] ppid=2640 vsize=1540716 CPUtime=0.08
/proc/2642/task/2645/stat : 2645 (java) S 2640 2642 2533 0 -1 4202560 2487 0 0 0 7 1 0 0 16 0 13 0 32306302 1577693184 41076 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2646] ppid=2640 vsize=1540716 CPUtime=0.07
/proc/2642/task/2646/stat : 2646 (java) S 2640 2642 2533 0 -1 4202560 2034 0 0 0 7 0 0 0 18 0 13 0 32306302 1577693184 41076 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2647] ppid=2640 vsize=1540716 CPUtime=0
/proc/2642/task/2647/stat : 2647 (java) S 2640 2642 2533 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 32306303 1577693184 41076 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 0 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2648] ppid=2640 vsize=1540716 CPUtime=0
/proc/2642/task/2648/stat : 2648 (java) S 2640 2642 2533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32306304 1577693184 41076 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2649] ppid=2640 vsize=1540716 CPUtime=0
/proc/2642/task/2649/stat : 2649 (java) S 2640 2642 2533 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32306304 1577693184 41076 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2650] ppid=2640 vsize=1540716 CPUtime=0
/proc/2642/task/2650/stat : 2650 (java) S 2640 2642 2533 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 32306308 1577693184 41076 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2651] ppid=2640 vsize=1540716 CPUtime=0.35
/proc/2642/task/2651/stat : 2651 (java) S 2640 2642 2533 0 -1 4202560 234 0 0 0 35 0 0 0 16 0 13 0 32306308 1577693184 41076 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2652] ppid=2640 vsize=1540716 CPUtime=1.38
/proc/2642/task/2652/stat : 2652 (java) S 2640 2642 2533 0 -1 4202560 6660 0 0 0 137 1 0 0 16 0 13 0 32306308 1577693184 41076 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2653] ppid=2640 vsize=1540716 CPUtime=0
/proc/2642/task/2653/stat : 2653 (java) S 2640 2642 2533 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 32306308 1577693184 41076 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2654] ppid=2640 vsize=1540716 CPUtime=0
/proc/2642/task/2654/stat : 2654 (java) S 2640 2642 2533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32306308 1577693184 41076 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 1540716

[startup+6.30195 s]
/proc/loadavg: 1.22 1.05 1.02 2/119 2655
/proc/meminfo: memFree=1658556/2059040 swapFree=4140224/4192956
[pid=2642] ppid=2640 vsize=1540508 CPUtime=8.67
/proc/2642/stat : 2642 (java) S 2640 2642 2533 0 -1 4202496 50640 0 1 0 846 21 0 0 15 0 13 0 32306299 1577480192 46822 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2642/statm: 385127 46822 1434 10 0 382429 0
[pid=2642/tid=2644] ppid=2640 vsize=1540508 CPUtime=5.59
/proc/2642/task/2644/stat : 2644 (java) R 2640 2642 2533 0 -1 4202560 32060 0 1 0 545 14 0 0 25 0 13 0 32306300 1577480192 46822 1992294400 134512640 134550932 4291719936 18446744073709551615 4109541968 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2642/tid=2645] ppid=2640 vsize=1540508 CPUtime=0.22
/proc/2642/task/2645/stat : 2645 (java) S 2640 2642 2533 0 -1 4202560 5795 0 0 0 20 2 0 0 16 0 13 0 32306302 1577480192 46822 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2646] ppid=2640 vsize=1540508 CPUtime=0.22
/proc/2642/task/2646/stat : 2646 (java) S 2640 2642 2533 0 -1 4202560 4661 0 0 0 21 1 0 0 18 0 13 0 32306302 1577480192 46822 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2647] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2647/stat : 2647 (java) S 2640 2642 2533 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 32306303 1577480192 46822 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 0 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2648] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2648/stat : 2648 (java) S 2640 2642 2533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32306304 1577480192 46822 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2649] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2649/stat : 2649 (java) S 2640 2642 2533 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32306304 1577480192 46822 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2650] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2650/stat : 2650 (java) S 2640 2642 2533 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 32306308 1577480192 46822 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2651] ppid=2640 vsize=1540508 CPUtime=0.91
/proc/2642/task/2651/stat : 2651 (java) S 2640 2642 2533 0 -1 4202560 358 0 0 0 91 0 0 0 15 0 13 0 32306308 1577480192 46822 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2652] ppid=2640 vsize=1540508 CPUtime=1.68
/proc/2642/task/2652/stat : 2652 (java) S 2640 2642 2533 0 -1 4202560 6687 0 0 0 167 1 0 0 16 0 13 0 32306308 1577480192 46822 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2653] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2653/stat : 2653 (java) S 2640 2642 2533 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 32306308 1577480192 46822 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2654] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2654/stat : 2654 (java) S 2640 2642 2533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32306308 1577480192 46822 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2655] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2655/stat : 2655 (java) S 2640 2642 2533 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 32306559 1577480192 46822 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.67
Current children cumulated vsize (KiB) 1540508

[startup+12.7016 s]
/proc/loadavg: 1.20 1.05 1.02 2/119 2655
/proc/meminfo: memFree=1637600/2059040 swapFree=4140224/4192956
[pid=2642] ppid=2640 vsize=1540508 CPUtime=15.96
/proc/2642/stat : 2642 (java) S 2640 2642 2533 0 -1 4202496 56549 0 1 0 1571 25 0 0 15 0 13 0 32306299 1577480192 51664 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2642/statm: 385127 51664 1438 10 0 382429 0
[pid=2642/tid=2644] ppid=2640 vsize=1540508 CPUtime=11.59
/proc/2642/task/2644/stat : 2644 (java) R 2640 2642 2533 0 -1 4202560 32069 0 1 0 1144 15 0 0 25 0 13 0 32306300 1577480192 51664 1992294400 134512640 134550932 4291719936 18446744073709551615 4109612138 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2642/tid=2645] ppid=2640 vsize=1540508 CPUtime=0.53
/proc/2642/task/2645/stat : 2645 (java) S 2640 2642 2533 0 -1 4202560 9146 0 0 0 49 4 0 0 16 0 13 0 32306302 1577480192 51664 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2646] ppid=2640 vsize=1540508 CPUtime=0.54
/proc/2642/task/2646/stat : 2646 (java) S 2640 2642 2533 0 -1 4202560 7154 0 0 0 51 3 0 0 15 0 13 0 32306302 1577480192 51664 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2647] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2647/stat : 2647 (java) S 2640 2642 2533 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 32306303 1577480192 51664 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 0 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2648] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2648/stat : 2648 (java) S 2640 2642 2533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32306304 1577480192 51664 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2649] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2649/stat : 2649 (java) S 2640 2642 2533 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32306304 1577480192 51664 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2650] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2650/stat : 2650 (java) S 2640 2642 2533 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 32306308 1577480192 51664 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2651] ppid=2640 vsize=1540508 CPUtime=1.53
/proc/2642/task/2651/stat : 2651 (java) S 2640 2642 2533 0 -1 4202560 414 0 0 0 153 0 0 0 15 0 13 0 32306308 1577480192 51664 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2652] ppid=2640 vsize=1540508 CPUtime=1.72
/proc/2642/task/2652/stat : 2652 (java) S 2640 2642 2533 0 -1 4202560 6687 0 0 0 171 1 0 0 15 0 13 0 32306308 1577480192 51664 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2653] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2653/stat : 2653 (java) S 2640 2642 2533 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 32306308 1577480192 51664 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2654] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2654/stat : 2654 (java) S 2640 2642 2533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 32306308 1577480192 51664 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2655] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2655/stat : 2655 (java) S 2640 2642 2533 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 32306559 1577480192 51664 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.96
Current children cumulated vsize (KiB) 1540508

[startup+25.5018 s]
/proc/loadavg: 1.16 1.04 1.01 2/119 2655
/proc/meminfo: memFree=1635988/2059040 swapFree=4140224/4192956
[pid=2642] ppid=2640 vsize=1540508 CPUtime=28.9
/proc/2642/stat : 2642 (java) S 2640 2642 2533 0 -1 4202496 56958 0 1 0 2864 26 0 0 15 0 13 0 32306299 1577480192 52020 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2642/statm: 385127 52020 1438 10 0 382429 0
[pid=2642/tid=2644] ppid=2640 vsize=1540508 CPUtime=24.24
/proc/2642/task/2644/stat : 2644 (java) R 2640 2642 2533 0 -1 4202560 32081 0 1 0 2409 15 0 0 25 0 13 0 32306300 1577480192 52020 1992294400 134512640 134550932 4291719936 18446744073709551615 4109601866 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2642/tid=2645] ppid=2640 vsize=1540508 CPUtime=0.67
/proc/2642/task/2645/stat : 2645 (java) S 2640 2642 2533 0 -1 4202560 9352 0 0 0 63 4 0 0 16 0 13 0 32306302 1577480192 52020 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2646] ppid=2640 vsize=1540508 CPUtime=0.68
/proc/2642/task/2646/stat : 2646 (java) S 2640 2642 2533 0 -1 4202560 7345 0 0 0 65 3 0 0 15 0 13 0 32306302 1577480192 52020 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2647] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2647/stat : 2647 (java) S 2640 2642 2533 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 32306303 1577480192 52020 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 0 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2648] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2648/stat : 2648 (java) S 2640 2642 2533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32306304 1577480192 52020 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2649] ppid=2640 vsize=1540508 CPUtime=0

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

[pid=2642/tid=2648] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2648/stat : 2648 (java) S 2640 2642 2533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32306304 1577480192 75732 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2649] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2649/stat : 2649 (java) S 2640 2642 2533 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32306304 1577480192 75732 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2650] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2650/stat : 2650 (java) S 2640 2642 2533 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 32306308 1577480192 75732 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2651] ppid=2640 vsize=1540508 CPUtime=1.67
/proc/2642/task/2651/stat : 2651 (java) S 2640 2642 2533 0 -1 4202560 426 0 0 0 167 0 0 0 15 0 13 0 32306308 1577480192 75732 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2652] ppid=2640 vsize=1540508 CPUtime=1.82
/proc/2642/task/2652/stat : 2652 (java) S 2640 2642 2533 0 -1 4202560 6692 0 0 0 181 1 0 0 15 0 13 0 32306308 1577480192 75732 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2653] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2653/stat : 2653 (java) S 2640 2642 2533 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 32306308 1577480192 75732 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2654] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2654/stat : 2654 (java) S 2640 2642 2533 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 32306308 1577480192 75732 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2655] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2655/stat : 2655 (java) S 2640 2642 2533 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 32306559 1577480192 75732 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1571.77
Current children cumulated vsize (KiB) 1540508

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/119 2700
/proc/meminfo: memFree=1536912/2059040 swapFree=4140224/4192956
[pid=2642] ppid=2640 vsize=1540508 CPUtime=1633.35
/proc/2642/stat : 2642 (java) S 2640 2642 2533 0 -1 4202496 82796 0 1 0 163183 152 0 0 15 0 13 0 32306299 1577480192 76192 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2642/statm: 385127 76192 1448 10 0 382429 0
[pid=2642/tid=2644] ppid=2640 vsize=1540508 CPUtime=1568.25
/proc/2642/task/2644/stat : 2644 (java) R 2640 2642 2533 0 -1 4202560 33013 0 1 0 156763 62 0 0 25 0 13 0 32306300 1577480192 76192 1992294400 134512640 134550932 4291719936 18446744073709551615 4109685817 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2642/tid=2645] ppid=2640 vsize=1540508 CPUtime=29.67
/proc/2642/task/2645/stat : 2645 (java) S 2640 2642 2533 0 -1 4202560 21507 0 0 0 2918 49 0 0 16 0 13 0 32306302 1577480192 76192 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2646] ppid=2640 vsize=1540508 CPUtime=29.71
/proc/2642/task/2646/stat : 2646 (java) S 2640 2642 2533 0 -1 4202560 19153 0 0 0 2941 30 0 0 16 0 13 0 32306302 1577480192 76192 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2647] ppid=2640 vsize=1540508 CPUtime=2.15
/proc/2642/task/2647/stat : 2647 (java) S 2640 2642 2533 0 -1 4202560 841 0 0 0 209 6 0 0 15 0 13 0 32306303 1577480192 76192 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 0 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2648] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2648/stat : 2648 (java) S 2640 2642 2533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32306304 1577480192 76192 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2649] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2649/stat : 2649 (java) S 2640 2642 2533 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32306304 1577480192 76192 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2650] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2650/stat : 2650 (java) S 2640 2642 2533 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 32306308 1577480192 76192 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2651] ppid=2640 vsize=1540508 CPUtime=1.67
/proc/2642/task/2651/stat : 2651 (java) S 2640 2642 2533 0 -1 4202560 426 0 0 0 167 0 0 0 15 0 13 0 32306308 1577480192 76192 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2652] ppid=2640 vsize=1540508 CPUtime=1.82
/proc/2642/task/2652/stat : 2652 (java) S 2640 2642 2533 0 -1 4202560 6692 0 0 0 181 1 0 0 15 0 13 0 32306308 1577480192 76192 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2653] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2653/stat : 2653 (java) S 2640 2642 2533 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 32306308 1577480192 76192 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2654] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2654/stat : 2654 (java) S 2640 2642 2533 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 32306308 1577480192 76192 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2655] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2655/stat : 2655 (java) S 2640 2642 2533 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 32306559 1577480192 76192 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1633.35
Current children cumulated vsize (KiB) 1540508

[startup+1662.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/119 2702
/proc/meminfo: memFree=1536788/2059040 swapFree=4140224/4192956
[pid=2642] ppid=2640 vsize=1540508 CPUtime=1694.85
/proc/2642/stat : 2642 (java) S 2640 2642 2533 0 -1 4202496 82893 0 1 0 169328 157 0 0 15 0 13 0 32306299 1577480192 76245 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2642/statm: 385127 76245 1448 10 0 382429 0
[pid=2642/tid=2644] ppid=2640 vsize=1540508 CPUtime=1626.66
/proc/2642/task/2644/stat : 2644 (java) R 2640 2642 2533 0 -1 4202560 33049 0 1 0 162602 64 0 0 25 0 13 0 32306300 1577480192 76245 1992294400 134512640 134550932 4291719936 18446744073709551615 4109542051 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2642/tid=2645] ppid=2640 vsize=1540508 CPUtime=31.22
/proc/2642/task/2645/stat : 2645 (java) S 2640 2642 2533 0 -1 4202560 21550 0 0 0 3069 53 0 0 16 0 13 0 32306302 1577480192 76245 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2646] ppid=2640 vsize=1540508 CPUtime=31.27
/proc/2642/task/2646/stat : 2646 (java) S 2640 2642 2533 0 -1 4202560 19163 0 0 0 3097 30 0 0 15 0 13 0 32306302 1577480192 76245 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2647] ppid=2640 vsize=1540508 CPUtime=2.16
/proc/2642/task/2647/stat : 2647 (java) S 2640 2642 2533 0 -1 4202560 845 0 0 0 210 6 0 0 15 0 13 0 32306303 1577480192 76245 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 0 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2648] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2648/stat : 2648 (java) S 2640 2642 2533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32306304 1577480192 76245 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2649] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2649/stat : 2649 (java) S 2640 2642 2533 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32306304 1577480192 76245 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2650] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2650/stat : 2650 (java) S 2640 2642 2533 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 32306308 1577480192 76245 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2651] ppid=2640 vsize=1540508 CPUtime=1.67
/proc/2642/task/2651/stat : 2651 (java) S 2640 2642 2533 0 -1 4202560 426 0 0 0 167 0 0 0 15 0 13 0 32306308 1577480192 76245 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2652] ppid=2640 vsize=1540508 CPUtime=1.82
/proc/2642/task/2652/stat : 2652 (java) S 2640 2642 2533 0 -1 4202560 6692 0 0 0 181 1 0 0 15 0 13 0 32306308 1577480192 76245 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2653] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2653/stat : 2653 (java) S 2640 2642 2533 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 32306308 1577480192 76245 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2654] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2654/stat : 2654 (java) S 2640 2642 2533 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 32306308 1577480192 76245 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2655] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2655/stat : 2655 (java) S 2640 2642 2533 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 32306559 1577480192 76245 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1694.85
Current children cumulated vsize (KiB) 1540508

[startup+1722.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/119 2704
/proc/meminfo: memFree=1534432/2059040 swapFree=4140224/4192956
[pid=2642] ppid=2640 vsize=1540508 CPUtime=1756.36
/proc/2642/stat : 2642 (java) S 2640 2642 2533 0 -1 4202496 83507 0 1 0 175471 165 0 0 15 0 13 0 32306299 1577480192 76820 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2642/statm: 385127 76820 1448 10 0 382429 0
[pid=2642/tid=2644] ppid=2640 vsize=1540508 CPUtime=1685.08
/proc/2642/task/2644/stat : 2644 (java) R 2640 2642 2533 0 -1 4202560 33084 0 1 0 168442 66 0 0 25 0 13 0 32306300 1577480192 76820 1992294400 134512640 134550932 4291719936 18446744073709551615 4109365054 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2642/tid=2645] ppid=2640 vsize=1540508 CPUtime=32.75
/proc/2642/task/2645/stat : 2645 (java) S 2640 2642 2533 0 -1 4202560 21910 0 0 0 3218 57 0 0 16 0 13 0 32306302 1577480192 76820 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2646] ppid=2640 vsize=1540508 CPUtime=32.8
/proc/2642/task/2646/stat : 2646 (java) S 2640 2642 2533 0 -1 4202560 19378 0 0 0 3250 30 0 0 16 0 13 0 32306302 1577480192 76820 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2647] ppid=2640 vsize=1540508 CPUtime=2.16
/proc/2642/task/2647/stat : 2647 (java) S 2640 2642 2533 0 -1 4202560 847 0 0 0 210 6 0 0 15 0 13 0 32306303 1577480192 76820 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 0 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2648] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2648/stat : 2648 (java) S 2640 2642 2533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32306304 1577480192 76820 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2649] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2649/stat : 2649 (java) S 2640 2642 2533 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32306304 1577480192 76820 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2650] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2650/stat : 2650 (java) S 2640 2642 2533 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 32306308 1577480192 76820 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2651] ppid=2640 vsize=1540508 CPUtime=1.67
/proc/2642/task/2651/stat : 2651 (java) S 2640 2642 2533 0 -1 4202560 426 0 0 0 167 0 0 0 15 0 13 0 32306308 1577480192 76820 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2652] ppid=2640 vsize=1540508 CPUtime=1.82
/proc/2642/task/2652/stat : 2652 (java) S 2640 2642 2533 0 -1 4202560 6692 0 0 0 181 1 0 0 15 0 13 0 32306308 1577480192 76820 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2653] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2653/stat : 2653 (java) S 2640 2642 2533 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 32306308 1577480192 76820 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2654] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2654/stat : 2654 (java) S 2640 2642 2533 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 32306308 1577480192 76820 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2655] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2655/stat : 2655 (java) S 2640 2642 2533 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 32306559 1577480192 76820 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1756.36
Current children cumulated vsize (KiB) 1540508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1764.9 s]
/proc/loadavg: 1.01 1.01 1.00 2/119 2706
/proc/meminfo: memFree=1532448/2059040 swapFree=4140224/4192956
[pid=2642] ppid=2640 vsize=1540508 CPUtime=1800.04
/proc/2642/stat : 2642 (java) S 2640 2642 2533 0 -1 4202496 83978 0 1 0 179834 170 0 0 15 0 13 0 32306299 1577480192 77259 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2642/statm: 385127 77259 1448 10 0 382429 0
[pid=2642/tid=2644] ppid=2640 vsize=1540508 CPUtime=1726.57
/proc/2642/task/2644/stat : 2644 (java) R 2640 2642 2533 0 -1 4202560 33108 0 1 0 172590 67 0 0 25 0 13 0 32306300 1577480192 77259 1992294400 134512640 134550932 4291719936 18446744073709551615 4109387773 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2642/tid=2645] ppid=2640 vsize=1540508 CPUtime=33.83
/proc/2642/task/2645/stat : 2645 (java) S 2640 2642 2533 0 -1 4202560 22193 0 0 0 3323 60 0 0 16 0 13 0 32306302 1577480192 77259 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2646] ppid=2640 vsize=1540508 CPUtime=33.88
/proc/2642/task/2646/stat : 2646 (java) S 2640 2642 2533 0 -1 4202560 19533 0 0 0 3358 30 0 0 15 0 13 0 32306302 1577480192 77259 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2647] ppid=2640 vsize=1540508 CPUtime=2.17
/proc/2642/task/2647/stat : 2647 (java) S 2640 2642 2533 0 -1 4202560 852 0 0 0 210 7 0 0 15 0 13 0 32306303 1577480192 77259 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 0 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2648] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2648/stat : 2648 (java) S 2640 2642 2533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 32306304 1577480192 77259 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2649] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2649/stat : 2649 (java) S 2640 2642 2533 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 32306304 1577480192 77259 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2650] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2650/stat : 2650 (java) S 2640 2642 2533 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 32306308 1577480192 77259 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2651] ppid=2640 vsize=1540508 CPUtime=1.67
/proc/2642/task/2651/stat : 2651 (java) S 2640 2642 2533 0 -1 4202560 426 0 0 0 167 0 0 0 15 0 13 0 32306308 1577480192 77259 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2652] ppid=2640 vsize=1540508 CPUtime=1.82
/proc/2642/task/2652/stat : 2652 (java) S 2640 2642 2533 0 -1 4202560 6692 0 0 0 181 1 0 0 15 0 13 0 32306308 1577480192 77259 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2653] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2653/stat : 2653 (java) S 2640 2642 2533 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 32306308 1577480192 77259 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 0 0 0 0
[pid=2642/tid=2654] ppid=2640 vsize=1540508 CPUtime=0.01
/proc/2642/task/2654/stat : 2654 (java) S 2640 2642 2533 0 -1 4202560 109 0 0 0 0 1 0 0 15 0 13 0 32306308 1577480192 77259 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
[pid=2642/tid=2655] ppid=2640 vsize=1540508 CPUtime=0
/proc/2642/task/2655/stat : 2655 (java) S 2640 2642 2533 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 32306559 1577480192 77259 1992294400 134512640 134550932 4291719936 18446744073709551615 4294960144 0 4 0 16800975 18446604437827510592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1540508

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

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

[startup+1765.02 s]
/proc/loadavg: 1.01 1.01 1.00 2/119 2706
/proc/meminfo: memFree=1532448/2059040 swapFree=4140224/4192956
[pid=2642] ppid=2640 vsize=0 CPUtime=1800.2
/proc/2642/stat : 2642 (java) Z 2640 2642 2533 0 -1 4203548 84004 0 1 0 179847 173 0 0 15 0 2 0 32306299 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2642/statm: 0 0 0 0 0 0 0
[pid=2642/tid=2644] ppid=2640 vsize=0 CPUtime=1726.66
/proc/2642/task/2644/stat : 2644 (java) R 2640 2642 2533 0 -1 4203588 33108 0 1 0 172596 70 0 0 25 0 2 0 32306300 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1765.02
CPU time (s): 1800.22
CPU user time (s): 1798.47
CPU system time (s): 1.74173
CPU usage (%): 101.994
Max. virtual memory (cumulated for all children) (KiB): 1541212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.47
system time used= 1.74173
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84004
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= 45474
involuntary context switches= 47883

runsolver used 3.80742 second user time and 9.77051 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-15 09:21:40
IDJOB=2660521
IDBENCH=2634
IDSOLVER=1165
FILE ID=node018/2660521-1276586499
PBS_JOBID= 11173541
Free space on /tmp= 62484 MiB

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

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

MD5SUM BENCH= b4a219bc21641bf0d46eae2692004ebe
RANDOM SEED=60788159

node018.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.248
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.49
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.248
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1840032 kB
Buffers:         35788 kB
Cached:          95828 kB
SwapCached:       6136 kB
Active:          74028 kB
Inactive:        70300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1840032 kB
SwapTotal:     4192956 kB
SwapFree:      4140224 kB
Dirty:            2288 kB
Writeback:           0 kB
AnonPages:       10980 kB
Mapped:          12916 kB
Slab:            52512 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181236 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= 62484 MiB
End job on node018 at 2010-06-15 09:51:07