Trace number 360554

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, and are wall clock time (not CPU 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
sat4jPseudoCPClause 2007-03-23? (TO) 1800.35 1761.75

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v30_e350_d15_mw10_2.opb.PB06.opb
MD5SUM2882e17c9be8b3b8a5ac8492f26b9dcd
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.9347
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1600
Total number of constraints328901
Number of constraints which are clauses327070
Number of constraints which are cardinality constraints (but not clauses)61
Number of constraints which are nor clauses,nor cardinality constraints1770
Minimum length of a constraint2
Maximum length of a constraint700
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 280
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 825
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.05/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.05/0.19	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.05/0.19	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.20	c no version file found!!!
0.12/0.20	c sun.arch.data.model	32
0.12/0.20	c java.version	1.6.0
0.12/0.20	c os.name	Linux
0.12/0.20	c os.version	2.6.9-22.EL.rootsmp
0.12/0.20	c os.arch	i386
0.12/0.20	c Free memory 1651659224
0.12/0.20	c Max memory 1654456320
0.12/0.20	c Total memory 1654456320
0.12/0.20	c Number of processors 2
0.12/0.26	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.12/0.26	--- Begin Solver configuration ---
0.12/0.26	c Stops conflict analysis at the first Unique Implication Point
0.12/0.26	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.12/0.26	c Learn all clauses as in MiniSAT
0.12/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.12/0.26	c VSIDS like heuristics from MiniSAT using a heap
0.12/0.26	c No reason simplification
0.12/0.26	c --- End Solver configuration ---
0.12/0.26	c Simplify asserted PB constraints to clauses
0.12/0.26	c solving /tmp/evaluation/360554-1176970786/instance-360554-1176970786.opb
0.12/0.26	c reading problem ... 
8.74/7.41	c ... done. Wall clock time 7.147s.
8.74/7.41	c CPU time (experimental) 6.24s.
8.74/7.41	c #vars     1600
8.74/7.41	c #constraints  328962
1800.03/1761.57	c starts		: 2
1800.03/1761.57	c conflicts		: 121655
1800.03/1761.57	c decisions		: 2365980
1800.03/1761.57	c propagations		: 7708025
1800.03/1761.57	c inspects		: 521338790
1800.03/1761.57	c learnt literals	: 0
1800.03/1761.57	c learnt binary clauses	: 0
1800.03/1761.57	c learnt ternary clauses	: 0
1800.03/1761.57	c learnt clauses	: 121655
1800.03/1761.57	c root simplifications	: 0
1800.03/1761.57	c removed literals (reason simplification)	: 0
1800.03/1761.57	c reason swapping (by a shorter reason)	: 0
1800.03/1761.57	c Calls to reduceDB	: 0
1800.03/1761.57	c speed (decisions/second)	: 1348.7815542587025
1800.03/1761.57	c non guided choices	1136
1800.03/1761.57	s UNKNOWN
1800.03/1761.57	c Total wall clock time (ms): 1761.313

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node55/watcher-360554-1176970786 -o ROOT/results/node55/solver-360554-1176970786 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360554-1176970786/sat4jPseudoCPClause.jar /tmp/evaluation/360554-1176970786/instance-360554-1176970786.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.07 1.03 1.01 2/64 6176
/proc/meminfo: memFree=1753972/2055920 swapFree=4184496/4192956
[pid=6176] ppid=6174 vsize=18568 CPUtime=0
/proc/6176/stat : 6176 (runsolver) R 6174 6176 5645 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 144988689 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 248761609511 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/6176/statm: 4642 292 257 24 0 2626 0

[startup+0.045579 s]
/proc/loadavg: 1.07 1.03 1.01 2/64 6176
/proc/meminfo: memFree=1753972/2055920 swapFree=4184496/4192956
[pid=6176] ppid=6174 vsize=12420 CPUtime=0
/proc/6176/stat : 6176 (java) S 6174 6176 5645 0 -1 0 768 0 0 0 0 0 0 0 18 0 2 0 144988689 12718080 551 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/6176/statm: 3105 551 241 9 0 1241 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12420

[startup+0.10159 s]
/proc/loadavg: 1.07 1.03 1.01 2/64 6176
/proc/meminfo: memFree=1753972/2055920 swapFree=4184496/4192956
[pid=6176] ppid=6174 vsize=1777708 CPUtime=0.05
/proc/6176/stat : 6176 (java) S 6174 6176 5645 0 -1 0 3663 0 1 0 3 2 0 0 18 0 7 0 144988689 1820372992 3406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/6176/statm: 444427 3406 1079 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.301614 s]
/proc/loadavg: 1.07 1.03 1.01 2/64 6176
/proc/meminfo: memFree=1753972/2055920 swapFree=4184496/4192956
[pid=6176] ppid=6174 vsize=1781432 CPUtime=0.24
/proc/6176/stat : 6176 (java) S 6174 6176 5645 0 -1 0 4983 0 1 0 20 4 0 0 18 0 12 0 144988689 1824186368 4722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6176/statm: 445358 4722 1246 9 0 442969 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1781432

[startup+0.702648 s]
/proc/loadavg: 1.07 1.03 1.01 2/64 6176
/proc/meminfo: memFree=1753972/2055920 swapFree=4184496/4192956
[pid=6176] ppid=6174 vsize=1783220 CPUtime=0.77
/proc/6176/stat : 6176 (java) S 6174 6176 5645 0 -1 0 6545 0 1 0 73 4 0 0 18 0 12 0 144988689 1826017280 6079 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6176/statm: 445805 6079 1294 9 0 443416 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 1783220

[startup+1.50272 s]
/proc/loadavg: 1.07 1.03 1.01 2/76 6188
/proc/meminfo: memFree=1728468/2055920 swapFree=4184496/4192956
[pid=6176] ppid=6174 vsize=1785536 CPUtime=1.94
/proc/6176/stat : 6176 (java) S 6174 6176 5645 0 -1 0 15490 0 1 0 184 10 0 0 18 0 12 0 144988689 1828388864 13988 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6176/statm: 446384 13989 1303 9 0 443995 0
[pid=6176/tid=6178] ppid=6174 vsize=1785536 CPUtime=0.93
/proc/6176/task/6178/stat : 6178 (java) R 6174 6176 5645 0 -1 64 12171 0 1 0 85 8 0 0 25 0 12 0 144988691 1828388864 13990 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109614946 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6179] ppid=6174 vsize=1785536 CPUtime=0
/proc/6176/task/6179/stat : 6179 (java) S 6174 6176 5645 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 144988696 1828388864 13991 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6180] ppid=6174 vsize=1785536 CPUtime=0
/proc/6176/task/6180/stat : 6180 (java) S 6174 6176 5645 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 144988696 1828388864 13992 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6181] ppid=6174 vsize=1785536 CPUtime=0
/proc/6176/task/6181/stat : 6181 (java) S 6174 6176 5645 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 144988698 1828388864 13993 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6182] ppid=6174 vsize=1785536 CPUtime=0
/proc/6176/task/6182/stat : 6182 (java) S 6174 6176 5645 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 144988698 1828388864 13994 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6183] ppid=6174 vsize=1785536 CPUtime=0
/proc/6176/task/6183/stat : 6183 (java) S 6174 6176 5645 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 144988698 1828388864 13996 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6184] ppid=6174 vsize=1785536 CPUtime=0
/proc/6176/task/6184/stat : 6184 (java) S 6174 6176 5645 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 144988703 1828388864 13997 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6185] ppid=6174 vsize=1785536 CPUtime=0.46
/proc/6176/task/6185/stat : 6185 (java) S 6174 6176 5645 0 -1 64 1160 0 0 0 46 0 0 0 17 0 12 0 144988703 1828388864 13998 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6186] ppid=6174 vsize=1785536 CPUtime=0.51
/proc/6176/task/6186/stat : 6186 (java) S 6174 6176 5645 0 -1 64 1444 0 0 0 51 0 0 0 17 0 12 0 144988703 1828388864 13999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6187] ppid=6174 vsize=1785536 CPUtime=0
/proc/6176/task/6187/stat : 6187 (java) S 6174 6176 5645 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 144988703 1828388864 14000 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6188] ppid=6174 vsize=1785536 CPUtime=0
/proc/6176/task/6188/stat : 6188 (java) S 6174 6176 5645 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 144988703 1828388864 14001 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 1785536

[startup+3.10187 s]
/proc/loadavg: 1.06 1.03 1.01 2/76 6188
/proc/meminfo: memFree=1629844/2055920 swapFree=4184496/4192956
[pid=6176] ppid=6174 vsize=1785536 CPUtime=3.57
/proc/6176/stat : 6176 (java) S 6174 6176 5645 0 -1 0 42149 0 1 0 333 24 0 0 18 0 12 0 144988689 1828388864 40640 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6176/statm: 446384 40640 1312 9 0 443995 0
[pid=6176/tid=6178] ppid=6174 vsize=1785536 CPUtime=2.48
/proc/6176/task/6178/stat : 6178 (java) R 6174 6176 5645 0 -1 64 37672 0 1 0 227 21 0 0 22 0 12 0 144988691 1828388864 40640 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109678956 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6179] ppid=6174 vsize=1785536 CPUtime=0.03
/proc/6176/task/6179/stat : 6179 (java) S 6174 6176 5645 0 -1 64 529 0 0 0 3 0 0 0 16 0 12 0 144988696 1828388864 40640 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6180] ppid=6174 vsize=1785536 CPUtime=0.02
/proc/6176/task/6180/stat : 6180 (java) S 6174 6176 5645 0 -1 64 620 0 0 0 2 0 0 0 17 0 12 0 144988696 1828388864 40640 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6181] ppid=6174 vsize=1785536 CPUtime=0
/proc/6176/task/6181/stat : 6181 (java) S 6174 6176 5645 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 144988698 1828388864 40640 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6182] ppid=6174 vsize=1785536 CPUtime=0
/proc/6176/task/6182/stat : 6182 (java) S 6174 6176 5645 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 144988698 1828388864 40640 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6183] ppid=6174 vsize=1785536 CPUtime=0
/proc/6176/task/6183/stat : 6183 (java) S 6174 6176 5645 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 144988698 1828388864 40640 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6184] ppid=6174 vsize=1785536 CPUtime=0
/proc/6176/task/6184/stat : 6184 (java) S 6174 6176 5645 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 144988703 1828388864 40640 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6185] ppid=6174 vsize=1785536 CPUtime=0.47
/proc/6176/task/6185/stat : 6185 (java) S 6174 6176 5645 0 -1 64 1160 0 0 0 47 0 0 0 16 0 12 0 144988703 1828388864 40640 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6186] ppid=6174 vsize=1785536 CPUtime=0.51
/proc/6176/task/6186/stat : 6186 (java) S 6174 6176 5645 0 -1 64 1444 0 0 0 51 0 0 0 17 0 12 0 144988703 1828388864 40640 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6187] ppid=6174 vsize=1785536 CPUtime=0
/proc/6176/task/6187/stat : 6187 (java) S 6174 6176 5645 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 144988703 1828388864 40640 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6188] ppid=6174 vsize=1785536 CPUtime=0
/proc/6176/task/6188/stat : 6188 (java) S 6174 6176 5645 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 144988703 1828388864 40640 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 1785536

[startup+6.30217 s]
/proc/loadavg: 1.06 1.03 1.01 2/76 6188
/proc/meminfo: memFree=1568276/2055920 swapFree=4184496/4192956
[pid=6176] ppid=6174 vsize=1787860 CPUtime=7.06
/proc/6176/stat : 6176 (java) S 6174 6176 5645 0 -1 0 51585 0 1 0 678 28 0 0 18 0 12 0 144988689 1830768640 49464 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6176/statm: 446965 49464 1312 9 0 444576 0
[pid=6176/tid=6178] ppid=6174 vsize=1787860 CPUtime=5.39
/proc/6176/task/6178/stat : 6178 (java) R 6174 6176 5645 0 -1 64 37677 0 1 0 517 22 0 0 17 0 12 0 144988691 1830768640 49464 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109498547 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6179] ppid=6174 vsize=1787860 CPUtime=0.31
/proc/6176/task/6179/stat : 6179 (java) S 6174 6176 5645 0 -1 64 5095 0 0 0 30 1 0 0 17 0 12 0 144988696 1830768640 49464 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6180] ppid=6174 vsize=1787860 CPUtime=0.32
/proc/6176/task/6180/stat : 6180 (java) S 6174 6176 5645 0 -1 64 5477 0 0 0 30 2 0 0 16 0 12 0 144988696 1830768640 49464 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6181] ppid=6174 vsize=1787860 CPUtime=0
/proc/6176/task/6181/stat : 6181 (java) S 6174 6176 5645 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 144988698 1830768640 49464 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6182] ppid=6174 vsize=1787860 CPUtime=0
/proc/6176/task/6182/stat : 6182 (java) S 6174 6176 5645 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 144988698 1830768640 49464 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6183] ppid=6174 vsize=1787860 CPUtime=0
/proc/6176/task/6183/stat : 6183 (java) S 6174 6176 5645 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 144988698 1830768640 49464 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6184] ppid=6174 vsize=1787860 CPUtime=0
/proc/6176/task/6184/stat : 6184 (java) S 6174 6176 5645 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 144988703 1830768640 49464 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6185] ppid=6174 vsize=1787860 CPUtime=0.47
/proc/6176/task/6185/stat : 6185 (java) S 6174 6176 5645 0 -1 64 1160 0 0 0 47 0 0 0 16 0 12 0 144988703 1830768640 49464 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6186] ppid=6174 vsize=1787860 CPUtime=0.51
/proc/6176/task/6186/stat : 6186 (java) S 6174 6176 5645 0 -1 64 1444 0 0 0 51 0 0 0 17 0 12 0 144988703 1830768640 49464 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6187] ppid=6174 vsize=1787860 CPUtime=0
/proc/6176/task/6187/stat : 6187 (java) S 6174 6176 5645 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 144988703 1830768640 49464 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6188] ppid=6174 vsize=1787860 CPUtime=0
/proc/6176/task/6188/stat : 6188 (java) S 6174 6176 5645 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 144988703 1830768640 49464 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (KiB) 1787860

[startup+12.7028 s]
/proc/loadavg: 1.05 1.03 1.00 3/77 6189
/proc/meminfo: memFree=1508748/2055920 swapFree=4184496/4192956
[pid=6176] ppid=6174 vsize=1798640 CPUtime=16.09
/proc/6176/stat : 6176 (java) S 6174 6176 5645 0 -1 0 75074 0 2 0 1570 39 0 0 18 0 13 0 144988689 1841807360 62193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6176/statm: 449660 62193 1327 9 0 447271 0
[pid=6176/tid=6178] ppid=6174 vsize=1798640 CPUtime=10.47
/proc/6176/task/6178/stat : 6178 (java) R 6174 6176 5645 0 -1 64 37729 0 2 0 1025 22 0 0 24 0 13 0 144988691 1841807360 62193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109852384 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6179] ppid=6174 vsize=1798640 CPUtime=0.86
/proc/6176/task/6179/stat : 6179 (java) S 6174 6176 5645 0 -1 64 10246 0 0 0 82 4 0 0 16 0 13 0 144988696 1841807360 62193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6180] ppid=6174 vsize=1798640 CPUtime=0.85
/proc/6176/task/6180/stat : 6180 (java) S 6174 6176 5645 0 -1 64 11663 0 0 0 81 4 0 0 16 0 13 0 144988696 1841807360 62193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6181] ppid=6174 vsize=1798640 CPUtime=0
/proc/6176/task/6181/stat : 6181 (java) S 6174 6176 5645 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 144988698 1841807360 62193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6182] ppid=6174 vsize=1798640 CPUtime=0
/proc/6176/task/6182/stat : 6182 (java) S 6174 6176 5645 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 144988698 1841807360 62193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6183] ppid=6174 vsize=1798640 CPUtime=0
/proc/6176/task/6183/stat : 6183 (java) S 6174 6176 5645 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144988698 1841807360 62193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6184] ppid=6174 vsize=1798640 CPUtime=0
/proc/6176/task/6184/stat : 6184 (java) S 6174 6176 5645 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 144988703 1841807360 62193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6185] ppid=6174 vsize=1798640 CPUtime=1.4
/proc/6176/task/6185/stat : 6185 (java) S 6174 6176 5645 0 -1 64 3835 0 0 0 138 2 0 0 16 0 13 0 144988703 1841807360 62193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6186] ppid=6174 vsize=1798640 CPUtime=2.46
/proc/6176/task/6186/stat : 6186 (java) S 6174 6176 5645 0 -1 64 10863 0 0 0 242 4 0 0 16 0 13 0 144988703 1841807360 62193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6187] ppid=6174 vsize=1798640 CPUtime=0
/proc/6176/task/6187/stat : 6187 (java) S 6174 6176 5645 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144988703 1841807360 62193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6188] ppid=6174 vsize=1798640 CPUtime=0
/proc/6176/task/6188/stat : 6188 (java) S 6174 6176 5645 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 144988703 1841807360 62193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6189] ppid=6174 vsize=1798640 CPUtime=0
/proc/6176/task/6189/stat : 6189 (java) S 6174 6176 5645 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 144989431 1841807360 62193 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.09
Current children cumulated vsize (KiB) 1798640

[startup+25.503 s]
/proc/loadavg: 1.04 1.03 1.00 2/77 6189
/proc/meminfo: memFree=1500044/2055920 swapFree=4184496/4192956
[pid=6176] ppid=6174 vsize=1797976 CPUtime=29.17
/proc/6176/stat : 6176 (java) S 6174 6176 5645 0 -1 0 78713 0 2 0 2876 41 0 0 18 0 13 0 144988689 1841127424 64570 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6176/statm: 449494 64570 1334 9 0 447105 0
[pid=6176/tid=6178] ppid=6174 vsize=1797976 CPUtime=23.09
/proc/6176/task/6178/stat : 6178 (java) R 6174 6176 5645 0 -1 64 37747 0 2 0 2286 23 0 0 25 0 13 0 144988691 1841127424 64570 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109865459 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6179] ppid=6174 vsize=1797976 CPUtime=1.04
/proc/6176/task/6179/stat : 6179 (java) S 6174 6176 5645 0 -1 64 11818 0 0 0 99 5 0 0 16 0 13 0 144988696 1841127424 64570 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6180] ppid=6174 vsize=1797976 CPUtime=1.03
/proc/6176/task/6180/stat : 6180 (java) S 6174 6176 5645 0 -1 64 13704 0 0 0 98 5 0 0 16 0 13 0 144988696 1841127424 64570 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6181] ppid=6174 vsize=1797976 CPUtime=0
/proc/6176/task/6181/stat : 6181 (java) S 6174 6176 5645 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 144988698 1841127424 64570 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6182] ppid=6174 vsize=1797976 CPUtime=0
/proc/6176/task/6182/stat : 6182 (java) S 6174 6176 5645 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 144988698 1841127424 64570 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6183] ppid=6174 vsize=1797976 CPUtime=0
/proc/6176/task/6183/stat : 6183 (java) S 6174 6176 5645 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144988698 1841127424 64570 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=6176/tid=6181] ppid=6174 vsize=1797976 CPUtime=0.17
/proc/6176/task/6181/stat : 6181 (java) S 6174 6176 5645 0 -1 64 20 0 0 0 11 6 0 0 15 0 13 0 144988698 1841127424 185017 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6182] ppid=6174 vsize=1797976 CPUtime=0
/proc/6176/task/6182/stat : 6182 (java) S 6174 6176 5645 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 144988698 1841127424 185017 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6183] ppid=6174 vsize=1797976 CPUtime=0
/proc/6176/task/6183/stat : 6183 (java) S 6174 6176 5645 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144988698 1841127424 185017 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6184] ppid=6174 vsize=1797976 CPUtime=0
/proc/6176/task/6184/stat : 6184 (java) S 6174 6176 5645 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 144988703 1841127424 185017 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6185] ppid=6174 vsize=1797976 CPUtime=1.44
/proc/6176/task/6185/stat : 6185 (java) S 6174 6176 5645 0 -1 64 3842 0 0 0 142 2 0 0 16 0 13 0 144988703 1841127424 185017 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6186] ppid=6174 vsize=1797976 CPUtime=2.6
/proc/6176/task/6186/stat : 6186 (java) S 6174 6176 5645 0 -1 64 10864 0 0 0 256 4 0 0 16 0 13 0 144988703 1841127424 185017 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6187] ppid=6174 vsize=1797976 CPUtime=0
/proc/6176/task/6187/stat : 6187 (java) S 6174 6176 5645 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144988703 1841127424 185017 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6188] ppid=6174 vsize=1797976 CPUtime=0
/proc/6176/task/6188/stat : 6188 (java) S 6174 6176 5645 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 144988703 1841127424 185017 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6189] ppid=6174 vsize=1797976 CPUtime=0
/proc/6176/task/6189/stat : 6189 (java) S 6174 6176 5645 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 144989431 1841127424 185017 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1635.84
Current children cumulated vsize (KiB) 1797976

[startup+1662.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/77 6191
/proc/meminfo: memFree=1000140/2055920 swapFree=4184496/4192956
[pid=6176] ppid=6174 vsize=1797976 CPUtime=1697.58
/proc/6176/stat : 6176 (java) S 6174 6176 5645 0 -1 0 216894 0 2 0 169647 111 0 0 18 0 13 0 144988689 1841127424 188996 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6176/statm: 449494 188996 1335 9 0 447105 0
[pid=6176/tid=6178] ppid=6174 vsize=1797976 CPUtime=1626.72
/proc/6176/task/6178/stat : 6178 (java) R 6174 6176 5645 0 -1 64 38485 0 2 0 162646 26 0 0 25 0 13 0 144988691 1841127424 188996 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109957702 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6179] ppid=6174 vsize=1797976 CPUtime=33.27
/proc/6176/task/6179/stat : 6179 (java) S 6174 6176 5645 0 -1 64 88490 0 0 0 3291 36 0 0 16 0 13 0 144988696 1841127424 188996 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6180] ppid=6174 vsize=1797976 CPUtime=33.31
/proc/6176/task/6180/stat : 6180 (java) S 6174 6176 5645 0 -1 64 74471 0 0 0 3297 34 0 0 16 0 13 0 144988696 1841127424 188996 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6181] ppid=6174 vsize=1797976 CPUtime=0.17
/proc/6176/task/6181/stat : 6181 (java) S 6174 6176 5645 0 -1 64 20 0 0 0 11 6 0 0 16 0 13 0 144988698 1841127424 188996 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6182] ppid=6174 vsize=1797976 CPUtime=0
/proc/6176/task/6182/stat : 6182 (java) S 6174 6176 5645 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 144988698 1841127424 188996 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6183] ppid=6174 vsize=1797976 CPUtime=0
/proc/6176/task/6183/stat : 6183 (java) S 6174 6176 5645 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144988698 1841127424 188996 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6184] ppid=6174 vsize=1797976 CPUtime=0
/proc/6176/task/6184/stat : 6184 (java) S 6174 6176 5645 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 144988703 1841127424 188996 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6185] ppid=6174 vsize=1797976 CPUtime=1.44
/proc/6176/task/6185/stat : 6185 (java) S 6174 6176 5645 0 -1 64 3842 0 0 0 142 2 0 0 16 0 13 0 144988703 1841127424 188996 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6186] ppid=6174 vsize=1797976 CPUtime=2.6
/proc/6176/task/6186/stat : 6186 (java) S 6174 6176 5645 0 -1 64 10864 0 0 0 256 4 0 0 16 0 13 0 144988703 1841127424 188996 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6187] ppid=6174 vsize=1797976 CPUtime=0
/proc/6176/task/6187/stat : 6187 (java) S 6174 6176 5645 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144988703 1841127424 188996 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6188] ppid=6174 vsize=1797976 CPUtime=0
/proc/6176/task/6188/stat : 6188 (java) S 6174 6176 5645 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 144988703 1841127424 188996 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6189] ppid=6174 vsize=1797976 CPUtime=0
/proc/6176/task/6189/stat : 6189 (java) S 6174 6176 5645 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 144989431 1841127424 188996 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1697.58
Current children cumulated vsize (KiB) 1797976

[startup+1722.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 6191
/proc/meminfo: memFree=982348/2055920 swapFree=4184496/4192956
[pid=6176] ppid=6174 vsize=1797976 CPUtime=1759.48
/proc/6176/stat : 6176 (java) S 6174 6176 5645 0 -1 0 221885 0 2 0 175834 114 0 0 18 0 13 0 144988689 1841127424 193627 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6176/statm: 449494 193627 1335 9 0 447105 0
[pid=6176/tid=6178] ppid=6174 vsize=1797976 CPUtime=1684.77
/proc/6176/task/6178/stat : 6178 (java) R 6174 6176 5645 0 -1 64 38509 0 2 0 168451 26 0 0 23 0 13 0 144988691 1841127424 193627 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110063226 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6179] ppid=6174 vsize=1797976 CPUtime=35.2
/proc/6176/task/6179/stat : 6179 (java) S 6174 6176 5645 0 -1 64 91624 0 0 0 3483 37 0 0 17 0 13 0 144988696 1841127424 193627 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6180] ppid=6174 vsize=1797976 CPUtime=35.23
/proc/6176/task/6180/stat : 6180 (java) S 6174 6176 5645 0 -1 64 76304 0 0 0 3488 35 0 0 16 0 13 0 144988696 1841127424 193627 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6181] ppid=6174 vsize=1797976 CPUtime=0.18
/proc/6176/task/6181/stat : 6181 (java) S 6174 6176 5645 0 -1 64 20 0 0 0 11 7 0 0 15 0 13 0 144988698 1841127424 193627 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6182] ppid=6174 vsize=1797976 CPUtime=0
/proc/6176/task/6182/stat : 6182 (java) S 6174 6176 5645 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 144988698 1841127424 193627 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6183] ppid=6174 vsize=1797976 CPUtime=0
/proc/6176/task/6183/stat : 6183 (java) S 6174 6176 5645 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144988698 1841127424 193627 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6184] ppid=6174 vsize=1797976 CPUtime=0
/proc/6176/task/6184/stat : 6184 (java) S 6174 6176 5645 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 144988703 1841127424 193627 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6185] ppid=6174 vsize=1797976 CPUtime=1.44
/proc/6176/task/6185/stat : 6185 (java) S 6174 6176 5645 0 -1 64 3842 0 0 0 142 2 0 0 16 0 13 0 144988703 1841127424 193627 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6186] ppid=6174 vsize=1797976 CPUtime=2.6
/proc/6176/task/6186/stat : 6186 (java) S 6174 6176 5645 0 -1 64 10864 0 0 0 256 4 0 0 16 0 13 0 144988703 1841127424 193627 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6187] ppid=6174 vsize=1797976 CPUtime=0
/proc/6176/task/6187/stat : 6187 (java) S 6174 6176 5645 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144988703 1841127424 193627 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6188] ppid=6174 vsize=1797976 CPUtime=0
/proc/6176/task/6188/stat : 6188 (java) S 6174 6176 5645 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 144988703 1841127424 193627 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6189] ppid=6174 vsize=1797976 CPUtime=0
/proc/6176/task/6189/stat : 6189 (java) S 6174 6176 5645 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 144989431 1841127424 193627 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1759.48
Current children cumulated vsize (KiB) 1797976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1761.5 s]
/proc/loadavg: 1.07 1.03 1.00 3/77 6191
/proc/meminfo: memFree=967052/2055920 swapFree=4184496/4192956
[pid=6176] ppid=6174 vsize=1797976 CPUtime=1800.03
/proc/6176/stat : 6176 (java) S 6174 6176 5645 0 -1 0 225872 0 2 0 179888 115 0 0 18 0 13 0 144988689 1841127424 197250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6176/statm: 449494 197250 1335 9 0 447105 0
[pid=6176/tid=6178] ppid=6174 vsize=1797976 CPUtime=1722.59
/proc/6176/task/6178/stat : 6178 (java) S 6174 6176 5645 0 -1 64 38525 0 2 0 172233 26 0 0 25 0 13 0 144988691 1841127424 197250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6179] ppid=6174 vsize=1797976 CPUtime=36.56
/proc/6176/task/6179/stat : 6179 (java) R 6174 6176 5645 0 -1 64 94437 0 0 0 3618 38 0 0 16 0 13 0 144988696 1841127424 197250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105070795 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6180] ppid=6174 vsize=1797976 CPUtime=36.6
/proc/6176/task/6180/stat : 6180 (java) R 6174 6176 5645 0 -1 64 77462 0 0 0 3624 36 0 0 17 0 13 0 144988696 1841127424 197250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105070770 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6181] ppid=6174 vsize=1797976 CPUtime=0.19
/proc/6176/task/6181/stat : 6181 (java) S 6174 6176 5645 0 -1 64 20 0 0 0 12 7 0 0 15 0 13 0 144988698 1841127424 197250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6182] ppid=6174 vsize=1797976 CPUtime=0
/proc/6176/task/6182/stat : 6182 (java) S 6174 6176 5645 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 144988698 1841127424 197250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6183] ppid=6174 vsize=1797976 CPUtime=0
/proc/6176/task/6183/stat : 6183 (java) S 6174 6176 5645 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 144988698 1841127424 197250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6184] ppid=6174 vsize=1797976 CPUtime=0
/proc/6176/task/6184/stat : 6184 (java) S 6174 6176 5645 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 144988703 1841127424 197250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6185] ppid=6174 vsize=1797976 CPUtime=1.44
/proc/6176/task/6185/stat : 6185 (java) S 6174 6176 5645 0 -1 64 3842 0 0 0 142 2 0 0 16 0 13 0 144988703 1841127424 197250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6186] ppid=6174 vsize=1797976 CPUtime=2.6
/proc/6176/task/6186/stat : 6186 (java) S 6174 6176 5645 0 -1 64 10864 0 0 0 256 4 0 0 16 0 13 0 144988703 1841127424 197250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6187] ppid=6174 vsize=1797976 CPUtime=0
/proc/6176/task/6187/stat : 6187 (java) S 6174 6176 5645 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 144988703 1841127424 197250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6188] ppid=6174 vsize=1797976 CPUtime=0
/proc/6176/task/6188/stat : 6188 (java) S 6174 6176 5645 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 144988703 1841127424 197250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6189] ppid=6174 vsize=1797976 CPUtime=0
/proc/6176/task/6189/stat : 6189 (java) S 6174 6176 5645 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 144989431 1841127424 197250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1797976

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

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

[startup+1761.61 s]
/proc/loadavg: 1.07 1.03 1.00 3/77 6191
/proc/meminfo: memFree=967052/2055920 swapFree=4184496/4192956
[pid=6176] ppid=6174 vsize=1798624 CPUtime=1800.21
/proc/6176/stat : 6176 (java) S 6174 6176 5645 0 -1 0 226182 0 2 0 179905 116 0 0 16 0 14 0 144988689 1841790976 197551 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6176/statm: 449656 197551 1336 9 0 447267 0
[pid=6176/tid=6178] ppid=6174 vsize=1798624 CPUtime=1722.63
/proc/6176/task/6178/stat : 6178 (java) R 6174 6176 5645 0 -1 64 38525 0 2 0 172237 26 0 0 17 0 14 0 144988691 1841790976 197551 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109959776 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6179] ppid=6174 vsize=1798624 CPUtime=36.63
/proc/6176/task/6179/stat : 6179 (java) S 6174 6176 5645 0 -1 64 94619 0 0 0 3624 39 0 0 16 0 14 0 144988696 1841790976 197551 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6180] ppid=6174 vsize=1798624 CPUtime=36.67
/proc/6176/task/6180/stat : 6180 (java) S 6174 6176 5645 0 -1 64 77570 0 0 0 3631 36 0 0 16 0 14 0 144988696 1841790976 197551 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6181] ppid=6174 vsize=1798624 CPUtime=0.19
/proc/6176/task/6181/stat : 6181 (java) S 6174 6176 5645 0 -1 64 20 0 0 0 12 7 0 0 15 0 14 0 144988698 1841790976 197551 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6182] ppid=6174 vsize=1798624 CPUtime=0
/proc/6176/task/6182/stat : 6182 (java) S 6174 6176 5645 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 144988698 1841790976 197551 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6183] ppid=6174 vsize=1798624 CPUtime=0
/proc/6176/task/6183/stat : 6183 (java) S 6174 6176 5645 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 144988698 1841790976 197551 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6184] ppid=6174 vsize=1798624 CPUtime=0
/proc/6176/task/6184/stat : 6184 (java) S 6174 6176 5645 0 -1 64 6 0 0 0 0 0 0 0 17 0 14 0 144988703 1841790976 197551 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6185] ppid=6174 vsize=1798624 CPUtime=1.44
/proc/6176/task/6185/stat : 6185 (java) S 6174 6176 5645 0 -1 64 3842 0 0 0 142 2 0 0 16 0 14 0 144988703 1841790976 197551 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6186] ppid=6174 vsize=1798624 CPUtime=2.6
/proc/6176/task/6186/stat : 6186 (java) S 6174 6176 5645 0 -1 64 10864 0 0 0 256 4 0 0 16 0 14 0 144988703 1841790976 197551 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6187] ppid=6174 vsize=1798624 CPUtime=0
/proc/6176/task/6187/stat : 6187 (java) S 6174 6176 5645 0 -1 64 1 0 0 0 0 0 0 0 24 0 14 0 144988703 1841790976 197551 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6176/tid=6188] ppid=6174 vsize=1798624 CPUtime=0
/proc/6176/task/6188/stat : 6188 (java) S 6174 6176 5645 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 144988703 1841790976 197551 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6176/tid=6189] ppid=6174 vsize=1798624 CPUtime=0
/proc/6176/task/6189/stat : 6189 (java) S 6174 6176 5645 0 -1 64 5 0 0 0 0 0 0 0 24 0 14 0 144989431 1841790976 197551 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 1798624

[startup+1761.7 s]
/proc/loadavg: 1.07 1.03 1.00 3/77 6191
/proc/meminfo: memFree=967052/2055920 swapFree=4184496/4192956
[pid=6176] ppid=6174 vsize=0 CPUtime=1800.3
/proc/6176/stat : 6176 (java) Z 6174 6176 5645 0 -1 1036 226183 0 2 0 179906 124 0 0 15 0 2 0 144988689 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6176/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1761.75
CPU time (s): 1800.35
CPU user time (s): 1799.07
CPU system time (s): 1.28181
CPU usage (%): 102.191
Max. virtual memory (cumulated for all children) (KiB): 1801780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.2818
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226183
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43429
involuntary context switches= 36389

runsolver used 1.65375 second user time and 4.77427 second system time

The end

Launcher Data (download as text)

Begin job on node55 on Thu Apr 19 08:19:47 UTC 2007

IDJOB= 360554
IDBENCH= 1379
IDSOLVER= 164
FILE ID= node55/360554-1176970786

PBS_JOBID= 4630300

Free space on /tmp= 66341 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/dbst/normalized-dbst_v30_e350_d15_mw10_2.opb.PB06.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360554-1176970786/sat4jPseudoCPClause.jar /tmp/evaluation/360554-1176970786/instance-360554-1176970786.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-360554-1176970786 -o ROOT/results/node55/solver-360554-1176970786 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360554-1176970786/sat4jPseudoCPClause.jar /tmp/evaluation/360554-1176970786/instance-360554-1176970786.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  2882e17c9be8b3b8a5ac8492f26b9dcd

RANDOM SEED= 129291775

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node55.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.216
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.216
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1754444 kB
Buffers:         13424 kB
Cached:         213540 kB
SwapCached:       2196 kB
Active:          82340 kB
Inactive:       154320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1754444 kB
SwapTotal:     4192956 kB
SwapFree:      4184496 kB
Dirty:           14820 kB
Writeback:           0 kB
Mapped:          16184 kB
Slab:            50932 kB
Committed_AS:  1126488 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66341 MiB

End job on node55 on Thu Apr 19 09:27:52 UTC 2007