Trace number 196444

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? 441.828 443.434

General information on the benchmark

Namefapp/fapp06-10/fapp09/
fapp09-0800-6.xml
MD5SUMf2cbb788c0c9a394e7c193eac0b4b56b
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 benchmark4.11737
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables800
Number of constraints8975
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8975
Global constraints used (with number of constraints)

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15	c version CSP COMPETITION BUGFIX 3 CACHED
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_10
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 722620888
0.15	c Max memory 723845120
0.15	c Total memory 723845120
0.15	c Number of processors 2
0.24	c --- Begin Solver configuration ---
0.24	c Stops conflict analysis at the first Unique Implication Point
0.24	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.24	c Learn all clauses as in MiniSAT
0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24	c VSIDS like heuristics from MiniSAT using a heap
0.24	c No reason simplification
0.24	c --- End Solver configuration ---
0.24	c solving /tmp/evaluation/196444-1168123398/unknown.xml
0.24	c reading problem ... 
0.50	c reading problem named ?
0.50	c reading domains done.
0.92	c reading variables
c reading variables (800) done.
1.53	c reading predicates 
c reading relations (8) done.
1.97	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
439.09	c starts		: 0
439.09	c conflicts		: 0
439.09	c decisions		: 0
439.09	c propagations		: 0
439.09	c inspects		: 0
439.09	c learnt literals	: 0
439.09	c learnt binary clauses	: 0
439.09	c learnt ternary clauses	: 0
439.09	c learnt clauses	: 0
439.09	c root simplifications	: 0
439.09	c removed literals (reason simplification)	: 0
439.09	c reason swapping (by a shorter reason)	: 0
439.09	c Calls to reduceDB	: 0
439.09	c speed (decisions/second)	: 0.0
439.09	c non guided choices	0
439.09	s UNKNOWN
439.09	c Total wall clock time (in seconds) : 434.68
439.09	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/node16/watcher-196444-1168123398 -o ROOT/results/node16/solver-196444-1168123398 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196444-1168123398/sat4jCSP-bf3-cached.jar /tmp/evaluation/196444-1168123398/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.14 2.05 2.01 3/87 3202
/proc/meminfo: memFree=1587744/2055920 swapFree=4191880/4192956
[pid=3201] ppid=3199 vsize=220 CPUtime=0
/proc/3201/stat : 3201 (java) R 3199 3201 2090 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 160734657 225280 25 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 7168113 0 0 4096 0 0 0 0 17 0 0 0
/proc/3201/statm: 73 31 25 14 0 3 0

[startup+0.107474 s]
/proc/loadavg: 2.14 2.05 2.01 3/87 3202
/proc/meminfo: memFree=1587744/2055920 swapFree=4191880/4192956
[pid=3201] ppid=3199 vsize=902652 CPUtime=0.09
/proc/3201/stat : 3201 (java) R 3199 3201 2090 0 -1 0 3399 0 1 0 8 1 0 0 25 0 12 0 160734657 924315648 3159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3201/statm: 225663 3159 1581 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 902652

[startup+0.515399 s]
/proc/loadavg: 2.14 2.05 2.01 3/87 3202
/proc/meminfo: memFree=1587744/2055920 swapFree=4191880/4192956
[pid=3201] ppid=3199 vsize=905236 CPUtime=0.5
/proc/3201/stat : 3201 (java) R 3199 3201 2090 0 -1 0 5988 0 1 0 47 3 0 0 25 0 12 0 160734657 926961664 5582 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3201/statm: 226309 5582 2289 14 0 212746 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 905236

[startup+1.33825 s]
/proc/loadavg: 2.21 2.07 2.02 4/98 3213
/proc/meminfo: memFree=1572040/2055920 swapFree=4191880/4192956
[pid=3201] ppid=3199 vsize=906456 CPUtime=1.32
/proc/3201/stat : 3201 (java) R 3199 3201 2090 0 -1 0 8401 0 1 0 128 4 0 0 25 0 12 0 160734657 928210944 7422 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3201/statm: 226614 7422 2316 14 0 213051 0
[pid=3201/tid=3203] ppid=3199 vsize=906456 CPUtime=0
/proc/3201/task/3203/stat : 3203 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 160734660 928210944 7422 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3204] ppid=3199 vsize=906456 CPUtime=0
/proc/3201/task/3204/stat : 3204 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 160734660 928210944 7422 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3205] ppid=3199 vsize=906456 CPUtime=0
/proc/3201/task/3205/stat : 3205 (java) S 3199 3201 2090 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 160734663 928210944 7422 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3206] ppid=3199 vsize=906456 CPUtime=0
/proc/3201/task/3206/stat : 3206 (java) S 3199 3201 2090 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 160734663 928210944 7422 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3207] ppid=3199 vsize=906456 CPUtime=0
/proc/3201/task/3207/stat : 3207 (java) S 3199 3201 2090 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 160734663 928210944 7422 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3208] ppid=3199 vsize=906456 CPUtime=0
/proc/3201/task/3208/stat : 3208 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160734667 928210944 7422 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3209] ppid=3199 vsize=906456 CPUtime=0
/proc/3201/task/3209/stat : 3209 (java) S 3199 3201 2090 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160734667 928210944 7422 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3210] ppid=3199 vsize=906456 CPUtime=0.33
/proc/3201/task/3210/stat : 3210 (java) S 3199 3201 2090 0 -1 64 295 0 0 0 33 0 0 0 16 0 12 0 160734667 928210944 7422 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3211] ppid=3199 vsize=906456 CPUtime=0.36
/proc/3201/task/3211/stat : 3211 (java) R 3199 3201 2090 0 -1 64 1508 0 0 0 36 0 0 0 16 0 12 0 160734667 928210944 7422 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4151714900 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3212] ppid=3199 vsize=906456 CPUtime=0
/proc/3201/task/3212/stat : 3212 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 160734667 928210944 7422 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3213] ppid=3199 vsize=906456 CPUtime=0
/proc/3201/task/3213/stat : 3213 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160734667 928210944 7422 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 906456

[startup+2.99094 s]
/proc/loadavg: 2.21 2.07 2.02 4/98 3213
/proc/meminfo: memFree=1537544/2055920 swapFree=4191880/4192956
[pid=3201] ppid=3199 vsize=910904 CPUtime=2.9
/proc/3201/stat : 3201 (java) R 3199 3201 2090 0 -1 0 30886 0 4 0 273 17 0 0 24 0 12 0 160734657 932765696 28442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054298780 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3201/statm: 227726 28442 2478 14 0 214163 0
[pid=3201/tid=3203] ppid=3199 vsize=910904 CPUtime=0.15
/proc/3201/task/3203/stat : 3203 (java) S 3199 3201 2090 0 -1 64 3267 0 0 0 14 1 0 0 16 0 12 0 160734660 932765696 28442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3204] ppid=3199 vsize=910904 CPUtime=0.14
/proc/3201/task/3204/stat : 3204 (java) S 3199 3201 2090 0 -1 64 4657 0 0 0 12 2 0 0 16 0 12 0 160734660 932765696 28442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3205] ppid=3199 vsize=910904 CPUtime=0
/proc/3201/task/3205/stat : 3205 (java) S 3199 3201 2090 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 160734663 932765696 28442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3206] ppid=3199 vsize=910904 CPUtime=0
/proc/3201/task/3206/stat : 3206 (java) S 3199 3201 2090 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160734663 932765696 28442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3207] ppid=3199 vsize=910904 CPUtime=0
/proc/3201/task/3207/stat : 3207 (java) S 3199 3201 2090 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160734663 932765696 28442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3208] ppid=3199 vsize=910904 CPUtime=0
/proc/3201/task/3208/stat : 3208 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160734667 932765696 28442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3209] ppid=3199 vsize=910904 CPUtime=0
/proc/3201/task/3209/stat : 3209 (java) S 3199 3201 2090 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160734667 932765696 28442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3210] ppid=3199 vsize=910904 CPUtime=0.64
/proc/3201/task/3210/stat : 3210 (java) S 3199 3201 2090 0 -1 64 1479 0 0 0 64 0 0 0 16 0 12 0 160734667 932765696 28442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3211] ppid=3199 vsize=910904 CPUtime=0.48
/proc/3201/task/3211/stat : 3211 (java) S 3199 3201 2090 0 -1 64 1536 0 3 0 48 0 0 0 16 0 12 0 160734667 932765696 28442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3212] ppid=3199 vsize=910904 CPUtime=0
/proc/3201/task/3212/stat : 3212 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 160734667 932765696 28442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3213] ppid=3199 vsize=910904 CPUtime=0
/proc/3201/task/3213/stat : 3213 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160734667 932765696 28442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 910904

[startup+6.19837 s]
/proc/loadavg: 2.21 2.07 2.02 3/98 3213
/proc/meminfo: memFree=1455304/2055920 swapFree=4191880/4192956
[pid=3201] ppid=3199 vsize=911224 CPUtime=6.1
/proc/3201/stat : 3201 (java) R 3199 3201 2090 0 -1 0 41737 0 4 0 587 23 0 0 25 0 12 0 160734657 933093376 37262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054302382 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3201/statm: 227806 37262 2479 14 0 214243 0
[pid=3201/tid=3203] ppid=3199 vsize=911224 CPUtime=0.38
/proc/3201/task/3203/stat : 3203 (java) S 3199 3201 2090 0 -1 64 7447 0 0 0 35 3 0 0 16 0 12 0 160734660 933093376 37262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3204] ppid=3199 vsize=911224 CPUtime=0.31
/proc/3201/task/3204/stat : 3204 (java) S 3199 3201 2090 0 -1 64 8996 0 0 0 26 5 0 0 16 0 12 0 160734660 933093376 37262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3205] ppid=3199 vsize=911224 CPUtime=0
/proc/3201/task/3205/stat : 3205 (java) S 3199 3201 2090 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 160734663 933093376 37262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3206] ppid=3199 vsize=911224 CPUtime=0
/proc/3201/task/3206/stat : 3206 (java) S 3199 3201 2090 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160734663 933093376 37262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3207] ppid=3199 vsize=911224 CPUtime=0
/proc/3201/task/3207/stat : 3207 (java) S 3199 3201 2090 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160734663 933093376 37262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3208] ppid=3199 vsize=911224 CPUtime=0
/proc/3201/task/3208/stat : 3208 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160734667 933093376 37262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3209] ppid=3199 vsize=911224 CPUtime=0
/proc/3201/task/3209/stat : 3209 (java) S 3199 3201 2090 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160734667 933093376 37262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3210] ppid=3199 vsize=911224 CPUtime=0.93
/proc/3201/task/3210/stat : 3210 (java) S 3199 3201 2090 0 -1 64 1565 0 0 0 93 0 0 0 17 0 12 0 160734667 933093376 37262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3211] ppid=3199 vsize=911224 CPUtime=0.99
/proc/3201/task/3211/stat : 3211 (java) S 3199 3201 2090 0 -1 64 3605 0 3 0 98 1 0 0 16 0 12 0 160734667 933093376 37262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3212] ppid=3199 vsize=911224 CPUtime=0
/proc/3201/task/3212/stat : 3212 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 160734667 933093376 37262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3213] ppid=3199 vsize=911224 CPUtime=0
/proc/3201/task/3213/stat : 3213 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160734667 933093376 37262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 911224

[startup+12.7002 s]
/proc/loadavg: 2.41 2.12 2.03 4/98 3213
/proc/meminfo: memFree=1393160/2055920 swapFree=4191880/4192956
[pid=3201] ppid=3199 vsize=910904 CPUtime=12.61
/proc/3201/stat : 3201 (java) R 3199 3201 2090 0 -1 0 57430 0 4 0 1230 31 0 0 25 0 12 0 160734657 932765696 51659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054302382 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3201/statm: 227726 51659 2479 14 0 214163 0
[pid=3201/tid=3203] ppid=3199 vsize=910904 CPUtime=0.88
/proc/3201/task/3203/stat : 3203 (java) S 3199 3201 2090 0 -1 64 14290 0 0 0 82 6 0 0 16 0 12 0 160734660 932765696 51659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3204] ppid=3199 vsize=910904 CPUtime=0.77
/proc/3201/task/3204/stat : 3204 (java) S 3199 3201 2090 0 -1 64 17446 0 0 0 68 9 0 0 16 0 12 0 160734660 932765696 51659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3205] ppid=3199 vsize=910904 CPUtime=0.01
/proc/3201/task/3205/stat : 3205 (java) S 3199 3201 2090 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 160734663 932765696 51659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3206] ppid=3199 vsize=910904 CPUtime=0
/proc/3201/task/3206/stat : 3206 (java) S 3199 3201 2090 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160734663 932765696 51659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3207] ppid=3199 vsize=910904 CPUtime=0
/proc/3201/task/3207/stat : 3207 (java) S 3199 3201 2090 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160734663 932765696 51659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3208] ppid=3199 vsize=910904 CPUtime=0
/proc/3201/task/3208/stat : 3208 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160734667 932765696 51659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3209] ppid=3199 vsize=910904 CPUtime=0
/proc/3201/task/3209/stat : 3209 (java) S 3199 3201 2090 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160734667 932765696 51659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3210] ppid=3199 vsize=910904 CPUtime=0.98
/proc/3201/task/3210/stat : 3210 (java) S 3199 3201 2090 0 -1 64 1566 0 0 0 98 0 0 0 16 0 12 0 160734667 932765696 51659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3211] ppid=3199 vsize=910904 CPUtime=1.19
/proc/3201/task/3211/stat : 3211 (java) S 3199 3201 2090 0 -1 64 3978 0 3 0 118 1 0 0 16 0 12 0 160734667 932765696 51659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3212] ppid=3199 vsize=910904 CPUtime=0
/proc/3201/task/3212/stat : 3212 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 160734667 932765696 51659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3213] ppid=3199 vsize=910904 CPUtime=0
/proc/3201/task/3213/stat : 3213 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160734667 932765696 51659 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 910904

[startup+25.5938 s]
/proc/loadavg: 2.49 2.14 2.04 3/98 3213
/proc/meminfo: memFree=1270920/2055920 swapFree=4191880/4192956
[pid=3201] ppid=3199 vsize=911544 CPUtime=25.57
/proc/3201/stat : 3201 (java) R 3199 3201 2090 0 -1 0 88477 0 4 0 2513 44 0 0 25 0 12 0 160734657 933421056 82458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054427084 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3201/statm: 227886 82458 2479 14 0 214323 0
[pid=3201/tid=3203] ppid=3199 vsize=911544 CPUtime=1.76
/proc/3201/task/3203/stat : 3203 (java) S 3199 3201 2090 0 -1 64 32633 0 0 0 161 15 0 0 16 0 12 0 160734660 933421056 82458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3204] ppid=3199 vsize=911544 CPUtime=1.81
/proc/3201/task/3204/stat : 3204 (java) S 3199 3201 2090 0 -1 64 30122 0 0 0 167 14 0 0 16 0 12 0 160734660 933421056 82458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3205] ppid=3199 vsize=911544 CPUtime=0.01
/proc/3201/task/3205/stat : 3205 (java) S 3199 3201 2090 0 -1 64 16 0 0 0 1 0 0 0 15 0 12 0 160734663 933421056 82458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3206] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3206/stat : 3206 (java) S 3199 3201 2090 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160734663 933421056 82458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3207] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3207/stat : 3207 (java) S 3199 3201 2090 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160734663 933421056 82458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3208] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3208/stat : 3208 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160734667 933421056 82458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3209] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3209/stat : 3209 (java) S 3199 3201 2090 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 160734667 933421056 82458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3210] ppid=3199 vsize=911544 CPUtime=1.03
/proc/3201/task/3210/stat : 3210 (java) S 3199 3201 2090 0 -1 64 1566 0 0 0 103 0 0 0 16 0 12 0 160734667 933421056 82458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3211] ppid=3199 vsize=911544 CPUtime=1.21
/proc/3201/task/3211/stat : 3211 (java) S 3199 3201 2090 0 -1 64 3978 0 3 0 120 1 0 0 16 0 12 0 160734667 933421056 82458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3212] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3212/stat : 3212 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 160734667 933421056 82458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3213] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3213/stat : 3213 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160734667 933421056 82458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.57
Current children cumulated vsize (KiB) 911544

[startup+51.2552 s]
/proc/loadavg: 2.58 2.19 2.06 3/98 3213
/proc/meminfo: memFree=1046664/2055920 swapFree=4191880/4192956
[pid=3201] ppid=3199 vsize=911544 CPUtime=51.3
/proc/3201/stat : 3201 (java) R 3199 3201 2090 0 -1 0 143396 0 4 0 5061 69 0 0 24 0 12 0 160734657 933421056 136944 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054302624 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3201/statm: 227886 136944 2479 14 0 214323 0
[pid=3201/tid=3203] ppid=3199 vsize=911544 CPUtime=3.78
/proc/3201/task/3203/stat : 3203 (java) S 3199 3201 2090 0 -1 64 58970 0 0 0 353 25 0 0 16 0 12 0 160734660 933421056 136944 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3204] ppid=3199 vsize=911544 CPUtime=3.79
/proc/3201/task/3204/stat : 3204 (java) S 3199 3201 2090 0 -1 64 58657 0 0 0 351 28 0 0 16 0 12 0 160734660 933421056 136944 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3205] ppid=3199 vsize=911544 CPUtime=0.03

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

/proc/3201/task/3207/stat : 3207 (java) S 3199 3201 2090 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160734663 933421056 186201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3208] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3208/stat : 3208 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160734667 933421056 186201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3209] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3209/stat : 3209 (java) S 3199 3201 2090 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 160734667 933421056 186201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3210] ppid=3199 vsize=911544 CPUtime=1.07
/proc/3201/task/3210/stat : 3210 (java) S 3199 3201 2090 0 -1 64 1568 0 0 0 107 0 0 0 16 0 12 0 160734667 933421056 186201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3211] ppid=3199 vsize=911544 CPUtime=1.35
/proc/3201/task/3211/stat : 3211 (java) S 3199 3201 2090 0 -1 64 3986 0 3 0 134 1 0 0 17 0 12 0 160734667 933421056 186201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3212] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3212/stat : 3212 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 160734667 933421056 186201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3213] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3213/stat : 3213 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160734667 933421056 186201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.54
Current children cumulated vsize (KiB) 911544

[startup+162.559 s]
/proc/loadavg: 2.36 2.25 2.09 3/98 3213
/proc/meminfo: memFree=845896/2055920 swapFree=4191880/4192956
[pid=3201] ppid=3199 vsize=911544 CPUtime=162.3
/proc/3201/stat : 3201 (java) S 3199 3201 2090 0 -1 0 193021 0 5 0 16135 95 0 0 17 0 12 0 160734657 933421056 186201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3201/statm: 227886 186201 2480 14 0 214323 0
[pid=3201/tid=3203] ppid=3199 vsize=911544 CPUtime=5.63
/proc/3201/task/3203/stat : 3203 (java) S 3199 3201 2090 0 -1 64 83453 0 0 0 526 37 0 0 16 0 12 0 160734660 933421056 186201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3204] ppid=3199 vsize=911544 CPUtime=5.66
/proc/3201/task/3204/stat : 3204 (java) S 3199 3201 2090 0 -1 64 82691 0 0 0 526 40 0 0 15 0 12 0 160734660 933421056 186201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3205] ppid=3199 vsize=911544 CPUtime=80.79
/proc/3201/task/3205/stat : 3205 (java) R 3199 3201 2090 0 -1 64 1034 0 1 0 8077 2 0 0 25 0 12 0 160734663 933421056 186201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154922878 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3206] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3206/stat : 3206 (java) S 3199 3201 2090 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160734663 933421056 186201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3207] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3207/stat : 3207 (java) S 3199 3201 2090 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160734663 933421056 186201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3208] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3208/stat : 3208 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160734667 933421056 186201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3209] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3209/stat : 3209 (java) S 3199 3201 2090 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 160734667 933421056 186201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3210] ppid=3199 vsize=911544 CPUtime=1.07
/proc/3201/task/3210/stat : 3210 (java) S 3199 3201 2090 0 -1 64 1568 0 0 0 107 0 0 0 16 0 12 0 160734667 933421056 186201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3211] ppid=3199 vsize=911544 CPUtime=1.35
/proc/3201/task/3211/stat : 3211 (java) S 3199 3201 2090 0 -1 64 3986 0 3 0 134 1 0 0 17 0 12 0 160734667 933421056 186201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3212] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3212/stat : 3212 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 160734667 933421056 186201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3213] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3213/stat : 3213 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160734667 933421056 186201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 911544

[startup+222.611 s]
/proc/loadavg: 2.13 2.20 2.09 3/98 3213
/proc/meminfo: memFree=844296/2055920 swapFree=4191880/4192956
[pid=3201] ppid=3199 vsize=911544 CPUtime=222.07
/proc/3201/stat : 3201 (java) S 3199 3201 2090 0 -1 0 193052 0 5 0 22111 96 0 0 17 0 12 0 160734657 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3201/statm: 227886 186202 2480 14 0 214323 0
[pid=3201/tid=3203] ppid=3199 vsize=911544 CPUtime=5.63
/proc/3201/task/3203/stat : 3203 (java) S 3199 3201 2090 0 -1 64 83453 0 0 0 526 37 0 0 16 0 12 0 160734660 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3204] ppid=3199 vsize=911544 CPUtime=5.66
/proc/3201/task/3204/stat : 3204 (java) S 3199 3201 2090 0 -1 64 82691 0 0 0 526 40 0 0 15 0 12 0 160734660 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3205] ppid=3199 vsize=911544 CPUtime=140.17
/proc/3201/task/3205/stat : 3205 (java) R 3199 3201 2090 0 -1 64 1035 0 1 0 14014 3 0 0 25 0 12 0 160734663 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154624416 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3206] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3206/stat : 3206 (java) S 3199 3201 2090 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160734663 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3207] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3207/stat : 3207 (java) S 3199 3201 2090 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160734663 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3208] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3208/stat : 3208 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160734667 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3209] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3209/stat : 3209 (java) S 3199 3201 2090 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 160734667 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3210] ppid=3199 vsize=911544 CPUtime=1.07
/proc/3201/task/3210/stat : 3210 (java) S 3199 3201 2090 0 -1 64 1568 0 0 0 107 0 0 0 16 0 12 0 160734667 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3211] ppid=3199 vsize=911544 CPUtime=1.35
/proc/3201/task/3211/stat : 3211 (java) S 3199 3201 2090 0 -1 64 3986 0 3 0 134 1 0 0 17 0 12 0 160734667 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3212] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3212/stat : 3212 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 160734667 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3213] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3213/stat : 3213 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160734667 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 911544

[startup+282.664 s]
/proc/loadavg: 2.08 2.18 2.09 3/98 3213
/proc/meminfo: memFree=842888/2055920 swapFree=4191880/4192956
[pid=3201] ppid=3199 vsize=911544 CPUtime=281.83
/proc/3201/stat : 3201 (java) S 3199 3201 2090 0 -1 0 193070 0 5 0 28087 96 0 0 17 0 12 0 160734657 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3201/statm: 227886 186202 2480 14 0 214323 0
[pid=3201/tid=3203] ppid=3199 vsize=911544 CPUtime=5.63
/proc/3201/task/3203/stat : 3203 (java) S 3199 3201 2090 0 -1 64 83453 0 0 0 526 37 0 0 16 0 12 0 160734660 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3204] ppid=3199 vsize=911544 CPUtime=5.66
/proc/3201/task/3204/stat : 3204 (java) S 3199 3201 2090 0 -1 64 82691 0 0 0 526 40 0 0 15 0 12 0 160734660 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3205] ppid=3199 vsize=911544 CPUtime=199.9
/proc/3201/task/3205/stat : 3205 (java) R 3199 3201 2090 0 -1 64 1035 0 1 0 19987 3 0 0 25 0 12 0 160734663 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3206] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3206/stat : 3206 (java) S 3199 3201 2090 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160734663 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3207] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3207/stat : 3207 (java) S 3199 3201 2090 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160734663 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3208] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3208/stat : 3208 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160734667 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3209] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3209/stat : 3209 (java) S 3199 3201 2090 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 160734667 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3210] ppid=3199 vsize=911544 CPUtime=1.07
/proc/3201/task/3210/stat : 3210 (java) S 3199 3201 2090 0 -1 64 1568 0 0 0 107 0 0 0 16 0 12 0 160734667 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3211] ppid=3199 vsize=911544 CPUtime=1.35
/proc/3201/task/3211/stat : 3211 (java) S 3199 3201 2090 0 -1 64 3986 0 3 0 134 1 0 0 17 0 12 0 160734667 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3212] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3212/stat : 3212 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 160734667 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3213] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3213/stat : 3213 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160734667 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.83
Current children cumulated vsize (KiB) 911544

[startup+342.718 s]
/proc/loadavg: 2.03 2.14 2.08 3/98 3213
/proc/meminfo: memFree=841480/2055920 swapFree=4191880/4192956
[pid=3201] ppid=3199 vsize=911544 CPUtime=341.59
/proc/3201/stat : 3201 (java) S 3199 3201 2090 0 -1 0 193087 0 5 0 34063 96 0 0 17 0 12 0 160734657 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3201/statm: 227886 186202 2480 14 0 214323 0
[pid=3201/tid=3203] ppid=3199 vsize=911544 CPUtime=5.63
/proc/3201/task/3203/stat : 3203 (java) S 3199 3201 2090 0 -1 64 83453 0 0 0 526 37 0 0 16 0 12 0 160734660 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3204] ppid=3199 vsize=911544 CPUtime=5.66
/proc/3201/task/3204/stat : 3204 (java) S 3199 3201 2090 0 -1 64 82691 0 0 0 526 40 0 0 15 0 12 0 160734660 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3205] ppid=3199 vsize=911544 CPUtime=259.66
/proc/3201/task/3205/stat : 3205 (java) R 3199 3201 2090 0 -1 64 1035 0 1 0 25963 3 0 0 25 0 12 0 160734663 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155440544 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3206] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3206/stat : 3206 (java) S 3199 3201 2090 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160734663 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3207] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3207/stat : 3207 (java) S 3199 3201 2090 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160734663 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3208] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3208/stat : 3208 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160734667 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3209] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3209/stat : 3209 (java) S 3199 3201 2090 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 160734667 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3210] ppid=3199 vsize=911544 CPUtime=1.07
/proc/3201/task/3210/stat : 3210 (java) S 3199 3201 2090 0 -1 64 1568 0 0 0 107 0 0 0 16 0 12 0 160734667 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3211] ppid=3199 vsize=911544 CPUtime=1.35
/proc/3201/task/3211/stat : 3211 (java) S 3199 3201 2090 0 -1 64 3986 0 3 0 134 1 0 0 17 0 12 0 160734667 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3212] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3212/stat : 3212 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 160734667 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3213] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3213/stat : 3213 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160734667 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 341.59
Current children cumulated vsize (KiB) 911544

[startup+402.771 s]
/proc/loadavg: 2.01 2.11 2.07 3/98 3213
/proc/meminfo: memFree=840200/2055920 swapFree=4191880/4192956
[pid=3201] ppid=3199 vsize=911544 CPUtime=401.36
/proc/3201/stat : 3201 (java) S 3199 3201 2090 0 -1 0 193104 0 5 0 40039 97 0 0 17 0 12 0 160734657 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3201/statm: 227886 186202 2480 14 0 214323 0
[pid=3201/tid=3203] ppid=3199 vsize=911544 CPUtime=5.63
/proc/3201/task/3203/stat : 3203 (java) S 3199 3201 2090 0 -1 64 83453 0 0 0 526 37 0 0 16 0 12 0 160734660 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3204] ppid=3199 vsize=911544 CPUtime=5.66
/proc/3201/task/3204/stat : 3204 (java) S 3199 3201 2090 0 -1 64 82691 0 0 0 526 40 0 0 15 0 12 0 160734660 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3205] ppid=3199 vsize=911544 CPUtime=319.42
/proc/3201/task/3205/stat : 3205 (java) R 3199 3201 2090 0 -1 64 1035 0 1 0 31939 3 0 0 25 0 12 0 160734663 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154922628 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3206] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3206/stat : 3206 (java) S 3199 3201 2090 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160734663 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3207] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3207/stat : 3207 (java) S 3199 3201 2090 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160734663 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3208] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3208/stat : 3208 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160734667 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3209] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3209/stat : 3209 (java) S 3199 3201 2090 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 160734667 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3210] ppid=3199 vsize=911544 CPUtime=1.07
/proc/3201/task/3210/stat : 3210 (java) S 3199 3201 2090 0 -1 64 1568 0 0 0 107 0 0 0 16 0 12 0 160734667 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3211] ppid=3199 vsize=911544 CPUtime=1.35
/proc/3201/task/3211/stat : 3211 (java) S 3199 3201 2090 0 -1 64 3986 0 3 0 134 1 0 0 17 0 12 0 160734667 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3201/tid=3212] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3212/stat : 3212 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 160734667 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3201/tid=3213] ppid=3199 vsize=911544 CPUtime=0
/proc/3201/task/3213/stat : 3213 (java) S 3199 3201 2090 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160734667 933421056 186202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 401.36
Current children cumulated vsize (KiB) 911544

Child status: 1
Real time (s): 443.434
CPU time (s): 441.828
CPU user time (s): 440.732
CPU system time (s): 1.09583
CPU usage (%): 99.6377
Max. virtual memory (cumulated for all children) (KiB): 914536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 440.732
system time used= 1.09583
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193129
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11402
involuntary context switches= 10009

runsolver used 0.601908 s user time and 1.52477 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Jan  6 22:43:18 UTC 2007


IDJOB= 196444
IDBENCH= 3351
FILE ID= node16/196444-1168123398

PBS_JOBID= 3477145

Free space on /tmp= 66480 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp06-10/fapp09/fapp09-0800-6.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196444-1168123398/sat4jCSP-bf3-cached.jar /tmp/evaluation/196444-1168123398/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-196444-1168123398 -o ROOT/results/node16/solver-196444-1168123398 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196444-1168123398/sat4jCSP-bf3-cached.jar /tmp/evaluation/196444-1168123398/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  f2cbb788c0c9a394e7c193eac0b4b56b

RANDOM SEED= 686108141

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.220
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.220
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:       1588160 kB
Buffers:         45056 kB
Cached:         124428 kB
SwapCached:        448 kB
Active:         328524 kB
Inactive:        83232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1588160 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3616 kB
Writeback:           0 kB
Mapped:         261580 kB
Slab:            40416 kB
Committed_AS:  4275860 kB
PageTables:       2764 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= 66480 MiB



End job on node16 on Sat Jan  6 22:50:42 UTC 2007