Trace number 354527

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.13 1780.99

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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/354527-1176718133/instance-354527-1176718133.opb
0.20/0.20	c reading problem ... 
5.73/4.10	c ... done. Wall clock time 3.896s.
5.73/4.10	c CPU time (experimental) 3.08s.
5.73/4.10	c #vars     7089
5.73/4.10	c #constraints  13888
1800.04/1780.91	c starts		: 16
1800.04/1780.91	c conflicts		: 93806
1800.04/1780.91	c decisions		: 111470
1800.04/1780.91	c propagations		: 15792665
1800.04/1780.91	c inspects		: 829060571
1800.04/1780.91	c learnt literals	: 0
1800.04/1780.91	c learnt binary clauses	: 0
1800.04/1780.91	c learnt ternary clauses	: 3
1800.04/1780.91	c learnt clauses	: 93806
1800.04/1780.91	c root simplifications	: 0
1800.04/1780.91	c removed literals (reason simplification)	: 0
1800.04/1780.91	c reason swapping (by a shorter reason)	: 0
1800.04/1780.91	c Calls to reduceDB	: 0
1800.04/1780.91	c speed (decisions/second)	: 62.73652124385692
1800.04/1780.91	c non guided choices	8
1800.04/1780.91	s UNKNOWN
1800.04/1780.91	c Total wall clock time (ms): 1780.71

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

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


[startup+0 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 31870
/proc/meminfo: memFree=1728832/2055920 swapFree=4159444/4192956
[pid=31870] ppid=31868 vsize=18568 CPUtime=0
/proc/31870/stat : 31870 (runsolver) R 31868 31870 31474 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 119730717 19013632 292 18446744073709551615 4194304 4296420 548682068864 18446744073709551615 255236566311 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/31870/statm: 4642 292 257 24 0 2626 0

[startup+0.0605791 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 31870
/proc/meminfo: memFree=1728832/2055920 swapFree=4159444/4192956
[pid=31870] ppid=31868 vsize=1777708 CPUtime=0.04
/proc/31870/stat : 31870 (java) S 31868 31870 31474 0 -1 0 3589 0 1 0 2 2 0 0 18 0 7 0 119730717 1820372992 3332 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/31870/statm: 444427 3332 1069 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.101584 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 31870
/proc/meminfo: memFree=1728832/2055920 swapFree=4159444/4192956
[pid=31870] ppid=31868 vsize=1780108 CPUtime=0.08
/proc/31870/stat : 31870 (java) S 31868 31870 31474 0 -1 0 3964 0 1 0 6 2 0 0 18 0 12 0 119730717 1822830592 3706 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31870/statm: 445027 3706 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301603 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 31870
/proc/meminfo: memFree=1728832/2055920 swapFree=4159444/4192956
[pid=31870] ppid=31868 vsize=1781424 CPUtime=0.3
/proc/31870/stat : 31870 (java) S 31868 31870 31474 0 -1 0 5161 0 1 0 27 3 0 0 18 0 12 0 119730717 1824178176 4900 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31870/statm: 445356 4900 1265 9 0 442968 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781424

[startup+0.701649 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 31870
/proc/meminfo: memFree=1728832/2055920 swapFree=4159444/4192956
[pid=31870] ppid=31868 vsize=1786024 CPUtime=0.99
/proc/31870/stat : 31870 (java) S 31868 31870 31474 0 -1 0 7872 0 1 0 95 4 0 0 18 0 12 0 119730717 1828888576 7117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31870/statm: 446506 7117 1308 9 0 444118 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1786024

[startup+1.50174 s]
/proc/loadavg: 0.93 0.99 0.99 4/89 31882
/proc/meminfo: memFree=1695200/2055920 swapFree=4159444/4192956
[pid=31870] ppid=31868 vsize=1797392 CPUtime=2.57
/proc/31870/stat : 31870 (java) S 31868 31870 31474 0 -1 0 25223 0 1 0 245 12 0 0 18 0 12 0 119730717 1840529408 20081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31870/statm: 449348 20083 1311 9 0 446960 0
[pid=31870/tid=31872] ppid=31868 vsize=1797392 CPUtime=0.95
/proc/31870/task/31872/stat : 31872 (java) R 31868 31870 31474 0 -1 64 15525 0 1 0 88 7 0 0 18 0 12 0 119730718 1840529408 20084 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109558545 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31873] ppid=31868 vsize=1797392 CPUtime=0
/proc/31870/task/31873/stat : 31873 (java) S 31868 31870 31474 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 119730720 1840529408 20085 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31874] ppid=31868 vsize=1797392 CPUtime=0
/proc/31870/task/31874/stat : 31874 (java) S 31868 31870 31474 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 119730720 1840529408 20086 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31875] ppid=31868 vsize=1797392 CPUtime=0
/proc/31870/task/31875/stat : 31875 (java) S 31868 31870 31474 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 119730722 1840529408 20087 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31876] ppid=31868 vsize=1797392 CPUtime=0
/proc/31870/task/31876/stat : 31876 (java) S 31868 31870 31474 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 119730723 1840529408 20088 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31877] ppid=31868 vsize=1797392 CPUtime=0
/proc/31870/task/31877/stat : 31877 (java) S 31868 31870 31474 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 119730723 1840529408 20089 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31878] ppid=31868 vsize=1797392 CPUtime=0
/proc/31870/task/31878/stat : 31878 (java) S 31868 31870 31474 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 119730726 1840529408 20091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31879] ppid=31868 vsize=1797392 CPUtime=0.79
/proc/31870/task/31879/stat : 31879 (java) S 31868 31870 31474 0 -1 64 4172 0 0 0 78 1 0 0 18 0 12 0 119730726 1840529408 20091 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31880] ppid=31868 vsize=1797392 CPUtime=0.79
/proc/31870/task/31880/stat : 31880 (java) R 31868 31870 31474 0 -1 64 4807 0 0 0 77 2 0 0 19 0 12 0 119730726 1840529408 20092 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102399350 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31881] ppid=31868 vsize=1797392 CPUtime=0
/proc/31870/task/31881/stat : 31881 (java) S 31868 31870 31474 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 119730726 1840529408 20093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31882] ppid=31868 vsize=1797392 CPUtime=0
/proc/31870/task/31882/stat : 31882 (java) S 31868 31870 31474 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 119730726 1840529408 20095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 1797392

[startup+3.1019 s]
/proc/loadavg: 0.93 0.99 0.99 2/89 31882
/proc/meminfo: memFree=1589344/2055920 swapFree=4159444/4192956
[pid=31870] ppid=31868 vsize=1795320 CPUtime=4.32
/proc/31870/stat : 31870 (java) S 31868 31870 31474 0 -1 0 51446 0 1 0 408 24 0 0 18 0 12 0 119730717 1838407680 45780 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31870/statm: 448830 45780 1321 9 0 446442 0
[pid=31870/tid=31872] ppid=31868 vsize=1795320 CPUtime=2.47
/proc/31870/task/31872/stat : 31872 (java) R 31868 31870 31474 0 -1 64 37670 0 1 0 230 17 0 0 23 0 12 0 119730718 1838407680 45780 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31873] ppid=31868 vsize=1795320 CPUtime=0.07
/proc/31870/task/31873/stat : 31873 (java) S 31868 31870 31474 0 -1 64 2348 0 0 0 6 1 0 0 16 0 12 0 119730720 1838407680 45780 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31874] ppid=31868 vsize=1795320 CPUtime=0.06
/proc/31870/task/31874/stat : 31874 (java) S 31868 31870 31474 0 -1 64 1677 0 0 0 6 0 0 0 17 0 12 0 119730720 1838407680 45780 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31875] ppid=31868 vsize=1795320 CPUtime=0
/proc/31870/task/31875/stat : 31875 (java) S 31868 31870 31474 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 119730722 1838407680 45780 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31876] ppid=31868 vsize=1795320 CPUtime=0
/proc/31870/task/31876/stat : 31876 (java) S 31868 31870 31474 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 119730723 1838407680 45780 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31877] ppid=31868 vsize=1795320 CPUtime=0
/proc/31870/task/31877/stat : 31877 (java) S 31868 31870 31474 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 119730723 1838407680 45780 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31878] ppid=31868 vsize=1795320 CPUtime=0
/proc/31870/task/31878/stat : 31878 (java) S 31868 31870 31474 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 119730726 1838407680 45780 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31879] ppid=31868 vsize=1795320 CPUtime=0.82
/proc/31870/task/31879/stat : 31879 (java) S 31868 31870 31474 0 -1 64 4172 0 0 0 81 1 0 0 16 0 12 0 119730726 1838407680 45780 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31880] ppid=31868 vsize=1795320 CPUtime=0.84
/proc/31870/task/31880/stat : 31880 (java) S 31868 31870 31474 0 -1 64 4852 0 0 0 82 2 0 0 16 0 12 0 119730726 1838407680 45780 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31881] ppid=31868 vsize=1795320 CPUtime=0
/proc/31870/task/31881/stat : 31881 (java) S 31868 31870 31474 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 119730726 1838407680 45780 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31882] ppid=31868 vsize=1795320 CPUtime=0
/proc/31870/task/31882/stat : 31882 (java) S 31868 31870 31474 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 119730726 1838407680 45780 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 1795320

[startup+6.30225 s]
/proc/loadavg: 0.93 0.99 0.99 2/90 31883
/proc/meminfo: memFree=1518424/2055920 swapFree=4159444/4192956
[pid=31870] ppid=31868 vsize=1796832 CPUtime=8.38
/proc/31870/stat : 31870 (java) S 31868 31870 31474 0 -1 0 64286 0 1 0 806 32 0 0 18 0 13 0 119730717 1839955968 57197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31870/statm: 449208 57197 1332 9 0 446820 0
[pid=31870/tid=31872] ppid=31868 vsize=1796832 CPUtime=5.03
/proc/31870/task/31872/stat : 31872 (java) R 31868 31870 31474 0 -1 64 37708 0 1 0 485 18 0 0 25 0 13 0 119730718 1839955968 57197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109924721 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31873] ppid=31868 vsize=1796832 CPUtime=0.41
/proc/31870/task/31873/stat : 31873 (java) S 31868 31870 31474 0 -1 64 8522 0 0 0 37 4 0 0 18 0 13 0 119730720 1839955968 57197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31874] ppid=31868 vsize=1796832 CPUtime=0.41
/proc/31870/task/31874/stat : 31874 (java) S 31868 31870 31474 0 -1 64 7304 0 0 0 38 3 0 0 16 0 13 0 119730720 1839955968 57197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31875] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31875/stat : 31875 (java) S 31868 31870 31474 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 119730722 1839955968 57197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31876] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31876/stat : 31876 (java) S 31868 31870 31474 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 119730723 1839955968 57197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31877] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31877/stat : 31877 (java) S 31868 31870 31474 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119730723 1839955968 57197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31878] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31878/stat : 31878 (java) S 31868 31870 31474 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119730726 1839955968 57197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31879] ppid=31868 vsize=1796832 CPUtime=1.21
/proc/31870/task/31879/stat : 31879 (java) S 31868 31870 31474 0 -1 64 4901 0 0 0 119 2 0 0 16 0 13 0 119730726 1839955968 57197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31880] ppid=31868 vsize=1796832 CPUtime=1.27
/proc/31870/task/31880/stat : 31880 (java) S 31868 31870 31474 0 -1 64 5119 0 0 0 125 2 0 0 16 0 13 0 119730726 1839955968 57197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31881] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31881/stat : 31881 (java) S 31868 31870 31474 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 119730726 1839955968 57197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31882] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31882/stat : 31882 (java) S 31868 31870 31474 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 119730726 1839955968 57197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31883] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31883/stat : 31883 (java) S 31868 31870 31474 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 119731129 1839955968 57197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.38
Current children cumulated vsize (KiB) 1796832

[startup+12.7029 s]
/proc/loadavg: 0.94 0.99 0.99 2/90 31883
/proc/meminfo: memFree=1503328/2055920 swapFree=4159444/4192956
[pid=31870] ppid=31868 vsize=1796832 CPUtime=15.3
/proc/31870/stat : 31870 (java) S 31868 31870 31474 0 -1 0 64602 0 1 0 1498 32 0 0 18 0 13 0 119730717 1839955968 57486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31870/statm: 449208 57486 1332 9 0 446820 0
[pid=31870/tid=31872] ppid=31868 vsize=1796832 CPUtime=10.94
/proc/31870/task/31872/stat : 31872 (java) R 31868 31870 31474 0 -1 64 37711 0 1 0 1076 18 0 0 25 0 13 0 119730718 1839955968 57486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109924044 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31873] ppid=31868 vsize=1796832 CPUtime=0.87
/proc/31870/task/31873/stat : 31873 (java) S 31868 31870 31474 0 -1 64 8631 0 0 0 83 4 0 0 16 0 13 0 119730720 1839955968 57486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31874] ppid=31868 vsize=1796832 CPUtime=0.88
/proc/31870/task/31874/stat : 31874 (java) S 31868 31870 31474 0 -1 64 7415 0 0 0 84 4 0 0 16 0 13 0 119730720 1839955968 57486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31875] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31875/stat : 31875 (java) S 31868 31870 31474 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 119730722 1839955968 57486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31876] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31876/stat : 31876 (java) S 31868 31870 31474 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 119730723 1839955968 57486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31877] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31877/stat : 31877 (java) S 31868 31870 31474 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119730723 1839955968 57486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31878] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31878/stat : 31878 (java) S 31868 31870 31474 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119730726 1839955968 57486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31879] ppid=31868 vsize=1796832 CPUtime=1.24
/proc/31870/task/31879/stat : 31879 (java) S 31868 31870 31474 0 -1 64 4993 0 0 0 122 2 0 0 16 0 13 0 119730726 1839955968 57486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31880] ppid=31868 vsize=1796832 CPUtime=1.31
/proc/31870/task/31880/stat : 31880 (java) S 31868 31870 31474 0 -1 64 5120 0 0 0 129 2 0 0 16 0 13 0 119730726 1839955968 57486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31881] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31881/stat : 31881 (java) S 31868 31870 31474 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 119730726 1839955968 57486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31882] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31882/stat : 31882 (java) S 31868 31870 31474 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 119730726 1839955968 57486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31883] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31883/stat : 31883 (java) S 31868 31870 31474 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 119731129 1839955968 57486 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.3
Current children cumulated vsize (KiB) 1796832

[startup+25.5013 s]
/proc/loadavg: 0.95 0.99 0.99 2/90 31883
/proc/meminfo: memFree=1483616/2055920 swapFree=4159444/4192956
[pid=31870] ppid=31868 vsize=1796832 CPUtime=28.48
/proc/31870/stat : 31870 (java) S 31868 31870 31474 0 -1 0 71796 0 1 0 2813 35 0 0 18 0 13 0 119730717 1839955968 62216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31870/statm: 449208 62216 1332 9 0 446820 0
[pid=31870/tid=31872] ppid=31868 vsize=1796832 CPUtime=23.37
/proc/31870/task/31872/stat : 31872 (java) R 31868 31870 31474 0 -1 64 37721 0 1 0 2319 18 0 0 18 0 13 0 119730718 1839955968 62216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109926568 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31873] ppid=31868 vsize=1796832 CPUtime=1.23
/proc/31870/task/31873/stat : 31873 (java) S 31868 31870 31474 0 -1 64 13374 0 0 0 117 6 0 0 16 0 13 0 119730720 1839955968 62216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31874] ppid=31868 vsize=1796832 CPUtime=1.24
/proc/31870/task/31874/stat : 31874 (java) S 31868 31870 31474 0 -1 64 9809 0 0 0 119 5 0 0 16 0 13 0 119730720 1839955968 62216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31875] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31875/stat : 31875 (java) S 31868 31870 31474 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 119730722 1839955968 62216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31876] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31876/stat : 31876 (java) S 31868 31870 31474 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 119730723 1839955968 62216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=31870] ppid=31868 vsize=1796832 CPUtime=1619.8
/proc/31870/stat : 31870 (java) S 31868 31870 31474 0 -1 0 166214 0 1 0 161878 102 0 0 18 0 13 0 119730717 1839955968 91925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31870/statm: 449208 91925 1334 9 0 446820 0
[pid=31870/tid=31872] ppid=31868 vsize=1796832 CPUtime=1584.17
/proc/31870/task/31872/stat : 31872 (java) R 31868 31870 31474 0 -1 64 68160 0 1 0 158376 41 0 0 25 0 13 0 119730718 1839955968 91925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109926079 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31873] ppid=31868 vsize=1796832 CPUtime=16.29
/proc/31870/task/31873/stat : 31873 (java) S 31868 31870 31474 0 -1 64 43929 0 0 0 1607 22 0 0 16 0 13 0 119730720 1839955968 91925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31874] ppid=31868 vsize=1796832 CPUtime=16.32
/proc/31870/task/31874/stat : 31874 (java) S 31868 31870 31474 0 -1 64 42835 0 0 0 1610 22 0 0 16 0 13 0 119730720 1839955968 91925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31875] ppid=31868 vsize=1796832 CPUtime=0.24
/proc/31870/task/31875/stat : 31875 (java) S 31868 31870 31474 0 -1 64 242 0 0 0 14 10 0 0 16 0 13 0 119730722 1839955968 91925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31876] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31876/stat : 31876 (java) S 31868 31870 31474 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 119730723 1839955968 91925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31877] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31877/stat : 31877 (java) S 31868 31870 31474 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119730723 1839955968 91925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31878] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31878/stat : 31878 (java) S 31868 31870 31474 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119730726 1839955968 91925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31879] ppid=31868 vsize=1796832 CPUtime=1.34
/proc/31870/task/31879/stat : 31879 (java) S 31868 31870 31474 0 -1 64 5201 0 0 0 132 2 0 0 16 0 13 0 119730726 1839955968 91925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31880] ppid=31868 vsize=1796832 CPUtime=1.39
/proc/31870/task/31880/stat : 31880 (java) S 31868 31870 31474 0 -1 64 5124 0 0 0 137 2 0 0 17 0 13 0 119730726 1839955968 91925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31881] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31881/stat : 31881 (java) S 31868 31870 31474 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 119730726 1839955968 91925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31882] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31882/stat : 31882 (java) S 31868 31870 31474 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 119730726 1839955968 91925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31883] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31883/stat : 31883 (java) S 31868 31870 31474 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 119731129 1839955968 91925 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1619.8
Current children cumulated vsize (KiB) 1796832

[startup+1662.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/90 31883
/proc/meminfo: memFree=1369696/2055920 swapFree=4159444/4192956
[pid=31870] ppid=31868 vsize=1796832 CPUtime=1680.34
/proc/31870/stat : 31870 (java) S 31868 31870 31474 0 -1 0 167489 0 1 0 167930 104 0 0 18 0 13 0 119730717 1839955968 90686 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31870/statm: 449208 90686 1334 9 0 446820 0
[pid=31870/tid=31872] ppid=31868 vsize=1796832 CPUtime=1643.55
/proc/31870/task/31872/stat : 31872 (java) R 31868 31870 31474 0 -1 64 68190 0 1 0 164314 41 0 0 22 0 13 0 119730718 1839955968 90686 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109903457 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31873] ppid=31868 vsize=1796832 CPUtime=16.86
/proc/31870/task/31873/stat : 31873 (java) S 31868 31870 31474 0 -1 64 44705 0 0 0 1663 23 0 0 16 0 13 0 119730720 1839955968 90686 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31874] ppid=31868 vsize=1796832 CPUtime=16.89
/proc/31870/task/31874/stat : 31874 (java) S 31868 31870 31474 0 -1 64 43284 0 0 0 1667 22 0 0 16 0 13 0 119730720 1839955968 90686 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31875] ppid=31868 vsize=1796832 CPUtime=0.25
/proc/31870/task/31875/stat : 31875 (java) S 31868 31870 31474 0 -1 64 262 0 0 0 14 11 0 0 15 0 13 0 119730722 1839955968 90686 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31876] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31876/stat : 31876 (java) S 31868 31870 31474 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 119730723 1839955968 90686 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31877] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31877/stat : 31877 (java) S 31868 31870 31474 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119730723 1839955968 90686 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31878] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31878/stat : 31878 (java) S 31868 31870 31474 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119730726 1839955968 90686 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31879] ppid=31868 vsize=1796832 CPUtime=1.34
/proc/31870/task/31879/stat : 31879 (java) S 31868 31870 31474 0 -1 64 5201 0 0 0 132 2 0 0 16 0 13 0 119730726 1839955968 90686 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31880] ppid=31868 vsize=1796832 CPUtime=1.39
/proc/31870/task/31880/stat : 31880 (java) S 31868 31870 31474 0 -1 64 5124 0 0 0 137 2 0 0 17 0 13 0 119730726 1839955968 90686 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31881] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31881/stat : 31881 (java) S 31868 31870 31474 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 119730726 1839955968 90686 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31882] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31882/stat : 31882 (java) S 31868 31870 31474 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 119730726 1839955968 90686 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31883] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31883/stat : 31883 (java) S 31868 31870 31474 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 119731129 1839955968 90686 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1680.34
Current children cumulated vsize (KiB) 1796832

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 31883
/proc/meminfo: memFree=1362080/2055920 swapFree=4159444/4192956
[pid=31870] ppid=31868 vsize=1796832 CPUtime=1740.89
/proc/31870/stat : 31870 (java) S 31868 31870 31474 0 -1 0 171110 0 1 0 173983 106 0 0 18 0 13 0 119730717 1839955968 92597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31870/statm: 449208 92597 1334 9 0 446820 0
[pid=31870/tid=31872] ppid=31868 vsize=1796832 CPUtime=1702.96
/proc/31870/task/31872/stat : 31872 (java) R 31868 31870 31474 0 -1 64 69436 0 1 0 170254 42 0 0 23 0 13 0 119730718 1839955968 92597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109707216 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31873] ppid=31868 vsize=1796832 CPUtime=17.42
/proc/31870/task/31873/stat : 31873 (java) S 31868 31870 31474 0 -1 64 45865 0 0 0 1719 23 0 0 16 0 13 0 119730720 1839955968 92597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31874] ppid=31868 vsize=1796832 CPUtime=17.46
/proc/31870/task/31874/stat : 31874 (java) S 31868 31870 31474 0 -1 64 44482 0 0 0 1723 23 0 0 16 0 13 0 119730720 1839955968 92597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31875] ppid=31868 vsize=1796832 CPUtime=0.26
/proc/31870/task/31875/stat : 31875 (java) S 31868 31870 31474 0 -1 64 279 0 0 0 15 11 0 0 16 0 13 0 119730722 1839955968 92597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31876] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31876/stat : 31876 (java) S 31868 31870 31474 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 119730723 1839955968 92597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31877] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31877/stat : 31877 (java) S 31868 31870 31474 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119730723 1839955968 92597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31878] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31878/stat : 31878 (java) S 31868 31870 31474 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119730726 1839955968 92597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31879] ppid=31868 vsize=1796832 CPUtime=1.34
/proc/31870/task/31879/stat : 31879 (java) S 31868 31870 31474 0 -1 64 5201 0 0 0 132 2 0 0 16 0 13 0 119730726 1839955968 92597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31880] ppid=31868 vsize=1796832 CPUtime=1.39
/proc/31870/task/31880/stat : 31880 (java) S 31868 31870 31474 0 -1 64 5124 0 0 0 137 2 0 0 17 0 13 0 119730726 1839955968 92597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31881] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31881/stat : 31881 (java) S 31868 31870 31474 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 119730726 1839955968 92597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31882] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31882/stat : 31882 (java) S 31868 31870 31474 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 119730726 1839955968 92597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31883] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31883/stat : 31883 (java) S 31868 31870 31474 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 119731129 1839955968 92597 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1740.89
Current children cumulated vsize (KiB) 1796832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.91 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 31885
/proc/meminfo: memFree=1353632/2055920 swapFree=4159444/4192956
[pid=31870] ppid=31868 vsize=1796832 CPUtime=1800.04
/proc/31870/stat : 31870 (java) S 31868 31870 31474 0 -1 0 174907 0 1 0 179895 109 0 0 18 0 13 0 119730717 1839955968 94651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31870/statm: 449208 94651 1334 9 0 446820 0
[pid=31870/tid=31872] ppid=31868 vsize=1796832 CPUtime=1760.98
/proc/31870/task/31872/stat : 31872 (java) R 31868 31870 31474 0 -1 64 70424 0 1 0 176056 42 0 0 25 0 13 0 119730718 1839955968 94651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109669112 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31873] ppid=31868 vsize=1796832 CPUtime=17.98
/proc/31870/task/31873/stat : 31873 (java) S 31868 31870 31474 0 -1 64 47555 0 0 0 1774 24 0 0 16 0 13 0 119730720 1839955968 94651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31874] ppid=31868 vsize=1796832 CPUtime=18.01
/proc/31870/task/31874/stat : 31874 (java) S 31868 31870 31474 0 -1 64 45597 0 0 0 1778 23 0 0 16 0 13 0 119730720 1839955968 94651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31875] ppid=31868 vsize=1796832 CPUtime=0.28
/proc/31870/task/31875/stat : 31875 (java) S 31868 31870 31474 0 -1 64 283 0 0 0 16 12 0 0 16 0 13 0 119730722 1839955968 94651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31876] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31876/stat : 31876 (java) S 31868 31870 31474 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 119730723 1839955968 94651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31877] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31877/stat : 31877 (java) S 31868 31870 31474 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119730723 1839955968 94651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31878] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31878/stat : 31878 (java) S 31868 31870 31474 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119730726 1839955968 94651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31879] ppid=31868 vsize=1796832 CPUtime=1.34
/proc/31870/task/31879/stat : 31879 (java) S 31868 31870 31474 0 -1 64 5201 0 0 0 132 2 0 0 16 0 13 0 119730726 1839955968 94651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31880] ppid=31868 vsize=1796832 CPUtime=1.39
/proc/31870/task/31880/stat : 31880 (java) S 31868 31870 31474 0 -1 64 5124 0 0 0 137 2 0 0 17 0 13 0 119730726 1839955968 94651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31881] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31881/stat : 31881 (java) S 31868 31870 31474 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 119730726 1839955968 94651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31882] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31882/stat : 31882 (java) S 31868 31870 31474 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 119730726 1839955968 94651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31883] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31883/stat : 31883 (java) S 31868 31870 31474 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 119731129 1839955968 94651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1796832

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

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

[startup+1780.91 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 31885
/proc/meminfo: memFree=1353632/2055920 swapFree=4159444/4192956
[pid=31870] ppid=31868 vsize=1796832 CPUtime=1800.04
/proc/31870/stat : 31870 (java) S 31868 31870 31474 0 -1 0 174907 0 1 0 179895 109 0 0 18 0 13 0 119730717 1839955968 94651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31870/statm: 449208 94651 1334 9 0 446820 0
[pid=31870/tid=31872] ppid=31868 vsize=1796832 CPUtime=1760.98
/proc/31870/task/31872/stat : 31872 (java) R 31868 31870 31474 0 -1 64 70424 0 1 0 176056 42 0 0 25 0 13 0 119730718 1839955968 94651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109669112 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31873] ppid=31868 vsize=1796832 CPUtime=17.98
/proc/31870/task/31873/stat : 31873 (java) S 31868 31870 31474 0 -1 64 47555 0 0 0 1774 24 0 0 16 0 13 0 119730720 1839955968 94651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31874] ppid=31868 vsize=1796832 CPUtime=18.01
/proc/31870/task/31874/stat : 31874 (java) S 31868 31870 31474 0 -1 64 45597 0 0 0 1778 23 0 0 16 0 13 0 119730720 1839955968 94651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31875] ppid=31868 vsize=1796832 CPUtime=0.28
/proc/31870/task/31875/stat : 31875 (java) S 31868 31870 31474 0 -1 64 283 0 0 0 16 12 0 0 16 0 13 0 119730722 1839955968 94651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31876] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31876/stat : 31876 (java) S 31868 31870 31474 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 119730723 1839955968 94651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31877] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31877/stat : 31877 (java) S 31868 31870 31474 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 119730723 1839955968 94651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31878] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31878/stat : 31878 (java) S 31868 31870 31474 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 119730726 1839955968 94651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31879] ppid=31868 vsize=1796832 CPUtime=1.34
/proc/31870/task/31879/stat : 31879 (java) S 31868 31870 31474 0 -1 64 5201 0 0 0 132 2 0 0 16 0 13 0 119730726 1839955968 94651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31880] ppid=31868 vsize=1796832 CPUtime=1.39
/proc/31870/task/31880/stat : 31880 (java) S 31868 31870 31474 0 -1 64 5124 0 0 0 137 2 0 0 17 0 13 0 119730726 1839955968 94651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31881] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31881/stat : 31881 (java) S 31868 31870 31474 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 119730726 1839955968 94651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31870/tid=31882] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31882/stat : 31882 (java) S 31868 31870 31474 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 119730726 1839955968 94651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31870/tid=31883] ppid=31868 vsize=1796832 CPUtime=0
/proc/31870/task/31883/stat : 31883 (java) S 31868 31870 31474 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 119731129 1839955968 94651 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1796832

Child status: 143
Real time (s): 1780.99
CPU time (s): 1800.13
CPU user time (s): 1798.98
CPU system time (s): 1.15082
CPU usage (%): 101.075
Max. virtual memory (cumulated for all children) (KiB): 1798148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.98
system time used= 1.15082
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174926
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= 44690
involuntary context switches= 53863

runsolver used 1.63675 second user time and 4.92225 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Mon Apr 16 10:08:53 UTC 2007

IDJOB= 354527
IDBENCH= 2635
IDSOLVER= 159
FILE ID= node19/354527-1176718133

PBS_JOBID= 4559447

Free space on /tmp= 66501 MiB

SOLVER NAME= SAT4JPseudoResolution 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/354527-1176718133/sat4jPseudoResolution.jar /tmp/evaluation/354527-1176718133/instance-354527-1176718133.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-354527-1176718133 -o ROOT/results/node19/solver-354527-1176718133 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354527-1176718133/sat4jPseudoResolution.jar /tmp/evaluation/354527-1176718133/instance-354527-1176718133.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  642c38c9f16ba47e1145e44f5259b53a

RANDOM SEED= 538848526

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.213
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.213
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:       1729176 kB
Buffers:         33212 kB
Cached:         218600 kB
SwapCached:       2576 kB
Active:          83996 kB
Inactive:       191904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729176 kB
SwapTotal:     4192956 kB
SwapFree:      4159444 kB
Dirty:            7572 kB
Writeback:           0 kB
Mapped:          31684 kB
Slab:            36272 kB
Committed_AS:  2934344 kB
PageTables:       1788 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= 66501 MiB

End job on node19 on Mon Apr 16 10:38:36 UTC 2007