Trace number 206376

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 NameAnswerCPU timeWall clock time
SAT4JCSP-CACHED 1.7 RC BF3? (TO) 1800.17 1808.65

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-9_ext.xml
MD5SUMe2e8a8340b13797e86b3854763e864ee
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3 CACHED
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/206376-1168172252/unknown.xml
0.25	c reading problem ... 
0.52	c reading problem named ?
0.52	c reading domains done.
0.53	c reading variables
c reading variables (28) done.
0.58	c reading relations
c reading relations (93) done.
4.85	c reading constraints
c reading constraints done.
6.87	c ... done. Wall clock time 6.621s.
6.87	c CPU time (experimental) 4.6s.
6.87	c #vars     784
6.87	c #constraints  1290245
1808.53	c starts		: 21
1808.53	c conflicts		: 670502
1808.53	c decisions		: 1217946
1808.53	c propagations		: 41088365
1808.53	c inspects		: 4255649916
1808.53	c learnt literals	: 0
1808.53	c learnt binary clauses	: 0
1808.53	c learnt ternary clauses	: 162
1808.53	c learnt clauses	: 670499
1808.53	c root simplifications	: 0
1808.53	c removed literals (reason simplification)	: 0
1808.53	c reason swapping (by a shorter reason)	: 0
1808.53	c Calls to reduceDB	: 0
1808.53	c speed (decisions/second)	: 676.0154835501156
1808.53	c non guided choices	286
1808.53	s UNKNOWN
1808.53	c Total wall clock time (in seconds) : 1808.279
1808.53	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node39/watcher-206376-1168172252 -o ROOT/results/node39/solver-206376-1168172252 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206376-1168172252/sat4jCSP-bf3-cached.jar /tmp/evaluation/206376-1168172252/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.92 1.98 1.87 4/74 16664
/proc/meminfo: memFree=1132192/2055920 swapFree=4187312/4192956
[pid=16663] ppid=16661 vsize=12000 CPUtime=0
/proc/16663/stat : 16663 (java) D 16661 16663 16133 0 -1 0 782 0 0 0 0 0 0 0 18 0 1 0 165624835 12288000 574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 11092772 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/16663/statm: 3050 636 481 14 0 1142 0

[startup+0.103444 s]
/proc/loadavg: 1.92 1.98 1.87 4/74 16664
/proc/meminfo: memFree=1132192/2055920 swapFree=4187312/4192956
[pid=16663] ppid=16661 vsize=901540 CPUtime=0.09
/proc/16663/stat : 16663 (java) R 16661 16663 16133 0 -1 0 3319 0 1 0 7 2 0 0 22 0 12 0 165624835 923176960 3079 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16663/statm: 225385 3079 1559 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 901540

[startup+0.515481 s]
/proc/loadavg: 1.92 1.98 1.87 4/74 16664
/proc/meminfo: memFree=1132192/2055920 swapFree=4187312/4192956
[pid=16663] ppid=16661 vsize=905236 CPUtime=0.5
/proc/16663/stat : 16663 (java) R 16661 16663 16133 0 -1 0 5849 0 1 0 46 4 0 0 19 0 12 0 165624835 926961664 5443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152679428 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16663/statm: 226309 5443 2247 14 0 212746 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 905236

[startup+1.34356 s]
/proc/loadavg: 1.92 1.98 1.87 4/85 16675
/proc/meminfo: memFree=1113160/2055920 swapFree=4187312/4192956
[pid=16663] ppid=16661 vsize=907064 CPUtime=1.31
/proc/16663/stat : 16663 (java) R 16661 16663 16133 0 -1 0 8972 0 1 0 126 5 0 0 22 0 12 0 165624835 928833536 8134 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16663/statm: 226766 8134 2319 14 0 213203 0
[pid=16663/tid=16665] ppid=16661 vsize=907064 CPUtime=0
/proc/16663/task/16665/stat : 16665 (java) S 16661 16663 16133 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 165624838 928833536 8134 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16666] ppid=16661 vsize=907064 CPUtime=0
/proc/16663/task/16666/stat : 16666 (java) S 16661 16663 16133 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 165624838 928833536 8134 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16667] ppid=16661 vsize=907064 CPUtime=0
/proc/16663/task/16667/stat : 16667 (java) S 16661 16663 16133 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 165624841 928833536 8134 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16668] ppid=16661 vsize=907064 CPUtime=0
/proc/16663/task/16668/stat : 16668 (java) S 16661 16663 16133 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 165624841 928833536 8134 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16669] ppid=16661 vsize=907064 CPUtime=0
/proc/16663/task/16669/stat : 16669 (java) S 16661 16663 16133 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 165624841 928833536 8134 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16670] ppid=16661 vsize=907064 CPUtime=0
/proc/16663/task/16670/stat : 16670 (java) S 16661 16663 16133 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 165624845 928833536 8134 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16671] ppid=16661 vsize=907064 CPUtime=0
/proc/16663/task/16671/stat : 16671 (java) S 16661 16663 16133 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 165624845 928833536 8134 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16672] ppid=16661 vsize=907064 CPUtime=0.3
/proc/16663/task/16672/stat : 16672 (java) R 16661 16663 16133 0 -1 64 301 0 0 0 30 0 0 0 16 0 12 0 165624845 928833536 8134 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151718163 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16673] ppid=16661 vsize=907064 CPUtime=0.39
/proc/16663/task/16673/stat : 16673 (java) S 16661 16663 16133 0 -1 64 1501 0 0 0 39 0 0 0 16 0 12 0 165624845 928833536 8134 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16674] ppid=16661 vsize=907064 CPUtime=0
/proc/16663/task/16674/stat : 16674 (java) S 16661 16663 16133 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 165624845 928833536 8134 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16675] ppid=16661 vsize=907064 CPUtime=0
/proc/16663/task/16675/stat : 16675 (java) S 16661 16663 16133 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165624845 928833536 8134 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 907064

[startup+2.98071 s]
/proc/loadavg: 1.92 1.98 1.87 6/85 16675
/proc/meminfo: memFree=1051080/2055920 swapFree=4187312/4192956
[pid=16663] ppid=16661 vsize=907064 CPUtime=2.94
/proc/16663/stat : 16663 (java) R 16661 16663 16133 0 -1 0 25988 0 1 0 281 13 0 0 25 0 12 0 165624835 928833536 25145 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054191551 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16663/statm: 226766 25145 2333 14 0 213203 0
[pid=16663/tid=16665] ppid=16661 vsize=907064 CPUtime=0.11
/proc/16663/task/16665/stat : 16665 (java) S 16661 16663 16133 0 -1 64 2349 0 0 0 11 0 0 0 16 0 12 0 165624838 928833536 25145 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16666] ppid=16661 vsize=907064 CPUtime=0.1
/proc/16663/task/16666/stat : 16666 (java) S 16661 16663 16133 0 -1 64 2158 0 0 0 10 0 0 0 16 0 12 0 165624838 928833536 25145 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16667] ppid=16661 vsize=907064 CPUtime=0
/proc/16663/task/16667/stat : 16667 (java) S 16661 16663 16133 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 165624841 928833536 25145 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16668] ppid=16661 vsize=907064 CPUtime=0
/proc/16663/task/16668/stat : 16668 (java) S 16661 16663 16133 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165624841 928833536 25145 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16669] ppid=16661 vsize=907064 CPUtime=0
/proc/16663/task/16669/stat : 16669 (java) S 16661 16663 16133 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165624841 928833536 25145 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16670] ppid=16661 vsize=907064 CPUtime=0
/proc/16663/task/16670/stat : 16670 (java) S 16661 16663 16133 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 165624845 928833536 25145 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16671] ppid=16661 vsize=907064 CPUtime=0
/proc/16663/task/16671/stat : 16671 (java) S 16661 16663 16133 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 165624845 928833536 25145 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16672] ppid=16661 vsize=907064 CPUtime=0.33
/proc/16663/task/16672/stat : 16672 (java) S 16661 16663 16133 0 -1 64 307 0 0 0 33 0 0 0 17 0 12 0 165624845 928833536 25145 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16673] ppid=16661 vsize=907064 CPUtime=0.46
/proc/16663/task/16673/stat : 16673 (java) S 16661 16663 16133 0 -1 64 1511 0 0 0 46 0 0 0 17 0 12 0 165624845 928833536 25145 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16674] ppid=16661 vsize=907064 CPUtime=0
/proc/16663/task/16674/stat : 16674 (java) S 16661 16663 16133 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 165624845 928833536 25145 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16675] ppid=16661 vsize=907064 CPUtime=0
/proc/16663/task/16675/stat : 16675 (java) S 16661 16663 16133 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165624845 928833536 25145 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 907064

[startup+6.28301 s]
/proc/loadavg: 1.93 1.98 1.87 3/85 16675
/proc/meminfo: memFree=1020488/2055920 swapFree=4187312/4192956
[pid=16663] ppid=16661 vsize=909532 CPUtime=6.38
/proc/16663/stat : 16663 (java) R 16661 16663 16133 0 -1 0 42976 0 1 0 617 21 0 0 17 0 12 0 165624835 931360768 41240 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054019735 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16663/statm: 227383 41240 2336 14 0 213820 0
[pid=16663/tid=16665] ppid=16661 vsize=909532 CPUtime=0.58
/proc/16663/task/16665/stat : 16665 (java) S 16661 16663 16133 0 -1 64 7410 0 0 0 55 3 0 0 18 0 12 0 165624838 931360768 41240 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16666] ppid=16661 vsize=909532 CPUtime=0.6
/proc/16663/task/16666/stat : 16666 (java) R 16661 16663 16133 0 -1 64 14045 0 0 0 56 4 0 0 18 0 12 0 165624838 931360768 41240 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16667] ppid=16661 vsize=909532 CPUtime=0
/proc/16663/task/16667/stat : 16667 (java) S 16661 16663 16133 0 -1 64 35 0 0 0 0 0 0 0 17 0 12 0 165624841 931360768 41240 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16668] ppid=16661 vsize=909532 CPUtime=0
/proc/16663/task/16668/stat : 16668 (java) S 16661 16663 16133 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165624841 931360768 41240 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16669] ppid=16661 vsize=909532 CPUtime=0
/proc/16663/task/16669/stat : 16669 (java) S 16661 16663 16133 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165624841 931360768 41240 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16670] ppid=16661 vsize=909532 CPUtime=0
/proc/16663/task/16670/stat : 16670 (java) S 16661 16663 16133 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 165624845 931360768 41240 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16671] ppid=16661 vsize=909532 CPUtime=0
/proc/16663/task/16671/stat : 16671 (java) S 16661 16663 16133 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 165624845 931360768 41240 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16672] ppid=16661 vsize=909532 CPUtime=0.45
/proc/16663/task/16672/stat : 16672 (java) S 16661 16663 16133 0 -1 64 315 0 0 0 45 0 0 0 16 0 12 0 165624845 931360768 41240 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16673] ppid=16661 vsize=909532 CPUtime=0.55
/proc/16663/task/16673/stat : 16673 (java) S 16661 16663 16133 0 -1 64 1522 0 0 0 55 0 0 0 16 0 12 0 165624845 931360768 41240 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16674] ppid=16661 vsize=909532 CPUtime=0
/proc/16663/task/16674/stat : 16674 (java) S 16661 16663 16133 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 165624845 931360768 41240 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16675] ppid=16661 vsize=909532 CPUtime=0
/proc/16663/task/16675/stat : 16675 (java) S 16661 16663 16133 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165624845 931360768 41240 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 909532

[startup+12.6844 s]
/proc/loadavg: 2.01 2.00 1.88 3/86 16676
/proc/meminfo: memFree=944776/2055920 swapFree=4187312/4192956
[pid=16663] ppid=16661 vsize=910016 CPUtime=12.81
/proc/16663/stat : 16663 (java) R 16661 16663 16133 0 -1 0 50817 0 1 0 1257 24 0 0 25 0 13 0 165624835 931856384 48997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054351953 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16663/statm: 227504 48997 2356 14 0 213941 0
[pid=16663/tid=16665] ppid=16661 vsize=910016 CPUtime=0.69
/proc/16663/task/16665/stat : 16665 (java) S 16661 16663 16133 0 -1 64 10151 0 0 0 65 4 0 0 17 0 13 0 165624838 931856384 48997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16666] ppid=16661 vsize=910016 CPUtime=0.93
/proc/16663/task/16666/stat : 16666 (java) S 16661 16663 16133 0 -1 64 19005 0 0 0 87 6 0 0 17 0 13 0 165624838 931856384 48997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16667] ppid=16661 vsize=910016 CPUtime=0
/proc/16663/task/16667/stat : 16667 (java) S 16661 16663 16133 0 -1 64 36 0 0 0 0 0 0 0 17 0 13 0 165624841 931856384 48997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16668] ppid=16661 vsize=910016 CPUtime=0
/proc/16663/task/16668/stat : 16668 (java) S 16661 16663 16133 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165624841 931856384 48997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16669] ppid=16661 vsize=910016 CPUtime=0
/proc/16663/task/16669/stat : 16669 (java) S 16661 16663 16133 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165624841 931856384 48997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16670] ppid=16661 vsize=910016 CPUtime=0
/proc/16663/task/16670/stat : 16670 (java) S 16661 16663 16133 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 165624845 931856384 48997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16671] ppid=16661 vsize=910016 CPUtime=0
/proc/16663/task/16671/stat : 16671 (java) S 16661 16663 16133 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 165624845 931856384 48997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16672] ppid=16661 vsize=910016 CPUtime=0.8
/proc/16663/task/16672/stat : 16672 (java) S 16661 16663 16133 0 -1 64 405 0 0 0 80 0 0 0 16 0 13 0 165624845 931856384 48997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16673] ppid=16661 vsize=910016 CPUtime=0.68
/proc/16663/task/16673/stat : 16673 (java) S 16661 16663 16133 0 -1 64 1539 0 0 0 68 0 0 0 17 0 13 0 165624845 931856384 48997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16674] ppid=16661 vsize=910016 CPUtime=0
/proc/16663/task/16674/stat : 16674 (java) S 16661 16663 16133 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165624845 931856384 48997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16675] ppid=16661 vsize=910016 CPUtime=0
/proc/16663/task/16675/stat : 16675 (java) S 16661 16663 16133 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165624845 931856384 48997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16676] ppid=16661 vsize=910016 CPUtime=0
/proc/16663/task/16676/stat : 16676 (java) S 16661 16663 16133 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165625524 931856384 48997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.81
Current children cumulated vsize (KiB) 910016

[startup+25.5716 s]
/proc/loadavg: 2.01 2.00 1.88 3/86 16678
/proc/meminfo: memFree=944968/2055920 swapFree=4187312/4192956
[pid=16663] ppid=16661 vsize=910016 CPUtime=25.64
/proc/16663/stat : 16663 (java) R 16661 16663 16133 0 -1 0 50821 0 1 0 2540 24 0 0 25 0 13 0 165624835 931856384 48999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054352190 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16663/statm: 227504 48999 2356 14 0 213941 0
[pid=16663/tid=16665] ppid=16661 vsize=910016 CPUtime=0.69
/proc/16663/task/16665/stat : 16665 (java) S 16661 16663 16133 0 -1 64 10151 0 0 0 65 4 0 0 17 0 13 0 165624838 931856384 48999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16666] ppid=16661 vsize=910016 CPUtime=0.93
/proc/16663/task/16666/stat : 16666 (java) S 16661 16663 16133 0 -1 64 19005 0 0 0 87 6 0 0 17 0 13 0 165624838 931856384 48999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16667] ppid=16661 vsize=910016 CPUtime=0
/proc/16663/task/16667/stat : 16667 (java) S 16661 16663 16133 0 -1 64 36 0 0 0 0 0 0 0 16 0 13 0 165624841 931856384 48999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16668] ppid=16661 vsize=910016 CPUtime=0
/proc/16663/task/16668/stat : 16668 (java) S 16661 16663 16133 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165624841 931856384 48999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16669] ppid=16661 vsize=910016 CPUtime=0
/proc/16663/task/16669/stat : 16669 (java) S 16661 16663 16133 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165624841 931856384 48999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16670] ppid=16661 vsize=910016 CPUtime=0
/proc/16663/task/16670/stat : 16670 (java) S 16661 16663 16133 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 165624845 931856384 48999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16671] ppid=16661 vsize=910016 CPUtime=0
/proc/16663/task/16671/stat : 16671 (java) S 16661 16663 16133 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 165624845 931856384 48999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16672] ppid=16661 vsize=910016 CPUtime=0.81
/proc/16663/task/16672/stat : 16672 (java) S 16661 16663 16133 0 -1 64 407 0 0 0 81 0 0 0 16 0 13 0 165624845 931856384 48999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16673] ppid=16661 vsize=910016 CPUtime=0.68
/proc/16663/task/16673/stat : 16673 (java) S 16661 16663 16133 0 -1 64 1539 0 0 0 68 0 0 0 17 0 13 0 165624845 931856384 48999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16674] ppid=16661 vsize=910016 CPUtime=0
/proc/16663/task/16674/stat : 16674 (java) S 16661 16663 16133 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165624845 931856384 48999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16675] ppid=16661 vsize=910016 CPUtime=0
/proc/16663/task/16675/stat : 16675 (java) S 16661 16663 16133 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165624845 931856384 48999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16676] ppid=16661 vsize=910016 CPUtime=0
/proc/16663/task/16676/stat : 16676 (java) S 16661 16663 16133 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165625524 931856384 48999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.64
Current children cumulated vsize (KiB) 910016

[startup+51.2449 s]
/proc/loadavg: 2.01 2.00 1.88 3/86 16678
/proc/meminfo: memFree=921544/2055920 swapFree=4187312/4192956
[pid=16663] ppid=16661 vsize=911300 CPUtime=51.27
/proc/16663/stat : 16663 (java) R 16661 16663 16133 0 -1 0 57316 0 1 0 5098 29 0 0 25 0 13 0 165624835 933171200 54894 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054352598 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16663/statm: 227825 54894 2356 14 0 214262 0
[pid=16663/tid=16665] ppid=16661 vsize=911300 CPUtime=0.82

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

/proc/loadavg: 2.00 2.00 1.94 3/93 16754
/proc/meminfo: memFree=924864/2055920 swapFree=4187312/4192956
[pid=16663] ppid=16661 vsize=911300 CPUtime=1595.45
/proc/16663/stat : 16663 (java) R 16661 16663 16133 0 -1 0 172685 0 1 0 159464 81 0 0 25 0 13 0 165624835 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054351953 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16663/statm: 227825 161099 2356 14 0 214262 0
[pid=16663/tid=16665] ppid=16661 vsize=911300 CPUtime=2.31
/proc/16663/task/16665/stat : 16665 (java) S 16661 16663 16133 0 -1 64 75010 0 0 0 200 31 0 0 17 0 13 0 165624838 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16666] ppid=16661 vsize=911300 CPUtime=2.47
/proc/16663/task/16666/stat : 16666 (java) S 16661 16663 16133 0 -1 64 75990 0 0 0 218 29 0 0 17 0 13 0 165624838 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16667] ppid=16661 vsize=911300 CPUtime=0.01
/proc/16663/task/16667/stat : 16667 (java) S 16661 16663 16133 0 -1 64 36 0 0 0 1 0 0 0 16 0 13 0 165624841 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16668] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16668/stat : 16668 (java) S 16661 16663 16133 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165624841 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16669] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16669/stat : 16669 (java) S 16661 16663 16133 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165624841 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16670] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16670/stat : 16670 (java) S 16661 16663 16133 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 165624845 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16671] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16671/stat : 16671 (java) S 16661 16663 16133 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 165624845 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16672] ppid=16661 vsize=911300 CPUtime=0.83
/proc/16663/task/16672/stat : 16672 (java) S 16661 16663 16133 0 -1 64 408 0 0 0 83 0 0 0 17 0 13 0 165624845 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16673] ppid=16661 vsize=911300 CPUtime=0.71
/proc/16663/task/16673/stat : 16673 (java) S 16661 16663 16133 0 -1 64 1541 0 0 0 71 0 0 0 17 0 13 0 165624845 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16674] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16674/stat : 16674 (java) S 16661 16663 16133 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165624845 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16675] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16675/stat : 16675 (java) S 16661 16663 16133 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165624845 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16676] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16676/stat : 16676 (java) S 16661 16663 16133 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165625524 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.45
Current children cumulated vsize (KiB) 911300

[startup+1662.83 s]
/proc/loadavg: 2.06 2.01 1.95 3/93 16754
/proc/meminfo: memFree=924800/2055920 swapFree=4187312/4192956
[pid=16663] ppid=16661 vsize=911300 CPUtime=1655.12
/proc/16663/stat : 16663 (java) R 16661 16663 16133 0 -1 0 172685 0 1 0 165431 81 0 0 25 0 13 0 165624835 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054352351 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16663/statm: 227825 161099 2356 14 0 214262 0
[pid=16663/tid=16665] ppid=16661 vsize=911300 CPUtime=2.31
/proc/16663/task/16665/stat : 16665 (java) S 16661 16663 16133 0 -1 64 75010 0 0 0 200 31 0 0 17 0 13 0 165624838 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16666] ppid=16661 vsize=911300 CPUtime=2.47
/proc/16663/task/16666/stat : 16666 (java) S 16661 16663 16133 0 -1 64 75990 0 0 0 218 29 0 0 17 0 13 0 165624838 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16667] ppid=16661 vsize=911300 CPUtime=0.01
/proc/16663/task/16667/stat : 16667 (java) S 16661 16663 16133 0 -1 64 36 0 0 0 1 0 0 0 16 0 13 0 165624841 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16668] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16668/stat : 16668 (java) S 16661 16663 16133 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165624841 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16669] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16669/stat : 16669 (java) S 16661 16663 16133 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165624841 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16670] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16670/stat : 16670 (java) S 16661 16663 16133 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 165624845 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16671] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16671/stat : 16671 (java) S 16661 16663 16133 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 165624845 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16672] ppid=16661 vsize=911300 CPUtime=0.83
/proc/16663/task/16672/stat : 16672 (java) S 16661 16663 16133 0 -1 64 408 0 0 0 83 0 0 0 17 0 13 0 165624845 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16673] ppid=16661 vsize=911300 CPUtime=0.71
/proc/16663/task/16673/stat : 16673 (java) S 16661 16663 16133 0 -1 64 1541 0 0 0 71 0 0 0 17 0 13 0 165624845 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16674] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16674/stat : 16674 (java) S 16661 16663 16133 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165624845 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16675] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16675/stat : 16675 (java) S 16661 16663 16133 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165624845 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16676] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16676/stat : 16676 (java) S 16661 16663 16133 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165625524 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.12
Current children cumulated vsize (KiB) 911300

[startup+1722.84 s]
/proc/loadavg: 2.10 2.03 1.95 3/93 16754
/proc/meminfo: memFree=924800/2055920 swapFree=4187312/4192956
[pid=16663] ppid=16661 vsize=911300 CPUtime=1714.82
/proc/16663/stat : 16663 (java) R 16661 16663 16133 0 -1 0 172685 0 1 0 171401 81 0 0 25 0 13 0 165624835 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054346529 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16663/statm: 227825 161099 2356 14 0 214262 0
[pid=16663/tid=16665] ppid=16661 vsize=911300 CPUtime=2.31
/proc/16663/task/16665/stat : 16665 (java) S 16661 16663 16133 0 -1 64 75010 0 0 0 200 31 0 0 17 0 13 0 165624838 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16666] ppid=16661 vsize=911300 CPUtime=2.47
/proc/16663/task/16666/stat : 16666 (java) S 16661 16663 16133 0 -1 64 75990 0 0 0 218 29 0 0 17 0 13 0 165624838 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16667] ppid=16661 vsize=911300 CPUtime=0.01
/proc/16663/task/16667/stat : 16667 (java) S 16661 16663 16133 0 -1 64 36 0 0 0 1 0 0 0 16 0 13 0 165624841 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16668] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16668/stat : 16668 (java) S 16661 16663 16133 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165624841 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16669] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16669/stat : 16669 (java) S 16661 16663 16133 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165624841 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16670] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16670/stat : 16670 (java) S 16661 16663 16133 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 165624845 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16671] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16671/stat : 16671 (java) S 16661 16663 16133 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 165624845 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16672] ppid=16661 vsize=911300 CPUtime=0.83
/proc/16663/task/16672/stat : 16672 (java) S 16661 16663 16133 0 -1 64 408 0 0 0 83 0 0 0 17 0 13 0 165624845 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16673] ppid=16661 vsize=911300 CPUtime=0.71
/proc/16663/task/16673/stat : 16673 (java) S 16661 16663 16133 0 -1 64 1541 0 0 0 71 0 0 0 17 0 13 0 165624845 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16674] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16674/stat : 16674 (java) S 16661 16663 16133 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165624845 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16675] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16675/stat : 16675 (java) S 16661 16663 16133 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165624845 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16676] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16676/stat : 16676 (java) S 16661 16663 16133 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165625524 933171200 161099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.82
Current children cumulated vsize (KiB) 911300

[startup+1782.85 s]
/proc/loadavg: 2.03 2.02 1.95 3/93 16754
/proc/meminfo: memFree=896192/2055920 swapFree=4187312/4192956
[pid=16663] ppid=16661 vsize=911300 CPUtime=1774.52
/proc/16663/stat : 16663 (java) R 16661 16663 16133 0 -1 0 180270 0 1 0 177368 84 0 0 25 0 13 0 165624835 933171200 168245 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054352374 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16663/statm: 227825 168245 2356 14 0 214262 0
[pid=16663/tid=16665] ppid=16661 vsize=911300 CPUtime=2.41
/proc/16663/task/16665/stat : 16665 (java) S 16661 16663 16133 0 -1 64 78680 0 0 0 209 32 0 0 17 0 13 0 165624838 933171200 168245 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16666] ppid=16661 vsize=911300 CPUtime=2.58
/proc/16663/task/16666/stat : 16666 (java) S 16661 16663 16133 0 -1 64 79904 0 0 0 227 31 0 0 18 0 13 0 165624838 933171200 168245 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16667] ppid=16661 vsize=911300 CPUtime=0.01
/proc/16663/task/16667/stat : 16667 (java) S 16661 16663 16133 0 -1 64 36 0 0 0 1 0 0 0 16 0 13 0 165624841 933171200 168245 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16668] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16668/stat : 16668 (java) S 16661 16663 16133 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165624841 933171200 168245 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16669] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16669/stat : 16669 (java) S 16661 16663 16133 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165624841 933171200 168245 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16670] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16670/stat : 16670 (java) S 16661 16663 16133 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 165624845 933171200 168245 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16671] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16671/stat : 16671 (java) S 16661 16663 16133 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 165624845 933171200 168245 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16672] ppid=16661 vsize=911300 CPUtime=0.83
/proc/16663/task/16672/stat : 16672 (java) S 16661 16663 16133 0 -1 64 408 0 0 0 83 0 0 0 17 0 13 0 165624845 933171200 168245 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16673] ppid=16661 vsize=911300 CPUtime=0.71
/proc/16663/task/16673/stat : 16673 (java) S 16661 16663 16133 0 -1 64 1541 0 0 0 71 0 0 0 17 0 13 0 165624845 933171200 168245 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16674] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16674/stat : 16674 (java) S 16661 16663 16133 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165624845 933171200 168245 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16675] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16675/stat : 16675 (java) S 16661 16663 16133 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165624845 933171200 168245 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16676] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16676/stat : 16676 (java) S 16661 16663 16133 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165625524 933171200 168245 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.52
Current children cumulated vsize (KiB) 911300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.52 s]
/proc/loadavg: 2.02 2.02 1.95 3/93 16754
/proc/meminfo: memFree=896128/2055920 swapFree=4187312/4192956
[pid=16663] ppid=16661 vsize=911300 CPUtime=1800.04
/proc/16663/stat : 16663 (java) R 16661 16663 16133 0 -1 0 180270 0 1 0 179920 84 0 0 25 0 13 0 165624835 933171200 168245 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054352547 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16663/statm: 227825 168245 2356 14 0 214262 0
[pid=16663/tid=16665] ppid=16661 vsize=911300 CPUtime=2.41
/proc/16663/task/16665/stat : 16665 (java) S 16661 16663 16133 0 -1 64 78680 0 0 0 209 32 0 0 17 0 13 0 165624838 933171200 168245 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16666] ppid=16661 vsize=911300 CPUtime=2.58
/proc/16663/task/16666/stat : 16666 (java) S 16661 16663 16133 0 -1 64 79904 0 0 0 227 31 0 0 18 0 13 0 165624838 933171200 168245 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16667] ppid=16661 vsize=911300 CPUtime=0.01
/proc/16663/task/16667/stat : 16667 (java) S 16661 16663 16133 0 -1 64 36 0 0 0 1 0 0 0 16 0 13 0 165624841 933171200 168245 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16668] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16668/stat : 16668 (java) S 16661 16663 16133 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165624841 933171200 168245 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16669] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16669/stat : 16669 (java) S 16661 16663 16133 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165624841 933171200 168245 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16670] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16670/stat : 16670 (java) S 16661 16663 16133 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 165624845 933171200 168245 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16671] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16671/stat : 16671 (java) S 16661 16663 16133 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 165624845 933171200 168245 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16672] ppid=16661 vsize=911300 CPUtime=0.83
/proc/16663/task/16672/stat : 16672 (java) S 16661 16663 16133 0 -1 64 408 0 0 0 83 0 0 0 17 0 13 0 165624845 933171200 168245 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16673] ppid=16661 vsize=911300 CPUtime=0.71
/proc/16663/task/16673/stat : 16673 (java) S 16661 16663 16133 0 -1 64 1541 0 0 0 71 0 0 0 17 0 13 0 165624845 933171200 168245 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16663/tid=16674] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16674/stat : 16674 (java) S 16661 16663 16133 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165624845 933171200 168245 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16675] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16675/stat : 16675 (java) S 16661 16663 16133 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165624845 933171200 168245 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16663/tid=16676] ppid=16661 vsize=911300 CPUtime=0
/proc/16663/task/16676/stat : 16676 (java) S 16661 16663 16133 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165625524 933171200 168245 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 911300

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

Child status: 143
Real time (s): 1808.65
CPU time (s): 1800.17
CPU user time (s): 1799.22
CPU system time (s): 0.942856
CPU usage (%): 99.5311
Max. virtual memory (cumulated for all children) (KiB): 911300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.22
system time used= 0.942856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180291
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= 37659
involuntary context switches= 39783

runsolver used 2.27965 s user time and 5.71313 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Sun Jan  7 12:17:32 UTC 2007


IDJOB= 206376
IDBENCH= 4203
FILE ID= node39/206376-1168172252

PBS_JOBID= 3479021

Free space on /tmp= 66533 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28/rand-3-28-28-93-632-9_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206376-1168172252/sat4jCSP-bf3-cached.jar /tmp/evaluation/206376-1168172252/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-206376-1168172252 -o ROOT/results/node39/solver-206376-1168172252 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206376-1168172252/sat4jCSP-bf3-cached.jar /tmp/evaluation/206376-1168172252/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  e2e8a8340b13797e86b3854763e864ee

RANDOM SEED= 292048370

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.236
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.236
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:       1132608 kB
Buffers:         31448 kB
Cached:         326928 kB
SwapCached:       1548 kB
Active:         578784 kB
Inactive:       284236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1132608 kB
SwapTotal:     4192956 kB
SwapFree:      4187312 kB
Dirty:            8212 kB
Writeback:           0 kB
Mapped:         512988 kB
Slab:            44312 kB
Committed_AS:  4013596 kB
PageTables:       3236 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= 66541 MiB



End job on node39 on Sun Jan  7 12:47:41 UTC 2007