Trace number 362131

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.22 1773.53

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-enigma.opb
MD5SUM40c4ca45f28cf4c12979bc2b22100ada
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.14082
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved YES
Number of variables100
Total number of constraints21
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint9
Maximum length of a constraint90
Number of terms in the objective function 9
Biggest coefficient in the objective function 9
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 45
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 900207
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 9508275
Number of bits of the biggest sum of numbers24
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.21/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.21/0.20	--- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.20	c Learn all clauses as in MiniSAT
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c No reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c Simplify asserted PB constraints to clauses
0.21/0.20	c solving /tmp/evaluation/362131-1177006956/instance-362131-1177006956.opb
0.21/0.20	c reading problem ... 
0.21/0.25	c ... done. Wall clock time 0.047s.
0.21/0.25	c CPU time (experimental) 0.2s.
0.21/0.25	c #vars     100
0.21/0.25	c #constraints  42
1800.08/1773.41	c starts		: 2
1800.08/1773.41	c conflicts		: 35101
1800.08/1773.41	c decisions		: 47741
1800.08/1773.41	c propagations		: 410239
1800.08/1773.41	c inspects		: 674893833
1800.08/1773.41	c learnt literals	: 1
1800.08/1773.41	c learnt binary clauses	: 0
1800.08/1773.41	c learnt ternary clauses	: 0
1800.08/1773.41	c learnt clauses	: 35100
1800.08/1773.41	c root simplifications	: 0
1800.08/1773.41	c removed literals (reason simplification)	: 0
1800.08/1773.41	c reason swapping (by a shorter reason)	: 0
1800.08/1773.41	c Calls to reduceDB	: 0
1800.08/1773.41	c speed (decisions/second)	: 26.924248234789864
1800.08/1773.41	c non guided choices	34
1800.08/1773.41	s UNKNOWN
1800.08/1773.41	c Total wall clock time (ms): 1773.214

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/node30/watcher-362131-1177006956 -o ROOT/results/node30/solver-362131-1177006956 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362131-1177006956/sat4jPseudoCPClause.jar /tmp/evaluation/362131-1177006956/instance-362131-1177006956.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.99 1.00 1.00 2/77 30311
/proc/meminfo: memFree=1769088/2055920 swapFree=4157140/4192956
[pid=30311] ppid=30309 vsize=1800 CPUtime=0
/proc/30311/stat : 30311 (java) R 30309 30311 29370 0 -1 0 170 0 0 0 0 0 0 0 18 0 1 0 148611244 1843200 143 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/30311/statm: 450 143 106 9 0 92 0

[startup+0.0081951 s]
/proc/loadavg: 0.99 1.00 1.00 2/77 30311
/proc/meminfo: memFree=1769088/2055920 swapFree=4157140/4192956
[pid=30311] ppid=30309 vsize=308 CPUtime=0
/proc/30311/stat : 30311 (java) R 30309 30311 29370 0 -1 0 216 0 0 0 0 0 0 0 18 0 1 0 148611244 315392 38 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 7021575 0 0 4096 0 0 0 0 17 1 0 0
/proc/30311/statm: 77 39 29 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 308

[startup+0.10121 s]
/proc/loadavg: 0.99 1.00 1.00 2/77 30311
/proc/meminfo: memFree=1769088/2055920 swapFree=4157140/4192956
[pid=30311] ppid=30309 vsize=1780112 CPUtime=0.08
/proc/30311/stat : 30311 (java) S 30309 30311 29370 0 -1 0 3982 0 1 0 6 2 0 0 18 0 12 0 148611244 1822834688 3724 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 445028 3724 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.30122 s]
/proc/loadavg: 0.99 1.00 1.00 2/77 30311
/proc/meminfo: memFree=1769088/2055920 swapFree=4157140/4192956
[pid=30311] ppid=30309 vsize=1782740 CPUtime=0.32
/proc/30311/stat : 30311 (java) S 30309 30311 29370 0 -1 0 5205 0 1 0 29 3 0 0 18 0 13 0 148611244 1825525760 4944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 445685 4944 1270 9 0 443296 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782740

[startup+0.701245 s]
/proc/loadavg: 0.99 1.00 1.00 2/77 30311
/proc/meminfo: memFree=1769088/2055920 swapFree=4157140/4192956
[pid=30311] ppid=30309 vsize=1784284 CPUtime=1.01
/proc/30311/stat : 30311 (java) S 30309 30311 29370 0 -1 0 9369 0 1 0 96 5 0 0 18 0 13 0 148611244 1827106816 8158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 446071 8158 1293 9 0 443682 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1784284

[startup+1.50229 s]
/proc/loadavg: 0.99 1.00 1.00 4/90 30324
/proc/meminfo: memFree=1729112/2055920 swapFree=4157140/4192956
[pid=30311] ppid=30309 vsize=1797252 CPUtime=2.59
/proc/30311/stat : 30311 (java) S 30309 30311 29370 0 -1 0 25829 0 1 0 246 13 0 0 18 0 13 0 148611244 1840386048 19015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 449313 19018 1313 9 0 446924 0
[pid=30311/tid=30313] ppid=30309 vsize=1797252 CPUtime=0.83
/proc/30311/task/30313/stat : 30313 (java) R 30309 30311 29370 0 -1 64 14729 0 1 0 75 8 0 0 18 0 13 0 148611245 1840386048 19019 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109495533 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30314] ppid=30309 vsize=1797252 CPUtime=0
/proc/30311/task/30314/stat : 30314 (java) S 30309 30311 29370 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 148611246 1840386048 19021 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30315] ppid=30309 vsize=1797252 CPUtime=0
/proc/30311/task/30315/stat : 30315 (java) S 30309 30311 29370 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 148611246 1840386048 19023 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30316] ppid=30309 vsize=1797252 CPUtime=0
/proc/30311/task/30316/stat : 30316 (java) S 30309 30311 29370 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 148611249 1840386048 19025 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30317] ppid=30309 vsize=1797252 CPUtime=0
/proc/30311/task/30317/stat : 30317 (java) S 30309 30311 29370 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 148611249 1840386048 19026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30318] ppid=30309 vsize=1797252 CPUtime=0
/proc/30311/task/30318/stat : 30318 (java) S 30309 30311 29370 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 148611249 1840386048 19028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30319] ppid=30309 vsize=1797252 CPUtime=0
/proc/30311/task/30319/stat : 30319 (java) S 30309 30311 29370 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148611253 1840386048 19030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30320] ppid=30309 vsize=1797252 CPUtime=0.91
/proc/30311/task/30320/stat : 30320 (java) R 30309 30311 29370 0 -1 64 4901 0 0 0 89 2 0 0 19 0 13 0 148611253 1840386048 19031 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30321] ppid=30309 vsize=1797252 CPUtime=0.83
/proc/30311/task/30321/stat : 30321 (java) R 30309 30311 29370 0 -1 64 5477 0 0 0 81 2 0 0 18 0 13 0 148611253 1840386048 19032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336793 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30322] ppid=30309 vsize=1797252 CPUtime=0
/proc/30311/task/30322/stat : 30322 (java) S 30309 30311 29370 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148611253 1840386048 19032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30323] ppid=30309 vsize=1797252 CPUtime=0
/proc/30311/task/30323/stat : 30323 (java) S 30309 30311 29370 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148611253 1840386048 19032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30324] ppid=30309 vsize=1797252 CPUtime=0
/proc/30311/task/30324/stat : 30324 (java) S 30309 30311 29370 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 148611269 1840386048 19032 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 1797252

[startup+3.1024 s]
/proc/loadavg: 1.07 1.02 1.00 2/90 30324
/proc/meminfo: memFree=1648856/2055920 swapFree=4157140/4192956
[pid=30311] ppid=30309 vsize=1795636 CPUtime=4.78
/proc/30311/stat : 30311 (java) S 30309 30311 29370 0 -1 0 51838 0 1 0 453 25 0 0 18 0 13 0 148611244 1838731264 42538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 448909 42538 1322 9 0 446520 0
[pid=30311/tid=30313] ppid=30309 vsize=1795636 CPUtime=2.18
/proc/30311/task/30313/stat : 30313 (java) R 30309 30311 29370 0 -1 64 37743 0 1 0 199 19 0 0 25 0 13 0 148611245 1838731264 42538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109528304 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30314] ppid=30309 vsize=1795636 CPUtime=0.01
/proc/30311/task/30314/stat : 30314 (java) S 30309 30311 29370 0 -1 64 298 0 0 0 1 0 0 0 16 0 13 0 148611246 1838731264 42538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30315] ppid=30309 vsize=1795636 CPUtime=0
/proc/30311/task/30315/stat : 30315 (java) S 30309 30311 29370 0 -1 64 267 0 0 0 0 0 0 0 16 0 13 0 148611246 1838731264 42538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30316] ppid=30309 vsize=1795636 CPUtime=0
/proc/30311/task/30316/stat : 30316 (java) S 30309 30311 29370 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 148611249 1838731264 42538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30317] ppid=30309 vsize=1795636 CPUtime=0
/proc/30311/task/30317/stat : 30317 (java) S 30309 30311 29370 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148611249 1838731264 42538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30318] ppid=30309 vsize=1795636 CPUtime=0
/proc/30311/task/30318/stat : 30318 (java) S 30309 30311 29370 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148611249 1838731264 42538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30319] ppid=30309 vsize=1795636 CPUtime=0
/proc/30311/task/30319/stat : 30319 (java) S 30309 30311 29370 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148611253 1838731264 42538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30320] ppid=30309 vsize=1795636 CPUtime=1.16
/proc/30311/task/30320/stat : 30320 (java) S 30309 30311 29370 0 -1 64 5206 0 0 0 114 2 0 0 16 0 13 0 148611253 1838731264 42538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30321] ppid=30309 vsize=1795636 CPUtime=1.4
/proc/30311/task/30321/stat : 30321 (java) S 30309 30311 29370 0 -1 64 7595 0 0 0 137 3 0 0 16 0 13 0 148611253 1838731264 42538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30322] ppid=30309 vsize=1795636 CPUtime=0
/proc/30311/task/30322/stat : 30322 (java) S 30309 30311 29370 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148611253 1838731264 42538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30323] ppid=30309 vsize=1795636 CPUtime=0
/proc/30311/task/30323/stat : 30323 (java) S 30309 30311 29370 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148611253 1838731264 42538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30324] ppid=30309 vsize=1795636 CPUtime=0
/proc/30311/task/30324/stat : 30324 (java) S 30309 30311 29370 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 148611269 1838731264 42538 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 1795636

[startup+6.30158 s]
/proc/loadavg: 1.07 1.02 1.00 3/90 30324
/proc/meminfo: memFree=1593944/2055920 swapFree=4157140/4192956
[pid=30311] ppid=30309 vsize=1795092 CPUtime=8.14
/proc/30311/stat : 30311 (java) S 30309 30311 29370 0 -1 0 54892 0 1 0 787 27 0 0 18 0 13 0 148611244 1838174208 43795 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 448773 43795 1323 9 0 446384 0
[pid=30311/tid=30313] ppid=30309 vsize=1795092 CPUtime=5.24
/proc/30311/task/30313/stat : 30313 (java) R 30309 30311 29370 0 -1 64 37748 0 1 0 505 19 0 0 25 0 13 0 148611245 1838174208 43795 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109495327 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30314] ppid=30309 vsize=1795092 CPUtime=0.09
/proc/30311/task/30314/stat : 30314 (java) S 30309 30311 29370 0 -1 64 1871 0 0 0 9 0 0 0 16 0 13 0 148611246 1838174208 43795 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30315] ppid=30309 vsize=1795092 CPUtime=0.09
/proc/30311/task/30315/stat : 30315 (java) S 30309 30311 29370 0 -1 64 1727 0 0 0 9 0 0 0 16 0 13 0 148611246 1838174208 43795 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30316] ppid=30309 vsize=1795092 CPUtime=0
/proc/30311/task/30316/stat : 30316 (java) S 30309 30311 29370 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 148611249 1838174208 43795 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30317] ppid=30309 vsize=1795092 CPUtime=0
/proc/30311/task/30317/stat : 30317 (java) S 30309 30311 29370 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148611249 1838174208 43795 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30318] ppid=30309 vsize=1795092 CPUtime=0
/proc/30311/task/30318/stat : 30318 (java) S 30309 30311 29370 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148611249 1838174208 43795 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30319] ppid=30309 vsize=1795092 CPUtime=0
/proc/30311/task/30319/stat : 30319 (java) S 30309 30311 29370 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148611253 1838174208 43795 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30320] ppid=30309 vsize=1795092 CPUtime=1.19
/proc/30311/task/30320/stat : 30320 (java) S 30309 30311 29370 0 -1 64 5208 0 0 0 117 2 0 0 16 0 13 0 148611253 1838174208 43795 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30321] ppid=30309 vsize=1795092 CPUtime=1.47
/proc/30311/task/30321/stat : 30321 (java) S 30309 30311 29370 0 -1 64 7601 0 0 0 144 3 0 0 16 0 13 0 148611253 1838174208 43795 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30322] ppid=30309 vsize=1795092 CPUtime=0
/proc/30311/task/30322/stat : 30322 (java) S 30309 30311 29370 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148611253 1838174208 43795 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30323] ppid=30309 vsize=1795092 CPUtime=0
/proc/30311/task/30323/stat : 30323 (java) S 30309 30311 29370 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148611253 1838174208 43795 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30324] ppid=30309 vsize=1795092 CPUtime=0
/proc/30311/task/30324/stat : 30324 (java) S 30309 30311 29370 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 148611269 1838174208 43795 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.14
Current children cumulated vsize (KiB) 1795092

[startup+12.703 s]
/proc/loadavg: 1.07 1.02 1.00 2/90 30324
/proc/meminfo: memFree=1564696/2055920 swapFree=4157140/4192956
[pid=30311] ppid=30309 vsize=1795092 CPUtime=14.69
/proc/30311/stat : 30311 (java) S 30309 30311 29370 0 -1 0 63578 0 1 0 1437 32 0 0 18 0 13 0 148611244 1838174208 52131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 448773 52131 1329 9 0 446384 0
[pid=30311/tid=30313] ppid=30309 vsize=1795092 CPUtime=11.5
/proc/30311/task/30313/stat : 30313 (java) R 30309 30311 29370 0 -1 64 39263 0 1 0 1131 19 0 0 25 0 13 0 148611245 1838174208 52131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109610469 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30314] ppid=30309 vsize=1795092 CPUtime=0.23
/proc/30311/task/30314/stat : 30314 (java) S 30309 30311 29370 0 -1 64 5637 0 0 0 20 3 0 0 16 0 13 0 148611246 1838174208 52131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30315] ppid=30309 vsize=1795092 CPUtime=0.23
/proc/30311/task/30315/stat : 30315 (java) S 30309 30311 29370 0 -1 64 5113 0 0 0 21 2 0 0 16 0 13 0 148611246 1838174208 52131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30316] ppid=30309 vsize=1795092 CPUtime=0
/proc/30311/task/30316/stat : 30316 (java) S 30309 30311 29370 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 148611249 1838174208 52131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30317] ppid=30309 vsize=1795092 CPUtime=0
/proc/30311/task/30317/stat : 30317 (java) S 30309 30311 29370 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148611249 1838174208 52131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30318] ppid=30309 vsize=1795092 CPUtime=0
/proc/30311/task/30318/stat : 30318 (java) S 30309 30311 29370 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148611249 1838174208 52131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30319] ppid=30309 vsize=1795092 CPUtime=0
/proc/30311/task/30319/stat : 30319 (java) S 30309 30311 29370 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148611253 1838174208 52131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30320] ppid=30309 vsize=1795092 CPUtime=1.2
/proc/30311/task/30320/stat : 30320 (java) S 30309 30311 29370 0 -1 64 5214 0 0 0 118 2 0 0 16 0 13 0 148611253 1838174208 52131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30321] ppid=30309 vsize=1795092 CPUtime=1.47
/proc/30311/task/30321/stat : 30321 (java) S 30309 30311 29370 0 -1 64 7601 0 0 0 144 3 0 0 17 0 13 0 148611253 1838174208 52131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30322] ppid=30309 vsize=1795092 CPUtime=0
/proc/30311/task/30322/stat : 30322 (java) S 30309 30311 29370 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148611253 1838174208 52131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30323] ppid=30309 vsize=1795092 CPUtime=0
/proc/30311/task/30323/stat : 30323 (java) S 30309 30311 29370 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148611253 1838174208 52131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30324] ppid=30309 vsize=1795092 CPUtime=0
/proc/30311/task/30324/stat : 30324 (java) S 30309 30311 29370 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 148611269 1838174208 52131 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.69
Current children cumulated vsize (KiB) 1795092

[startup+25.5028 s]
/proc/loadavg: 1.05 1.01 1.00 2/90 30324
/proc/meminfo: memFree=1554904/2055920 swapFree=4157140/4192956
[pid=30311] ppid=30309 vsize=1793672 CPUtime=28.07
/proc/30311/stat : 30311 (java) S 30309 30311 29370 0 -1 0 67882 0 1 0 2773 34 0 0 18 0 13 0 148611244 1836720128 54617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 448418 54617 1329 9 0 446029 0
[pid=30311/tid=30313] ppid=30309 vsize=1793672 CPUtime=24.16
/proc/30311/task/30313/stat : 30313 (java) R 30309 30311 29370 0 -1 64 39272 0 1 0 2397 19 0 0 25 0 13 0 148611245 1836720128 54617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109486453 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30314] ppid=30309 vsize=1793672 CPUtime=0.35
/proc/30311/task/30314/stat : 30314 (java) S 30309 30311 29370 0 -1 64 7434 0 0 0 31 4 0 0 16 0 13 0 148611246 1836720128 54617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30315] ppid=30309 vsize=1793672 CPUtime=0.35
/proc/30311/task/30315/stat : 30315 (java) S 30309 30311 29370 0 -1 64 6480 0 0 0 32 3 0 0 16 0 13 0 148611246 1836720128 54617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=30311/tid=30316] ppid=30309 vsize=1793672 CPUtime=0.19
/proc/30311/task/30316/stat : 30316 (java) S 30309 30311 29370 0 -1 64 129 0 0 0 11 8 0 0 16 0 13 0 148611249 1836720128 109088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30317] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30317/stat : 30317 (java) S 30309 30311 29370 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148611249 1836720128 109088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30318] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30318/stat : 30318 (java) S 30309 30311 29370 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148611249 1836720128 109088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30319] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30319/stat : 30319 (java) S 30309 30311 29370 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148611253 1836720128 109088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30320] ppid=30309 vsize=1793672 CPUtime=1.43
/proc/30311/task/30320/stat : 30320 (java) S 30309 30311 29370 0 -1 64 6321 0 0 0 140 3 0 0 16 0 13 0 148611253 1836720128 109088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30321] ppid=30309 vsize=1793672 CPUtime=1.82
/proc/30311/task/30321/stat : 30321 (java) S 30309 30311 29370 0 -1 64 7632 0 0 0 179 3 0 0 17 0 13 0 148611253 1836720128 109088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30322] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30322/stat : 30322 (java) S 30309 30311 29370 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148611253 1836720128 109088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30323] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30323/stat : 30323 (java) S 30309 30311 29370 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148611253 1836720128 109088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30324] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30324/stat : 30324 (java) S 30309 30311 29370 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 148611269 1836720128 109088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1564.76
Current children cumulated vsize (KiB) 1793672

[startup+1602.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/90 30326
/proc/meminfo: memFree=1331480/2055920 swapFree=4157140/4192956
[pid=30311] ppid=30309 vsize=1793672 CPUtime=1625.85
/proc/30311/stat : 30311 (java) S 30309 30311 29370 0 -1 0 159974 0 1 0 162484 101 0 0 18 0 13 0 148611244 1836720128 110343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 448418 110343 1332 9 0 446029 0
[pid=30311/tid=30313] ppid=30309 vsize=1793672 CPUtime=1578.59
/proc/30311/task/30313/stat : 30313 (java) R 30309 30311 29370 0 -1 64 63938 0 1 0 157815 44 0 0 25 0 13 0 148611245 1836720128 110343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109527441 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30314] ppid=30309 vsize=1793672 CPUtime=21.89
/proc/30311/task/30314/stat : 30314 (java) S 30309 30311 29370 0 -1 64 43519 0 0 0 2167 22 0 0 16 0 13 0 148611246 1836720128 110343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30315] ppid=30309 vsize=1793672 CPUtime=21.88
/proc/30311/task/30315/stat : 30315 (java) S 30309 30311 29370 0 -1 64 37713 0 0 0 2170 18 0 0 16 0 13 0 148611246 1836720128 110343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30316] ppid=30309 vsize=1793672 CPUtime=0.19
/proc/30311/task/30316/stat : 30316 (java) S 30309 30311 29370 0 -1 64 129 0 0 0 11 8 0 0 16 0 13 0 148611249 1836720128 110343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30317] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30317/stat : 30317 (java) S 30309 30311 29370 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148611249 1836720128 110343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30318] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30318/stat : 30318 (java) S 30309 30311 29370 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148611249 1836720128 110343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30319] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30319/stat : 30319 (java) S 30309 30311 29370 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148611253 1836720128 110343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30320] ppid=30309 vsize=1793672 CPUtime=1.43
/proc/30311/task/30320/stat : 30320 (java) S 30309 30311 29370 0 -1 64 6321 0 0 0 140 3 0 0 16 0 13 0 148611253 1836720128 110343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30321] ppid=30309 vsize=1793672 CPUtime=1.82
/proc/30311/task/30321/stat : 30321 (java) S 30309 30311 29370 0 -1 64 7632 0 0 0 179 3 0 0 17 0 13 0 148611253 1836720128 110343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30322] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30322/stat : 30322 (java) S 30309 30311 29370 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148611253 1836720128 110343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30323] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30323/stat : 30323 (java) S 30309 30311 29370 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148611253 1836720128 110343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30324] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30324/stat : 30324 (java) S 30309 30311 29370 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 148611269 1836720128 110343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1625.85
Current children cumulated vsize (KiB) 1793672

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 30326
/proc/meminfo: memFree=1326744/2055920 swapFree=4157140/4192956
[pid=30311] ppid=30309 vsize=1793672 CPUtime=1686.93
/proc/30311/stat : 30311 (java) S 30309 30311 29370 0 -1 0 161210 0 1 0 168591 102 0 0 18 0 13 0 148611244 1836720128 111476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 448418 111476 1332 9 0 446029 0
[pid=30311/tid=30313] ppid=30309 vsize=1793672 CPUtime=1637.47
/proc/30311/task/30313/stat : 30313 (java) R 30309 30311 29370 0 -1 64 63960 0 1 0 163702 45 0 0 24 0 13 0 148611245 1836720128 111476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109474458 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30314] ppid=30309 vsize=1793672 CPUtime=22.99
/proc/30311/task/30314/stat : 30314 (java) S 30309 30311 29370 0 -1 64 43958 0 0 0 2277 22 0 0 17 0 13 0 148611246 1836720128 111476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30315] ppid=30309 vsize=1793672 CPUtime=22.97
/proc/30311/task/30315/stat : 30315 (java) S 30309 30311 29370 0 -1 64 38488 0 0 0 2279 18 0 0 16 0 13 0 148611246 1836720128 111476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30316] ppid=30309 vsize=1793672 CPUtime=0.19
/proc/30311/task/30316/stat : 30316 (java) S 30309 30311 29370 0 -1 64 129 0 0 0 11 8 0 0 15 0 13 0 148611249 1836720128 111476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30317] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30317/stat : 30317 (java) S 30309 30311 29370 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148611249 1836720128 111476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30318] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30318/stat : 30318 (java) S 30309 30311 29370 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148611249 1836720128 111476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30319] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30319/stat : 30319 (java) S 30309 30311 29370 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148611253 1836720128 111476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30320] ppid=30309 vsize=1793672 CPUtime=1.43
/proc/30311/task/30320/stat : 30320 (java) S 30309 30311 29370 0 -1 64 6321 0 0 0 140 3 0 0 16 0 13 0 148611253 1836720128 111476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30321] ppid=30309 vsize=1793672 CPUtime=1.82
/proc/30311/task/30321/stat : 30321 (java) S 30309 30311 29370 0 -1 64 7632 0 0 0 179 3 0 0 17 0 13 0 148611253 1836720128 111476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30322] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30322/stat : 30322 (java) S 30309 30311 29370 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148611253 1836720128 111476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30323] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30323/stat : 30323 (java) S 30309 30311 29370 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148611253 1836720128 111476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30324] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30324/stat : 30324 (java) S 30309 30311 29370 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 148611269 1836720128 111476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1686.93
Current children cumulated vsize (KiB) 1793672

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 30326
/proc/meminfo: memFree=1322776/2055920 swapFree=4157140/4192956
[pid=30311] ppid=30309 vsize=1793672 CPUtime=1748.02
/proc/30311/stat : 30311 (java) S 30309 30311 29370 0 -1 0 162277 0 1 0 174698 104 0 0 18 0 13 0 148611244 1836720128 112469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 448418 112469 1332 9 0 446029 0
[pid=30311/tid=30313] ppid=30309 vsize=1793672 CPUtime=1696.3
/proc/30311/task/30313/stat : 30313 (java) R 30309 30311 29370 0 -1 64 63982 0 1 0 169585 45 0 0 25 0 13 0 148611245 1836720128 112469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109539206 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30314] ppid=30309 vsize=1793672 CPUtime=24.12
/proc/30311/task/30314/stat : 30314 (java) S 30309 30311 29370 0 -1 64 44439 0 0 0 2389 23 0 0 17 0 13 0 148611246 1836720128 112469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30315] ppid=30309 vsize=1793672 CPUtime=24.1
/proc/30311/task/30315/stat : 30315 (java) S 30309 30311 29370 0 -1 64 39052 0 0 0 2391 19 0 0 16 0 13 0 148611246 1836720128 112469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30316] ppid=30309 vsize=1793672 CPUtime=0.19
/proc/30311/task/30316/stat : 30316 (java) S 30309 30311 29370 0 -1 64 129 0 0 0 11 8 0 0 16 0 13 0 148611249 1836720128 112469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30317] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30317/stat : 30317 (java) S 30309 30311 29370 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148611249 1836720128 112469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30318] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30318/stat : 30318 (java) S 30309 30311 29370 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148611249 1836720128 112469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30319] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30319/stat : 30319 (java) S 30309 30311 29370 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148611253 1836720128 112469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30320] ppid=30309 vsize=1793672 CPUtime=1.43
/proc/30311/task/30320/stat : 30320 (java) S 30309 30311 29370 0 -1 64 6321 0 0 0 140 3 0 0 16 0 13 0 148611253 1836720128 112469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30321] ppid=30309 vsize=1793672 CPUtime=1.82
/proc/30311/task/30321/stat : 30321 (java) S 30309 30311 29370 0 -1 64 7632 0 0 0 179 3 0 0 17 0 13 0 148611253 1836720128 112469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30322] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30322/stat : 30322 (java) S 30309 30311 29370 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148611253 1836720128 112469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30323] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30323/stat : 30323 (java) S 30309 30311 29370 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148611253 1836720128 112469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30324] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30324/stat : 30324 (java) S 30309 30311 29370 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 148611269 1836720128 112469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1748.02
Current children cumulated vsize (KiB) 1793672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1773.4 s]
/proc/loadavg: 1.05 1.02 1.00 2/90 30326
/proc/meminfo: memFree=1319448/2055920 swapFree=4157140/4192956
[pid=30311] ppid=30309 vsize=1793672 CPUtime=1800.08
/proc/30311/stat : 30311 (java) S 30309 30311 29370 0 -1 0 163133 0 1 0 179903 105 0 0 18 0 13 0 148611244 1836720128 113286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 448418 113286 1332 9 0 446029 0
[pid=30311/tid=30313] ppid=30309 vsize=1793672 CPUtime=1746.41
/proc/30311/task/30313/stat : 30313 (java) R 30309 30311 29370 0 -1 64 64001 0 1 0 174595 46 0 0 25 0 13 0 148611245 1836720128 113286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109539206 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30314] ppid=30309 vsize=1793672 CPUtime=25.09
/proc/30311/task/30314/stat : 30314 (java) S 30309 30311 29370 0 -1 64 44717 0 0 0 2486 23 0 0 16 0 13 0 148611246 1836720128 113286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30315] ppid=30309 vsize=1793672 CPUtime=25.08
/proc/30311/task/30315/stat : 30315 (java) S 30309 30311 29370 0 -1 64 39611 0 0 0 2489 19 0 0 16 0 13 0 148611246 1836720128 113286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30316] ppid=30309 vsize=1793672 CPUtime=0.2
/proc/30311/task/30316/stat : 30316 (java) S 30309 30311 29370 0 -1 64 129 0 0 0 12 8 0 0 16 0 13 0 148611249 1836720128 113286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30317] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30317/stat : 30317 (java) S 30309 30311 29370 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 148611249 1836720128 113286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30318] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30318/stat : 30318 (java) S 30309 30311 29370 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148611249 1836720128 113286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30319] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30319/stat : 30319 (java) S 30309 30311 29370 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148611253 1836720128 113286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30320] ppid=30309 vsize=1793672 CPUtime=1.43
/proc/30311/task/30320/stat : 30320 (java) S 30309 30311 29370 0 -1 64 6321 0 0 0 140 3 0 0 16 0 13 0 148611253 1836720128 113286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30321] ppid=30309 vsize=1793672 CPUtime=1.82
/proc/30311/task/30321/stat : 30321 (java) S 30309 30311 29370 0 -1 64 7632 0 0 0 179 3 0 0 17 0 13 0 148611253 1836720128 113286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30311/tid=30322] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30322/stat : 30322 (java) S 30309 30311 29370 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148611253 1836720128 113286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30323] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30323/stat : 30323 (java) S 30309 30311 29370 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 148611253 1836720128 113286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30311/tid=30324] ppid=30309 vsize=1793672 CPUtime=0
/proc/30311/task/30324/stat : 30324 (java) S 30309 30311 29370 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 148611269 1836720128 113286 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1793672

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

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

[startup+1773.51 s]
/proc/loadavg: 1.05 1.02 1.00 2/90 30326
/proc/meminfo: memFree=1319448/2055920 swapFree=4157140/4192956
[pid=30311] ppid=30309 vsize=0 CPUtime=1800.19
/proc/30311/stat : 30311 (java) Z 30309 30311 29370 0 -1 1036 163154 0 1 0 179909 110 0 0 16 0 2 0 148611244 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30311/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1773.53
CPU time (s): 1800.22
CPU user time (s): 1799.1
CPU system time (s): 1.12483
CPU usage (%): 101.505
Max. virtual memory (cumulated for all children) (KiB): 1799184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.12483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163154
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= 42767
involuntary context switches= 54800

runsolver used 1.77973 second user time and 4.76128 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Thu Apr 19 18:22:36 UTC 2007

IDJOB= 362131
IDBENCH= 1508
IDSOLVER= 164
FILE ID= node30/362131-1177006956

PBS_JOBID= 4630488

Free space on /tmp= 66393 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-enigma.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362131-1177006956/sat4jPseudoCPClause.jar /tmp/evaluation/362131-1177006956/instance-362131-1177006956.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-362131-1177006956 -o ROOT/results/node30/solver-362131-1177006956 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362131-1177006956/sat4jPseudoCPClause.jar /tmp/evaluation/362131-1177006956/instance-362131-1177006956.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  40c4ca45f28cf4c12979bc2b22100ada

RANDOM SEED= 875874532

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node30.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.218
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.218
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:       1769560 kB
Buffers:         36796 kB
Cached:         181884 kB
SwapCached:      15104 kB
Active:          89120 kB
Inactive:       154544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1769560 kB
SwapTotal:     4192956 kB
SwapFree:      4157140 kB
Dirty:            3764 kB
Writeback:           0 kB
Mapped:          32180 kB
Slab:            28252 kB
Committed_AS:  2867204 kB
PageTables:       1784 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= 66393 MiB

End job on node30 on Thu Apr 19 18:52:11 UTC 2007