Trace number 349839

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.26 1756.86

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_18.opb
MD5SUMde4cbecd7c9968d40b279ce145b888a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8883
Total number of constraints17459
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 constraints17459
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 2691
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.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.18	c no version file found!!!
0.08/0.18	c sun.arch.data.model	32
0.08/0.18	c java.version	1.6.0
0.08/0.18	c os.name	Linux
0.08/0.18	c os.version	2.6.9-22.EL.rootsmp
0.08/0.18	c os.arch	i386
0.08/0.18	c Free memory 1651659224
0.08/0.18	c Max memory 1654456320
0.08/0.18	c Total memory 1654456320
0.08/0.18	c Number of processors 2
0.14/0.24	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.14/0.24	--- Begin Solver configuration ---
0.14/0.24	c Stops conflict analysis at the first Unique Implication Point
0.14/0.24	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.14/0.24	c Learn all clauses as in MiniSAT
0.14/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.14/0.24	c VSIDS like heuristics from MiniSAT using a heap
0.14/0.24	c No reason simplification
0.14/0.24	c --- End Solver configuration ---
0.14/0.24	c solving /tmp/evaluation/349839-1176716841/instance-349839-1176716841.opb
0.14/0.24	c reading problem ... 
6.33/4.62	c ... done. Wall clock time 4.386s.
6.33/4.62	c CPU time (experimental) 3.67s.
6.33/4.62	c #vars     8883
6.33/4.62	c #constraints  17459
1800.10/1756.71	c starts		: 2
1800.10/1756.71	c conflicts		: 64572
1800.10/1756.72	c decisions		: 80562
1800.10/1756.72	c propagations		: 11115323
1800.10/1756.72	c inspects		: 707052634
1800.10/1756.72	c learnt literals	: 0
1800.10/1756.72	c learnt binary clauses	: 0
1800.10/1756.72	c learnt ternary clauses	: 1
1800.10/1756.72	c learnt clauses	: 64572
1800.10/1756.72	c root simplifications	: 0
1800.10/1756.72	c removed literals (reason simplification)	: 0
1800.10/1756.72	c reason swapping (by a shorter reason)	: 0
1800.10/1756.72	c Calls to reduceDB	: 0
1800.10/1756.72	c speed (decisions/second)	: 45.98150534737688
1800.10/1756.72	c non guided choices	31
1800.10/1756.72	s UNKNOWN
1800.10/1756.72	c Total wall clock time (ms): 1756.478

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/node71/watcher-349839-1176716841 -o ROOT/results/node71/solver-349839-1176716841 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349839-1176716841/sat4jPseudoCP.jar /tmp/evaluation/349839-1176716841/instance-349839-1176716841.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.91 0.97 0.99 2/64 7481
/proc/meminfo: memFree=1912832/2055920 swapFree=4184232/4192956
[pid=7481] ppid=7479 vsize=0 CPUtime=0
/proc/7481/stat : 7481 (runsolver) R 7479 7481 6718 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 147673453 0 0 18446744073709551615 0 0 0 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7481/statm: 0 0 0 0 0 0 0

[startup+0.04748 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 7481
/proc/meminfo: memFree=1912832/2055920 swapFree=4184232/4192956
[pid=7481] ppid=7479 vsize=1776376 CPUtime=0.02
/proc/7481/stat : 7481 (java) S 7479 7481 6718 0 -1 0 3452 0 1 0 1 1 0 0 18 0 4 0 147673453 1819009024 3197 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/7481/statm: 444094 3197 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776376

[startup+0.101484 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 7481
/proc/meminfo: memFree=1912832/2055920 swapFree=4184232/4192956
[pid=7481] ppid=7479 vsize=1780108 CPUtime=0.08
/proc/7481/stat : 7481 (java) S 7479 7481 6718 0 -1 0 3968 0 1 0 6 2 0 0 18 0 12 0 147673453 1822830592 3709 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7481/statm: 445027 3709 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301511 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 7481
/proc/meminfo: memFree=1912832/2055920 swapFree=4184232/4192956
[pid=7481] ppid=7479 vsize=1781420 CPUtime=0.26
/proc/7481/stat : 7481 (java) S 7479 7481 6718 0 -1 0 5087 0 1 0 24 2 0 0 18 0 12 0 147673453 1824174080 4825 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7481/statm: 445355 4825 1247 9 0 442967 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 1781420

[startup+0.701567 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 7481
/proc/meminfo: memFree=1912832/2055920 swapFree=4184232/4192956
[pid=7481] ppid=7479 vsize=1785412 CPUtime=0.92
/proc/7481/stat : 7481 (java) S 7479 7481 6718 0 -1 0 7392 0 1 0 89 3 0 0 18 0 12 0 147673453 1828261888 6756 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7481/statm: 446353 6756 1303 9 0 443965 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1785412

[startup+1.50267 s]
/proc/loadavg: 0.91 0.97 0.99 4/76 7493
/proc/meminfo: memFree=1874336/2055920 swapFree=4184232/4192956
[pid=7481] ppid=7479 vsize=1796284 CPUtime=2.51
/proc/7481/stat : 7481 (java) S 7479 7481 6718 0 -1 0 23507 0 1 0 239 12 0 0 18 0 12 0 147673453 1839394816 18925 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7481/statm: 449071 18927 1311 9 0 446683 0
[pid=7481/tid=7483] ppid=7479 vsize=1796284 CPUtime=1.02
/proc/7481/task/7483/stat : 7483 (java) R 7479 7481 6718 0 -1 64 14678 0 1 0 94 8 0 0 18 0 12 0 147673454 1839394816 18927 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109476356 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7484] ppid=7479 vsize=1796284 CPUtime=0
/proc/7481/task/7484/stat : 7484 (java) S 7479 7481 6718 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 147673456 1839394816 18928 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7485] ppid=7479 vsize=1796284 CPUtime=0
/proc/7481/task/7485/stat : 7485 (java) S 7479 7481 6718 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 147673456 1839394816 18929 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7486] ppid=7479 vsize=1796284 CPUtime=0
/proc/7481/task/7486/stat : 7486 (java) S 7479 7481 6718 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 147673458 1839394816 18930 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7487] ppid=7479 vsize=1796284 CPUtime=0
/proc/7481/task/7487/stat : 7487 (java) S 7479 7481 6718 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 147673458 1839394816 18930 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7488] ppid=7479 vsize=1796284 CPUtime=0
/proc/7481/task/7488/stat : 7488 (java) S 7479 7481 6718 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 147673458 1839394816 18931 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7489] ppid=7479 vsize=1796284 CPUtime=0
/proc/7481/task/7489/stat : 7489 (java) S 7479 7481 6718 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 147673462 1839394816 18933 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7490] ppid=7479 vsize=1796284 CPUtime=0.71
/proc/7481/task/7490/stat : 7490 (java) R 7479 7481 6718 0 -1 64 4652 0 0 0 69 2 0 0 19 0 12 0 147673462 1839394816 18933 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 104725951 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7491] ppid=7479 vsize=1796284 CPUtime=0.76
/proc/7481/task/7491/stat : 7491 (java) R 7479 7481 6718 0 -1 64 3460 0 0 0 75 1 0 0 18 0 12 0 147673462 1839394816 18933 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103316132 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7492] ppid=7479 vsize=1796284 CPUtime=0
/proc/7481/task/7492/stat : 7492 (java) S 7479 7481 6718 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 147673462 1839394816 18934 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7493] ppid=7479 vsize=1796284 CPUtime=0
/proc/7481/task/7493/stat : 7493 (java) S 7479 7481 6718 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 147673462 1839394816 18935 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 1796284

[startup+3.10289 s]
/proc/loadavg: 0.91 0.97 0.99 2/76 7493
/proc/meminfo: memFree=1779744/2055920 swapFree=4184232/4192956
[pid=7481] ppid=7479 vsize=1793912 CPUtime=4.41
/proc/7481/stat : 7481 (java) S 7479 7481 6718 0 -1 0 51067 0 1 0 416 25 0 0 18 0 12 0 147673453 1836965888 45423 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7481/statm: 448478 45423 1321 9 0 446090 0
[pid=7481/tid=7483] ppid=7479 vsize=1793912 CPUtime=2.53
/proc/7481/task/7483/stat : 7483 (java) R 7479 7481 6718 0 -1 64 37672 0 1 0 235 18 0 0 21 0 12 0 147673454 1836965888 45423 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109175232 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7484] ppid=7479 vsize=1793912 CPUtime=0.06
/proc/7481/task/7484/stat : 7484 (java) S 7479 7481 6718 0 -1 64 2044 0 0 0 6 0 0 0 17 0 12 0 147673456 1836965888 45423 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7485] ppid=7479 vsize=1793912 CPUtime=0.06
/proc/7481/task/7485/stat : 7485 (java) S 7479 7481 6718 0 -1 64 1875 0 0 0 6 0 0 0 17 0 12 0 147673456 1836965888 45423 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7486] ppid=7479 vsize=1793912 CPUtime=0
/proc/7481/task/7486/stat : 7486 (java) S 7479 7481 6718 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 147673458 1836965888 45423 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7487] ppid=7479 vsize=1793912 CPUtime=0
/proc/7481/task/7487/stat : 7487 (java) S 7479 7481 6718 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 147673458 1836965888 45423 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7488] ppid=7479 vsize=1793912 CPUtime=0
/proc/7481/task/7488/stat : 7488 (java) S 7479 7481 6718 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 147673458 1836965888 45423 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7489] ppid=7479 vsize=1793912 CPUtime=0
/proc/7481/task/7489/stat : 7489 (java) S 7479 7481 6718 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 147673462 1836965888 45423 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7490] ppid=7479 vsize=1793912 CPUtime=0.85
/proc/7481/task/7490/stat : 7490 (java) S 7479 7481 6718 0 -1 64 5072 0 0 0 83 2 0 0 16 0 12 0 147673462 1836965888 45423 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7491] ppid=7479 vsize=1793912 CPUtime=0.84
/proc/7481/task/7491/stat : 7491 (java) S 7479 7481 6718 0 -1 64 3679 0 0 0 83 1 0 0 16 0 12 0 147673462 1836965888 45423 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7492] ppid=7479 vsize=1793912 CPUtime=0
/proc/7481/task/7492/stat : 7492 (java) S 7479 7481 6718 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 147673462 1836965888 45423 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7493] ppid=7479 vsize=1793912 CPUtime=0
/proc/7481/task/7493/stat : 7493 (java) S 7479 7481 6718 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 147673462 1836965888 45423 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 1793912

[startup+6.30233 s]
/proc/loadavg: 0.92 0.97 0.99 2/77 7494
/proc/meminfo: memFree=1677208/2055920 swapFree=4184232/4192956
[pid=7481] ppid=7479 vsize=1795648 CPUtime=8.79
/proc/7481/stat : 7481 (java) S 7479 7481 6718 0 -1 0 68116 0 1 0 846 33 0 0 18 0 13 0 147673453 1838743552 59963 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7481/statm: 448912 59963 1330 9 0 446524 0
[pid=7481/tid=7483] ppid=7479 vsize=1795648 CPUtime=4.88
/proc/7481/task/7483/stat : 7483 (java) R 7479 7481 6718 0 -1 64 37716 0 1 0 469 19 0 0 25 0 13 0 147673454 1838743552 59963 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109933861 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7484] ppid=7479 vsize=1795648 CPUtime=0.54
/proc/7481/task/7484/stat : 7484 (java) S 7479 7481 6718 0 -1 64 10573 0 0 0 51 3 0 0 19 0 13 0 147673456 1838743552 59963 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7485] ppid=7479 vsize=1795648 CPUtime=0.54
/proc/7481/task/7485/stat : 7485 (java) S 7479 7481 6718 0 -1 64 9538 0 0 0 49 5 0 0 20 0 13 0 147673456 1838743552 59963 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7486] ppid=7479 vsize=1795648 CPUtime=0
/proc/7481/task/7486/stat : 7486 (java) S 7479 7481 6718 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 147673458 1838743552 59963 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7487] ppid=7479 vsize=1795648 CPUtime=0
/proc/7481/task/7487/stat : 7487 (java) S 7479 7481 6718 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147673458 1838743552 59963 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7488] ppid=7479 vsize=1795648 CPUtime=0
/proc/7481/task/7488/stat : 7488 (java) S 7479 7481 6718 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147673458 1838743552 59963 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7489] ppid=7479 vsize=1795648 CPUtime=0
/proc/7481/task/7489/stat : 7489 (java) S 7479 7481 6718 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 147673462 1838743552 59963 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7490] ppid=7479 vsize=1795648 CPUtime=1.42
/proc/7481/task/7490/stat : 7490 (java) S 7479 7481 6718 0 -1 64 5135 0 0 0 140 2 0 0 16 0 13 0 147673462 1838743552 59963 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7491] ppid=7479 vsize=1795648 CPUtime=1.35
/proc/7481/task/7491/stat : 7491 (java) S 7479 7481 6718 0 -1 64 4423 0 0 0 134 1 0 0 16 0 13 0 147673462 1838743552 59963 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7492] ppid=7479 vsize=1795648 CPUtime=0
/proc/7481/task/7492/stat : 7492 (java) S 7479 7481 6718 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 147673462 1838743552 59963 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7493] ppid=7479 vsize=1795648 CPUtime=0
/proc/7481/task/7493/stat : 7493 (java) S 7479 7481 6718 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 147673462 1838743552 59963 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7494] ppid=7479 vsize=1795648 CPUtime=0
/proc/7481/task/7494/stat : 7494 (java) S 7479 7481 6718 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 147673917 1838743552 59963 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.79
Current children cumulated vsize (KiB) 1795648

[startup+12.7012 s]
/proc/loadavg: 0.93 0.97 0.99 2/77 7494
/proc/meminfo: memFree=1670872/2055920 swapFree=4184232/4192956
[pid=7481] ppid=7479 vsize=1798760 CPUtime=16.9
/proc/7481/stat : 7481 (java) S 7479 7481 6718 0 -1 0 76611 0 1 0 1653 37 0 0 18 0 13 0 147673453 1841930240 65638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7481/statm: 449690 65638 1333 9 0 447302 0
[pid=7481/tid=7483] ppid=7479 vsize=1798760 CPUtime=10.16
/proc/7481/task/7483/stat : 7483 (java) R 7479 7481 6718 0 -1 64 37730 0 1 0 997 19 0 0 17 0 13 0 147673454 1841930240 65638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109949547 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7484] ppid=7479 vsize=1798760 CPUtime=1.56
/proc/7481/task/7484/stat : 7484 (java) S 7479 7481 6718 0 -1 64 14692 0 0 0 151 5 0 0 16 0 13 0 147673456 1841930240 65638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7485] ppid=7479 vsize=1798760 CPUtime=1.55
/proc/7481/task/7485/stat : 7485 (java) S 7479 7481 6718 0 -1 64 12712 0 0 0 149 6 0 0 16 0 13 0 147673456 1841930240 65638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7486] ppid=7479 vsize=1798760 CPUtime=0
/proc/7481/task/7486/stat : 7486 (java) S 7479 7481 6718 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 147673458 1841930240 65638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7487] ppid=7479 vsize=1798760 CPUtime=0
/proc/7481/task/7487/stat : 7487 (java) S 7479 7481 6718 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147673458 1841930240 65638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7488] ppid=7479 vsize=1798760 CPUtime=0
/proc/7481/task/7488/stat : 7488 (java) S 7479 7481 6718 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147673458 1841930240 65638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7489] ppid=7479 vsize=1798760 CPUtime=0
/proc/7481/task/7489/stat : 7489 (java) S 7479 7481 6718 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 147673462 1841930240 65638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7490] ppid=7479 vsize=1798760 CPUtime=1.79
/proc/7481/task/7490/stat : 7490 (java) S 7479 7481 6718 0 -1 64 5152 0 0 0 177 2 0 0 16 0 13 0 147673462 1841930240 65638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7491] ppid=7479 vsize=1798760 CPUtime=1.79
/proc/7481/task/7491/stat : 7491 (java) S 7479 7481 6718 0 -1 64 5594 0 0 0 177 2 0 0 17 0 13 0 147673462 1841930240 65638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7492] ppid=7479 vsize=1798760 CPUtime=0
/proc/7481/task/7492/stat : 7492 (java) S 7479 7481 6718 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 147673462 1841930240 65638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7493] ppid=7479 vsize=1798760 CPUtime=0
/proc/7481/task/7493/stat : 7493 (java) S 7479 7481 6718 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 147673462 1841930240 65638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7494] ppid=7479 vsize=1798760 CPUtime=0
/proc/7481/task/7494/stat : 7494 (java) S 7479 7481 6718 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 147673917 1841930240 65638 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.9
Current children cumulated vsize (KiB) 1798760

[startup+25.5029 s]
/proc/loadavg: 0.94 0.97 0.99 2/77 7494
/proc/meminfo: memFree=1651736/2055920 swapFree=4184232/4192956
[pid=7481] ppid=7479 vsize=1798976 CPUtime=30.46
/proc/7481/stat : 7481 (java) S 7479 7481 6718 0 -1 0 79816 0 1 0 3006 40 0 0 18 0 13 0 147673453 1842151424 66310 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7481/statm: 449744 66310 1333 9 0 447356 0
[pid=7481/tid=7483] ppid=7479 vsize=1798976 CPUtime=22.36
/proc/7481/task/7483/stat : 7483 (java) R 7479 7481 6718 0 -1 64 37747 0 1 0 2217 19 0 0 21 0 13 0 147673454 1842151424 66310 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109915810 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7484] ppid=7479 vsize=1798976 CPUtime=1.88
/proc/7481/task/7484/stat : 7484 (java) S 7479 7481 6718 0 -1 64 16008 0 0 0 182 6 0 0 16 0 13 0 147673456 1842151424 66310 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7485] ppid=7479 vsize=1798976 CPUtime=1.87
/proc/7481/task/7485/stat : 7485 (java) S 7479 7481 6718 0 -1 64 13673 0 0 0 180 7 0 0 16 0 13 0 147673456 1842151424 66310 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7486] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7486/stat : 7486 (java) S 7479 7481 6718 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 147673458 1842151424 66310 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7487] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7487/stat : 7487 (java) S 7479 7481 6718 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147673458 1842151424 66310 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=7481/tid=7486] ppid=7479 vsize=1798976 CPUtime=0.16
/proc/7481/task/7486/stat : 7486 (java) S 7479 7481 6718 0 -1 64 25 0 0 0 10 6 0 0 16 0 13 0 147673458 1842151424 148834 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7487] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7487/stat : 7487 (java) S 7479 7481 6718 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147673458 1842151424 148834 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7488] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7488/stat : 7488 (java) S 7479 7481 6718 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147673458 1842151424 148834 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7489] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7489/stat : 7489 (java) S 7479 7481 6718 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 147673462 1842151424 148834 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7490] ppid=7479 vsize=1798976 CPUtime=2.23
/proc/7481/task/7490/stat : 7490 (java) S 7479 7481 6718 0 -1 64 6021 0 0 0 220 3 0 0 16 0 13 0 147673462 1842151424 148834 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7491] ppid=7479 vsize=1798976 CPUtime=2.24
/proc/7481/task/7491/stat : 7491 (java) S 7479 7481 6718 0 -1 64 5638 0 0 0 222 2 0 0 16 0 13 0 147673462 1842151424 148834 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7492] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7492/stat : 7492 (java) S 7479 7481 6718 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 147673462 1842151424 148834 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7493] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7493/stat : 7493 (java) S 7479 7481 6718 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 147673462 1842151424 148834 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7494] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7494/stat : 7494 (java) S 7479 7481 6718 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 147673917 1842151424 148834 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1579.27
Current children cumulated vsize (KiB) 1798976

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 7692
/proc/meminfo: memFree=1307032/2055920 swapFree=4184232/4192956
[pid=7481] ppid=7479 vsize=1798976 CPUtime=1641
/proc/7481/stat : 7481 (java) S 7479 7481 6718 0 -1 0 175077 0 1 0 164000 100 0 0 18 0 13 0 147673453 1842151424 152178 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7481/statm: 449744 152178 1335 9 0 447356 0
[pid=7481/tid=7483] ppid=7479 vsize=1798976 CPUtime=1563.63
/proc/7481/task/7483/stat : 7483 (java) R 7479 7481 6718 0 -1 64 38479 0 1 0 156335 28 0 0 25 0 13 0 147673454 1842151424 152178 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109933861 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7484] ppid=7479 vsize=1798976 CPUtime=36.33
/proc/7481/task/7484/stat : 7484 (java) S 7479 7481 6718 0 -1 64 66254 0 0 0 3606 27 0 0 16 0 13 0 147673456 1842151424 152178 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7485] ppid=7479 vsize=1798976 CPUtime=36.34
/proc/7481/task/7485/stat : 7485 (java) S 7479 7481 6718 0 -1 64 57937 0 0 0 3604 30 0 0 16 0 13 0 147673456 1842151424 152178 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7486] ppid=7479 vsize=1798976 CPUtime=0.16
/proc/7481/task/7486/stat : 7486 (java) S 7479 7481 6718 0 -1 64 25 0 0 0 10 6 0 0 15 0 13 0 147673458 1842151424 152178 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7487] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7487/stat : 7487 (java) S 7479 7481 6718 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147673458 1842151424 152178 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7488] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7488/stat : 7488 (java) S 7479 7481 6718 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147673458 1842151424 152178 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7489] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7489/stat : 7489 (java) S 7479 7481 6718 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 147673462 1842151424 152178 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7490] ppid=7479 vsize=1798976 CPUtime=2.23
/proc/7481/task/7490/stat : 7490 (java) S 7479 7481 6718 0 -1 64 6021 0 0 0 220 3 0 0 16 0 13 0 147673462 1842151424 152178 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7491] ppid=7479 vsize=1798976 CPUtime=2.24
/proc/7481/task/7491/stat : 7491 (java) S 7479 7481 6718 0 -1 64 5638 0 0 0 222 2 0 0 16 0 13 0 147673462 1842151424 152178 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7492] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7492/stat : 7492 (java) S 7479 7481 6718 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 147673462 1842151424 152178 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7493] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7493/stat : 7493 (java) S 7479 7481 6718 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 147673462 1842151424 152178 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7494] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7494/stat : 7494 (java) S 7479 7481 6718 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 147673917 1842151424 152178 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1641
Current children cumulated vsize (KiB) 1798976

[startup+1662.3 s]
/proc/loadavg: 1.13 1.03 1.01 2/77 7692
/proc/meminfo: memFree=1293848/2055920 swapFree=4184232/4192956
[pid=7481] ppid=7479 vsize=1798976 CPUtime=1702.84
/proc/7481/stat : 7481 (java) S 7479 7481 6718 0 -1 0 178486 0 1 0 170183 101 0 0 18 0 13 0 147673453 1842151424 155440 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7481/statm: 449744 155440 1335 9 0 447356 0
[pid=7481/tid=7483] ppid=7479 vsize=1798976 CPUtime=1621.73
/proc/7481/task/7483/stat : 7483 (java) R 7479 7481 6718 0 -1 64 38505 0 1 0 162145 28 0 0 25 0 13 0 147673454 1842151424 155440 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109915807 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7484] ppid=7479 vsize=1798976 CPUtime=38.2
/proc/7481/task/7484/stat : 7484 (java) S 7479 7481 6718 0 -1 64 67491 0 0 0 3792 28 0 0 16 0 13 0 147673456 1842151424 155440 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7485] ppid=7479 vsize=1798976 CPUtime=38.2
/proc/7481/task/7485/stat : 7485 (java) S 7479 7481 6718 0 -1 64 60083 0 0 0 3790 30 0 0 16 0 13 0 147673456 1842151424 155440 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7486] ppid=7479 vsize=1798976 CPUtime=0.18
/proc/7481/task/7486/stat : 7486 (java) S 7479 7481 6718 0 -1 64 25 0 0 0 11 7 0 0 16 0 13 0 147673458 1842151424 155440 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7487] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7487/stat : 7487 (java) S 7479 7481 6718 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147673458 1842151424 155440 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7488] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7488/stat : 7488 (java) S 7479 7481 6718 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147673458 1842151424 155440 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7489] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7489/stat : 7489 (java) S 7479 7481 6718 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 147673462 1842151424 155440 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7490] ppid=7479 vsize=1798976 CPUtime=2.23
/proc/7481/task/7490/stat : 7490 (java) S 7479 7481 6718 0 -1 64 6021 0 0 0 220 3 0 0 16 0 13 0 147673462 1842151424 155440 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7491] ppid=7479 vsize=1798976 CPUtime=2.24
/proc/7481/task/7491/stat : 7491 (java) S 7479 7481 6718 0 -1 64 5638 0 0 0 222 2 0 0 16 0 13 0 147673462 1842151424 155440 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7492] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7492/stat : 7492 (java) S 7479 7481 6718 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 147673462 1842151424 155440 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7493] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7493/stat : 7493 (java) S 7479 7481 6718 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 147673462 1842151424 155440 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7494] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7494/stat : 7494 (java) S 7479 7481 6718 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 147673917 1842151424 155440 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1702.84
Current children cumulated vsize (KiB) 1798976

[startup+1722.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/77 7692
/proc/meminfo: memFree=1280152/2055920 swapFree=4184232/4192956
[pid=7481] ppid=7479 vsize=1798976 CPUtime=1764.62
/proc/7481/stat : 7481 (java) S 7479 7481 6718 0 -1 0 182101 0 1 0 176359 103 0 0 18 0 13 0 147673453 1842151424 158828 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7481/statm: 449744 158828 1335 9 0 447356 0
[pid=7481/tid=7483] ppid=7479 vsize=1798976 CPUtime=1679.88
/proc/7481/task/7483/stat : 7483 (java) R 7479 7481 6718 0 -1 64 38531 0 1 0 167959 29 0 0 25 0 13 0 147673454 1842151424 158828 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109933774 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7484] ppid=7479 vsize=1798976 CPUtime=40.02
/proc/7481/task/7484/stat : 7484 (java) S 7479 7481 6718 0 -1 64 69191 0 0 0 3973 29 0 0 16 0 13 0 147673456 1842151424 158828 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7485] ppid=7479 vsize=1798976 CPUtime=40.03
/proc/7481/task/7485/stat : 7485 (java) S 7479 7481 6718 0 -1 64 61972 0 0 0 3972 31 0 0 17 0 13 0 147673456 1842151424 158828 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7486] ppid=7479 vsize=1798976 CPUtime=0.18
/proc/7481/task/7486/stat : 7486 (java) S 7479 7481 6718 0 -1 64 25 0 0 0 11 7 0 0 16 0 13 0 147673458 1842151424 158828 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7487] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7487/stat : 7487 (java) S 7479 7481 6718 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147673458 1842151424 158828 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7488] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7488/stat : 7488 (java) S 7479 7481 6718 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147673458 1842151424 158828 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7489] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7489/stat : 7489 (java) S 7479 7481 6718 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 147673462 1842151424 158828 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7490] ppid=7479 vsize=1798976 CPUtime=2.23
/proc/7481/task/7490/stat : 7490 (java) S 7479 7481 6718 0 -1 64 6021 0 0 0 220 3 0 0 16 0 13 0 147673462 1842151424 158828 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7491] ppid=7479 vsize=1798976 CPUtime=2.24
/proc/7481/task/7491/stat : 7491 (java) S 7479 7481 6718 0 -1 64 5638 0 0 0 222 2 0 0 16 0 13 0 147673462 1842151424 158828 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7492] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7492/stat : 7492 (java) S 7479 7481 6718 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 147673462 1842151424 158828 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7493] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7493/stat : 7493 (java) S 7479 7481 6718 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 147673462 1842151424 158828 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7494] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7494/stat : 7494 (java) S 7479 7481 6718 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 147673917 1842151424 158828 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1764.62
Current children cumulated vsize (KiB) 1798976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1756.71 s]
/proc/loadavg: 1.02 1.02 1.00 2/77 7692
/proc/meminfo: memFree=1271768/2055920 swapFree=4184232/4192956
[pid=7481] ppid=7479 vsize=1798976 CPUtime=1800.1
/proc/7481/stat : 7481 (java) S 7479 7481 6718 0 -1 0 184408 0 1 0 179906 104 0 0 18 0 13 0 147673453 1842151424 160938 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7481/statm: 449744 160938 1335 9 0 447356 0
[pid=7481/tid=7483] ppid=7479 vsize=1798976 CPUtime=1713.18
/proc/7481/task/7483/stat : 7483 (java) R 7479 7481 6718 0 -1 64 38546 0 1 0 171289 29 0 0 25 0 13 0 147673454 1842151424 160938 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109935099 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7484] ppid=7479 vsize=1798976 CPUtime=41.1
/proc/7481/task/7484/stat : 7484 (java) S 7479 7481 6718 0 -1 64 70077 0 0 0 4081 29 0 0 17 0 13 0 147673456 1842151424 160938 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7485] ppid=7479 vsize=1798976 CPUtime=41.12
/proc/7481/task/7485/stat : 7485 (java) S 7479 7481 6718 0 -1 64 63378 0 0 0 4080 32 0 0 17 0 13 0 147673456 1842151424 160938 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7486] ppid=7479 vsize=1798976 CPUtime=0.18
/proc/7481/task/7486/stat : 7486 (java) S 7479 7481 6718 0 -1 64 25 0 0 0 11 7 0 0 16 0 13 0 147673458 1842151424 160938 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7487] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7487/stat : 7487 (java) S 7479 7481 6718 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 147673458 1842151424 160938 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7488] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7488/stat : 7488 (java) S 7479 7481 6718 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 147673458 1842151424 160938 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7489] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7489/stat : 7489 (java) S 7479 7481 6718 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 147673462 1842151424 160938 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7490] ppid=7479 vsize=1798976 CPUtime=2.23
/proc/7481/task/7490/stat : 7490 (java) S 7479 7481 6718 0 -1 64 6021 0 0 0 220 3 0 0 16 0 13 0 147673462 1842151424 160938 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7491] ppid=7479 vsize=1798976 CPUtime=2.24
/proc/7481/task/7491/stat : 7491 (java) S 7479 7481 6718 0 -1 64 5638 0 0 0 222 2 0 0 16 0 13 0 147673462 1842151424 160938 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7492] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7492/stat : 7492 (java) S 7479 7481 6718 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 147673462 1842151424 160938 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7481/tid=7493] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7493/stat : 7493 (java) S 7479 7481 6718 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 147673462 1842151424 160938 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7481/tid=7494] ppid=7479 vsize=1798976 CPUtime=0
/proc/7481/task/7494/stat : 7494 (java) S 7479 7481 6718 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 147673917 1842151424 160938 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1798976

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

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

[startup+1756.81 s]
/proc/loadavg: 1.02 1.02 1.00 2/77 7692
/proc/meminfo: memFree=1271768/2055920 swapFree=4184232/4192956
[pid=7481] ppid=7479 vsize=0 CPUtime=1800.21
/proc/7481/stat : 7481 (java) Z 7479 7481 6718 0 -1 1036 184428 0 1 0 179911 110 0 0 16 0 2 0 147673453 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7481/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1756.86
CPU time (s): 1800.26
CPU user time (s): 1799.12
CPU system time (s): 1.14482
CPU usage (%): 102.47
Max. virtual memory (cumulated for all children) (KiB): 1799976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 1.14482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184428
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= 43758
involuntary context switches= 30302

runsolver used 1.66675 second user time and 4.78927 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Mon Apr 16 09:47:21 UTC 2007

IDJOB= 349839
IDBENCH= 2630
IDSOLVER= 160
FILE ID= node71/349839-1176716841

PBS_JOBID= 4560091

Free space on /tmp= 66549 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  de4cbecd7c9968d40b279ce145b888a9

RANDOM SEED= 871402299

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1913304 kB
Buffers:          4536 kB
Cached:          75088 kB
SwapCached:       2792 kB
Active:          51280 kB
Inactive:        39320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1913304 kB
SwapTotal:     4192956 kB
SwapFree:      4184232 kB
Dirty:            8504 kB
Writeback:           0 kB
Mapped:          16948 kB
Slab:            38088 kB
Committed_AS:  2464036 kB
PageTables:       1452 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= 66549 MiB

End job on node71 on Mon Apr 16 10:16:40 UTC 2007