Trace number 2660471

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.37 1790.45

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_7.opb.PB06.opb
MD5SUM3119db8d3d273f04fc4f3b1324a85224
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark396
Best CPU time to get the best result obtained on this benchmark1796.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 452
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 493167
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 493167
Number of bits of the biggest sum of numbers19
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.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-2660471-1276376470.opb
0.24/0.21	c reading problem ... 
8.89/7.57	c ... done. Wall clock time 7.361s.
8.89/7.57	c #vars     10000
8.89/7.57	c #constraints  656900
8.89/7.57	c constraints type 
8.89/7.57	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
8.89/7.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
42.57/39.67	c cleaning 0 clauses out of 5002 with flag 0/5002
63.63/60.54	c cleaning 0 clauses out of 11001 with flag 0/11001
96.44/93.22	c cleaning 0 clauses out of 18000 with flag 0/18000
134.40/131.00	c cleaning 0 clauses out of 26002 with flag 0/26002
182.38/178.84	c cleaning 0 clauses out of 35001 with flag 0/35001
241.17/237.49	c cleaning 0 clauses out of 45003 with flag 0/45003
312.11/308.18	c cleaning 0 clauses out of 56002 with flag 0/56002
389.51/385.25	c cleaning 0 clauses out of 68000 with flag 0/68000
487.63/483.05	c cleaning 0 clauses out of 81000 with flag 0/81000
571.84/566.96	c cleaning 0 clauses out of 95000 with flag 0/95000
720.87/715.58	c cleaning 0 clauses out of 110001 with flag 0/110001
865.77/859.87	c cleaning 0 clauses out of 126000 with flag 0/126000
1025.40/1018.86	c cleaning 0 clauses out of 143001 with flag 0/143001
1179.04/1171.92	c cleaning 0 clauses out of 161000 with flag 0/161000
1352.57/1344.78	c cleaning 0 clauses out of 180000 with flag 0/180000
1547.32/1538.71	c cleaning 0 clauses out of 200001 with flag 0/200001
1750.85/1741.29	c cleaning 0 clauses out of 221001 with flag 0/221001
1800.05/1790.21	c starts		: 119
1800.05/1790.21	c conflicts		: 224642
1800.05/1790.21	c decisions		: 316803
1800.05/1790.21	c propagations		: 45519494
1800.05/1790.21	c inspects		: 1145613616
1800.05/1790.21	c learnt literals	: 0
1800.05/1790.21	c learnt binary clauses	: 0
1800.05/1790.21	c learnt ternary clauses	: 0
1800.05/1790.21	c learnt clauses	: 224641
1800.05/1790.21	c ignored clauses	: 0
1800.05/1790.21	c root simplifications	: 0
1800.05/1790.21	c removed literals (reason simplification)	: 0
1800.05/1790.21	c reason swapping (by a shorter reason)	: 0
1800.05/1790.21	c Calls to reduceDB	: 17
1800.05/1790.21	c number of reductions to clauses (during analyze)	: 0
1800.05/1790.21	c number of learned constraints concerned by reduction	: 0
1800.05/1790.21	c number of learning phase by resolution	: 0
1800.05/1790.21	c number of learning phase by cutting planes	: 0
1800.05/1790.21	c speed (assignments/second)	: 25534.805864319595
1800.05/1790.21	c non guided choices	0
1800.05/1790.29	c learnt constraints type 
1800.05/1790.29	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 224645
1800.05/1790.29	c constraints type 
1800.05/1790.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
1800.05/1790.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
1800.05/1790.29	s UNKNOWN
1800.05/1790.29	c Total wall clock time (in seconds): 1790.085

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

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


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.99 3/106 14208
/proc/meminfo: memFree=1794524/2059040 swapFree=4158992/4192956
[pid=14208] ppid=14206 vsize=1832 CPUtime=0
/proc/14208/stat : 14208 (java6) S 14206 14208 14183 0 -1 4194304 250 0 0 0 0 0 0 0 19 0 1 0 13250797 1875968 153 1992294400 134512640 134550932 4287772240 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699383486 0 0 17 1 0 0 0
/proc/14208/statm: 458 153 116 10 0 63 0

[startup+0.0463629 s]
/proc/loadavg: 0.91 0.97 0.99 3/106 14208
/proc/meminfo: memFree=1794524/2059040 swapFree=4158992/4192956
[pid=14208] ppid=14206 vsize=1520328 CPUtime=0.02
/proc/14208/stat : 14208 (java) S 14206 14208 14183 0 -1 4202496 3411 0 1 0 1 1 0 0 18 0 4 0 13250797 1556815872 2855 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/14208/statm: 380082 2855 951 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.101367 s]
/proc/loadavg: 0.91 0.97 0.99 3/106 14208
/proc/meminfo: memFree=1794524/2059040 swapFree=4158992/4192956
[pid=14208] ppid=14206 vsize=1524184 CPUtime=0.08
/proc/14208/stat : 14208 (java) S 14206 14208 14183 0 -1 4202496 3955 0 1 0 6 2 0 0 18 0 12 0 13250797 1560764416 3395 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14208/statm: 381046 3395 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301439 s]
/proc/loadavg: 0.91 0.97 0.99 3/106 14208
/proc/meminfo: memFree=1794524/2059040 swapFree=4158992/4192956
[pid=14208] ppid=14206 vsize=1526404 CPUtime=0.37
/proc/14208/stat : 14208 (java) S 14206 14208 14183 0 -1 4202496 5397 0 1 0 34 3 0 0 18 0 12 0 13250797 1563037696 4835 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14208/statm: 381601 4835 1362 10 0 378903 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526404

[startup+0.701438 s]
/proc/loadavg: 0.91 0.97 0.99 3/106 14208
/proc/meminfo: memFree=1794524/2059040 swapFree=4158992/4192956
[pid=14208] ppid=14206 vsize=1529732 CPUtime=1.16
/proc/14208/stat : 14208 (java) S 14206 14208 14183 0 -1 4202496 7828 0 1 0 112 4 0 0 18 0 12 0 13250797 1566445568 7266 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14208/statm: 382433 7266 1397 10 0 379735 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1529732

[startup+1.50044 s]
/proc/loadavg: 0.91 0.97 0.99 4/118 14220
/proc/meminfo: memFree=1756608/2059040 swapFree=4158992/4192956
[pid=14208] ppid=14206 vsize=1529548 CPUtime=2.24
/proc/14208/stat : 14208 (java) S 14206 14208 14183 0 -1 4202496 25686 0 1 0 211 13 0 0 18 0 12 0 13250797 1566257152 24908 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14208/statm: 382387 24909 1406 10 0 379689 0
[pid=14208/tid=14210] ppid=14206 vsize=1529548 CPUtime=1.47
/proc/14208/task/14210/stat : 14210 (java) R 14206 14208 14183 0 -1 4202560 22923 0 1 0 135 12 0 0 19 0 12 0 13250798 1566257152 24910 1992294400 134512640 134550932 4293266832 18446744073709551615 4109507053 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14208/tid=14211] ppid=14206 vsize=1529548 CPUtime=0
/proc/14208/task/14211/stat : 14211 (java) S 14206 14208 14183 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 13250799 1566257152 24912 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14212] ppid=14206 vsize=1529548 CPUtime=0
/proc/14208/task/14212/stat : 14212 (java) S 14206 14208 14183 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 13250800 1566257152 24913 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14213] ppid=14206 vsize=1529548 CPUtime=0
/proc/14208/task/14213/stat : 14213 (java) S 14206 14208 14183 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 13250801 1566257152 24915 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 0 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14214] ppid=14206 vsize=1529548 CPUtime=0
/proc/14208/task/14214/stat : 14214 (java) S 14206 14208 14183 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 13250802 1566257152 24916 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14215] ppid=14206 vsize=1529548 CPUtime=0
/proc/14208/task/14215/stat : 14215 (java) S 14206 14208 14183 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 13250802 1566257152 24917 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14216] ppid=14206 vsize=1529548 CPUtime=0
/proc/14208/task/14216/stat : 14216 (java) S 14206 14208 14183 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 13250806 1566257152 24919 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14217] ppid=14206 vsize=1529548 CPUtime=0.48
/proc/14208/task/14217/stat : 14217 (java) S 14206 14208 14183 0 -1 4202560 811 0 0 0 48 0 0 0 25 0 12 0 13250806 1566257152 24920 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14218] ppid=14206 vsize=1529548 CPUtime=0.26
/proc/14208/task/14218/stat : 14218 (java) S 14206 14208 14183 0 -1 4202560 892 0 0 0 26 0 0 0 24 0 12 0 13250806 1566257152 24922 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14219] ppid=14206 vsize=1529548 CPUtime=0
/proc/14208/task/14219/stat : 14219 (java) S 14206 14208 14183 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 13250806 1566257152 24923 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14220] ppid=14206 vsize=1529548 CPUtime=0
/proc/14208/task/14220/stat : 14220 (java) S 14206 14208 14183 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 13250806 1566257152 24925 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 1529548

[startup+3.10044 s]
/proc/loadavg: 0.92 0.97 0.99 2/118 14220
/proc/meminfo: memFree=1657160/2059040 swapFree=4158992/4192956
[pid=14208] ppid=14206 vsize=1529548 CPUtime=3.93
/proc/14208/stat : 14208 (java) S 14206 14208 14183 0 -1 4202496 38872 0 1 0 373 20 0 0 18 0 12 0 13250797 1566257152 38062 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14208/statm: 382387 38062 1416 10 0 379689 0
[pid=14208/tid=14210] ppid=14206 vsize=1529548 CPUtime=2.98
/proc/14208/task/14210/stat : 14210 (java) R 14206 14208 14183 0 -1 4202560 32010 0 1 0 281 17 0 0 22 0 12 0 13250798 1566257152 38062 1992294400 134512640 134550932 4293266832 18446744073709551615 4109329222 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14208/tid=14211] ppid=14206 vsize=1529548 CPUtime=0.07
/proc/14208/task/14211/stat : 14211 (java) S 14206 14208 14183 0 -1 4202560 2091 0 0 0 7 0 0 0 18 0 12 0 13250799 1566257152 38062 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14212] ppid=14206 vsize=1529548 CPUtime=0.08
/proc/14208/task/14212/stat : 14212 (java) S 14206 14208 14183 0 -1 4202560 1995 0 0 0 8 0 0 0 15 0 12 0 13250800 1566257152 38062 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14213] ppid=14206 vsize=1529548 CPUtime=0
/proc/14208/task/14213/stat : 14213 (java) S 14206 14208 14183 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 13250801 1566257152 38062 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 0 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14214] ppid=14206 vsize=1529548 CPUtime=0
/proc/14208/task/14214/stat : 14214 (java) S 14206 14208 14183 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 13250802 1566257152 38062 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14215] ppid=14206 vsize=1529548 CPUtime=0
/proc/14208/task/14215/stat : 14215 (java) S 14206 14208 14183 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 13250802 1566257152 38062 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14216] ppid=14206 vsize=1529548 CPUtime=0
/proc/14208/task/14216/stat : 14216 (java) S 14206 14208 14183 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 13250806 1566257152 38062 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14217] ppid=14206 vsize=1529548 CPUtime=0.48
/proc/14208/task/14217/stat : 14217 (java) S 14206 14208 14183 0 -1 4202560 811 0 0 0 48 0 0 0 25 0 12 0 13250806 1566257152 38062 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14218] ppid=14206 vsize=1529548 CPUtime=0.26
/proc/14208/task/14218/stat : 14218 (java) S 14206 14208 14183 0 -1 4202560 892 0 0 0 26 0 0 0 24 0 12 0 13250806 1566257152 38062 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14219] ppid=14206 vsize=1529548 CPUtime=0
/proc/14208/task/14219/stat : 14219 (java) S 14206 14208 14183 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 13250806 1566257152 38062 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14220] ppid=14206 vsize=1529548 CPUtime=0
/proc/14208/task/14220/stat : 14220 (java) S 14206 14208 14183 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 13250806 1566257152 38062 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 1529548

[startup+6.30143 s]
/proc/loadavg: 0.92 0.97 0.99 2/118 14220
/proc/meminfo: memFree=1621820/2059040 swapFree=4158992/4192956
[pid=14208] ppid=14206 vsize=1529548 CPUtime=7.48
/proc/14208/stat : 14208 (java) S 14206 14208 14183 0 -1 4202496 46792 0 1 0 723 25 0 0 18 0 12 0 13250797 1566257152 45809 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14208/statm: 382387 45809 1416 10 0 379689 0
[pid=14208/tid=14210] ppid=14206 vsize=1529548 CPUtime=5.81
/proc/14208/task/14210/stat : 14210 (java) R 14206 14208 14183 0 -1 4202560 32016 0 1 0 563 18 0 0 25 0 12 0 13250798 1566257152 45809 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14208/tid=14211] ppid=14206 vsize=1529548 CPUtime=0.44
/proc/14208/task/14211/stat : 14211 (java) S 14206 14208 14183 0 -1 4202560 6141 0 0 0 40 4 0 0 16 0 12 0 13250799 1566257152 45809 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14212] ppid=14206 vsize=1529548 CPUtime=0.44
/proc/14208/task/14212/stat : 14212 (java) S 14206 14208 14183 0 -1 4202560 5847 0 0 0 43 1 0 0 16 0 12 0 13250800 1566257152 45809 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14213] ppid=14206 vsize=1529548 CPUtime=0
/proc/14208/task/14213/stat : 14213 (java) S 14206 14208 14183 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 12 0 13250801 1566257152 45809 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 0 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14214] ppid=14206 vsize=1529548 CPUtime=0
/proc/14208/task/14214/stat : 14214 (java) S 14206 14208 14183 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 13250802 1566257152 45809 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14215] ppid=14206 vsize=1529548 CPUtime=0
/proc/14208/task/14215/stat : 14215 (java) S 14206 14208 14183 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 13250802 1566257152 45809 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14216] ppid=14206 vsize=1529548 CPUtime=0
/proc/14208/task/14216/stat : 14216 (java) S 14206 14208 14183 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 13250806 1566257152 45809 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14217] ppid=14206 vsize=1529548 CPUtime=0.48
/proc/14208/task/14217/stat : 14217 (java) S 14206 14208 14183 0 -1 4202560 811 0 0 0 48 0 0 0 18 0 12 0 13250806 1566257152 45809 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14218] ppid=14206 vsize=1529548 CPUtime=0.26
/proc/14208/task/14218/stat : 14218 (java) S 14206 14208 14183 0 -1 4202560 892 0 0 0 26 0 0 0 24 0 12 0 13250806 1566257152 45809 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14219] ppid=14206 vsize=1529548 CPUtime=0
/proc/14208/task/14219/stat : 14219 (java) S 14206 14208 14183 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 13250806 1566257152 45809 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14220] ppid=14206 vsize=1529548 CPUtime=0
/proc/14208/task/14220/stat : 14220 (java) S 14206 14208 14183 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 13250806 1566257152 45809 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 1529548

[startup+12.7014 s]
/proc/loadavg: 0.93 0.97 0.99 2/119 14221
/proc/meminfo: memFree=1604576/2059040 swapFree=4158992/4192956
[pid=14208] ppid=14206 vsize=1531796 CPUtime=15.34
/proc/14208/stat : 14208 (java) S 14206 14208 14183 0 -1 4202496 50113 0 1 0 1506 28 0 0 18 0 13 0 13250797 1568559104 48592 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14208/statm: 382949 48592 1439 10 0 380251 0
[pid=14208/tid=14210] ppid=14206 vsize=1531796 CPUtime=11.71
/proc/14208/task/14210/stat : 14210 (java) R 14206 14208 14183 0 -1 4202560 32075 0 1 0 1152 19 0 0 25 0 13 0 13250798 1568559104 48592 1992294400 134512640 134550932 4293266832 18446744073709551615 4109709427 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14208/tid=14211] ppid=14206 vsize=1531796 CPUtime=0.65
/proc/14208/task/14211/stat : 14211 (java) S 14206 14208 14183 0 -1 4202560 7635 0 0 0 60 5 0 0 16 0 13 0 13250799 1568559104 48592 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14212] ppid=14206 vsize=1531796 CPUtime=0.65
/proc/14208/task/14212/stat : 14212 (java) S 14206 14208 14183 0 -1 4202560 6562 0 0 0 63 2 0 0 16 0 13 0 13250800 1568559104 48592 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14213] ppid=14206 vsize=1531796 CPUtime=0
/proc/14208/task/14213/stat : 14213 (java) S 14206 14208 14183 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 13 0 13250801 1568559104 48592 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 0 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14214] ppid=14206 vsize=1531796 CPUtime=0
/proc/14208/task/14214/stat : 14214 (java) S 14206 14208 14183 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13250802 1568559104 48592 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14215] ppid=14206 vsize=1531796 CPUtime=0
/proc/14208/task/14215/stat : 14215 (java) S 14206 14208 14183 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13250802 1568559104 48592 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14216] ppid=14206 vsize=1531796 CPUtime=0
/proc/14208/task/14216/stat : 14216 (java) S 14206 14208 14183 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 13250806 1568559104 48592 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14217] ppid=14206 vsize=1531796 CPUtime=1.3
/proc/14208/task/14217/stat : 14217 (java) S 14206 14208 14183 0 -1 4202560 1262 0 0 0 130 0 0 0 15 0 13 0 13250806 1568559104 48592 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14218] ppid=14206 vsize=1531796 CPUtime=0.99
/proc/14208/task/14218/stat : 14218 (java) S 14206 14208 14183 0 -1 4202560 1490 0 0 0 99 0 0 0 15 0 13 0 13250806 1568559104 48592 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14219] ppid=14206 vsize=1531796 CPUtime=0
/proc/14208/task/14219/stat : 14219 (java) S 14206 14208 14183 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 13250806 1568559104 48592 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14220] ppid=14206 vsize=1531796 CPUtime=0
/proc/14208/task/14220/stat : 14220 (java) S 14206 14208 14183 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 13250806 1568559104 48592 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14221] ppid=14206 vsize=1531796 CPUtime=0
/proc/14208/task/14221/stat : 14221 (java) S 14206 14208 14183 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 13251591 1568559104 48592 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.34
Current children cumulated vsize (KiB) 1531796

[startup+25.5014 s]
/proc/loadavg: 0.94 0.97 0.99 2/119 14221
/proc/meminfo: memFree=1594780/2059040 swapFree=4158992/4192956
[pid=14208] ppid=14206 vsize=1531796 CPUtime=28.27
/proc/14208/stat : 14208 (java) S 14206 14208 14183 0 -1 4202496 52748 0 1 0 2797 30 0 0 18 0 13 0 13250797 1568559104 51130 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14208/statm: 382949 51130 1439 10 0 380251 0
[pid=14208/tid=14210] ppid=14206 vsize=1531796 CPUtime=24.36
/proc/14208/task/14210/stat : 14210 (java) R 14206 14208 14183 0 -1 4202560 32076 0 1 0 2417 19 0 0 25 0 13 0 13250798 1568559104 51130 1992294400 134512640 134550932 4293266832 18446744073709551615 4109709545 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14208/tid=14211] ppid=14206 vsize=1531796 CPUtime=0.72
/proc/14208/task/14211/stat : 14211 (java) S 14206 14208 14183 0 -1 4202560 9239 0 0 0 67 5 0 0 16 0 13 0 13250799 1568559104 51130 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14212] ppid=14206 vsize=1531796 CPUtime=0.73
/proc/14208/task/14212/stat : 14212 (java) S 14206 14208 14183 0 -1 4202560 7583 0 0 0 71 2 0 0 16 0 13 0 13250800 1568559104 51130 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14213] ppid=14206 vsize=1531796 CPUtime=0
/proc/14208/task/14213/stat : 14213 (java) S 14206 14208 14183 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 13 0 13250801 1568559104 51130 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 0 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14214] ppid=14206 vsize=1531796 CPUtime=0
/proc/14208/task/14214/stat : 14214 (java) S 14206 14208 14183 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13250802 1568559104 51130 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14215] ppid=14206 vsize=1531796 CPUtime=0
/proc/14208/task/14215/stat : 14215 (java) S 14206 14208 14183 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13250802 1568559104 51130 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14216] ppid=14206 vsize=1531796 CPUtime=0

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

[pid=14208/tid=14214] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14214/stat : 14214 (java) S 14206 14208 14183 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13250802 1567404032 319507 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14215] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14215/stat : 14215 (java) S 14206 14208 14183 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13250802 1567404032 319507 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14216] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14216/stat : 14216 (java) S 14206 14208 14183 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 13250806 1567404032 319507 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14217] ppid=14206 vsize=1530668 CPUtime=1.49
/proc/14208/task/14217/stat : 14217 (java) S 14206 14208 14183 0 -1 4202560 1275 0 0 0 149 0 0 0 15 0 13 0 13250806 1567404032 319507 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14218] ppid=14206 vsize=1530668 CPUtime=1.22
/proc/14208/task/14218/stat : 14218 (java) S 14206 14208 14183 0 -1 4202560 1500 0 0 0 122 0 0 0 15 0 13 0 13250806 1567404032 319507 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14219] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14219/stat : 14219 (java) S 14206 14208 14183 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 13250806 1567404032 319507 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14220] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14220/stat : 14220 (java) S 14206 14208 14183 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 13250806 1567404032 319507 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14221] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14221/stat : 14221 (java) S 14206 14208 14183 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 13251591 1567404032 319507 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1611.38
Current children cumulated vsize (KiB) 1530668

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14268
/proc/meminfo: memFree=488576/2059040 swapFree=4158992/4192956
[pid=14208] ppid=14206 vsize=1530668 CPUtime=1671.64
/proc/14208/stat : 14208 (java) S 14206 14208 14183 0 -1 4202496 353306 0 1 0 166959 205 0 0 18 0 13 0 13250797 1567404032 326762 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14208/statm: 382667 326762 1445 10 0 379969 0
[pid=14208/tid=14210] ppid=14206 vsize=1530668 CPUtime=1642.94
/proc/14208/task/14210/stat : 14210 (java) R 14206 14208 14183 0 -1 4202560 32649 0 1 0 164256 38 0 0 25 0 13 0 13250798 1567404032 326762 1992294400 134512640 134550932 4293266832 18446744073709551615 4109723881 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14208/tid=14211] ppid=14206 vsize=1530668 CPUtime=8.51
/proc/14208/task/14211/stat : 14211 (java) S 14206 14208 14183 0 -1 4202560 156929 0 0 0 771 80 0 0 15 0 13 0 13250799 1567404032 326762 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14212] ppid=14206 vsize=1530668 CPUtime=8.44
/proc/14208/task/14212/stat : 14212 (java) S 14206 14208 14183 0 -1 4202560 157474 0 0 0 765 79 0 0 16 0 13 0 13250800 1567404032 326762 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14213] ppid=14206 vsize=1530668 CPUtime=8.97
/proc/14208/task/14213/stat : 14213 (java) S 14206 14208 14183 0 -1 4202560 2319 0 0 0 893 4 0 0 15 0 13 0 13250801 1567404032 326762 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 0 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14214] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14214/stat : 14214 (java) S 14206 14208 14183 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13250802 1567404032 326762 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14215] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14215/stat : 14215 (java) S 14206 14208 14183 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13250802 1567404032 326762 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14216] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14216/stat : 14216 (java) S 14206 14208 14183 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 13250806 1567404032 326762 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14217] ppid=14206 vsize=1530668 CPUtime=1.49
/proc/14208/task/14217/stat : 14217 (java) S 14206 14208 14183 0 -1 4202560 1275 0 0 0 149 0 0 0 15 0 13 0 13250806 1567404032 326762 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14218] ppid=14206 vsize=1530668 CPUtime=1.22
/proc/14208/task/14218/stat : 14218 (java) S 14206 14208 14183 0 -1 4202560 1500 0 0 0 122 0 0 0 15 0 13 0 13250806 1567404032 326762 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14219] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14219/stat : 14219 (java) S 14206 14208 14183 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 13250806 1567404032 326762 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14220] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14220/stat : 14220 (java) S 14206 14208 14183 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 13250806 1567404032 326762 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14221] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14221/stat : 14221 (java) S 14206 14208 14183 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 13251591 1567404032 326762 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1671.64
Current children cumulated vsize (KiB) 1530668

[startup+1722.3 s]
/proc/loadavg: 1.15 1.03 1.01 2/119 14270
/proc/meminfo: memFree=461420/2059040 swapFree=4158992/4192956
[pid=14208] ppid=14206 vsize=1530668 CPUtime=1731.87
/proc/14208/stat : 14208 (java) S 14206 14208 14183 0 -1 4202496 360458 0 1 0 172977 210 0 0 18 0 13 0 13250797 1567404032 333509 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14208/statm: 382667 333509 1445 10 0 379969 0
[pid=14208/tid=14210] ppid=14206 vsize=1530668 CPUtime=1702.59
/proc/14208/task/14210/stat : 14210 (java) R 14206 14208 14183 0 -1 4202560 32663 0 1 0 170220 39 0 0 25 0 13 0 13250798 1567404032 333509 1992294400 134512640 134550932 4293266832 18446744073709551615 4109723946 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14208/tid=14211] ppid=14206 vsize=1530668 CPUtime=8.8
/proc/14208/task/14211/stat : 14211 (java) S 14206 14208 14183 0 -1 4202560 160432 0 0 0 798 82 0 0 16 0 13 0 13250799 1567404032 333509 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14212] ppid=14206 vsize=1530668 CPUtime=8.73
/proc/14208/task/14212/stat : 14212 (java) S 14206 14208 14183 0 -1 4202560 161101 0 0 0 792 81 0 0 15 0 13 0 13250800 1567404032 333509 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14213] ppid=14206 vsize=1530668 CPUtime=8.97
/proc/14208/task/14213/stat : 14213 (java) S 14206 14208 14183 0 -1 4202560 2323 0 0 0 893 4 0 0 15 0 13 0 13250801 1567404032 333509 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 0 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14214] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14214/stat : 14214 (java) S 14206 14208 14183 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13250802 1567404032 333509 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14215] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14215/stat : 14215 (java) S 14206 14208 14183 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13250802 1567404032 333509 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14216] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14216/stat : 14216 (java) S 14206 14208 14183 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 13250806 1567404032 333509 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14217] ppid=14206 vsize=1530668 CPUtime=1.49
/proc/14208/task/14217/stat : 14217 (java) S 14206 14208 14183 0 -1 4202560 1275 0 0 0 149 0 0 0 15 0 13 0 13250806 1567404032 333509 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14218] ppid=14206 vsize=1530668 CPUtime=1.22
/proc/14208/task/14218/stat : 14218 (java) S 14206 14208 14183 0 -1 4202560 1500 0 0 0 122 0 0 0 15 0 13 0 13250806 1567404032 333509 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14219] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14219/stat : 14219 (java) S 14206 14208 14183 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 13250806 1567404032 333509 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14220] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14220/stat : 14220 (java) S 14206 14208 14183 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 13250806 1567404032 333509 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14221] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14221/stat : 14221 (java) S 14206 14208 14183 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 13251591 1567404032 333509 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1731.87
Current children cumulated vsize (KiB) 1530668

[startup+1782.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/119 14272
/proc/meminfo: memFree=433892/2059040 swapFree=4158992/4192956
[pid=14208] ppid=14206 vsize=1530668 CPUtime=1792.11
/proc/14208/stat : 14208 (java) S 14206 14208 14183 0 -1 4202496 367563 0 1 0 178998 213 0 0 18 0 13 0 13250797 1567404032 340306 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14208/statm: 382667 340306 1445 10 0 379969 0
[pid=14208/tid=14210] ppid=14206 vsize=1530668 CPUtime=1761.64
/proc/14208/task/14210/stat : 14210 (java) R 14206 14208 14183 0 -1 4202560 32677 0 1 0 176124 40 0 0 25 0 13 0 13250798 1567404032 340306 1992294400 134512640 134550932 4293266832 18446744073709551615 4109723881 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14208/tid=14211] ppid=14206 vsize=1530668 CPUtime=9.09
/proc/14208/task/14211/stat : 14211 (java) S 14206 14208 14183 0 -1 4202560 164101 0 0 0 826 83 0 0 16 0 13 0 13250799 1567404032 340306 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14212] ppid=14206 vsize=1530668 CPUtime=9
/proc/14208/task/14212/stat : 14212 (java) S 14206 14208 14183 0 -1 4202560 164115 0 0 0 817 83 0 0 15 0 13 0 13250800 1567404032 340306 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14213] ppid=14206 vsize=1530668 CPUtime=9.61
/proc/14208/task/14213/stat : 14213 (java) S 14206 14208 14183 0 -1 4202560 2727 0 0 0 957 4 0 0 15 0 13 0 13250801 1567404032 340306 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 0 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14214] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14214/stat : 14214 (java) S 14206 14208 14183 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13250802 1567404032 340306 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14215] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14215/stat : 14215 (java) S 14206 14208 14183 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13250802 1567404032 340306 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14216] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14216/stat : 14216 (java) S 14206 14208 14183 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 13250806 1567404032 340306 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14217] ppid=14206 vsize=1530668 CPUtime=1.49
/proc/14208/task/14217/stat : 14217 (java) S 14206 14208 14183 0 -1 4202560 1275 0 0 0 149 0 0 0 15 0 13 0 13250806 1567404032 340306 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14218] ppid=14206 vsize=1530668 CPUtime=1.22
/proc/14208/task/14218/stat : 14218 (java) S 14206 14208 14183 0 -1 4202560 1500 0 0 0 122 0 0 0 15 0 13 0 13250806 1567404032 340306 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14219] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14219/stat : 14219 (java) S 14206 14208 14183 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 13250806 1567404032 340306 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14220] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14220/stat : 14220 (java) S 14206 14208 14183 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 13250806 1567404032 340306 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14221] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14221/stat : 14221 (java) S 14206 14208 14183 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 13251591 1567404032 340306 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1792.11
Current children cumulated vsize (KiB) 1530668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.2 s]
/proc/loadavg: 1.04 1.02 1.00 2/119 14272
/proc/meminfo: memFree=430172/2059040 swapFree=4158992/4192956
[pid=14208] ppid=14206 vsize=1530668 CPUtime=1800.05
/proc/14208/stat : 14208 (java) S 14206 14208 14183 0 -1 4202496 368555 0 1 0 179791 214 0 0 18 0 13 0 13250797 1567404032 341263 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14208/statm: 382667 341263 1445 10 0 379969 0
[pid=14208/tid=14210] ppid=14206 vsize=1530668 CPUtime=1769.5
/proc/14208/task/14210/stat : 14210 (java) R 14206 14208 14183 0 -1 4202560 32679 0 1 0 176910 40 0 0 25 0 13 0 13250798 1567404032 341263 1992294400 134512640 134550932 4293266832 18446744073709551615 4109851473 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14208/tid=14211] ppid=14206 vsize=1530668 CPUtime=9.12
/proc/14208/task/14211/stat : 14211 (java) S 14206 14208 14183 0 -1 4202560 164590 0 0 0 829 83 0 0 16 0 13 0 13250799 1567404032 341263 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14212] ppid=14206 vsize=1530668 CPUtime=9.04
/proc/14208/task/14212/stat : 14212 (java) S 14206 14208 14183 0 -1 4202560 164616 0 0 0 821 83 0 0 16 0 13 0 13250800 1567404032 341263 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14213] ppid=14206 vsize=1530668 CPUtime=9.61
/proc/14208/task/14213/stat : 14213 (java) S 14206 14208 14183 0 -1 4202560 2727 0 0 0 957 4 0 0 15 0 13 0 13250801 1567404032 341263 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 0 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14214] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14214/stat : 14214 (java) S 14206 14208 14183 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 13250802 1567404032 341263 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14215] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14215/stat : 14215 (java) S 14206 14208 14183 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 13250802 1567404032 341263 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14216] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14216/stat : 14216 (java) S 14206 14208 14183 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 13250806 1567404032 341263 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14217] ppid=14206 vsize=1530668 CPUtime=1.49
/proc/14208/task/14217/stat : 14217 (java) S 14206 14208 14183 0 -1 4202560 1275 0 0 0 149 0 0 0 15 0 13 0 13250806 1567404032 341263 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14218] ppid=14206 vsize=1530668 CPUtime=1.22
/proc/14208/task/14218/stat : 14218 (java) S 14206 14208 14183 0 -1 4202560 1500 0 0 0 122 0 0 0 15 0 13 0 13250806 1567404032 341263 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14219] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14219/stat : 14219 (java) S 14206 14208 14183 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 13250806 1567404032 341263 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
[pid=14208/tid=14220] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14220/stat : 14220 (java) S 14206 14208 14183 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 13250806 1567404032 341263 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 1 0 0 0
[pid=14208/tid=14221] ppid=14206 vsize=1530668 CPUtime=0
/proc/14208/task/14221/stat : 14221 (java) S 14206 14208 14183 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 13251591 1567404032 341263 1992294400 134512640 134550932 4293266832 18446744073709551615 4294960144 0 4 0 16800975 18446604437829877888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1530668

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

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

[startup+1790.4 s]
/proc/loadavg: 1.04 1.02 1.00 2/119 14272
/proc/meminfo: memFree=430172/2059040 swapFree=4158992/4192956
[pid=14208] ppid=14206 vsize=0 CPUtime=1800.31
/proc/14208/stat : 14208 (java) Z 14206 14208 14183 0 -1 4203548 368577 0 1 0 179810 221 0 0 16 0 2 0 13250797 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14208/statm: 0 0 0 0 0 0 0
[pid=14208/tid=14221] ppid=14206 vsize=0 CPUtime=0.07
/proc/14208/task/14221/stat : 14221 (java) R 14206 14208 14183 0 -1 4203588 4 0 0 0 0 7 0 0 18 0 2 0 13251591 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.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1790.45
CPU time (s): 1800.37
CPU user time (s): 1798.11
CPU system time (s): 2.26366
CPU usage (%): 100.554
Max. virtual memory (cumulated for all children) (KiB): 1532332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.11
system time used= 2.26365
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 368577
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= 42751
involuntary context switches= 40046

runsolver used 3.53446 second user time and 9.60754 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-12 23:01:11
IDJOB=2660471
IDBENCH=1965
IDSOLVER=1165
FILE ID=node006/2660471-1276376470
PBS_JOBID= 11173239
Free space on /tmp= 62456 MiB

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

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

MD5SUM BENCH= 3119db8d3d273f04fc4f3b1324a85224
RANDOM SEED=614611047

node006.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.204
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.40
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.204
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1794796 kB
Buffers:         48512 kB
Cached:         121328 kB
SwapCached:       1976 kB
Active:         108352 kB
Inactive:        89236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1794796 kB
SwapTotal:     4192956 kB
SwapFree:      4158992 kB
Dirty:           17388 kB
Writeback:           0 kB
AnonPages:       25836 kB
Mapped:          13872 kB
Slab:            44720 kB
PageTables:       3988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181384 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= 62456 MiB
End job on node006 at 2010-06-12 23:31:04