Trace number 354515

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
sat4jPseudoCP 2007-03-23? (TO) 1800.15 1753.93

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_15.opb
MD5SUMb4a219bc21641bf0d46eae2692004ebe
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark176
Best CPU time to get the best result obtained on this benchmark1782.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 176
Optimality of the best value was proved NO
Number of variables4320
Total number of constraints8414
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8414
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1469
Number of bits of the biggest sum of numbers11
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.06/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.18	c no version file found!!!
0.06/0.18	c sun.arch.data.model	32
0.06/0.18	c java.version	1.6.0
0.06/0.18	c os.name	Linux
0.06/0.18	c os.version	2.6.9-34.ELsmp
0.06/0.18	c os.arch	i386
0.06/0.18	c Free memory 1651659224
0.06/0.18	c Max memory 1654456320
0.06/0.18	c Total memory 1654456320
0.06/0.18	c Number of processors 2
0.15/0.23	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.15/0.23	--- Begin Solver configuration ---
0.15/0.23	c Stops conflict analysis at the first Unique Implication Point
0.15/0.23	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.15/0.23	c Learn all clauses as in MiniSAT
0.15/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.15/0.23	c VSIDS like heuristics from MiniSAT using a heap
0.15/0.23	c No reason simplification
0.15/0.23	c --- End Solver configuration ---
0.15/0.23	c solving /tmp/evaluation/354515-1176717873/instance-354515-1176717873.opb
0.15/0.23	c reading problem ... 
3.71/2.75	c ... done. Wall clock time 2.521s.
3.71/2.75	c CPU time (experimental) 1.89s.
3.71/2.75	c #vars     4320
3.71/2.75	c #constraints  8414
1800.01/1753.81	c starts		: 2
1800.01/1753.81	c conflicts		: 71903
1800.01/1753.81	c decisions		: 89245
1800.01/1753.81	c propagations		: 5870501
1800.01/1753.81	c inspects		: 728733224
1800.01/1753.81	c learnt literals	: 0
1800.01/1753.81	c learnt binary clauses	: 0
1800.01/1753.81	c learnt ternary clauses	: 0
1800.01/1753.81	c learnt clauses	: 71902
1800.01/1753.81	c root simplifications	: 0
1800.01/1753.81	c removed literals (reason simplification)	: 0
1800.01/1753.81	c reason swapping (by a shorter reason)	: 0
1800.01/1753.81	c Calls to reduceDB	: 0
1800.01/1753.81	c speed (decisions/second)	: 50.96673755770843
1800.01/1753.81	c non guided choices	9
1800.01/1753.81	s UNKNOWN
1800.01/1753.81	c Total wall clock time (ms): 1753.577

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/node87/watcher-354515-1176717873 -o ROOT/results/node87/solver-354515-1176717873 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354515-1176717873/sat4jPseudoCP.jar /tmp/evaluation/354515-1176717873/instance-354515-1176717873.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 8755
/proc/meminfo: memFree=1758376/2055888 swapFree=4096420/4096564
[pid=8755] ppid=8753 vsize=18572 CPUtime=0
/proc/8755/stat : 8755 (runsolver) R 8753 8755 7927 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 147755339 19017728 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 230047675415 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/8755/statm: 4643 292 257 24 0 2626 0

[startup+0.104482 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 8755
/proc/meminfo: memFree=1758376/2055888 swapFree=4096420/4096564
[pid=8755] ppid=8753 vsize=1777848 CPUtime=0.06
/proc/8755/stat : 8755 (java) S 8753 8755 7927 0 -1 0 3807 0 1 0 4 2 0 0 18 0 7 0 147755339 1820516352 3553 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/8755/statm: 444462 3553 1089 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777848

[startup+0.201492 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 8755
/proc/meminfo: memFree=1758376/2055888 swapFree=4096420/4096564
[pid=8755] ppid=8753 vsize=1780736 CPUtime=0.15
/proc/8755/stat : 8755 (java) S 8753 8755 7927 0 -1 0 4565 0 1 0 12 3 0 0 18 0 12 0 147755339 1823473664 4307 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8755/statm: 445184 4313 1239 9 0 442795 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 1780736

[startup+0.301504 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 8755
/proc/meminfo: memFree=1758376/2055888 swapFree=4096420/4096564
[pid=8755] ppid=8753 vsize=1781396 CPUtime=0.27
/proc/8755/stat : 8755 (java) S 8753 8755 7927 0 -1 0 5068 0 1 0 24 3 0 0 18 0 12 0 147755339 1824149504 4810 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8755/statm: 445349 4811 1264 9 0 442960 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 1781396

[startup+0.701555 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 8755
/proc/meminfo: memFree=1758376/2055888 swapFree=4096420/4096564
[pid=8755] ppid=8753 vsize=1785532 CPUtime=0.92
/proc/8755/stat : 8755 (java) S 8753 8755 7927 0 -1 0 7363 0 1 0 87 5 0 0 18 0 12 0 147755339 1828384768 6735 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8755/statm: 446383 6735 1309 9 0 443994 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1785532

[startup+1.50263 s]
/proc/loadavg: 1.00 1.00 1.00 4/79 8767
/proc/meminfo: memFree=1723336/2055888 swapFree=4096420/4096564
[pid=8755] ppid=8753 vsize=1794576 CPUtime=2.41
/proc/8755/stat : 8755 (java) S 8753 8755 7927 0 -1 0 21921 0 1 0 230 11 0 0 18 0 12 0 147755339 1837645824 15677 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8755/statm: 448644 15678 1312 9 0 446255 0
[pid=8755/tid=8757] ppid=8753 vsize=1794576 CPUtime=0.73
/proc/8755/task/8757/stat : 8757 (java) R 8753 8755 7927 0 -1 64 11517 0 1 0 66 7 0 0 24 0 12 0 147755342 1837645824 15679 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109563639 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8758] ppid=8753 vsize=1794576 CPUtime=0
/proc/8755/task/8758/stat : 8758 (java) S 8753 8755 7927 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 147755344 1837645824 15680 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8759] ppid=8753 vsize=1794576 CPUtime=0
/proc/8755/task/8759/stat : 8759 (java) S 8753 8755 7927 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 147755344 1837645824 15681 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8760] ppid=8753 vsize=1794576 CPUtime=0
/proc/8755/task/8760/stat : 8760 (java) S 8753 8755 7927 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 147755346 1837645824 15682 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8761] ppid=8753 vsize=1794576 CPUtime=0
/proc/8755/task/8761/stat : 8761 (java) S 8753 8755 7927 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 147755346 1837645824 15682 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8762] ppid=8753 vsize=1794576 CPUtime=0
/proc/8755/task/8762/stat : 8762 (java) S 8753 8755 7927 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 147755346 1837645824 15684 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8763] ppid=8753 vsize=1794576 CPUtime=0
/proc/8755/task/8763/stat : 8763 (java) S 8753 8755 7927 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 147755352 1837645824 15685 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8764] ppid=8753 vsize=1794576 CPUtime=0.93
/proc/8755/task/8764/stat : 8764 (java) S 8753 8755 7927 0 -1 64 5749 0 0 0 91 2 0 0 18 0 12 0 147755352 1837645824 15686 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8765] ppid=8753 vsize=1794576 CPUtime=0.73
/proc/8755/task/8765/stat : 8765 (java) S 8753 8755 7927 0 -1 64 3940 0 0 0 72 1 0 0 16 0 12 0 147755352 1837645824 15687 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8766] ppid=8753 vsize=1794576 CPUtime=0
/proc/8755/task/8766/stat : 8766 (java) S 8753 8755 7927 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 147755352 1837645824 15687 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8767] ppid=8753 vsize=1794576 CPUtime=0
/proc/8755/task/8767/stat : 8767 (java) S 8753 8755 7927 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 147755352 1837645824 15688 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 1794576

[startup+3.10282 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 8767
/proc/meminfo: memFree=1623112/2055888 swapFree=4096420/4096564
[pid=8755] ppid=8753 vsize=1794900 CPUtime=4.29
/proc/8755/stat : 8755 (java) S 8753 8755 7927 0 -1 0 52927 0 1 0 403 26 0 0 18 0 13 0 147755339 1837977600 46083 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8755/statm: 448725 46083 1328 9 0 446336 0
[pid=8755/tid=8757] ppid=8753 vsize=1794900 CPUtime=2.2
/proc/8755/task/8757/stat : 8757 (java) R 8753 8755 7927 0 -1 64 37710 0 1 0 200 20 0 0 17 0 13 0 147755342 1837977600 46083 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109207599 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8758] ppid=8753 vsize=1794900 CPUtime=0.06
/proc/8755/task/8758/stat : 8758 (java) S 8753 8755 7927 0 -1 64 2429 0 0 0 6 0 0 0 16 0 13 0 147755344 1837977600 46083 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8759] ppid=8753 vsize=1794900 CPUtime=0.07
/proc/8755/task/8759/stat : 8759 (java) S 8753 8755 7927 0 -1 64 1936 0 0 0 6 1 0 0 16 0 13 0 147755344 1837977600 46083 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8760] ppid=8753 vsize=1794900 CPUtime=0
/proc/8755/task/8760/stat : 8760 (java) S 8753 8755 7927 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 147755346 1837977600 46083 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8761] ppid=8753 vsize=1794900 CPUtime=0
/proc/8755/task/8761/stat : 8761 (java) S 8753 8755 7927 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 147755346 1837977600 46083 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8762] ppid=8753 vsize=1794900 CPUtime=0
/proc/8755/task/8762/stat : 8762 (java) S 8753 8755 7927 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147755346 1837977600 46083 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8763] ppid=8753 vsize=1794900 CPUtime=0
/proc/8755/task/8763/stat : 8763 (java) S 8753 8755 7927 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 147755352 1837977600 46083 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8764] ppid=8753 vsize=1794900 CPUtime=1.12
/proc/8755/task/8764/stat : 8764 (java) S 8753 8755 7927 0 -1 64 6180 0 0 0 110 2 0 0 16 0 13 0 147755352 1837977600 46083 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8765] ppid=8753 vsize=1794900 CPUtime=0.8
/proc/8755/task/8765/stat : 8765 (java) S 8753 8755 7927 0 -1 64 3946 0 0 0 79 1 0 0 16 0 13 0 147755352 1837977600 46083 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8766] ppid=8753 vsize=1794900 CPUtime=0
/proc/8755/task/8766/stat : 8766 (java) S 8753 8755 7927 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 147755352 1837977600 46083 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8767] ppid=8753 vsize=1794900 CPUtime=0
/proc/8755/task/8767/stat : 8767 (java) S 8753 8755 7927 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 147755352 1837977600 46083 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 1794900

[startup+6.30419 s]
/proc/loadavg: 1.00 1.00 1.00 4/80 8768
/proc/meminfo: memFree=1557056/2055888 swapFree=4096420/4096564
[pid=8755] ppid=8753 vsize=1794612 CPUtime=8.44
/proc/8755/stat : 8755 (java) S 8753 8755 7927 0 -1 0 60515 0 1 0 815 29 0 0 18 0 13 0 147755339 1837682688 52606 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8755/statm: 448653 52606 1333 9 0 446264 0
[pid=8755/tid=8757] ppid=8753 vsize=1794612 CPUtime=5.07
/proc/8755/task/8757/stat : 8757 (java) R 8753 8755 7927 0 -1 64 37723 0 1 0 487 20 0 0 18 0 13 0 147755342 1837682688 52606 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109803814 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8758] ppid=8753 vsize=1794612 CPUtime=0.23
/proc/8755/task/8758/stat : 8758 (java) S 8753 8755 7927 0 -1 64 5732 0 0 0 22 1 0 0 16 0 13 0 147755344 1837682688 52606 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8759] ppid=8753 vsize=1794612 CPUtime=0.23
/proc/8755/task/8759/stat : 8759 (java) S 8753 8755 7927 0 -1 64 5398 0 0 0 21 2 0 0 16 0 13 0 147755344 1837682688 52606 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8760] ppid=8753 vsize=1794612 CPUtime=0
/proc/8755/task/8760/stat : 8760 (java) S 8753 8755 7927 0 -1 64 14 0 0 0 0 0 0 0 15 0 13 0 147755346 1837682688 52606 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8761] ppid=8753 vsize=1794612 CPUtime=0
/proc/8755/task/8761/stat : 8761 (java) S 8753 8755 7927 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 147755346 1837682688 52606 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8762] ppid=8753 vsize=1794612 CPUtime=0
/proc/8755/task/8762/stat : 8762 (java) S 8753 8755 7927 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147755346 1837682688 52606 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8763] ppid=8753 vsize=1794612 CPUtime=0
/proc/8755/task/8763/stat : 8763 (java) S 8753 8755 7927 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 147755352 1837682688 52606 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8764] ppid=8753 vsize=1794612 CPUtime=1.57
/proc/8755/task/8764/stat : 8764 (java) R 8753 8755 7927 0 -1 64 6911 0 0 0 155 2 0 0 16 0 13 0 147755352 1837682688 52606 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105283221 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8765] ppid=8753 vsize=1794612 CPUtime=1.3
/proc/8755/task/8765/stat : 8765 (java) S 8753 8755 7927 0 -1 64 4019 0 0 0 129 1 0 0 16 0 13 0 147755352 1837682688 52606 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8766] ppid=8753 vsize=1794612 CPUtime=0
/proc/8755/task/8766/stat : 8766 (java) S 8753 8755 7927 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 147755352 1837682688 52606 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8767] ppid=8753 vsize=1794612 CPUtime=0
/proc/8755/task/8767/stat : 8767 (java) S 8753 8755 7927 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 147755352 1837682688 52606 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8768] ppid=8753 vsize=1794612 CPUtime=0
/proc/8755/task/8768/stat : 8768 (java) S 8753 8755 7927 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 147755617 1837682688 52606 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.44
Current children cumulated vsize (KiB) 1794612

[startup+12.7029 s]
/proc/loadavg: 1.16 1.03 1.01 2/80 8768
/proc/meminfo: memFree=1531400/2055888 swapFree=4096420/4096564
[pid=8755] ppid=8753 vsize=1792872 CPUtime=15.76
/proc/8755/stat : 8755 (java) S 8753 8755 7927 0 -1 0 68414 0 1 0 1543 33 0 0 18 0 13 0 147755339 1835900928 57839 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8755/statm: 448218 57839 1333 9 0 445829 0
[pid=8755/tid=8757] ppid=8753 vsize=1792872 CPUtime=10.81
/proc/8755/task/8757/stat : 8757 (java) R 8753 8755 7927 0 -1 64 37731 0 1 0 1061 20 0 0 22 0 13 0 147755342 1835900928 57839 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109800249 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8758] ppid=8753 vsize=1792872 CPUtime=0.57
/proc/8755/task/8758/stat : 8758 (java) S 8753 8755 7927 0 -1 64 9042 0 0 0 54 3 0 0 16 0 13 0 147755344 1835900928 57839 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8759] ppid=8753 vsize=1792872 CPUtime=0.56
/proc/8755/task/8759/stat : 8759 (java) S 8753 8755 7927 0 -1 64 8732 0 0 0 53 3 0 0 16 0 13 0 147755344 1835900928 57839 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8760] ppid=8753 vsize=1792872 CPUtime=0
/proc/8755/task/8760/stat : 8760 (java) S 8753 8755 7927 0 -1 64 23 0 0 0 0 0 0 0 15 0 13 0 147755346 1835900928 57839 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8761] ppid=8753 vsize=1792872 CPUtime=0
/proc/8755/task/8761/stat : 8761 (java) S 8753 8755 7927 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 147755346 1835900928 57839 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8762] ppid=8753 vsize=1792872 CPUtime=0
/proc/8755/task/8762/stat : 8762 (java) S 8753 8755 7927 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147755346 1835900928 57839 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8763] ppid=8753 vsize=1792872 CPUtime=0
/proc/8755/task/8763/stat : 8763 (java) S 8753 8755 7927 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 147755352 1835900928 57839 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8764] ppid=8753 vsize=1792872 CPUtime=2.09
/proc/8755/task/8764/stat : 8764 (java) S 8753 8755 7927 0 -1 64 8118 0 0 0 206 3 0 0 15 0 13 0 147755352 1835900928 57839 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8765] ppid=8753 vsize=1792872 CPUtime=1.68
/proc/8755/task/8765/stat : 8765 (java) S 8753 8755 7927 0 -1 64 4050 0 0 0 167 1 0 0 15 0 13 0 147755352 1835900928 57839 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8766] ppid=8753 vsize=1792872 CPUtime=0
/proc/8755/task/8766/stat : 8766 (java) S 8753 8755 7927 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 147755352 1835900928 57839 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8767] ppid=8753 vsize=1792872 CPUtime=0
/proc/8755/task/8767/stat : 8767 (java) S 8753 8755 7927 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 147755352 1835900928 57839 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8768] ppid=8753 vsize=1792872 CPUtime=0
/proc/8755/task/8768/stat : 8768 (java) S 8753 8755 7927 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 147755617 1835900928 57839 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.76
Current children cumulated vsize (KiB) 1792872

[startup+25.5014 s]
/proc/loadavg: 1.12 1.03 1.01 2/80 8768
/proc/meminfo: memFree=1529032/2055888 swapFree=4096420/4096564
[pid=8755] ppid=8753 vsize=1792872 CPUtime=28.76
/proc/8755/stat : 8755 (java) S 8753 8755 7927 0 -1 0 69993 0 1 0 2842 34 0 0 18 0 13 0 147755339 1835900928 58434 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8755/statm: 448218 58434 1333 9 0 445829 0
[pid=8755/tid=8757] ppid=8753 vsize=1792872 CPUtime=23.42
/proc/8755/task/8757/stat : 8757 (java) R 8753 8755 7927 0 -1 64 37742 0 1 0 2322 20 0 0 17 0 13 0 147755342 1835900928 58434 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109898623 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8758] ppid=8753 vsize=1792872 CPUtime=0.73
/proc/8755/task/8758/stat : 8758 (java) S 8753 8755 7927 0 -1 64 9824 0 0 0 70 3 0 0 16 0 13 0 147755344 1835900928 58434 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8759] ppid=8753 vsize=1792872 CPUtime=0.74
/proc/8755/task/8759/stat : 8759 (java) S 8753 8755 7927 0 -1 64 9518 0 0 0 70 4 0 0 16 0 13 0 147755344 1835900928 58434 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8760] ppid=8753 vsize=1792872 CPUtime=0
/proc/8755/task/8760/stat : 8760 (java) S 8753 8755 7927 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 147755346 1835900928 58434 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8761] ppid=8753 vsize=1792872 CPUtime=0
/proc/8755/task/8761/stat : 8761 (java) S 8753 8755 7927 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 147755346 1835900928 58434 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=8755/tid=8760] ppid=8753 vsize=1793896 CPUtime=0.19
/proc/8755/task/8760/stat : 8760 (java) S 8753 8755 7927 0 -1 64 28 0 0 0 13 6 0 0 16 0 13 0 147755346 1836949504 127153 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8761] ppid=8753 vsize=1793896 CPUtime=0
/proc/8755/task/8761/stat : 8761 (java) S 8753 8755 7927 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 147755346 1836949504 127153 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8762] ppid=8753 vsize=1793896 CPUtime=0
/proc/8755/task/8762/stat : 8762 (java) S 8753 8755 7927 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147755346 1836949504 127153 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8763] ppid=8753 vsize=1793896 CPUtime=0
/proc/8755/task/8763/stat : 8763 (java) S 8753 8755 7927 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 147755352 1836949504 127153 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8764] ppid=8753 vsize=1793896 CPUtime=2.37
/proc/8755/task/8764/stat : 8764 (java) S 8753 8755 7927 0 -1 64 9383 0 0 0 234 3 0 0 16 0 13 0 147755352 1836949504 127153 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8765] ppid=8753 vsize=1793896 CPUtime=1.89
/proc/8755/task/8765/stat : 8765 (java) S 8753 8755 7927 0 -1 64 4061 0 0 0 188 1 0 0 16 0 13 0 147755352 1836949504 127153 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8766] ppid=8753 vsize=1793896 CPUtime=0
/proc/8755/task/8766/stat : 8766 (java) S 8753 8755 7927 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 147755352 1836949504 127153 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8767] ppid=8753 vsize=1793896 CPUtime=0
/proc/8755/task/8767/stat : 8767 (java) S 8753 8755 7927 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 147755352 1836949504 127153 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8768] ppid=8753 vsize=1793896 CPUtime=0
/proc/8755/task/8768/stat : 8768 (java) S 8753 8755 7927 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 147755617 1836949504 127153 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1581.12
Current children cumulated vsize (KiB) 1793896

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/80 8768
/proc/meminfo: memFree=1245128/2055888 swapFree=4096420/4096564
[pid=8755] ppid=8753 vsize=1793896 CPUtime=1643.09
/proc/8755/stat : 8755 (java) S 8753 8755 7927 0 -1 0 148315 0 1 0 164227 82 0 0 18 0 13 0 147755339 1836949504 129226 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8755/statm: 448474 129226 1335 9 0 446085 0
[pid=8755/tid=8757] ppid=8753 vsize=1793896 CPUtime=1561.64
/proc/8755/task/8757/stat : 8757 (java) R 8753 8755 7927 0 -1 64 38458 0 1 0 156141 23 0 0 25 0 13 0 147755342 1836949504 129226 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109800261 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8758] ppid=8753 vsize=1793896 CPUtime=38.43
/proc/8755/task/8758/stat : 8758 (java) S 8753 8755 7927 0 -1 64 44887 0 0 0 3822 21 0 0 16 0 13 0 147755344 1836949504 129226 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8759] ppid=8753 vsize=1793896 CPUtime=38.5
/proc/8755/task/8759/stat : 8759 (java) S 8753 8755 7927 0 -1 64 50780 0 0 0 3826 24 0 0 16 0 13 0 147755344 1836949504 129226 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8760] ppid=8753 vsize=1793896 CPUtime=0.19
/proc/8755/task/8760/stat : 8760 (java) S 8753 8755 7927 0 -1 64 28 0 0 0 13 6 0 0 16 0 13 0 147755346 1836949504 129226 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8761] ppid=8753 vsize=1793896 CPUtime=0
/proc/8755/task/8761/stat : 8761 (java) S 8753 8755 7927 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 147755346 1836949504 129226 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8762] ppid=8753 vsize=1793896 CPUtime=0
/proc/8755/task/8762/stat : 8762 (java) S 8753 8755 7927 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147755346 1836949504 129226 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8763] ppid=8753 vsize=1793896 CPUtime=0
/proc/8755/task/8763/stat : 8763 (java) S 8753 8755 7927 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 147755352 1836949504 129226 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8764] ppid=8753 vsize=1793896 CPUtime=2.37
/proc/8755/task/8764/stat : 8764 (java) S 8753 8755 7927 0 -1 64 9383 0 0 0 234 3 0 0 16 0 13 0 147755352 1836949504 129226 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8765] ppid=8753 vsize=1793896 CPUtime=1.89
/proc/8755/task/8765/stat : 8765 (java) S 8753 8755 7927 0 -1 64 4061 0 0 0 188 1 0 0 16 0 13 0 147755352 1836949504 129226 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8766] ppid=8753 vsize=1793896 CPUtime=0
/proc/8755/task/8766/stat : 8766 (java) S 8753 8755 7927 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 147755352 1836949504 129226 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8767] ppid=8753 vsize=1793896 CPUtime=0
/proc/8755/task/8767/stat : 8767 (java) S 8753 8755 7927 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 147755352 1836949504 129226 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8768] ppid=8753 vsize=1793896 CPUtime=0
/proc/8755/task/8768/stat : 8768 (java) S 8753 8755 7927 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 147755617 1836949504 129226 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1643.09
Current children cumulated vsize (KiB) 1793896

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/80 8768
/proc/meminfo: memFree=1237576/2055888 swapFree=4096420/4096564
[pid=8755] ppid=8753 vsize=1793608 CPUtime=1705.32
/proc/8755/stat : 8755 (java) S 8753 8755 7927 0 -1 0 151789 0 1 0 170448 84 0 0 18 0 13 0 147755339 1836654592 131122 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8755/statm: 448402 131122 1335 9 0 446013 0
[pid=8755/tid=8757] ppid=8753 vsize=1793608 CPUtime=1619.55
/proc/8755/task/8757/stat : 8757 (java) R 8753 8755 7927 0 -1 64 38484 0 1 0 161932 23 0 0 25 0 13 0 147755342 1836654592 131122 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109909693 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8758] ppid=8753 vsize=1793608 CPUtime=40.47
/proc/8755/task/8758/stat : 8758 (java) S 8753 8755 7927 0 -1 64 45632 0 0 0 4025 22 0 0 17 0 13 0 147755344 1836654592 131122 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8759] ppid=8753 vsize=1793608 CPUtime=40.55
/proc/8755/task/8759/stat : 8759 (java) S 8753 8755 7927 0 -1 64 51798 0 0 0 4031 24 0 0 16 0 13 0 147755344 1836654592 131122 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8760] ppid=8753 vsize=1793608 CPUtime=0.2
/proc/8755/task/8760/stat : 8760 (java) S 8753 8755 7927 0 -1 64 28 0 0 0 13 7 0 0 16 0 13 0 147755346 1836654592 131122 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8761] ppid=8753 vsize=1793608 CPUtime=0
/proc/8755/task/8761/stat : 8761 (java) S 8753 8755 7927 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 147755346 1836654592 131122 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8762] ppid=8753 vsize=1793608 CPUtime=0
/proc/8755/task/8762/stat : 8762 (java) S 8753 8755 7927 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147755346 1836654592 131122 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8763] ppid=8753 vsize=1793608 CPUtime=0
/proc/8755/task/8763/stat : 8763 (java) S 8753 8755 7927 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 147755352 1836654592 131122 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8764] ppid=8753 vsize=1793608 CPUtime=2.59
/proc/8755/task/8764/stat : 8764 (java) S 8753 8755 7927 0 -1 64 11068 0 0 0 255 4 0 0 17 0 13 0 147755352 1836654592 131122 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8765] ppid=8753 vsize=1793608 CPUtime=1.89
/proc/8755/task/8765/stat : 8765 (java) S 8753 8755 7927 0 -1 64 4061 0 0 0 188 1 0 0 16 0 13 0 147755352 1836654592 131122 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8766] ppid=8753 vsize=1793608 CPUtime=0
/proc/8755/task/8766/stat : 8766 (java) S 8753 8755 7927 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 147755352 1836654592 131122 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8767] ppid=8753 vsize=1793608 CPUtime=0
/proc/8755/task/8767/stat : 8767 (java) S 8753 8755 7927 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 147755352 1836654592 131122 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8768] ppid=8753 vsize=1793608 CPUtime=0
/proc/8755/task/8768/stat : 8768 (java) S 8753 8755 7927 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 147755617 1836654592 131122 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1705.32
Current children cumulated vsize (KiB) 1793608

[startup+1722.3 s]
/proc/loadavg: 1.11 1.04 1.01 2/80 8768
/proc/meminfo: memFree=1229640/2055888 swapFree=4096420/4096564
[pid=8755] ppid=8753 vsize=1793608 CPUtime=1767.43
/proc/8755/stat : 8755 (java) S 8753 8755 7927 0 -1 0 153885 0 1 0 176657 86 0 0 18 0 13 0 147755339 1836654592 133135 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8755/statm: 448402 133135 1335 9 0 446013 0
[pid=8755/tid=8757] ppid=8753 vsize=1793608 CPUtime=1677.39
/proc/8755/task/8757/stat : 8757 (java) R 8753 8755 7927 0 -1 64 38510 0 1 0 167716 23 0 0 25 0 13 0 147755342 1836654592 133135 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109803164 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8758] ppid=8753 vsize=1793608 CPUtime=42.61
/proc/8755/task/8758/stat : 8758 (java) S 8753 8755 7927 0 -1 64 46282 0 0 0 4238 23 0 0 16 0 13 0 147755344 1836654592 133135 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8759] ppid=8753 vsize=1793608 CPUtime=42.69
/proc/8755/task/8759/stat : 8759 (java) S 8753 8755 7927 0 -1 64 53218 0 0 0 4244 25 0 0 16 0 13 0 147755344 1836654592 133135 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8760] ppid=8753 vsize=1793608 CPUtime=0.21
/proc/8755/task/8760/stat : 8760 (java) S 8753 8755 7927 0 -1 64 28 0 0 0 14 7 0 0 16 0 13 0 147755346 1836654592 133135 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8761] ppid=8753 vsize=1793608 CPUtime=0
/proc/8755/task/8761/stat : 8761 (java) S 8753 8755 7927 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 147755346 1836654592 133135 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8762] ppid=8753 vsize=1793608 CPUtime=0
/proc/8755/task/8762/stat : 8762 (java) S 8753 8755 7927 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147755346 1836654592 133135 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8763] ppid=8753 vsize=1793608 CPUtime=0
/proc/8755/task/8763/stat : 8763 (java) S 8753 8755 7927 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 147755352 1836654592 133135 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8764] ppid=8753 vsize=1793608 CPUtime=2.59
/proc/8755/task/8764/stat : 8764 (java) S 8753 8755 7927 0 -1 64 11068 0 0 0 255 4 0 0 17 0 13 0 147755352 1836654592 133135 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8765] ppid=8753 vsize=1793608 CPUtime=1.89
/proc/8755/task/8765/stat : 8765 (java) S 8753 8755 7927 0 -1 64 4061 0 0 0 188 1 0 0 16 0 13 0 147755352 1836654592 133135 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8766] ppid=8753 vsize=1793608 CPUtime=0
/proc/8755/task/8766/stat : 8766 (java) S 8753 8755 7927 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 147755352 1836654592 133135 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8767] ppid=8753 vsize=1793608 CPUtime=0
/proc/8755/task/8767/stat : 8767 (java) S 8753 8755 7927 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 147755352 1836654592 133135 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8768] ppid=8753 vsize=1793608 CPUtime=0
/proc/8755/task/8768/stat : 8768 (java) S 8753 8755 7927 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 147755617 1836654592 133135 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1767.43
Current children cumulated vsize (KiB) 1793608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1753.8 s]
/proc/loadavg: 1.13 1.05 1.01 2/80 8768
/proc/meminfo: memFree=1225352/2055888 swapFree=4096420/4096564
[pid=8755] ppid=8753 vsize=1793608 CPUtime=1800.01
/proc/8755/stat : 8755 (java) S 8753 8755 7927 0 -1 0 154997 0 1 0 179914 87 0 0 18 0 13 0 147755339 1836654592 134164 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8755/statm: 448402 134164 1335 9 0 446013 0
[pid=8755/tid=8757] ppid=8753 vsize=1793608 CPUtime=1707.78
/proc/8755/task/8757/stat : 8757 (java) R 8753 8755 7927 0 -1 64 38523 0 1 0 170755 23 0 0 25 0 13 0 147755342 1836654592 134164 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109898623 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8758] ppid=8753 vsize=1793608 CPUtime=43.69
/proc/8755/task/8758/stat : 8758 (java) S 8753 8755 7927 0 -1 64 47086 0 0 0 4346 23 0 0 17 0 13 0 147755344 1836654592 134164 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8759] ppid=8753 vsize=1793608 CPUtime=43.79
/proc/8755/task/8759/stat : 8759 (java) S 8753 8755 7927 0 -1 64 53513 0 0 0 4354 25 0 0 17 0 13 0 147755344 1836654592 134164 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8760] ppid=8753 vsize=1793608 CPUtime=0.21
/proc/8755/task/8760/stat : 8760 (java) S 8753 8755 7927 0 -1 64 28 0 0 0 14 7 0 0 16 0 13 0 147755346 1836654592 134164 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8761] ppid=8753 vsize=1793608 CPUtime=0
/proc/8755/task/8761/stat : 8761 (java) S 8753 8755 7927 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 147755346 1836654592 134164 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8762] ppid=8753 vsize=1793608 CPUtime=0
/proc/8755/task/8762/stat : 8762 (java) S 8753 8755 7927 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147755346 1836654592 134164 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8763] ppid=8753 vsize=1793608 CPUtime=0
/proc/8755/task/8763/stat : 8763 (java) S 8753 8755 7927 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 147755352 1836654592 134164 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8764] ppid=8753 vsize=1793608 CPUtime=2.59
/proc/8755/task/8764/stat : 8764 (java) S 8753 8755 7927 0 -1 64 11068 0 0 0 255 4 0 0 17 0 13 0 147755352 1836654592 134164 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8765] ppid=8753 vsize=1793608 CPUtime=1.89
/proc/8755/task/8765/stat : 8765 (java) S 8753 8755 7927 0 -1 64 4061 0 0 0 188 1 0 0 16 0 13 0 147755352 1836654592 134164 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8766] ppid=8753 vsize=1793608 CPUtime=0
/proc/8755/task/8766/stat : 8766 (java) S 8753 8755 7927 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 147755352 1836654592 134164 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8755/tid=8767] ppid=8753 vsize=1793608 CPUtime=0
/proc/8755/task/8767/stat : 8767 (java) S 8753 8755 7927 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 147755352 1836654592 134164 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8755/tid=8768] ppid=8753 vsize=1793608 CPUtime=0
/proc/8755/task/8768/stat : 8768 (java) S 8753 8755 7927 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 147755617 1836654592 134164 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1793608

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

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

[startup+1753.91 s]
/proc/loadavg: 1.13 1.05 1.01 2/80 8768
/proc/meminfo: memFree=1225352/2055888 swapFree=4096420/4096564
[pid=8755] ppid=8753 vsize=0 CPUtime=1800.12
/proc/8755/stat : 8755 (java) Z 8753 8755 7927 0 -1 1036 155017 0 1 0 179919 93 0 0 16 0 2 0 147755339 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8755/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1753.93
CPU time (s): 1800.15
CPU user time (s): 1799.19
CPU system time (s): 0.959854
CPU usage (%): 102.635
Max. virtual memory (cumulated for all children) (KiB): 1797440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 0.959854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155017
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= 44652
involuntary context switches= 41663

runsolver used 2.24066 second user time and 4.16237 second system time

The end

Launcher Data (download as text)

Begin job on node87 on Mon Apr 16 10:04:33 UTC 2007

IDJOB= 354515
IDBENCH= 2634
IDSOLVER= 160
FILE ID= node87/354515-1176717873

PBS_JOBID= 4560093

Free space on /tmp= 66647 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_15.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354515-1176717873/sat4jPseudoCP.jar /tmp/evaluation/354515-1176717873/instance-354515-1176717873.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node87/watcher-354515-1176717873 -o ROOT/results/node87/solver-354515-1176717873 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354515-1176717873/sat4jPseudoCP.jar /tmp/evaluation/354515-1176717873/instance-354515-1176717873.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  b4a219bc21641bf0d46eae2692004ebe

RANDOM SEED= 242033649

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node87.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.245
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	: 6006.18
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.245
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	: 5999.39
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1758848 kB
Buffers:         11672 kB
Cached:         162340 kB
SwapCached:          0 kB
Active:          39996 kB
Inactive:       150432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1758848 kB
SwapTotal:     4096564 kB
SwapFree:      4096420 kB
Dirty:            5648 kB
Writeback:           0 kB
Mapped:          26664 kB
Slab:            93076 kB
Committed_AS:   133596 kB
PageTables:       1460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66647 MiB

End job on node87 on Mon Apr 16 10:33:49 UTC 2007