Trace number 352735

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 NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.35 1741.01

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-circ10_3.opb
MD5SUM2821538067d8c071dc9bd4a000c6d040
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark346
Best CPU time to get the best result obtained on this benchmark1782.79
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 340
Optimality of the best value was proved NO
Number of variables2700
Total number of constraints42620
Number of constraints which are clauses20220
Number of constraints which are cardinality constraints (but not clauses)800
Number of constraints which are nor clauses,nor cardinality constraints21600
Minimum length of a constraint2
Maximum length of a constraint36
Number of terms in the objective function 900
Biggest coefficient in the objective function 5
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 2500
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 2500
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/352735-1176640325/instance-352735-1176640325.opb
0.20/0.20	c reading problem ... 
4.21/3.16	c ... done. Wall clock time 2.958s.
4.21/3.16	c CPU time (experimental) 2.54s.
4.21/3.16	c #vars     2700
4.21/3.16	c #constraints  43070
1800.10/1740.84	c starts		: 2
1800.10/1740.84	c conflicts		: 74276
1800.10/1740.84	c decisions		: 194180
1800.10/1740.84	c propagations		: 5155882
1800.10/1740.84	c inspects		: 660678658
1800.10/1740.84	c learnt literals	: 0
1800.10/1740.84	c learnt binary clauses	: 0
1800.10/1740.84	c learnt ternary clauses	: 0
1800.10/1740.84	c learnt clauses	: 74276
1800.10/1740.84	c root simplifications	: 0
1800.10/1740.84	c removed literals (reason simplification)	: 0
1800.10/1740.84	c reason swapping (by a shorter reason)	: 0
1800.10/1740.84	c Calls to reduceDB	: 0
1800.10/1740.84	c speed (decisions/second)	: 111.7496549906367
1800.10/1740.85	c non guided choices	288
1800.10/1740.85	s UNKNOWN
1800.10/1740.85	c Total wall clock time (ms): 1740.647

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/node54/watcher-352735-1176640325 -o ROOT/results/node54/solver-352735-1176640325 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352735-1176640325/sat4jPseudoCPClause.jar /tmp/evaluation/352735-1176640325/instance-352735-1176640325.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: 0.91 0.95 0.98 3/66 25327
/proc/meminfo: memFree=1810216/2055920 swapFree=4191892/4192956
[pid=25327] ppid=25325 vsize=1520 CPUtime=0
/proc/25327/stat : 25327 (java) R 25325 25327 24972 0 -1 0 91 0 0 0 0 0 0 0 18 0 1 0 111406953 1556480 73 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 1788833 0 0 4096 0 0 0 0 17 1 0 0
/proc/25327/statm: 380 73 56 9 0 10 0

[startup+0.0401441 s]
/proc/loadavg: 0.91 0.95 0.98 3/66 25327
/proc/meminfo: memFree=1810216/2055920 swapFree=4191892/4192956
[pid=25327] ppid=25325 vsize=1776088 CPUtime=0.02
/proc/25327/stat : 25327 (java) S 25325 25327 24972 0 -1 0 3229 0 1 0 1 1 0 0 18 0 4 0 111406953 1818714112 2976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/25327/statm: 444022 2976 887 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.101152 s]
/proc/loadavg: 0.91 0.95 0.98 3/66 25327
/proc/meminfo: memFree=1810216/2055920 swapFree=4191892/4192956
[pid=25327] ppid=25325 vsize=1780112 CPUtime=0.08
/proc/25327/stat : 25327 (java) S 25325 25327 24972 0 -1 0 3979 0 1 0 6 2 0 0 18 0 12 0 111406953 1822834688 3720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25327/statm: 445028 3720 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301177 s]
/proc/loadavg: 0.91 0.95 0.98 3/66 25327
/proc/meminfo: memFree=1810216/2055920 swapFree=4191892/4192956
[pid=25327] ppid=25325 vsize=1782320 CPUtime=0.33
/proc/25327/stat : 25327 (java) S 25325 25327 24972 0 -1 0 5154 0 1 0 31 2 0 0 18 0 12 0 111406953 1825095680 4889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25327/statm: 445580 4889 1264 9 0 443191 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782320

[startup+0.701231 s]
/proc/loadavg: 0.91 0.95 0.98 3/66 25327
/proc/meminfo: memFree=1810216/2055920 swapFree=4191892/4192956
[pid=25327] ppid=25325 vsize=1785684 CPUtime=0.93
/proc/25327/stat : 25327 (java) S 25325 25327 24972 0 -1 0 7582 0 1 0 89 4 0 0 18 0 12 0 111406953 1828540416 6867 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25327/statm: 446421 6867 1301 9 0 444032 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1785684

[startup+1.50233 s]
/proc/loadavg: 0.91 0.95 0.98 2/78 25339
/proc/meminfo: memFree=1778376/2055920 swapFree=4191892/4192956
[pid=25327] ppid=25325 vsize=1786156 CPUtime=2.09
/proc/25327/stat : 25327 (java) S 25325 25327 24972 0 -1 0 19564 0 1 0 199 10 0 0 18 0 12 0 111406953 1829023744 17575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25327/statm: 446539 17577 1304 9 0 444150 0
[pid=25327/tid=25329] ppid=25325 vsize=1786156 CPUtime=1.04
/proc/25327/task/25329/stat : 25329 (java) R 25325 25327 24972 0 -1 64 15658 0 1 0 96 8 0 0 19 0 12 0 111406955 1829023744 17578 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109663178 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25330] ppid=25325 vsize=1786156 CPUtime=0
/proc/25327/task/25330/stat : 25330 (java) S 25325 25327 24972 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 111406956 1829023744 17579 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25331] ppid=25325 vsize=1786156 CPUtime=0
/proc/25327/task/25331/stat : 25331 (java) S 25325 25327 24972 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 111406956 1829023744 17581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25332] ppid=25325 vsize=1786156 CPUtime=0
/proc/25327/task/25332/stat : 25332 (java) S 25325 25327 24972 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 111406958 1829023744 17582 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25333] ppid=25325 vsize=1786156 CPUtime=0
/proc/25327/task/25333/stat : 25333 (java) S 25325 25327 24972 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 111406959 1829023744 17583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25334] ppid=25325 vsize=1786156 CPUtime=0
/proc/25327/task/25334/stat : 25334 (java) S 25325 25327 24972 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 111406959 1829023744 17584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25335] ppid=25325 vsize=1786156 CPUtime=0
/proc/25327/task/25335/stat : 25335 (java) S 25325 25327 24972 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 111406963 1829023744 17584 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25336] ppid=25325 vsize=1786156 CPUtime=0.5
/proc/25327/task/25336/stat : 25336 (java) S 25325 25327 24972 0 -1 64 1127 0 0 0 50 0 0 0 16 0 12 0 111406963 1829023744 17585 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25337] ppid=25325 vsize=1786156 CPUtime=0.53
/proc/25327/task/25337/stat : 25337 (java) S 25325 25327 24972 0 -1 64 2059 0 0 0 52 1 0 0 16 0 12 0 111406963 1829023744 17586 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25338] ppid=25325 vsize=1786156 CPUtime=0
/proc/25327/task/25338/stat : 25338 (java) S 25325 25327 24972 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 111406963 1829023744 17587 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25339] ppid=25325 vsize=1786156 CPUtime=0
/proc/25327/task/25339/stat : 25339 (java) R 25325 25327 24972 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 111406963 1829023744 17589 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 1786156

[startup+3.10153 s]
/proc/loadavg: 0.92 0.95 0.98 2/78 25339
/proc/meminfo: memFree=1681736/2055920 swapFree=4191892/4192956
[pid=25327] ppid=25325 vsize=1792696 CPUtime=4.21
/proc/25327/stat : 25327 (java) S 25325 25327 24972 0 -1 0 47257 0 1 0 397 24 0 0 18 0 12 0 111406953 1835720704 44066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25327/statm: 448174 44066 1313 9 0 445785 0
[pid=25327/tid=25329] ppid=25325 vsize=1792696 CPUtime=2.48
/proc/25327/task/25329/stat : 25329 (java) R 25325 25327 24972 0 -1 64 37694 0 1 0 229 19 0 0 22 0 12 0 111406955 1835720704 44066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109483658 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25330] ppid=25325 vsize=1792696 CPUtime=0.05
/proc/25327/task/25330/stat : 25330 (java) S 25325 25327 24972 0 -1 64 1448 0 0 0 5 0 0 0 16 0 12 0 111406956 1835720704 44066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25331] ppid=25325 vsize=1792696 CPUtime=0.05
/proc/25327/task/25331/stat : 25331 (java) S 25325 25327 24972 0 -1 64 1511 0 0 0 5 0 0 0 16 0 12 0 111406956 1835720704 44066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25332] ppid=25325 vsize=1792696 CPUtime=0
/proc/25327/task/25332/stat : 25332 (java) S 25325 25327 24972 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 111406958 1835720704 44066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25333] ppid=25325 vsize=1792696 CPUtime=0
/proc/25327/task/25333/stat : 25333 (java) S 25325 25327 24972 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 111406959 1835720704 44066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25334] ppid=25325 vsize=1792696 CPUtime=0
/proc/25327/task/25334/stat : 25334 (java) S 25325 25327 24972 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 111406959 1835720704 44066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25335] ppid=25325 vsize=1792696 CPUtime=0
/proc/25327/task/25335/stat : 25335 (java) S 25325 25327 24972 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 111406963 1835720704 44066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25336] ppid=25325 vsize=1792696 CPUtime=0.94
/proc/25327/task/25336/stat : 25336 (java) R 25325 25327 24972 0 -1 64 3703 0 0 0 93 1 0 0 18 0 12 0 111406963 1835720704 44066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105429558 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25337] ppid=25325 vsize=1792696 CPUtime=0.63
/proc/25327/task/25337/stat : 25337 (java) S 25325 25327 24972 0 -1 64 2173 0 0 0 62 1 0 0 16 0 12 0 111406963 1835720704 44066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25338] ppid=25325 vsize=1792696 CPUtime=0
/proc/25327/task/25338/stat : 25338 (java) S 25325 25327 24972 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 111406963 1835720704 44066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25339] ppid=25325 vsize=1792696 CPUtime=0
/proc/25327/task/25339/stat : 25339 (java) S 25325 25327 24972 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 111406963 1835720704 44066 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 1792696

[startup+6.30295 s]
/proc/loadavg: 0.92 0.95 0.98 3/79 25340
/proc/meminfo: memFree=1610752/2055920 swapFree=4191892/4192956
[pid=25327] ppid=25325 vsize=1794592 CPUtime=9.18
/proc/25327/stat : 25327 (java) S 25325 25327 24972 0 -1 0 64322 0 1 0 885 33 0 0 18 0 13 0 111406953 1837662208 53900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25327/statm: 448648 53900 1331 9 0 446259 0
[pid=25327/tid=25329] ppid=25325 vsize=1794592 CPUtime=4.62
/proc/25327/task/25329/stat : 25329 (java) S 25325 25327 24972 0 -1 64 37762 0 1 0 443 19 0 0 22 0 13 0 111406955 1837662208 53900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25330] ppid=25325 vsize=1794592 CPUtime=0.33
/proc/25327/task/25330/stat : 25330 (java) R 25325 25327 24972 0 -1 64 6020 0 0 0 30 3 0 0 17 0 13 0 111406956 1837662208 53900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370507 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25331] ppid=25325 vsize=1794592 CPUtime=0.33
/proc/25327/task/25331/stat : 25331 (java) R 25325 25327 24972 0 -1 64 6187 0 0 0 31 2 0 0 17 0 13 0 111406956 1837662208 53900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070754 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25332] ppid=25325 vsize=1794592 CPUtime=0
/proc/25327/task/25332/stat : 25332 (java) S 25325 25327 24972 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 111406958 1837662208 53900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25333] ppid=25325 vsize=1794592 CPUtime=0
/proc/25327/task/25333/stat : 25333 (java) S 25325 25327 24972 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 111406959 1837662208 53900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25334] ppid=25325 vsize=1794592 CPUtime=0
/proc/25327/task/25334/stat : 25334 (java) S 25325 25327 24972 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111406959 1837662208 53900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25335] ppid=25325 vsize=1794592 CPUtime=0
/proc/25327/task/25335/stat : 25335 (java) S 25325 25327 24972 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 111406963 1837662208 53900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25336] ppid=25325 vsize=1794592 CPUtime=2.14
/proc/25327/task/25336/stat : 25336 (java) S 25325 25327 24972 0 -1 64 9109 0 0 0 210 4 0 0 15 0 13 0 111406963 1837662208 53900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25337] ppid=25325 vsize=1794592 CPUtime=1.72
/proc/25327/task/25337/stat : 25337 (java) S 25325 25327 24972 0 -1 64 4509 0 0 0 169 3 0 0 15 0 13 0 111406963 1837662208 53900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25338] ppid=25325 vsize=1794592 CPUtime=0
/proc/25327/task/25338/stat : 25338 (java) S 25325 25327 24972 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 111406963 1837662208 53900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25339] ppid=25325 vsize=1794592 CPUtime=0
/proc/25327/task/25339/stat : 25339 (java) S 25325 25327 24972 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 111406963 1837662208 53900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25340] ppid=25325 vsize=1794592 CPUtime=0
/proc/25327/task/25340/stat : 25340 (java) S 25325 25327 24972 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 111407275 1837662208 53900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.18
Current children cumulated vsize (KiB) 1794592

[startup+12.7018 s]
/proc/loadavg: 0.93 0.95 0.98 2/79 25340
/proc/meminfo: memFree=1567552/2055920 swapFree=4191892/4192956
[pid=25327] ppid=25325 vsize=1795396 CPUtime=16.66
/proc/25327/stat : 25327 (java) S 25325 25327 24972 0 -1 0 74711 0 1 0 1628 38 0 0 18 0 13 0 111406953 1838485504 62291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25327/statm: 448849 62291 1332 9 0 446460 0
[pid=25327/tid=25329] ppid=25325 vsize=1795396 CPUtime=10.24
/proc/25327/task/25329/stat : 25329 (java) R 25325 25327 24972 0 -1 64 37769 0 1 0 1005 19 0 0 25 0 13 0 111406955 1838485504 62291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109913818 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25330] ppid=25325 vsize=1795396 CPUtime=1.08
/proc/25327/task/25330/stat : 25330 (java) S 25325 25327 24972 0 -1 64 11720 0 0 0 104 4 0 0 16 0 13 0 111406956 1838485504 62291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25331] ppid=25325 vsize=1795396 CPUtime=1.1
/proc/25327/task/25331/stat : 25331 (java) S 25325 25327 24972 0 -1 64 10587 0 0 0 106 4 0 0 16 0 13 0 111406956 1838485504 62291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25332] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25332/stat : 25332 (java) S 25325 25327 24972 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 111406958 1838485504 62291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25333] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25333/stat : 25333 (java) S 25325 25327 24972 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 111406959 1838485504 62291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25334] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25334/stat : 25334 (java) S 25325 25327 24972 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111406959 1838485504 62291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25335] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25335/stat : 25335 (java) S 25325 25327 24972 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 111406963 1838485504 62291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25336] ppid=25325 vsize=1795396 CPUtime=2.39
/proc/25327/task/25336/stat : 25336 (java) S 25325 25327 24972 0 -1 64 9390 0 0 0 235 4 0 0 16 0 13 0 111406963 1838485504 62291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25337] ppid=25325 vsize=1795396 CPUtime=1.78
/proc/25327/task/25337/stat : 25337 (java) S 25325 25327 24972 0 -1 64 4510 0 0 0 175 3 0 0 16 0 13 0 111406963 1838485504 62291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25338] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25338/stat : 25338 (java) S 25325 25327 24972 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 111406963 1838485504 62291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25339] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25339/stat : 25339 (java) S 25325 25327 24972 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 111406963 1838485504 62291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25340] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25340/stat : 25340 (java) S 25325 25327 24972 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 111407275 1838485504 62291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.66
Current children cumulated vsize (KiB) 1795396

[startup+25.5024 s]
/proc/loadavg: 0.94 0.96 0.98 2/79 25340
/proc/meminfo: memFree=1551168/2055920 swapFree=4191892/4192956
[pid=25327] ppid=25325 vsize=1795396 CPUtime=29.84
/proc/25327/stat : 25327 (java) S 25325 25327 24972 0 -1 0 80754 0 1 0 2944 40 0 0 18 0 13 0 111406953 1838485504 66223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25327/statm: 448849 66223 1333 9 0 446460 0
[pid=25327/tid=25329] ppid=25325 vsize=1795396 CPUtime=22.73
/proc/25327/task/25329/stat : 25329 (java) R 25325 25327 24972 0 -1 64 37786 0 1 0 2254 19 0 0 18 0 13 0 111406955 1838485504 66223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109873610 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25330] ppid=25325 vsize=1795396 CPUtime=1.39
/proc/25327/task/25330/stat : 25330 (java) S 25325 25327 24972 0 -1 64 15038 0 0 0 133 6 0 0 16 0 13 0 111406956 1838485504 66223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25331] ppid=25325 vsize=1795396 CPUtime=1.41
/proc/25327/task/25331/stat : 25331 (java) S 25325 25327 24972 0 -1 64 13292 0 0 0 136 5 0 0 16 0 13 0 111406956 1838485504 66223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25332] ppid=25325 vsize=1795396 CPUtime=0.01
/proc/25327/task/25332/stat : 25332 (java) S 25325 25327 24972 0 -1 64 12 0 0 0 1 0 0 0 16 0 13 0 111406958 1838485504 66223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25333] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25333/stat : 25333 (java) S 25325 25327 24972 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 111406959 1838485504 66223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=25327/tid=25332] ppid=25325 vsize=1795396 CPUtime=0.19
/proc/25327/task/25332/stat : 25332 (java) S 25325 25327 24972 0 -1 64 16 0 0 0 12 7 0 0 16 0 13 0 111406958 1838485504 208200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25333] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25333/stat : 25333 (java) S 25325 25327 24972 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 111406959 1838485504 208200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25334] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25334/stat : 25334 (java) S 25325 25327 24972 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111406959 1838485504 208200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25335] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25335/stat : 25335 (java) S 25325 25327 24972 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 111406963 1838485504 208200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25336] ppid=25325 vsize=1795396 CPUtime=2.47
/proc/25327/task/25336/stat : 25336 (java) S 25325 25327 24972 0 -1 64 9392 0 0 0 243 4 0 0 16 0 13 0 111406963 1838485504 208200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25337] ppid=25325 vsize=1795396 CPUtime=1.85
/proc/25327/task/25337/stat : 25337 (java) S 25325 25327 24972 0 -1 64 4511 0 0 0 182 3 0 0 16 0 13 0 111406963 1838485504 208200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25338] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25338/stat : 25338 (java) S 25325 25327 24972 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 111406963 1838485504 208200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25339] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25339/stat : 25339 (java) S 25325 25327 24972 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 111406963 1838485504 208200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25340] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25340/stat : 25340 (java) S 25325 25327 24972 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 111407275 1838485504 208200 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1592.88
Current children cumulated vsize (KiB) 1795396

[startup+1602.3 s]
/proc/loadavg: 1.01 1.04 1.00 2/79 25340
/proc/meminfo: memFree=963520/2055920 swapFree=4191892/4192956
[pid=25327] ppid=25325 vsize=1795396 CPUtime=1655.4
/proc/25327/stat : 25327 (java) S 25325 25327 24972 0 -1 0 240847 0 1 0 165409 131 0 0 18 0 13 0 111406953 1838485504 212304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25327/statm: 448849 212304 1334 9 0 446460 0
[pid=25327/tid=25329] ppid=25325 vsize=1795396 CPUtime=1549.12
/proc/25327/task/25329/stat : 25329 (java) R 25325 25327 24972 0 -1 64 38509 0 1 0 154884 28 0 0 25 0 13 0 111406955 1838485504 212304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109652027 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25330] ppid=25325 vsize=1795396 CPUtime=50.77
/proc/25327/task/25330/stat : 25330 (java) S 25325 25327 24972 0 -1 64 114025 0 0 0 5025 52 0 0 16 0 13 0 111406956 1838485504 212304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25331] ppid=25325 vsize=1795396 CPUtime=50.93
/proc/25327/task/25331/stat : 25331 (java) S 25325 25327 24972 0 -1 64 73669 0 0 0 5059 34 0 0 16 0 13 0 111406956 1838485504 212304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25332] ppid=25325 vsize=1795396 CPUtime=0.2
/proc/25327/task/25332/stat : 25332 (java) S 25325 25327 24972 0 -1 64 16 0 0 0 13 7 0 0 16 0 13 0 111406958 1838485504 212304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25333] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25333/stat : 25333 (java) S 25325 25327 24972 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 111406959 1838485504 212304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25334] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25334/stat : 25334 (java) S 25325 25327 24972 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111406959 1838485504 212304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25335] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25335/stat : 25335 (java) S 25325 25327 24972 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 111406963 1838485504 212304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25336] ppid=25325 vsize=1795396 CPUtime=2.47
/proc/25327/task/25336/stat : 25336 (java) S 25325 25327 24972 0 -1 64 9392 0 0 0 243 4 0 0 16 0 13 0 111406963 1838485504 212304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25337] ppid=25325 vsize=1795396 CPUtime=1.85
/proc/25327/task/25337/stat : 25337 (java) S 25325 25327 24972 0 -1 64 4511 0 0 0 182 3 0 0 16 0 13 0 111406963 1838485504 212304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25338] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25338/stat : 25338 (java) S 25325 25327 24972 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 111406963 1838485504 212304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25339] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25339/stat : 25339 (java) S 25325 25327 24972 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 111406963 1838485504 212304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25340] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25340/stat : 25340 (java) S 25325 25327 24972 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 111407275 1838485504 212304 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.4
Current children cumulated vsize (KiB) 1795396

[startup+1662.3 s]
/proc/loadavg: 1.04 1.04 1.00 2/79 25340
/proc/meminfo: memFree=938752/2055920 swapFree=4191892/4192956
[pid=25327] ppid=25325 vsize=1795396 CPUtime=1718.22
/proc/25327/stat : 25327 (java) S 25325 25327 24972 0 -1 0 247297 0 1 0 171687 135 0 0 18 0 13 0 111406953 1838485504 218485 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25327/statm: 448849 218485 1334 9 0 446460 0
[pid=25327/tid=25329] ppid=25325 vsize=1795396 CPUtime=1606.25
/proc/25327/task/25329/stat : 25329 (java) R 25325 25327 24972 0 -1 64 38536 0 1 0 160597 28 0 0 25 0 13 0 111406955 1838485504 218485 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109713825 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25330] ppid=25325 vsize=1795396 CPUtime=53.6
/proc/25327/task/25330/stat : 25330 (java) S 25325 25327 24972 0 -1 64 118654 0 0 0 5306 54 0 0 16 0 13 0 111406956 1838485504 218485 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25331] ppid=25325 vsize=1795396 CPUtime=53.77
/proc/25327/task/25331/stat : 25331 (java) S 25325 25327 24972 0 -1 64 75463 0 0 0 5342 35 0 0 16 0 13 0 111406956 1838485504 218485 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25332] ppid=25325 vsize=1795396 CPUtime=0.2
/proc/25327/task/25332/stat : 25332 (java) S 25325 25327 24972 0 -1 64 16 0 0 0 13 7 0 0 16 0 13 0 111406958 1838485504 218485 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25333] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25333/stat : 25333 (java) S 25325 25327 24972 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 111406959 1838485504 218485 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25334] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25334/stat : 25334 (java) S 25325 25327 24972 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111406959 1838485504 218485 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25335] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25335/stat : 25335 (java) S 25325 25327 24972 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 111406963 1838485504 218485 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25336] ppid=25325 vsize=1795396 CPUtime=2.47
/proc/25327/task/25336/stat : 25336 (java) S 25325 25327 24972 0 -1 64 9392 0 0 0 243 4 0 0 16 0 13 0 111406963 1838485504 218485 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25337] ppid=25325 vsize=1795396 CPUtime=1.85
/proc/25327/task/25337/stat : 25337 (java) S 25325 25327 24972 0 -1 64 4511 0 0 0 182 3 0 0 16 0 13 0 111406963 1838485504 218485 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25338] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25338/stat : 25338 (java) S 25325 25327 24972 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 111406963 1838485504 218485 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25339] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25339/stat : 25339 (java) S 25325 25327 24972 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 111406963 1838485504 218485 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25340] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25340/stat : 25340 (java) S 25325 25327 24972 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 111407275 1838485504 218485 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1718.22
Current children cumulated vsize (KiB) 1795396

[startup+1722.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/79 25340
/proc/meminfo: memFree=918976/2055920 swapFree=4191892/4192956
[pid=25327] ppid=25325 vsize=1795396 CPUtime=1780.83
/proc/25327/stat : 25327 (java) S 25325 25327 24972 0 -1 0 252540 0 1 0 177946 137 0 0 18 0 13 0 111406953 1838485504 223492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25327/statm: 448849 223492 1334 9 0 446460 0
[pid=25327/tid=25329] ppid=25325 vsize=1795396 CPUtime=1663.58
/proc/25327/task/25329/stat : 25329 (java) R 25325 25327 24972 0 -1 64 38562 0 1 0 166330 28 0 0 25 0 13 0 111406955 1838485504 223492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109919020 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25330] ppid=25325 vsize=1795396 CPUtime=56.23
/proc/25327/task/25330/stat : 25330 (java) S 25325 25327 24972 0 -1 64 122380 0 0 0 5568 55 0 0 17 0 13 0 111406956 1838485504 223492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25331] ppid=25325 vsize=1795396 CPUtime=56.43
/proc/25327/task/25331/stat : 25331 (java) S 25325 25327 24972 0 -1 64 76954 0 0 0 5607 36 0 0 16 0 13 0 111406956 1838485504 223492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25332] ppid=25325 vsize=1795396 CPUtime=0.22
/proc/25327/task/25332/stat : 25332 (java) S 25325 25327 24972 0 -1 64 16 0 0 0 14 8 0 0 15 0 13 0 111406958 1838485504 223492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25333] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25333/stat : 25333 (java) S 25325 25327 24972 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 111406959 1838485504 223492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25334] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25334/stat : 25334 (java) S 25325 25327 24972 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111406959 1838485504 223492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25335] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25335/stat : 25335 (java) S 25325 25327 24972 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 111406963 1838485504 223492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25336] ppid=25325 vsize=1795396 CPUtime=2.47
/proc/25327/task/25336/stat : 25336 (java) S 25325 25327 24972 0 -1 64 9392 0 0 0 243 4 0 0 16 0 13 0 111406963 1838485504 223492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25337] ppid=25325 vsize=1795396 CPUtime=1.85
/proc/25327/task/25337/stat : 25337 (java) S 25325 25327 24972 0 -1 64 4511 0 0 0 182 3 0 0 16 0 13 0 111406963 1838485504 223492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25338] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25338/stat : 25338 (java) S 25325 25327 24972 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 111406963 1838485504 223492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25339] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25339/stat : 25339 (java) S 25325 25327 24972 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 111406963 1838485504 223492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25340] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25340/stat : 25340 (java) S 25325 25327 24972 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 111407275 1838485504 223492 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1780.83
Current children cumulated vsize (KiB) 1795396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1740.8 s]
/proc/loadavg: 1.01 1.03 1.00 4/85 25406
/proc/meminfo: memFree=911568/2055920 swapFree=4191892/4192956
[pid=25327] ppid=25325 vsize=1795396 CPUtime=1800.1
/proc/25327/stat : 25327 (java) S 25325 25327 24972 0 -1 0 253996 0 1 0 179871 139 0 0 18 0 13 0 111406953 1838485504 224891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25327/statm: 448849 224891 1334 9 0 446460 0
[pid=25327/tid=25329] ppid=25325 vsize=1795396 CPUtime=1681.25
/proc/25327/task/25329/stat : 25329 (java) R 25325 25327 24972 0 -1 64 38570 0 1 0 168096 29 0 0 25 0 13 0 111406955 1838485504 224891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25330] ppid=25325 vsize=1795396 CPUtime=57.03
/proc/25327/task/25330/stat : 25330 (java) R 25325 25327 24972 0 -1 64 122892 0 0 0 5647 56 0 0 17 0 13 0 111406956 1838485504 224891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070770 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25331] ppid=25325 vsize=1795396 CPUtime=57.22
/proc/25327/task/25331/stat : 25331 (java) R 25325 25327 24972 0 -1 64 77890 0 0 0 5686 36 0 0 17 0 13 0 111406956 1838485504 224891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105070800 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25332] ppid=25325 vsize=1795396 CPUtime=0.22
/proc/25327/task/25332/stat : 25332 (java) S 25325 25327 24972 0 -1 64 16 0 0 0 14 8 0 0 15 0 13 0 111406958 1838485504 224891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25333] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25333/stat : 25333 (java) S 25325 25327 24972 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 111406959 1838485504 224891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25334] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25334/stat : 25334 (java) S 25325 25327 24972 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 111406959 1838485504 224891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25335] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25335/stat : 25335 (java) S 25325 25327 24972 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 111406963 1838485504 224891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25336] ppid=25325 vsize=1795396 CPUtime=2.47
/proc/25327/task/25336/stat : 25336 (java) S 25325 25327 24972 0 -1 64 9392 0 0 0 243 4 0 0 16 0 13 0 111406963 1838485504 224891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25337] ppid=25325 vsize=1795396 CPUtime=1.85
/proc/25327/task/25337/stat : 25337 (java) S 25325 25327 24972 0 -1 64 4511 0 0 0 182 3 0 0 16 0 13 0 111406963 1838485504 224891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25338] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25338/stat : 25338 (java) S 25325 25327 24972 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 111406963 1838485504 224891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25327/tid=25339] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25339/stat : 25339 (java) S 25325 25327 24972 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 111406963 1838485504 224891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25327/tid=25340] ppid=25325 vsize=1795396 CPUtime=0
/proc/25327/task/25340/stat : 25340 (java) S 25325 25327 24972 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 111407275 1838485504 224891 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1795396

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

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

[startup+1741 s]
/proc/loadavg: 1.01 1.03 1.00 4/85 25406
/proc/meminfo: memFree=911568/2055920 swapFree=4191892/4192956
[pid=25327] ppid=25325 vsize=0 CPUtime=1800.33
/proc/25327/stat : 25327 (java) Z 25325 25327 24972 0 -1 1036 254354 0 1 0 179880 153 0 0 16 0 2 0 111406953 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25327/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1741.01
CPU time (s): 1800.35
CPU user time (s): 1798.81
CPU system time (s): 1.54077
CPU usage (%): 103.408
Max. virtual memory (cumulated for all children) (KiB): 1797952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.81
system time used= 1.54076
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 254354
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= 42611
involuntary context switches= 25335

runsolver used 1.84872 second user time and 5.43017 second system time

The end

Launcher Data (download as text)

Begin job on node54 on Sun Apr 15 12:32:05 UTC 2007

IDJOB= 352735
IDBENCH= 2013
IDSOLVER= 164
FILE ID= node54/352735-1176640325

PBS_JOBID= 4559835

Free space on /tmp= 66558 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-circ10_3.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352735-1176640325/sat4jPseudoCPClause.jar /tmp/evaluation/352735-1176640325/instance-352735-1176640325.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node54/watcher-352735-1176640325 -o ROOT/results/node54/solver-352735-1176640325 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352735-1176640325/sat4jPseudoCPClause.jar /tmp/evaluation/352735-1176640325/instance-352735-1176640325.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  2821538067d8c071dc9bd4a000c6d040

RANDOM SEED= 344796004

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node54.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.234
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.234
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:       1810624 kB
Buffers:         47768 kB
Cached:         102452 kB
SwapCached:        264 kB
Active:          39152 kB
Inactive:       127172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1810624 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            6560 kB
Writeback:           0 kB
Mapped:          25072 kB
Slab:            64844 kB
Committed_AS:  1953308 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66558 MiB

End job on node54 on Sun Apr 15 13:01:08 UTC 2007