Trace number 207306

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? 382.386 382.341

General information on the benchmark

Namefapp/test01-04/test02/
test02-0250-0.xml
MD5SUM5a03054d1c275a5e16854c3532ad4cb9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.11783
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables250
Number of constraints2462
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2462
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3 CACHED
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/207306-1168180997/unknown.xml
0.25	c reading problem ... 
0.52	c reading problem named ?
0.52	c reading domains done.
0.79	c reading variables
c reading variables (250) done.
1.19	c reading predicates 
c reading relations (7) done.
1.46	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
379.05	c starts		: 0
379.05	c conflicts		: 0
379.05	c decisions		: 0
379.05	c propagations		: 0
379.05	c inspects		: 0
379.05	c learnt literals	: 0
379.05	c learnt binary clauses	: 0
379.05	c learnt ternary clauses	: 0
379.05	c learnt clauses	: 0
379.05	c root simplifications	: 0
379.05	c removed literals (reason simplification)	: 0
379.05	c reason swapping (by a shorter reason)	: 0
379.05	c Calls to reduceDB	: 0
379.05	c speed (decisions/second)	: 0.0
379.05	c non guided choices	0
379.05	s UNKNOWN
379.05	c Total wall clock time (in seconds) : 375.66
379.05	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

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

Watcher Data (download as text)

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

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

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

/proc/loadavg: 1.98 2.04 2.05 2/88 18083
/proc/meminfo: memFree=1611656/2055920 swapFree=4174172/4192956
[pid=18082] ppid=18080 vsize=18540 CPUtime=0
/proc/18082/stat : 18082 (runsolver) R 18080 18082 17618 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 166494578 18984960 279 18446744073709551615 4194304 4267372 548682068976 18446744073709551615 240472616231 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/18082/statm: 4635 279 244 17 0 2626 0

[startup+0.102483 s]
/proc/loadavg: 1.98 2.04 2.05 2/88 18083
/proc/meminfo: memFree=1611656/2055920 swapFree=4174172/4192956
[pid=18082] ppid=18080 vsize=901540 CPUtime=0.08
/proc/18082/stat : 18082 (java) R 18080 18082 17618 0 -1 0 3298 0 1 0 7 1 0 0 22 0 12 0 166494578 923176960 3058 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152679428 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18082/statm: 225385 3058 1552 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.510553 s]
/proc/loadavg: 1.98 2.04 2.05 2/88 18083
/proc/meminfo: memFree=1611656/2055920 swapFree=4174172/4192956
[pid=18082] ppid=18080 vsize=905236 CPUtime=0.49
/proc/18082/stat : 18082 (java) R 18080 18082 17618 0 -1 0 5840 0 1 0 45 4 0 0 19 0 12 0 166494578 926961664 5434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4053869223 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18082/statm: 226309 5434 2246 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.3337 s]
/proc/loadavg: 1.98 2.04 2.05 4/99 18094
/proc/meminfo: memFree=1592112/2055920 swapFree=4174172/4192956
[pid=18082] ppid=18080 vsize=906592 CPUtime=1.3
/proc/18082/stat : 18082 (java) R 18080 18082 17618 0 -1 0 11438 0 1 0 124 6 0 0 18 0 12 0 166494578 928350208 10534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154212200 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18082/statm: 226648 10534 2441 14 0 213085 0
[pid=18082/tid=18084] ppid=18080 vsize=906592 CPUtime=0
/proc/18082/task/18084/stat : 18084 (java) S 18080 18082 17618 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 166494581 928350208 10534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18085] ppid=18080 vsize=906592 CPUtime=0
/proc/18082/task/18085/stat : 18085 (java) S 18080 18082 17618 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 166494581 928350208 10534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18086] ppid=18080 vsize=906592 CPUtime=0
/proc/18082/task/18086/stat : 18086 (java) S 18080 18082 17618 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166494584 928350208 10534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18087] ppid=18080 vsize=906592 CPUtime=0
/proc/18082/task/18087/stat : 18087 (java) S 18080 18082 17618 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 166494584 928350208 10534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18088] ppid=18080 vsize=906592 CPUtime=0
/proc/18082/task/18088/stat : 18088 (java) S 18080 18082 17618 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 166494584 928350208 10534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18089] ppid=18080 vsize=906592 CPUtime=0
/proc/18082/task/18089/stat : 18089 (java) S 18080 18082 17618 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166494588 928350208 10534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18090] ppid=18080 vsize=906592 CPUtime=0
/proc/18082/task/18090/stat : 18090 (java) S 18080 18082 17618 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166494588 928350208 10534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18091] ppid=18080 vsize=906592 CPUtime=0.38
/proc/18082/task/18091/stat : 18091 (java) S 18080 18082 17618 0 -1 64 1081 0 0 0 38 0 0 0 16 0 12 0 166494588 928350208 10534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18092] ppid=18080 vsize=906592 CPUtime=0.22
/proc/18082/task/18092/stat : 18092 (java) S 18080 18082 17618 0 -1 64 663 0 0 0 22 0 0 0 16 0 12 0 166494588 928350208 10534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18093] ppid=18080 vsize=906592 CPUtime=0
/proc/18082/task/18093/stat : 18093 (java) S 18080 18082 17618 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166494588 928350208 10534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18094] ppid=18080 vsize=906592 CPUtime=0
/proc/18082/task/18094/stat : 18094 (java) S 18080 18082 17618 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166494588 928350208 10534 18446744073709551615 134512640 134570532 4294956480 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.98698 s]
/proc/loadavg: 1.98 2.04 2.05 3/99 18094
/proc/meminfo: memFree=1563952/2055920 swapFree=4174172/4192956
[pid=18082] ppid=18080 vsize=911888 CPUtime=3.02
/proc/18082/stat : 18082 (java) R 18080 18082 17618 0 -1 0 29052 0 1 0 288 14 0 0 21 0 12 0 166494578 933773312 26704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18082/statm: 227972 26704 2479 14 0 214409 0
[pid=18082/tid=18084] ppid=18080 vsize=911888 CPUtime=0.09
/proc/18082/task/18084/stat : 18084 (java) S 18080 18082 17618 0 -1 64 3381 0 0 0 8 1 0 0 17 0 12 0 166494581 933773312 26704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18085] ppid=18080 vsize=911888 CPUtime=0.08
/proc/18082/task/18085/stat : 18085 (java) S 18080 18082 17618 0 -1 64 1606 0 0 0 8 0 0 0 17 0 12 0 166494581 933773312 26704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18086] ppid=18080 vsize=911888 CPUtime=0
/proc/18082/task/18086/stat : 18086 (java) S 18080 18082 17618 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 166494584 933773312 26704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18087] ppid=18080 vsize=911888 CPUtime=0
/proc/18082/task/18087/stat : 18087 (java) S 18080 18082 17618 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166494584 933773312 26704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18088] ppid=18080 vsize=911888 CPUtime=0
/proc/18082/task/18088/stat : 18088 (java) S 18080 18082 17618 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166494584 933773312 26704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18089] ppid=18080 vsize=911888 CPUtime=0
/proc/18082/task/18089/stat : 18089 (java) S 18080 18082 17618 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166494588 933773312 26704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18090] ppid=18080 vsize=911888 CPUtime=0
/proc/18082/task/18090/stat : 18090 (java) S 18080 18082 17618 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166494588 933773312 26704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18091] ppid=18080 vsize=911888 CPUtime=0.85
/proc/18082/task/18091/stat : 18091 (java) S 18080 18082 17618 0 -1 64 3080 0 0 0 84 1 0 0 16 0 12 0 166494588 933773312 26704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18092] ppid=18080 vsize=911888 CPUtime=0.57
/proc/18082/task/18092/stat : 18092 (java) R 18080 18082 17618 0 -1 64 888 0 0 0 57 0 0 0 16 0 12 0 166494588 933773312 26704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4151168624 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18093] ppid=18080 vsize=911888 CPUtime=0
/proc/18082/task/18093/stat : 18093 (java) S 18080 18082 17618 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166494588 933773312 26704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18094] ppid=18080 vsize=911888 CPUtime=0
/proc/18082/task/18094/stat : 18094 (java) S 18080 18082 17618 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166494588 933773312 26704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 911888

[startup+6.28355 s]
/proc/loadavg: 1.98 2.04 2.05 3/99 18094
/proc/meminfo: memFree=1479984/2055920 swapFree=4174172/4192956
[pid=18082] ppid=18080 vsize=914544 CPUtime=6.37
/proc/18082/stat : 18082 (java) R 18080 18082 17618 0 -1 0 40141 0 1 0 619 18 0 0 25 0 12 0 166494578 936493056 36799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054221326 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18082/statm: 228636 36799 2479 14 0 215073 0
[pid=18082/tid=18084] ppid=18080 vsize=914544 CPUtime=0.34
/proc/18082/task/18084/stat : 18084 (java) S 18080 18082 17618 0 -1 64 7919 0 0 0 32 2 0 0 16 0 12 0 166494581 936493056 36799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18085] ppid=18080 vsize=914544 CPUtime=0.37
/proc/18082/task/18085/stat : 18085 (java) S 18080 18082 17618 0 -1 64 6877 0 0 0 35 2 0 0 16 0 12 0 166494581 936493056 36799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18086] ppid=18080 vsize=914544 CPUtime=0
/proc/18082/task/18086/stat : 18086 (java) S 18080 18082 17618 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 166494584 936493056 36799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18087] ppid=18080 vsize=914544 CPUtime=0
/proc/18082/task/18087/stat : 18087 (java) S 18080 18082 17618 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166494584 936493056 36799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18088] ppid=18080 vsize=914544 CPUtime=0
/proc/18082/task/18088/stat : 18088 (java) S 18080 18082 17618 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166494584 936493056 36799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18089] ppid=18080 vsize=914544 CPUtime=0
/proc/18082/task/18089/stat : 18089 (java) S 18080 18082 17618 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166494588 936493056 36799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18090] ppid=18080 vsize=914544 CPUtime=0
/proc/18082/task/18090/stat : 18090 (java) S 18080 18082 17618 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166494588 936493056 36799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18091] ppid=18080 vsize=914544 CPUtime=1.22
/proc/18082/task/18091/stat : 18091 (java) S 18080 18082 17618 0 -1 64 4348 0 0 0 120 2 0 0 16 0 12 0 166494588 936493056 36799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18092] ppid=18080 vsize=914544 CPUtime=0.63
/proc/18082/task/18092/stat : 18092 (java) S 18080 18082 17618 0 -1 64 892 0 0 0 63 0 0 0 16 0 12 0 166494588 936493056 36799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18093] ppid=18080 vsize=914544 CPUtime=0
/proc/18082/task/18093/stat : 18093 (java) S 18080 18082 17618 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166494588 936493056 36799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18094] ppid=18080 vsize=914544 CPUtime=0
/proc/18082/task/18094/stat : 18094 (java) S 18080 18082 17618 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166494588 936493056 36799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 914544

[startup+12.7775 s]
/proc/loadavg: 2.06 2.05 2.05 5/99 18094
/proc/meminfo: memFree=1406256/2055920 swapFree=4174172/4192956
[pid=18082] ppid=18080 vsize=914160 CPUtime=12.9
/proc/18082/stat : 18082 (java) R 18080 18082 17618 0 -1 0 58316 0 1 0 1264 26 0 0 25 0 12 0 166494578 936099840 54269 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054245102 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18082/statm: 228540 54269 2479 14 0 214977 0
[pid=18082/tid=18084] ppid=18080 vsize=914160 CPUtime=0.97
/proc/18082/task/18084/stat : 18084 (java) S 18080 18082 17618 0 -1 64 14953 0 0 0 92 5 0 0 16 0 12 0 166494581 936099840 54269 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18085] ppid=18080 vsize=914160 CPUtime=0.96
/proc/18082/task/18085/stat : 18085 (java) S 18080 18082 17618 0 -1 64 17997 0 0 0 89 7 0 0 16 0 12 0 166494581 936099840 54269 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18086] ppid=18080 vsize=914160 CPUtime=0.01
/proc/18082/task/18086/stat : 18086 (java) S 18080 18082 17618 0 -1 64 13 0 0 0 1 0 0 0 16 0 12 0 166494584 936099840 54269 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18087] ppid=18080 vsize=914160 CPUtime=0
/proc/18082/task/18087/stat : 18087 (java) S 18080 18082 17618 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166494584 936099840 54269 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18088] ppid=18080 vsize=914160 CPUtime=0
/proc/18082/task/18088/stat : 18088 (java) S 18080 18082 17618 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166494584 936099840 54269 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18089] ppid=18080 vsize=914160 CPUtime=0
/proc/18082/task/18089/stat : 18089 (java) S 18080 18082 17618 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166494588 936099840 54269 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18090] ppid=18080 vsize=914160 CPUtime=0
/proc/18082/task/18090/stat : 18090 (java) S 18080 18082 17618 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166494588 936099840 54269 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18091] ppid=18080 vsize=914160 CPUtime=1.27
/proc/18082/task/18091/stat : 18091 (java) S 18080 18082 17618 0 -1 64 4348 0 0 0 125 2 0 0 16 0 12 0 166494588 936099840 54269 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18092] ppid=18080 vsize=914160 CPUtime=0.67
/proc/18082/task/18092/stat : 18092 (java) S 18080 18082 17618 0 -1 64 892 0 0 0 67 0 0 0 17 0 12 0 166494588 936099840 54269 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18093] ppid=18080 vsize=914160 CPUtime=0
/proc/18082/task/18093/stat : 18093 (java) S 18080 18082 17618 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166494588 936099840 54269 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18094] ppid=18080 vsize=914160 CPUtime=0
/proc/18082/task/18094/stat : 18094 (java) S 18080 18082 17618 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166494588 936099840 54269 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.9
Current children cumulated vsize (KiB) 914160

[startup+25.5947 s]
/proc/loadavg: 2.21 2.09 2.06 3/99 18094
/proc/meminfo: memFree=1294640/2055920 swapFree=4174172/4192956
[pid=18082] ppid=18080 vsize=910800 CPUtime=25.63
/proc/18082/stat : 18082 (java) R 18080 18082 17618 0 -1 0 87473 0 1 0 2526 37 0 0 25 0 12 0 166494578 932659200 82541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054421432 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18082/statm: 227700 82541 2479 14 0 214137 0
[pid=18082/tid=18084] ppid=18080 vsize=910800 CPUtime=1.85
/proc/18082/task/18084/stat : 18084 (java) S 18080 18082 17618 0 -1 64 26765 0 0 0 175 10 0 0 16 0 12 0 166494581 932659200 82541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18085] ppid=18080 vsize=910800 CPUtime=1.93
/proc/18082/task/18085/stat : 18085 (java) S 18080 18082 17618 0 -1 64 35301 0 0 0 181 12 0 0 16 0 12 0 166494581 932659200 82541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18086] ppid=18080 vsize=910800 CPUtime=0.01
/proc/18082/task/18086/stat : 18086 (java) S 18080 18082 17618 0 -1 64 15 0 0 0 1 0 0 0 15 0 12 0 166494584 932659200 82541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18087] ppid=18080 vsize=910800 CPUtime=0
/proc/18082/task/18087/stat : 18087 (java) S 18080 18082 17618 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166494584 932659200 82541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18088] ppid=18080 vsize=910800 CPUtime=0
/proc/18082/task/18088/stat : 18088 (java) S 18080 18082 17618 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166494584 932659200 82541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18089] ppid=18080 vsize=910800 CPUtime=0
/proc/18082/task/18089/stat : 18089 (java) S 18080 18082 17618 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166494588 932659200 82541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18090] ppid=18080 vsize=910800 CPUtime=0
/proc/18082/task/18090/stat : 18090 (java) S 18080 18082 17618 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166494588 932659200 82541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18091] ppid=18080 vsize=910800 CPUtime=1.39
/proc/18082/task/18091/stat : 18091 (java) S 18080 18082 17618 0 -1 64 4358 0 0 0 137 2 0 0 17 0 12 0 166494588 932659200 82541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18092] ppid=18080 vsize=910800 CPUtime=0.71
/proc/18082/task/18092/stat : 18092 (java) S 18080 18082 17618 0 -1 64 892 0 0 0 71 0 0 0 16 0 12 0 166494588 932659200 82541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18093] ppid=18080 vsize=910800 CPUtime=0
/proc/18082/task/18093/stat : 18093 (java) S 18080 18082 17618 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166494588 932659200 82541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18094] ppid=18080 vsize=910800 CPUtime=0
/proc/18082/task/18094/stat : 18094 (java) S 18080 18082 17618 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166494588 932659200 82541 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.63
Current children cumulated vsize (KiB) 910800

[startup+51.2063 s]
/proc/loadavg: 2.43 2.14 2.08 3/99 18094
/proc/meminfo: memFree=1054000/2055920 swapFree=4174172/4192956
[pid=18082] ppid=18080 vsize=913904 CPUtime=51.44
/proc/18082/stat : 18082 (java) R 18080 18082 17618 0 -1 0 148325 0 1 0 5084 60 0 0 25 0 12 0 166494578 935837696 141593 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054486792 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18082/statm: 228476 141593 2481 14 0 214913 0
[pid=18082/tid=18084] ppid=18080 vsize=913904 CPUtime=3.94
/proc/18082/task/18084/stat : 18084 (java) S 18080 18082 17618 0 -1 64 56144 0 0 0 372 22 0 0 16 0 12 0 166494581 935837696 141593 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18085] ppid=18080 vsize=913904 CPUtime=4.19
/proc/18082/task/18085/stat : 18085 (java) S 18080 18082 17618 0 -1 64 64540 0 0 0 397 22 0 0 16 0 12 0 166494581 935837696 141593 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18086] ppid=18080 vsize=913904 CPUtime=0.02

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

/proc/18082/task/18088/stat : 18088 (java) S 18080 18082 17618 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166494584 935837696 141593 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18089] ppid=18080 vsize=913904 CPUtime=0
/proc/18082/task/18089/stat : 18089 (java) S 18080 18082 17618 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166494588 935837696 141593 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18090] ppid=18080 vsize=913904 CPUtime=0
/proc/18082/task/18090/stat : 18090 (java) S 18080 18082 17618 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166494588 935837696 141593 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18091] ppid=18080 vsize=913904 CPUtime=1.74
/proc/18082/task/18091/stat : 18091 (java) S 18080 18082 17618 0 -1 64 6172 0 0 0 172 2 0 0 17 0 12 0 166494588 935837696 141593 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18092] ppid=18080 vsize=913904 CPUtime=0.97
/proc/18082/task/18092/stat : 18092 (java) S 18080 18082 17618 0 -1 64 1258 0 0 0 97 0 0 0 16 0 12 0 166494588 935837696 141593 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18093] ppid=18080 vsize=913904 CPUtime=0
/proc/18082/task/18093/stat : 18093 (java) S 18080 18082 17618 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166494588 935837696 141593 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18094] ppid=18080 vsize=913904 CPUtime=0
/proc/18082/task/18094/stat : 18094 (java) S 18080 18082 17618 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166494588 935837696 141593 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.44
Current children cumulated vsize (KiB) 913904

[startup+102.459 s]
/proc/loadavg: 2.57 2.21 2.11 4/99 18094
/proc/meminfo: memFree=874288/2055920 swapFree=4174172/4192956
[pid=18082] ppid=18080 vsize=912444 CPUtime=102.79
/proc/18082/stat : 18082 (java) R 18080 18082 17618 0 -1 0 195543 0 1 0 10204 75 0 0 25 0 12 0 166494578 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18082/statm: 228111 186394 2482 14 0 214548 0
[pid=18082/tid=18084] ppid=18080 vsize=912444 CPUtime=5.51
/proc/18082/task/18084/stat : 18084 (java) S 18080 18082 17618 0 -1 64 79775 0 0 0 522 29 0 0 16 0 12 0 166494581 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18085] ppid=18080 vsize=912444 CPUtime=6.45
/proc/18082/task/18085/stat : 18085 (java) S 18080 18082 17618 0 -1 64 84856 0 0 0 616 29 0 0 16 0 12 0 166494581 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18086] ppid=18080 vsize=912444 CPUtime=25.31
/proc/18082/task/18086/stat : 18086 (java) R 18080 18082 17618 0 -1 64 3223 0 0 0 2529 2 0 0 17 0 12 0 166494584 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154922620 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18087] ppid=18080 vsize=912444 CPUtime=0
/proc/18082/task/18087/stat : 18087 (java) S 18080 18082 17618 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166494584 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18088] ppid=18080 vsize=912444 CPUtime=0
/proc/18082/task/18088/stat : 18088 (java) S 18080 18082 17618 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166494584 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18089] ppid=18080 vsize=912444 CPUtime=0
/proc/18082/task/18089/stat : 18089 (java) S 18080 18082 17618 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166494588 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18090] ppid=18080 vsize=912444 CPUtime=0
/proc/18082/task/18090/stat : 18090 (java) S 18080 18082 17618 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166494588 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18091] ppid=18080 vsize=912444 CPUtime=1.77
/proc/18082/task/18091/stat : 18091 (java) S 18080 18082 17618 0 -1 64 6172 0 0 0 175 2 0 0 17 0 12 0 166494588 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18092] ppid=18080 vsize=912444 CPUtime=0.99
/proc/18082/task/18092/stat : 18092 (java) S 18080 18082 17618 0 -1 64 1258 0 0 0 99 0 0 0 16 0 12 0 166494588 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18093] ppid=18080 vsize=912444 CPUtime=0
/proc/18082/task/18093/stat : 18093 (java) S 18080 18082 17618 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166494588 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18094] ppid=18080 vsize=912444 CPUtime=0
/proc/18082/task/18094/stat : 18094 (java) S 18080 18082 17618 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166494588 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.79
Current children cumulated vsize (KiB) 912444

[startup+162.469 s]
/proc/loadavg: 2.28 2.20 2.11 3/100 18095
/proc/meminfo: memFree=874344/2055920 swapFree=4174172/4192956
[pid=18082] ppid=18080 vsize=911440 CPUtime=162.72
/proc/18082/stat : 18082 (java) S 18080 18082 17618 0 -1 0 200959 0 1 0 16194 78 0 0 17 0 12 0 166494578 933314560 186266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18082/statm: 227860 186266 2482 14 0 214297 0
[pid=18082/tid=18084] ppid=18080 vsize=911440 CPUtime=5.51
/proc/18082/task/18084/stat : 18084 (java) S 18080 18082 17618 0 -1 64 79775 0 0 0 522 29 0 0 16 0 12 0 166494581 933314560 186266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18085] ppid=18080 vsize=911440 CPUtime=6.45
/proc/18082/task/18085/stat : 18085 (java) S 18080 18082 17618 0 -1 64 84856 0 0 0 616 29 0 0 16 0 12 0 166494581 933314560 186266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18086] ppid=18080 vsize=911440 CPUtime=83.81
/proc/18082/task/18086/stat : 18086 (java) R 18080 18082 17618 0 -1 64 8599 0 0 0 8376 5 0 0 25 0 12 0 166494584 933314560 186266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154454060 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18087] ppid=18080 vsize=911440 CPUtime=0
/proc/18082/task/18087/stat : 18087 (java) S 18080 18082 17618 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166494584 933314560 186266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18088] ppid=18080 vsize=911440 CPUtime=0
/proc/18082/task/18088/stat : 18088 (java) S 18080 18082 17618 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166494584 933314560 186266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18089] ppid=18080 vsize=911440 CPUtime=0
/proc/18082/task/18089/stat : 18089 (java) S 18080 18082 17618 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166494588 933314560 186266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18090] ppid=18080 vsize=911440 CPUtime=0
/proc/18082/task/18090/stat : 18090 (java) S 18080 18082 17618 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166494588 933314560 186266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18091] ppid=18080 vsize=911440 CPUtime=1.77
/proc/18082/task/18091/stat : 18091 (java) S 18080 18082 17618 0 -1 64 6172 0 0 0 175 2 0 0 17 0 12 0 166494588 933314560 186266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18092] ppid=18080 vsize=911440 CPUtime=0.99
/proc/18082/task/18092/stat : 18092 (java) S 18080 18082 17618 0 -1 64 1258 0 0 0 99 0 0 0 16 0 12 0 166494588 933314560 186266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18093] ppid=18080 vsize=911440 CPUtime=0
/proc/18082/task/18093/stat : 18093 (java) S 18080 18082 17618 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166494588 933314560 186266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18094] ppid=18080 vsize=911440 CPUtime=0
/proc/18082/task/18094/stat : 18094 (java) S 18080 18082 17618 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166494588 933314560 186266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.72
Current children cumulated vsize (KiB) 911440

[startup+222.475 s]
/proc/loadavg: 2.10 2.16 2.10 4/100 18095
/proc/meminfo: memFree=874344/2055920 swapFree=4174172/4192956
[pid=18082] ppid=18080 vsize=912444 CPUtime=222.67
/proc/18082/stat : 18082 (java) S 18080 18082 17618 0 -1 0 206869 0 1 0 22185 82 0 0 17 0 12 0 166494578 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18082/statm: 228111 186394 2482 14 0 214548 0
[pid=18082/tid=18084] ppid=18080 vsize=912444 CPUtime=5.51
/proc/18082/task/18084/stat : 18084 (java) S 18080 18082 17618 0 -1 64 79775 0 0 0 522 29 0 0 16 0 12 0 166494581 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18085] ppid=18080 vsize=912444 CPUtime=6.45
/proc/18082/task/18085/stat : 18085 (java) S 18080 18082 17618 0 -1 64 84856 0 0 0 616 29 0 0 16 0 12 0 166494581 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18086] ppid=18080 vsize=912444 CPUtime=143.67
/proc/18082/task/18086/stat : 18086 (java) R 18080 18082 17618 0 -1 64 14487 0 0 0 14359 8 0 0 25 0 12 0 166494584 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154631064 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18087] ppid=18080 vsize=912444 CPUtime=0
/proc/18082/task/18087/stat : 18087 (java) S 18080 18082 17618 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166494584 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18088] ppid=18080 vsize=912444 CPUtime=0
/proc/18082/task/18088/stat : 18088 (java) S 18080 18082 17618 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166494584 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18089] ppid=18080 vsize=912444 CPUtime=0
/proc/18082/task/18089/stat : 18089 (java) S 18080 18082 17618 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166494588 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18090] ppid=18080 vsize=912444 CPUtime=0
/proc/18082/task/18090/stat : 18090 (java) S 18080 18082 17618 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166494588 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18091] ppid=18080 vsize=912444 CPUtime=1.77
/proc/18082/task/18091/stat : 18091 (java) S 18080 18082 17618 0 -1 64 6172 0 0 0 175 2 0 0 17 0 12 0 166494588 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18092] ppid=18080 vsize=912444 CPUtime=0.99
/proc/18082/task/18092/stat : 18092 (java) S 18080 18082 17618 0 -1 64 1258 0 0 0 99 0 0 0 16 0 12 0 166494588 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18093] ppid=18080 vsize=912444 CPUtime=0
/proc/18082/task/18093/stat : 18093 (java) S 18080 18082 17618 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166494588 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18094] ppid=18080 vsize=912444 CPUtime=0
/proc/18082/task/18094/stat : 18094 (java) S 18080 18082 17618 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166494588 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.67
Current children cumulated vsize (KiB) 912444

[startup+282.573 s]
/proc/loadavg: 2.04 2.13 2.09 3/100 18095
/proc/meminfo: memFree=874344/2055920 swapFree=4174172/4192956
[pid=18082] ppid=18080 vsize=912444 CPUtime=282.71
/proc/18082/stat : 18082 (java) S 18080 18082 17618 0 -1 0 212780 0 1 0 28186 85 0 0 17 0 12 0 166494578 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18082/statm: 228111 186394 2482 14 0 214548 0
[pid=18082/tid=18084] ppid=18080 vsize=912444 CPUtime=5.51
/proc/18082/task/18084/stat : 18084 (java) S 18080 18082 17618 0 -1 64 79775 0 0 0 522 29 0 0 16 0 12 0 166494581 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18085] ppid=18080 vsize=912444 CPUtime=6.45
/proc/18082/task/18085/stat : 18085 (java) S 18080 18082 17618 0 -1 64 84856 0 0 0 616 29 0 0 16 0 12 0 166494581 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18086] ppid=18080 vsize=912444 CPUtime=203.71
/proc/18082/task/18086/stat : 18086 (java) R 18080 18082 17618 0 -1 64 20375 0 0 0 20360 11 0 0 25 0 12 0 166494584 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154921404 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18087] ppid=18080 vsize=912444 CPUtime=0
/proc/18082/task/18087/stat : 18087 (java) S 18080 18082 17618 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166494584 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18088] ppid=18080 vsize=912444 CPUtime=0
/proc/18082/task/18088/stat : 18088 (java) S 18080 18082 17618 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166494584 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18089] ppid=18080 vsize=912444 CPUtime=0
/proc/18082/task/18089/stat : 18089 (java) S 18080 18082 17618 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166494588 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18090] ppid=18080 vsize=912444 CPUtime=0
/proc/18082/task/18090/stat : 18090 (java) S 18080 18082 17618 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166494588 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18091] ppid=18080 vsize=912444 CPUtime=1.77
/proc/18082/task/18091/stat : 18091 (java) S 18080 18082 17618 0 -1 64 6172 0 0 0 175 2 0 0 17 0 12 0 166494588 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18092] ppid=18080 vsize=912444 CPUtime=0.99
/proc/18082/task/18092/stat : 18092 (java) S 18080 18082 17618 0 -1 64 1258 0 0 0 99 0 0 0 16 0 12 0 166494588 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18093] ppid=18080 vsize=912444 CPUtime=0
/proc/18082/task/18093/stat : 18093 (java) S 18080 18082 17618 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166494588 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18094] ppid=18080 vsize=912444 CPUtime=0
/proc/18082/task/18094/stat : 18094 (java) S 18080 18082 17618 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166494588 934342656 186394 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.71
Current children cumulated vsize (KiB) 912444

[startup+342.573 s]
/proc/loadavg: 2.01 2.10 2.08 3/100 18095
/proc/meminfo: memFree=874664/2055920 swapFree=4174172/4192956
[pid=18082] ppid=18080 vsize=911440 CPUtime=342.64
/proc/18082/stat : 18082 (java) S 18080 18082 17618 0 -1 0 218563 0 1 0 34176 88 0 0 17 0 12 0 166494578 933314560 186266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18082/statm: 227860 186266 2482 14 0 214297 0
[pid=18082/tid=18084] ppid=18080 vsize=911440 CPUtime=5.51
/proc/18082/task/18084/stat : 18084 (java) S 18080 18082 17618 0 -1 64 79775 0 0 0 522 29 0 0 16 0 12 0 166494581 933314560 186266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18085] ppid=18080 vsize=911440 CPUtime=6.45
/proc/18082/task/18085/stat : 18085 (java) S 18080 18082 17618 0 -1 64 84856 0 0 0 616 29 0 0 16 0 12 0 166494581 933314560 186266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18086] ppid=18080 vsize=911440 CPUtime=263.63
/proc/18082/task/18086/stat : 18086 (java) R 18080 18082 17618 0 -1 64 26135 0 0 0 26349 14 0 0 25 0 12 0 166494584 933314560 186266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154454033 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18087] ppid=18080 vsize=911440 CPUtime=0
/proc/18082/task/18087/stat : 18087 (java) S 18080 18082 17618 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166494584 933314560 186266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18088] ppid=18080 vsize=911440 CPUtime=0
/proc/18082/task/18088/stat : 18088 (java) S 18080 18082 17618 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166494584 933314560 186266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18089] ppid=18080 vsize=911440 CPUtime=0
/proc/18082/task/18089/stat : 18089 (java) S 18080 18082 17618 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166494588 933314560 186266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18090] ppid=18080 vsize=911440 CPUtime=0
/proc/18082/task/18090/stat : 18090 (java) S 18080 18082 17618 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166494588 933314560 186266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18091] ppid=18080 vsize=911440 CPUtime=1.77
/proc/18082/task/18091/stat : 18091 (java) S 18080 18082 17618 0 -1 64 6172 0 0 0 175 2 0 0 17 0 12 0 166494588 933314560 186266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18092] ppid=18080 vsize=911440 CPUtime=0.99
/proc/18082/task/18092/stat : 18092 (java) S 18080 18082 17618 0 -1 64 1258 0 0 0 99 0 0 0 16 0 12 0 166494588 933314560 186266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18082/tid=18093] ppid=18080 vsize=911440 CPUtime=0
/proc/18082/task/18093/stat : 18093 (java) S 18080 18082 17618 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166494588 933314560 186266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18082/tid=18094] ppid=18080 vsize=911440 CPUtime=0
/proc/18082/task/18094/stat : 18094 (java) S 18080 18082 17618 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166494588 933314560 186266 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.64
Current children cumulated vsize (KiB) 911440

Child status: 1
Real time (s): 382.341
CPU time (s): 382.386
CPU user time (s): 381.365
CPU system time (s): 1.02084
CPU usage (%): 100.012
Max. virtual memory (cumulated for all children) (KiB): 915672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 381.365
system time used= 1.02084
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222304
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= 10362
involuntary context switches= 7635

runsolver used 0.483926 s user time and 1.22981 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Sun Jan  7 14:43:17 UTC 2007


IDJOB= 207306
IDBENCH= 4282
FILE ID= node15/207306-1168180997

PBS_JOBID= 3478885

Free space on /tmp= 66326 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/test01-04/test02/test02-0250-0.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/207306-1168180997/sat4jCSP-bf3-cached.jar /tmp/evaluation/207306-1168180997/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-207306-1168180997 -o ROOT/results/node15/solver-207306-1168180997 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/207306-1168180997/sat4jCSP-bf3-cached.jar /tmp/evaluation/207306-1168180997/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  5a03054d1c275a5e16854c3532ad4cb9

RANDOM SEED= 480215248

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.276
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.276
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:       1612136 kB
Buffers:         63072 kB
Cached:         242716 kB
SwapCached:       6400 kB
Active:         178656 kB
Inactive:       209128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1612136 kB
SwapTotal:     4192956 kB
SwapFree:      4174172 kB
Dirty:            2816 kB
Writeback:           0 kB
Mapped:          92612 kB
Slab:            40644 kB
Committed_AS:  4726824 kB
PageTables:       2472 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= 66326 MiB



End job on node15 on Sun Jan  7 14:49:40 UTC 2007