Trace number 355035

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_16.opb
MD5SUM6e5141f298d85d1f18641c02d22506a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark222
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 222
Optimality of the best value was proved NO
Number of variables5570
Total number of constraints10896
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10895
Minimum length of a constraint1
Maximum length of a constraint34
Number of terms in the objective function 9
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 375
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 1908
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.04/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.04/0.18	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.04/0.18	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.04/0.18	c no version file found!!!
0.04/0.18	c sun.arch.data.model	32
0.04/0.18	c java.version	1.6.0
0.04/0.18	c os.name	Linux
0.04/0.18	c os.version	2.6.9-22.EL.rootsmp
0.04/0.18	c os.arch	i386
0.04/0.18	c Free memory 1651659224
0.04/0.18	c Max memory 1654456320
0.04/0.18	c Total memory 1654456320
0.04/0.19	c Number of processors 2
0.15/0.24	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.15/0.24	--- Begin Solver configuration ---
0.15/0.24	c Stops conflict analysis at the first Unique Implication Point
0.15/0.24	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.15/0.24	c Learn all clauses as in MiniSAT
0.15/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.15/0.24	c VSIDS like heuristics from MiniSAT using a heap
0.15/0.24	c No reason simplification
0.15/0.24	c --- End Solver configuration ---
0.15/0.24	c solving /tmp/evaluation/355035-1176755652/instance-355035-1176755652.opb
0.15/0.24	c reading problem ... 
4.64/3.47	c ... done. Wall clock time 3.229s.
4.64/3.47	c CPU time (experimental) 2.34s.
4.64/3.47	c #vars     5570
4.64/3.47	c #constraints  10895
1800.00/1756.59	c starts		: 2
1800.00/1756.59	c conflicts		: 68847
1800.00/1756.59	c decisions		: 89389
1800.00/1756.59	c propagations		: 7973806
1800.00/1756.59	c inspects		: 758827232
1800.00/1756.59	c learnt literals	: 0
1800.00/1756.59	c learnt binary clauses	: 0
1800.00/1756.59	c learnt ternary clauses	: 0
1800.00/1756.59	c learnt clauses	: 68847
1800.00/1756.59	c root simplifications	: 0
1800.00/1756.59	c removed literals (reason simplification)	: 0
1800.00/1756.59	c reason swapping (by a shorter reason)	: 0
1800.00/1756.59	c Calls to reduceDB	: 0
1800.00/1756.59	c speed (decisions/second)	: 50.98895958884379
1800.00/1756.59	c non guided choices	5356
1800.00/1756.59	s UNKNOWN
1800.00/1756.59	c Total wall clock time (ms): 1756.349

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/node33/watcher-355035-1176755652 -o ROOT/results/node33/solver-355035-1176755652 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355035-1176755652/sat4jPseudoCP.jar /tmp/evaluation/355035-1176755652/instance-355035-1176755652.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.03 1.01 1.00 2/77 12968
/proc/meminfo: memFree=1773200/2055920 swapFree=4174568/4192956
[pid=12968] ppid=12966 vsize=308 CPUtime=0
/proc/12968/stat : 12968 (java) R 12966 12968 12107 0 -1 0 57 0 0 0 0 0 0 0 18 0 1 0 123480691 315392 41 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 10945316 0 0 4096 0 0 0 0 17 1 0 0
/proc/12968/statm: 81 44 33 9 0 6 0

[startup+0.0980021 s]
/proc/loadavg: 1.03 1.01 1.00 2/77 12968
/proc/meminfo: memFree=1773200/2055920 swapFree=4174568/4192956
[pid=12968] ppid=12966 vsize=1777708 CPUtime=0.04
/proc/12968/stat : 12968 (java) S 12966 12968 12107 0 -1 0 3587 0 1 0 2 2 0 0 18 0 7 0 123480691 1820372992 3330 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/12968/statm: 444427 3330 1069 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.100997 s]
/proc/loadavg: 1.03 1.01 1.00 2/77 12968
/proc/meminfo: memFree=1773200/2055920 swapFree=4174568/4192956
[pid=12968] ppid=12966 vsize=1777708 CPUtime=0.04
/proc/12968/stat : 12968 (java) S 12966 12968 12107 0 -1 0 3613 0 1 0 2 2 0 0 18 0 7 0 123480691 1820372992 3356 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/12968/statm: 444427 3356 1070 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.301041 s]
/proc/loadavg: 1.03 1.01 1.00 2/77 12968
/proc/meminfo: memFree=1773200/2055920 swapFree=4174568/4192956
[pid=12968] ppid=12966 vsize=1782444 CPUtime=0.26
/proc/12968/stat : 12968 (java) S 12966 12968 12107 0 -1 0 5048 0 1 0 23 3 0 0 18 0 12 0 123480691 1825222656 4787 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12968/statm: 445611 4787 1247 9 0 443223 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 1782444

[startup+0.701128 s]
/proc/loadavg: 1.03 1.01 1.00 2/77 12968
/proc/meminfo: memFree=1773200/2055920 swapFree=4174568/4192956
[pid=12968] ppid=12966 vsize=1785808 CPUtime=0.92
/proc/12968/stat : 12968 (java) S 12966 12968 12107 0 -1 0 7272 0 1 0 88 4 0 0 18 0 12 0 123480691 1828667392 6588 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12968/statm: 446452 6588 1303 9 0 444064 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1785808

[startup+1.5023 s]
/proc/loadavg: 1.03 1.01 1.00 4/89 12980
/proc/meminfo: memFree=1740528/2055920 swapFree=4174568/4192956
[pid=12968] ppid=12966 vsize=1795160 CPUtime=2.38
/proc/12968/stat : 12968 (java) S 12966 12968 12107 0 -1 0 20480 0 1 0 226 12 0 0 18 0 12 0 123480691 1838243840 14615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12968/statm: 448790 14615 1311 9 0 446402 0
[pid=12968/tid=12970] ppid=12966 vsize=1795160 CPUtime=0.71
/proc/12968/task/12970/stat : 12970 (java) R 12966 12968 12107 0 -1 64 10484 0 1 0 65 6 0 0 25 0 12 0 123480696 1838243840 14615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109585347 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12971] ppid=12966 vsize=1795160 CPUtime=0
/proc/12968/task/12971/stat : 12971 (java) S 12966 12968 12107 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 123480698 1838243840 14615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12972] ppid=12966 vsize=1795160 CPUtime=0
/proc/12968/task/12972/stat : 12972 (java) S 12966 12968 12107 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 123480698 1838243840 14615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12973] ppid=12966 vsize=1795160 CPUtime=0
/proc/12968/task/12973/stat : 12973 (java) S 12966 12968 12107 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 123480700 1838243840 14615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12974] ppid=12966 vsize=1795160 CPUtime=0
/proc/12968/task/12974/stat : 12974 (java) S 12966 12968 12107 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 123480700 1838243840 14615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12975] ppid=12966 vsize=1795160 CPUtime=0
/proc/12968/task/12975/stat : 12975 (java) S 12966 12968 12107 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 123480700 1838243840 14615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12976] ppid=12966 vsize=1795160 CPUtime=0
/proc/12968/task/12976/stat : 12976 (java) S 12966 12968 12107 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 123480704 1838243840 14615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12977] ppid=12966 vsize=1795160 CPUtime=0.78
/proc/12968/task/12977/stat : 12977 (java) S 12966 12968 12107 0 -1 64 4178 0 0 0 76 2 0 0 16 0 12 0 123480704 1838243840 14615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12978] ppid=12966 vsize=1795160 CPUtime=0.86
/proc/12968/task/12978/stat : 12978 (java) S 12966 12968 12107 0 -1 64 5099 0 0 0 84 2 0 0 18 0 12 0 123480704 1838243840 14615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12979] ppid=12966 vsize=1795160 CPUtime=0
/proc/12968/task/12979/stat : 12979 (java) S 12966 12968 12107 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 123480704 1838243840 14615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12980] ppid=12966 vsize=1795160 CPUtime=0
/proc/12968/task/12980/stat : 12980 (java) S 12966 12968 12107 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 123480704 1838243840 14615 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 1795160

[startup+3.10161 s]
/proc/loadavg: 1.03 1.01 1.00 2/89 12980
/proc/meminfo: memFree=1655024/2055920 swapFree=4174568/4192956
[pid=12968] ppid=12966 vsize=1795160 CPUtime=4.09
/proc/12968/stat : 12968 (java) S 12966 12968 12107 0 -1 0 52009 0 1 0 382 27 0 0 18 0 12 0 123480691 1838243840 45970 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12968/statm: 448790 45970 1321 9 0 446402 0
[pid=12968/tid=12970] ppid=12966 vsize=1795160 CPUtime=2.21
/proc/12968/task/12970/stat : 12970 (java) R 12966 12968 12107 0 -1 64 37673 0 1 0 201 20 0 0 25 0 12 0 123480696 1838243840 45970 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109473555 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12971] ppid=12966 vsize=1795160 CPUtime=0.07
/proc/12968/task/12971/stat : 12971 (java) S 12966 12968 12107 0 -1 64 2428 0 0 0 7 0 0 0 17 0 12 0 123480698 1838243840 45970 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12972] ppid=12966 vsize=1795160 CPUtime=0.06
/proc/12968/task/12972/stat : 12972 (java) S 12966 12968 12107 0 -1 64 1898 0 0 0 6 0 0 0 16 0 12 0 123480698 1838243840 45970 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12973] ppid=12966 vsize=1795160 CPUtime=0
/proc/12968/task/12973/stat : 12973 (java) S 12966 12968 12107 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 123480700 1838243840 45970 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12974] ppid=12966 vsize=1795160 CPUtime=0
/proc/12968/task/12974/stat : 12974 (java) S 12966 12968 12107 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 123480700 1838243840 45970 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12975] ppid=12966 vsize=1795160 CPUtime=0
/proc/12968/task/12975/stat : 12975 (java) S 12966 12968 12107 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 123480700 1838243840 45970 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12976] ppid=12966 vsize=1795160 CPUtime=0
/proc/12968/task/12976/stat : 12976 (java) S 12966 12968 12107 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 123480704 1838243840 45970 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12977] ppid=12966 vsize=1795160 CPUtime=0.8
/proc/12968/task/12977/stat : 12977 (java) S 12966 12968 12107 0 -1 64 4185 0 0 0 78 2 0 0 16 0 12 0 123480704 1838243840 45970 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12978] ppid=12966 vsize=1795160 CPUtime=0.89
/proc/12968/task/12978/stat : 12978 (java) S 12966 12968 12107 0 -1 64 5099 0 0 0 87 2 0 0 15 0 12 0 123480704 1838243840 45970 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12979] ppid=12966 vsize=1795160 CPUtime=0
/proc/12968/task/12979/stat : 12979 (java) S 12966 12968 12107 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 123480704 1838243840 45970 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12980] ppid=12966 vsize=1795160 CPUtime=0
/proc/12968/task/12980/stat : 12980 (java) S 12966 12968 12107 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 123480704 1838243840 45970 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 1795160

[startup+6.30228 s]
/proc/loadavg: 1.03 1.01 1.00 2/90 12981
/proc/meminfo: memFree=1566440/2055920 swapFree=4174568/4192956
[pid=12968] ppid=12966 vsize=1799876 CPUtime=8.52
/proc/12968/stat : 12968 (java) S 12966 12968 12107 0 -1 0 64303 0 1 0 821 31 0 0 18 0 13 0 123480691 1843073024 55527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12968/statm: 449969 55527 1329 9 0 447581 0
[pid=12968/tid=12970] ppid=12966 vsize=1799876 CPUtime=4.58
/proc/12968/task/12970/stat : 12970 (java) R 12966 12968 12107 0 -1 64 37724 0 1 0 438 20 0 0 24 0 13 0 123480696 1843073024 55527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109148742 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12971] ppid=12966 vsize=1799876 CPUtime=0.4
/proc/12968/task/12971/stat : 12971 (java) S 12966 12968 12107 0 -1 64 7196 0 0 0 38 2 0 0 16 0 13 0 123480698 1843073024 55527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12972] ppid=12966 vsize=1799876 CPUtime=0.41
/proc/12968/task/12972/stat : 12972 (java) S 12966 12968 12107 0 -1 64 6163 0 0 0 39 2 0 0 16 0 13 0 123480698 1843073024 55527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12973] ppid=12966 vsize=1799876 CPUtime=0
/proc/12968/task/12973/stat : 12973 (java) S 12966 12968 12107 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 123480700 1843073024 55527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12974] ppid=12966 vsize=1799876 CPUtime=0
/proc/12968/task/12974/stat : 12974 (java) S 12966 12968 12107 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 123480700 1843073024 55527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12975] ppid=12966 vsize=1799876 CPUtime=0
/proc/12968/task/12975/stat : 12975 (java) S 12966 12968 12107 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 123480700 1843073024 55527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12976] ppid=12966 vsize=1799876 CPUtime=0
/proc/12968/task/12976/stat : 12976 (java) S 12966 12968 12107 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 123480704 1843073024 55527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12977] ppid=12966 vsize=1799876 CPUtime=1.51
/proc/12968/task/12977/stat : 12977 (java) S 12966 12968 12107 0 -1 64 6898 0 0 0 149 2 0 0 16 0 13 0 123480704 1843073024 55527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12978] ppid=12966 vsize=1799876 CPUtime=1.58
/proc/12968/task/12978/stat : 12978 (java) S 12966 12968 12107 0 -1 64 5590 0 0 0 156 2 0 0 16 0 13 0 123480704 1843073024 55527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12979] ppid=12966 vsize=1799876 CPUtime=0
/proc/12968/task/12979/stat : 12979 (java) S 12966 12968 12107 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 123480704 1843073024 55527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12980] ppid=12966 vsize=1799876 CPUtime=0
/proc/12968/task/12980/stat : 12980 (java) S 12966 12968 12107 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 123480704 1843073024 55527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12981] ppid=12966 vsize=1799876 CPUtime=0
/proc/12968/task/12981/stat : 12981 (java) S 12966 12968 12107 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 123481040 1843073024 55527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.52
Current children cumulated vsize (KiB) 1799876

[startup+12.7016 s]
/proc/loadavg: 1.03 1.01 1.00 2/90 12981
/proc/meminfo: memFree=1553384/2055920 swapFree=4174568/4192956
[pid=12968] ppid=12966 vsize=1801156 CPUtime=16.51
/proc/12968/stat : 12968 (java) S 12966 12968 12107 0 -1 0 72963 0 1 0 1616 35 0 0 18 0 13 0 123480691 1844383744 59642 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12968/statm: 450289 59642 1332 9 0 447901 0
[pid=12968/tid=12970] ppid=12966 vsize=1801156 CPUtime=9.82
/proc/12968/task/12970/stat : 12970 (java) S 12966 12968 12107 0 -1 64 37733 0 1 0 962 20 0 0 25 0 13 0 123480696 1844383744 59642 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12971] ppid=12966 vsize=1801156 CPUtime=1.19
/proc/12968/task/12971/stat : 12971 (java) R 12966 12968 12107 0 -1 64 10156 0 0 0 115 4 0 0 17 0 13 0 123480698 1844383744 59642 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103370432 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12972] ppid=12966 vsize=1801156 CPUtime=1.19
/proc/12968/task/12972/stat : 12972 (java) R 12966 12968 12107 0 -1 64 8299 0 0 0 116 3 0 0 17 0 13 0 123480698 1844383744 59642 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369186 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12973] ppid=12966 vsize=1801156 CPUtime=0
/proc/12968/task/12973/stat : 12973 (java) S 12966 12968 12107 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 123480700 1844383744 59642 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12974] ppid=12966 vsize=1801156 CPUtime=0
/proc/12968/task/12974/stat : 12974 (java) S 12966 12968 12107 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 123480700 1844383744 59642 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12975] ppid=12966 vsize=1801156 CPUtime=0
/proc/12968/task/12975/stat : 12975 (java) S 12966 12968 12107 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 123480700 1844383744 59642 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12976] ppid=12966 vsize=1801156 CPUtime=0
/proc/12968/task/12976/stat : 12976 (java) S 12966 12968 12107 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 123480704 1844383744 59642 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12977] ppid=12966 vsize=1801156 CPUtime=2.21
/proc/12968/task/12977/stat : 12977 (java) S 12966 12968 12107 0 -1 64 10402 0 0 0 217 4 0 0 16 0 13 0 123480704 1844383744 59642 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12978] ppid=12966 vsize=1801156 CPUtime=2.04
/proc/12968/task/12978/stat : 12978 (java) S 12966 12968 12107 0 -1 64 5641 0 0 0 202 2 0 0 15 0 13 0 123480704 1844383744 59642 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12979] ppid=12966 vsize=1801156 CPUtime=0
/proc/12968/task/12979/stat : 12979 (java) S 12966 12968 12107 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 123480704 1844383744 59642 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12980] ppid=12966 vsize=1801156 CPUtime=0
/proc/12968/task/12980/stat : 12980 (java) S 12966 12968 12107 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 123480704 1844383744 59642 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12981] ppid=12966 vsize=1801156 CPUtime=0
/proc/12968/task/12981/stat : 12981 (java) S 12966 12968 12107 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 123481040 1844383744 59642 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.51
Current children cumulated vsize (KiB) 1801156

[startup+25.5022 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 12981
/proc/meminfo: memFree=1530216/2055920 swapFree=4174568/4192956
[pid=12968] ppid=12966 vsize=1801156 CPUtime=29.62
/proc/12968/stat : 12968 (java) S 12966 12968 12107 0 -1 0 77470 0 1 0 2924 38 0 0 18 0 13 0 123480691 1844383744 61764 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12968/statm: 450289 61764 1332 9 0 447901 0
[pid=12968/tid=12970] ppid=12966 vsize=1801156 CPUtime=22.32
/proc/12968/task/12970/stat : 12970 (java) R 12966 12968 12107 0 -1 64 37745 0 1 0 2212 20 0 0 23 0 13 0 123480696 1844383744 61764 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109662049 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12971] ppid=12966 vsize=1801156 CPUtime=1.46
/proc/12968/task/12971/stat : 12971 (java) S 12966 12968 12107 0 -1 64 12564 0 0 0 141 5 0 0 16 0 13 0 123480698 1844383744 61764 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12972] ppid=12966 vsize=1801156 CPUtime=1.46
/proc/12968/task/12972/stat : 12972 (java) S 12966 12968 12107 0 -1 64 10386 0 0 0 142 4 0 0 17 0 13 0 123480698 1844383744 61764 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12973] ppid=12966 vsize=1801156 CPUtime=0
/proc/12968/task/12973/stat : 12973 (java) S 12966 12968 12107 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 123480700 1844383744 61764 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12974] ppid=12966 vsize=1801156 CPUtime=0
/proc/12968/task/12974/stat : 12974 (java) S 12966 12968 12107 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 123480700 1844383744 61764 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=12968/tid=12974] ppid=12966 vsize=1802180 CPUtime=0
/proc/12968/task/12974/stat : 12974 (java) S 12966 12968 12107 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 123480700 1845432320 127548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12975] ppid=12966 vsize=1802180 CPUtime=0
/proc/12968/task/12975/stat : 12975 (java) S 12966 12968 12107 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 123480700 1845432320 127548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12976] ppid=12966 vsize=1802180 CPUtime=0
/proc/12968/task/12976/stat : 12976 (java) S 12966 12968 12107 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 123480704 1845432320 127548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12977] ppid=12966 vsize=1802180 CPUtime=2.52
/proc/12968/task/12977/stat : 12977 (java) S 12966 12968 12107 0 -1 64 11765 0 0 0 248 4 0 0 16 0 13 0 123480704 1845432320 127548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12978] ppid=12966 vsize=1802180 CPUtime=2.15
/proc/12968/task/12978/stat : 12978 (java) S 12966 12968 12107 0 -1 64 5644 0 0 0 213 2 0 0 16 0 13 0 123480704 1845432320 127548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12979] ppid=12966 vsize=1802180 CPUtime=0
/proc/12968/task/12979/stat : 12979 (java) S 12966 12968 12107 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 123480704 1845432320 127548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12980] ppid=12966 vsize=1802180 CPUtime=0
/proc/12968/task/12980/stat : 12980 (java) S 12966 12968 12107 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 123480704 1845432320 127548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12981] ppid=12966 vsize=1802180 CPUtime=0
/proc/12968/task/12981/stat : 12981 (java) S 12966 12968 12107 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 123481040 1845432320 127548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1640.96
Current children cumulated vsize (KiB) 1802180

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/96 13159
/proc/meminfo: memFree=1256296/2055920 swapFree=4174568/4192956
[pid=12968] ppid=12966 vsize=1802180 CPUtime=1702.71
/proc/12968/stat : 12968 (java) S 12966 12968 12107 0 -1 0 152232 0 1 0 170174 97 0 0 18 0 13 0 123480691 1845432320 129592 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12968/statm: 450545 129592 1334 9 0 448157 0
[pid=12968/tid=12970] ppid=12966 vsize=1802180 CPUtime=1620.96
/proc/12968/task/12970/stat : 12970 (java) R 12966 12968 12107 0 -1 64 38508 0 1 0 162062 34 0 0 25 0 13 0 123480696 1845432320 129592 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109571668 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12971] ppid=12966 vsize=1802180 CPUtime=38.45
/proc/12968/task/12971/stat : 12971 (java) S 12966 12968 12107 0 -1 64 46452 0 0 0 3822 23 0 0 16 0 13 0 123480698 1845432320 129592 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12972] ppid=12966 vsize=1802180 CPUtime=38.39
/proc/12968/task/12972/stat : 12972 (java) S 12966 12968 12107 0 -1 64 49128 0 0 0 3814 25 0 0 16 0 13 0 123480698 1845432320 129592 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12973] ppid=12966 vsize=1802180 CPUtime=0.17
/proc/12968/task/12973/stat : 12973 (java) S 12966 12968 12107 0 -1 64 13 0 0 0 12 5 0 0 16 0 13 0 123480700 1845432320 129592 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12974] ppid=12966 vsize=1802180 CPUtime=0
/proc/12968/task/12974/stat : 12974 (java) S 12966 12968 12107 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 123480700 1845432320 129592 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12975] ppid=12966 vsize=1802180 CPUtime=0
/proc/12968/task/12975/stat : 12975 (java) S 12966 12968 12107 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 123480700 1845432320 129592 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12976] ppid=12966 vsize=1802180 CPUtime=0
/proc/12968/task/12976/stat : 12976 (java) S 12966 12968 12107 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 123480704 1845432320 129592 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12977] ppid=12966 vsize=1802180 CPUtime=2.52
/proc/12968/task/12977/stat : 12977 (java) S 12966 12968 12107 0 -1 64 11765 0 0 0 248 4 0 0 16 0 13 0 123480704 1845432320 129592 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12978] ppid=12966 vsize=1802180 CPUtime=2.15
/proc/12968/task/12978/stat : 12978 (java) S 12966 12968 12107 0 -1 64 5644 0 0 0 213 2 0 0 16 0 13 0 123480704 1845432320 129592 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12979] ppid=12966 vsize=1802180 CPUtime=0
/proc/12968/task/12979/stat : 12979 (java) S 12966 12968 12107 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 123480704 1845432320 129592 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12980] ppid=12966 vsize=1802180 CPUtime=0
/proc/12968/task/12980/stat : 12980 (java) S 12966 12968 12107 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 123480704 1845432320 129592 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12981] ppid=12966 vsize=1802180 CPUtime=0
/proc/12968/task/12981/stat : 12981 (java) S 12966 12968 12107 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 123481040 1845432320 129592 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1702.71
Current children cumulated vsize (KiB) 1802180

[startup+1722.3 s]
/proc/loadavg: 1.20 1.07 1.02 2/90 13181
/proc/meminfo: memFree=1249512/2055920 swapFree=4174568/4192956
[pid=12968] ppid=12966 vsize=1802180 CPUtime=1764.71
/proc/12968/stat : 12968 (java) S 12966 12968 12107 0 -1 0 154422 0 1 0 176371 100 0 0 18 0 13 0 123480691 1845432320 131689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12968/statm: 450545 131689 1334 9 0 448157 0
[pid=12968/tid=12970] ppid=12966 vsize=1802180 CPUtime=1678.88
/proc/12968/task/12970/stat : 12970 (java) R 12966 12968 12107 0 -1 64 38535 0 1 0 167853 35 0 0 19 0 13 0 123480696 1845432320 131689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109707673 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12971] ppid=12966 vsize=1802180 CPUtime=40.49
/proc/12968/task/12971/stat : 12971 (java) S 12966 12968 12107 0 -1 64 47478 0 0 0 4025 24 0 0 16 0 13 0 123480698 1845432320 131689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12972] ppid=12966 vsize=1802180 CPUtime=40.42
/proc/12968/task/12972/stat : 12972 (java) S 12966 12968 12107 0 -1 64 50265 0 0 0 4016 26 0 0 16 0 13 0 123480698 1845432320 131689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12973] ppid=12966 vsize=1802180 CPUtime=0.18
/proc/12968/task/12973/stat : 12973 (java) S 12966 12968 12107 0 -1 64 13 0 0 0 13 5 0 0 15 0 13 0 123480700 1845432320 131689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12974] ppid=12966 vsize=1802180 CPUtime=0
/proc/12968/task/12974/stat : 12974 (java) S 12966 12968 12107 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 123480700 1845432320 131689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12975] ppid=12966 vsize=1802180 CPUtime=0
/proc/12968/task/12975/stat : 12975 (java) S 12966 12968 12107 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 123480700 1845432320 131689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12976] ppid=12966 vsize=1802180 CPUtime=0
/proc/12968/task/12976/stat : 12976 (java) S 12966 12968 12107 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 123480704 1845432320 131689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12977] ppid=12966 vsize=1802180 CPUtime=2.52
/proc/12968/task/12977/stat : 12977 (java) S 12966 12968 12107 0 -1 64 11765 0 0 0 248 4 0 0 16 0 13 0 123480704 1845432320 131689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12978] ppid=12966 vsize=1802180 CPUtime=2.15
/proc/12968/task/12978/stat : 12978 (java) S 12966 12968 12107 0 -1 64 5644 0 0 0 213 2 0 0 16 0 13 0 123480704 1845432320 131689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12979] ppid=12966 vsize=1802180 CPUtime=0
/proc/12968/task/12979/stat : 12979 (java) S 12966 12968 12107 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 123480704 1845432320 131689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12980] ppid=12966 vsize=1802180 CPUtime=0
/proc/12968/task/12980/stat : 12980 (java) S 12966 12968 12107 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 123480704 1845432320 131689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12981] ppid=12966 vsize=1802180 CPUtime=0
/proc/12968/task/12981/stat : 12981 (java) S 12966 12968 12107 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 123481040 1845432320 131689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1764.71
Current children cumulated vsize (KiB) 1802180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1756.5 s]
/proc/loadavg: 1.11 1.06 1.01 2/90 13181
/proc/meminfo: memFree=1244712/2055920 swapFree=4174568/4192956
[pid=12968] ppid=12966 vsize=1802180 CPUtime=1800
/proc/12968/stat : 12968 (java) S 12966 12968 12107 0 -1 0 155565 0 1 0 179899 101 0 0 18 0 13 0 123480691 1845432320 132798 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12968/statm: 450545 132798 1334 9 0 448157 0
[pid=12968/tid=12970] ppid=12966 vsize=1802180 CPUtime=1711.97
/proc/12968/task/12970/stat : 12970 (java) R 12966 12968 12107 0 -1 64 38549 0 1 0 171162 35 0 0 25 0 13 0 123480696 1845432320 132798 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109921193 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12971] ppid=12966 vsize=1802180 CPUtime=41.58
/proc/12968/task/12971/stat : 12971 (java) S 12966 12968 12107 0 -1 64 47856 0 0 0 4134 24 0 0 16 0 13 0 123480698 1845432320 132798 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12972] ppid=12966 vsize=1802180 CPUtime=41.53
/proc/12968/task/12972/stat : 12972 (java) S 12966 12968 12107 0 -1 64 51016 0 0 0 4126 27 0 0 16 0 13 0 123480698 1845432320 132798 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12973] ppid=12966 vsize=1802180 CPUtime=0.18
/proc/12968/task/12973/stat : 12973 (java) S 12966 12968 12107 0 -1 64 13 0 0 0 13 5 0 0 16 0 13 0 123480700 1845432320 132798 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12974] ppid=12966 vsize=1802180 CPUtime=0
/proc/12968/task/12974/stat : 12974 (java) S 12966 12968 12107 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 123480700 1845432320 132798 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12975] ppid=12966 vsize=1802180 CPUtime=0
/proc/12968/task/12975/stat : 12975 (java) S 12966 12968 12107 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 123480700 1845432320 132798 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12976] ppid=12966 vsize=1802180 CPUtime=0
/proc/12968/task/12976/stat : 12976 (java) S 12966 12968 12107 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 123480704 1845432320 132798 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12977] ppid=12966 vsize=1802180 CPUtime=2.52
/proc/12968/task/12977/stat : 12977 (java) S 12966 12968 12107 0 -1 64 11765 0 0 0 248 4 0 0 16 0 13 0 123480704 1845432320 132798 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12978] ppid=12966 vsize=1802180 CPUtime=2.15
/proc/12968/task/12978/stat : 12978 (java) S 12966 12968 12107 0 -1 64 5644 0 0 0 213 2 0 0 16 0 13 0 123480704 1845432320 132798 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12979] ppid=12966 vsize=1802180 CPUtime=0
/proc/12968/task/12979/stat : 12979 (java) S 12966 12968 12107 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 123480704 1845432320 132798 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12980] ppid=12966 vsize=1802180 CPUtime=0
/proc/12968/task/12980/stat : 12980 (java) S 12966 12968 12107 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 123480704 1845432320 132798 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12981] ppid=12966 vsize=1802180 CPUtime=0
/proc/12968/task/12981/stat : 12981 (java) S 12966 12968 12107 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 123481040 1845432320 132798 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1802180

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

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

[startup+1756.61 s]
/proc/loadavg: 1.11 1.06 1.01 2/92 13184
/proc/meminfo: memFree=1244376/2055920 swapFree=4174568/4192956
[pid=12968] ppid=12966 vsize=1802828 CPUtime=1800.2
/proc/12968/stat : 12968 (java) S 12966 12968 12107 0 -1 0 155632 0 1 0 179919 101 0 0 16 0 14 0 123480691 1846095872 132864 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12968/statm: 450707 132864 1335 9 0 448319 0
[pid=12968/tid=12970] ppid=12966 vsize=1802828 CPUtime=1712
/proc/12968/task/12970/stat : 12970 (java) R 12966 12968 12107 0 -1 64 38550 0 1 0 171165 35 0 0 17 0 14 0 123480696 1846095872 132864 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109706850 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12971] ppid=12966 vsize=1802828 CPUtime=41.66
/proc/12968/task/12971/stat : 12971 (java) S 12966 12968 12107 0 -1 64 47861 0 0 0 4142 24 0 0 16 0 14 0 123480698 1846095872 132864 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12972] ppid=12966 vsize=1802828 CPUtime=41.61
/proc/12968/task/12972/stat : 12972 (java) S 12966 12968 12107 0 -1 64 51058 0 0 0 4134 27 0 0 16 0 14 0 123480698 1846095872 132864 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12973] ppid=12966 vsize=1802828 CPUtime=0.18
/proc/12968/task/12973/stat : 12973 (java) S 12966 12968 12107 0 -1 64 13 0 0 0 13 5 0 0 16 0 14 0 123480700 1846095872 132864 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12974] ppid=12966 vsize=1802828 CPUtime=0
/proc/12968/task/12974/stat : 12974 (java) S 12966 12968 12107 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 123480700 1846095872 132864 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12975] ppid=12966 vsize=1802828 CPUtime=0
/proc/12968/task/12975/stat : 12975 (java) S 12966 12968 12107 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 123480700 1846095872 132864 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12976] ppid=12966 vsize=1802828 CPUtime=0
/proc/12968/task/12976/stat : 12976 (java) S 12966 12968 12107 0 -1 64 5 0 0 0 0 0 0 0 17 0 14 0 123480704 1846095872 132864 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12977] ppid=12966 vsize=1802828 CPUtime=2.52
/proc/12968/task/12977/stat : 12977 (java) S 12966 12968 12107 0 -1 64 11765 0 0 0 248 4 0 0 16 0 14 0 123480704 1846095872 132864 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12978] ppid=12966 vsize=1802828 CPUtime=2.15
/proc/12968/task/12978/stat : 12978 (java) S 12966 12968 12107 0 -1 64 5644 0 0 0 213 2 0 0 16 0 14 0 123480704 1846095872 132864 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12979] ppid=12966 vsize=1802828 CPUtime=0
/proc/12968/task/12979/stat : 12979 (java) S 12966 12968 12107 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 123480704 1846095872 132864 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=12980] ppid=12966 vsize=1802828 CPUtime=0
/proc/12968/task/12980/stat : 12980 (java) S 12966 12968 12107 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 123480704 1846095872 132864 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12968/tid=12981] ppid=12966 vsize=1802828 CPUtime=0
/proc/12968/task/12981/stat : 12981 (java) S 12966 12968 12107 0 -1 64 4 0 0 0 0 0 0 0 25 0 14 0 123481040 1846095872 132864 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12968/tid=13183] ppid=12966 vsize=1802828 CPUtime=0
/proc/12968/task/13183/stat : 13183 (java) S 12966 12968 12107 0 -1 64 9 0 0 0 0 0 0 0 17 0 14 0 123656350 1846095872 132864 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 1802828

[startup+1756.71 s]
/proc/loadavg: 1.11 1.06 1.01 2/92 13184
/proc/meminfo: memFree=1244376/2055920 swapFree=4174568/4192956
[pid=12968] ppid=12966 vsize=0 CPUtime=1800.28
/proc/12968/stat : 12968 (java) Z 12966 12968 12107 0 -1 1036 155633 0 1 0 179919 109 0 0 15 0 2 0 123480691 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12968/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1756.71
CPU time (s): 1800.29
CPU user time (s): 1799.2
CPU system time (s): 1.09683
CPU usage (%): 102.481
Max. virtual memory (cumulated for all children) (KiB): 1803312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.2
system time used= 1.09683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155633
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= 43606
involuntary context switches= 70581

runsolver used 1.73374 second user time and 4.82127 second system time

The end

Launcher Data (download as text)

Begin job on node33 on Mon Apr 16 20:34:12 UTC 2007

IDJOB= 355035
IDBENCH= 2937
IDSOLVER= 160
FILE ID= node33/355035-1176755652

PBS_JOBID= 4580704

Free space on /tmp= 66546 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  6e5141f298d85d1f18641c02d22506a9

RANDOM SEED= 733479662

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node33.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.272
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.272
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:       1773672 kB
Buffers:         25008 kB
Cached:          80176 kB
SwapCached:       2256 kB
Active:          53932 kB
Inactive:       173968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1773672 kB
SwapTotal:     4192956 kB
SwapFree:      4174568 kB
Dirty:            6316 kB
Writeback:           0 kB
Mapped:         137772 kB
Slab:            39680 kB
Committed_AS:  1654848 kB
PageTables:       1996 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= 66546 MiB

End job on node33 on Mon Apr 16 21:03:31 UTC 2007