Trace number 2658176

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 NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.26 1790.54

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
MD5SUM611c10fb20bc9774d31ac4d0681f384d
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
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 FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31412
Sum of products size (including duplicates)62824
Number of different products15706
Sum of products size31412

Solver Data

0.10/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.10/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.14	c See www.sat4j.org for details.
0.10/0.15	c version 2.2.0.v20100526
0.10/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.10/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.10/0.15	c java.vm.version	11.2-b01
0.10/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.10/0.15	c sun.arch.data.model	32
0.10/0.15	c java.version		1.6.0_12
0.10/0.15	c os.name		Linux
0.10/0.15	c os.version		2.6.18-164.el5
0.10/0.15	c os.arch		i386
0.10/0.15	c Free memory 		1393557488
0.10/0.15	c Max memory 		1395916800
0.10/0.15	c Total memory 		1395916800
0.10/0.15	c Number of processors 	2
0.23/0.20	c Pseudo Boolean Optimization
0.23/0.20	c --- Begin Solver configuration ---
0.23/0.20	c Stops conflict analysis at the first Unique Implication Point
0.23/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.20	c Learn all clauses as in MiniSAT
0.23/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.20	c Expensive reason simplification
0.23/0.20	c Armin Biere (Picosat) restarts strategy
0.23/0.20	c Glucose learned constraints deletion strategy
0.23/0.20	c timeout=2147483s
0.23/0.20	c DB Simplification allowed=false
0.23/0.20	c --- End Solver configuration ---
0.23/0.20	c solving HOME/instance-2658176-1276676258.opb
0.23/0.20	c reading problem ... 
94.51/93.59	c ... done. Wall clock time 93.382s.
94.51/93.59	c #vars     16706
94.51/93.59	c #constraints  32915
94.51/93.59	c constraints type 
94.51/93.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15706
94.51/93.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
94.51/93.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
94.51/93.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15706
113.87/111.91	c cleaning 2505 clauses out of 5010 with flag 5010/5010
134.29/131.94	c cleaning 4264 clauses out of 8528 with flag 11033/11033
163.82/161.38	c cleaning 5618 clauses out of 11236 with flag 18005/18005
207.01/204.34	c cleaning 6827 clauses out of 13654 with flag 26041/26041
249.69/246.80	c cleaning 7896 clauses out of 15791 with flag 35005/35005
293.28/290.25	c cleaning 9005 clauses out of 18009 with flag 45119/45119
365.33/362.08	c cleaning 9961 clauses out of 19922 with flag 56037/56037
442.71/439.12	c cleaning 11076 clauses out of 22151 with flag 68227/68227
539.88/535.96	c cleaning 11928 clauses out of 23856 with flag 81008/81008
653.18/648.80	c cleaning 13079 clauses out of 26158 with flag 95238/95238
762.70/757.78	c cleaning 13923 clauses out of 27846 with flag 110005/110005
851.93/846.54	c cleaning 14959 clauses out of 29918 with flag 126000/126000
992.47/986.30	c cleaning 16041 clauses out of 32082 with flag 143123/143123
1175.91/1168.88	c cleaning 16987 clauses out of 33974 with flag 161056/161056
1278.75/1271.32	c cleaning 17970 clauses out of 35944 with flag 180013/180013
1438.57/1430.64	c cleaning 19065 clauses out of 38129 with flag 200168/200168
1611.75/1603.09	c cleaning 20034 clauses out of 40067 with flag 221171/221171
1800.07/1790.41	c starts		: 120
1800.07/1790.41	c conflicts		: 239812
1800.07/1790.41	c decisions		: 566432
1800.07/1790.41	c propagations		: 24529644
1800.07/1790.41	c inspects		: 1065279530
1800.07/1790.41	c learnt literals	: 0
1800.07/1790.41	c learnt binary clauses	: 0
1800.07/1790.41	c learnt ternary clauses	: 4
1800.07/1790.41	c learnt clauses	: 239811
1800.07/1790.41	c ignored clauses	: 0
1800.07/1790.41	c root simplifications	: 0
1800.07/1790.41	c removed literals (reason simplification)	: 924985
1800.07/1790.41	c reason swapping (by a shorter reason)	: 0
1800.07/1790.41	c Calls to reduceDB	: 17
1800.07/1790.41	c number of reductions to clauses (during analyze)	: 0
1800.07/1790.41	c number of learned constraints concerned by reduction	: 0
1800.07/1790.41	c number of learning phase by resolution	: 0
1800.07/1790.41	c number of learning phase by cutting planes	: 0
1800.07/1790.41	c speed (assignments/second)	: 14456.184395934293
1800.07/1790.41	c non guided choices	16171
1800.07/1790.45	c learnt constraints type 
1800.07/1790.45	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 38675
1800.07/1790.45	c constraints type 
1800.07/1790.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15706
1800.07/1790.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.07/1790.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.07/1790.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15706
1800.07/1790.45	s UNKNOWN
1800.07/1790.45	c Total wall clock time (in seconds): 1790.247

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 16971
/proc/meminfo: memFree=1744312/2059040 swapFree=4192956/4192956
[pid=16971] ppid=16969 vsize=248 CPUtime=0
/proc/16971/stat : 16971 (java) R 16969 16971 16409 0 -1 4194304 282 0 0 0 0 0 0 0 25 0 1 0 8919599 253952 28 1992294400 134512640 134550932 4292053904 18446744073709551615 5173726 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16971/statm: 62 28 21 10 0 23 0

[startup+0.109699 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 16971
/proc/meminfo: memFree=1744312/2059040 swapFree=4192956/4192956
[pid=16971] ppid=16969 vsize=1524184 CPUtime=0.1
/proc/16971/stat : 16971 (java) S 16969 16971 16409 0 -1 4202496 4028 0 1 0 8 2 0 0 25 0 12 0 8919599 1560764416 3467 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16971/statm: 381046 3467 1079 10 0 378348 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1524184

[startup+0.201705 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 16971
/proc/meminfo: memFree=1744312/2059040 swapFree=4192956/4192956
[pid=16971] ppid=16969 vsize=1526224 CPUtime=0.23
/proc/16971/stat : 16971 (java) S 16969 16971 16409 0 -1 4202496 5061 0 1 0 21 2 0 0 25 0 12 0 8919599 1562853376 4498 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16971/statm: 381556 4498 1345 10 0 378858 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1526224

[startup+0.301716 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 16971
/proc/meminfo: memFree=1744312/2059040 swapFree=4192956/4192956
[pid=16971] ppid=16969 vsize=1526224 CPUtime=0.36
/proc/16971/stat : 16971 (java) S 16969 16971 16409 0 -1 4202496 5334 0 1 0 34 2 0 0 25 0 12 0 8919599 1562853376 4771 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16971/statm: 381556 4771 1360 10 0 378858 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526224

[startup+0.701759 s]
/proc/loadavg: 1.00 1.00 1.00 2/105 16971
/proc/meminfo: memFree=1744312/2059040 swapFree=4192956/4192956
[pid=16971] ppid=16969 vsize=1528084 CPUtime=0.95
/proc/16971/stat : 16971 (java) S 16969 16971 16409 0 -1 4202496 6833 0 1 0 92 3 0 0 25 0 12 0 8919599 1564758016 6197 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16971/statm: 382021 6197 1396 10 0 379323 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1528084

[startup+1.50086 s]
/proc/loadavg: 1.00 1.00 1.00 3/117 16983
/proc/meminfo: memFree=1721524/2059040 swapFree=4192956/4192956
[pid=16971] ppid=16969 vsize=1528360 CPUtime=1.98
/proc/16971/stat : 16971 (java) S 16969 16971 16409 0 -1 4202496 8314 0 1 0 194 4 0 0 25 0 12 0 8919599 1565040640 7310 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16971/statm: 382090 7310 1407 10 0 379392 0
[pid=16971/tid=16973] ppid=16969 vsize=1528360 CPUtime=1.34
/proc/16971/task/16973/stat : 16973 (java) R 16969 16971 16409 0 -1 4202560 5645 0 1 0 132 2 0 0 18 0 12 0 8919600 1565040640 7310 1992294400 134512640 134550932 4292053904 18446744073709551615 4109330907 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16971/tid=16974] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16974/stat : 16974 (java) S 16969 16971 16409 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 8919602 1565040640 7310 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16975] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16975/stat : 16975 (java) S 16969 16971 16409 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8919602 1565040640 7310 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16976] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16976/stat : 16976 (java) S 16969 16971 16409 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8919604 1565040640 7310 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 0 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16977] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16977/stat : 16977 (java) S 16969 16971 16409 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 12 0 8919604 1565040640 7310 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16978] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16978/stat : 16978 (java) S 16969 16971 16409 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 8919604 1565040640 7310 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16979] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16979/stat : 16979 (java) S 16969 16971 16409 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 8919608 1565040640 7310 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16980] ppid=16969 vsize=1528360 CPUtime=0.31
/proc/16971/task/16980/stat : 16980 (java) S 16969 16971 16409 0 -1 4202560 858 0 0 0 31 0 0 0 20 0 12 0 8919608 1565040640 7310 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16981] ppid=16969 vsize=1528360 CPUtime=0.3
/proc/16971/task/16981/stat : 16981 (java) S 16969 16971 16409 0 -1 4202560 744 0 0 0 30 0 0 0 16 0 12 0 8919608 1565040640 7310 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 1 0 0 0
[pid=16971/tid=16982] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16982/stat : 16982 (java) S 16969 16971 16409 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8919608 1565040640 7310 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16983] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16983/stat : 16983 (java) S 16969 16971 16409 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8919608 1565040640 7310 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1528360

[startup+3.10103 s]
/proc/loadavg: 1.00 1.00 1.00 2/117 16983
/proc/meminfo: memFree=1718424/2059040 swapFree=4192956/4192956
[pid=16971] ppid=16969 vsize=1528360 CPUtime=3.64
/proc/16971/stat : 16971 (java) S 16969 16971 16409 0 -1 4202496 9202 0 1 0 359 5 0 0 25 0 12 0 8919599 1565040640 8198 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16971/statm: 382090 8198 1414 10 0 379392 0
[pid=16971/tid=16973] ppid=16969 vsize=1528360 CPUtime=2.93
/proc/16971/task/16973/stat : 16973 (java) R 16969 16971 16409 0 -1 4202560 6530 0 1 0 290 3 0 0 21 0 12 0 8919600 1565040640 8198 1992294400 134512640 134550932 4292053904 18446744073709551615 4109322497 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16971/tid=16974] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16974/stat : 16974 (java) S 16969 16971 16409 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 8919602 1565040640 8198 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16975] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16975/stat : 16975 (java) S 16969 16971 16409 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8919602 1565040640 8198 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16976] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16976/stat : 16976 (java) S 16969 16971 16409 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8919604 1565040640 8198 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 0 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16977] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16977/stat : 16977 (java) S 16969 16971 16409 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 12 0 8919604 1565040640 8198 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16978] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16978/stat : 16978 (java) S 16969 16971 16409 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 8919604 1565040640 8198 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16979] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16979/stat : 16979 (java) S 16969 16971 16409 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 8919608 1565040640 8198 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16980] ppid=16969 vsize=1528360 CPUtime=0.31
/proc/16971/task/16980/stat : 16980 (java) S 16969 16971 16409 0 -1 4202560 858 0 0 0 31 0 0 0 20 0 12 0 8919608 1565040640 8198 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16981] ppid=16969 vsize=1528360 CPUtime=0.36
/proc/16971/task/16981/stat : 16981 (java) S 16969 16971 16409 0 -1 4202560 747 0 0 0 36 0 0 0 15 0 12 0 8919608 1565040640 8198 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 1 0 0 0
[pid=16971/tid=16982] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16982/stat : 16982 (java) S 16969 16971 16409 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8919608 1565040640 8198 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16983] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16983/stat : 16983 (java) S 16969 16971 16409 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8919608 1565040640 8198 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 1528360

[startup+6.30138 s]
/proc/loadavg: 1.08 1.02 1.01 2/117 16983
/proc/meminfo: memFree=1712472/2059040 swapFree=4192956/4192956
[pid=16971] ppid=16969 vsize=1528360 CPUtime=6.9
/proc/16971/stat : 16971 (java) S 16969 16971 16409 0 -1 4202496 10436 0 1 0 684 6 0 0 25 0 12 0 8919599 1565040640 9431 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16971/statm: 382090 9431 1416 10 0 379392 0
[pid=16971/tid=16973] ppid=16969 vsize=1528360 CPUtime=6.08
/proc/16971/task/16973/stat : 16973 (java) R 16969 16971 16409 0 -1 4202560 7753 0 1 0 604 4 0 0 25 0 12 0 8919600 1565040640 9431 1992294400 134512640 134550932 4292053904 18446744073709551615 4109322819 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16971/tid=16974] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16974/stat : 16974 (java) S 16969 16971 16409 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 8919602 1565040640 9431 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16975] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16975/stat : 16975 (java) S 16969 16971 16409 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8919602 1565040640 9431 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16976] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16976/stat : 16976 (java) S 16969 16971 16409 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8919604 1565040640 9431 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 0 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16977] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16977/stat : 16977 (java) S 16969 16971 16409 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 12 0 8919604 1565040640 9431 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16978] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16978/stat : 16978 (java) S 16969 16971 16409 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 8919604 1565040640 9431 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16979] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16979/stat : 16979 (java) S 16969 16971 16409 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 8919608 1565040640 9431 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16980] ppid=16969 vsize=1528360 CPUtime=0.35
/proc/16971/task/16980/stat : 16980 (java) S 16969 16971 16409 0 -1 4202560 861 0 0 0 35 0 0 0 15 0 12 0 8919608 1565040640 9431 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16981] ppid=16969 vsize=1528360 CPUtime=0.44
/proc/16971/task/16981/stat : 16981 (java) S 16969 16971 16409 0 -1 4202560 755 0 0 0 44 0 0 0 15 0 12 0 8919608 1565040640 9431 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 1 0 0 0
[pid=16971/tid=16982] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16982/stat : 16982 (java) S 16969 16971 16409 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8919608 1565040640 9431 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16983] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16983/stat : 16983 (java) S 16969 16971 16409 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8919608 1565040640 9431 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 1528360

[startup+12.7011 s]
/proc/loadavg: 1.07 1.02 1.00 2/117 16983
/proc/meminfo: memFree=1703296/2059040 swapFree=4192956/4192956
[pid=16971] ppid=16969 vsize=1528360 CPUtime=13.32
/proc/16971/stat : 16971 (java) S 16969 16971 16409 0 -1 4202496 12570 0 1 0 1325 7 0 0 25 0 12 0 8919599 1565040640 11565 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16971/statm: 382090 11565 1416 10 0 379392 0
[pid=16971/tid=16973] ppid=16969 vsize=1528360 CPUtime=12.48
/proc/16971/task/16973/stat : 16973 (java) R 16969 16971 16409 0 -1 4202560 9887 0 1 0 1243 5 0 0 25 0 12 0 8919600 1565040640 11565 1992294400 134512640 134550932 4292053904 18446744073709551615 4109323084 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16971/tid=16974] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16974/stat : 16974 (java) S 16969 16971 16409 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 8919602 1565040640 11565 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16975] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16975/stat : 16975 (java) S 16969 16971 16409 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8919602 1565040640 11565 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16976] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16976/stat : 16976 (java) S 16969 16971 16409 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8919604 1565040640 11565 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 0 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16977] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16977/stat : 16977 (java) S 16969 16971 16409 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 12 0 8919604 1565040640 11565 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16978] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16978/stat : 16978 (java) S 16969 16971 16409 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 8919604 1565040640 11565 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16979] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16979/stat : 16979 (java) S 16969 16971 16409 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 8919608 1565040640 11565 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16980] ppid=16969 vsize=1528360 CPUtime=0.35
/proc/16971/task/16980/stat : 16980 (java) S 16969 16971 16409 0 -1 4202560 861 0 0 0 35 0 0 0 15 0 12 0 8919608 1565040640 11565 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16981] ppid=16969 vsize=1528360 CPUtime=0.46
/proc/16971/task/16981/stat : 16981 (java) S 16969 16971 16409 0 -1 4202560 755 0 0 0 46 0 0 0 15 0 12 0 8919608 1565040640 11565 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 1 0 0 0
[pid=16971/tid=16982] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16982/stat : 16982 (java) S 16969 16971 16409 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8919608 1565040640 11565 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16983] ppid=16969 vsize=1528360 CPUtime=0
/proc/16971/task/16983/stat : 16983 (java) S 16969 16971 16409 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8919608 1565040640 11565 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.32
Current children cumulated vsize (KiB) 1528360

[startup+25.5026 s]
/proc/loadavg: 1.06 1.01 1.00 2/117 16983
/proc/meminfo: memFree=1688416/2059040 swapFree=4192956/4192956
[pid=16971] ppid=16969 vsize=1529320 CPUtime=26.42
/proc/16971/stat : 16971 (java) S 16969 16971 16409 0 -1 4202496 16619 0 1 0 2634 8 0 0 25 0 12 0 8919599 1566023680 15245 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16971/statm: 382330 15245 1417 10 0 379632 0
[pid=16971/tid=16973] ppid=16969 vsize=1529320 CPUtime=25.18
/proc/16971/task/16973/stat : 16973 (java) R 16969 16971 16409 0 -1 4202560 13307 0 1 0 2512 6 0 0 25 0 12 0 8919600 1566023680 15245 1992294400 134512640 134550932 4292053904 18446744073709551615 4109322652 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16971/tid=16974] ppid=16969 vsize=1529320 CPUtime=0
/proc/16971/task/16974/stat : 16974 (java) S 16969 16971 16409 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 8919602 1566023680 15245 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16975] ppid=16969 vsize=1529320 CPUtime=0
/proc/16971/task/16975/stat : 16975 (java) S 16969 16971 16409 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8919602 1566023680 15245 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16976] ppid=16969 vsize=1529320 CPUtime=0
/proc/16971/task/16976/stat : 16976 (java) S 16969 16971 16409 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8919604 1566023680 15245 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 0 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16977] ppid=16969 vsize=1529320 CPUtime=0
/proc/16971/task/16977/stat : 16977 (java) S 16969 16971 16409 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 12 0 8919604 1566023680 15245 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16978] ppid=16969 vsize=1529320 CPUtime=0
/proc/16971/task/16978/stat : 16978 (java) S 16969 16971 16409 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 8919604 1566023680 15245 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16979] ppid=16969 vsize=1529320 CPUtime=0
/proc/16971/task/16979/stat : 16979 (java) S 16969 16971 16409 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 8919608 1566023680 15245 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16980] ppid=16969 vsize=1529320 CPUtime=0.51

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

[pid=16971/tid=16977] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16977/stat : 16977 (java) S 16969 16971 16409 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 8919604 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16978] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16978/stat : 16978 (java) S 16969 16971 16409 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8919604 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16979] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16979/stat : 16979 (java) S 16969 16971 16409 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8919608 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16980] ppid=16969 vsize=1532260 CPUtime=1.01
/proc/16971/task/16980/stat : 16980 (java) S 16969 16971 16409 0 -1 4202560 1592 0 0 0 101 0 0 0 15 0 13 0 8919608 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 1 0 0 0
[pid=16971/tid=16981] ppid=16969 vsize=1532260 CPUtime=1.6
/proc/16971/task/16981/stat : 16981 (java) S 16969 16971 16409 0 -1 4202560 1899 0 0 0 160 0 0 0 16 0 13 0 8919608 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16982] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16982/stat : 16982 (java) S 16969 16971 16409 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8919608 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16983] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16983/stat : 16983 (java) S 16969 16971 16409 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 8919608 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16986] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16986/stat : 16986 (java) S 16969 16971 16409 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 8928963 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1611.05
Current children cumulated vsize (KiB) 1532260

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 17031
/proc/meminfo: memFree=1391180/2059040 swapFree=4192956/4192956
[pid=16971] ppid=16969 vsize=1532260 CPUtime=1671.33
/proc/16971/stat : 16971 (java) S 16969 16971 16409 0 -1 4202496 98553 0 1 0 167062 71 0 0 25 0 13 0 8919599 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16971/statm: 383065 88866 1444 10 0 380367 0
[pid=16971/tid=16973] ppid=16969 vsize=1532260 CPUtime=1649.52
/proc/16971/task/16973/stat : 16973 (java) R 16969 16971 16409 0 -1 4202560 32577 0 1 0 164933 19 0 0 25 0 13 0 8919600 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4109874300 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16971/tid=16974] ppid=16969 vsize=1532260 CPUtime=8.23
/proc/16971/task/16974/stat : 16974 (java) S 16969 16971 16409 0 -1 4202560 28905 0 0 0 804 19 0 0 16 0 13 0 8919602 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16975] ppid=16969 vsize=1532260 CPUtime=8.24
/proc/16971/task/16975/stat : 16975 (java) S 16969 16971 16409 0 -1 4202560 29679 0 0 0 800 24 0 0 15 0 13 0 8919602 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 1 0 0 0
[pid=16971/tid=16976] ppid=16969 vsize=1532260 CPUtime=2.65
/proc/16971/task/16976/stat : 16976 (java) S 16969 16971 16409 0 -1 4202560 2736 0 0 0 261 4 0 0 15 0 13 0 8919604 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 0 0 16800975 18446604437818848256 0 0 -1 1 0 0 0
[pid=16971/tid=16977] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16977/stat : 16977 (java) S 16969 16971 16409 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 8919604 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16978] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16978/stat : 16978 (java) S 16969 16971 16409 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8919604 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16979] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16979/stat : 16979 (java) S 16969 16971 16409 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8919608 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16980] ppid=16969 vsize=1532260 CPUtime=1.01
/proc/16971/task/16980/stat : 16980 (java) S 16969 16971 16409 0 -1 4202560 1592 0 0 0 101 0 0 0 15 0 13 0 8919608 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 1 0 0 0
[pid=16971/tid=16981] ppid=16969 vsize=1532260 CPUtime=1.6
/proc/16971/task/16981/stat : 16981 (java) S 16969 16971 16409 0 -1 4202560 1899 0 0 0 160 0 0 0 16 0 13 0 8919608 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16982] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16982/stat : 16982 (java) S 16969 16971 16409 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8919608 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16983] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16983/stat : 16983 (java) S 16969 16971 16409 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 8919608 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16986] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16986/stat : 16986 (java) S 16969 16971 16409 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 8928963 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1671.33
Current children cumulated vsize (KiB) 1532260

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 17031
/proc/meminfo: memFree=1391180/2059040 swapFree=4192956/4192956
[pid=16971] ppid=16969 vsize=1532260 CPUtime=1731.6
/proc/16971/stat : 16971 (java) S 16969 16971 16409 0 -1 4202496 98578 0 1 0 173088 72 0 0 25 0 13 0 8919599 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16971/statm: 383065 88866 1444 10 0 380367 0
[pid=16971/tid=16973] ppid=16969 vsize=1532260 CPUtime=1709.17
/proc/16971/task/16973/stat : 16973 (java) R 16969 16971 16409 0 -1 4202560 32594 0 1 0 170898 19 0 0 25 0 13 0 8919600 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4109874321 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16971/tid=16974] ppid=16969 vsize=1532260 CPUtime=8.54
/proc/16971/task/16974/stat : 16974 (java) S 16969 16971 16409 0 -1 4202560 28905 0 0 0 835 19 0 0 16 0 13 0 8919602 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16975] ppid=16969 vsize=1532260 CPUtime=8.55
/proc/16971/task/16975/stat : 16975 (java) S 16969 16971 16409 0 -1 4202560 29679 0 0 0 831 24 0 0 15 0 13 0 8919602 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 1 0 0 0
[pid=16971/tid=16976] ppid=16969 vsize=1532260 CPUtime=2.66
/proc/16971/task/16976/stat : 16976 (java) S 16969 16971 16409 0 -1 4202560 2740 0 0 0 261 5 0 0 15 0 13 0 8919604 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 0 0 16800975 18446604437818848256 0 0 -1 1 0 0 0
[pid=16971/tid=16977] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16977/stat : 16977 (java) S 16969 16971 16409 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 8919604 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16978] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16978/stat : 16978 (java) S 16969 16971 16409 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8919604 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16979] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16979/stat : 16979 (java) S 16969 16971 16409 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8919608 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16980] ppid=16969 vsize=1532260 CPUtime=1.01
/proc/16971/task/16980/stat : 16980 (java) S 16969 16971 16409 0 -1 4202560 1592 0 0 0 101 0 0 0 15 0 13 0 8919608 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 1 0 0 0
[pid=16971/tid=16981] ppid=16969 vsize=1532260 CPUtime=1.6
/proc/16971/task/16981/stat : 16981 (java) S 16969 16971 16409 0 -1 4202560 1899 0 0 0 160 0 0 0 16 0 13 0 8919608 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16982] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16982/stat : 16982 (java) S 16969 16971 16409 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8919608 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16983] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16983/stat : 16983 (java) S 16969 16971 16409 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 8919608 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 1 0 0 0
[pid=16971/tid=16986] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16986/stat : 16986 (java) S 16969 16971 16409 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 8928963 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1731.6
Current children cumulated vsize (KiB) 1532260

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 17033
/proc/meminfo: memFree=1390932/2059040 swapFree=4192956/4192956
[pid=16971] ppid=16969 vsize=1532260 CPUtime=1791.91
/proc/16971/stat : 16971 (java) S 16969 16971 16409 0 -1 4202496 98602 0 1 0 179119 72 0 0 25 0 13 0 8919599 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16971/statm: 383065 88866 1444 10 0 380367 0
[pid=16971/tid=16973] ppid=16969 vsize=1532260 CPUtime=1768.81
/proc/16971/task/16973/stat : 16973 (java) R 16969 16971 16409 0 -1 4202560 32612 0 1 0 176862 19 0 0 25 0 13 0 8919600 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4109405958 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16971/tid=16974] ppid=16969 vsize=1532260 CPUtime=8.87
/proc/16971/task/16974/stat : 16974 (java) S 16969 16971 16409 0 -1 4202560 28905 0 0 0 868 19 0 0 16 0 13 0 8919602 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16975] ppid=16969 vsize=1532260 CPUtime=8.88
/proc/16971/task/16975/stat : 16975 (java) S 16969 16971 16409 0 -1 4202560 29679 0 0 0 864 24 0 0 15 0 13 0 8919602 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 1 0 0 0
[pid=16971/tid=16976] ppid=16969 vsize=1532260 CPUtime=2.66
/proc/16971/task/16976/stat : 16976 (java) S 16969 16971 16409 0 -1 4202560 2742 0 0 0 261 5 0 0 15 0 13 0 8919604 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 0 0 16800975 18446604437818848256 0 0 -1 1 0 0 0
[pid=16971/tid=16977] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16977/stat : 16977 (java) S 16969 16971 16409 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 8919604 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16978] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16978/stat : 16978 (java) S 16969 16971 16409 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8919604 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16979] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16979/stat : 16979 (java) S 16969 16971 16409 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8919608 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16980] ppid=16969 vsize=1532260 CPUtime=1.01
/proc/16971/task/16980/stat : 16980 (java) S 16969 16971 16409 0 -1 4202560 1592 0 0 0 101 0 0 0 15 0 13 0 8919608 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 1 0 0 0
[pid=16971/tid=16981] ppid=16969 vsize=1532260 CPUtime=1.6
/proc/16971/task/16981/stat : 16981 (java) S 16969 16971 16409 0 -1 4202560 1899 0 0 0 160 0 0 0 16 0 13 0 8919608 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16982] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16982/stat : 16982 (java) S 16969 16971 16409 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8919608 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16983] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16983/stat : 16983 (java) S 16969 16971 16409 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 8919608 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 1 0 0 0
[pid=16971/tid=16986] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16986/stat : 16986 (java) S 16969 16971 16409 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 8928963 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1791.91
Current children cumulated vsize (KiB) 1532260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 17033
/proc/meminfo: memFree=1390932/2059040 swapFree=4192956/4192956
[pid=16971] ppid=16969 vsize=1532260 CPUtime=1800.07
/proc/16971/stat : 16971 (java) S 16969 16971 16409 0 -1 4202496 98607 0 1 0 179935 72 0 0 25 0 13 0 8919599 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16971/statm: 383065 88866 1444 10 0 380367 0
[pid=16971/tid=16973] ppid=16969 vsize=1532260 CPUtime=1776.85
/proc/16971/task/16973/stat : 16973 (java) R 16969 16971 16409 0 -1 4202560 32615 0 1 0 177666 19 0 0 25 0 13 0 8919600 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4109687312 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16971/tid=16974] ppid=16969 vsize=1532260 CPUtime=8.93
/proc/16971/task/16974/stat : 16974 (java) S 16969 16971 16409 0 -1 4202560 28905 0 0 0 874 19 0 0 16 0 13 0 8919602 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16975] ppid=16969 vsize=1532260 CPUtime=8.95
/proc/16971/task/16975/stat : 16975 (java) S 16969 16971 16409 0 -1 4202560 29679 0 0 0 870 25 0 0 16 0 13 0 8919602 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 1 0 0 0
[pid=16971/tid=16976] ppid=16969 vsize=1532260 CPUtime=2.66
/proc/16971/task/16976/stat : 16976 (java) S 16969 16971 16409 0 -1 4202560 2744 0 0 0 261 5 0 0 15 0 13 0 8919604 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 0 0 16800975 18446604437818848256 0 0 -1 1 0 0 0
[pid=16971/tid=16977] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16977/stat : 16977 (java) S 16969 16971 16409 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 8919604 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16978] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16978/stat : 16978 (java) S 16969 16971 16409 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8919604 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16979] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16979/stat : 16979 (java) S 16969 16971 16409 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8919608 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16980] ppid=16969 vsize=1532260 CPUtime=1.01
/proc/16971/task/16980/stat : 16980 (java) S 16969 16971 16409 0 -1 4202560 1592 0 0 0 101 0 0 0 15 0 13 0 8919608 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 1 0 0 0
[pid=16971/tid=16981] ppid=16969 vsize=1532260 CPUtime=1.6
/proc/16971/task/16981/stat : 16981 (java) S 16969 16971 16409 0 -1 4202560 1899 0 0 0 160 0 0 0 16 0 13 0 8919608 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16982] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16982/stat : 16982 (java) S 16969 16971 16409 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8919608 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
[pid=16971/tid=16983] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16983/stat : 16983 (java) S 16969 16971 16409 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 8919608 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 1 0 0 0
[pid=16971/tid=16986] ppid=16969 vsize=1532260 CPUtime=0
/proc/16971/task/16986/stat : 16986 (java) S 16969 16971 16409 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 8928963 1569034240 88866 1992294400 134512640 134550932 4292053904 18446744073709551615 4294960144 0 4 0 16800975 18446604437818848256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1532260

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

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

[startup+1790.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 17033
/proc/meminfo: memFree=1390932/2059040 swapFree=4192956/4192956
[pid=16971] ppid=16969 vsize=0 CPUtime=1800.22
/proc/16971/stat : 16971 (java) Z 16969 16971 16409 0 -1 4203548 98628 0 1 0 179949 73 0 0 17 0 2 0 8919599 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16971/statm: 0 0 0 0 0 0 0
[pid=16971/tid=16973] ppid=16969 vsize=0 CPUtime=1776.94
/proc/16971/task/16973/stat : 16973 (java) R 16969 16971 16409 0 -1 4203588 32615 0 1 0 177673 21 0 0 25 0 2 0 8919600 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.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1790.54
CPU time (s): 1800.26
CPU user time (s): 1799.5
CPU system time (s): 0.761884
CPU usage (%): 100.543
Max. virtual memory (cumulated for all children) (KiB): 1532716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 0.761884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98628
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= 42618
involuntary context switches= 34448

runsolver used 3.50047 second user time and 9.61654 second system time

The end

Launcher Data

Begin job on node085 at 2010-06-16 10:17:38
IDJOB=2658176
IDBENCH=48295
IDSOLVER=1164
FILE ID=node085/2658176-1276676258
PBS_JOBID= 11172523
Free space on /tmp= 121872 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658176-1276676258/watcher-2658176-1276676258 -o /tmp/evaluation-result-2658176-1276676258/solver-2658176-1276676258 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658176-1276676258.opb

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

MD5SUM BENCH= 611c10fb20bc9774d31ac4d0681f384d
RANDOM SEED=1286098773

node085.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.221
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.44
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.221
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.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1744708 kB
Buffers:         58812 kB
Cached:         119060 kB
SwapCached:          0 kB
Active:         125052 kB
Inactive:       112300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1744708 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             632 kB
Writeback:           0 kB
AnonPages:       59516 kB
Mapped:          15480 kB
Slab:            55224 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182540 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= 121868 MiB
End job on node085 at 2010-06-16 10:47:30