Trace number 223796

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.12 1811.63

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-61_ext.xml
MD5SUM189074ce2eb910bea352f8b76cce4ad2
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.16661
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

1.07	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
1.07	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
1.07	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
1.09	c version CSP COMPETITION BUGFIX 3 CACHED
1.09	c sun.arch.data.model	32
1.09	c java.version	1.5.0_10
1.09	c os.name	Linux
1.09	c os.version	2.6.9-22.EL.rootsmp
1.09	c os.arch	i386
1.09	c Free memory 722620888
1.09	c Max memory 723845120
1.09	c Total memory 723845120
1.09	c Number of processors 2
1.21	c --- Begin Solver configuration ---
1.21	c Stops conflict analysis at the first Unique Implication Point
1.21	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
1.21	c Learn all clauses as in MiniSAT
1.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.21	c VSIDS like heuristics from MiniSAT using a heap
1.21	c No reason simplification
1.21	c --- End Solver configuration ---
1.21	c solving /tmp/evaluation/223796-1168266467/unknown.xml
1.21	c reading problem ... 
1.51	c reading problem named ?
1.51	c reading domains done.
1.51	c reading variables
c reading variables (40) done.
1.58	c reading relations
c reading relations (180) done.
2.56	c reading constraints
c reading constraints done.
3.07	c ... done. Wall clock time 1.869s.
3.07	c CPU time (experimental) 1.09s.
3.08	c #vars     1000
3.08	c #constraints  4680
1811.56	c starts		: 17
1811.56	c conflicts		: 177071
1811.56	c decisions		: 226232
1811.56	c propagations		: 21756126
1811.56	c inspects		: 3195601988
1811.56	c learnt literals	: 6
1811.56	c learnt binary clauses	: 0
1811.56	c learnt ternary clauses	: 16
1811.56	c learnt clauses	: 177057
1811.56	c root simplifications	: 0
1811.56	c removed literals (reason simplification)	: 0
1811.56	c reason swapping (by a shorter reason)	: 0
1811.56	c Calls to reduceDB	: 0
1811.56	c speed (decisions/second)	: 125.09524583655427
1811.56	c non guided choices	120
1811.56	s UNKNOWN
1811.56	c Total wall clock time (in seconds) : 1810.35
1811.56	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/node30/watcher-223796-1168266467 -o ROOT/results/node30/solver-223796-1168266467 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/223796-1168266467/sat4jCSP-bf3-cached.jar /tmp/evaluation/223796-1168266467/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.22 1.89 2.06 4/86 2050
/proc/meminfo: memFree=667936/2055920 swapFree=4191880/4192956
[pid=2049] ppid=2047 vsize=18540 CPUtime=0
/proc/2049/stat : 2049 (runsolver) R 2047 2049 1954 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 175040727 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 264907582759 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/2049/statm: 4635 279 244 17 0 2626 0

[startup+0.10796 s]
/proc/loadavg: 1.22 1.89 2.06 4/86 2050
/proc/meminfo: memFree=667936/2055920 swapFree=4191880/4192956
[pid=2049] ppid=2047 vsize=11852 CPUtime=0
/proc/2049/stat : 2049 (java) D 2047 2049 1954 0 -1 0 336 0 6 0 0 0 0 0 18 0 1 0 175040727 12136448 151 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 7021575 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/2049/statm: 2963 151 116 14 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11852

[startup+0.515987 s]
/proc/loadavg: 1.22 1.89 2.06 4/86 2050
/proc/meminfo: memFree=667936/2055920 swapFree=4191880/4192956
[pid=2049] ppid=2047 vsize=12040 CPUtime=0
/proc/2049/stat : 2049 (java) D 2047 2049 1954 0 -1 0 521 0 19 0 0 0 0 0 18 0 1 0 175040727 12328960 347 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 6987028 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/2049/statm: 3010 347 247 14 0 1138 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12040

[startup+1.33904 s]
/proc/loadavg: 1.22 1.89 2.06 4/97 2062
/proc/meminfo: memFree=642504/2055920 swapFree=4191880/4192956
[pid=2049] ppid=2047 vsize=903896 CPUtime=0.36
/proc/2049/stat : 2049 (java) R 2047 2049 1954 0 -1 0 4738 0 122 0 30 6 0 0 18 0 12 0 175040727 925589504 4616 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2049/statm: 225974 4616 2055 14 0 212411 0
[pid=2049/tid=2051] ppid=2047 vsize=903896 CPUtime=0
/proc/2049/task/2051/stat : 2051 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 175040815 925589504 4616 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2052] ppid=2047 vsize=903896 CPUtime=0
/proc/2049/task/2052/stat : 2052 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 175040815 925589504 4616 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2053] ppid=2047 vsize=903896 CPUtime=0
/proc/2049/task/2053/stat : 2053 (java) S 2047 2049 1954 0 -1 64 5 0 0 0 0 0 0 0 20 0 12 0 175040818 925589504 4619 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2055] ppid=2047 vsize=903896 CPUtime=0
/proc/2049/task/2055/stat : 2055 (java) S 2047 2049 1954 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 175040819 925589504 4619 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2056] ppid=2047 vsize=903896 CPUtime=0
/proc/2049/task/2056/stat : 2056 (java) S 2047 2049 1954 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 175040819 925589504 4619 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2057] ppid=2047 vsize=903896 CPUtime=0
/proc/2049/task/2057/stat : 2057 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 175040825 925589504 4619 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2058] ppid=2047 vsize=903896 CPUtime=0
/proc/2049/task/2058/stat : 2058 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 175040825 925589504 4619 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2059] ppid=2047 vsize=903896 CPUtime=0.03
/proc/2049/task/2059/stat : 2059 (java) S 2047 2049 1954 0 -1 64 195 0 0 0 3 0 0 0 16 0 12 0 175040825 925589504 4619 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2060] ppid=2047 vsize=903896 CPUtime=0.03
/proc/2049/task/2060/stat : 2060 (java) R 2047 2049 1954 0 -1 64 159 0 0 0 3 0 0 0 16 0 12 0 175040825 925589504 4619 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152371559 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2061] ppid=2047 vsize=903896 CPUtime=0
/proc/2049/task/2061/stat : 2061 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 175040825 925589504 4619 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2062] ppid=2047 vsize=903896 CPUtime=0
/proc/2049/task/2062/stat : 2062 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 175040825 925589504 4619 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 903896

[startup+2.99224 s]
/proc/loadavg: 1.22 1.89 2.06 4/97 2062
/proc/meminfo: memFree=620296/2055920 swapFree=4191880/4192956
[pid=2049] ppid=2047 vsize=906896 CPUtime=2.01
/proc/2049/stat : 2049 (java) R 2047 2049 1954 0 -1 0 19661 0 124 0 188 13 0 0 17 0 12 0 175040727 928661504 18927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2049/statm: 226724 18927 2339 14 0 213161 0
[pid=2049/tid=2051] ppid=2047 vsize=906896 CPUtime=0
/proc/2049/task/2051/stat : 2051 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 175040815 928661504 18927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2052] ppid=2047 vsize=906896 CPUtime=0
/proc/2049/task/2052/stat : 2052 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 175040815 928661504 18927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2053] ppid=2047 vsize=906896 CPUtime=0
/proc/2049/task/2053/stat : 2053 (java) S 2047 2049 1954 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 175040818 928661504 18927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2055] ppid=2047 vsize=906896 CPUtime=0
/proc/2049/task/2055/stat : 2055 (java) S 2047 2049 1954 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 175040819 928661504 18927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2056] ppid=2047 vsize=906896 CPUtime=0
/proc/2049/task/2056/stat : 2056 (java) S 2047 2049 1954 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 175040819 928661504 18927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2057] ppid=2047 vsize=906896 CPUtime=0
/proc/2049/task/2057/stat : 2057 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 175040825 928661504 18927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2058] ppid=2047 vsize=906896 CPUtime=0
/proc/2049/task/2058/stat : 2058 (java) S 2047 2049 1954 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 175040825 928661504 18927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2059] ppid=2047 vsize=906896 CPUtime=0.55
/proc/2049/task/2059/stat : 2059 (java) R 2047 2049 1954 0 -1 64 1093 0 0 0 55 0 0 0 16 0 12 0 175040825 928661504 18927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152647681 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2060] ppid=2047 vsize=906896 CPUtime=0.4
/proc/2049/task/2060/stat : 2060 (java) S 2047 2049 1954 0 -1 64 740 0 0 0 40 0 0 0 16 0 12 0 175040825 928661504 18927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2061] ppid=2047 vsize=906896 CPUtime=0
/proc/2049/task/2061/stat : 2061 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 175040825 928661504 18927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2062] ppid=2047 vsize=906896 CPUtime=0
/proc/2049/task/2062/stat : 2062 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 175040825 928661504 18927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 906896

[startup+6.27635 s]
/proc/loadavg: 1.36 1.91 2.07 3/98 2063
/proc/meminfo: memFree=571976/2055920 swapFree=4191880/4192956
[pid=2049] ppid=2047 vsize=907412 CPUtime=5.29
/proc/2049/stat : 2049 (java) R 2047 2049 1954 0 -1 0 21431 0 124 0 514 15 0 0 25 0 13 0 175040727 929189888 20694 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054363623 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2049/statm: 226853 20694 2356 14 0 213290 0
[pid=2049/tid=2051] ppid=2047 vsize=907412 CPUtime=0
/proc/2049/task/2051/stat : 2051 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 175040815 929189888 20694 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2052] ppid=2047 vsize=907412 CPUtime=0
/proc/2049/task/2052/stat : 2052 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 175040815 929189888 20694 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2053] ppid=2047 vsize=907412 CPUtime=0
/proc/2049/task/2053/stat : 2053 (java) S 2047 2049 1954 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 175040818 929189888 20694 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2055] ppid=2047 vsize=907412 CPUtime=0
/proc/2049/task/2055/stat : 2055 (java) S 2047 2049 1954 0 -1 64 8 0 0 0 0 0 0 0 20 0 13 0 175040819 929189888 20694 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2056] ppid=2047 vsize=907412 CPUtime=0
/proc/2049/task/2056/stat : 2056 (java) S 2047 2049 1954 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 175040819 929189888 20694 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2057] ppid=2047 vsize=907412 CPUtime=0
/proc/2049/task/2057/stat : 2057 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 175040825 929189888 20694 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2058] ppid=2047 vsize=907412 CPUtime=0
/proc/2049/task/2058/stat : 2058 (java) S 2047 2049 1954 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 175040825 929189888 20694 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2059] ppid=2047 vsize=907412 CPUtime=0.81
/proc/2049/task/2059/stat : 2059 (java) S 2047 2049 1954 0 -1 64 1128 0 0 0 81 0 0 0 16 0 13 0 175040825 929189888 20694 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2060] ppid=2047 vsize=907412 CPUtime=0.63
/proc/2049/task/2060/stat : 2060 (java) S 2047 2049 1954 0 -1 64 758 0 0 0 63 0 0 0 15 0 13 0 175040825 929189888 20694 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2061] ppid=2047 vsize=907412 CPUtime=0
/proc/2049/task/2061/stat : 2061 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 175040825 929189888 20694 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2062] ppid=2047 vsize=907412 CPUtime=0
/proc/2049/task/2062/stat : 2062 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 175040825 929189888 20694 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2063] ppid=2047 vsize=907412 CPUtime=0
/proc/2049/task/2063/stat : 2063 (java) S 2047 2049 1954 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 175041036 929189888 20694 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 907412

[startup+12.6798 s]
/proc/loadavg: 1.41 1.91 2.07 3/106 2128
/proc/meminfo: memFree=546896/2055920 swapFree=4191880/4192956
[pid=2049] ppid=2047 vsize=907060 CPUtime=11.67
/proc/2049/stat : 2049 (java) R 2047 2049 1954 0 -1 0 23278 0 124 0 1146 21 0 0 25 0 13 0 175040727 928829440 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054363623 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2049/statm: 226765 22456 2358 14 0 213202 0
[pid=2049/tid=2051] ppid=2047 vsize=907060 CPUtime=0.01
/proc/2049/task/2051/stat : 2051 (java) S 2047 2049 1954 0 -1 64 1459 0 0 0 1 0 0 0 17 0 13 0 175040815 928829440 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2052] ppid=2047 vsize=907060 CPUtime=0.01
/proc/2049/task/2052/stat : 2052 (java) S 2047 2049 1954 0 -1 64 374 0 0 0 1 0 0 0 17 0 13 0 175040815 928829440 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2053] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2053/stat : 2053 (java) S 2047 2049 1954 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 175040818 928829440 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2055] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2055/stat : 2055 (java) S 2047 2049 1954 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 175040819 928829440 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2056] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2056/stat : 2056 (java) S 2047 2049 1954 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 175040819 928829440 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2057] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2057/stat : 2057 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 175040825 928829440 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2058] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2058/stat : 2058 (java) S 2047 2049 1954 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 175040825 928829440 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2059] ppid=2047 vsize=907060 CPUtime=0.82
/proc/2049/task/2059/stat : 2059 (java) S 2047 2049 1954 0 -1 64 1128 0 0 0 82 0 0 0 16 0 13 0 175040825 928829440 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2060] ppid=2047 vsize=907060 CPUtime=0.64
/proc/2049/task/2060/stat : 2060 (java) S 2047 2049 1954 0 -1 64 759 0 0 0 64 0 0 0 16 0 13 0 175040825 928829440 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2061] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2061/stat : 2061 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 175040825 928829440 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2062] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2062/stat : 2062 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 175040825 928829440 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2063] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2063/stat : 2063 (java) S 2047 2049 1954 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 175041036 928829440 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.67
Current children cumulated vsize (KiB) 907060

[startup+25.5796 s]
/proc/loadavg: 1.61 1.93 2.07 4/106 2136
/proc/meminfo: memFree=340944/2055920 swapFree=4191880/4192956
[pid=2049] ppid=2047 vsize=907060 CPUtime=24.44
/proc/2049/stat : 2049 (java) R 2047 2049 1954 0 -1 0 23278 0 124 0 2423 21 0 0 25 0 13 0 175040727 928829440 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054344993 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2049/statm: 226765 22456 2358 14 0 213202 0
[pid=2049/tid=2051] ppid=2047 vsize=907060 CPUtime=0.01
/proc/2049/task/2051/stat : 2051 (java) S 2047 2049 1954 0 -1 64 1459 0 0 0 1 0 0 0 17 0 13 0 175040815 928829440 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2052] ppid=2047 vsize=907060 CPUtime=0.01
/proc/2049/task/2052/stat : 2052 (java) S 2047 2049 1954 0 -1 64 374 0 0 0 1 0 0 0 17 0 13 0 175040815 928829440 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2053] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2053/stat : 2053 (java) S 2047 2049 1954 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 175040818 928829440 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2055] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2055/stat : 2055 (java) S 2047 2049 1954 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 175040819 928829440 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2056] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2056/stat : 2056 (java) S 2047 2049 1954 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 175040819 928829440 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2057] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2057/stat : 2057 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 175040825 928829440 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2058] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2058/stat : 2058 (java) S 2047 2049 1954 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 175040825 928829440 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2059] ppid=2047 vsize=907060 CPUtime=0.82
/proc/2049/task/2059/stat : 2059 (java) S 2047 2049 1954 0 -1 64 1128 0 0 0 82 0 0 0 16 0 13 0 175040825 928829440 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2060] ppid=2047 vsize=907060 CPUtime=0.64
/proc/2049/task/2060/stat : 2060 (java) S 2047 2049 1954 0 -1 64 759 0 0 0 64 0 0 0 16 0 13 0 175040825 928829440 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2061] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2061/stat : 2061 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 175040825 928829440 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2062] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2062/stat : 2062 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 175040825 928829440 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2063] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2063/stat : 2063 (java) S 2047 2049 1954 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 175041036 928829440 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.44
Current children cumulated vsize (KiB) 907060

[startup+51.1949 s]
/proc/loadavg: 1.82 1.95 2.07 3/106 2136
/proc/meminfo: memFree=341008/2055920 swapFree=4191880/4192956
[pid=2049] ppid=2047 vsize=907060 CPUtime=49.8
/proc/2049/stat : 2049 (java) R 2047 2049 1954 0 -1 0 23278 0 124 0 4958 22 0 0 25 0 13 0 175040727 928829440 22456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054363841 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

/proc/loadavg: 2.00 2.00 2.02 3/99 2137
/proc/meminfo: memFree=193928/2055920 swapFree=4191880/4192956
[pid=2049] ppid=2047 vsize=907060 CPUtime=1592.74
/proc/2049/stat : 2049 (java) R 2047 2049 1954 0 -1 0 79780 0 124 0 159217 57 0 0 25 0 13 0 175040727 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054363281 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2049/statm: 226765 72078 2358 14 0 213202 0
[pid=2049/tid=2051] ppid=2047 vsize=907060 CPUtime=0.44
/proc/2049/task/2051/stat : 2051 (java) S 2047 2049 1954 0 -1 64 30217 0 0 0 32 12 0 0 18 0 13 0 175040815 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2052] ppid=2047 vsize=907060 CPUtime=0.51
/proc/2049/task/2052/stat : 2052 (java) S 2047 2049 1954 0 -1 64 28108 0 0 0 35 16 0 0 18 0 13 0 175040815 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2053] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2053/stat : 2053 (java) S 2047 2049 1954 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 175040818 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2055] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2055/stat : 2055 (java) S 2047 2049 1954 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 175040819 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2056] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2056/stat : 2056 (java) S 2047 2049 1954 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 175040819 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2057] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2057/stat : 2057 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2058] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2058/stat : 2058 (java) S 2047 2049 1954 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2059] ppid=2047 vsize=907060 CPUtime=0.83
/proc/2049/task/2059/stat : 2059 (java) S 2047 2049 1954 0 -1 64 1129 0 0 0 83 0 0 0 16 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2060] ppid=2047 vsize=907060 CPUtime=0.66
/proc/2049/task/2060/stat : 2060 (java) S 2047 2049 1954 0 -1 64 760 0 0 0 66 0 0 0 17 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2061] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2061/stat : 2061 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2062] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2062/stat : 2062 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2063] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2063/stat : 2063 (java) S 2047 2049 1954 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 175041036 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1592.74
Current children cumulated vsize (KiB) 907060

[startup+1663.16 s]
/proc/loadavg: 2.00 2.00 2.01 3/99 2137
/proc/meminfo: memFree=190664/2055920 swapFree=4191880/4192956
[pid=2049] ppid=2047 vsize=907060 CPUtime=1652.43
/proc/2049/stat : 2049 (java) R 2047 2049 1954 0 -1 0 79780 0 124 0 165186 57 0 0 25 0 13 0 175040727 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054344961 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2049/statm: 226765 72078 2358 14 0 213202 0
[pid=2049/tid=2051] ppid=2047 vsize=907060 CPUtime=0.44
/proc/2049/task/2051/stat : 2051 (java) S 2047 2049 1954 0 -1 64 30217 0 0 0 32 12 0 0 18 0 13 0 175040815 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2052] ppid=2047 vsize=907060 CPUtime=0.51
/proc/2049/task/2052/stat : 2052 (java) S 2047 2049 1954 0 -1 64 28108 0 0 0 35 16 0 0 18 0 13 0 175040815 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2053] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2053/stat : 2053 (java) S 2047 2049 1954 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 175040818 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2055] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2055/stat : 2055 (java) S 2047 2049 1954 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 175040819 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2056] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2056/stat : 2056 (java) S 2047 2049 1954 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 175040819 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2057] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2057/stat : 2057 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2058] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2058/stat : 2058 (java) S 2047 2049 1954 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2059] ppid=2047 vsize=907060 CPUtime=0.83
/proc/2049/task/2059/stat : 2059 (java) S 2047 2049 1954 0 -1 64 1129 0 0 0 83 0 0 0 16 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2060] ppid=2047 vsize=907060 CPUtime=0.66
/proc/2049/task/2060/stat : 2060 (java) S 2047 2049 1954 0 -1 64 760 0 0 0 66 0 0 0 17 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2061] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2061/stat : 2061 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2062] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2062/stat : 2062 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2063] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2063/stat : 2063 (java) S 2047 2049 1954 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 175041036 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1652.43
Current children cumulated vsize (KiB) 907060

[startup+1723.18 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 2137
/proc/meminfo: memFree=185992/2055920 swapFree=4191880/4192956
[pid=2049] ppid=2047 vsize=907060 CPUtime=1712.15
/proc/2049/stat : 2049 (java) R 2047 2049 1954 0 -1 0 79780 0 124 0 171157 58 0 0 25 0 13 0 175040727 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054363575 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2049/statm: 226765 72078 2358 14 0 213202 0
[pid=2049/tid=2051] ppid=2047 vsize=907060 CPUtime=0.44
/proc/2049/task/2051/stat : 2051 (java) S 2047 2049 1954 0 -1 64 30217 0 0 0 32 12 0 0 18 0 13 0 175040815 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2052] ppid=2047 vsize=907060 CPUtime=0.51
/proc/2049/task/2052/stat : 2052 (java) S 2047 2049 1954 0 -1 64 28108 0 0 0 35 16 0 0 18 0 13 0 175040815 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2053] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2053/stat : 2053 (java) S 2047 2049 1954 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 175040818 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2055] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2055/stat : 2055 (java) S 2047 2049 1954 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 175040819 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2056] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2056/stat : 2056 (java) S 2047 2049 1954 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 175040819 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2057] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2057/stat : 2057 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2058] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2058/stat : 2058 (java) S 2047 2049 1954 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2059] ppid=2047 vsize=907060 CPUtime=0.83
/proc/2049/task/2059/stat : 2059 (java) S 2047 2049 1954 0 -1 64 1129 0 0 0 83 0 0 0 16 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2060] ppid=2047 vsize=907060 CPUtime=0.66
/proc/2049/task/2060/stat : 2060 (java) S 2047 2049 1954 0 -1 64 760 0 0 0 66 0 0 0 17 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2061] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2061/stat : 2061 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2062] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2062/stat : 2062 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2063] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2063/stat : 2063 (java) S 2047 2049 1954 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 175041036 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.15
Current children cumulated vsize (KiB) 907060

[startup+1783.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 2137
/proc/meminfo: memFree=182472/2055920 swapFree=4191880/4192956
[pid=2049] ppid=2047 vsize=907060 CPUtime=1771.82
/proc/2049/stat : 2049 (java) R 2047 2049 1954 0 -1 0 79780 0 124 0 177124 58 0 0 25 0 13 0 175040727 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054363281 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2049/statm: 226765 72078 2358 14 0 213202 0
[pid=2049/tid=2051] ppid=2047 vsize=907060 CPUtime=0.44
/proc/2049/task/2051/stat : 2051 (java) S 2047 2049 1954 0 -1 64 30217 0 0 0 32 12 0 0 18 0 13 0 175040815 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2052] ppid=2047 vsize=907060 CPUtime=0.51
/proc/2049/task/2052/stat : 2052 (java) S 2047 2049 1954 0 -1 64 28108 0 0 0 35 16 0 0 18 0 13 0 175040815 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2053] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2053/stat : 2053 (java) S 2047 2049 1954 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 175040818 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2055] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2055/stat : 2055 (java) S 2047 2049 1954 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 175040819 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2056] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2056/stat : 2056 (java) S 2047 2049 1954 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 175040819 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2057] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2057/stat : 2057 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2058] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2058/stat : 2058 (java) S 2047 2049 1954 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2059] ppid=2047 vsize=907060 CPUtime=0.83
/proc/2049/task/2059/stat : 2059 (java) S 2047 2049 1954 0 -1 64 1129 0 0 0 83 0 0 0 16 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2060] ppid=2047 vsize=907060 CPUtime=0.66
/proc/2049/task/2060/stat : 2060 (java) S 2047 2049 1954 0 -1 64 760 0 0 0 66 0 0 0 17 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2061] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2061/stat : 2061 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2062] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2062/stat : 2062 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2063] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2063/stat : 2063 (java) S 2047 2049 1954 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 175041036 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.82
Current children cumulated vsize (KiB) 907060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.55 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 2137
/proc/meminfo: memFree=181000/2055920 swapFree=4191880/4192956
[pid=2049] ppid=2047 vsize=907060 CPUtime=1800.03
/proc/2049/stat : 2049 (java) R 2047 2049 1954 0 -1 0 79780 0 124 0 179945 58 0 0 25 0 13 0 175040727 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054344993 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2049/statm: 226765 72078 2358 14 0 213202 0
[pid=2049/tid=2051] ppid=2047 vsize=907060 CPUtime=0.44
/proc/2049/task/2051/stat : 2051 (java) S 2047 2049 1954 0 -1 64 30217 0 0 0 32 12 0 0 18 0 13 0 175040815 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2052] ppid=2047 vsize=907060 CPUtime=0.51
/proc/2049/task/2052/stat : 2052 (java) S 2047 2049 1954 0 -1 64 28108 0 0 0 35 16 0 0 18 0 13 0 175040815 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2053] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2053/stat : 2053 (java) S 2047 2049 1954 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 175040818 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2055] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2055/stat : 2055 (java) S 2047 2049 1954 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 175040819 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2056] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2056/stat : 2056 (java) S 2047 2049 1954 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 175040819 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2057] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2057/stat : 2057 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2058] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2058/stat : 2058 (java) S 2047 2049 1954 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2059] ppid=2047 vsize=907060 CPUtime=0.83
/proc/2049/task/2059/stat : 2059 (java) S 2047 2049 1954 0 -1 64 1129 0 0 0 83 0 0 0 16 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2060] ppid=2047 vsize=907060 CPUtime=0.66
/proc/2049/task/2060/stat : 2060 (java) S 2047 2049 1954 0 -1 64 760 0 0 0 66 0 0 0 17 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2061] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2061/stat : 2061 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2049/tid=2062] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2062/stat : 2062 (java) S 2047 2049 1954 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 175040825 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2049/tid=2063] ppid=2047 vsize=907060 CPUtime=0
/proc/2049/task/2063/stat : 2063 (java) S 2047 2049 1954 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 175041036 928829440 72078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 907060

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

Child status: 143
Real time (s): 1811.63
CPU time (s): 1800.12
CPU user time (s): 1799.49
CPU system time (s): 0.629904
CPU usage (%): 99.3644
Max. virtual memory (cumulated for all children) (KiB): 907412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.49
system time used= 0.629904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79800
page faults= 124
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37431
involuntary context switches= 71345

runsolver used 2.24066 s user time and 5.8861 s system time

The end

Launcher Data (download as text)

Begin job on node30 on Mon Jan  8 14:27:48 UTC 2007


IDJOB= 223796
IDBENCH= 5679
FILE ID= node30/223796-1168266467

PBS_JOBID= 3482862

Free space on /tmp= 66492 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.5/rand-2-40-25-180-500-61_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/223796-1168266467/sat4jCSP-bf3-cached.jar /tmp/evaluation/223796-1168266467/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-223796-1168266467 -o ROOT/results/node30/solver-223796-1168266467 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/223796-1168266467/sat4jCSP-bf3-cached.jar /tmp/evaluation/223796-1168266467/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  189074ce2eb910bea352f8b76cce4ad2

RANDOM SEED= 122277899

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.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        669504 kB
Buffers:          6316 kB
Cached:        1266512 kB
SwapCached:        268 kB
Active:         819740 kB
Inactive:       510316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        669504 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3304 kB
Writeback:           0 kB
Mapped:          75780 kB
Slab:            41388 kB
Committed_AS:  3824040 kB
PageTables:       2184 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= 66409 MiB



End job on node30 on Mon Jan  8 14:58:00 UTC 2007