Trace number 1068178

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 2008-06-13? 84.2752 82.2391

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg15-18_ext.xml
MD5SUMa701f3f59671fae930bd0c2ea7e3e55b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.62975
Satisfiable
(Un)Satisfiability was proved
Number of variables270
Number of constraints33
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension33
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.23/0.38	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.23/0.38	c This is free software under the dual EPL/GNU LGPL licenses.
0.23/0.38	c See www.sat4j.org for details.
0.23/0.38	c That software uses the Rhino library from the Mozilla project.
0.33/0.42	c version 9.9.9.token
0.33/0.42	c sun.arch.data.model	32
0.33/0.42	c java.version	1.6.0_06
0.33/0.42	c os.name	Linux
0.33/0.42	c os.version	2.6.9-22.EL.rootsmp
0.33/0.42	c os.arch	i386
0.33/0.42	c Free memory 669864272
0.33/0.42	c Max memory 672137216
0.33/0.42	c Total memory 672137216
0.33/0.42	c Number of processors 2
0.33/0.47	c c --- Begin Solver configuration ---
0.33/0.47	c Stops conflict analysis at the first Unique Implication Point
0.33/0.47	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.33/0.47	c Learn all clauses as in MiniSAT
0.33/0.47	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.47	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.33/0.47	c Expensive reason simplification
0.33/0.47	c MiniSAT restarts strategy
0.33/0.47	c timeout=2147483s
0.33/0.47	c DB Simplification allowed=false
0.33/0.47	c --- End Solver configuration ---
0.33/0.47	c solving HOME/instance-1068178-1215152733.xml
0.33/0.47	c reading problem ... 
0.61/0.76	c reading problem named null
0.61/0.76	c reading domains done.
0.61/0.77	c reading variables done.
0.91/1.09	c reading relations done.
1.70/1.89	c reading constraints
84.07/82.08	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
84.07/82.08		at java.lang.Integer.valueOf(Unknown Source)
84.07/82.08		at org.sat4j.minisat.core.Solver.addConstr(Solver.java:1196)
84.07/82.08		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
84.07/82.08		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
84.07/82.08		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
84.07/82.08		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
84.07/82.08		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
84.07/82.08		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
84.07/82.08		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
84.07/82.08		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
84.07/82.08		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
84.07/82.08		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
84.07/82.08		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
84.07/82.08		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
84.07/82.08		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
84.07/82.08		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
84.07/82.08		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
84.07/82.08		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
84.07/82.08		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
84.07/82.08		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
84.07/82.08		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
84.07/82.08		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
84.07/82.08		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
84.07/82.08		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
84.07/82.08		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
84.07/82.08		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
84.07/82.08		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
84.07/82.08		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
84.07/82.08		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
84.07/82.08		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
84.07/82.08		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
84.07/82.08		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
84.07/82.08	c starts		: 0
84.07/82.08	c conflicts		: 0
84.07/82.08	c decisions		: 0
84.07/82.08	c propagations		: 0
84.07/82.08	c inspects		: 0
84.07/82.08	c learnt literals	: 0
84.07/82.08	c learnt binary clauses	: 0
84.07/82.08	c learnt ternary clauses	: 0
84.07/82.09	c learnt clauses	: 0
84.07/82.09	c ignored clauses	: 0
84.07/82.09	c root simplifications	: 0
84.07/82.09	c removed literals (reason simplification)	: 0
84.07/82.09	c reason swapping (by a shorter reason)	: 0
84.07/82.09	c Calls to reduceDB	: 0
84.07/82.09	c speed (assignments/second)	: 0.0
84.07/82.09	c non guided choices	0
84.07/82.09	s UNKNOWN
84.07/82.09	c Total wall clock time (in seconds) : 81.612

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068178-1215152733/watcher-1068178-1215152733 -o /tmp/evaluation-result-1068178-1215152733/solver-1068178-1215152733 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1068178-1215152733.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.02 2/80 10249
/proc/meminfo: memFree=1808120/2055920 swapFree=4180808/4192956
[pid=10249] ppid=10247 vsize=18572 CPUtime=0
/proc/10249/stat : 10249 (runsolver) R 10247 10249 6336 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 638206907 19017728 293 996147200 4194304 4296836 548682068416 18446744073709551615 231493659943 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/10249/statm: 4643 293 257 25 0 2626 0

[startup+0.0292389 s]
/proc/loadavg: 2.00 2.00 2.02 2/80 10249
/proc/meminfo: memFree=1808120/2055920 swapFree=4180808/4192956
[pid=10249] ppid=10247 vsize=13012 CPUtime=0
/proc/10249/stat : 10249 (java) D 10247 10249 6336 0 -1 0 381 0 4 0 0 0 0 0 18 0 1 0 638206907 13324288 186 996147200 134512640 134550740 4294956032 18446744073709551615 11063583 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/10249/statm: 3253 186 136 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13012

[startup+0.101257 s]
/proc/loadavg: 2.00 2.00 2.02 2/80 10249
/proc/meminfo: memFree=1808120/2055920 swapFree=4180808/4192956
[pid=10249] ppid=10247 vsize=800744 CPUtime=0.03
/proc/10249/stat : 10249 (java) S 10247 10249 6336 0 -1 0 2371 0 31 0 2 1 0 0 18 0 4 0 638206907 819961856 2139 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/10249/statm: 200186 2139 912 9 0 197569 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 800744

[startup+0.30128 s]
/proc/loadavg: 2.00 2.00 2.02 2/80 10249
/proc/meminfo: memFree=1808120/2055920 swapFree=4180808/4192956
[pid=10249] ppid=10247 vsize=808212 CPUtime=0.23
/proc/10249/stat : 10249 (java) S 10247 10249 6336 0 -1 0 4638 0 31 0 21 2 0 0 18 0 12 0 638206907 827609088 3995 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10249/statm: 202053 3995 1297 9 0 199422 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 808212

[startup+0.701347 s]
/proc/loadavg: 2.00 2.00 2.02 2/80 10249
/proc/meminfo: memFree=1808120/2055920 swapFree=4180808/4192956
[pid=10249] ppid=10247 vsize=808240 CPUtime=0.61
/proc/10249/stat : 10249 (java) S 10247 10249 6336 0 -1 0 6112 0 32 0 56 5 0 0 18 0 12 0 638206907 827637760 5271 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10249/statm: 202060 5271 1335 9 0 199422 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 808240

[startup+1.5025 s]
/proc/loadavg: 2.00 2.00 2.02 4/92 10261
/proc/meminfo: memFree=1782616/2055920 swapFree=4180808/4192956
[pid=10249] ppid=10247 vsize=808240 CPUtime=1.4
/proc/10249/stat : 10249 (java) S 10247 10249 6336 0 -1 0 7717 0 32 0 133 7 0 0 18 0 12 0 638206907 827637760 6265 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10249/statm: 202060 6265 1352 9 0 199422 0
[pid=10249/tid=10251] ppid=10247 vsize=808240 CPUtime=0.61
/proc/10249/task/10251/stat : 10251 (java) R 10247 10249 6336 0 -1 64 4524 0 2 0 56 5 0 0 20 0 12 0 638206915 827637760 6265 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10252] ppid=10247 vsize=808240 CPUtime=0
/proc/10249/task/10252/stat : 10252 (java) S 10247 10249 6336 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 638206916 827637760 6265 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10253] ppid=10247 vsize=808240 CPUtime=0
/proc/10249/task/10253/stat : 10253 (java) S 10247 10249 6336 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 638206916 827637760 6265 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10254] ppid=10247 vsize=808240 CPUtime=0
/proc/10249/task/10254/stat : 10254 (java) S 10247 10249 6336 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 638206918 827637760 6265 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10255] ppid=10247 vsize=808240 CPUtime=0
/proc/10249/task/10255/stat : 10255 (java) S 10247 10249 6336 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 638206918 827637760 6265 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10256] ppid=10247 vsize=808240 CPUtime=0
/proc/10249/task/10256/stat : 10256 (java) S 10247 10249 6336 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 638206918 827637760 6265 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10257] ppid=10247 vsize=808240 CPUtime=0
/proc/10249/task/10257/stat : 10257 (java) S 10247 10249 6336 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 638206923 827637760 6265 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10258] ppid=10247 vsize=808240 CPUtime=0.44
/proc/10249/task/10258/stat : 10258 (java) R 10247 10249 6336 0 -1 64 1041 0 0 0 44 0 0 0 16 0 12 0 638206923 827637760 6265 996147200 134512640 134550740 4294956032 18446744073709551615 103786534 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10259] ppid=10247 vsize=808240 CPUtime=0.32
/proc/10249/task/10259/stat : 10259 (java) S 10247 10249 6336 0 -1 64 1420 0 0 0 32 0 0 0 16 0 12 0 638206923 827637760 6265 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10260] ppid=10247 vsize=808240 CPUtime=0
/proc/10249/task/10260/stat : 10260 (java) S 10247 10249 6336 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 638206923 827637760 6265 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10261] ppid=10247 vsize=808240 CPUtime=0
/proc/10249/task/10261/stat : 10261 (java) S 10247 10249 6336 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 638206923 827637760 6265 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 808240

[startup+3.10174 s]
/proc/loadavg: 2.00 2.00 2.02 4/92 10261
/proc/meminfo: memFree=1767576/2055920 swapFree=4180808/4192956
[pid=10249] ppid=10247 vsize=816484 CPUtime=2.99
/proc/10249/stat : 10249 (java) S 10247 10249 6336 0 -1 0 31708 0 32 0 280 19 0 0 18 0 12 0 638206907 836079616 28061 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10249/statm: 204121 28061 1359 9 0 201483 0
[pid=10249/tid=10251] ppid=10247 vsize=816484 CPUtime=1.49
/proc/10249/task/10251/stat : 10251 (java) S 10247 10249 6336 0 -1 64 16966 0 2 0 137 12 0 0 25 0 12 0 638206915 836079616 28061 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10252] ppid=10247 vsize=816484 CPUtime=0.09
/proc/10249/task/10252/stat : 10252 (java) R 10247 10249 6336 0 -1 64 4226 0 0 0 8 1 0 0 17 0 12 0 638206916 836079616 28061 996147200 134512640 134550740 4294956032 18446744073709551615 106157905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10253] ppid=10247 vsize=816484 CPUtime=0.08
/proc/10249/task/10253/stat : 10253 (java) R 10247 10249 6336 0 -1 64 4733 0 0 0 6 2 0 0 17 0 12 0 638206916 836079616 28061 996147200 134512640 134550740 4294956032 18446744073709551615 104137017 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10254] ppid=10247 vsize=816484 CPUtime=0
/proc/10249/task/10254/stat : 10254 (java) S 10247 10249 6336 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 638206918 836079616 28061 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10255] ppid=10247 vsize=816484 CPUtime=0
/proc/10249/task/10255/stat : 10255 (java) S 10247 10249 6336 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 638206918 836079616 28061 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10256] ppid=10247 vsize=816484 CPUtime=0
/proc/10249/task/10256/stat : 10256 (java) S 10247 10249 6336 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 638206918 836079616 28061 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10257] ppid=10247 vsize=816484 CPUtime=0
/proc/10249/task/10257/stat : 10257 (java) S 10247 10249 6336 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 638206923 836079616 28061 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10258] ppid=10247 vsize=816484 CPUtime=0.69
/proc/10249/task/10258/stat : 10258 (java) S 10247 10249 6336 0 -1 64 3307 0 0 0 68 1 0 0 16 0 12 0 638206923 836079616 28061 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10259] ppid=10247 vsize=816484 CPUtime=0.59
/proc/10249/task/10259/stat : 10259 (java) S 10247 10249 6336 0 -1 64 1745 0 0 0 59 0 0 0 16 0 12 0 638206923 836079616 28061 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10260] ppid=10247 vsize=816484 CPUtime=0
/proc/10249/task/10260/stat : 10260 (java) S 10247 10249 6336 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 638206923 836079616 28061 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10261] ppid=10247 vsize=816484 CPUtime=0
/proc/10249/task/10261/stat : 10261 (java) S 10247 10249 6336 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 638206923 836079616 28061 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 816484

[startup+6.30221 s]
/proc/loadavg: 2.00 2.00 2.02 4/92 10261
/proc/meminfo: memFree=1577176/2055920 swapFree=4180808/4192956
[pid=10249] ppid=10247 vsize=822656 CPUtime=6.78
/proc/10249/stat : 10249 (java) S 10247 10249 6336 0 -1 0 63059 0 32 0 645 33 0 0 18 0 12 0 638206907 842399744 57032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10249/statm: 205664 57032 1361 9 0 203026 0
[pid=10249/tid=10251] ppid=10247 vsize=822656 CPUtime=3.73
/proc/10249/task/10251/stat : 10251 (java) R 10247 10249 6336 0 -1 64 16972 0 2 0 361 12 0 0 24 0 12 0 638206915 842399744 57032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10252] ppid=10247 vsize=822656 CPUtime=0.91
/proc/10249/task/10252/stat : 10252 (java) R 10247 10249 6336 0 -1 64 21237 0 0 0 83 8 0 0 16 0 12 0 638206916 842399744 57032 996147200 134512640 134550740 4294956032 18446744073709551615 103074464 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10253] ppid=10247 vsize=822656 CPUtime=0.81
/proc/10249/task/10253/stat : 10253 (java) R 10247 10249 6336 0 -1 64 19036 0 0 0 72 9 0 0 16 0 12 0 638206916 842399744 57032 996147200 134512640 134550740 4294956032 18446744073709551615 103074474 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10254] ppid=10247 vsize=822656 CPUtime=0
/proc/10249/task/10254/stat : 10254 (java) R 10247 10249 6336 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 638206918 842399744 57032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10255] ppid=10247 vsize=822656 CPUtime=0
/proc/10249/task/10255/stat : 10255 (java) S 10247 10249 6336 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 638206918 842399744 57032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10256] ppid=10247 vsize=822656 CPUtime=0
/proc/10249/task/10256/stat : 10256 (java) S 10247 10249 6336 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638206918 842399744 57032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10257] ppid=10247 vsize=822656 CPUtime=0
/proc/10249/task/10257/stat : 10257 (java) S 10247 10249 6336 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 638206923 842399744 57032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10258] ppid=10247 vsize=822656 CPUtime=0.69
/proc/10249/task/10258/stat : 10258 (java) S 10247 10249 6336 0 -1 64 3307 0 0 0 68 1 0 0 16 0 12 0 638206923 842399744 57032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10259] ppid=10247 vsize=822656 CPUtime=0.59
/proc/10249/task/10259/stat : 10259 (java) S 10247 10249 6336 0 -1 64 1745 0 0 0 59 0 0 0 16 0 12 0 638206923 842399744 57032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10260] ppid=10247 vsize=822656 CPUtime=0
/proc/10249/task/10260/stat : 10260 (java) S 10247 10249 6336 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 638206923 842399744 57032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10261] ppid=10247 vsize=822656 CPUtime=0
/proc/10249/task/10261/stat : 10261 (java) S 10247 10249 6336 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 638206923 842399744 57032 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 822656

[startup+12.7011 s]
/proc/loadavg: 2.16 2.03 2.03 4/92 10261
/proc/meminfo: memFree=1381016/2055920 swapFree=4180808/4192956
[pid=10249] ppid=10247 vsize=827776 CPUtime=13.74
/proc/10249/stat : 10249 (java) S 10247 10249 6336 0 -1 0 137452 0 32 0 1303 71 0 0 18 0 12 0 638206907 847642624 129732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10249/statm: 206944 129732 1361 9 0 204306 0
[pid=10249/tid=10251] ppid=10247 vsize=827776 CPUtime=6.85
/proc/10249/task/10251/stat : 10251 (java) R 10247 10249 6336 0 -1 64 35411 0 2 0 663 22 0 0 17 0 12 0 638206915 847642624 129732 996147200 134512640 134550740 4294956032 18446744073709551615 4109703302 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10252] ppid=10247 vsize=827776 CPUtime=3.19
/proc/10249/task/10252/stat : 10252 (java) R 10247 10249 6336 0 -1 64 56527 0 0 0 293 26 0 0 25 0 12 0 638206916 847642624 129732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10253] ppid=10247 vsize=827776 CPUtime=2.36
/proc/10249/task/10253/stat : 10253 (java) S 10247 10249 6336 0 -1 64 39700 0 0 0 216 20 0 0 16 0 12 0 638206916 847642624 129732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10254] ppid=10247 vsize=827776 CPUtime=0
/proc/10249/task/10254/stat : 10254 (java) S 10247 10249 6336 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 638206918 847642624 129732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10255] ppid=10247 vsize=827776 CPUtime=0
/proc/10249/task/10255/stat : 10255 (java) S 10247 10249 6336 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 638206918 847642624 129732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10256] ppid=10247 vsize=827776 CPUtime=0
/proc/10249/task/10256/stat : 10256 (java) S 10247 10249 6336 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638206918 847642624 129732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10257] ppid=10247 vsize=827776 CPUtime=0
/proc/10249/task/10257/stat : 10257 (java) S 10247 10249 6336 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 638206923 847642624 129732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10258] ppid=10247 vsize=827776 CPUtime=0.69
/proc/10249/task/10258/stat : 10258 (java) S 10247 10249 6336 0 -1 64 3307 0 0 0 68 1 0 0 16 0 12 0 638206923 847642624 129732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10259] ppid=10247 vsize=827776 CPUtime=0.59
/proc/10249/task/10259/stat : 10259 (java) S 10247 10249 6336 0 -1 64 1745 0 0 0 59 0 0 0 16 0 12 0 638206923 847642624 129732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10260] ppid=10247 vsize=827776 CPUtime=0
/proc/10249/task/10260/stat : 10260 (java) S 10247 10249 6336 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 638206923 847642624 129732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10261] ppid=10247 vsize=827776 CPUtime=0
/proc/10249/task/10261/stat : 10261 (java) S 10247 10249 6336 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 638206923 847642624 129732 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.74
Current children cumulated vsize (KiB) 827776

[startup+25.503 s]
/proc/loadavg: 2.13 2.03 2.03 4/92 10261
/proc/meminfo: memFree=1102424/2055920 swapFree=4180808/4192956
[pid=10249] ppid=10247 vsize=848900 CPUtime=27.6
/proc/10249/stat : 10249 (java) S 10247 10249 6336 0 -1 0 233331 0 32 0 2646 114 0 0 18 0 12 0 638206907 869273600 178650 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10249/statm: 212225 178650 1365 9 0 209587 0
[pid=10249/tid=10251] ppid=10247 vsize=848900 CPUtime=10.54
/proc/10249/task/10251/stat : 10251 (java) S 10247 10249 6336 0 -1 64 35421 0 2 0 1032 22 0 0 19 0 12 0 638206915 869273600 178650 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10252] ppid=10247 vsize=848900 CPUtime=5.28
/proc/10249/task/10252/stat : 10252 (java) S 10247 10249 6336 0 -1 64 79023 0 0 0 490 38 0 0 18 0 12 0 638206916 869273600 178650 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10253] ppid=10247 vsize=848900 CPUtime=4.8
/proc/10249/task/10253/stat : 10253 (java) S 10247 10249 6336 0 -1 64 69320 0 0 0 448 32 0 0 16 0 12 0 638206916 869273600 178650 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10254] ppid=10247 vsize=848900 CPUtime=5.66
/proc/10249/task/10254/stat : 10254 (java) R 10247 10249 6336 0 -1 64 43783 0 0 0 547 19 0 0 21 0 12 0 638206918 869273600 178650 996147200 134512640 134550740 4294956032 18446744073709551615 104126442 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10255] ppid=10247 vsize=848900 CPUtime=0
/proc/10249/task/10255/stat : 10255 (java) S 10247 10249 6336 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 638206918 869273600 178650 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10256] ppid=10247 vsize=848900 CPUtime=0
/proc/10249/task/10256/stat : 10256 (java) S 10247 10249 6336 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638206918 869273600 178650 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10257] ppid=10247 vsize=848900 CPUtime=0
/proc/10249/task/10257/stat : 10257 (java) S 10247 10249 6336 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 638206923 869273600 178650 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=10249/tid=10260] ppid=10247 vsize=864900 CPUtime=0
/proc/10249/task/10260/stat : 10260 (java) S 10247 10249 6336 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 638206923 885657600 185470 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10261] ppid=10247 vsize=864900 CPUtime=0
/proc/10249/task/10261/stat : 10261 (java) S 10247 10249 6336 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 638206923 885657600 185470 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 72.38
Current children cumulated vsize (KiB) 864900

[startup+76.7026 s]
/proc/loadavg: 2.12 2.04 2.03 3/92 10261
/proc/meminfo: memFree=1062232/2055920 swapFree=4180808/4192956
[pid=10249] ppid=10247 vsize=864900 CPUtime=78.78
/proc/10249/stat : 10249 (java) S 10247 10249 6336 0 -1 0 523254 0 32 0 7626 252 0 0 18 0 12 0 638206907 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10249/statm: 216225 185471 1366 9 0 213587 0
[pid=10249/tid=10251] ppid=10247 vsize=864900 CPUtime=11.21
/proc/10249/task/10251/stat : 10251 (java) S 10247 10249 6336 0 -1 64 35433 0 2 0 1099 22 0 0 16 0 12 0 638206915 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10252] ppid=10247 vsize=864900 CPUtime=5.28
/proc/10249/task/10252/stat : 10252 (java) S 10247 10249 6336 0 -1 64 79023 0 0 0 490 38 0 0 18 0 12 0 638206916 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10253] ppid=10247 vsize=864900 CPUtime=4.8
/proc/10249/task/10253/stat : 10253 (java) S 10247 10249 6336 0 -1 64 69320 0 0 0 448 32 0 0 16 0 12 0 638206916 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10254] ppid=10247 vsize=864900 CPUtime=56.16
/proc/10249/task/10254/stat : 10254 (java) R 10247 10249 6336 0 -1 64 333694 0 0 0 5460 156 0 0 25 0 12 0 638206918 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10255] ppid=10247 vsize=864900 CPUtime=0
/proc/10249/task/10255/stat : 10255 (java) S 10247 10249 6336 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 638206918 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10256] ppid=10247 vsize=864900 CPUtime=0
/proc/10249/task/10256/stat : 10256 (java) S 10247 10249 6336 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638206918 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10257] ppid=10247 vsize=864900 CPUtime=0
/proc/10249/task/10257/stat : 10257 (java) S 10247 10249 6336 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 638206923 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10258] ppid=10247 vsize=864900 CPUtime=0.69
/proc/10249/task/10258/stat : 10258 (java) S 10247 10249 6336 0 -1 64 3307 0 0 0 68 1 0 0 16 0 12 0 638206923 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10259] ppid=10247 vsize=864900 CPUtime=0.59
/proc/10249/task/10259/stat : 10259 (java) S 10247 10249 6336 0 -1 64 1745 0 0 0 59 0 0 0 16 0 12 0 638206923 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10260] ppid=10247 vsize=864900 CPUtime=0
/proc/10249/task/10260/stat : 10260 (java) S 10247 10249 6336 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 638206923 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10261] ppid=10247 vsize=864900 CPUtime=0
/proc/10249/task/10261/stat : 10261 (java) S 10247 10249 6336 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 638206923 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 78.78
Current children cumulated vsize (KiB) 864900

[startup+79.9011 s]
/proc/loadavg: 2.11 2.04 2.03 3/92 10261
/proc/meminfo: memFree=1047512/2055920 swapFree=4180808/4192956
[pid=10249] ppid=10247 vsize=864900 CPUtime=81.97
/proc/10249/stat : 10249 (java) S 10247 10249 6336 0 -1 0 538759 0 32 0 7938 259 0 0 18 0 12 0 638206907 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10249/statm: 216225 185471 1366 9 0 213587 0
[pid=10249/tid=10251] ppid=10247 vsize=864900 CPUtime=11.21
/proc/10249/task/10251/stat : 10251 (java) S 10247 10249 6336 0 -1 64 35433 0 2 0 1099 22 0 0 16 0 12 0 638206915 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10252] ppid=10247 vsize=864900 CPUtime=5.28
/proc/10249/task/10252/stat : 10252 (java) S 10247 10249 6336 0 -1 64 79023 0 0 0 490 38 0 0 18 0 12 0 638206916 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10253] ppid=10247 vsize=864900 CPUtime=4.8
/proc/10249/task/10253/stat : 10253 (java) S 10247 10249 6336 0 -1 64 69320 0 0 0 448 32 0 0 16 0 12 0 638206916 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10254] ppid=10247 vsize=864900 CPUtime=59.36
/proc/10249/task/10254/stat : 10254 (java) R 10247 10249 6336 0 -1 64 349199 0 0 0 5772 164 0 0 25 0 12 0 638206918 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 106122414 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10255] ppid=10247 vsize=864900 CPUtime=0
/proc/10249/task/10255/stat : 10255 (java) S 10247 10249 6336 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 638206918 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10256] ppid=10247 vsize=864900 CPUtime=0
/proc/10249/task/10256/stat : 10256 (java) S 10247 10249 6336 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638206918 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10257] ppid=10247 vsize=864900 CPUtime=0
/proc/10249/task/10257/stat : 10257 (java) S 10247 10249 6336 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 638206923 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10258] ppid=10247 vsize=864900 CPUtime=0.69
/proc/10249/task/10258/stat : 10258 (java) S 10247 10249 6336 0 -1 64 3307 0 0 0 68 1 0 0 16 0 12 0 638206923 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10259] ppid=10247 vsize=864900 CPUtime=0.59
/proc/10249/task/10259/stat : 10259 (java) S 10247 10249 6336 0 -1 64 1745 0 0 0 59 0 0 0 16 0 12 0 638206923 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10260] ppid=10247 vsize=864900 CPUtime=0
/proc/10249/task/10260/stat : 10260 (java) S 10247 10249 6336 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 638206923 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10261] ppid=10247 vsize=864900 CPUtime=0
/proc/10249/task/10261/stat : 10261 (java) S 10247 10249 6336 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 638206923 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 81.97
Current children cumulated vsize (KiB) 864900

[startup+81.5023 s]
/proc/loadavg: 2.11 2.04 2.03 3/92 10261
/proc/meminfo: memFree=1062168/2055920 swapFree=4180808/4192956
[pid=10249] ppid=10247 vsize=864900 CPUtime=83.57
/proc/10249/stat : 10249 (java) S 10247 10249 6336 0 -1 0 538759 0 32 0 8098 259 0 0 18 0 12 0 638206907 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10249/statm: 216225 185471 1366 9 0 213587 0
[pid=10249/tid=10251] ppid=10247 vsize=864900 CPUtime=11.21
/proc/10249/task/10251/stat : 10251 (java) S 10247 10249 6336 0 -1 64 35433 0 2 0 1099 22 0 0 16 0 12 0 638206915 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10252] ppid=10247 vsize=864900 CPUtime=5.28
/proc/10249/task/10252/stat : 10252 (java) S 10247 10249 6336 0 -1 64 79023 0 0 0 490 38 0 0 18 0 12 0 638206916 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10253] ppid=10247 vsize=864900 CPUtime=4.8
/proc/10249/task/10253/stat : 10253 (java) S 10247 10249 6336 0 -1 64 69320 0 0 0 448 32 0 0 16 0 12 0 638206916 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10254] ppid=10247 vsize=864900 CPUtime=60.96
/proc/10249/task/10254/stat : 10254 (java) R 10247 10249 6336 0 -1 64 349199 0 0 0 5932 164 0 0 25 0 12 0 638206918 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 106123777 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10255] ppid=10247 vsize=864900 CPUtime=0
/proc/10249/task/10255/stat : 10255 (java) S 10247 10249 6336 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 638206918 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10256] ppid=10247 vsize=864900 CPUtime=0
/proc/10249/task/10256/stat : 10256 (java) S 10247 10249 6336 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638206918 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10257] ppid=10247 vsize=864900 CPUtime=0
/proc/10249/task/10257/stat : 10257 (java) S 10247 10249 6336 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 638206923 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10258] ppid=10247 vsize=864900 CPUtime=0.69
/proc/10249/task/10258/stat : 10258 (java) S 10247 10249 6336 0 -1 64 3307 0 0 0 68 1 0 0 16 0 12 0 638206923 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10259] ppid=10247 vsize=864900 CPUtime=0.59
/proc/10249/task/10259/stat : 10259 (java) S 10247 10249 6336 0 -1 64 1745 0 0 0 59 0 0 0 16 0 12 0 638206923 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10260] ppid=10247 vsize=864900 CPUtime=0
/proc/10249/task/10260/stat : 10260 (java) S 10247 10249 6336 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 638206923 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10261] ppid=10247 vsize=864900 CPUtime=0
/proc/10249/task/10261/stat : 10261 (java) S 10247 10249 6336 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 638206923 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 83.57
Current children cumulated vsize (KiB) 864900

[startup+81.9024 s]
/proc/loadavg: 2.11 2.04 2.03 3/92 10261
/proc/meminfo: memFree=1062168/2055920 swapFree=4180808/4192956
[pid=10249] ppid=10247 vsize=864900 CPUtime=83.97
/proc/10249/stat : 10249 (java) S 10247 10249 6336 0 -1 0 538759 0 32 0 8138 259 0 0 18 0 12 0 638206907 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10249/statm: 216225 185471 1366 9 0 213587 0
[pid=10249/tid=10251] ppid=10247 vsize=864900 CPUtime=11.21
/proc/10249/task/10251/stat : 10251 (java) S 10247 10249 6336 0 -1 64 35433 0 2 0 1099 22 0 0 16 0 12 0 638206915 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10252] ppid=10247 vsize=864900 CPUtime=5.28
/proc/10249/task/10252/stat : 10252 (java) S 10247 10249 6336 0 -1 64 79023 0 0 0 490 38 0 0 18 0 12 0 638206916 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10253] ppid=10247 vsize=864900 CPUtime=4.8
/proc/10249/task/10253/stat : 10253 (java) S 10247 10249 6336 0 -1 64 69320 0 0 0 448 32 0 0 16 0 12 0 638206916 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10254] ppid=10247 vsize=864900 CPUtime=61.36
/proc/10249/task/10254/stat : 10254 (java) R 10247 10249 6336 0 -1 64 349199 0 0 0 5972 164 0 0 25 0 12 0 638206918 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 106123706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10255] ppid=10247 vsize=864900 CPUtime=0
/proc/10249/task/10255/stat : 10255 (java) S 10247 10249 6336 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 638206918 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10256] ppid=10247 vsize=864900 CPUtime=0
/proc/10249/task/10256/stat : 10256 (java) S 10247 10249 6336 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638206918 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10257] ppid=10247 vsize=864900 CPUtime=0
/proc/10249/task/10257/stat : 10257 (java) S 10247 10249 6336 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 638206923 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10258] ppid=10247 vsize=864900 CPUtime=0.69
/proc/10249/task/10258/stat : 10258 (java) S 10247 10249 6336 0 -1 64 3307 0 0 0 68 1 0 0 16 0 12 0 638206923 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10259] ppid=10247 vsize=864900 CPUtime=0.59
/proc/10249/task/10259/stat : 10259 (java) S 10247 10249 6336 0 -1 64 1745 0 0 0 59 0 0 0 16 0 12 0 638206923 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10260] ppid=10247 vsize=864900 CPUtime=0
/proc/10249/task/10260/stat : 10260 (java) S 10247 10249 6336 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 638206923 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10261] ppid=10247 vsize=864900 CPUtime=0
/proc/10249/task/10261/stat : 10261 (java) S 10247 10249 6336 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 638206923 885657600 185471 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 83.97
Current children cumulated vsize (KiB) 864900

[startup+82.1024 s]
/proc/loadavg: 2.11 2.04 2.03 3/92 10261
/proc/meminfo: memFree=1062168/2055920 swapFree=4180808/4192956
[pid=10249] ppid=10247 vsize=833220 CPUtime=84.16
/proc/10249/stat : 10249 (java) S 10247 10249 6336 0 -1 0 538769 0 32 0 8156 260 0 0 18 0 12 0 638206907 853217280 177479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10249/statm: 208305 177479 1367 9 0 205667 0
[pid=10249/tid=10251] ppid=10247 vsize=833220 CPUtime=11.21
/proc/10249/task/10251/stat : 10251 (java) S 10247 10249 6336 0 -1 64 35438 0 2 0 1099 22 0 0 17 0 12 0 638206915 853217280 177479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10252] ppid=10247 vsize=833220 CPUtime=5.28
/proc/10249/task/10252/stat : 10252 (java) S 10247 10249 6336 0 -1 64 79023 0 0 0 490 38 0 0 18 0 12 0 638206916 853217280 177479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10253] ppid=10247 vsize=833220 CPUtime=4.8
/proc/10249/task/10253/stat : 10253 (java) S 10247 10249 6336 0 -1 64 69320 0 0 0 448 32 0 0 16 0 12 0 638206916 853217280 177479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10254] ppid=10247 vsize=833220 CPUtime=61.54
/proc/10249/task/10254/stat : 10254 (java) S 10247 10249 6336 0 -1 64 349199 0 0 0 5990 164 0 0 25 0 12 0 638206918 853217280 177479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10255] ppid=10247 vsize=833220 CPUtime=0
/proc/10249/task/10255/stat : 10255 (java) S 10247 10249 6336 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 638206918 853217280 177479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10256] ppid=10247 vsize=833220 CPUtime=0
/proc/10249/task/10256/stat : 10256 (java) S 10247 10249 6336 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 638206918 853217280 177479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10249/tid=10257] ppid=10247 vsize=833220 CPUtime=0
/proc/10249/task/10257/stat : 10257 (java) S 10247 10249 6336 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 638206923 853217280 177479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10258] ppid=10247 vsize=833220 CPUtime=0.69
/proc/10249/task/10258/stat : 10258 (java) S 10247 10249 6336 0 -1 64 3307 0 0 0 68 1 0 0 16 0 12 0 638206923 853217280 177479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10259] ppid=10247 vsize=833220 CPUtime=0.59
/proc/10249/task/10259/stat : 10259 (java) S 10247 10249 6336 0 -1 64 1745 0 0 0 59 0 0 0 16 0 12 0 638206923 853217280 177479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10260] ppid=10247 vsize=833220 CPUtime=0
/proc/10249/task/10260/stat : 10260 (java) S 10247 10249 6336 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 638206923 853217280 177479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10249/tid=10261] ppid=10247 vsize=833220 CPUtime=0
/proc/10249/task/10261/stat : 10261 (java) S 10247 10249 6336 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 638206923 853217280 177479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 84.16
Current children cumulated vsize (KiB) 833220

[startup+82.2024 s]
/proc/loadavg: 2.11 2.04 2.03 3/92 10261
/proc/meminfo: memFree=1062168/2055920 swapFree=4180808/4192956
[pid=10249] ppid=10247 vsize=0 CPUtime=84.23
/proc/10249/stat : 10249 (java) Z 10247 10249 6336 0 -1 12 538772 0 32 0 8156 267 0 0 16 0 2 0 638206907 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10249/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 84.23
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 82.2391
CPU time (s): 84.2752
CPU user time (s): 81.5686
CPU system time (s): 2.70659
CPU usage (%): 102.476
Max. virtual memory (cumulated for all children) (KiB): 880904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.5686
system time used= 2.70659
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 538772
page faults= 32
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2505
involuntary context switches= 3010

runsolver used 0.085986 second user time and 0.305953 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-04 08:25:33
IDJOB=1068178
IDBENCH=55503
IDSOLVER=344
FILE ID=node39/1068178-1215152733
PBS_JOBID= 7877313
Free space on /tmp= 66556 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg15-18_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068178-1215152733/watcher-1068178-1215152733 -o /tmp/evaluation-result-1068178-1215152733/solver-1068178-1215152733 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1068178-1215152733.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a701f3f59671fae930bd0c2ea7e3e55b
RANDOM SEED=916605970

node39.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.267
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.267
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:       1808600 kB
Buffers:          4624 kB
Cached:          57012 kB
SwapCached:       5956 kB
Active:         177068 kB
Inactive:        18252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1808600 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:            1292 kB
Writeback:           0 kB
Mapped:         147172 kB
Slab:            37020 kB
Committed_AS:  1715300 kB
PageTables:       2024 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= 66552 MiB
End job on node39 at 2008-07-04 08:26:55