Trace number 2660525

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.2 1755.49

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_20.opb
MD5SUM601a73d2c5752739e04dd0126b5500f0
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 398
Optimality of the best value was proved NO
Number of variables13478
Total number of constraints26620
Number of constraints which are clauses1
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 constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 190
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 445
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 589
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2977
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.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.14	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.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2660525-1276621240.opb
0.24/0.21	c reading problem ... 
6.99/5.39	c ... done. Wall clock time 5.184s.
6.99/5.39	c #vars     13478
6.99/5.39	c #constraints  26620
6.99/5.39	c constraints type 
6.99/5.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26619
205.80/198.25	c cleaning 0 clauses out of 5001 with flag 0/5001
496.18/482.84	c cleaning 0 clauses out of 11000 with flag 0/11000
960.95/937.25	c cleaning 0 clauses out of 18000 with flag 0/18000
1491.25/1454.30	c cleaning 0 clauses out of 26000 with flag 0/26000
1800.08/1755.41	c starts		: 55
1800.08/1755.41	c conflicts		: 31404
1800.08/1755.41	c decisions		: 58160
1800.08/1755.41	c propagations		: 11019634
1800.08/1755.41	c inspects		: 854782249
1800.08/1755.41	c learnt literals	: 0
1800.08/1755.41	c learnt binary clauses	: 0
1800.08/1755.41	c learnt ternary clauses	: 0
1800.08/1755.41	c learnt clauses	: 31404
1800.08/1755.41	c ignored clauses	: 0
1800.08/1755.41	c root simplifications	: 0
1800.08/1755.42	c removed literals (reason simplification)	: 0
1800.08/1755.42	c reason swapping (by a shorter reason)	: 0
1800.08/1755.42	c Calls to reduceDB	: 4
1800.08/1755.42	c number of reductions to clauses (during analyze)	: 0
1800.08/1755.42	c number of learned constraints concerned by reduction	: 0
1800.08/1755.42	c number of learning phase by resolution	: 0
1800.08/1755.42	c number of learning phase by cutting planes	: 0
1800.08/1755.42	c speed (assignments/second)	: 6296.843759374866
1800.08/1755.42	c non guided choices	13225
1800.08/1755.45	c learnt constraints type 
1800.08/1755.45	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5581
1800.08/1755.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 25823
1800.08/1755.45	c constraints type 
1800.08/1755.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26619
1800.08/1755.45	s UNKNOWN
1800.08/1755.45	c Total wall clock time (in seconds): 1755.243

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

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


[startup+0 s]
/proc/loadavg: 2.03 2.12 1.73 2/105 10656
/proc/meminfo: memFree=1749356/2059040 swapFree=4192956/4192956
[pid=10656] ppid=10654 vsize=248 CPUtime=0
/proc/10656/stat : 10656 (java) R 10654 10656 10380 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 3417543 253952 28 1992294400 134512640 134550932 4289840992 18446744073709551615 5464542 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10656/statm: 62 28 21 10 0 23 0

[startup+0.037056 s]
/proc/loadavg: 2.03 2.12 1.73 2/105 10656
/proc/meminfo: memFree=1749356/2059040 swapFree=4192956/4192956
[pid=10656] ppid=10654 vsize=1520328 CPUtime=0.02
/proc/10656/stat : 10656 (java) S 10654 10656 10380 0 -1 4202496 3307 0 1 0 1 1 0 0 18 0 4 0 3417543 1556815872 2751 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10656/statm: 380082 2751 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.101054 s]
/proc/loadavg: 2.03 2.12 1.73 2/105 10656
/proc/meminfo: memFree=1749356/2059040 swapFree=4192956/4192956
[pid=10656] ppid=10654 vsize=1524184 CPUtime=0.08
/proc/10656/stat : 10656 (java) S 10654 10656 10380 0 -1 4202496 3964 0 1 0 6 2 0 0 18 0 12 0 3417543 1560764416 3404 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10656/statm: 381046 3404 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.30601 s]
/proc/loadavg: 2.03 2.12 1.73 2/105 10656
/proc/meminfo: memFree=1749356/2059040 swapFree=4192956/4192956
[pid=10656] ppid=10654 vsize=1526800 CPUtime=0.37
/proc/10656/stat : 10656 (java) S 10654 10656 10380 0 -1 4202496 5533 0 1 0 34 3 0 0 18 0 12 0 3417543 1563443200 4970 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10656/statm: 381700 4970 1370 10 0 379002 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526800

[startup+0.701127 s]
/proc/loadavg: 2.03 2.12 1.73 2/105 10656
/proc/meminfo: memFree=1749356/2059040 swapFree=4192956/4192956
[pid=10656] ppid=10654 vsize=1535820 CPUtime=1.09
/proc/10656/stat : 10656 (java) S 10654 10656 10380 0 -1 4202496 9522 0 1 0 104 5 0 0 18 0 12 0 3417543 1572679680 7802 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10656/statm: 383955 7804 1405 10 0 381257 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1535820

[startup+1.50219 s]
/proc/loadavg: 2.03 2.12 1.73 4/117 10668
/proc/meminfo: memFree=1714356/2059040 swapFree=4192956/4192956
[pid=10656] ppid=10654 vsize=1543660 CPUtime=2.36
/proc/10656/stat : 10656 (java) S 10654 10656 10380 0 -1 4202496 24942 0 1 0 224 12 0 0 18 0 12 0 3417543 1580707840 20470 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10656/statm: 385915 20472 1407 10 0 383217 0
[pid=10656/tid=10658] ppid=10654 vsize=1543660 CPUtime=0.87
/proc/10656/task/10658/stat : 10658 (java) R 10654 10656 10380 0 -1 4202560 15150 0 1 0 80 7 0 0 25 0 12 0 3417545 1580707840 20473 1992294400 134512640 134550932 4289840992 18446744073709551615 4109074544 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10656/tid=10659] ppid=10654 vsize=1543660 CPUtime=0
/proc/10656/task/10659/stat : 10659 (java) S 10654 10656 10380 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 3417546 1580707840 20474 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10660] ppid=10654 vsize=1543660 CPUtime=0
/proc/10656/task/10660/stat : 10660 (java) S 10654 10656 10380 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 3417546 1580707840 20475 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10661] ppid=10654 vsize=1543660 CPUtime=0
/proc/10656/task/10661/stat : 10661 (java) S 10654 10656 10380 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 3417548 1580707840 20476 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 0 0 16800975 18446604437864723392 0 0 -1 1 0 0 0
[pid=10656/tid=10662] ppid=10654 vsize=1543660 CPUtime=0
/proc/10656/task/10662/stat : 10662 (java) S 10654 10656 10380 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 3417548 1580707840 20478 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10663] ppid=10654 vsize=1543660 CPUtime=0
/proc/10656/task/10663/stat : 10663 (java) S 10654 10656 10380 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 3417548 1580707840 20479 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10664] ppid=10654 vsize=1543660 CPUtime=0
/proc/10656/task/10664/stat : 10664 (java) S 10654 10656 10380 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3417552 1580707840 20480 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10665] ppid=10654 vsize=1543660 CPUtime=0.73
/proc/10656/task/10665/stat : 10665 (java) S 10654 10656 10380 0 -1 4202560 4664 0 0 0 72 1 0 0 17 0 12 0 3417552 1580707840 20482 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 1 0 0 0
[pid=10656/tid=10666] ppid=10654 vsize=1543660 CPUtime=0.73
/proc/10656/task/10666/stat : 10666 (java) S 10654 10656 10380 0 -1 4202560 4071 0 0 0 71 2 0 0 16 0 12 0 3417552 1580707840 20483 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10667] ppid=10654 vsize=1543660 CPUtime=0
/proc/10656/task/10667/stat : 10667 (java) S 10654 10656 10380 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 3417552 1580707840 20484 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10668] ppid=10654 vsize=1543660 CPUtime=0
/proc/10656/task/10668/stat : 10668 (java) S 10654 10656 10380 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 3417552 1580707840 20485 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 1543660

[startup+3.10235 s]
/proc/loadavg: 2.03 2.12 1.73 3/117 10668
/proc/meminfo: memFree=1607096/2059040 swapFree=4192956/4192956
[pid=10656] ppid=10654 vsize=1543660 CPUtime=4.33
/proc/10656/stat : 10656 (java) S 10654 10656 10380 0 -1 4202496 46395 0 1 0 412 21 0 0 18 0 12 0 3417543 1580707840 41786 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10656/statm: 385915 41786 1421 10 0 383217 0
[pid=10656/tid=10658] ppid=10654 vsize=1543660 CPUtime=2.15
/proc/10656/task/10658/stat : 10658 (java) R 10654 10656 10380 0 -1 4202560 32006 0 1 0 201 14 0 0 25 0 12 0 3417545 1580707840 41786 1992294400 134512640 134550932 4289840992 18446744073709551615 4109038417 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10656/tid=10659] ppid=10654 vsize=1543660 CPUtime=0.07
/proc/10656/task/10659/stat : 10659 (java) S 10654 10656 10380 0 -1 4202560 2189 0 0 0 7 0 0 0 18 0 12 0 3417546 1580707840 41786 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10660] ppid=10654 vsize=1543660 CPUtime=0.07
/proc/10656/task/10660/stat : 10660 (java) S 10654 10656 10380 0 -1 4202560 2263 0 0 0 6 1 0 0 18 0 12 0 3417546 1580707840 41786 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 1 0 0 0
[pid=10656/tid=10661] ppid=10654 vsize=1543660 CPUtime=0
/proc/10656/task/10661/stat : 10661 (java) S 10654 10656 10380 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 12 0 3417548 1580707840 41786 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 0 0 16800975 18446604437864723392 0 0 -1 1 0 0 0
[pid=10656/tid=10662] ppid=10654 vsize=1543660 CPUtime=0
/proc/10656/task/10662/stat : 10662 (java) S 10654 10656 10380 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 3417548 1580707840 41786 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10663] ppid=10654 vsize=1543660 CPUtime=0
/proc/10656/task/10663/stat : 10663 (java) S 10654 10656 10380 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 3417548 1580707840 41786 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10664] ppid=10654 vsize=1543660 CPUtime=0
/proc/10656/task/10664/stat : 10664 (java) S 10654 10656 10380 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3417552 1580707840 41786 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10665] ppid=10654 vsize=1543660 CPUtime=0.99
/proc/10656/task/10665/stat : 10665 (java) S 10654 10656 10380 0 -1 4202560 4714 0 0 0 98 1 0 0 16 0 12 0 3417552 1580707840 41786 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 1 0 0 0
[pid=10656/tid=10666] ppid=10654 vsize=1543660 CPUtime=0.99
/proc/10656/task/10666/stat : 10666 (java) S 10654 10656 10380 0 -1 4202560 4154 0 0 0 97 2 0 0 16 0 12 0 3417552 1580707840 41786 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10667] ppid=10654 vsize=1543660 CPUtime=0
/proc/10656/task/10667/stat : 10667 (java) S 10654 10656 10380 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 3417552 1580707840 41786 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10668] ppid=10654 vsize=1543660 CPUtime=0
/proc/10656/task/10668/stat : 10668 (java) S 10654 10656 10380 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 3417552 1580707840 41786 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 1543660

[startup+6.30167 s]
/proc/loadavg: 1.95 2.10 1.72 2/117 10668
/proc/meminfo: memFree=1516328/2059040 swapFree=4192956/4192956
[pid=10656] ppid=10654 vsize=1543984 CPUtime=8.38
/proc/10656/stat : 10656 (java) S 10654 10656 10380 0 -1 4202496 65151 0 1 0 808 30 0 0 18 0 13 0 3417543 1581039616 59332 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10656/statm: 385996 59332 1431 10 0 383298 0
[pid=10656/tid=10658] ppid=10654 vsize=1543984 CPUtime=4.77
/proc/10656/task/10658/stat : 10658 (java) R 10654 10656 10380 0 -1 4202560 32056 0 1 0 462 15 0 0 25 0 13 0 3417545 1581039616 59332 1992294400 134512640 134550932 4289840992 18446744073709551615 4109515379 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10656/tid=10659] ppid=10654 vsize=1543984 CPUtime=0.55
/proc/10656/task/10659/stat : 10659 (java) S 10654 10656 10380 0 -1 4202560 11550 0 0 0 50 5 0 0 16 0 13 0 3417546 1581039616 59332 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10660] ppid=10654 vsize=1543984 CPUtime=0.55
/proc/10656/task/10660/stat : 10660 (java) S 10654 10656 10380 0 -1 4202560 11560 0 0 0 51 4 0 0 16 0 13 0 3417546 1581039616 59332 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 1 0 0 0
[pid=10656/tid=10661] ppid=10654 vsize=1543984 CPUtime=0
/proc/10656/task/10661/stat : 10661 (java) S 10654 10656 10380 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 13 0 3417548 1581039616 59332 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 0 0 16800975 18446604437864723392 0 0 -1 1 0 0 0
[pid=10656/tid=10662] ppid=10654 vsize=1543984 CPUtime=0
/proc/10656/task/10662/stat : 10662 (java) S 10654 10656 10380 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3417548 1581039616 59332 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10663] ppid=10654 vsize=1543984 CPUtime=0
/proc/10656/task/10663/stat : 10663 (java) S 10654 10656 10380 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3417548 1581039616 59332 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10664] ppid=10654 vsize=1543984 CPUtime=0
/proc/10656/task/10664/stat : 10664 (java) S 10654 10656 10380 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3417552 1581039616 59332 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10665] ppid=10654 vsize=1543984 CPUtime=1.21
/proc/10656/task/10665/stat : 10665 (java) S 10654 10656 10380 0 -1 4202560 4730 0 0 0 120 1 0 0 16 0 13 0 3417552 1581039616 59332 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10666] ppid=10654 vsize=1543984 CPUtime=1.24
/proc/10656/task/10666/stat : 10666 (java) S 10654 10656 10380 0 -1 4202560 4178 0 0 0 122 2 0 0 15 0 13 0 3417552 1581039616 59332 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10667] ppid=10654 vsize=1543984 CPUtime=0
/proc/10656/task/10667/stat : 10667 (java) S 10654 10656 10380 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3417552 1581039616 59332 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10668] ppid=10654 vsize=1543984 CPUtime=0
/proc/10656/task/10668/stat : 10668 (java) S 10654 10656 10380 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 3417552 1581039616 59332 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.38
Current children cumulated vsize (KiB) 1543984

[startup+12.7023 s]
/proc/loadavg: 2.03 2.12 1.73 2/118 10669
/proc/meminfo: memFree=1490776/2059040 swapFree=4192956/4192956
[pid=10656] ppid=10654 vsize=1543360 CPUtime=15.96
/proc/10656/stat : 10656 (java) S 10654 10656 10380 0 -1 4202496 72450 0 1 0 1561 35 0 0 18 0 13 0 3417543 1580400640 65688 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10656/statm: 385840 65688 1442 10 0 383142 0
[pid=10656/tid=10658] ppid=10654 vsize=1543360 CPUtime=10.58
/proc/10656/task/10658/stat : 10658 (java) R 10654 10656 10380 0 -1 4202560 32073 0 1 0 1043 15 0 0 25 0 13 0 3417545 1580400640 65688 1992294400 134512640 134550932 4289840992 18446744073709551615 4109464854 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10656/tid=10659] ppid=10654 vsize=1543360 CPUtime=1
/proc/10656/task/10659/stat : 10659 (java) S 10654 10656 10380 0 -1 4202560 14691 0 0 0 92 8 0 0 16 0 13 0 3417546 1580400640 65688 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10660] ppid=10654 vsize=1543360 CPUtime=1
/proc/10656/task/10660/stat : 10660 (java) S 10654 10656 10380 0 -1 4202560 15634 0 0 0 94 6 0 0 16 0 13 0 3417546 1580400640 65688 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 1 0 0 0
[pid=10656/tid=10661] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10661/stat : 10661 (java) S 10654 10656 10380 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 3417548 1580400640 65688 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 0 0 16800975 18446604437864723392 0 0 -1 1 0 0 0
[pid=10656/tid=10662] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10662/stat : 10662 (java) S 10654 10656 10380 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3417548 1580400640 65688 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10663] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10663/stat : 10663 (java) S 10654 10656 10380 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3417548 1580400640 65688 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10664] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10664/stat : 10664 (java) S 10654 10656 10380 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3417552 1580400640 65688 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10665] ppid=10654 vsize=1543360 CPUtime=1.46
/proc/10656/task/10665/stat : 10665 (java) S 10654 10656 10380 0 -1 4202560 4749 0 0 0 145 1 0 0 15 0 13 0 3417552 1580400640 65688 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10666] ppid=10654 vsize=1543360 CPUtime=1.84
/proc/10656/task/10666/stat : 10666 (java) S 10654 10656 10380 0 -1 4202560 4226 0 0 0 182 2 0 0 15 0 13 0 3417552 1580400640 65688 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 1 0 0 0
[pid=10656/tid=10667] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10667/stat : 10667 (java) S 10654 10656 10380 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3417552 1580400640 65688 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10668] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10668/stat : 10668 (java) S 10654 10656 10380 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 3417552 1580400640 65688 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 1 0 0 0
[pid=10656/tid=10669] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10669/stat : 10669 (java) S 10654 10656 10380 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 3418091 1580400640 65688 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.96
Current children cumulated vsize (KiB) 1543360

[startup+25.5015 s]
/proc/loadavg: 1.87 2.08 1.72 2/118 10678
/proc/meminfo: memFree=1487800/2059040 swapFree=4192956/4192956
[pid=10656] ppid=10654 vsize=1543360 CPUtime=29.71
/proc/10656/stat : 10656 (java) S 10654 10656 10380 0 -1 4202496 74276 0 1 0 2935 36 0 0 18 0 13 0 3417543 1580400640 66465 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10656/statm: 385840 66465 1442 10 0 383142 0
[pid=10656/tid=10658] ppid=10654 vsize=1543360 CPUtime=22.86
/proc/10656/task/10658/stat : 10658 (java) R 10654 10656 10380 0 -1 4202560 32088 0 1 0 2271 15 0 0 25 0 13 0 3417545 1580400640 66465 1992294400 134512640 134550932 4289840992 18446744073709551615 4108846752 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10656/tid=10659] ppid=10654 vsize=1543360 CPUtime=1.44
/proc/10656/task/10659/stat : 10659 (java) S 10654 10656 10380 0 -1 4202560 15030 0 0 0 136 8 0 0 15 0 13 0 3417546 1580400640 66465 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10660] ppid=10654 vsize=1543360 CPUtime=1.45
/proc/10656/task/10660/stat : 10660 (java) S 10654 10656 10380 0 -1 4202560 16004 0 0 0 139 6 0 0 16 0 13 0 3417546 1580400640 66465 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 1 0 0 0
[pid=10656/tid=10661] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10661/stat : 10661 (java) S 10654 10656 10380 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 13 0 3417548 1580400640 66465 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 0 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10662] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10662/stat : 10662 (java) S 10654 10656 10380 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3417548 1580400640 66465 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10663] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10663/stat : 10663 (java) S 10654 10656 10380 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3417548 1580400640 66465 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10664] ppid=10654 vsize=1543360 CPUtime=0

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

[pid=10656] ppid=10654 vsize=1543360 CPUtime=1581.75
/proc/10656/stat : 10656 (java) S 10654 10656 10380 0 -1 4202496 110790 0 1 0 158072 103 0 0 18 0 13 0 3417543 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10656/statm: 385840 96394 1450 10 0 383142 0
[pid=10656/tid=10658] ppid=10654 vsize=1543360 CPUtime=1499.92
/proc/10656/task/10658/stat : 10658 (java) R 10654 10656 10380 0 -1 4202560 32960 0 1 0 149972 20 0 0 25 0 13 0 3417545 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4109515504 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10656/tid=10659] ppid=10654 vsize=1543360 CPUtime=37.26
/proc/10656/task/10659/stat : 10659 (java) S 10654 10656 10380 0 -1 4202560 30259 0 0 0 3696 30 0 0 15 0 13 0 3417546 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 1 0 0 0
[pid=10656/tid=10660] ppid=10654 vsize=1543360 CPUtime=37.32
/proc/10656/task/10660/stat : 10660 (java) S 10654 10656 10380 0 -1 4202560 30996 0 0 0 3696 36 0 0 16 0 13 0 3417546 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10661] ppid=10654 vsize=1543360 CPUtime=3.1
/proc/10656/task/10661/stat : 10661 (java) S 10654 10656 10380 0 -1 4202560 5328 0 0 0 301 9 0 0 15 0 13 0 3417548 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 0 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10662] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10662/stat : 10662 (java) S 10654 10656 10380 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3417548 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10663] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10663/stat : 10663 (java) S 10654 10656 10380 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3417548 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10664] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10664/stat : 10664 (java) S 10654 10656 10380 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3417552 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10665] ppid=10654 vsize=1543360 CPUtime=1.58
/proc/10656/task/10665/stat : 10665 (java) S 10654 10656 10380 0 -1 4202560 4749 0 0 0 157 1 0 0 15 0 13 0 3417552 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10666] ppid=10654 vsize=1543360 CPUtime=2.49
/proc/10656/task/10666/stat : 10666 (java) S 10654 10656 10380 0 -1 4202560 5343 0 0 0 247 2 0 0 15 0 13 0 3417552 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 1 0 0 0
[pid=10656/tid=10667] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10667/stat : 10667 (java) S 10654 10656 10380 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3417552 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10668] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10668/stat : 10668 (java) S 10654 10656 10380 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 13 0 3417552 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 1 0 0 0
[pid=10656/tid=10669] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10669/stat : 10669 (java) S 10654 10656 10380 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 3418091 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1581.75
Current children cumulated vsize (KiB) 1543360

[startup+1602.3 s]
/proc/loadavg: 1.06 1.04 1.12 2/118 10720
/proc/meminfo: memFree=1365908/2059040 swapFree=4192956/4192956
[pid=10656] ppid=10654 vsize=1543360 CPUtime=1643.45
/proc/10656/stat : 10656 (java) S 10654 10656 10380 0 -1 4202496 110829 0 1 0 164241 104 0 0 18 0 13 0 3417543 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10656/statm: 385840 96394 1450 10 0 383142 0
[pid=10656/tid=10658] ppid=10654 vsize=1543360 CPUtime=1558.15
/proc/10656/task/10658/stat : 10658 (java) R 10654 10656 10380 0 -1 4202560 32995 0 1 0 155794 21 0 0 25 0 13 0 3417545 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4109203316 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10656/tid=10659] ppid=10654 vsize=1543360 CPUtime=38.99
/proc/10656/task/10659/stat : 10659 (java) S 10654 10656 10380 0 -1 4202560 30259 0 0 0 3869 30 0 0 16 0 13 0 3417546 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 1 0 0 0
[pid=10656/tid=10660] ppid=10654 vsize=1543360 CPUtime=39.06
/proc/10656/task/10660/stat : 10660 (java) S 10654 10656 10380 0 -1 4202560 30996 0 0 0 3869 37 0 0 16 0 13 0 3417546 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10661] ppid=10654 vsize=1543360 CPUtime=3.11
/proc/10656/task/10661/stat : 10661 (java) S 10654 10656 10380 0 -1 4202560 5330 0 0 0 302 9 0 0 15 0 13 0 3417548 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 0 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10662] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10662/stat : 10662 (java) S 10654 10656 10380 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3417548 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10663] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10663/stat : 10663 (java) S 10654 10656 10380 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3417548 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10664] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10664/stat : 10664 (java) S 10654 10656 10380 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3417552 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10665] ppid=10654 vsize=1543360 CPUtime=1.58
/proc/10656/task/10665/stat : 10665 (java) S 10654 10656 10380 0 -1 4202560 4749 0 0 0 157 1 0 0 15 0 13 0 3417552 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10666] ppid=10654 vsize=1543360 CPUtime=2.49
/proc/10656/task/10666/stat : 10666 (java) S 10654 10656 10380 0 -1 4202560 5343 0 0 0 247 2 0 0 15 0 13 0 3417552 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 1 0 0 0
[pid=10656/tid=10667] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10667/stat : 10667 (java) S 10654 10656 10380 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3417552 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10668] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10668/stat : 10668 (java) S 10654 10656 10380 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 3417552 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 1 0 0 0
[pid=10656/tid=10669] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10669/stat : 10669 (java) S 10654 10656 10380 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 3418091 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1643.45
Current children cumulated vsize (KiB) 1543360

[startup+1662.3 s]
/proc/loadavg: 1.02 1.03 1.11 2/118 10722
/proc/meminfo: memFree=1365908/2059040 swapFree=4192956/4192956
[pid=10656] ppid=10654 vsize=1543360 CPUtime=1704.89
/proc/10656/stat : 10656 (java) S 10654 10656 10380 0 -1 4202496 110870 0 1 0 170382 107 0 0 18 0 13 0 3417543 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10656/statm: 385840 96394 1450 10 0 383142 0
[pid=10656/tid=10658] ppid=10654 vsize=1543360 CPUtime=1616.64
/proc/10656/task/10658/stat : 10658 (java) R 10654 10656 10380 0 -1 4202560 33028 0 1 0 161643 21 0 0 25 0 13 0 3417545 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4109515661 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10656/tid=10659] ppid=10654 vsize=1543360 CPUtime=40.45
/proc/10656/task/10659/stat : 10659 (java) S 10654 10656 10380 0 -1 4202560 30259 0 0 0 4015 30 0 0 15 0 13 0 3417546 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 1 0 0 0
[pid=10656/tid=10660] ppid=10654 vsize=1543360 CPUtime=40.52
/proc/10656/task/10660/stat : 10660 (java) S 10654 10656 10380 0 -1 4202560 30996 0 0 0 4014 38 0 0 16 0 13 0 3417546 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10661] ppid=10654 vsize=1543360 CPUtime=3.12
/proc/10656/task/10661/stat : 10661 (java) S 10654 10656 10380 0 -1 4202560 5334 0 0 0 302 10 0 0 15 0 13 0 3417548 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 0 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10662] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10662/stat : 10662 (java) S 10654 10656 10380 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3417548 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10663] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10663/stat : 10663 (java) S 10654 10656 10380 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3417548 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10664] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10664/stat : 10664 (java) S 10654 10656 10380 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3417552 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10665] ppid=10654 vsize=1543360 CPUtime=1.58
/proc/10656/task/10665/stat : 10665 (java) S 10654 10656 10380 0 -1 4202560 4749 0 0 0 157 1 0 0 15 0 13 0 3417552 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10666] ppid=10654 vsize=1543360 CPUtime=2.49
/proc/10656/task/10666/stat : 10666 (java) S 10654 10656 10380 0 -1 4202560 5343 0 0 0 247 2 0 0 15 0 13 0 3417552 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 1 0 0 0
[pid=10656/tid=10667] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10667/stat : 10667 (java) S 10654 10656 10380 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3417552 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10668] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10668/stat : 10668 (java) S 10654 10656 10380 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 3417552 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10669] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10669/stat : 10669 (java) S 10654 10656 10380 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 3418091 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1704.89
Current children cumulated vsize (KiB) 1543360

[startup+1722.3 s]
/proc/loadavg: 1.01 1.02 1.10 2/118 10724
/proc/meminfo: memFree=1365908/2059040 swapFree=4192956/4192956
[pid=10656] ppid=10654 vsize=1543360 CPUtime=1766.18
/proc/10656/stat : 10656 (java) S 10654 10656 10380 0 -1 4202496 110911 0 1 0 176509 109 0 0 18 0 13 0 3417543 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10656/statm: 385840 96394 1450 10 0 383142 0
[pid=10656/tid=10658] ppid=10654 vsize=1543360 CPUtime=1675.28
/proc/10656/task/10658/stat : 10658 (java) R 10654 10656 10380 0 -1 4202560 33061 0 1 0 167506 22 0 0 25 0 13 0 3417545 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4109515542 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10656/tid=10659] ppid=10654 vsize=1543360 CPUtime=41.78
/proc/10656/task/10659/stat : 10659 (java) S 10654 10656 10380 0 -1 4202560 30259 0 0 0 4147 31 0 0 15 0 13 0 3417546 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10660] ppid=10654 vsize=1543360 CPUtime=41.85
/proc/10656/task/10660/stat : 10660 (java) S 10654 10656 10380 0 -1 4202560 30996 0 0 0 4146 39 0 0 16 0 13 0 3417546 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 1 0 0 0
[pid=10656/tid=10661] ppid=10654 vsize=1543360 CPUtime=3.13
/proc/10656/task/10661/stat : 10661 (java) S 10654 10656 10380 0 -1 4202560 5338 0 0 0 303 10 0 0 15 0 13 0 3417548 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 0 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10662] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10662/stat : 10662 (java) S 10654 10656 10380 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3417548 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10663] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10663/stat : 10663 (java) S 10654 10656 10380 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3417548 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10664] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10664/stat : 10664 (java) S 10654 10656 10380 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3417552 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10665] ppid=10654 vsize=1543360 CPUtime=1.58
/proc/10656/task/10665/stat : 10665 (java) S 10654 10656 10380 0 -1 4202560 4749 0 0 0 157 1 0 0 15 0 13 0 3417552 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10666] ppid=10654 vsize=1543360 CPUtime=2.49
/proc/10656/task/10666/stat : 10666 (java) S 10654 10656 10380 0 -1 4202560 5343 0 0 0 247 2 0 0 15 0 13 0 3417552 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 1 0 0 0
[pid=10656/tid=10667] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10667/stat : 10667 (java) S 10654 10656 10380 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3417552 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10668] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10668/stat : 10668 (java) S 10654 10656 10380 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 3417552 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10669] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10669/stat : 10669 (java) S 10654 10656 10380 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 3418091 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1766.18
Current children cumulated vsize (KiB) 1543360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1755.4 s]
/proc/loadavg: 1.00 1.02 1.09 2/118 10724
/proc/meminfo: memFree=1365908/2059040 swapFree=4192956/4192956
[pid=10656] ppid=10654 vsize=1543360 CPUtime=1800.08
/proc/10656/stat : 10656 (java) S 10654 10656 10380 0 -1 4202496 110933 0 1 0 179898 110 0 0 18 0 13 0 3417543 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10656/statm: 385840 96394 1450 10 0 383142 0
[pid=10656/tid=10658] ppid=10654 vsize=1543360 CPUtime=1707.56
/proc/10656/task/10658/stat : 10658 (java) R 10654 10656 10380 0 -1 4202560 33079 0 1 0 170734 22 0 0 25 0 13 0 3417545 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4109463674 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10656/tid=10659] ppid=10654 vsize=1543360 CPUtime=42.58
/proc/10656/task/10659/stat : 10659 (java) S 10654 10656 10380 0 -1 4202560 30259 0 0 0 4227 31 0 0 16 0 13 0 3417546 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10660] ppid=10654 vsize=1543360 CPUtime=42.67
/proc/10656/task/10660/stat : 10660 (java) S 10654 10656 10380 0 -1 4202560 30996 0 0 0 4227 40 0 0 15 0 13 0 3417546 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 1 0 0 0
[pid=10656/tid=10661] ppid=10654 vsize=1543360 CPUtime=3.14
/proc/10656/task/10661/stat : 10661 (java) S 10654 10656 10380 0 -1 4202560 5340 0 0 0 304 10 0 0 15 0 13 0 3417548 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 0 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10662] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10662/stat : 10662 (java) S 10654 10656 10380 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3417548 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10663] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10663/stat : 10663 (java) S 10654 10656 10380 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3417548 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10664] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10664/stat : 10664 (java) S 10654 10656 10380 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3417552 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10665] ppid=10654 vsize=1543360 CPUtime=1.58
/proc/10656/task/10665/stat : 10665 (java) S 10654 10656 10380 0 -1 4202560 4749 0 0 0 157 1 0 0 15 0 13 0 3417552 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10666] ppid=10654 vsize=1543360 CPUtime=2.49
/proc/10656/task/10666/stat : 10666 (java) S 10654 10656 10380 0 -1 4202560 5343 0 0 0 247 2 0 0 15 0 13 0 3417552 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 1 0 0 0
[pid=10656/tid=10667] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10667/stat : 10667 (java) S 10654 10656 10380 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3417552 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10668] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10668/stat : 10668 (java) S 10654 10656 10380 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 3417552 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
[pid=10656/tid=10669] ppid=10654 vsize=1543360 CPUtime=0
/proc/10656/task/10669/stat : 10669 (java) S 10654 10656 10380 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 3418091 1580400640 96394 1992294400 134512640 134550932 4289840992 18446744073709551615 4294960144 0 4 0 16800975 18446604437864723392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1543360

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

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

Child status: 143
Real time (s): 1755.49
CPU time (s): 1800.2
CPU user time (s): 1799.06
CPU system time (s): 1.14183
CPU usage (%): 102.547
Max. virtual memory (cumulated for all children) (KiB): 1548488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 1.14183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110954
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= 45457
involuntary context switches= 41017

runsolver used 3.51147 second user time and 9.41357 second system time

The end

Launcher Data

Begin job on node089 at 2010-06-15 19:00:41
IDJOB=2660525
IDBENCH=2947
IDSOLVER=1165
FILE ID=node089/2660525-1276621240
PBS_JOBID= 11172319
Free space on /tmp= 62552 MiB

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

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

MD5SUM BENCH= 601a73d2c5752739e04dd0126b5500f0
RANDOM SEED=909283914

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
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	: 5999.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1749752 kB
Buffers:         47872 kB
Cached:         137908 kB
SwapCached:          0 kB
Active:          87652 kB
Inactive:       157464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1749752 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            7876 kB
Writeback:           0 kB
AnonPages:       59352 kB
Mapped:          15564 kB
Slab:            42492 kB
PageTables:       4040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182004 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= 62552 MiB
End job on node089 at 2010-06-15 19:29:58