Trace number 201395

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 1.7 RC BF3? 1169.66 1175.04

General information on the benchmark

Namefapp/fapp11-15/fapp11/
fapp11-1000-9.xml
MD5SUMf4de69641c2d3c9c2d0fb9081c06c18a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark11.4013
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables1000
Number of constraints15032
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15032
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/201395-1168147528/unknown.xml
0.25	c reading problem ... 
0.52	c reading problem named ?
0.52	c reading domains done.
0.89	c reading variables
c reading variables (1000) done.
2.11	c reading predicates 
c reading relations (9) done.
2.32	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
1174.92	c starts		: 0
1174.92	c conflicts		: 0
1174.92	c decisions		: 0
1174.92	c propagations		: 0
1174.92	c inspects		: 0
1174.92	c learnt literals	: 0
1174.92	c learnt binary clauses	: 0
1174.92	c learnt ternary clauses	: 0
1174.92	c learnt clauses	: 0
1174.92	c root simplifications	: 0
1174.92	c removed literals (reason simplification)	: 0
1174.92	c reason swapping (by a shorter reason)	: 0
1174.92	c Calls to reduceDB	: 0
1174.92	c speed (decisions/second)	: 0.0
1174.92	c non guided choices	0
1174.92	s UNKNOWN
1174.92	c Total wall clock time (in seconds) : 1171.979
1174.92	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/node19/watcher-201395-1168147528 -o ROOT/results/node19/solver-201395-1168147528 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201395-1168147528/sat4jCSP-bf3.jar /tmp/evaluation/201395-1168147528/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: 2.40 2.14 2.04 3/87 15204
/proc/meminfo: memFree=1379464/2055920 swapFree=4171244/4192956
[pid=15203] ppid=15201 vsize=18540 CPUtime=0
/proc/15203/stat : 15203 (runsolver) R 15201 15203 15145 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 163147401 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 255236566311 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/15203/statm: 4635 279 244 17 0 2626 0

[startup+0.102605 s]
/proc/loadavg: 2.40 2.14 2.04 3/87 15204
/proc/meminfo: memFree=1379464/2055920 swapFree=4171244/4192956
[pid=15203] ppid=15201 vsize=900216 CPUtime=0.08
/proc/15203/stat : 15203 (java) R 15201 15203 15145 0 -1 0 3257 0 1 0 6 2 0 0 22 0 12 0 163147401 921821184 3017 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4160643169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15203/statm: 225054 3017 1527 14 0 212074 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 900216

[startup+0.51068 s]
/proc/loadavg: 2.40 2.14 2.04 3/87 15204
/proc/meminfo: memFree=1379464/2055920 swapFree=4171244/4192956
[pid=15203] ppid=15201 vsize=905368 CPUtime=0.49
/proc/15203/stat : 15203 (java) R 15201 15203 15145 0 -1 0 5839 0 1 0 45 4 0 0 19 0 12 0 163147401 927096832 5434 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15203/statm: 226342 5434 2250 14 0 212779 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905368

[startup+1.33384 s]
/proc/loadavg: 2.40 2.14 2.04 3/98 15215
/proc/meminfo: memFree=1363824/2055920 swapFree=4171244/4192956
[pid=15203] ppid=15201 vsize=906592 CPUtime=1.3
/proc/15203/stat : 15203 (java) R 15201 15203 15145 0 -1 0 9728 0 1 0 124 6 0 0 22 0 12 0 163147401 928350208 8825 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15203/statm: 226648 8825 2316 14 0 213085 0
[pid=15203/tid=15205] ppid=15201 vsize=906592 CPUtime=0
/proc/15203/task/15205/stat : 15205 (java) S 15201 15203 15145 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 163147405 928350208 8825 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15206] ppid=15201 vsize=906592 CPUtime=0
/proc/15203/task/15206/stat : 15206 (java) S 15201 15203 15145 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 163147405 928350208 8825 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15207] ppid=15201 vsize=906592 CPUtime=0
/proc/15203/task/15207/stat : 15207 (java) S 15201 15203 15145 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 163147407 928350208 8825 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15208] ppid=15201 vsize=906592 CPUtime=0
/proc/15203/task/15208/stat : 15208 (java) S 15201 15203 15145 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 163147408 928350208 8825 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15209] ppid=15201 vsize=906592 CPUtime=0
/proc/15203/task/15209/stat : 15209 (java) S 15201 15203 15145 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 163147408 928350208 8825 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15210] ppid=15201 vsize=906592 CPUtime=0
/proc/15203/task/15210/stat : 15210 (java) S 15201 15203 15145 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163147411 928350208 8825 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15211] ppid=15201 vsize=906592 CPUtime=0
/proc/15203/task/15211/stat : 15211 (java) S 15201 15203 15145 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163147411 928350208 8825 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15212] ppid=15201 vsize=906592 CPUtime=0.37
/proc/15203/task/15212/stat : 15212 (java) S 15201 15203 15145 0 -1 64 1074 0 0 0 37 0 0 0 16 0 12 0 163147412 928350208 8825 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15213] ppid=15201 vsize=906592 CPUtime=0.26
/proc/15203/task/15213/stat : 15213 (java) R 15201 15203 15145 0 -1 64 664 0 0 0 26 0 0 0 16 0 12 0 163147412 928350208 8825 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154469149 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15214] ppid=15201 vsize=906592 CPUtime=0
/proc/15203/task/15214/stat : 15214 (java) S 15201 15203 15145 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163147412 928350208 8825 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15215] ppid=15201 vsize=906592 CPUtime=0
/proc/15203/task/15215/stat : 15215 (java) S 15201 15203 15145 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163147412 928350208 8825 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 906592

[startup+2.98715 s]
/proc/loadavg: 2.53 2.17 2.05 3/98 15215
/proc/meminfo: memFree=1255856/2055920 swapFree=4171244/4192956
[pid=15203] ppid=15201 vsize=912840 CPUtime=3.13
/proc/15203/stat : 15203 (java) R 15201 15203 15145 0 -1 0 37662 0 1 0 295 18 0 0 20 0 12 0 163147401 934748160 33888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054311450 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15203/statm: 228210 33888 2477 14 0 214647 0
[pid=15203/tid=15205] ppid=15201 vsize=912840 CPUtime=0.29
/proc/15203/task/15205/stat : 15205 (java) S 15201 15203 15145 0 -1 64 9911 0 0 0 26 3 0 0 19 0 12 0 163147405 934748160 33888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15206] ppid=15201 vsize=912840 CPUtime=0.23
/proc/15203/task/15206/stat : 15206 (java) S 15201 15203 15145 0 -1 64 4065 0 0 0 22 1 0 0 16 0 12 0 163147405 934748160 33888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15207] ppid=15201 vsize=912840 CPUtime=0
/proc/15203/task/15207/stat : 15207 (java) S 15201 15203 15145 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 163147407 934748160 33888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15208] ppid=15201 vsize=912840 CPUtime=0
/proc/15203/task/15208/stat : 15208 (java) S 15201 15203 15145 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 163147408 934748160 33888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15209] ppid=15201 vsize=912840 CPUtime=0
/proc/15203/task/15209/stat : 15209 (java) S 15201 15203 15145 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 163147408 934748160 33888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15210] ppid=15201 vsize=912840 CPUtime=0
/proc/15203/task/15210/stat : 15210 (java) S 15201 15203 15145 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163147411 934748160 33888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15211] ppid=15201 vsize=912840 CPUtime=0
/proc/15203/task/15211/stat : 15211 (java) S 15201 15203 15145 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163147411 934748160 33888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15212] ppid=15201 vsize=912840 CPUtime=0.69
/proc/15203/task/15212/stat : 15212 (java) S 15201 15203 15145 0 -1 64 1831 0 0 0 69 0 0 0 16 0 12 0 163147412 934748160 33888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15213] ppid=15201 vsize=912840 CPUtime=0.57
/proc/15203/task/15213/stat : 15213 (java) S 15201 15203 15145 0 -1 64 1767 0 0 0 57 0 0 0 16 0 12 0 163147412 934748160 33888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15214] ppid=15201 vsize=912840 CPUtime=0
/proc/15203/task/15214/stat : 15214 (java) S 15201 15203 15145 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163147412 934748160 33888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15215] ppid=15201 vsize=912840 CPUtime=0
/proc/15203/task/15215/stat : 15215 (java) S 15201 15203 15145 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163147412 934748160 33888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 912840

[startup+6.28276 s]
/proc/loadavg: 2.53 2.17 2.05 4/98 15215
/proc/meminfo: memFree=1231152/2055920 swapFree=4171244/4192956
[pid=15203] ppid=15201 vsize=912840 CPUtime=6.41
/proc/15203/stat : 15203 (java) R 15201 15203 15145 0 -1 0 45951 0 1 0 620 21 0 0 25 0 12 0 163147401 934748160 39667 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054290286 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15203/statm: 228210 39667 2479 14 0 214647 0
[pid=15203/tid=15205] ppid=15201 vsize=912840 CPUtime=0.4
/proc/15203/task/15205/stat : 15205 (java) S 15201 15203 15145 0 -1 64 12343 0 0 0 36 4 0 0 16 0 12 0 163147405 934748160 39667 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15206] ppid=15201 vsize=912840 CPUtime=0.33
/proc/15203/task/15206/stat : 15206 (java) S 15201 15203 15145 0 -1 64 7303 0 0 0 31 2 0 0 16 0 12 0 163147405 934748160 39667 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15207] ppid=15201 vsize=912840 CPUtime=0
/proc/15203/task/15207/stat : 15207 (java) S 15201 15203 15145 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 163147407 934748160 39667 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15208] ppid=15201 vsize=912840 CPUtime=0
/proc/15203/task/15208/stat : 15208 (java) S 15201 15203 15145 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 163147408 934748160 39667 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15209] ppid=15201 vsize=912840 CPUtime=0
/proc/15203/task/15209/stat : 15209 (java) S 15201 15203 15145 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163147408 934748160 39667 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15210] ppid=15201 vsize=912840 CPUtime=0
/proc/15203/task/15210/stat : 15210 (java) S 15201 15203 15145 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163147411 934748160 39667 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15211] ppid=15201 vsize=912840 CPUtime=0
/proc/15203/task/15211/stat : 15211 (java) S 15201 15203 15145 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163147411 934748160 39667 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15212] ppid=15201 vsize=912840 CPUtime=0.83
/proc/15203/task/15212/stat : 15212 (java) S 15201 15203 15145 0 -1 64 1842 0 0 0 83 0 0 0 16 0 12 0 163147412 934748160 39667 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15213] ppid=15201 vsize=912840 CPUtime=1.16
/proc/15203/task/15213/stat : 15213 (java) S 15201 15203 15145 0 -1 64 4362 0 0 0 115 1 0 0 16 0 12 0 163147412 934748160 39667 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15214] ppid=15201 vsize=912840 CPUtime=0
/proc/15203/task/15214/stat : 15214 (java) S 15201 15203 15145 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163147412 934748160 39667 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15215] ppid=15201 vsize=912840 CPUtime=0
/proc/15203/task/15215/stat : 15215 (java) S 15201 15203 15145 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163147412 934748160 39667 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.41
Current children cumulated vsize (KiB) 912840

[startup+12.684 s]
/proc/loadavg: 2.44 2.16 2.05 3/98 15215
/proc/meminfo: memFree=1206384/2055920 swapFree=4171244/4192956
[pid=15203] ppid=15201 vsize=912840 CPUtime=12.78
/proc/15203/stat : 15203 (java) R 15201 15203 15145 0 -1 0 53394 0 1 0 1254 24 0 0 25 0 12 0 163147401 934748160 45920 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054299096 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15203/statm: 228210 45920 2479 14 0 214647 0
[pid=15203/tid=15205] ppid=15201 vsize=912840 CPUtime=0.46
/proc/15203/task/15205/stat : 15205 (java) S 15201 15203 15145 0 -1 64 15476 0 0 0 41 5 0 0 16 0 12 0 163147405 934748160 45920 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15206] ppid=15201 vsize=912840 CPUtime=0.43
/proc/15203/task/15206/stat : 15206 (java) S 15201 15203 15145 0 -1 64 11588 0 0 0 39 4 0 0 16 0 12 0 163147405 934748160 45920 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15207] ppid=15201 vsize=912840 CPUtime=0.01
/proc/15203/task/15207/stat : 15207 (java) S 15201 15203 15145 0 -1 64 13 0 0 0 1 0 0 0 16 0 12 0 163147407 934748160 45920 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15208] ppid=15201 vsize=912840 CPUtime=0
/proc/15203/task/15208/stat : 15208 (java) S 15201 15203 15145 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 163147408 934748160 45920 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15209] ppid=15201 vsize=912840 CPUtime=0
/proc/15203/task/15209/stat : 15209 (java) S 15201 15203 15145 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163147408 934748160 45920 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15210] ppid=15201 vsize=912840 CPUtime=0
/proc/15203/task/15210/stat : 15210 (java) S 15201 15203 15145 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163147411 934748160 45920 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15211] ppid=15201 vsize=912840 CPUtime=0
/proc/15203/task/15211/stat : 15211 (java) S 15201 15203 15145 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163147411 934748160 45920 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15212] ppid=15201 vsize=912840 CPUtime=0.86
/proc/15203/task/15212/stat : 15212 (java) S 15201 15203 15145 0 -1 64 1842 0 0 0 86 0 0 0 17 0 12 0 163147412 934748160 45920 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15213] ppid=15201 vsize=912840 CPUtime=1.24
/proc/15203/task/15213/stat : 15213 (java) S 15201 15203 15145 0 -1 64 4365 0 0 0 123 1 0 0 16 0 12 0 163147412 934748160 45920 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15214] ppid=15201 vsize=912840 CPUtime=0
/proc/15203/task/15214/stat : 15214 (java) S 15201 15203 15145 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163147412 934748160 45920 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15215] ppid=15201 vsize=912840 CPUtime=0
/proc/15203/task/15215/stat : 15215 (java) S 15201 15203 15145 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163147412 934748160 45920 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 912840

[startup+25.5614 s]
/proc/loadavg: 2.38 2.16 2.05 3/98 15215
/proc/meminfo: memFree=1176752/2055920 swapFree=4171244/4192956
[pid=15203] ppid=15201 vsize=912872 CPUtime=25.59
/proc/15203/stat : 15203 (java) R 15201 15203 15145 0 -1 0 60779 0 1 0 2531 28 0 0 25 0 12 0 163147401 934780928 53234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054284545 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15203/statm: 228218 53234 2479 14 0 214655 0
[pid=15203/tid=15205] ppid=15201 vsize=912872 CPUtime=0.55
/proc/15203/task/15205/stat : 15205 (java) S 15201 15203 15145 0 -1 64 18591 0 0 0 48 7 0 0 16 0 12 0 163147405 934780928 53234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15206] ppid=15201 vsize=912872 CPUtime=0.52
/proc/15203/task/15206/stat : 15206 (java) S 15201 15203 15145 0 -1 64 15743 0 0 0 46 6 0 0 16 0 12 0 163147405 934780928 53234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15207] ppid=15201 vsize=912872 CPUtime=0.02
/proc/15203/task/15207/stat : 15207 (java) S 15201 15203 15145 0 -1 64 14 0 0 0 2 0 0 0 15 0 12 0 163147407 934780928 53234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15208] ppid=15201 vsize=912872 CPUtime=0
/proc/15203/task/15208/stat : 15208 (java) S 15201 15203 15145 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 163147408 934780928 53234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15209] ppid=15201 vsize=912872 CPUtime=0
/proc/15203/task/15209/stat : 15209 (java) S 15201 15203 15145 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163147408 934780928 53234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15210] ppid=15201 vsize=912872 CPUtime=0
/proc/15203/task/15210/stat : 15210 (java) S 15201 15203 15145 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163147411 934780928 53234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15211] ppid=15201 vsize=912872 CPUtime=0
/proc/15203/task/15211/stat : 15211 (java) S 15201 15203 15145 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163147411 934780928 53234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15212] ppid=15201 vsize=912872 CPUtime=1.12
/proc/15203/task/15212/stat : 15212 (java) S 15201 15203 15145 0 -1 64 1924 0 0 0 112 0 0 0 17 0 12 0 163147412 934780928 53234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15213] ppid=15201 vsize=912872 CPUtime=1.32
/proc/15203/task/15213/stat : 15213 (java) S 15201 15203 15145 0 -1 64 4373 0 0 0 131 1 0 0 16 0 12 0 163147412 934780928 53234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15214] ppid=15201 vsize=912872 CPUtime=0
/proc/15203/task/15214/stat : 15214 (java) S 15201 15203 15145 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163147412 934780928 53234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15215] ppid=15201 vsize=912872 CPUtime=0
/proc/15203/task/15215/stat : 15215 (java) S 15201 15203 15145 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163147412 934780928 53234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 912872

[startup+51.2582 s]
/proc/loadavg: 2.39 2.18 2.06 3/98 15215
/proc/meminfo: memFree=1109296/2055920 swapFree=4171244/4192956
[pid=15203] ppid=15201 vsize=912840 CPUtime=51.16
/proc/15203/stat : 15203 (java) R 15201 15203 15145 0 -1 0 77468 0 1 0 5081 35 0 0 25 0 12 0 163147401 934748160 69869 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054452475 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15203/statm: 228210 69869 2479 14 0 214647 0
[pid=15203/tid=15205] ppid=15201 vsize=912840 CPUtime=0.71
/proc/15203/task/15205/stat : 15205 (java) S 15201 15203 15145 0 -1 64 27477 0 0 0 61 10 0 0 15 0 12 0 163147405 934748160 69869 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15206] ppid=15201 vsize=912840 CPUtime=0.7
/proc/15203/task/15206/stat : 15206 (java) S 15201 15203 15145 0 -1 64 23509 0 0 0 61 9 0 0 16 0 12 0 163147405 934748160 69869 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15207] ppid=15201 vsize=912840 CPUtime=0.02

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

/proc/15203/task/15209/stat : 15209 (java) S 15201 15203 15145 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163147408 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15210] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15210/stat : 15210 (java) S 15201 15203 15145 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163147411 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15211] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15211/stat : 15211 (java) S 15201 15203 15145 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163147411 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15212] ppid=15201 vsize=916844 CPUtime=1.41
/proc/15203/task/15212/stat : 15212 (java) S 15201 15203 15145 0 -1 64 1942 0 0 0 141 0 0 0 17 0 12 0 163147412 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15213] ppid=15201 vsize=916844 CPUtime=1.69
/proc/15203/task/15213/stat : 15213 (java) S 15201 15203 15145 0 -1 64 4388 0 0 0 168 1 0 0 17 0 12 0 163147412 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15214] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15214/stat : 15214 (java) S 15201 15203 15145 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163147412 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15215] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15215/stat : 15215 (java) S 15201 15203 15145 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163147412 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 819.64
Current children cumulated vsize (KiB) 916844

[startup+883.429 s]
/proc/loadavg: 2.00 2.06 2.07 3/100 15217
/proc/meminfo: memFree=641632/2055920 swapFree=4171244/4192956
[pid=15203] ppid=15201 vsize=916844 CPUtime=879.43
/proc/15203/stat : 15203 (java) S 15201 15203 15145 0 -1 0 1262864 0 1 0 87365 578 0 0 15 0 12 0 163147401 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15203/statm: 229211 186744 2481 14 0 215648 0
[pid=15203/tid=15205] ppid=15201 vsize=916844 CPUtime=3.78
/proc/15203/task/15205/stat : 15205 (java) S 15201 15203 15145 0 -1 64 84412 0 0 0 347 31 0 0 16 0 12 0 163147405 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15203/tid=15206] ppid=15201 vsize=916844 CPUtime=3.83
/proc/15203/task/15206/stat : 15206 (java) S 15201 15203 15145 0 -1 64 82889 0 0 0 352 31 0 0 15 0 12 0 163147405 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15203/tid=15207] ppid=15201 vsize=916844 CPUtime=561.32
/proc/15203/task/15207/stat : 15207 (java) R 15201 15203 15145 0 -1 64 1067746 0 0 0 55638 494 0 0 25 0 12 0 163147407 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694584 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15203/tid=15208] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15208/stat : 15208 (java) S 15201 15203 15145 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 163147408 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15209] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15209/stat : 15209 (java) S 15201 15203 15145 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163147408 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15210] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15210/stat : 15210 (java) S 15201 15203 15145 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163147411 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15211] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15211/stat : 15211 (java) S 15201 15203 15145 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163147411 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15212] ppid=15201 vsize=916844 CPUtime=1.41
/proc/15203/task/15212/stat : 15212 (java) S 15201 15203 15145 0 -1 64 1942 0 0 0 141 0 0 0 17 0 12 0 163147412 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15213] ppid=15201 vsize=916844 CPUtime=1.69
/proc/15203/task/15213/stat : 15213 (java) S 15201 15203 15145 0 -1 64 4388 0 0 0 168 1 0 0 17 0 12 0 163147412 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15214] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15214/stat : 15214 (java) S 15201 15203 15145 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163147412 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15215] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15215/stat : 15215 (java) S 15201 15203 15145 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163147412 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 879.43
Current children cumulated vsize (KiB) 916844

[startup+943.517 s]
/proc/loadavg: 2.08 2.08 2.08 3/100 15217
/proc/meminfo: memFree=640480/2055920 swapFree=4171244/4192956
[pid=15203] ppid=15201 vsize=916844 CPUtime=939.25
/proc/15203/stat : 15203 (java) S 15201 15203 15145 0 -1 0 1379386 0 1 0 93292 633 0 0 15 0 12 0 163147401 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15203/statm: 229211 186744 2481 14 0 215648 0
[pid=15203/tid=15205] ppid=15201 vsize=916844 CPUtime=3.78
/proc/15203/task/15205/stat : 15205 (java) S 15201 15203 15145 0 -1 64 84412 0 0 0 347 31 0 0 16 0 12 0 163147405 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15203/tid=15206] ppid=15201 vsize=916844 CPUtime=3.83
/proc/15203/task/15206/stat : 15206 (java) S 15201 15203 15145 0 -1 64 82889 0 0 0 352 31 0 0 15 0 12 0 163147405 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15203/tid=15207] ppid=15201 vsize=916844 CPUtime=621.12
/proc/15203/task/15207/stat : 15207 (java) R 15201 15203 15145 0 -1 64 1184163 0 0 0 61564 548 0 0 25 0 12 0 163147407 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694584 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15203/tid=15208] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15208/stat : 15208 (java) S 15201 15203 15145 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 163147408 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15209] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15209/stat : 15209 (java) S 15201 15203 15145 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163147408 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15210] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15210/stat : 15210 (java) S 15201 15203 15145 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163147411 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15211] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15211/stat : 15211 (java) S 15201 15203 15145 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163147411 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15212] ppid=15201 vsize=916844 CPUtime=1.41
/proc/15203/task/15212/stat : 15212 (java) S 15201 15203 15145 0 -1 64 1942 0 0 0 141 0 0 0 17 0 12 0 163147412 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15213] ppid=15201 vsize=916844 CPUtime=1.69
/proc/15203/task/15213/stat : 15213 (java) S 15201 15203 15145 0 -1 64 4388 0 0 0 168 1 0 0 17 0 12 0 163147412 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15214] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15214/stat : 15214 (java) S 15201 15203 15145 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163147412 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15215] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15215/stat : 15215 (java) S 15201 15203 15145 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163147412 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 939.25
Current children cumulated vsize (KiB) 916844

[startup+1003.61 s]
/proc/loadavg: 2.03 2.06 2.07 4/100 15217
/proc/meminfo: memFree=620384/2055920 swapFree=4171244/4192956
[pid=15203] ppid=15201 vsize=916844 CPUtime=999.05
/proc/15203/stat : 15203 (java) S 15201 15203 15145 0 -1 0 1495911 0 1 0 99219 686 0 0 15 0 12 0 163147401 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15203/statm: 229211 186744 2481 14 0 215648 0
[pid=15203/tid=15205] ppid=15201 vsize=916844 CPUtime=3.78
/proc/15203/task/15205/stat : 15205 (java) S 15201 15203 15145 0 -1 64 84412 0 0 0 347 31 0 0 16 0 12 0 163147405 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15203/tid=15206] ppid=15201 vsize=916844 CPUtime=3.83
/proc/15203/task/15206/stat : 15206 (java) S 15201 15203 15145 0 -1 64 82889 0 0 0 352 31 0 0 15 0 12 0 163147405 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15203/tid=15207] ppid=15201 vsize=916844 CPUtime=680.91
/proc/15203/task/15207/stat : 15207 (java) R 15201 15203 15145 0 -1 64 1300580 0 0 0 67490 601 0 0 25 0 12 0 163147407 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921708 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15203/tid=15208] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15208/stat : 15208 (java) S 15201 15203 15145 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 163147408 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15209] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15209/stat : 15209 (java) S 15201 15203 15145 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163147408 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15210] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15210/stat : 15210 (java) S 15201 15203 15145 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163147411 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15211] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15211/stat : 15211 (java) S 15201 15203 15145 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163147411 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15212] ppid=15201 vsize=916844 CPUtime=1.41
/proc/15203/task/15212/stat : 15212 (java) S 15201 15203 15145 0 -1 64 1942 0 0 0 141 0 0 0 17 0 12 0 163147412 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15213] ppid=15201 vsize=916844 CPUtime=1.69
/proc/15203/task/15213/stat : 15213 (java) S 15201 15203 15145 0 -1 64 4388 0 0 0 168 1 0 0 17 0 12 0 163147412 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15214] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15214/stat : 15214 (java) S 15201 15203 15145 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163147412 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15215] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15215/stat : 15215 (java) S 15201 15203 15145 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163147412 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 999.05
Current children cumulated vsize (KiB) 916844

[startup+1063.69 s]
/proc/loadavg: 2.01 2.05 2.06 3/100 15217
/proc/meminfo: memFree=620384/2055920 swapFree=4171244/4192956
[pid=15203] ppid=15201 vsize=916844 CPUtime=1058.83
/proc/15203/stat : 15203 (java) S 15201 15203 15145 0 -1 0 1612436 0 1 0 105144 739 0 0 15 0 12 0 163147401 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15203/statm: 229211 186744 2481 14 0 215648 0
[pid=15203/tid=15205] ppid=15201 vsize=916844 CPUtime=3.78
/proc/15203/task/15205/stat : 15205 (java) S 15201 15203 15145 0 -1 64 84412 0 0 0 347 31 0 0 16 0 12 0 163147405 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15203/tid=15206] ppid=15201 vsize=916844 CPUtime=3.83
/proc/15203/task/15206/stat : 15206 (java) S 15201 15203 15145 0 -1 64 82889 0 0 0 352 31 0 0 15 0 12 0 163147405 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15203/tid=15207] ppid=15201 vsize=916844 CPUtime=740.68
/proc/15203/task/15207/stat : 15207 (java) R 15201 15203 15145 0 -1 64 1416998 0 0 0 73414 654 0 0 25 0 12 0 163147407 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15203/tid=15208] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15208/stat : 15208 (java) S 15201 15203 15145 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 163147408 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15209] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15209/stat : 15209 (java) S 15201 15203 15145 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163147408 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15210] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15210/stat : 15210 (java) S 15201 15203 15145 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163147411 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15211] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15211/stat : 15211 (java) S 15201 15203 15145 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163147411 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15212] ppid=15201 vsize=916844 CPUtime=1.41
/proc/15203/task/15212/stat : 15212 (java) S 15201 15203 15145 0 -1 64 1942 0 0 0 141 0 0 0 17 0 12 0 163147412 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15213] ppid=15201 vsize=916844 CPUtime=1.69
/proc/15203/task/15213/stat : 15213 (java) S 15201 15203 15145 0 -1 64 4388 0 0 0 168 1 0 0 17 0 12 0 163147412 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15214] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15214/stat : 15214 (java) S 15201 15203 15145 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163147412 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15215] ppid=15201 vsize=916844 CPUtime=0
/proc/15203/task/15215/stat : 15215 (java) S 15201 15203 15145 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163147412 938848256 186744 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1058.83
Current children cumulated vsize (KiB) 916844

[startup+1123.76 s]
/proc/loadavg: 2.00 2.04 2.06 3/100 15217
/proc/meminfo: memFree=620448/2055920 swapFree=4171244/4192956
[pid=15203] ppid=15201 vsize=914844 CPUtime=1118.61
/proc/15203/stat : 15203 (java) S 15201 15203 15145 0 -1 0 1729253 0 1 0 111072 789 0 0 15 0 12 0 163147401 936800256 186456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15203/statm: 228711 186456 2481 14 0 215148 0
[pid=15203/tid=15205] ppid=15201 vsize=914844 CPUtime=3.78
/proc/15203/task/15205/stat : 15205 (java) S 15201 15203 15145 0 -1 64 84412 0 0 0 347 31 0 0 16 0 12 0 163147405 936800256 186456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15203/tid=15206] ppid=15201 vsize=914844 CPUtime=3.83
/proc/15203/task/15206/stat : 15206 (java) S 15201 15203 15145 0 -1 64 82889 0 0 0 352 31 0 0 15 0 12 0 163147405 936800256 186456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15203/tid=15207] ppid=15201 vsize=914844 CPUtime=800.45
/proc/15203/task/15207/stat : 15207 (java) R 15201 15203 15145 0 -1 64 1533707 0 0 0 79341 704 0 0 25 0 12 0 163147407 936800256 186456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154624436 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15203/tid=15208] ppid=15201 vsize=914844 CPUtime=0
/proc/15203/task/15208/stat : 15208 (java) S 15201 15203 15145 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 163147408 936800256 186456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15209] ppid=15201 vsize=914844 CPUtime=0
/proc/15203/task/15209/stat : 15209 (java) S 15201 15203 15145 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163147408 936800256 186456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15210] ppid=15201 vsize=914844 CPUtime=0
/proc/15203/task/15210/stat : 15210 (java) S 15201 15203 15145 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163147411 936800256 186456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15211] ppid=15201 vsize=914844 CPUtime=0
/proc/15203/task/15211/stat : 15211 (java) S 15201 15203 15145 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163147411 936800256 186456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15212] ppid=15201 vsize=914844 CPUtime=1.41
/proc/15203/task/15212/stat : 15212 (java) S 15201 15203 15145 0 -1 64 1942 0 0 0 141 0 0 0 17 0 12 0 163147412 936800256 186456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15213] ppid=15201 vsize=914844 CPUtime=1.69
/proc/15203/task/15213/stat : 15213 (java) S 15201 15203 15145 0 -1 64 4388 0 0 0 168 1 0 0 17 0 12 0 163147412 936800256 186456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15214] ppid=15201 vsize=914844 CPUtime=0
/proc/15203/task/15214/stat : 15214 (java) S 15201 15203 15145 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 163147412 936800256 186456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15203/tid=15215] ppid=15201 vsize=914844 CPUtime=0
/proc/15203/task/15215/stat : 15215 (java) S 15201 15203 15145 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163147412 936800256 186456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1118.61
Current children cumulated vsize (KiB) 914844

Child status: 1
Real time (s): 1175.04
CPU time (s): 1169.66
CPU user time (s): 1161.23
CPU system time (s): 8.42172
CPU usage (%): 99.5415
Max. virtual memory (cumulated for all children) (KiB): 918848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1161.23
system time used= 8.42172
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1826037
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32968
involuntary context switches= 30885

runsolver used 1.53877 s user time and 3.69544 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Sun Jan  7 05:25:28 UTC 2007


IDJOB= 201395
IDBENCH= 3760
FILE ID= node19/201395-1168147528

PBS_JOBID= 3478169

Free space on /tmp= 66309 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp11/fapp11-1000-9.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201395-1168147528/sat4jCSP-bf3.jar /tmp/evaluation/201395-1168147528/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-201395-1168147528 -o ROOT/results/node19/solver-201395-1168147528 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201395-1168147528/sat4jCSP-bf3.jar /tmp/evaluation/201395-1168147528/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  f4de69641c2d3c9c2d0fb9081c06c18a

RANDOM SEED= 765197051

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.260
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.260
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:       1379944 kB
Buffers:         68920 kB
Cached:         395588 kB
SwapCached:      10472 kB
Active:         280976 kB
Inactive:       328220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1379944 kB
SwapTotal:     4192956 kB
SwapFree:      4171244 kB
Dirty:            4556 kB
Writeback:           0 kB
Mapped:         154748 kB
Slab:            51364 kB
Committed_AS:  4111172 kB
PageTables:       2576 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= 66309 MiB



End job on node19 on Sun Jan  7 05:45:03 UTC 2007