Trace number 201443

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jCSP 1.7 RC BF3? 874.417 878.047

General information on the benchmark

Namefapp/fapp11-15/fapp11/
fapp11-1000-2.xml
MD5SUM69b107b4e08702b8ad8f64aec9f1ccc3
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 benchmark6.05308
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables1000
Number of constraints15032
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15032
Global constraints used (with number of constraints)

Solver Data (download as text)

0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.23	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.23	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.24	c version CSP COMPETITION BUGFIX 3
0.24	c sun.arch.data.model	32
0.24	c java.version	1.5.0_10
0.24	c os.name	Linux
0.24	c os.version	2.6.9-22.EL.rootsmp
0.24	c os.arch	i386
0.24	c Free memory 722620888
0.24	c Max memory 723845120
0.24	c Total memory 723845120
0.24	c Number of processors 2
0.33	c --- Begin Solver configuration ---
0.33	c Stops conflict analysis at the first Unique Implication Point
0.33	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.33	c Learn all clauses as in MiniSAT
0.33	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33	c VSIDS like heuristics from MiniSAT using a heap
0.33	c No reason simplification
0.33	c --- End Solver configuration ---
0.33	c solving /tmp/evaluation/201443-1168147779/unknown.xml
0.33	c reading problem ... 
0.58	c reading problem named ?
0.58	c reading domains done.
0.92	c reading variables
c reading variables (1000) done.
2.06	c reading predicates 
c reading relations (9) done.
2.26	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
877.14	c starts		: 0
877.14	c conflicts		: 0
877.14	c decisions		: 0
877.14	c propagations		: 0
877.14	c inspects		: 0
877.14	c learnt literals	: 0
877.14	c learnt binary clauses	: 0
877.14	c learnt ternary clauses	: 0
877.14	c learnt clauses	: 0
877.14	c root simplifications	: 0
877.14	c removed literals (reason simplification)	: 0
877.14	c reason swapping (by a shorter reason)	: 0
877.14	c Calls to reduceDB	: 0
877.14	c speed (decisions/second)	: 0.0
877.14	c non guided choices	0
877.14	s UNKNOWN
877.14	c Total wall clock time (in seconds) : 872.87
877.14	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/node3/watcher-201443-1168147779 -o ROOT/results/node3/solver-201443-1168147779 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201443-1168147779/sat4jCSP-bf3.jar /tmp/evaluation/201443-1168147779/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.10 2.07 2.01 4/94 21607
/proc/meminfo: memFree=1032608/2055920 swapFree=4192812/4192956
[pid=21606] ppid=21604 vsize=172 CPUtime=0
/proc/21606/stat : 21606 (java) R 21604 21606 20610 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 163173546 176128 24 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 10924836 0 0 4096 0 0 0 0 17 0 0 0
/proc/21606/statm: 43 24 18 14 0 3 0

[startup+0.106554 s]
/proc/loadavg: 2.10 2.07 2.01 4/94 21607
/proc/meminfo: memFree=1032608/2055920 swapFree=4192812/4192956
[pid=21606] ppid=21604 vsize=50144 CPUtime=0
/proc/21606/stat : 21606 (java) D 21604 21606 20610 0 -1 0 1380 0 1 0 0 0 0 0 18 0 1 0 163173546 51347456 1145 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 0 0 0
/proc/21606/statm: 12536 1145 875 14 0 1707 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 50144

[startup+0.514619 s]
/proc/loadavg: 2.10 2.07 2.01 4/94 21607
/proc/meminfo: memFree=1032608/2055920 swapFree=4192812/4192956
[pid=21606] ppid=21604 vsize=905236 CPUtime=0.4
/proc/21606/stat : 21606 (java) R 21604 21606 20610 0 -1 0 5631 0 1 0 37 3 0 0 25 0 12 0 163173546 926961664 5226 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152786540 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21606/statm: 226309 5226 2184 14 0 212746 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 905236

[startup+1.33775 s]
/proc/loadavg: 2.10 2.07 2.01 4/105 21618
/proc/meminfo: memFree=1017352/2055920 swapFree=4192812/4192956
[pid=21606] ppid=21604 vsize=906592 CPUtime=1.22
/proc/21606/stat : 21606 (java) R 21604 21606 20610 0 -1 0 9729 0 1 0 117 5 0 0 25 0 12 0 163173546 928350208 8826 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21606/statm: 226648 8826 2316 14 0 213085 0
[pid=21606/tid=21608] ppid=21604 vsize=906592 CPUtime=0
/proc/21606/task/21608/stat : 21608 (java) S 21604 21606 20610 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 163173558 928350208 8826 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21609] ppid=21604 vsize=906592 CPUtime=0
/proc/21606/task/21609/stat : 21609 (java) S 21604 21606 20610 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 163173558 928350208 8826 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21610] ppid=21604 vsize=906592 CPUtime=0
/proc/21606/task/21610/stat : 21610 (java) S 21604 21606 20610 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 163173560 928350208 8826 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21611] ppid=21604 vsize=906592 CPUtime=0
/proc/21606/task/21611/stat : 21611 (java) S 21604 21606 20610 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 163173561 928350208 8826 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21612] ppid=21604 vsize=906592 CPUtime=0
/proc/21606/task/21612/stat : 21612 (java) S 21604 21606 20610 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 163173561 928350208 8826 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21613] ppid=21604 vsize=906592 CPUtime=0
/proc/21606/task/21613/stat : 21613 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163173564 928350208 8826 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21614] ppid=21604 vsize=906592 CPUtime=0
/proc/21606/task/21614/stat : 21614 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163173564 928350208 8826 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21615] ppid=21604 vsize=906592 CPUtime=0.35
/proc/21606/task/21615/stat : 21615 (java) S 21604 21606 20610 0 -1 64 1074 0 0 0 35 0 0 0 16 0 12 0 163173564 928350208 8826 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21616] ppid=21604 vsize=906592 CPUtime=0.25
/proc/21606/task/21616/stat : 21616 (java) R 21604 21606 20610 0 -1 64 664 0 0 0 25 0 0 0 16 0 12 0 163173564 928350208 8826 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154882811 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21617] ppid=21604 vsize=906592 CPUtime=0
/proc/21606/task/21617/stat : 21617 (java) S 21604 21606 20610 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 163173564 928350208 8826 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21618] ppid=21604 vsize=906592 CPUtime=0
/proc/21606/task/21618/stat : 21618 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163173564 928350208 8826 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 906592

[startup+2.99102 s]
/proc/loadavg: 2.10 2.07 2.01 3/105 21618
/proc/meminfo: memFree=909128/2055920 swapFree=4192812/4192956
[pid=21606] ppid=21604 vsize=912840 CPUtime=3.05
/proc/21606/stat : 21606 (java) R 21604 21606 20610 0 -1 0 36885 0 1 0 287 18 0 0 19 0 12 0 163173546 934748160 33888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054370016 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21606/statm: 228210 33888 2477 14 0 214647 0
[pid=21606/tid=21608] ppid=21604 vsize=912840 CPUtime=0.31
/proc/21606/task/21608/stat : 21608 (java) S 21604 21606 20610 0 -1 64 9500 0 0 0 26 5 0 0 16 0 12 0 163173558 934748160 33888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21609] ppid=21604 vsize=912840 CPUtime=0.21
/proc/21606/task/21609/stat : 21609 (java) S 21604 21606 20610 0 -1 64 3690 0 0 0 20 1 0 0 19 0 12 0 163173558 934748160 33888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21610] ppid=21604 vsize=912840 CPUtime=0
/proc/21606/task/21610/stat : 21610 (java) S 21604 21606 20610 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 163173560 934748160 33888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21611] ppid=21604 vsize=912840 CPUtime=0
/proc/21606/task/21611/stat : 21611 (java) S 21604 21606 20610 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163173561 934748160 33888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21612] ppid=21604 vsize=912840 CPUtime=0
/proc/21606/task/21612/stat : 21612 (java) S 21604 21606 20610 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 163173561 934748160 33888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21613] ppid=21604 vsize=912840 CPUtime=0
/proc/21606/task/21613/stat : 21613 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163173564 934748160 33888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21614] ppid=21604 vsize=912840 CPUtime=0
/proc/21606/task/21614/stat : 21614 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163173564 934748160 33888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21615] ppid=21604 vsize=912840 CPUtime=0.71
/proc/21606/task/21615/stat : 21615 (java) S 21604 21606 20610 0 -1 64 2193 0 0 0 71 0 0 0 16 0 12 0 163173564 934748160 33888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21616] ppid=21604 vsize=912840 CPUtime=0.52
/proc/21606/task/21616/stat : 21616 (java) S 21604 21606 20610 0 -1 64 1406 0 0 0 51 1 0 0 16 0 12 0 163173564 934748160 33888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21617] ppid=21604 vsize=912840 CPUtime=0
/proc/21606/task/21617/stat : 21617 (java) S 21604 21606 20610 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 163173564 934748160 33888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21618] ppid=21604 vsize=912840 CPUtime=0
/proc/21606/task/21618/stat : 21618 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163173564 934748160 33888 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 912840

[startup+6.28956 s]
/proc/loadavg: 2.09 2.06 2.01 3/105 21618
/proc/meminfo: memFree=884808/2055920 swapFree=4192812/4192956
[pid=21606] ppid=21604 vsize=912840 CPUtime=6.33
/proc/21606/stat : 21606 (java) R 21604 21606 20610 0 -1 0 45071 0 1 0 612 21 0 0 25 0 12 0 163173546 934748160 39564 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054242413 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21606/statm: 228210 39564 2479 14 0 214647 0
[pid=21606/tid=21608] ppid=21604 vsize=912840 CPUtime=0.39
/proc/21606/task/21608/stat : 21608 (java) S 21604 21606 20610 0 -1 64 11478 0 0 0 33 6 0 0 16 0 12 0 163173558 934748160 39564 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21609] ppid=21604 vsize=912840 CPUtime=0.32
/proc/21606/task/21609/stat : 21609 (java) S 21604 21606 20610 0 -1 64 7280 0 0 0 29 3 0 0 16 0 12 0 163173558 934748160 39564 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21610] ppid=21604 vsize=912840 CPUtime=0
/proc/21606/task/21610/stat : 21610 (java) S 21604 21606 20610 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 163173560 934748160 39564 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21611] ppid=21604 vsize=912840 CPUtime=0
/proc/21606/task/21611/stat : 21611 (java) S 21604 21606 20610 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163173561 934748160 39564 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21612] ppid=21604 vsize=912840 CPUtime=0
/proc/21606/task/21612/stat : 21612 (java) S 21604 21606 20610 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163173561 934748160 39564 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21613] ppid=21604 vsize=912840 CPUtime=0
/proc/21606/task/21613/stat : 21613 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163173564 934748160 39564 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21614] ppid=21604 vsize=912840 CPUtime=0
/proc/21606/task/21614/stat : 21614 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163173564 934748160 39564 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21615] ppid=21604 vsize=912840 CPUtime=1.31
/proc/21606/task/21615/stat : 21615 (java) S 21604 21606 20610 0 -1 64 4793 0 0 0 130 1 0 0 16 0 12 0 163173564 934748160 39564 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21616] ppid=21604 vsize=912840 CPUtime=0.65
/proc/21606/task/21616/stat : 21616 (java) S 21604 21606 20610 0 -1 64 1411 0 0 0 64 1 0 0 16 0 12 0 163173564 934748160 39564 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21617] ppid=21604 vsize=912840 CPUtime=0
/proc/21606/task/21617/stat : 21617 (java) S 21604 21606 20610 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 163173564 934748160 39564 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21618] ppid=21604 vsize=912840 CPUtime=0
/proc/21606/task/21618/stat : 21618 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163173564 934748160 39564 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 912840

[startup+12.7906 s]
/proc/loadavg: 2.16 2.08 2.01 3/105 21618
/proc/meminfo: memFree=860808/2055920 swapFree=4192812/4192956
[pid=21606] ppid=21604 vsize=913180 CPUtime=12.78
/proc/21606/stat : 21606 (java) R 21604 21606 20610 0 -1 0 51989 0 1 0 1253 25 0 0 25 0 12 0 163173546 935096320 45356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21606/statm: 228295 45356 2479 14 0 214732 0
[pid=21606/tid=21608] ppid=21604 vsize=913180 CPUtime=0.5
/proc/21606/task/21608/stat : 21608 (java) S 21604 21606 20610 0 -1 64 15663 0 0 0 42 8 0 0 16 0 12 0 163173558 935096320 45356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21609] ppid=21604 vsize=913180 CPUtime=0.42
/proc/21606/task/21609/stat : 21609 (java) S 21604 21606 20610 0 -1 64 9935 0 0 0 38 4 0 0 15 0 12 0 163173558 935096320 45356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21610] ppid=21604 vsize=913180 CPUtime=0.01
/proc/21606/task/21610/stat : 21610 (java) S 21604 21606 20610 0 -1 64 13 0 0 0 1 0 0 0 16 0 12 0 163173560 935096320 45356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21611] ppid=21604 vsize=913180 CPUtime=0
/proc/21606/task/21611/stat : 21611 (java) S 21604 21606 20610 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163173561 935096320 45356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21612] ppid=21604 vsize=913180 CPUtime=0
/proc/21606/task/21612/stat : 21612 (java) S 21604 21606 20610 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163173561 935096320 45356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21613] ppid=21604 vsize=913180 CPUtime=0
/proc/21606/task/21613/stat : 21613 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163173564 935096320 45356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21614] ppid=21604 vsize=913180 CPUtime=0
/proc/21606/task/21614/stat : 21614 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163173564 935096320 45356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21615] ppid=21604 vsize=913180 CPUtime=1.36
/proc/21606/task/21615/stat : 21615 (java) S 21604 21606 20610 0 -1 64 4795 0 0 0 135 1 0 0 16 0 12 0 163173564 935096320 45356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21616] ppid=21604 vsize=913180 CPUtime=0.88
/proc/21606/task/21616/stat : 21616 (java) R 21604 21606 20610 0 -1 64 1464 0 0 0 87 1 0 0 18 0 12 0 163173564 935096320 45356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151055784 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21617] ppid=21604 vsize=913180 CPUtime=0
/proc/21606/task/21617/stat : 21617 (java) S 21604 21606 20610 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 163173564 935096320 45356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21618] ppid=21604 vsize=913180 CPUtime=0
/proc/21606/task/21618/stat : 21618 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163173564 935096320 45356 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 913180

[startup+25.6785 s]
/proc/loadavg: 2.13 2.07 2.01 3/105 21618
/proc/meminfo: memFree=833288/2055920 swapFree=4192812/4192956
[pid=21606] ppid=21604 vsize=912840 CPUtime=25.6
/proc/21606/stat : 21606 (java) R 21604 21606 20610 0 -1 0 59424 0 1 0 2532 28 0 0 25 0 12 0 163173546 934748160 52718 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054296625 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21606/statm: 228210 52718 2479 14 0 214647 0
[pid=21606/tid=21608] ppid=21604 vsize=912840 CPUtime=0.58
/proc/21606/task/21608/stat : 21608 (java) S 21604 21606 20610 0 -1 64 18554 0 0 0 50 8 0 0 16 0 12 0 163173558 934748160 52718 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21609] ppid=21604 vsize=912840 CPUtime=0.52
/proc/21606/task/21609/stat : 21609 (java) S 21604 21606 20610 0 -1 64 14421 0 0 0 47 5 0 0 16 0 12 0 163173558 934748160 52718 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21610] ppid=21604 vsize=912840 CPUtime=0.01
/proc/21606/task/21610/stat : 21610 (java) S 21604 21606 20610 0 -1 64 14 0 0 0 1 0 0 0 15 0 12 0 163173560 934748160 52718 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21611] ppid=21604 vsize=912840 CPUtime=0
/proc/21606/task/21611/stat : 21611 (java) S 21604 21606 20610 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163173561 934748160 52718 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21612] ppid=21604 vsize=912840 CPUtime=0
/proc/21606/task/21612/stat : 21612 (java) S 21604 21606 20610 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163173561 934748160 52718 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21613] ppid=21604 vsize=912840 CPUtime=0
/proc/21606/task/21613/stat : 21613 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163173564 934748160 52718 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21614] ppid=21604 vsize=912840 CPUtime=0
/proc/21606/task/21614/stat : 21614 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163173564 934748160 52718 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21615] ppid=21604 vsize=912840 CPUtime=1.43
/proc/21606/task/21615/stat : 21615 (java) S 21604 21606 20610 0 -1 64 4802 0 0 0 142 1 0 0 16 0 12 0 163173564 934748160 52718 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21616] ppid=21604 vsize=912840 CPUtime=0.97
/proc/21606/task/21616/stat : 21616 (java) S 21604 21606 20610 0 -1 64 1488 0 0 0 96 1 0 0 17 0 12 0 163173564 934748160 52718 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21617] ppid=21604 vsize=912840 CPUtime=0
/proc/21606/task/21617/stat : 21617 (java) S 21604 21606 20610 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 163173564 934748160 52718 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21618] ppid=21604 vsize=912840 CPUtime=0
/proc/21606/task/21618/stat : 21618 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163173564 934748160 52718 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.6
Current children cumulated vsize (KiB) 912840

[startup+51.3367 s]
/proc/loadavg: 2.07 2.07 2.01 3/105 21694
/proc/meminfo: memFree=1471112/2055920 swapFree=4192812/4192956
[pid=21606] ppid=21604 vsize=912840 CPUtime=51.13
/proc/21606/stat : 21606 (java) R 21604 21606 20610 0 -1 0 75389 0 1 0 5074 39 0 0 25 0 12 0 163173546 934748160 68052 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054503059 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21606/statm: 228210 68052 2479 14 0 214647 0
[pid=21606/tid=21608] ppid=21604 vsize=912840 CPUtime=0.79
/proc/21606/task/21608/stat : 21608 (java) S 21604 21606 20610 0 -1 64 26054 0 0 0 67 12 0 0 16 0 12 0 163173558 934748160 68052 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21609] ppid=21604 vsize=912840 CPUtime=0.73
/proc/21606/task/21609/stat : 21609 (java) S 21604 21606 20610 0 -1 64 22849 0 0 0 64 9 0 0 15 0 12 0 163173558 934748160 68052 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21610] ppid=21604 vsize=912840 CPUtime=0.02

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

/proc/21606/task/21612/stat : 21612 (java) S 21604 21606 20610 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163173561 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21613] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21613/stat : 21613 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163173564 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21614] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21614/stat : 21614 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163173564 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21615] ppid=21604 vsize=916844 CPUtime=1.72
/proc/21606/task/21615/stat : 21615 (java) S 21604 21606 20610 0 -1 64 4816 0 0 0 171 1 0 0 17 0 12 0 163173564 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21616] ppid=21604 vsize=916844 CPUtime=1.33
/proc/21606/task/21616/stat : 21616 (java) S 21604 21606 20610 0 -1 64 1506 0 0 0 132 1 0 0 17 0 12 0 163173564 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21617] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21617/stat : 21617 (java) S 21604 21606 20610 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 163173564 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21618] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21618/stat : 21618 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163173564 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 520.65
Current children cumulated vsize (KiB) 916844

[startup+582.996 s]
/proc/loadavg: 2.12 2.28 2.13 3/105 21694
/proc/meminfo: memFree=394760/2055920 swapFree=4192812/4192956
[pid=21606] ppid=21604 vsize=912840 CPUtime=580.35
/proc/21606/stat : 21606 (java) S 21604 21606 20610 0 -1 0 582104 0 1 0 57684 351 0 0 15 0 12 0 163173546 934748160 186120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21606/statm: 228210 186120 2481 14 0 214647 0
[pid=21606/tid=21608] ppid=21604 vsize=912840 CPUtime=4.84
/proc/21606/task/21608/stat : 21608 (java) S 21604 21606 20610 0 -1 64 83259 0 0 0 447 37 0 0 16 0 12 0 163173558 934748160 186120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21609] ppid=21604 vsize=912840 CPUtime=4.95
/proc/21606/task/21609/stat : 21609 (java) S 21604 21606 20610 0 -1 64 84589 0 0 0 458 37 0 0 15 0 12 0 163173558 934748160 186120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21610] ppid=21604 vsize=912840 CPUtime=255.48
/proc/21606/task/21610/stat : 21610 (java) R 21604 21606 20610 0 -1 64 387094 0 0 0 25294 254 0 0 25 0 12 0 163173560 934748160 186120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152149505 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21611] ppid=21604 vsize=912840 CPUtime=0
/proc/21606/task/21611/stat : 21611 (java) S 21604 21606 20610 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163173561 934748160 186120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21612] ppid=21604 vsize=912840 CPUtime=0
/proc/21606/task/21612/stat : 21612 (java) S 21604 21606 20610 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163173561 934748160 186120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21613] ppid=21604 vsize=912840 CPUtime=0
/proc/21606/task/21613/stat : 21613 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163173564 934748160 186120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21614] ppid=21604 vsize=912840 CPUtime=0
/proc/21606/task/21614/stat : 21614 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163173564 934748160 186120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21615] ppid=21604 vsize=912840 CPUtime=1.72
/proc/21606/task/21615/stat : 21615 (java) S 21604 21606 20610 0 -1 64 4816 0 0 0 171 1 0 0 17 0 12 0 163173564 934748160 186120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21616] ppid=21604 vsize=912840 CPUtime=1.33
/proc/21606/task/21616/stat : 21616 (java) S 21604 21606 20610 0 -1 64 1506 0 0 0 132 1 0 0 17 0 12 0 163173564 934748160 186120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21617] ppid=21604 vsize=912840 CPUtime=0
/proc/21606/task/21617/stat : 21617 (java) S 21604 21606 20610 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 163173564 934748160 186120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21618] ppid=21604 vsize=912840 CPUtime=0
/proc/21606/task/21618/stat : 21618 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163173564 934748160 186120 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 580.35
Current children cumulated vsize (KiB) 912840

[startup+643.049 s]
/proc/loadavg: 2.11 2.23 2.12 3/105 21694
/proc/meminfo: memFree=362632/2055920 swapFree=4192812/4192956
[pid=21606] ppid=21604 vsize=916844 CPUtime=640.07
/proc/21606/stat : 21606 (java) S 21604 21606 20610 0 -1 0 681902 0 1 0 63589 418 0 0 16 0 12 0 163173546 938848256 186728 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21606/statm: 229211 186728 2481 14 0 215648 0
[pid=21606/tid=21608] ppid=21604 vsize=916844 CPUtime=4.84
/proc/21606/task/21608/stat : 21608 (java) S 21604 21606 20610 0 -1 64 83259 0 0 0 447 37 0 0 16 0 12 0 163173558 938848256 186728 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21609] ppid=21604 vsize=916844 CPUtime=4.95
/proc/21606/task/21609/stat : 21609 (java) S 21604 21606 20610 0 -1 64 84589 0 0 0 458 37 0 0 15 0 12 0 163173558 938848256 186728 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21610] ppid=21604 vsize=916844 CPUtime=314.94
/proc/21606/task/21610/stat : 21610 (java) R 21604 21606 20610 0 -1 64 486819 0 0 0 31173 321 0 0 25 0 12 0 163173560 938848256 186728 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154922886 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21611] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21611/stat : 21611 (java) S 21604 21606 20610 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163173561 938848256 186728 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21612] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21612/stat : 21612 (java) S 21604 21606 20610 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163173561 938848256 186728 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21613] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21613/stat : 21613 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163173564 938848256 186728 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21614] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21614/stat : 21614 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163173564 938848256 186728 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21615] ppid=21604 vsize=916844 CPUtime=1.72
/proc/21606/task/21615/stat : 21615 (java) S 21604 21606 20610 0 -1 64 4816 0 0 0 171 1 0 0 17 0 12 0 163173564 938848256 186728 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21616] ppid=21604 vsize=916844 CPUtime=1.33
/proc/21606/task/21616/stat : 21616 (java) S 21604 21606 20610 0 -1 64 1506 0 0 0 132 1 0 0 17 0 12 0 163173564 938848256 186728 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21617] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21617/stat : 21617 (java) S 21604 21606 20610 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 163173564 938848256 186728 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21618] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21618/stat : 21618 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163173564 938848256 186728 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 640.07
Current children cumulated vsize (KiB) 916844

[startup+703.097 s]
/proc/loadavg: 2.07 2.20 2.12 3/105 21694
/proc/meminfo: memFree=351624/2055920 swapFree=4192812/4192956
[pid=21606] ppid=21604 vsize=916844 CPUtime=699.79
/proc/21606/stat : 21606 (java) S 21604 21606 20610 0 -1 0 782971 0 1 0 69498 481 0 0 16 0 12 0 163173546 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21606/statm: 229211 186697 2481 14 0 215648 0
[pid=21606/tid=21608] ppid=21604 vsize=916844 CPUtime=4.84
/proc/21606/task/21608/stat : 21608 (java) S 21604 21606 20610 0 -1 64 83259 0 0 0 447 37 0 0 16 0 12 0 163173558 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21609] ppid=21604 vsize=916844 CPUtime=4.95
/proc/21606/task/21609/stat : 21609 (java) S 21604 21606 20610 0 -1 64 84589 0 0 0 458 37 0 0 15 0 12 0 163173558 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21610] ppid=21604 vsize=916844 CPUtime=374.47
/proc/21606/task/21610/stat : 21610 (java) R 21604 21606 20610 0 -1 64 587813 0 0 0 37063 384 0 0 25 0 12 0 163173560 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694518 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21611] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21611/stat : 21611 (java) S 21604 21606 20610 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163173561 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21612] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21612/stat : 21612 (java) S 21604 21606 20610 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163173561 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21613] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21613/stat : 21613 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163173564 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21614] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21614/stat : 21614 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163173564 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21615] ppid=21604 vsize=916844 CPUtime=1.72
/proc/21606/task/21615/stat : 21615 (java) S 21604 21606 20610 0 -1 64 4816 0 0 0 171 1 0 0 17 0 12 0 163173564 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21616] ppid=21604 vsize=916844 CPUtime=1.33
/proc/21606/task/21616/stat : 21616 (java) S 21604 21606 20610 0 -1 64 1506 0 0 0 132 1 0 0 17 0 12 0 163173564 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21617] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21617/stat : 21617 (java) S 21604 21606 20610 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 163173564 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21618] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21618/stat : 21618 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163173564 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 699.79
Current children cumulated vsize (KiB) 916844

[startup+763.155 s]
/proc/loadavg: 2.03 2.16 2.11 3/105 21800
/proc/meminfo: memFree=981640/2055920 swapFree=4192812/4192956
[pid=21606] ppid=21604 vsize=916844 CPUtime=759.63
/proc/21606/stat : 21606 (java) S 21604 21606 20610 0 -1 0 888038 0 1 0 75416 547 0 0 15 0 12 0 163173546 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21606/statm: 229211 186697 2481 14 0 215648 0
[pid=21606/tid=21608] ppid=21604 vsize=916844 CPUtime=4.84
/proc/21606/task/21608/stat : 21608 (java) S 21604 21606 20610 0 -1 64 83259 0 0 0 447 37 0 0 16 0 12 0 163173558 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21609] ppid=21604 vsize=916844 CPUtime=4.95
/proc/21606/task/21609/stat : 21609 (java) S 21604 21606 20610 0 -1 64 84589 0 0 0 458 37 0 0 15 0 12 0 163173558 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21610] ppid=21604 vsize=916844 CPUtime=434.18
/proc/21606/task/21610/stat : 21610 (java) R 21604 21606 20610 0 -1 64 692803 0 0 0 42968 450 0 0 25 0 12 0 163173560 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21611] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21611/stat : 21611 (java) S 21604 21606 20610 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163173561 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21612] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21612/stat : 21612 (java) S 21604 21606 20610 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163173561 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21613] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21613/stat : 21613 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163173564 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21614] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21614/stat : 21614 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163173564 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21615] ppid=21604 vsize=916844 CPUtime=1.72
/proc/21606/task/21615/stat : 21615 (java) S 21604 21606 20610 0 -1 64 4816 0 0 0 171 1 0 0 17 0 12 0 163173564 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21616] ppid=21604 vsize=916844 CPUtime=1.33
/proc/21606/task/21616/stat : 21616 (java) S 21604 21606 20610 0 -1 64 1506 0 0 0 132 1 0 0 17 0 12 0 163173564 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21617] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21617/stat : 21617 (java) S 21604 21606 20610 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 163173564 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21618] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21618/stat : 21618 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163173564 938848256 186697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 759.63
Current children cumulated vsize (KiB) 916844

[startup+823.179 s]
/proc/loadavg: 2.01 2.13 2.09 3/105 21800
/proc/meminfo: memFree=939976/2055920 swapFree=4192812/4192956
[pid=21606] ppid=21604 vsize=916844 CPUtime=819.63
/proc/21606/stat : 21606 (java) S 21604 21606 20610 0 -1 0 990456 0 1 0 81351 612 0 0 15 0 12 0 163173546 938848256 186696 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21606/statm: 229211 186696 2481 14 0 215648 0
[pid=21606/tid=21608] ppid=21604 vsize=916844 CPUtime=4.84
/proc/21606/task/21608/stat : 21608 (java) S 21604 21606 20610 0 -1 64 83259 0 0 0 447 37 0 0 16 0 12 0 163173558 938848256 186696 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21609] ppid=21604 vsize=916844 CPUtime=4.95
/proc/21606/task/21609/stat : 21609 (java) S 21604 21606 20610 0 -1 64 84589 0 0 0 458 37 0 0 15 0 12 0 163173558 938848256 186696 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21610] ppid=21604 vsize=916844 CPUtime=494.14
/proc/21606/task/21610/stat : 21610 (java) R 21604 21606 20610 0 -1 64 795145 0 0 0 48899 515 0 0 25 0 12 0 163173560 938848256 186696 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681618 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21611] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21611/stat : 21611 (java) S 21604 21606 20610 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163173561 938848256 186696 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21612] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21612/stat : 21612 (java) S 21604 21606 20610 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163173561 938848256 186696 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21613] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21613/stat : 21613 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163173564 938848256 186696 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21614] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21614/stat : 21614 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163173564 938848256 186696 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21615] ppid=21604 vsize=916844 CPUtime=1.72
/proc/21606/task/21615/stat : 21615 (java) S 21604 21606 20610 0 -1 64 4816 0 0 0 171 1 0 0 17 0 12 0 163173564 938848256 186696 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21616] ppid=21604 vsize=916844 CPUtime=1.33
/proc/21606/task/21616/stat : 21616 (java) S 21604 21606 20610 0 -1 64 1506 0 0 0 132 1 0 0 17 0 12 0 163173564 938848256 186696 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21606/tid=21617] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21617/stat : 21617 (java) S 21604 21606 20610 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 163173564 938848256 186696 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21606/tid=21618] ppid=21604 vsize=916844 CPUtime=0
/proc/21606/task/21618/stat : 21618 (java) S 21604 21606 20610 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163173564 938848256 186696 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 819.63
Current children cumulated vsize (KiB) 916844

Child status: 1
Real time (s): 878.047
CPU time (s): 874.417
CPU user time (s): 867.612
CPU system time (s): 6.80496
CPU usage (%): 99.5866
Max. virtual memory (cumulated for all children) (KiB): 918848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 867.612
system time used= 6.80497
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1079643
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= 25744
involuntary context switches= 44600

runsolver used 1.03984 s user time and 2.90756 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Sun Jan  7 05:29:39 UTC 2007


IDJOB= 201443
IDBENCH= 3763
FILE ID= node3/201443-1168147779

PBS_JOBID= 3477879

Free space on /tmp= 66547 MiB

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

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  69b107b4e08702b8ad8f64aec9f1ccc3

RANDOM SEED= 780077631

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.279
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.279
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:       1033024 kB
Buffers:         14120 kB
Cached:         118480 kB
SwapCached:          0 kB
Active:         894116 kB
Inactive:        66116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1033024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4500 kB
Writeback:           0 kB
Mapped:         854500 kB
Slab:            45876 kB
Committed_AS:  4905224 kB
PageTables:       3628 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= 66544 MiB



End job on node3 on Sun Jan  7 05:44:19 UTC 2007