Trace number 354528

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.12 1756.71

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_17.opb
MD5SUM642c38c9f16ba47e1145e44f5259b53a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark272
Best CPU time to get the best result obtained on this benchmark1782.77
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 262
Optimality of the best value was proved NO
Number of variables7089
Total number of constraints13888
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 constraints13888
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2621
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.17	c no version file found!!!
0.09/0.17	c sun.arch.data.model	32
0.09/0.17	c java.version	1.6.0
0.09/0.17	c os.name	Linux
0.09/0.17	c os.version	2.6.9-22.EL.rootsmp
0.09/0.17	c os.arch	i386
0.09/0.17	c Free memory 1651659224
0.09/0.17	c Max memory 1654456320
0.09/0.17	c Total memory 1654456320
0.09/0.17	c Number of processors 2
0.17/0.23	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.17/0.23	--- Begin Solver configuration ---
0.17/0.23	c Stops conflict analysis at the first Unique Implication Point
0.17/0.23	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.17/0.23	c Learn all clauses as in MiniSAT
0.17/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.17/0.23	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.23	c No reason simplification
0.17/0.23	c --- End Solver configuration ---
0.17/0.23	c solving /tmp/evaluation/354528-1176718167/instance-354528-1176718167.opb
0.17/0.23	c reading problem ... 
5.64/4.17	c ... done. Wall clock time 3.94s.
5.64/4.17	c CPU time (experimental) 3.06s.
5.64/4.17	c #vars     7089
5.64/4.17	c #constraints  13888
1800.02/1756.61	c starts		: 2
1800.02/1756.61	c conflicts		: 61243
1800.02/1756.61	c decisions		: 76635
1800.02/1756.61	c propagations		: 6644708
1800.02/1756.62	c inspects		: 737878337
1800.02/1756.62	c learnt literals	: 0
1800.02/1756.62	c learnt binary clauses	: 0
1800.02/1756.62	c learnt ternary clauses	: 0
1800.02/1756.62	c learnt clauses	: 61242
1800.02/1756.62	c root simplifications	: 0
1800.02/1756.62	c removed literals (reason simplification)	: 0
1800.02/1756.62	c reason swapping (by a shorter reason)	: 0
1800.02/1756.62	c Calls to reduceDB	: 0
1800.02/1756.62	c speed (decisions/second)	: 43.73060554634297
1800.02/1756.62	c non guided choices	5
1800.02/1756.62	s UNKNOWN
1800.02/1756.62	c Total wall clock time (ms): 1756.39

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/node2/watcher-354528-1176718167 -o ROOT/results/node2/solver-354528-1176718167 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354528-1176718167/sat4jPseudoCP.jar /tmp/evaluation/354528-1176718167/instance-354528-1176718167.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.16 1.02 0.99 2/77 1910
/proc/meminfo: memFree=1792680/2055920 swapFree=4147256/4192956
[pid=1910] ppid=1908 vsize=1800 CPUtime=0
/proc/1910/stat : 1910 (java) R 1908 1910 1416 0 -1 0 166 0 0 0 0 0 0 0 18 0 1 0 147854543 1843200 138 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/1910/statm: 450 138 101 9 0 92 0

[startup+0.048081 s]
/proc/loadavg: 1.16 1.02 0.99 2/77 1910
/proc/meminfo: memFree=1792680/2055920 swapFree=4147256/4192956
[pid=1910] ppid=1908 vsize=1776376 CPUtime=0.03
/proc/1910/stat : 1910 (java) S 1908 1910 1416 0 -1 0 3461 0 1 0 1 2 0 0 18 0 4 0 147854543 1819009024 3206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/1910/statm: 444094 3206 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776376

[startup+0.102085 s]
/proc/loadavg: 1.16 1.02 0.99 2/77 1910
/proc/meminfo: memFree=1792680/2055920 swapFree=4147256/4192956
[pid=1910] ppid=1908 vsize=1780108 CPUtime=0.09
/proc/1910/stat : 1910 (java) S 1908 1910 1416 0 -1 0 3988 0 1 0 6 3 0 0 18 0 12 0 147854543 1822830592 3729 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1910/statm: 445027 3729 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.302105 s]
/proc/loadavg: 1.16 1.02 0.99 2/77 1910
/proc/meminfo: memFree=1792680/2055920 swapFree=4147256/4192956
[pid=1910] ppid=1908 vsize=1781420 CPUtime=0.27
/proc/1910/stat : 1910 (java) S 1908 1910 1416 0 -1 0 5126 0 1 0 24 3 0 0 18 0 12 0 147854543 1824174080 4864 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1910/statm: 445355 4864 1263 9 0 442967 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 1781420

[startup+0.702148 s]
/proc/loadavg: 1.16 1.02 0.99 2/77 1910
/proc/meminfo: memFree=1792680/2055920 swapFree=4147256/4192956
[pid=1910] ppid=1908 vsize=1785228 CPUtime=0.94
/proc/1910/stat : 1910 (java) S 1908 1910 1416 0 -1 0 7479 0 1 0 89 5 0 0 18 0 12 0 147854543 1828073472 6868 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1910/statm: 446307 6868 1303 9 0 443919 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 1785228

[startup+1.50123 s]
/proc/loadavg: 1.16 1.02 0.99 4/89 1922
/proc/meminfo: memFree=1758536/2055920 swapFree=4147256/4192956
[pid=1910] ppid=1908 vsize=1795636 CPUtime=2.51
/proc/1910/stat : 1910 (java) S 1908 1910 1416 0 -1 0 23033 0 1 0 238 13 0 0 18 0 12 0 147854543 1838731264 17788 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1910/statm: 448909 17790 1311 9 0 446521 0
[pid=1910/tid=1912] ppid=1908 vsize=1795636 CPUtime=0.87
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 1416 0 -1 64 13531 0 1 0 79 8 0 0 18 0 12 0 147854545 1838731264 17791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109516669 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1913] ppid=1908 vsize=1795636 CPUtime=0
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 1416 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 147854546 1838731264 17792 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1914] ppid=1908 vsize=1795636 CPUtime=0
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 1416 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 147854546 1838731264 17794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1915] ppid=1908 vsize=1795636 CPUtime=0.01
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 1416 0 -1 64 2 0 0 0 0 1 0 0 16 0 12 0 147854548 1838731264 17794 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1916] ppid=1908 vsize=1795636 CPUtime=0
/proc/1910/task/1916/stat : 1916 (java) S 1908 1910 1416 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 147854549 1838731264 17795 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1917] ppid=1908 vsize=1795636 CPUtime=0
/proc/1910/task/1917/stat : 1917 (java) S 1908 1910 1416 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 147854549 1838731264 17796 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1918] ppid=1908 vsize=1795636 CPUtime=0
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 1416 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 147854553 1838731264 17797 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=1795636 CPUtime=0.84
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 1416 0 -1 64 4741 0 0 0 83 1 0 0 18 0 12 0 147854553 1838731264 17799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1920] ppid=1908 vsize=1795636 CPUtime=0.75
/proc/1910/task/1920/stat : 1920 (java) S 1908 1910 1416 0 -1 64 4041 0 0 0 74 1 0 0 19 0 12 0 147854553 1838731264 17800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1921] ppid=1908 vsize=1795636 CPUtime=0
/proc/1910/task/1921/stat : 1921 (java) S 1908 1910 1416 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 147854553 1838731264 17801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1922] ppid=1908 vsize=1795636 CPUtime=0
/proc/1910/task/1922/stat : 1922 (java) S 1908 1910 1416 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 147854553 1838731264 17802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 1795636

[startup+3.10139 s]
/proc/loadavg: 1.16 1.02 0.99 2/89 1922
/proc/meminfo: memFree=1662216/2055920 swapFree=4147256/4192956
[pid=1910] ppid=1908 vsize=1795636 CPUtime=4.22
/proc/1910/stat : 1910 (java) S 1908 1910 1416 0 -1 0 51122 0 1 0 397 25 0 0 18 0 12 0 147854543 1838731264 45815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1910/statm: 448909 45815 1321 9 0 446521 0
[pid=1910/tid=1912] ppid=1908 vsize=1795636 CPUtime=2.39
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 1416 0 -1 64 37673 0 1 0 220 19 0 0 22 0 12 0 147854545 1838731264 45815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109541567 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1913] ppid=1908 vsize=1795636 CPUtime=0.06
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 1416 0 -1 64 2032 0 0 0 6 0 0 0 16 0 12 0 147854546 1838731264 45815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1914] ppid=1908 vsize=1795636 CPUtime=0.07
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 1416 0 -1 64 1907 0 0 0 7 0 0 0 17 0 12 0 147854546 1838731264 45815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1915] ppid=1908 vsize=1795636 CPUtime=0.01
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 1416 0 -1 64 8 0 0 0 0 1 0 0 15 0 12 0 147854548 1838731264 45815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1916] ppid=1908 vsize=1795636 CPUtime=0
/proc/1910/task/1916/stat : 1916 (java) S 1908 1910 1416 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 147854549 1838731264 45815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1917] ppid=1908 vsize=1795636 CPUtime=0
/proc/1910/task/1917/stat : 1917 (java) S 1908 1910 1416 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 147854549 1838731264 45815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1918] ppid=1908 vsize=1795636 CPUtime=0
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 1416 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 147854553 1838731264 45815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=1795636 CPUtime=0.86
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 1416 0 -1 64 4742 0 0 0 85 1 0 0 15 0 12 0 147854553 1838731264 45815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1920] ppid=1908 vsize=1795636 CPUtime=0.77
/proc/1910/task/1920/stat : 1920 (java) S 1908 1910 1416 0 -1 64 4041 0 0 0 76 1 0 0 16 0 12 0 147854553 1838731264 45815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1921] ppid=1908 vsize=1795636 CPUtime=0
/proc/1910/task/1921/stat : 1921 (java) S 1908 1910 1416 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 147854553 1838731264 45815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1922] ppid=1908 vsize=1795636 CPUtime=0
/proc/1910/task/1922/stat : 1922 (java) S 1908 1910 1416 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 147854553 1838731264 45815 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 1795636

[startup+6.30292 s]
/proc/loadavg: 1.15 1.02 0.99 2/90 1923
/proc/meminfo: memFree=1582352/2055920 swapFree=4147256/4192956
[pid=1910] ppid=1908 vsize=1796360 CPUtime=8.66
/proc/1910/stat : 1910 (java) S 1908 1910 1416 0 -1 0 65655 0 1 0 834 32 0 0 18 0 13 0 147854543 1839472640 57103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1910/statm: 449090 57103 1329 9 0 446702 0
[pid=1910/tid=1912] ppid=1908 vsize=1796360 CPUtime=4.8
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 1416 0 -1 64 37720 0 1 0 461 19 0 0 20 0 13 0 147854545 1839472640 57103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109935120 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1913] ppid=1908 vsize=1796360 CPUtime=0.45
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 1416 0 -1 64 7318 0 0 0 43 2 0 0 16 0 13 0 147854546 1839472640 57103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1914] ppid=1908 vsize=1796360 CPUtime=0.45
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 1416 0 -1 64 8270 0 0 0 42 3 0 0 16 0 13 0 147854546 1839472640 57103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1915] ppid=1908 vsize=1796360 CPUtime=0.01
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 1416 0 -1 64 10 0 0 0 0 1 0 0 16 0 13 0 147854548 1839472640 57103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1916] ppid=1908 vsize=1796360 CPUtime=0
/proc/1910/task/1916/stat : 1916 (java) S 1908 1910 1416 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 147854549 1839472640 57103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1917] ppid=1908 vsize=1796360 CPUtime=0
/proc/1910/task/1917/stat : 1917 (java) S 1908 1910 1416 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147854549 1839472640 57103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1918] ppid=1908 vsize=1796360 CPUtime=0
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 1416 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 147854553 1839472640 57103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=1796360 CPUtime=1.45
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 1416 0 -1 64 5352 0 0 0 144 1 0 0 16 0 13 0 147854553 1839472640 57103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1920] ppid=1908 vsize=1796360 CPUtime=1.42
/proc/1910/task/1920/stat : 1920 (java) S 1908 1910 1416 0 -1 64 6262 0 0 0 140 2 0 0 17 0 13 0 147854553 1839472640 57103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1921] ppid=1908 vsize=1796360 CPUtime=0
/proc/1910/task/1921/stat : 1921 (java) S 1908 1910 1416 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 147854553 1839472640 57103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1922] ppid=1908 vsize=1796360 CPUtime=0
/proc/1910/task/1922/stat : 1922 (java) S 1908 1910 1416 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147854553 1839472640 57103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1923] ppid=1908 vsize=1796360 CPUtime=0
/proc/1910/task/1923/stat : 1923 (java) S 1908 1910 1416 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 147854962 1839472640 57103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.66
Current children cumulated vsize (KiB) 1796360

[startup+12.7026 s]
/proc/loadavg: 1.13 1.02 0.99 2/90 1923
/proc/meminfo: memFree=1566672/2055920 swapFree=4147256/4192956
[pid=1910] ppid=1908 vsize=1799432 CPUtime=16.55
/proc/1910/stat : 1910 (java) S 1908 1910 1416 0 -1 0 67621 0 1 0 1622 33 0 0 18 0 13 0 147854543 1842618368 58287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1910/statm: 449858 58287 1332 9 0 447470 0
[pid=1910/tid=1912] ppid=1908 vsize=1799432 CPUtime=10.35
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 1416 0 -1 64 37728 0 1 0 1016 19 0 0 25 0 13 0 147854545 1842618368 58287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1913] ppid=1908 vsize=1799432 CPUtime=1.09
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 1416 0 -1 64 7457 0 0 0 107 2 0 0 17 0 13 0 147854546 1842618368 58287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1914] ppid=1908 vsize=1799432 CPUtime=1.08
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 1416 0 -1 64 8500 0 0 0 105 3 0 0 16 0 13 0 147854546 1842618368 58287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1915] ppid=1908 vsize=1799432 CPUtime=0.01
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 1416 0 -1 64 10 0 0 0 0 1 0 0 16 0 13 0 147854548 1842618368 58287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1916] ppid=1908 vsize=1799432 CPUtime=0
/proc/1910/task/1916/stat : 1916 (java) S 1908 1910 1416 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 147854549 1842618368 58287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1917] ppid=1908 vsize=1799432 CPUtime=0
/proc/1910/task/1917/stat : 1917 (java) S 1908 1910 1416 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147854549 1842618368 58287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1918] ppid=1908 vsize=1799432 CPUtime=0
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 1416 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 147854553 1842618368 58287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=1799432 CPUtime=2.24
/proc/1910/task/1919/stat : 1919 (java) R 1908 1910 1416 0 -1 64 5450 0 0 0 223 1 0 0 17 0 13 0 147854553 1842618368 58287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102602218 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1920] ppid=1908 vsize=1799432 CPUtime=1.69
/proc/1910/task/1920/stat : 1920 (java) R 1908 1910 1416 0 -1 64 7753 0 0 0 167 2 0 0 17 0 13 0 147854553 1842618368 58287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105059661 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1921] ppid=1908 vsize=1799432 CPUtime=0
/proc/1910/task/1921/stat : 1921 (java) S 1908 1910 1416 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 147854553 1842618368 58287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1922] ppid=1908 vsize=1799432 CPUtime=0
/proc/1910/task/1922/stat : 1922 (java) S 1908 1910 1416 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147854553 1842618368 58287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1923] ppid=1908 vsize=1799432 CPUtime=0
/proc/1910/task/1923/stat : 1923 (java) S 1908 1910 1416 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 147854962 1842618368 58287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.55
Current children cumulated vsize (KiB) 1799432

[startup+25.5027 s]
/proc/loadavg: 1.18 1.03 1.00 2/90 1923
/proc/meminfo: memFree=1542160/2055920 swapFree=4147256/4192956
[pid=1910] ppid=1908 vsize=1798408 CPUtime=30.04
/proc/1910/stat : 1910 (java) S 1908 1910 1416 0 -1 0 76317 0 1 0 2967 37 0 0 18 0 13 0 147854543 1841569792 63642 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1910/statm: 449602 63642 1332 9 0 447214 0
[pid=1910/tid=1912] ppid=1908 vsize=1798408 CPUtime=22.54
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 1416 0 -1 64 37743 0 1 0 2235 19 0 0 19 0 13 0 147854545 1841569792 63642 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109933537 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1913] ppid=1908 vsize=1798408 CPUtime=1.56
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 1416 0 -1 64 10628 0 0 0 152 4 0 0 16 0 13 0 147854546 1841569792 63642 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1914] ppid=1908 vsize=1798408 CPUtime=1.55
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 1416 0 -1 64 13528 0 0 0 149 6 0 0 16 0 13 0 147854546 1841569792 63642 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1915] ppid=1908 vsize=1798408 CPUtime=0.02
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 1416 0 -1 64 10 0 0 0 1 1 0 0 16 0 13 0 147854548 1841569792 63642 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1916] ppid=1908 vsize=1798408 CPUtime=0
/proc/1910/task/1916/stat : 1916 (java) S 1908 1910 1416 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 147854549 1841569792 63642 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=1910] ppid=1908 vsize=1800456 CPUtime=1579.27
/proc/1910/stat : 1910 (java) S 1908 1910 1416 0 -1 0 145341 0 1 0 157838 89 0 0 18 0 13 0 147854543 1843666944 124469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1910/statm: 450114 124469 1334 9 0 447726 0
[pid=1910/tid=1912] ppid=1908 vsize=1800456 CPUtime=1505.58
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 1416 0 -1 64 38441 0 1 0 150526 32 0 0 17 0 13 0 147854545 1843666944 124469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109902241 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1913] ppid=1908 vsize=1800456 CPUtime=34.3
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 1416 0 -1 64 42999 0 0 0 3411 19 0 0 17 0 13 0 147854546 1843666944 124469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1914] ppid=1908 vsize=1800456 CPUtime=34.3
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 1416 0 -1 64 47965 0 0 0 3407 23 0 0 16 0 13 0 147854546 1843666944 124469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1915] ppid=1908 vsize=1800456 CPUtime=0.21
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 1416 0 -1 64 18 0 0 0 14 7 0 0 15 0 13 0 147854548 1843666944 124469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1916] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1916/stat : 1916 (java) S 1908 1910 1416 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 147854549 1843666944 124469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1917] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1917/stat : 1917 (java) S 1908 1910 1416 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147854549 1843666944 124469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1918] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 1416 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 147854553 1843666944 124469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=1800456 CPUtime=2.65
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 1416 0 -1 64 5492 0 0 0 264 1 0 0 16 0 13 0 147854553 1843666944 124469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1920] ppid=1908 vsize=1800456 CPUtime=2.16
/proc/1910/task/1920/stat : 1920 (java) S 1908 1910 1416 0 -1 64 9703 0 0 0 213 3 0 0 16 0 13 0 147854553 1843666944 124469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1921] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1921/stat : 1921 (java) S 1908 1910 1416 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 147854553 1843666944 124469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1922] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1922/stat : 1922 (java) S 1908 1910 1416 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147854553 1843666944 124469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1923] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1923/stat : 1923 (java) S 1908 1910 1416 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 147854962 1843666944 124469 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1579.27
Current children cumulated vsize (KiB) 1800456

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 1925
/proc/meminfo: memFree=1284048/2055920 swapFree=4147256/4192956
[pid=1910] ppid=1908 vsize=1800456 CPUtime=1640.98
/proc/1910/stat : 1910 (java) S 1908 1910 1416 0 -1 0 148711 0 1 0 164007 91 0 0 18 0 13 0 147854543 1843666944 127678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1910/statm: 450114 127678 1334 9 0 447726 0
[pid=1910/tid=1912] ppid=1908 vsize=1800456 CPUtime=1563.82
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 1416 0 -1 64 38466 0 1 0 156349 33 0 0 25 0 13 0 147854545 1843666944 127678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109934685 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1913] ppid=1908 vsize=1800456 CPUtime=36.04
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 1416 0 -1 64 44177 0 0 0 3584 20 0 0 16 0 13 0 147854546 1843666944 127678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1914] ppid=1908 vsize=1800456 CPUtime=36.03
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 1416 0 -1 64 50132 0 0 0 3580 23 0 0 16 0 13 0 147854546 1843666944 127678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1915] ppid=1908 vsize=1800456 CPUtime=0.21
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 1416 0 -1 64 18 0 0 0 14 7 0 0 16 0 13 0 147854548 1843666944 127678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1916] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1916/stat : 1916 (java) S 1908 1910 1416 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 147854549 1843666944 127678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1917] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1917/stat : 1917 (java) S 1908 1910 1416 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147854549 1843666944 127678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1918] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 1416 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 147854553 1843666944 127678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=1800456 CPUtime=2.65
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 1416 0 -1 64 5492 0 0 0 264 1 0 0 16 0 13 0 147854553 1843666944 127678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1920] ppid=1908 vsize=1800456 CPUtime=2.16
/proc/1910/task/1920/stat : 1920 (java) S 1908 1910 1416 0 -1 64 9703 0 0 0 213 3 0 0 16 0 13 0 147854553 1843666944 127678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1921] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1921/stat : 1921 (java) S 1908 1910 1416 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 147854553 1843666944 127678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1922] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1922/stat : 1922 (java) S 1908 1910 1416 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147854553 1843666944 127678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1923] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1923/stat : 1923 (java) S 1908 1910 1416 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 147854962 1843666944 127678 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1640.98
Current children cumulated vsize (KiB) 1800456

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 1925
/proc/meminfo: memFree=1275088/2055920 swapFree=4147256/4192956
[pid=1910] ppid=1908 vsize=1800456 CPUtime=1702.75
/proc/1910/stat : 1910 (java) S 1908 1910 1416 0 -1 0 151075 0 1 0 170182 93 0 0 18 0 13 0 147854543 1843666944 129883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1910/statm: 450114 129883 1334 9 0 447726 0
[pid=1910/tid=1912] ppid=1908 vsize=1800456 CPUtime=1621.97
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 1416 0 -1 64 38492 0 1 0 162164 33 0 0 25 0 13 0 147854545 1843666944 129883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109905698 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1913] ppid=1908 vsize=1800456 CPUtime=37.85
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 1416 0 -1 64 44923 0 0 0 3764 21 0 0 16 0 13 0 147854546 1843666944 129883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1914] ppid=1908 vsize=1800456 CPUtime=37.83
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 1416 0 -1 64 51724 0 0 0 3759 24 0 0 16 0 13 0 147854546 1843666944 129883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1915] ppid=1908 vsize=1800456 CPUtime=0.22
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 1416 0 -1 64 18 0 0 0 15 7 0 0 16 0 13 0 147854548 1843666944 129883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1916] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1916/stat : 1916 (java) S 1908 1910 1416 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 147854549 1843666944 129883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1917] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1917/stat : 1917 (java) S 1908 1910 1416 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147854549 1843666944 129883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1918] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 1416 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 147854553 1843666944 129883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=1800456 CPUtime=2.65
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 1416 0 -1 64 5492 0 0 0 264 1 0 0 16 0 13 0 147854553 1843666944 129883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1920] ppid=1908 vsize=1800456 CPUtime=2.16
/proc/1910/task/1920/stat : 1920 (java) S 1908 1910 1416 0 -1 64 9703 0 0 0 213 3 0 0 16 0 13 0 147854553 1843666944 129883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1921] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1921/stat : 1921 (java) S 1908 1910 1416 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 147854553 1843666944 129883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1922] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1922/stat : 1922 (java) S 1908 1910 1416 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147854553 1843666944 129883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1923] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1923/stat : 1923 (java) S 1908 1910 1416 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 147854962 1843666944 129883 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1702.75
Current children cumulated vsize (KiB) 1800456

[startup+1722.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/90 1925
/proc/meminfo: memFree=1266512/2055920 swapFree=4147256/4192956
[pid=1910] ppid=1908 vsize=1800456 CPUtime=1764.61
/proc/1910/stat : 1910 (java) S 1908 1910 1416 0 -1 0 153401 0 1 0 176365 96 0 0 18 0 13 0 147854543 1843666944 132127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1910/statm: 450114 132127 1334 9 0 447726 0
[pid=1910/tid=1912] ppid=1908 vsize=1800456 CPUtime=1680.07
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 1416 0 -1 64 38518 0 1 0 167973 34 0 0 21 0 13 0 147854545 1843666944 132127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109933537 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1913] ppid=1908 vsize=1800456 CPUtime=39.73
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 1416 0 -1 64 45673 0 0 0 3951 22 0 0 16 0 13 0 147854546 1843666944 132127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1914] ppid=1908 vsize=1800456 CPUtime=39.71
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 1416 0 -1 64 53274 0 0 0 3946 25 0 0 16 0 13 0 147854546 1843666944 132127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1915] ppid=1908 vsize=1800456 CPUtime=0.22
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 1416 0 -1 64 18 0 0 0 15 7 0 0 15 0 13 0 147854548 1843666944 132127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1916] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1916/stat : 1916 (java) S 1908 1910 1416 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 147854549 1843666944 132127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1917] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1917/stat : 1917 (java) S 1908 1910 1416 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147854549 1843666944 132127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1918] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 1416 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 147854553 1843666944 132127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=1800456 CPUtime=2.65
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 1416 0 -1 64 5492 0 0 0 264 1 0 0 16 0 13 0 147854553 1843666944 132127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1920] ppid=1908 vsize=1800456 CPUtime=2.16
/proc/1910/task/1920/stat : 1920 (java) S 1908 1910 1416 0 -1 64 9703 0 0 0 213 3 0 0 16 0 13 0 147854553 1843666944 132127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1921] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1921/stat : 1921 (java) S 1908 1910 1416 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 147854553 1843666944 132127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1922] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1922/stat : 1922 (java) S 1908 1910 1416 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147854553 1843666944 132127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1923] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1923/stat : 1923 (java) S 1908 1910 1416 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 147854962 1843666944 132127 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1764.61
Current children cumulated vsize (KiB) 1800456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1756.6 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 1925
/proc/meminfo: memFree=1261648/2055920 swapFree=4147256/4192956
[pid=1910] ppid=1908 vsize=1800456 CPUtime=1800.02
/proc/1910/stat : 1910 (java) S 1908 1910 1416 0 -1 0 154598 0 1 0 179905 97 0 0 18 0 13 0 147854543 1843666944 133232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1910/statm: 450114 133232 1334 9 0 447726 0
[pid=1910/tid=1912] ppid=1908 vsize=1800456 CPUtime=1713.26
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 1416 0 -1 64 38533 0 1 0 171292 34 0 0 18 0 13 0 147854545 1843666944 133232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109905896 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1913] ppid=1908 vsize=1800456 CPUtime=40.83
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 1416 0 -1 64 46513 0 0 0 4061 22 0 0 16 0 13 0 147854546 1843666944 133232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1914] ppid=1908 vsize=1800456 CPUtime=40.82
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 1416 0 -1 64 53616 0 0 0 4056 26 0 0 17 0 13 0 147854546 1843666944 133232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1915] ppid=1908 vsize=1800456 CPUtime=0.23
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 1416 0 -1 64 18 0 0 0 16 7 0 0 16 0 13 0 147854548 1843666944 133232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1916] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1916/stat : 1916 (java) S 1908 1910 1416 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 147854549 1843666944 133232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1917] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1917/stat : 1917 (java) S 1908 1910 1416 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147854549 1843666944 133232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1918] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 1416 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 147854553 1843666944 133232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=1800456 CPUtime=2.65
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 1416 0 -1 64 5492 0 0 0 264 1 0 0 16 0 13 0 147854553 1843666944 133232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1920] ppid=1908 vsize=1800456 CPUtime=2.16
/proc/1910/task/1920/stat : 1920 (java) S 1908 1910 1416 0 -1 64 9703 0 0 0 213 3 0 0 16 0 13 0 147854553 1843666944 133232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1921] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1921/stat : 1921 (java) S 1908 1910 1416 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 147854553 1843666944 133232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1910/tid=1922] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1922/stat : 1922 (java) S 1908 1910 1416 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 147854553 1843666944 133232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1910/tid=1923] ppid=1908 vsize=1800456 CPUtime=0
/proc/1910/task/1923/stat : 1923 (java) S 1908 1910 1416 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 147854962 1843666944 133232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1800456

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

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

Child status: 143
Real time (s): 1756.71
CPU time (s): 1800.12
CPU user time (s): 1799.07
CPU system time (s): 1.05184
CPU usage (%): 102.471
Max. virtual memory (cumulated for all children) (KiB): 1801384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.05184
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154619
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= 43476
involuntary context switches= 51641

runsolver used 1.75173 second user time and 4.72528 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Mon Apr 16 10:09:27 UTC 2007

IDJOB= 354528
IDBENCH= 2635
IDSOLVER= 160
FILE ID= node2/354528-1176718167

PBS_JOBID= 4559446

Free space on /tmp= 66528 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_17.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354528-1176718167/sat4jPseudoCP.jar /tmp/evaluation/354528-1176718167/instance-354528-1176718167.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-354528-1176718167 -o ROOT/results/node2/solver-354528-1176718167 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354528-1176718167/sat4jPseudoCP.jar /tmp/evaluation/354528-1176718167/instance-354528-1176718167.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  642c38c9f16ba47e1145e44f5259b53a

RANDOM SEED= 832620421

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1793088 kB
Buffers:         17252 kB
Cached:         179048 kB
SwapCached:      14364 kB
Active:          71364 kB
Inactive:       148360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1793088 kB
SwapTotal:     4192956 kB
SwapFree:      4147256 kB
Dirty:            7456 kB
Writeback:           0 kB
Mapped:          30092 kB
Slab:            28508 kB
Committed_AS:  7039084 kB
PageTables:       1860 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= 66528 MiB

End job on node2 on Mon Apr 16 10:38:46 UTC 2007