Trace number 348944

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.23 1755.86

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-roll3000.opb
MD5SUM96d9927730c8b8baae8e5c668115210d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark273432
Best CPU time to get the best result obtained on this benchmark1800.43
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 273432
Optimality of the best value was proved NO
Number of variables8902
Total number of constraints2864
Number of constraints which are clauses143
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints2690
Minimum length of a constraint2
Maximum length of a constraint2407
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 526135
Number of bits of the biggest sum of numbers20
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.21	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.21	--- Begin Solver configuration ---
0.20/0.21	c Stops conflict analysis at the first Unique Implication Point
0.20/0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.21	c Learn all clauses as in MiniSAT
0.20/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.21	c No reason simplification
0.20/0.21	c --- End Solver configuration ---
0.20/0.21	c Simplify asserted PB constraints to clauses
0.20/0.21	c solving /tmp/evaluation/348944-1176610962/instance-348944-1176610962.opb
0.20/0.21	c reading problem ... 
2.71/1.74	c ... done. Wall clock time 1.534s.
2.71/1.74	c CPU time (experimental) 1.18s.
2.71/1.74	c #vars     8902
2.71/1.74	c #constraints  3038
1800.07/1755.71	c starts		: 2
1800.07/1755.71	c conflicts		: 65881
1800.07/1755.71	c decisions		: 133463
1800.07/1755.71	c propagations		: 1122519
1800.07/1755.71	c inspects		: 586524162
1800.07/1755.71	c learnt literals	: 0
1800.07/1755.71	c learnt binary clauses	: 0
1800.07/1755.71	c learnt ternary clauses	: 0
1800.07/1755.71	c learnt clauses	: 65881
1800.07/1755.71	c root simplifications	: 0
1800.07/1755.71	c removed literals (reason simplification)	: 0
1800.07/1755.71	c reason swapping (by a shorter reason)	: 0
1800.07/1755.71	c Calls to reduceDB	: 0
1800.07/1755.71	c speed (decisions/second)	: 76.09281906553778
1800.07/1755.71	c non guided choices	93
1800.07/1755.71	s UNKNOWN
1800.07/1755.71	c Total wall clock time (ms): 1755.507

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/node63/watcher-348944-1176610962 -o ROOT/results/node63/solver-348944-1176610962 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348944-1176610962/sat4jPseudoCPClause.jar /tmp/evaluation/348944-1176610962/instance-348944-1176610962.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.92 1.01 0.99 3/64 17207
/proc/meminfo: memFree=1713524/2055920 swapFree=4191892/4192956
[pid=17207] ppid=17205 vsize=18568 CPUtime=0
/proc/17207/stat : 17207 (runsolver) R 17205 17207 16880 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 137086095 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 247254805799 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17207/statm: 4642 292 257 24 0 2626 0

[startup+0.0556399 s]
/proc/loadavg: 0.92 1.01 0.99 3/64 17207
/proc/meminfo: memFree=1713524/2055920 swapFree=4191892/4192956
[pid=17207] ppid=17205 vsize=1777060 CPUtime=0.03
/proc/17207/stat : 17207 (java) S 17205 17207 16880 0 -1 0 3525 0 1 0 2 1 0 0 18 0 5 0 137086095 1819709440 3269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/17207/statm: 444265 3269 1046 9 0 441901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1777060

[startup+0.102645 s]
/proc/loadavg: 0.92 1.01 0.99 3/64 17207
/proc/meminfo: memFree=1713524/2055920 swapFree=4191892/4192956
[pid=17207] ppid=17205 vsize=1780112 CPUtime=0.08
/proc/17207/stat : 17207 (java) S 17205 17207 16880 0 -1 0 3974 0 1 0 6 2 0 0 18 0 12 0 137086095 1822834688 3715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17207/statm: 445028 3715 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301666 s]
/proc/loadavg: 0.92 1.01 0.99 3/64 17207
/proc/meminfo: memFree=1713524/2055920 swapFree=4191892/4192956
[pid=17207] ppid=17205 vsize=1781412 CPUtime=0.31
/proc/17207/stat : 17207 (java) S 17205 17207 16880 0 -1 0 5203 0 1 0 28 3 0 0 18 0 12 0 137086095 1824165888 4941 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17207/statm: 445353 4941 1264 9 0 442964 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781412

[startup+0.701709 s]
/proc/loadavg: 0.92 1.01 0.99 3/64 17207
/proc/meminfo: memFree=1713524/2055920 swapFree=4191892/4192956
[pid=17207] ppid=17205 vsize=1783764 CPUtime=0.92
/proc/17207/stat : 17207 (java) S 17205 17207 16880 0 -1 0 7571 0 1 0 88 4 0 0 18 0 12 0 137086095 1826574336 7076 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17207/statm: 445941 7076 1309 9 0 443552 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1783764

[startup+1.5028 s]
/proc/loadavg: 0.92 1.01 0.99 4/76 17219
/proc/meminfo: memFree=1682900/2055920 swapFree=4191892/4192956
[pid=17207] ppid=17205 vsize=1794952 CPUtime=2.5
/proc/17207/stat : 17207 (java) S 17205 17207 16880 0 -1 0 23493 0 1 0 238 12 0 0 18 0 12 0 137086095 1838030848 18701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17207/statm: 448738 18701 1310 9 0 446349 0
[pid=17207/tid=17209] ppid=17205 vsize=1794952 CPUtime=0.95
/proc/17207/task/17209/stat : 17209 (java) R 17205 17207 16880 0 -1 64 14774 0 1 0 87 8 0 0 19 0 12 0 137086096 1838030848 18701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17210] ppid=17205 vsize=1794952 CPUtime=0
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 16880 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 137086098 1838030848 18701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17211] ppid=17205 vsize=1794952 CPUtime=0
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 16880 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 137086098 1838030848 18701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17212] ppid=17205 vsize=1794952 CPUtime=0
/proc/17207/task/17212/stat : 17212 (java) S 17205 17207 16880 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 137086100 1838030848 18701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=1794952 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 16880 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 137086101 1838030848 18701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=1794952 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 16880 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 137086101 1838030848 18701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=1794952 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 16880 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 137086104 1838030848 18701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=1794952 CPUtime=0.9
/proc/17207/task/17216/stat : 17216 (java) R 17205 17207 16880 0 -1 64 4655 0 0 0 88 2 0 0 18 0 12 0 137086104 1838030848 18701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105303308 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17217] ppid=17205 vsize=1794952 CPUtime=0.61
/proc/17207/task/17217/stat : 17217 (java) R 17205 17207 16880 0 -1 64 3341 0 0 0 61 0 0 0 16 0 12 0 137086104 1838030848 18701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104641072 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17218] ppid=17205 vsize=1794952 CPUtime=0
/proc/17207/task/17218/stat : 17218 (java) S 17205 17207 16880 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 137086104 1838030848 18701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17219] ppid=17205 vsize=1794952 CPUtime=0
/proc/17207/task/17219/stat : 17219 (java) S 17205 17207 16880 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 137086105 1838030848 18701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 1794952

[startup+3.10197 s]
/proc/loadavg: 0.92 1.01 0.99 4/77 17220
/proc/meminfo: memFree=1605324/2055920 swapFree=4191892/4192956
[pid=17207] ppid=17205 vsize=1794752 CPUtime=4.82
/proc/17207/stat : 17207 (java) S 17205 17207 16880 0 -1 0 52455 0 1 0 458 24 0 0 18 0 13 0 137086095 1837826048 44153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17207/statm: 448688 44153 1331 9 0 446299 0
[pid=17207/tid=17209] ppid=17205 vsize=1794752 CPUtime=2.23
/proc/17207/task/17209/stat : 17209 (java) R 17205 17207 16880 0 -1 64 37718 0 1 0 205 18 0 0 20 0 13 0 137086096 1837826048 44153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109857103 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17210] ppid=17205 vsize=1794752 CPUtime=0.04
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 16880 0 -1 64 1275 0 0 0 4 0 0 0 16 0 13 0 137086098 1837826048 44153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17211] ppid=17205 vsize=1794752 CPUtime=0.03
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 16880 0 -1 64 1117 0 0 0 3 0 0 0 16 0 13 0 137086098 1837826048 44153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17212] ppid=17205 vsize=1794752 CPUtime=0
/proc/17207/task/17212/stat : 17212 (java) S 17205 17207 16880 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 137086100 1837826048 44153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=1794752 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 16880 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 137086101 1837826048 44153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=1794752 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 16880 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 137086101 1837826048 44153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=1794752 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 16880 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 137086104 1837826048 44153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=1794752 CPUtime=1.38
/proc/17207/task/17216/stat : 17216 (java) S 17205 17207 16880 0 -1 64 5684 0 0 0 135 3 0 0 16 0 13 0 137086104 1837826048 44153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17217] ppid=17205 vsize=1794752 CPUtime=1.09
/proc/17207/task/17217/stat : 17217 (java) R 17205 17207 16880 0 -1 64 5931 0 0 0 108 1 0 0 16 0 13 0 137086104 1837826048 44153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105305931 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17218] ppid=17205 vsize=1794752 CPUtime=0
/proc/17207/task/17218/stat : 17218 (java) S 17205 17207 16880 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 137086104 1837826048 44153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17219] ppid=17205 vsize=1794752 CPUtime=0
/proc/17207/task/17219/stat : 17219 (java) S 17205 17207 16880 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 137086105 1837826048 44153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17220] ppid=17205 vsize=1794752 CPUtime=0
/proc/17207/task/17220/stat : 17220 (java) S 17205 17207 16880 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 137086277 1837826048 44153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 1794752

[startup+6.3023 s]
/proc/loadavg: 0.93 1.01 0.99 2/77 17220
/proc/meminfo: memFree=1529420/2055920 swapFree=4191892/4192956
[pid=17207] ppid=17205 vsize=1794752 CPUtime=8.97
/proc/17207/stat : 17207 (java) S 17205 17207 16880 0 -1 0 62605 0 1 0 868 29 0 0 18 0 13 0 137086095 1837826048 47405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17207/statm: 448688 47405 1331 9 0 446299 0
[pid=17207/tid=17209] ppid=17205 vsize=1794752 CPUtime=4.98
/proc/17207/task/17209/stat : 17209 (java) R 17205 17207 16880 0 -1 64 37725 0 1 0 480 18 0 0 17 0 13 0 137086096 1837826048 47405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109864578 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17210] ppid=17205 vsize=1794752 CPUtime=0.25
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 16880 0 -1 64 4069 0 0 0 23 2 0 0 16 0 13 0 137086098 1837826048 47405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17211] ppid=17205 vsize=1794752 CPUtime=0.25
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 16880 0 -1 64 4182 0 0 0 24 1 0 0 16 0 13 0 137086098 1837826048 47405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17212] ppid=17205 vsize=1794752 CPUtime=0
/proc/17207/task/17212/stat : 17212 (java) S 17205 17207 16880 0 -1 64 28 0 0 0 0 0 0 0 15 0 13 0 137086100 1837826048 47405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=1794752 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 16880 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 137086101 1837826048 47405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=1794752 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 16880 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 137086101 1837826048 47405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=1794752 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 16880 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 137086104 1837826048 47405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=1794752 CPUtime=2.15
/proc/17207/task/17216/stat : 17216 (java) S 17205 17207 16880 0 -1 64 9942 0 0 0 211 4 0 0 16 0 13 0 137086104 1837826048 47405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17217] ppid=17205 vsize=1794752 CPUtime=1.28
/proc/17207/task/17217/stat : 17217 (java) S 17205 17207 16880 0 -1 64 5936 0 0 0 127 1 0 0 16 0 13 0 137086104 1837826048 47405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17218] ppid=17205 vsize=1794752 CPUtime=0
/proc/17207/task/17218/stat : 17218 (java) S 17205 17207 16880 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 137086104 1837826048 47405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17219] ppid=17205 vsize=1794752 CPUtime=0
/proc/17207/task/17219/stat : 17219 (java) S 17205 17207 16880 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 137086105 1837826048 47405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17220] ppid=17205 vsize=1794752 CPUtime=0
/proc/17207/task/17220/stat : 17220 (java) S 17205 17207 16880 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 137086277 1837826048 47405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.97
Current children cumulated vsize (KiB) 1794752

[startup+12.702 s]
/proc/loadavg: 0.93 1.01 0.99 2/77 17220
/proc/meminfo: memFree=1511372/2055920 swapFree=4191892/4192956
[pid=17207] ppid=17205 vsize=1794724 CPUtime=15.46
/proc/17207/stat : 17207 (java) S 17205 17207 16880 0 -1 0 67528 0 1 0 1515 31 0 0 18 0 13 0 137086095 1837797376 51677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17207/statm: 448681 51677 1331 9 0 446292 0
[pid=17207/tid=17209] ppid=17205 vsize=1794724 CPUtime=11.27
/proc/17207/task/17209/stat : 17209 (java) R 17205 17207 16880 0 -1 64 37883 0 1 0 1109 18 0 0 17 0 13 0 137086096 1837797376 51677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109557480 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17210] ppid=17205 vsize=1794724 CPUtime=0.35
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 16880 0 -1 64 6700 0 0 0 32 3 0 0 16 0 13 0 137086098 1837797376 51677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17211] ppid=17205 vsize=1794724 CPUtime=0.35
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 16880 0 -1 64 6316 0 0 0 33 2 0 0 16 0 13 0 137086098 1837797376 51677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17212] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17212/stat : 17212 (java) S 17205 17207 16880 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 137086100 1837797376 51677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 16880 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 137086101 1837797376 51677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 16880 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 137086101 1837797376 51677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 16880 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 137086104 1837797376 51677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=1794724 CPUtime=2.15
/proc/17207/task/17216/stat : 17216 (java) S 17205 17207 16880 0 -1 64 9942 0 0 0 211 4 0 0 16 0 13 0 137086104 1837797376 51677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17217] ppid=17205 vsize=1794724 CPUtime=1.28
/proc/17207/task/17217/stat : 17217 (java) S 17205 17207 16880 0 -1 64 5936 0 0 0 127 1 0 0 16 0 13 0 137086104 1837797376 51677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17218] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17218/stat : 17218 (java) S 17205 17207 16880 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 137086104 1837797376 51677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17219] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17219/stat : 17219 (java) S 17205 17207 16880 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 137086105 1837797376 51677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17220] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17220/stat : 17220 (java) S 17205 17207 16880 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 137086277 1837797376 51677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.46
Current children cumulated vsize (KiB) 1794724

[startup+25.5023 s]
/proc/loadavg: 0.95 1.01 0.99 2/77 17220
/proc/meminfo: memFree=1516812/2055920 swapFree=4191892/4192956
[pid=17207] ppid=17205 vsize=1794724 CPUtime=28.43
/proc/17207/stat : 17207 (java) S 17205 17207 16880 0 -1 0 69849 0 1 0 2811 32 0 0 18 0 13 0 137086095 1837797376 49524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17207/statm: 448681 49524 1331 9 0 446292 0
[pid=17207/tid=17209] ppid=17205 vsize=1794724 CPUtime=23.93
/proc/17207/task/17209/stat : 17209 (java) R 17205 17207 16880 0 -1 64 37900 0 1 0 2375 18 0 0 25 0 13 0 137086096 1837797376 49524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109557817 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17210] ppid=17205 vsize=1794724 CPUtime=0.46
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 16880 0 -1 64 7900 0 0 0 43 3 0 0 16 0 13 0 137086098 1837797376 49524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17211] ppid=17205 vsize=1794724 CPUtime=0.46
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 16880 0 -1 64 7401 0 0 0 44 2 0 0 16 0 13 0 137086098 1837797376 49524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17212] ppid=17205 vsize=1794724 CPUtime=0.01
/proc/17207/task/17212/stat : 17212 (java) S 17205 17207 16880 0 -1 64 47 0 0 0 1 0 0 0 16 0 13 0 137086100 1837797376 49524 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=17207/tid=17212] ppid=17205 vsize=1794724 CPUtime=0.18
/proc/17207/task/17212/stat : 17212 (java) S 17205 17207 16880 0 -1 64 88 0 0 0 12 6 0 0 16 0 13 0 137086100 1837797376 151918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 16880 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 137086101 1837797376 151918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 16880 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 137086101 1837797376 151918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 16880 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 137086104 1837797376 151918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=1794724 CPUtime=2.3
/proc/17207/task/17216/stat : 17216 (java) S 17205 17207 16880 0 -1 64 9945 0 0 0 226 4 0 0 17 0 13 0 137086104 1837797376 151918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17217] ppid=17205 vsize=1794724 CPUtime=1.39
/proc/17207/task/17217/stat : 17217 (java) S 17205 17207 16880 0 -1 64 5936 0 0 0 138 1 0 0 17 0 13 0 137086104 1837797376 151918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17218] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17218/stat : 17218 (java) S 17205 17207 16880 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 137086104 1837797376 151918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17219] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17219/stat : 17219 (java) S 17205 17207 16880 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 137086105 1837797376 151918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17220] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17220/stat : 17220 (java) S 17205 17207 16880 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 137086277 1837797376 151918 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1579.92
Current children cumulated vsize (KiB) 1794724

[startup+1602.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/77 17222
/proc/meminfo: memFree=1099788/2055920 swapFree=4191892/4192956
[pid=17207] ppid=17205 vsize=1794724 CPUtime=1641.77
/proc/17207/stat : 17207 (java) S 17205 17207 16880 0 -1 0 199406 0 1 0 164073 104 0 0 18 0 13 0 137086095 1837797376 154192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17207/statm: 448681 154192 1333 9 0 446292 0
[pid=17207/tid=17209] ppid=17205 vsize=1794724 CPUtime=1562.63
/proc/17207/task/17209/stat : 17209 (java) R 17205 17207 16880 0 -1 64 54834 0 1 0 156236 27 0 0 25 0 13 0 137086096 1837797376 154192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109737521 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17210] ppid=17205 vsize=1794724 CPUtime=37.58
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 16880 0 -1 64 74130 0 0 0 3723 35 0 0 16 0 13 0 137086098 1837797376 154192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17211] ppid=17205 vsize=1794724 CPUtime=37.62
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 16880 0 -1 64 53750 0 0 0 3735 27 0 0 16 0 13 0 137086098 1837797376 154192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17212] ppid=17205 vsize=1794724 CPUtime=0.19
/proc/17207/task/17212/stat : 17212 (java) S 17205 17207 16880 0 -1 64 88 0 0 0 12 7 0 0 16 0 13 0 137086100 1837797376 154192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 16880 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 137086101 1837797376 154192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 16880 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 137086101 1837797376 154192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 16880 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 137086104 1837797376 154192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=1794724 CPUtime=2.3
/proc/17207/task/17216/stat : 17216 (java) S 17205 17207 16880 0 -1 64 9945 0 0 0 226 4 0 0 17 0 13 0 137086104 1837797376 154192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17217] ppid=17205 vsize=1794724 CPUtime=1.39
/proc/17207/task/17217/stat : 17217 (java) S 17205 17207 16880 0 -1 64 5936 0 0 0 138 1 0 0 17 0 13 0 137086104 1837797376 154192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17218] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17218/stat : 17218 (java) S 17205 17207 16880 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 137086104 1837797376 154192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17219] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17219/stat : 17219 (java) S 17205 17207 16880 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 137086105 1837797376 154192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17220] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17220/stat : 17220 (java) S 17205 17207 16880 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 137086277 1837797376 154192 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1641.77
Current children cumulated vsize (KiB) 1794724

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 17222
/proc/meminfo: memFree=1092044/2055920 swapFree=4191892/4192956
[pid=17207] ppid=17205 vsize=1794724 CPUtime=1703.67
/proc/17207/stat : 17207 (java) S 17205 17207 16880 0 -1 0 201451 0 1 0 170263 104 0 0 18 0 13 0 137086095 1837797376 156119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17207/statm: 448681 156119 1333 9 0 446292 0
[pid=17207/tid=17209] ppid=17205 vsize=1794724 CPUtime=1620.66
/proc/17207/task/17209/stat : 17209 (java) R 17205 17207 16880 0 -1 64 54856 0 1 0 162039 27 0 0 25 0 13 0 137086096 1837797376 156119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109717794 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17210] ppid=17205 vsize=1794724 CPUtime=39.51
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 16880 0 -1 64 75575 0 0 0 3916 35 0 0 16 0 13 0 137086098 1837797376 156119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17211] ppid=17205 vsize=1794724 CPUtime=39.55
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 16880 0 -1 64 54328 0 0 0 3928 27 0 0 17 0 13 0 137086098 1837797376 156119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17212] ppid=17205 vsize=1794724 CPUtime=0.2
/proc/17207/task/17212/stat : 17212 (java) S 17205 17207 16880 0 -1 64 88 0 0 0 13 7 0 0 15 0 13 0 137086100 1837797376 156119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 16880 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 137086101 1837797376 156119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 16880 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 137086101 1837797376 156119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 16880 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 137086104 1837797376 156119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=1794724 CPUtime=2.3
/proc/17207/task/17216/stat : 17216 (java) S 17205 17207 16880 0 -1 64 9945 0 0 0 226 4 0 0 17 0 13 0 137086104 1837797376 156119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17217] ppid=17205 vsize=1794724 CPUtime=1.39
/proc/17207/task/17217/stat : 17217 (java) S 17205 17207 16880 0 -1 64 5936 0 0 0 138 1 0 0 17 0 13 0 137086104 1837797376 156119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17218] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17218/stat : 17218 (java) S 17205 17207 16880 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 137086104 1837797376 156119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17219] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17219/stat : 17219 (java) S 17205 17207 16880 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 137086105 1837797376 156119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17220] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17220/stat : 17220 (java) S 17205 17207 16880 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 137086277 1837797376 156119 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1703.67
Current children cumulated vsize (KiB) 1794724

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 17222
/proc/meminfo: memFree=1084940/2055920 swapFree=4191892/4192956
[pid=17207] ppid=17205 vsize=1794724 CPUtime=1765.57
/proc/17207/stat : 17207 (java) S 17205 17207 16880 0 -1 0 203266 0 1 0 176451 106 0 0 18 0 13 0 137086095 1837797376 157868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17207/statm: 448681 157868 1333 9 0 446292 0
[pid=17207/tid=17209] ppid=17205 vsize=1794724 CPUtime=1678.71
/proc/17207/task/17209/stat : 17209 (java) R 17205 17207 16880 0 -1 64 54877 0 1 0 167844 27 0 0 25 0 13 0 137086096 1837797376 157868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109717794 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17210] ppid=17205 vsize=1794724 CPUtime=41.44
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 16880 0 -1 64 76255 0 0 0 4108 36 0 0 16 0 13 0 137086098 1837797376 157868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17211] ppid=17205 vsize=1794724 CPUtime=41.47
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 16880 0 -1 64 55442 0 0 0 4120 27 0 0 16 0 13 0 137086098 1837797376 157868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17212] ppid=17205 vsize=1794724 CPUtime=0.2
/proc/17207/task/17212/stat : 17212 (java) S 17205 17207 16880 0 -1 64 88 0 0 0 13 7 0 0 16 0 13 0 137086100 1837797376 157868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 16880 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 137086101 1837797376 157868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 16880 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 137086101 1837797376 157868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 16880 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 137086104 1837797376 157868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=1794724 CPUtime=2.3
/proc/17207/task/17216/stat : 17216 (java) S 17205 17207 16880 0 -1 64 9945 0 0 0 226 4 0 0 17 0 13 0 137086104 1837797376 157868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17217] ppid=17205 vsize=1794724 CPUtime=1.39
/proc/17207/task/17217/stat : 17217 (java) S 17205 17207 16880 0 -1 64 5936 0 0 0 138 1 0 0 17 0 13 0 137086104 1837797376 157868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17218] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17218/stat : 17218 (java) S 17205 17207 16880 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 137086104 1837797376 157868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17219] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17219/stat : 17219 (java) S 17205 17207 16880 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 137086105 1837797376 157868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17220] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17220/stat : 17220 (java) S 17205 17207 16880 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 137086277 1837797376 157868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1765.57
Current children cumulated vsize (KiB) 1794724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1755.7 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 17222
/proc/meminfo: memFree=1080908/2055920 swapFree=4191892/4192956
[pid=17207] ppid=17205 vsize=1794724 CPUtime=1800.07
/proc/17207/stat : 17207 (java) S 17205 17207 16880 0 -1 0 204313 0 1 0 179900 107 0 0 18 0 13 0 137086095 1837797376 158871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17207/statm: 448681 158871 1333 9 0 446292 0
[pid=17207/tid=17209] ppid=17205 vsize=1794724 CPUtime=1711
/proc/17207/task/17209/stat : 17209 (java) R 17205 17207 16880 0 -1 64 54889 0 1 0 171073 27 0 0 25 0 13 0 137086096 1837797376 158871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109717794 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17210] ppid=17205 vsize=1794724 CPUtime=42.54
/proc/17207/task/17210/stat : 17210 (java) S 17205 17207 16880 0 -1 64 76619 0 0 0 4218 36 0 0 16 0 13 0 137086098 1837797376 158871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17211] ppid=17205 vsize=1794724 CPUtime=42.58
/proc/17207/task/17211/stat : 17211 (java) S 17205 17207 16880 0 -1 64 56113 0 0 0 4230 28 0 0 16 0 13 0 137086098 1837797376 158871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17212] ppid=17205 vsize=1794724 CPUtime=0.2
/proc/17207/task/17212/stat : 17212 (java) S 17205 17207 16880 0 -1 64 88 0 0 0 13 7 0 0 16 0 13 0 137086100 1837797376 158871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17213] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17213/stat : 17213 (java) S 17205 17207 16880 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 137086101 1837797376 158871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17214] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17214/stat : 17214 (java) S 17205 17207 16880 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 137086101 1837797376 158871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17215] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17215/stat : 17215 (java) S 17205 17207 16880 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 137086104 1837797376 158871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17216] ppid=17205 vsize=1794724 CPUtime=2.3
/proc/17207/task/17216/stat : 17216 (java) S 17205 17207 16880 0 -1 64 9945 0 0 0 226 4 0 0 17 0 13 0 137086104 1837797376 158871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17217] ppid=17205 vsize=1794724 CPUtime=1.39
/proc/17207/task/17217/stat : 17217 (java) S 17205 17207 16880 0 -1 64 5936 0 0 0 138 1 0 0 17 0 13 0 137086104 1837797376 158871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17218] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17218/stat : 17218 (java) S 17205 17207 16880 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 137086104 1837797376 158871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17207/tid=17219] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17219/stat : 17219 (java) S 17205 17207 16880 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 137086105 1837797376 158871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17207/tid=17220] ppid=17205 vsize=1794724 CPUtime=0
/proc/17207/task/17220/stat : 17220 (java) S 17205 17207 16880 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 137086277 1837797376 158871 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1794724

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

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

[startup+1755.81 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 17222
/proc/meminfo: memFree=1080908/2055920 swapFree=4191892/4192956
[pid=17207] ppid=17205 vsize=0 CPUtime=1800.18
/proc/17207/stat : 17207 (java) Z 17205 17207 16880 0 -1 1036 204333 0 1 0 179906 112 0 0 15 0 2 0 137086095 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17207/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1755.86
CPU time (s): 1800.23
CPU user time (s): 1799.06
CPU system time (s): 1.16782
CPU usage (%): 102.527
Max. virtual memory (cumulated for all children) (KiB): 1799384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 1.16782
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204333
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= 42122
involuntary context switches= 38952

runsolver used 1.62475 second user time and 4.78927 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Sun Apr 15 04:22:42 UTC 2007

IDJOB= 348944
IDBENCH= 1795
IDSOLVER= 164
FILE ID= node63/348944-1176610962

PBS_JOBID= 4557060

Free space on /tmp= 66560 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  96d9927730c8b8baae8e5c668115210d

RANDOM SEED= 386154823

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node63.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.232
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.232
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:       1713932 kB
Buffers:         45172 kB
Cached:         175424 kB
SwapCached:        268 kB
Active:         116528 kB
Inactive:       121596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713932 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            4512 kB
Writeback:           0 kB
Mapped:          25148 kB
Slab:            89880 kB
Committed_AS:   697672 kB
PageTables:       1460 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= 66560 MiB

End job on node63 on Sun Apr 15 04:52:00 UTC 2007