Trace number 2077708

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT4J CSP 2.1.1? 84.0532 87.1639

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-15-02.xml
MD5SUM8660d807b54cabaedc95a56678840d7e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.73728
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of constraints944
Maximum constraint arity30
Maximum domain size26
Number of constraints which are defined in extension80
Number of constraints which are defined in intension864
Global constraints used (with number of constraints)

Solver Data

0.08/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.16	c See www.sat4j.org for details.
0.08/0.16	c That software uses the Rhino library from the Mozilla project.
0.08/0.18	c version 2.1.1.v20090622
0.08/0.18	c sun.arch.data.model	32
0.08/0.18	c java.version	1.6.0_12
0.08/0.18	c os.name	Linux
0.08/0.18	c os.version	2.6.9-22.EL.rootsmp
0.08/0.18	c os.arch	i386
0.08/0.18	c Free memory 671000808
0.08/0.18	c Max memory 672137216
0.08/0.18	c Total memory 672137216
0.08/0.18	c Number of processors 2
0.16/0.27	c c --- Begin Solver configuration ---
0.16/0.27	c Stops conflict analysis at the first Unique Implication Point
0.16/0.27	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.16/0.27	c Learn all clauses as in MiniSAT
0.16/0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.27	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.16/0.27	c Expensive reason simplification
0.16/0.27	c MiniSAT restarts strategy
0.16/0.27	c Memory based learned constraints deletion strategy
0.16/0.27	c timeout=2147483s
0.16/0.27	c DB Simplification allowed=false
0.16/0.27	c --- End Solver configuration ---
0.16/0.27	c solving HOME/instance-2077708-1247365565.xml
0.16/0.27	c reading problem ... 
0.46/0.51	c reading problem named null
0.46/0.51	c reading domains done.
0.46/0.51	c reading variables done.
0.66/0.70	c reading relations done.
1.81/1.85	c reading predicates  done.
2.06/2.10	c reading constraints
75.22/77.00	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
75.32/77.00		at org.sat4j.core.Vec.ensure(Unknown Source)
75.32/77.00		at org.sat4j.core.Vec.push(Unknown Source)
75.32/77.00		at org.sat4j.minisat.constraints.cnf.Lits.watch(Unknown Source)
75.32/77.00		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(Unknown Source)
75.32/77.00		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
75.32/77.00		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
75.32/77.01		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
75.32/77.01		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
75.32/77.01		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
75.32/77.01		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
75.32/77.01		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
75.32/77.01		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
75.32/77.01		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
75.32/77.01		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
75.32/77.01		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
75.32/77.01		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
75.32/77.01		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
75.32/77.01		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
75.32/77.01		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
75.32/77.01		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
83.87/86.98	c starts		: 0
83.87/86.98	c conflicts		: 0
83.87/86.98	c decisions		: 0
83.87/86.98	c propagations		: 0
83.87/86.98	c inspects		: 0
83.87/86.98	c learnt literals	: 0
83.87/86.98	c learnt binary clauses	: 0
83.87/86.98	c learnt ternary clauses	: 0
83.87/86.98	c learnt clauses	: 0
83.87/86.98	c ignored clauses	: 0
83.87/86.98	c root simplifications	: 0
83.87/86.98	c removed literals (reason simplification)	: 0
83.87/86.99	c reason swapping (by a shorter reason)	: 0
83.87/86.99	c Calls to reduceDB	: 0
83.87/86.99	c speed (assignments/second)	: 0.0
83.87/86.99	c non guided choices	0
83.87/86.99	c learnt constraints type 
83.87/86.99	c constraints type 
83.87/86.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8628219
83.87/86.99	c org.sat4j.minisat.constraints.card.AtLeast => 191
83.87/86.99	s UNKNOWN
83.87/86.99	c Total wall clock time (in seconds) : 86.714

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2077708-1247365565/watcher-2077708-1247365565 -o /tmp/evaluation-result-2077708-1247365565/solver-2077708-1247365565 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077708-1247365565.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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


[startup+0 s]
/proc/loadavg: 3.34 2.73 2.29 5/87 9051
/proc/meminfo: memFree=1743168/2055920 swapFree=4192812/4192956
[pid=9051] ppid=9047 vsize=797436 CPUtime=0.01
/proc/9051/stat : 9051 (java) S 9047 9051 16336 0 -1 0 1444 0 1 0 0 1 0 0 18 0 2 0 23622914 816574464 1193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/9051/statm: 199359 1203 406 9 0 197111 0
[pid=9051/tid=9052] ppid=9047 vsize=797436 CPUtime=0
/proc/9051/task/9052/stat : 9052 (java) R 9047 9051 16336 0 -1 64 757 0 1 0 0 0 0 0 17 0 2 0 23622916 816574464 1227 996147200 134512640 134550932 4294956016 18446744073709551615 10493655 0 4 0 16784584 0 0 0 -1 1 0 0

[startup+0.107844 s]
/proc/loadavg: 3.34 2.73 2.29 5/87 9051
/proc/meminfo: memFree=1743168/2055920 swapFree=4192812/4192956
[pid=9051] ppid=9047 vsize=803004 CPUtime=0.08
/proc/9051/stat : 9051 (java) S 9047 9051 16336 0 -1 0 2921 0 1 0 6 2 0 0 18 0 9 0 23622914 822276096 2665 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9051/statm: 200751 2665 1056 9 0 198102 0
[pid=9051/tid=9052] ppid=9047 vsize=803004 CPUtime=0.07
/proc/9051/task/9052/stat : 9052 (java) R 9047 9051 16336 0 -1 64 2169 0 1 0 6 1 0 0 18 0 9 0 23622916 822276096 2665 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 803004

[startup+0.202852 s]
/proc/loadavg: 3.34 2.73 2.29 5/87 9051
/proc/meminfo: memFree=1743168/2055920 swapFree=4192812/4192956
[pid=9051] ppid=9047 vsize=804960 CPUtime=0.16
/proc/9051/stat : 9051 (java) S 9047 9051 16336 0 -1 0 3673 0 1 0 13 3 0 0 18 0 12 0 23622914 824279040 3411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9051/statm: 201240 3411 1328 9 0 198574 0
[pid=9051/tid=9052] ppid=9047 vsize=804960 CPUtime=0.14
/proc/9051/task/9052/stat : 9052 (java) R 9047 9051 16336 0 -1 64 2616 0 1 0 12 2 0 0 18 0 12 0 23622916 824279040 3411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 804960

[startup+0.302861 s]
/proc/loadavg: 3.34 2.73 2.29 5/87 9051
/proc/meminfo: memFree=1743168/2055920 swapFree=4192812/4192956
[pid=9051] ppid=9047 vsize=805628 CPUtime=0.26
/proc/9051/stat : 9051 (java) S 9047 9051 16336 0 -1 0 4177 0 1 0 23 3 0 0 18 0 12 0 23622914 824963072 3914 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9051/statm: 201407 3914 1358 9 0 198734 0
[pid=9051/tid=9052] ppid=9047 vsize=805628 CPUtime=0.19
/proc/9051/task/9052/stat : 9052 (java) R 9047 9051 16336 0 -1 64 2944 0 1 0 17 2 0 0 18 0 12 0 23622916 824963072 3914 996147200 134512640 134550932 4294956016 18446744073709551615 104174948 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 805628

[startup+0.701893 s]
/proc/loadavg: 3.34 2.73 2.29 5/87 9051
/proc/meminfo: memFree=1743168/2055920 swapFree=4192812/4192956
[pid=9051] ppid=9047 vsize=807184 CPUtime=0.66
/proc/9051/stat : 9051 (java) S 9047 9051 16336 0 -1 0 6158 0 1 0 62 4 0 0 18 0 12 0 23622914 826556416 5156 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9051/statm: 201796 5156 1385 9 0 199123 0
[pid=9051/tid=9052] ppid=9047 vsize=807184 CPUtime=0.38
/proc/9051/task/9052/stat : 9052 (java) R 9047 9051 16336 0 -1 64 3760 0 1 0 35 3 0 0 19 0 12 0 23622916 826556416 5156 996147200 134512640 134550932 4294956016 18446744073709551615 4109169925 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 807184

[startup+1.50297 s]
/proc/loadavg: 3.34 2.73 2.29 5/100 9134
/proc/meminfo: memFree=1723544/2055920 swapFree=4192812/4192956
[pid=9051] ppid=9047 vsize=812164 CPUtime=1.53
/proc/9051/stat : 9051 (java) S 9047 9051 16336 0 -1 0 11465 0 1 0 147 6 0 0 18 0 12 0 23622914 831655936 9100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9051/statm: 203041 9101 1408 9 0 200368 0
[pid=9051/tid=9052] ppid=9047 vsize=812164 CPUtime=0.72
/proc/9051/task/9052/stat : 9052 (java) R 9047 9051 16336 0 -1 64 6425 0 1 0 68 4 0 0 18 0 12 0 23622916 831655936 9102 996147200 134512640 134550932 4294956016 18446744073709551615 4109621228 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9054] ppid=9047 vsize=812164 CPUtime=0
/proc/9051/task/9054/stat : 9054 (java) S 9047 9051 16336 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23622916 831655936 9102 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9055] ppid=9047 vsize=812164 CPUtime=0
/proc/9051/task/9055/stat : 9055 (java) S 9047 9051 16336 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23622916 831655936 9103 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9064] ppid=9047 vsize=812164 CPUtime=0
/proc/9051/task/9064/stat : 9064 (java) S 9047 9051 16336 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 23622920 831655936 9104 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9065] ppid=9047 vsize=812164 CPUtime=0
/proc/9051/task/9065/stat : 9065 (java) S 9047 9051 16336 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 23622921 831655936 9104 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9066] ppid=9047 vsize=812164 CPUtime=0
/proc/9051/task/9066/stat : 9066 (java) S 9047 9051 16336 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23622921 831655936 9105 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9067] ppid=9047 vsize=812164 CPUtime=0
/proc/9051/task/9067/stat : 9067 (java) S 9047 9051 16336 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23622925 831655936 9106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9068] ppid=9047 vsize=812164 CPUtime=0.17
/proc/9051/task/9068/stat : 9068 (java) S 9047 9051 16336 0 -1 64 1131 0 0 0 17 0 0 0 16 0 12 0 23622925 831655936 9106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9072] ppid=9047 vsize=812164 CPUtime=0.62
/proc/9051/task/9072/stat : 9072 (java) S 9047 9051 16336 0 -1 64 3172 0 0 0 61 1 0 0 17 0 12 0 23622926 831655936 9107 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9073] ppid=9047 vsize=812164 CPUtime=0
/proc/9051/task/9073/stat : 9073 (java) S 9047 9051 16336 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23622926 831655936 9107 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9074] ppid=9047 vsize=812164 CPUtime=0
/proc/9051/task/9074/stat : 9074 (java) S 9047 9051 16336 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23622926 831655936 9108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 812164

[startup+3.10112 s]
/proc/loadavg: 3.34 2.73 2.29 4/100 9196
/proc/meminfo: memFree=1687320/2055920 swapFree=4192812/4192956
[pid=9051] ppid=9047 vsize=812164 CPUtime=3.05
/proc/9051/stat : 9051 (java) S 9047 9051 16336 0 -1 0 30156 0 1 0 291 14 0 0 18 0 12 0 23622914 831655936 27324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9051/statm: 203041 27324 1423 9 0 200368 0
[pid=9051/tid=9052] ppid=9047 vsize=812164 CPUtime=1.58
/proc/9051/task/9052/stat : 9052 (java) R 9047 9051 16336 0 -1 64 17207 0 1 0 150 8 0 0 22 0 12 0 23622916 831655936 27324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9054] ppid=9047 vsize=812164 CPUtime=0.1
/proc/9051/task/9054/stat : 9054 (java) R 9047 9051 16336 0 -1 64 3265 0 0 0 9 1 0 0 16 0 12 0 23622916 831655936 27324 996147200 134512640 134550932 4294956016 18446744073709551615 106195343 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9055] ppid=9047 vsize=812164 CPUtime=0.11
/proc/9051/task/9055/stat : 9055 (java) R 9047 9051 16336 0 -1 64 4125 0 0 0 9 2 0 0 16 0 12 0 23622916 831655936 27324 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9064] ppid=9047 vsize=812164 CPUtime=0
/proc/9051/task/9064/stat : 9064 (java) S 9047 9051 16336 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23622920 831655936 27324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9065] ppid=9047 vsize=812164 CPUtime=0
/proc/9051/task/9065/stat : 9065 (java) S 9047 9051 16336 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23622921 831655936 27324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9066] ppid=9047 vsize=812164 CPUtime=0
/proc/9051/task/9066/stat : 9066 (java) S 9047 9051 16336 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23622921 831655936 27324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9067] ppid=9047 vsize=812164 CPUtime=0
/proc/9051/task/9067/stat : 9067 (java) S 9047 9051 16336 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23622925 831655936 27324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9068] ppid=9047 vsize=812164 CPUtime=0.6
/proc/9051/task/9068/stat : 9068 (java) S 9047 9051 16336 0 -1 64 1638 0 0 0 60 0 0 0 16 0 12 0 23622925 831655936 27324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9072] ppid=9047 vsize=812164 CPUtime=0.62
/proc/9051/task/9072/stat : 9072 (java) S 9047 9051 16336 0 -1 64 3172 0 0 0 61 1 0 0 17 0 12 0 23622926 831655936 27324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9073] ppid=9047 vsize=812164 CPUtime=0
/proc/9051/task/9073/stat : 9073 (java) S 9047 9051 16336 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23622926 831655936 27324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9074] ppid=9047 vsize=812164 CPUtime=0
/proc/9051/task/9074/stat : 9074 (java) S 9047 9051 16336 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23622926 831655936 27324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 812164

[startup+6.30241 s]
/proc/loadavg: 3.47 2.77 2.31 6/99 9383
/proc/meminfo: memFree=1481120/2055920 swapFree=4192812/4192956
[pid=9051] ppid=9047 vsize=814732 CPUtime=6.67
/proc/9051/stat : 9051 (java) S 9047 9051 16336 0 -1 0 81441 0 1 0 625 42 0 0 18 0 12 0 23622914 834285568 77095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9051/statm: 203683 77095 1423 9 0 201010 0
[pid=9051/tid=9052] ppid=9047 vsize=814732 CPUtime=2.76
/proc/9051/task/9052/stat : 9052 (java) R 9047 9051 16336 0 -1 64 17212 0 1 0 267 9 0 0 17 0 12 0 23622916 834285568 77095 996147200 134512640 134550932 4294956016 18446744073709551615 4109726480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9054] ppid=9047 vsize=814732 CPUtime=1.32
/proc/9051/task/9054/stat : 9054 (java) S 9047 9051 16336 0 -1 64 30952 0 0 0 117 15 0 0 18 0 12 0 23622916 834285568 77095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9055] ppid=9047 vsize=814732 CPUtime=1.32
/proc/9051/task/9055/stat : 9055 (java) R 9047 9051 16336 0 -1 64 27718 0 0 0 118 14 0 0 18 0 12 0 23622916 834285568 77095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9064] ppid=9047 vsize=814732 CPUtime=0
/proc/9051/task/9064/stat : 9064 (java) S 9047 9051 16336 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23622920 834285568 77095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9065] ppid=9047 vsize=814732 CPUtime=0
/proc/9051/task/9065/stat : 9065 (java) S 9047 9051 16336 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23622921 834285568 77095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9066] ppid=9047 vsize=814732 CPUtime=0
/proc/9051/task/9066/stat : 9066 (java) S 9047 9051 16336 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23622921 834285568 77095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9067] ppid=9047 vsize=814732 CPUtime=0
/proc/9051/task/9067/stat : 9067 (java) S 9047 9051 16336 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23622925 834285568 77095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9068] ppid=9047 vsize=814732 CPUtime=0.6
/proc/9051/task/9068/stat : 9068 (java) S 9047 9051 16336 0 -1 64 1638 0 0 0 60 0 0 0 16 0 12 0 23622925 834285568 77095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9072] ppid=9047 vsize=814732 CPUtime=0.62
/proc/9051/task/9072/stat : 9072 (java) S 9047 9051 16336 0 -1 64 3172 0 0 0 61 1 0 0 17 0 12 0 23622926 834285568 77095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9073] ppid=9047 vsize=814732 CPUtime=0
/proc/9051/task/9073/stat : 9073 (java) S 9047 9051 16336 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23622926 834285568 77095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9074] ppid=9047 vsize=814732 CPUtime=0
/proc/9051/task/9074/stat : 9074 (java) S 9047 9051 16336 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23622926 834285568 77095 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 814732

[startup+12.702 s]
/proc/loadavg: 3.51 2.79 2.32 5/100 9666
/proc/meminfo: memFree=1209368/2055920 swapFree=4192812/4192956
[pid=9051] ppid=9047 vsize=816012 CPUtime=13.13
/proc/9051/stat : 9051 (java) S 9047 9051 16336 0 -1 0 155869 0 1 0 1240 73 0 0 18 0 12 0 23622914 835596288 151189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9051/statm: 204003 151189 1423 9 0 201330 0
[pid=9051/tid=9052] ppid=9047 vsize=816012 CPUtime=4.82
/proc/9051/task/9052/stat : 9052 (java) R 9047 9051 16336 0 -1 64 35658 0 1 0 465 17 0 0 16 0 12 0 23622916 835596288 151189 996147200 134512640 134550932 4294956016 18446744073709551615 4109714863 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9054] ppid=9047 vsize=816012 CPUtime=5.13
/proc/9051/task/9054/stat : 9054 (java) S 9047 9051 16336 0 -1 64 82361 0 0 0 477 36 0 0 18 0 12 0 23622916 835596288 151189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9055] ppid=9047 vsize=816012 CPUtime=1.89
/proc/9051/task/9055/stat : 9055 (java) R 9047 9051 16336 0 -1 64 32290 0 0 0 173 16 0 0 19 0 12 0 23622916 835596288 151189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9064] ppid=9047 vsize=816012 CPUtime=0
/proc/9051/task/9064/stat : 9064 (java) S 9047 9051 16336 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23622920 835596288 151189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9065] ppid=9047 vsize=816012 CPUtime=0
/proc/9051/task/9065/stat : 9065 (java) S 9047 9051 16336 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23622921 835596288 151189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9066] ppid=9047 vsize=816012 CPUtime=0
/proc/9051/task/9066/stat : 9066 (java) S 9047 9051 16336 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23622921 835596288 151189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9067] ppid=9047 vsize=816012 CPUtime=0
/proc/9051/task/9067/stat : 9067 (java) S 9047 9051 16336 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23622925 835596288 151189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9068] ppid=9047 vsize=816012 CPUtime=0.61
/proc/9051/task/9068/stat : 9068 (java) S 9047 9051 16336 0 -1 64 1639 0 0 0 61 0 0 0 16 0 12 0 23622925 835596288 151189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9072] ppid=9047 vsize=816012 CPUtime=0.62
/proc/9051/task/9072/stat : 9072 (java) S 9047 9051 16336 0 -1 64 3172 0 0 0 61 1 0 0 17 0 12 0 23622926 835596288 151189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9073] ppid=9047 vsize=816012 CPUtime=0
/proc/9051/task/9073/stat : 9073 (java) S 9047 9051 16336 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23622926 835596288 151189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9074] ppid=9047 vsize=816012 CPUtime=0
/proc/9051/task/9074/stat : 9074 (java) S 9047 9051 16336 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23622926 835596288 151189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.13
Current children cumulated vsize (KiB) 816012

[startup+25.5022 s]
/proc/loadavg: 3.48 2.82 2.33 4/100 10328
/proc/meminfo: memFree=1037160/2055920 swapFree=4192812/4192956
[pid=9051] ppid=9047 vsize=849040 CPUtime=25.75
/proc/9051/stat : 9051 (java) S 9047 9051 16336 0 -1 0 204630 0 1 0 2482 93 0 0 18 0 12 0 23622914 869416960 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9051/statm: 212260 176901 1437 9 0 209587 0
[pid=9051/tid=9052] ppid=9047 vsize=849040 CPUtime=8.09
/proc/9051/task/9052/stat : 9052 (java) S 9047 9051 16336 0 -1 64 35679 0 1 0 792 17 0 0 17 0 12 0 23622916 869416960 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9054] ppid=9047 vsize=849040 CPUtime=6.64
/proc/9051/task/9054/stat : 9054 (java) S 9047 9051 16336 0 -1 64 88840 0 0 0 625 39 0 0 17 0 12 0 23622916 869416960 176901 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9055] ppid=9047 vsize=849040 CPUtime=3.13

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

[pid=9051/tid=9073] ppid=9047 vsize=817036 CPUtime=0
/proc/9051/task/9073/stat : 9073 (java) S 9047 9051 16336 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23622926 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9074] ppid=9047 vsize=817036 CPUtime=0
/proc/9051/task/9074/stat : 9074 (java) S 9047 9051 16336 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23622926 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 75.12
Current children cumulated vsize (KiB) 817036

[startup+83.2024 s]
/proc/loadavg: 3.47 2.92 2.39 5/100 15535
/proc/meminfo: memFree=1041368/2055920 swapFree=4192812/4192956
[pid=9051] ppid=9047 vsize=817036 CPUtime=81.05
/proc/9051/stat : 9051 (java) S 9047 9051 16336 0 -1 0 429828 0 1 0 7899 206 0 0 18 0 12 0 23622914 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9051/statm: 204259 173540 1436 9 0 201586 0
[pid=9051/tid=9052] ppid=9047 vsize=817036 CPUtime=8.54
/proc/9051/task/9052/stat : 9052 (java) S 9047 9051 16336 0 -1 64 35695 0 1 0 837 17 0 0 17 0 12 0 23622916 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9054] ppid=9047 vsize=817036 CPUtime=6.64
/proc/9051/task/9054/stat : 9054 (java) S 9047 9051 16336 0 -1 64 88840 0 0 0 625 39 0 0 17 0 12 0 23622916 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9055] ppid=9047 vsize=817036 CPUtime=3.13
/proc/9051/task/9055/stat : 9055 (java) S 9047 9051 16336 0 -1 64 42240 0 0 0 293 20 0 0 18 0 12 0 23622916 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9064] ppid=9047 vsize=817036 CPUtime=60.95
/proc/9051/task/9064/stat : 9064 (java) R 9047 9051 16336 0 -1 64 257436 0 0 0 5970 125 0 0 25 0 12 0 23622920 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 105696636 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9065] ppid=9047 vsize=817036 CPUtime=0
/proc/9051/task/9065/stat : 9065 (java) S 9047 9051 16336 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23622921 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9066] ppid=9047 vsize=817036 CPUtime=0
/proc/9051/task/9066/stat : 9066 (java) S 9047 9051 16336 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23622921 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9067] ppid=9047 vsize=817036 CPUtime=0
/proc/9051/task/9067/stat : 9067 (java) S 9047 9051 16336 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23622925 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9068] ppid=9047 vsize=817036 CPUtime=0.79
/proc/9051/task/9068/stat : 9068 (java) S 9047 9051 16336 0 -1 64 1665 0 0 0 79 0 0 0 17 0 12 0 23622925 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9072] ppid=9047 vsize=817036 CPUtime=0.93
/proc/9051/task/9072/stat : 9072 (java) S 9047 9051 16336 0 -1 64 3213 0 0 0 92 1 0 0 17 0 12 0 23622926 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9073] ppid=9047 vsize=817036 CPUtime=0
/proc/9051/task/9073/stat : 9073 (java) S 9047 9051 16336 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23622926 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9074] ppid=9047 vsize=817036 CPUtime=0
/proc/9051/task/9074/stat : 9074 (java) S 9047 9051 16336 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23622926 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 81.05
Current children cumulated vsize (KiB) 817036

[startup+84.8075 s]
/proc/loadavg: 3.51 2.94 2.40 4/100 15680
/proc/meminfo: memFree=1041176/2055920 swapFree=4192812/4192956
[pid=9051] ppid=9047 vsize=817036 CPUtime=82.39
/proc/9051/stat : 9051 (java) S 9047 9051 16336 0 -1 0 429828 0 1 0 8033 206 0 0 18 0 12 0 23622914 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9051/statm: 204259 173540 1436 9 0 201586 0
[pid=9051/tid=9052] ppid=9047 vsize=817036 CPUtime=8.54
/proc/9051/task/9052/stat : 9052 (java) S 9047 9051 16336 0 -1 64 35695 0 1 0 837 17 0 0 17 0 12 0 23622916 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9054] ppid=9047 vsize=817036 CPUtime=6.64
/proc/9051/task/9054/stat : 9054 (java) S 9047 9051 16336 0 -1 64 88840 0 0 0 625 39 0 0 17 0 12 0 23622916 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9055] ppid=9047 vsize=817036 CPUtime=3.13
/proc/9051/task/9055/stat : 9055 (java) S 9047 9051 16336 0 -1 64 42240 0 0 0 293 20 0 0 18 0 12 0 23622916 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9064] ppid=9047 vsize=817036 CPUtime=62.29
/proc/9051/task/9064/stat : 9064 (java) R 9047 9051 16336 0 -1 64 257436 0 0 0 6104 125 0 0 25 0 12 0 23622920 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9065] ppid=9047 vsize=817036 CPUtime=0
/proc/9051/task/9065/stat : 9065 (java) S 9047 9051 16336 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23622921 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9066] ppid=9047 vsize=817036 CPUtime=0
/proc/9051/task/9066/stat : 9066 (java) S 9047 9051 16336 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23622921 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9067] ppid=9047 vsize=817036 CPUtime=0
/proc/9051/task/9067/stat : 9067 (java) S 9047 9051 16336 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23622925 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9068] ppid=9047 vsize=817036 CPUtime=0.79
/proc/9051/task/9068/stat : 9068 (java) S 9047 9051 16336 0 -1 64 1665 0 0 0 79 0 0 0 17 0 12 0 23622925 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9072] ppid=9047 vsize=817036 CPUtime=0.93
/proc/9051/task/9072/stat : 9072 (java) S 9047 9051 16336 0 -1 64 3213 0 0 0 92 1 0 0 17 0 12 0 23622926 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9073] ppid=9047 vsize=817036 CPUtime=0
/proc/9051/task/9073/stat : 9073 (java) S 9047 9051 16336 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23622926 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9074] ppid=9047 vsize=817036 CPUtime=0
/proc/9051/task/9074/stat : 9074 (java) S 9047 9051 16336 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23622926 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 82.39
Current children cumulated vsize (KiB) 817036

[startup+86.4027 s]
/proc/loadavg: 3.51 2.94 2.40 4/100 15856
/proc/meminfo: memFree=1040984/2055920 swapFree=4192812/4192956
[pid=9051] ppid=9047 vsize=817036 CPUtime=83.52
/proc/9051/stat : 9051 (java) S 9047 9051 16336 0 -1 0 429828 0 1 0 8146 206 0 0 18 0 12 0 23622914 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9051/statm: 204259 173540 1436 9 0 201586 0
[pid=9051/tid=9052] ppid=9047 vsize=817036 CPUtime=8.54
/proc/9051/task/9052/stat : 9052 (java) S 9047 9051 16336 0 -1 64 35695 0 1 0 837 17 0 0 17 0 12 0 23622916 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9054] ppid=9047 vsize=817036 CPUtime=6.64
/proc/9051/task/9054/stat : 9054 (java) S 9047 9051 16336 0 -1 64 88840 0 0 0 625 39 0 0 17 0 12 0 23622916 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9055] ppid=9047 vsize=817036 CPUtime=3.13
/proc/9051/task/9055/stat : 9055 (java) S 9047 9051 16336 0 -1 64 42240 0 0 0 293 20 0 0 18 0 12 0 23622916 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9064] ppid=9047 vsize=817036 CPUtime=63.42
/proc/9051/task/9064/stat : 9064 (java) R 9047 9051 16336 0 -1 64 257436 0 0 0 6217 125 0 0 25 0 12 0 23622920 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 106159166 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9065] ppid=9047 vsize=817036 CPUtime=0
/proc/9051/task/9065/stat : 9065 (java) S 9047 9051 16336 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23622921 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9066] ppid=9047 vsize=817036 CPUtime=0
/proc/9051/task/9066/stat : 9066 (java) S 9047 9051 16336 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23622921 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9067] ppid=9047 vsize=817036 CPUtime=0
/proc/9051/task/9067/stat : 9067 (java) S 9047 9051 16336 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23622925 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9068] ppid=9047 vsize=817036 CPUtime=0.79
/proc/9051/task/9068/stat : 9068 (java) S 9047 9051 16336 0 -1 64 1665 0 0 0 79 0 0 0 17 0 12 0 23622925 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9072] ppid=9047 vsize=817036 CPUtime=0.93
/proc/9051/task/9072/stat : 9072 (java) S 9047 9051 16336 0 -1 64 3213 0 0 0 92 1 0 0 17 0 12 0 23622926 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9073] ppid=9047 vsize=817036 CPUtime=0
/proc/9051/task/9073/stat : 9073 (java) S 9047 9051 16336 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23622926 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9074] ppid=9047 vsize=817036 CPUtime=0
/proc/9051/task/9074/stat : 9074 (java) S 9047 9051 16336 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23622926 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 83.52
Current children cumulated vsize (KiB) 817036

[startup+86.8027 s]
/proc/loadavg: 3.51 2.94 2.40 4/100 15856
/proc/meminfo: memFree=1040984/2055920 swapFree=4192812/4192956
[pid=9051] ppid=9047 vsize=817036 CPUtime=83.81
/proc/9051/stat : 9051 (java) S 9047 9051 16336 0 -1 0 429828 0 1 0 8175 206 0 0 18 0 12 0 23622914 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9051/statm: 204259 173540 1436 9 0 201586 0
[pid=9051/tid=9052] ppid=9047 vsize=817036 CPUtime=8.54
/proc/9051/task/9052/stat : 9052 (java) S 9047 9051 16336 0 -1 64 35695 0 1 0 837 17 0 0 17 0 12 0 23622916 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9054] ppid=9047 vsize=817036 CPUtime=6.64
/proc/9051/task/9054/stat : 9054 (java) S 9047 9051 16336 0 -1 64 88840 0 0 0 625 39 0 0 17 0 12 0 23622916 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9055] ppid=9047 vsize=817036 CPUtime=3.13
/proc/9051/task/9055/stat : 9055 (java) S 9047 9051 16336 0 -1 64 42240 0 0 0 293 20 0 0 18 0 12 0 23622916 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9064] ppid=9047 vsize=817036 CPUtime=63.71
/proc/9051/task/9064/stat : 9064 (java) R 9047 9051 16336 0 -1 64 257436 0 0 0 6246 125 0 0 25 0 12 0 23622920 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 106159010 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9065] ppid=9047 vsize=817036 CPUtime=0
/proc/9051/task/9065/stat : 9065 (java) S 9047 9051 16336 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23622921 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9066] ppid=9047 vsize=817036 CPUtime=0
/proc/9051/task/9066/stat : 9066 (java) S 9047 9051 16336 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23622921 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9067] ppid=9047 vsize=817036 CPUtime=0
/proc/9051/task/9067/stat : 9067 (java) S 9047 9051 16336 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23622925 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9068] ppid=9047 vsize=817036 CPUtime=0.79
/proc/9051/task/9068/stat : 9068 (java) S 9047 9051 16336 0 -1 64 1665 0 0 0 79 0 0 0 17 0 12 0 23622925 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9072] ppid=9047 vsize=817036 CPUtime=0.93
/proc/9051/task/9072/stat : 9072 (java) S 9047 9051 16336 0 -1 64 3213 0 0 0 92 1 0 0 17 0 12 0 23622926 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9073] ppid=9047 vsize=817036 CPUtime=0
/proc/9051/task/9073/stat : 9073 (java) S 9047 9051 16336 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23622926 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9074] ppid=9047 vsize=817036 CPUtime=0
/proc/9051/task/9074/stat : 9074 (java) S 9047 9051 16336 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23622926 836644864 173540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 83.81
Current children cumulated vsize (KiB) 817036

[startup+87.0087 s]
/proc/loadavg: 3.51 2.94 2.40 4/100 16028
/proc/meminfo: memFree=1040792/2055920 swapFree=4192812/4192956
[pid=9051] ppid=9047 vsize=817360 CPUtime=83.94
/proc/9051/stat : 9051 (java) S 9047 9051 16336 0 -1 0 429841 0 1 0 8188 206 0 0 18 0 12 0 23622914 836976640 173552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9051/statm: 204340 173552 1437 9 0 201667 0
[pid=9051/tid=9052] ppid=9047 vsize=817360 CPUtime=8.54
/proc/9051/task/9052/stat : 9052 (java) S 9047 9051 16336 0 -1 64 35699 0 1 0 837 17 0 0 17 0 12 0 23622916 836976640 173552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9054] ppid=9047 vsize=817360 CPUtime=6.64
/proc/9051/task/9054/stat : 9054 (java) S 9047 9051 16336 0 -1 64 88840 0 0 0 625 39 0 0 17 0 12 0 23622916 836976640 173552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9055] ppid=9047 vsize=817360 CPUtime=3.13
/proc/9051/task/9055/stat : 9055 (java) S 9047 9051 16336 0 -1 64 42240 0 0 0 293 20 0 0 18 0 12 0 23622916 836976640 173552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9064] ppid=9047 vsize=817360 CPUtime=63.83
/proc/9051/task/9064/stat : 9064 (java) S 9047 9051 16336 0 -1 64 257436 0 0 0 6258 125 0 0 25 0 12 0 23622920 836976640 173552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9065] ppid=9047 vsize=817360 CPUtime=0
/proc/9051/task/9065/stat : 9065 (java) S 9047 9051 16336 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23622921 836976640 173552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9066] ppid=9047 vsize=817360 CPUtime=0
/proc/9051/task/9066/stat : 9066 (java) S 9047 9051 16336 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23622921 836976640 173552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9067] ppid=9047 vsize=817360 CPUtime=0
/proc/9051/task/9067/stat : 9067 (java) S 9047 9051 16336 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23622925 836976640 173552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9068] ppid=9047 vsize=817360 CPUtime=0.79
/proc/9051/task/9068/stat : 9068 (java) S 9047 9051 16336 0 -1 64 1665 0 0 0 79 0 0 0 17 0 12 0 23622925 836976640 173552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9051/tid=9072] ppid=9047 vsize=817360 CPUtime=0.93
/proc/9051/task/9072/stat : 9072 (java) S 9047 9051 16336 0 -1 64 3213 0 0 0 92 1 0 0 17 0 12 0 23622926 836976640 173552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9073] ppid=9047 vsize=817360 CPUtime=0
/proc/9051/task/9073/stat : 9073 (java) S 9047 9051 16336 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23622926 836976640 173552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9051/tid=9074] ppid=9047 vsize=817360 CPUtime=0
/proc/9051/task/9074/stat : 9074 (java) S 9047 9051 16336 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23622926 836976640 173552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 83.94
Current children cumulated vsize (KiB) 817360

[startup+87.1028 s]
/proc/loadavg: 3.51 2.94 2.40 4/100 16028
/proc/meminfo: memFree=1040792/2055920 swapFree=4192812/4192956
[pid=9051] ppid=9047 vsize=0 CPUtime=84.01
/proc/9051/stat : 9051 (java) Z 9047 9051 16336 0 -1 12 429844 0 1 0 8188 213 0 0 16 0 2 0 23622914 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9051/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 84.01
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 87.1639
CPU time (s): 84.0532
CPU user time (s): 81.8826
CPU system time (s): 2.17067
CPU usage (%): 96.4312
Max. virtual memory (cumulated for all children) (KiB): 913044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.8826
system time used= 2.17067
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 429844
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= 2822
involuntary context switches= 5999

runsolver used 0.12798 second user time and 0.318951 second system time

The end

Launcher Data

Begin job on node25 at 2009-07-12 04:26:05
IDJOB=2077708
IDBENCH=56652
IDSOLVER=731
FILE ID=node25/2077708-1247365565
PBS_JOBID= 9506963
Free space on /tmp= 66292 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-15-02.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077708-1247365565/watcher-2077708-1247365565 -o /tmp/evaluation-result-2077708-1247365565/solver-2077708-1247365565 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077708-1247365565.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 8660d807b54cabaedc95a56678840d7e
RANDOM SEED=2051332418

node25.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.231
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.231
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:       1743576 kB
Buffers:         27904 kB
Cached:         168888 kB
SwapCached:          0 kB
Active:         186756 kB
Inactive:        66212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1743576 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2176 kB
Writeback:           0 kB
Mapped:          69184 kB
Slab:            44076 kB
Committed_AS:   210916 kB
PageTables:       2292 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= 66292 MiB
End job on node25 at 2009-07-12 04:27:33