Trace number 217593

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.16 1807.12

General information on the benchmark

Nameramsey/ramsey3/
ramsey-25-3.xml
MD5SUM9c172daa4013523791b57a3b9bb87565
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables300
Number of constraints2300
Maximum constraint arity3
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2300
Global constraints used (with number of constraints)

Solver Data (download as text)

0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.24	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.24	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.25	c version CSP COMPETITION BUGFIX 3 CACHED
0.25	c sun.arch.data.model	32
0.25	c java.version	1.5.0_10
0.25	c os.name	Linux
0.25	c os.version	2.6.9-22.EL.rootsmp
0.25	c os.arch	i386
0.25	c Free memory 722620888
0.25	c Max memory 723845120
0.25	c Total memory 723845120
0.25	c Number of processors 2
0.35	c --- Begin Solver configuration ---
0.35	c Stops conflict analysis at the first Unique Implication Point
0.35	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.35	c Learn all clauses as in MiniSAT
0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.35	c VSIDS like heuristics from MiniSAT using a heap
0.35	c No reason simplification
0.35	c --- End Solver configuration ---
0.35	c solving /tmp/evaluation/217593-1168248052/unknown.xml
0.35	c reading problem ... 
0.62	c reading problem named ?
0.62	c reading domains done.
0.63	c reading variables
c reading variables (300) done.
0.86	c reading predicates 
c reading relations (2) done.
1.11	c reading constraints
c reading constraints done.
4.29	c ... done. Wall clock time 3.941s.
4.29	c CPU time (experimental) 1.84s.
4.29	c #vars     900
4.29	c #constraints  7500
1807.05	c starts		: 21
1807.05	c conflicts		: 814025
1807.05	c decisions		: 1013227
1807.05	c propagations		: 35312019
1807.05	c inspects		: 4228326992
1807.05	c learnt literals	: 0
1807.05	c learnt binary clauses	: 0
1807.05	c learnt ternary clauses	: 0
1807.05	c learnt clauses	: 814025
1807.05	c root simplifications	: 0
1807.05	c removed literals (reason simplification)	: 0
1807.05	c reason swapping (by a shorter reason)	: 0
1807.05	c Calls to reduceDB	: 0
1807.05	c speed (decisions/second)	: 562.0439616275987
1807.05	c non guided choices	802
1807.05	s UNKNOWN
1807.05	c Total wall clock time (in seconds) : 1806.699
1807.05	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/node61/watcher-217593-1168248052 -o ROOT/results/node61/solver-217593-1168248052 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/217593-1168248052/sat4jCSP-bf3-cached.jar /tmp/evaluation/217593-1168248052/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.08 1.02 1.01 1/69 30990
/proc/meminfo: memFree=1899800/2055920 swapFree=4192812/4192956
[pid=30989] ppid=30982 vsize=168 CPUtime=0
/proc/30989/stat : 30989 (java) R 30982 30989 30881 0 -1 0 39 0 0 0 0 0 0 0 20 0 1 0 173203031 172032 23 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 10384164 0 0 4096 0 0 0 0 17 1 0 0
/proc/30989/statm: 42 23 18 14 0 2 0

[startup+0.102634 s]
/proc/loadavg: 1.08 1.02 1.01 1/69 30990
/proc/meminfo: memFree=1899800/2055920 swapFree=4192812/4192956
[pid=30989] ppid=30982 vsize=893784 CPUtime=0.02
/proc/30989/stat : 30989 (java) R 30982 30989 30881 0 -1 0 1805 0 33 0 1 1 0 0 18 0 1 0 173203031 915234816 1599 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 10850007 0 4 0 7368 0 0 0 17 0 0 0
/proc/30989/statm: 223446 1599 943 14 0 210466 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 893784

[startup+0.510696 s]
/proc/loadavg: 1.08 1.02 1.01 1/69 30990
/proc/meminfo: memFree=1899800/2055920 swapFree=4192812/4192956
[pid=30989] ppid=30982 vsize=905224 CPUtime=0.4
/proc/30989/stat : 30989 (java) R 30982 30989 30881 0 -1 0 5406 0 39 0 37 3 0 0 18 0 12 0 173203031 926949376 5039 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155215354 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30989/statm: 226306 5040 2107 14 0 212743 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 905224

[startup+1.33284 s]
/proc/loadavg: 1.08 1.02 1.01 3/92 31026
/proc/meminfo: memFree=1834832/2055920 swapFree=4192812/4192956
[pid=30989] ppid=30982 vsize=905236 CPUtime=1.2
/proc/30989/stat : 30989 (java) R 30982 30989 30881 0 -1 0 7630 0 39 0 116 4 0 0 19 0 12 0 173203031 926961664 6793 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054135461 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30989/statm: 226309 6793 2447 14 0 212746 0
[pid=30989/tid=31009] ppid=30982 vsize=905236 CPUtime=0
/proc/30989/task/31009/stat : 31009 (java) S 30982 30989 30881 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 173203042 926961664 6793 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31010] ppid=30982 vsize=905236 CPUtime=0
/proc/30989/task/31010/stat : 31010 (java) S 30982 30989 30881 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 173203042 926961664 6793 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31013] ppid=30982 vsize=905236 CPUtime=0
/proc/30989/task/31013/stat : 31013 (java) S 30982 30989 30881 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 173203044 926961664 6793 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31015] ppid=30982 vsize=905236 CPUtime=0
/proc/30989/task/31015/stat : 31015 (java) S 30982 30989 30881 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 173203045 926961664 6793 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31016] ppid=30982 vsize=905236 CPUtime=0
/proc/30989/task/31016/stat : 31016 (java) S 30982 30989 30881 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 173203045 926961664 6793 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31021] ppid=30982 vsize=905236 CPUtime=0
/proc/30989/task/31021/stat : 31021 (java) S 30982 30989 30881 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 173203048 926961664 6793 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31022] ppid=30982 vsize=905236 CPUtime=0
/proc/30989/task/31022/stat : 31022 (java) S 30982 30989 30881 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 173203048 926961664 6793 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31023] ppid=30982 vsize=905236 CPUtime=0.2
/proc/30989/task/31023/stat : 31023 (java) S 30982 30989 30881 0 -1 64 686 0 0 0 20 0 0 0 16 0 12 0 173203049 926961664 6793 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31024] ppid=30982 vsize=905236 CPUtime=0.25
/proc/30989/task/31024/stat : 31024 (java) S 30982 30989 30881 0 -1 64 522 0 0 0 25 0 0 0 16 0 12 0 173203049 926961664 6793 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31025] ppid=30982 vsize=905236 CPUtime=0
/proc/30989/task/31025/stat : 31025 (java) S 30982 30989 30881 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 173203049 926961664 6793 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31026] ppid=30982 vsize=905236 CPUtime=0
/proc/30989/task/31026/stat : 31026 (java) S 30982 30989 30881 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 173203049 926961664 6793 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 905236

[startup+2.98513 s]
/proc/loadavg: 1.23 1.05 1.02 5/92 31026
/proc/meminfo: memFree=1799184/2055920 swapFree=4192812/4192956
[pid=30989] ppid=30982 vsize=906532 CPUtime=2.86
/proc/30989/stat : 30989 (java) R 30982 30989 30881 0 -1 0 10460 0 39 0 280 6 0 0 25 0 12 0 173203031 928288768 8954 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053854881 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30989/statm: 226633 8954 2456 14 0 213070 0
[pid=30989/tid=31009] ppid=30982 vsize=906532 CPUtime=0
/proc/30989/task/31009/stat : 31009 (java) S 30982 30989 30881 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 173203042 928288768 8954 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31010] ppid=30982 vsize=906532 CPUtime=0
/proc/30989/task/31010/stat : 31010 (java) S 30982 30989 30881 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 173203042 928288768 8954 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31013] ppid=30982 vsize=906532 CPUtime=0
/proc/30989/task/31013/stat : 31013 (java) S 30982 30989 30881 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 173203044 928288768 8954 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31015] ppid=30982 vsize=906532 CPUtime=0
/proc/30989/task/31015/stat : 31015 (java) S 30982 30989 30881 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 173203045 928288768 8954 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31016] ppid=30982 vsize=906532 CPUtime=0
/proc/30989/task/31016/stat : 31016 (java) S 30982 30989 30881 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 173203045 928288768 8954 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31021] ppid=30982 vsize=906532 CPUtime=0
/proc/30989/task/31021/stat : 31021 (java) S 30982 30989 30881 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 173203048 928288768 8954 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31022] ppid=30982 vsize=906532 CPUtime=0
/proc/30989/task/31022/stat : 31022 (java) S 30982 30989 30881 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 173203048 928288768 8954 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31023] ppid=30982 vsize=906532 CPUtime=0.66
/proc/30989/task/31023/stat : 31023 (java) S 30982 30989 30881 0 -1 64 1052 0 0 0 66 0 0 0 16 0 12 0 173203049 928288768 8954 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31024] ppid=30982 vsize=906532 CPUtime=0.76
/proc/30989/task/31024/stat : 31024 (java) S 30982 30989 30881 0 -1 64 1243 0 0 0 76 0 0 0 16 0 12 0 173203049 928288768 8954 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31025] ppid=30982 vsize=906532 CPUtime=0
/proc/30989/task/31025/stat : 31025 (java) S 30982 30989 30881 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 173203049 928288768 8954 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31026] ppid=30982 vsize=906532 CPUtime=0
/proc/30989/task/31026/stat : 31026 (java) S 30982 30989 30881 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 173203049 928288768 8954 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 906532

[startup+6.28271 s]
/proc/loadavg: 1.23 1.05 1.02 3/86 31028
/proc/meminfo: memFree=1848960/2055920 swapFree=4192812/4192956
[pid=30989] ppid=30982 vsize=908744 CPUtime=6.13
/proc/30989/stat : 30989 (java) R 30982 30989 30881 0 -1 0 15511 0 39 0 604 9 0 0 25 0 13 0 173203031 930553856 12475 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054693371 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30989/statm: 227186 12475 2479 14 0 213623 0
[pid=30989/tid=31009] ppid=30982 vsize=908744 CPUtime=0
/proc/30989/task/31009/stat : 31009 (java) S 30982 30989 30881 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 173203042 930553856 12475 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31010] ppid=30982 vsize=908744 CPUtime=0
/proc/30989/task/31010/stat : 31010 (java) S 30982 30989 30881 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 173203042 930553856 12475 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31013] ppid=30982 vsize=908744 CPUtime=0
/proc/30989/task/31013/stat : 31013 (java) S 30982 30989 30881 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 173203044 930553856 12475 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31015] ppid=30982 vsize=908744 CPUtime=0
/proc/30989/task/31015/stat : 31015 (java) S 30982 30989 30881 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 173203045 930553856 12475 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31016] ppid=30982 vsize=908744 CPUtime=0
/proc/30989/task/31016/stat : 31016 (java) S 30982 30989 30881 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 173203045 930553856 12475 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31021] ppid=30982 vsize=908744 CPUtime=0
/proc/30989/task/31021/stat : 31021 (java) S 30982 30989 30881 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 173203048 930553856 12475 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31022] ppid=30982 vsize=908744 CPUtime=0
/proc/30989/task/31022/stat : 31022 (java) S 30982 30989 30881 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 173203048 930553856 12475 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31023] ppid=30982 vsize=908744 CPUtime=1.36
/proc/30989/task/31023/stat : 31023 (java) S 30982 30989 30881 0 -1 64 1628 0 0 0 136 0 0 0 15 0 13 0 173203049 930553856 12475 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31024] ppid=30982 vsize=908744 CPUtime=1.43
/proc/30989/task/31024/stat : 31024 (java) S 30982 30989 30881 0 -1 64 2724 0 0 0 142 1 0 0 15 0 13 0 173203049 930553856 12475 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31025] ppid=30982 vsize=908744 CPUtime=0
/proc/30989/task/31025/stat : 31025 (java) S 30982 30989 30881 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 173203049 930553856 12475 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31026] ppid=30982 vsize=908744 CPUtime=0
/proc/30989/task/31026/stat : 31026 (java) S 30982 30989 30881 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173203049 930553856 12475 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31028] ppid=30982 vsize=908744 CPUtime=0
/proc/30989/task/31028/stat : 31028 (java) S 30982 30989 30881 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 173203461 930553856 12475 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 908744

[startup+12.6918 s]
/proc/loadavg: 1.35 1.08 1.03 3/86 31028
/proc/meminfo: memFree=1839360/2055920 swapFree=4192812/4192956
[pid=30989] ppid=30982 vsize=908328 CPUtime=12.49
/proc/30989/stat : 30989 (java) R 30982 30989 30881 0 -1 0 17526 0 39 0 1238 11 0 0 25 0 13 0 173203031 930127872 14386 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054693724 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30989/statm: 227082 14386 2479 14 0 213519 0
[pid=30989/tid=31009] ppid=30982 vsize=908328 CPUtime=0
/proc/30989/task/31009/stat : 31009 (java) S 30982 30989 30881 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 173203042 930127872 14386 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31010] ppid=30982 vsize=908328 CPUtime=0
/proc/30989/task/31010/stat : 31010 (java) S 30982 30989 30881 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 173203042 930127872 14386 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31013] ppid=30982 vsize=908328 CPUtime=0
/proc/30989/task/31013/stat : 31013 (java) S 30982 30989 30881 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 173203044 930127872 14386 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31015] ppid=30982 vsize=908328 CPUtime=0
/proc/30989/task/31015/stat : 31015 (java) S 30982 30989 30881 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 173203045 930127872 14386 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31016] ppid=30982 vsize=908328 CPUtime=0
/proc/30989/task/31016/stat : 31016 (java) S 30982 30989 30881 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 173203045 930127872 14386 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31021] ppid=30982 vsize=908328 CPUtime=0
/proc/30989/task/31021/stat : 31021 (java) S 30982 30989 30881 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 173203048 930127872 14386 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31022] ppid=30982 vsize=908328 CPUtime=0
/proc/30989/task/31022/stat : 31022 (java) S 30982 30989 30881 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 173203048 930127872 14386 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31023] ppid=30982 vsize=908328 CPUtime=1.38
/proc/30989/task/31023/stat : 31023 (java) S 30982 30989 30881 0 -1 64 1629 0 0 0 138 0 0 0 16 0 13 0 173203049 930127872 14386 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31024] ppid=30982 vsize=908328 CPUtime=1.45
/proc/30989/task/31024/stat : 31024 (java) S 30982 30989 30881 0 -1 64 2725 0 0 0 144 1 0 0 16 0 13 0 173203049 930127872 14386 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31025] ppid=30982 vsize=908328 CPUtime=0
/proc/30989/task/31025/stat : 31025 (java) S 30982 30989 30881 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 173203049 930127872 14386 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31026] ppid=30982 vsize=908328 CPUtime=0
/proc/30989/task/31026/stat : 31026 (java) S 30982 30989 30881 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173203049 930127872 14386 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31028] ppid=30982 vsize=908328 CPUtime=0
/proc/30989/task/31028/stat : 31028 (java) S 30982 30989 30881 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 173203461 930127872 14386 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 908328

[startup+25.5771 s]
/proc/loadavg: 1.45 1.11 1.04 3/86 31028
/proc/meminfo: memFree=1829248/2055920 swapFree=4192812/4192956
[pid=30989] ppid=30982 vsize=908328 CPUtime=25.27
/proc/30989/stat : 30989 (java) R 30982 30989 30881 0 -1 0 19945 0 39 0 2514 13 0 0 25 0 13 0 173203031 930127872 16805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054584615 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30989/statm: 227082 16805 2479 14 0 213519 0
[pid=30989/tid=31009] ppid=30982 vsize=908328 CPUtime=0
/proc/30989/task/31009/stat : 31009 (java) S 30982 30989 30881 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 173203042 930127872 16805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31010] ppid=30982 vsize=908328 CPUtime=0
/proc/30989/task/31010/stat : 31010 (java) S 30982 30989 30881 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 173203042 930127872 16805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31013] ppid=30982 vsize=908328 CPUtime=0
/proc/30989/task/31013/stat : 31013 (java) S 30982 30989 30881 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 173203044 930127872 16805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31015] ppid=30982 vsize=908328 CPUtime=0
/proc/30989/task/31015/stat : 31015 (java) S 30982 30989 30881 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 173203045 930127872 16805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31016] ppid=30982 vsize=908328 CPUtime=0
/proc/30989/task/31016/stat : 31016 (java) S 30982 30989 30881 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 173203045 930127872 16805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31021] ppid=30982 vsize=908328 CPUtime=0
/proc/30989/task/31021/stat : 31021 (java) S 30982 30989 30881 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 173203048 930127872 16805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31022] ppid=30982 vsize=908328 CPUtime=0
/proc/30989/task/31022/stat : 31022 (java) S 30982 30989 30881 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 173203048 930127872 16805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31023] ppid=30982 vsize=908328 CPUtime=1.39
/proc/30989/task/31023/stat : 31023 (java) S 30982 30989 30881 0 -1 64 1629 0 0 0 139 0 0 0 16 0 13 0 173203049 930127872 16805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31024] ppid=30982 vsize=908328 CPUtime=1.45
/proc/30989/task/31024/stat : 31024 (java) S 30982 30989 30881 0 -1 64 2725 0 0 0 144 1 0 0 16 0 13 0 173203049 930127872 16805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31025] ppid=30982 vsize=908328 CPUtime=0
/proc/30989/task/31025/stat : 31025 (java) S 30982 30989 30881 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 173203049 930127872 16805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31026] ppid=30982 vsize=908328 CPUtime=0
/proc/30989/task/31026/stat : 31026 (java) S 30982 30989 30881 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173203049 930127872 16805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31028] ppid=30982 vsize=908328 CPUtime=0
/proc/30989/task/31028/stat : 31028 (java) S 30982 30989 30881 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 173203461 930127872 16805 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 908328

[startup+51.2585 s]
/proc/loadavg: 1.64 1.18 1.06 3/86 31028
/proc/meminfo: memFree=1814144/2055920 swapFree=4192812/4192956
[pid=30989] ppid=30982 vsize=908328 CPUtime=50.7
/proc/30989/stat : 30989 (java) R 30982 30989 30881 0 -1 0 23436 0 39 0 5053 17 0 0 25 0 13 0 173203031 930127872 20296 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054693809 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/loadavg: 2.02 1.99 1.80 3/86 31028
/proc/meminfo: memFree=1581952/2055920 swapFree=4192812/4192956
[pid=30989] ppid=30982 vsize=910896 CPUtime=1595.97
/proc/30989/stat : 30989 (java) R 30982 30989 30881 0 -1 0 87358 0 39 0 159549 48 0 0 25 0 13 0 173203031 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054635469 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30989/statm: 227724 75907 2481 14 0 214161 0
[pid=30989/tid=31009] ppid=30982 vsize=910896 CPUtime=0.87
/proc/30989/task/31009/stat : 31009 (java) S 30982 30989 30881 0 -1 64 27878 0 0 0 74 13 0 0 19 0 13 0 173203042 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31010] ppid=30982 vsize=910896 CPUtime=0.87
/proc/30989/task/31010/stat : 31010 (java) S 30982 30989 30881 0 -1 64 34920 0 0 0 72 15 0 0 19 0 13 0 173203042 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31013] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31013/stat : 31013 (java) S 30982 30989 30881 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 173203044 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31015] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31015/stat : 31015 (java) S 30982 30989 30881 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 173203045 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31016] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31016/stat : 31016 (java) S 30982 30989 30881 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173203045 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31021] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31021/stat : 31021 (java) S 30982 30989 30881 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 173203048 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31022] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31022/stat : 31022 (java) S 30982 30989 30881 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 173203048 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31023] ppid=30982 vsize=910896 CPUtime=1.39
/proc/30989/task/31023/stat : 31023 (java) S 30982 30989 30881 0 -1 64 1629 0 0 0 139 0 0 0 16 0 13 0 173203049 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31024] ppid=30982 vsize=910896 CPUtime=1.45
/proc/30989/task/31024/stat : 31024 (java) S 30982 30989 30881 0 -1 64 2725 0 0 0 144 1 0 0 16 0 13 0 173203049 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31025] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31025/stat : 31025 (java) S 30982 30989 30881 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 173203049 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31026] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31026/stat : 31026 (java) S 30982 30989 30881 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173203049 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31028] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31028/stat : 31028 (java) S 30982 30989 30881 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 173203461 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.97
Current children cumulated vsize (KiB) 910896

[startup+1662.87 s]
/proc/loadavg: 2.01 1.99 1.81 3/86 31028
/proc/meminfo: memFree=1581824/2055920 swapFree=4192812/4192956
[pid=30989] ppid=30982 vsize=910896 CPUtime=1655.95
/proc/30989/stat : 30989 (java) R 30982 30989 30881 0 -1 0 87358 0 39 0 165547 48 0 0 25 0 13 0 173203031 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054652980 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30989/statm: 227724 75907 2481 14 0 214161 0
[pid=30989/tid=31009] ppid=30982 vsize=910896 CPUtime=0.87
/proc/30989/task/31009/stat : 31009 (java) S 30982 30989 30881 0 -1 64 27878 0 0 0 74 13 0 0 19 0 13 0 173203042 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31010] ppid=30982 vsize=910896 CPUtime=0.87
/proc/30989/task/31010/stat : 31010 (java) S 30982 30989 30881 0 -1 64 34920 0 0 0 72 15 0 0 19 0 13 0 173203042 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31013] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31013/stat : 31013 (java) S 30982 30989 30881 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 173203044 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31015] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31015/stat : 31015 (java) S 30982 30989 30881 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 173203045 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31016] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31016/stat : 31016 (java) S 30982 30989 30881 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173203045 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31021] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31021/stat : 31021 (java) S 30982 30989 30881 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 173203048 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31022] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31022/stat : 31022 (java) S 30982 30989 30881 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 173203048 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31023] ppid=30982 vsize=910896 CPUtime=1.39
/proc/30989/task/31023/stat : 31023 (java) S 30982 30989 30881 0 -1 64 1629 0 0 0 139 0 0 0 16 0 13 0 173203049 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31024] ppid=30982 vsize=910896 CPUtime=1.45
/proc/30989/task/31024/stat : 31024 (java) S 30982 30989 30881 0 -1 64 2725 0 0 0 144 1 0 0 16 0 13 0 173203049 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31025] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31025/stat : 31025 (java) S 30982 30989 30881 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 173203049 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31026] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31026/stat : 31026 (java) S 30982 30989 30881 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173203049 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31028] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31028/stat : 31028 (java) S 30982 30989 30881 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 173203461 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.95
Current children cumulated vsize (KiB) 910896

[startup+1722.88 s]
/proc/loadavg: 2.00 1.99 1.82 3/86 31028
/proc/meminfo: memFree=1581632/2055920 swapFree=4192812/4192956
[pid=30989] ppid=30982 vsize=910896 CPUtime=1715.94
/proc/30989/stat : 30989 (java) R 30982 30989 30881 0 -1 0 87358 0 39 0 171545 49 0 0 25 0 13 0 173203031 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054693809 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30989/statm: 227724 75907 2481 14 0 214161 0
[pid=30989/tid=31009] ppid=30982 vsize=910896 CPUtime=0.87
/proc/30989/task/31009/stat : 31009 (java) S 30982 30989 30881 0 -1 64 27878 0 0 0 74 13 0 0 19 0 13 0 173203042 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31010] ppid=30982 vsize=910896 CPUtime=0.87
/proc/30989/task/31010/stat : 31010 (java) S 30982 30989 30881 0 -1 64 34920 0 0 0 72 15 0 0 19 0 13 0 173203042 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31013] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31013/stat : 31013 (java) S 30982 30989 30881 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 173203044 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31015] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31015/stat : 31015 (java) S 30982 30989 30881 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 173203045 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31016] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31016/stat : 31016 (java) S 30982 30989 30881 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173203045 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31021] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31021/stat : 31021 (java) S 30982 30989 30881 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 173203048 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31022] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31022/stat : 31022 (java) S 30982 30989 30881 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 173203048 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31023] ppid=30982 vsize=910896 CPUtime=1.39
/proc/30989/task/31023/stat : 31023 (java) S 30982 30989 30881 0 -1 64 1629 0 0 0 139 0 0 0 16 0 13 0 173203049 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31024] ppid=30982 vsize=910896 CPUtime=1.45
/proc/30989/task/31024/stat : 31024 (java) S 30982 30989 30881 0 -1 64 2725 0 0 0 144 1 0 0 16 0 13 0 173203049 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31025] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31025/stat : 31025 (java) S 30982 30989 30881 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 173203049 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31026] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31026/stat : 31026 (java) S 30982 30989 30881 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173203049 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31028] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31028/stat : 31028 (java) S 30982 30989 30881 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 173203461 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.94
Current children cumulated vsize (KiB) 910896

[startup+1782.9 s]
/proc/loadavg: 2.00 1.99 1.82 3/86 31028
/proc/meminfo: memFree=1581440/2055920 swapFree=4192812/4192956
[pid=30989] ppid=30982 vsize=910896 CPUtime=1775.95
/proc/30989/stat : 30989 (java) R 30982 30989 30881 0 -1 0 87358 0 39 0 177546 49 0 0 25 0 13 0 173203031 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054693201 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30989/statm: 227724 75907 2481 14 0 214161 0
[pid=30989/tid=31009] ppid=30982 vsize=910896 CPUtime=0.87
/proc/30989/task/31009/stat : 31009 (java) S 30982 30989 30881 0 -1 64 27878 0 0 0 74 13 0 0 19 0 13 0 173203042 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31010] ppid=30982 vsize=910896 CPUtime=0.87
/proc/30989/task/31010/stat : 31010 (java) S 30982 30989 30881 0 -1 64 34920 0 0 0 72 15 0 0 19 0 13 0 173203042 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31013] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31013/stat : 31013 (java) S 30982 30989 30881 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 173203044 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31015] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31015/stat : 31015 (java) S 30982 30989 30881 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 173203045 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31016] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31016/stat : 31016 (java) S 30982 30989 30881 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173203045 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31021] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31021/stat : 31021 (java) S 30982 30989 30881 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 173203048 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31022] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31022/stat : 31022 (java) S 30982 30989 30881 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 173203048 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31023] ppid=30982 vsize=910896 CPUtime=1.39
/proc/30989/task/31023/stat : 31023 (java) S 30982 30989 30881 0 -1 64 1629 0 0 0 139 0 0 0 16 0 13 0 173203049 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31024] ppid=30982 vsize=910896 CPUtime=1.45
/proc/30989/task/31024/stat : 31024 (java) S 30982 30989 30881 0 -1 64 2725 0 0 0 144 1 0 0 16 0 13 0 173203049 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31025] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31025/stat : 31025 (java) S 30982 30989 30881 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 173203049 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31026] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31026/stat : 31026 (java) S 30982 30989 30881 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173203049 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31028] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31028/stat : 31028 (java) S 30982 30989 30881 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 173203461 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.95
Current children cumulated vsize (KiB) 910896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.04 s]
/proc/loadavg: 2.00 1.99 1.83 3/86 31028
/proc/meminfo: memFree=1581440/2055920 swapFree=4192812/4192956
[pid=30989] ppid=30982 vsize=910896 CPUtime=1800.08
/proc/30989/stat : 30989 (java) R 30982 30989 30881 0 -1 0 87358 0 39 0 179959 49 0 0 25 0 13 0 173203031 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054652980 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30989/statm: 227724 75907 2481 14 0 214161 0
[pid=30989/tid=31009] ppid=30982 vsize=910896 CPUtime=0.87
/proc/30989/task/31009/stat : 31009 (java) S 30982 30989 30881 0 -1 64 27878 0 0 0 74 13 0 0 19 0 13 0 173203042 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31010] ppid=30982 vsize=910896 CPUtime=0.87
/proc/30989/task/31010/stat : 31010 (java) S 30982 30989 30881 0 -1 64 34920 0 0 0 72 15 0 0 19 0 13 0 173203042 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31013] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31013/stat : 31013 (java) S 30982 30989 30881 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 173203044 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31015] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31015/stat : 31015 (java) S 30982 30989 30881 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 173203045 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31016] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31016/stat : 31016 (java) S 30982 30989 30881 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173203045 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31021] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31021/stat : 31021 (java) S 30982 30989 30881 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 173203048 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31022] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31022/stat : 31022 (java) S 30982 30989 30881 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 173203048 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31023] ppid=30982 vsize=910896 CPUtime=1.39
/proc/30989/task/31023/stat : 31023 (java) S 30982 30989 30881 0 -1 64 1629 0 0 0 139 0 0 0 16 0 13 0 173203049 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31024] ppid=30982 vsize=910896 CPUtime=1.45
/proc/30989/task/31024/stat : 31024 (java) S 30982 30989 30881 0 -1 64 2725 0 0 0 144 1 0 0 16 0 13 0 173203049 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30989/tid=31025] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31025/stat : 31025 (java) S 30982 30989 30881 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 173203049 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31026] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31026/stat : 31026 (java) S 30982 30989 30881 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173203049 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30989/tid=31028] ppid=30982 vsize=910896 CPUtime=0
/proc/30989/task/31028/stat : 31028 (java) S 30982 30989 30881 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 173203461 932757504 75907 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 910896

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

Child status: 143
Real time (s): 1807.12
CPU time (s): 1800.16
CPU user time (s): 1799.62
CPU system time (s): 0.540917
CPU usage (%): 99.615
Max. virtual memory (cumulated for all children) (KiB): 910896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.62
system time used= 0.540917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87379
page faults= 39
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37452
involuntary context switches= 38545

runsolver used 2.13567 s user time and 5.85811 s system time

The end

Launcher Data (download as text)

Begin job on node61 on Mon Jan  8 09:20:52 UTC 2007


IDJOB= 217593
IDBENCH= 5157
FILE ID= node61/217593-1168248052

PBS_JOBID= 3481889

Free space on /tmp= 66517 MiB

BENCH NAME= HOME/pub/bench/CPAI06/ramsey/ramsey3/ramsey-25-3.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/217593-1168248052/sat4jCSP-bf3-cached.jar /tmp/evaluation/217593-1168248052/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-217593-1168248052 -o ROOT/results/node61/solver-217593-1168248052 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/217593-1168248052/sat4jCSP-bf3-cached.jar /tmp/evaluation/217593-1168248052/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  9c172daa4013523791b57a3b9bb87565

RANDOM SEED= 746115547

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.259
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.259
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:       1900216 kB
Buffers:         29128 kB
Cached:          51656 kB
SwapCached:          0 kB
Active:          58848 kB
Inactive:        41928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1900216 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6068 kB
Writeback:           0 kB
Mapped:          30184 kB
Slab:            40604 kB
Committed_AS:  3783688 kB
PageTables:       1652 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= 66516 MiB



End job on node61 on Mon Jan  8 09:50:59 UTC 2007