Trace number 1056173

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? 217.91 217.982

General information on the benchmark

Namecsp/largeQueens/
normalized-queens-400.xml
MD5SUM35ecf1acb3b6774e91a99570f293720f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark20.0939
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints79800
Maximum constraint arity2
Maximum domain size400
Number of constraints which are defined in extension0
Number of constraints which are defined in intension79800
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.18/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.18/0.29	c See www.sat4j.org for details.
0.18/0.29	c That software uses the Rhino library from the Mozilla project.
0.28/0.33	c version 9.9.9.token
0.28/0.33	c sun.arch.data.model	32
0.28/0.33	c java.version	1.6.0_06
0.28/0.33	c os.name	Linux
0.28/0.33	c os.version	2.6.9-22.EL.rootsmp
0.28/0.33	c os.arch	i386
0.28/0.33	c Free memory 669864272
0.28/0.33	c Max memory 672137216
0.28/0.33	c Total memory 672137216
0.28/0.33	c Number of processors 2
0.28/0.38	c c --- Begin Solver configuration ---
0.28/0.38	c Stops conflict analysis at the first Unique Implication Point
0.28/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.38	c Learn all clauses as in MiniSAT
0.28/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.38	c Expensive reason simplification
0.28/0.38	c MiniSAT restarts strategy
0.28/0.38	c timeout=2147483s
0.28/0.38	c DB Simplification allowed=false
0.28/0.38	c --- End Solver configuration ---
0.28/0.38	c solving HOME/instance-1056173-1215062092.xml
0.28/0.38	c reading problem ... 
0.59/0.63	c reading problem named null
0.59/0.63	c reading domains done.
0.59/0.63	c reading variables done.
0.99/1.09	c reading predicates  done.
1.19/1.26	c reading constraints
217.74/217.85	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
217.74/217.85		at org.mozilla.javascript.optimizer.OptRuntime.wrapDouble(OptRuntime.java:182)
217.74/217.85		at org.mozilla.javascript.gen.c1._c4(predefinedfunctions.js:10)
217.74/217.85		at org.mozilla.javascript.gen.c1.call(predefinedfunctions.js)
217.74/217.85		at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:95)
217.74/217.85		at org.mozilla.javascript.gen.c2._c0(rhino.log:1)
217.74/217.85		at org.mozilla.javascript.gen.c2.call(rhino.log)
217.74/217.85		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)
217.74/217.85		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)
217.74/217.85		at org.mozilla.javascript.gen.c2.call(rhino.log)
217.74/217.85		at org.mozilla.javascript.gen.c2.exec(rhino.log)
217.74/217.85		at org.sat4j.csp.Predicate.evaluate(Predicate.java:92)
217.74/217.86		at org.sat4j.csp.Predicate.find(Predicate.java:129)
217.74/217.86		at org.sat4j.csp.Predicate.find(Predicate.java:139)
217.74/217.86		at org.sat4j.csp.Predicate.find(Predicate.java:139)
217.74/217.86		at org.sat4j.csp.Predicate.toClause(Predicate.java:109)
217.74/217.86		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
217.74/217.86		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
217.74/217.86		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
217.74/217.86		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
217.74/217.86		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
217.74/217.86		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
217.74/217.86		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
217.74/217.86		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
217.74/217.86		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
217.74/217.86		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
217.74/217.86		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
217.74/217.86		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
217.74/217.86		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
217.74/217.86		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
217.74/217.86		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
217.74/217.86		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
217.74/217.86		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
217.74/217.86	c starts		: 0
217.74/217.86	c conflicts		: 0
217.74/217.86	c decisions		: 0
217.74/217.86	c propagations		: 0
217.74/217.86	c inspects		: 0
217.74/217.86	c learnt literals	: 0
217.74/217.86	c learnt binary clauses	: 0
217.74/217.86	c learnt ternary clauses	: 0
217.74/217.86	c learnt clauses	: 0
217.74/217.86	c ignored clauses	: 0
217.74/217.86	c root simplifications	: 0
217.74/217.86	c removed literals (reason simplification)	: 0
217.74/217.86	c reason swapping (by a shorter reason)	: 0
217.74/217.86	c Calls to reduceDB	: 0
217.74/217.86	c speed (assignments/second)	: 0.0
217.74/217.86	c non guided choices	0
217.74/217.86	s UNKNOWN
217.74/217.86	c Total wall clock time (in seconds) : 217.483

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-1056173-1215062092/watcher-1056173-1215062092 -o /tmp/evaluation-result-1056173-1215062092/solver-1056173-1215062092 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1056173-1215062092.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.05 2.15 2.07 4/73 21199
/proc/meminfo: memFree=1687952/2055920 swapFree=4179604/4192956
[pid=21199] ppid=21197 vsize=13012 CPUtime=0
/proc/21199/stat : 21199 (java) R 21197 21199 17148 0 -1 0 515 0 0 0 0 0 0 0 18 0 1 0 1985160397 13324288 316 996147200 134512640 134550740 4294956032 18446744073709551615 9728810 0 0 4096 0 0 0 0 17 0 0 0
/proc/21199/statm: 3253 323 137 9 0 1151 0

[startup+0.0902859 s]
/proc/loadavg: 2.05 2.15 2.07 4/73 21199
/proc/meminfo: memFree=1687952/2055920 swapFree=4179604/4192956
[pid=21199] ppid=21197 vsize=804612 CPUtime=0.08
/proc/21199/stat : 21199 (java) S 21197 21199 17148 0 -1 0 2995 0 1 0 6 2 0 0 18 0 12 0 1985160397 823922688 2728 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21199/statm: 201153 2729 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.101289 s]
/proc/loadavg: 2.05 2.15 2.07 4/73 21199
/proc/meminfo: memFree=1687952/2055920 swapFree=4179604/4192956
[pid=21199] ppid=21197 vsize=804756 CPUtime=0.09
/proc/21199/stat : 21199 (java) S 21197 21199 17148 0 -1 0 3165 0 1 0 7 2 0 0 18 0 12 0 1985160397 824070144 2896 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21199/statm: 201189 2896 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301329 s]
/proc/loadavg: 2.05 2.15 2.07 4/73 21199
/proc/meminfo: memFree=1687952/2055920 swapFree=4179604/4192956
[pid=21199] ppid=21197 vsize=807912 CPUtime=0.28
/proc/21199/stat : 21199 (java) S 21197 21199 17148 0 -1 0 4981 0 1 0 25 3 0 0 18 0 12 0 1985160397 827301888 4308 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21199/statm: 201978 4308 1308 9 0 199347 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807912

[startup+0.701406 s]
/proc/loadavg: 2.05 2.15 2.07 4/73 21199
/proc/meminfo: memFree=1687952/2055920 swapFree=4179604/4192956
[pid=21199] ppid=21197 vsize=807940 CPUtime=0.69
/proc/21199/stat : 21199 (java) S 21197 21199 17148 0 -1 0 6298 0 1 0 64 5 0 0 18 0 12 0 1985160397 827330560 5445 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21199/statm: 201985 5445 1337 9 0 199347 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807940

[startup+1.50256 s]
/proc/loadavg: 2.05 2.15 2.07 5/85 21211
/proc/meminfo: memFree=1665776/2055920 swapFree=4179604/4192956
[pid=21199] ppid=21197 vsize=814180 CPUtime=1.48
/proc/21199/stat : 21199 (java) S 21197 21199 17148 0 -1 0 18175 0 1 0 139 9 0 0 18 0 12 0 1985160397 833720320 15704 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21199/statm: 203582 15710 1352 9 0 200944 0
[pid=21199/tid=21201] ppid=21197 vsize=814328 CPUtime=0.83
/proc/21199/task/21201/stat : 21201 (java) R 21197 21199 17148 0 -1 64 12877 0 1 0 76 7 0 0 25 0 12 0 1985160398 833871872 15716 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21202] ppid=21197 vsize=814968 CPUtime=0
/proc/21199/task/21202/stat : 21202 (java) S 21197 21199 17148 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1985160399 834527232 15724 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21203] ppid=21197 vsize=814968 CPUtime=0
/proc/21199/task/21203/stat : 21203 (java) S 21197 21199 17148 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1985160399 834527232 15734 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21204] ppid=21197 vsize=814968 CPUtime=0
/proc/21199/task/21204/stat : 21204 (java) S 21197 21199 17148 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1985160401 834527232 15745 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21205] ppid=21197 vsize=814968 CPUtime=0
/proc/21199/task/21205/stat : 21205 (java) S 21197 21199 17148 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1985160401 834527232 15755 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21206] ppid=21197 vsize=814968 CPUtime=0
/proc/21199/task/21206/stat : 21206 (java) S 21197 21199 17148 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1985160401 834527232 15765 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21207] ppid=21197 vsize=814968 CPUtime=0
/proc/21199/task/21207/stat : 21207 (java) S 21197 21199 17148 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1985160405 834527232 15777 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21208] ppid=21197 vsize=814968 CPUtime=0.41
/proc/21199/task/21208/stat : 21208 (java) R 21197 21199 17148 0 -1 64 3578 0 0 0 40 1 0 0 16 0 12 0 1985160405 834527232 15789 996147200 134512640 134550740 4294956032 18446744073709551615 103820547 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21209] ppid=21197 vsize=814968 CPUtime=0.21
/proc/21199/task/21209/stat : 21209 (java) S 21197 21199 17148 0 -1 64 1037 0 0 0 21 0 0 0 16 0 12 0 1985160405 834527232 15798 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21210] ppid=21197 vsize=814968 CPUtime=0
/proc/21199/task/21210/stat : 21210 (java) S 21197 21199 17148 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1985160405 834527232 15808 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21211] ppid=21197 vsize=814968 CPUtime=0
/proc/21199/task/21211/stat : 21211 (java) S 21197 21199 17148 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1985160405 834527232 15819 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 814180

[startup+3.10288 s]
/proc/loadavg: 2.05 2.15 2.07 4/85 21211
/proc/meminfo: memFree=1613936/2055920 swapFree=4179604/4192956
[pid=21199] ppid=21197 vsize=816912 CPUtime=3.33
/proc/21199/stat : 21199 (java) S 21197 21199 17148 0 -1 0 32548 0 1 0 317 16 0 0 18 0 12 0 1985160397 836517888 28587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21199/statm: 204228 28587 1381 9 0 201590 0
[pid=21199/tid=21201] ppid=21197 vsize=816912 CPUtime=1.72
/proc/21199/task/21201/stat : 21201 (java) R 21197 21199 17148 0 -1 64 17291 0 1 0 162 10 0 0 25 0 12 0 1985160398 836517888 28587 996147200 134512640 134550740 4294956032 18446744073709551615 4109694021 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21202] ppid=21197 vsize=816912 CPUtime=0.26
/proc/21199/task/21202/stat : 21202 (java) S 21197 21199 17148 0 -1 64 4256 0 0 0 24 2 0 0 18 0 12 0 1985160399 836517888 28587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21203] ppid=21197 vsize=816912 CPUtime=0.25
/proc/21199/task/21203/stat : 21203 (java) S 21197 21199 17148 0 -1 64 4017 0 0 0 24 1 0 0 16 0 12 0 1985160399 836517888 28587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21204] ppid=21197 vsize=816912 CPUtime=0
/proc/21199/task/21204/stat : 21204 (java) S 21197 21199 17148 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1985160401 836517888 28587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21205] ppid=21197 vsize=816912 CPUtime=0
/proc/21199/task/21205/stat : 21205 (java) S 21197 21199 17148 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1985160401 836517888 28587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21206] ppid=21197 vsize=816912 CPUtime=0
/proc/21199/task/21206/stat : 21206 (java) S 21197 21199 17148 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985160401 836517888 28587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21207] ppid=21197 vsize=816912 CPUtime=0
/proc/21199/task/21207/stat : 21207 (java) S 21197 21199 17148 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1985160405 836517888 28587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21208] ppid=21197 vsize=816912 CPUtime=0.79
/proc/21199/task/21208/stat : 21208 (java) S 21197 21199 17148 0 -1 64 5143 0 0 0 78 1 0 0 17 0 12 0 1985160405 836517888 28587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21209] ppid=21197 vsize=816912 CPUtime=0.26
/proc/21199/task/21209/stat : 21209 (java) S 21197 21199 17148 0 -1 64 1047 0 0 0 26 0 0 0 16 0 12 0 1985160405 836517888 28587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21210] ppid=21197 vsize=816912 CPUtime=0
/proc/21199/task/21210/stat : 21210 (java) S 21197 21199 17148 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1985160405 836517888 28587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21211] ppid=21197 vsize=816912 CPUtime=0
/proc/21199/task/21211/stat : 21211 (java) S 21197 21199 17148 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1985160405 836517888 28587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.33
Current children cumulated vsize (KiB) 816912

[startup+6.30131 s]
/proc/loadavg: 2.05 2.15 2.07 3/85 21211
/proc/meminfo: memFree=1559920/2055920 swapFree=4179604/4192956
[pid=21199] ppid=21197 vsize=815124 CPUtime=6.64
/proc/21199/stat : 21199 (java) S 21197 21199 17148 0 -1 0 40350 0 1 0 645 19 0 0 18 0 12 0 1985160397 834686976 34460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21199/statm: 203781 34460 1381 9 0 201143 0
[pid=21199/tid=21201] ppid=21197 vsize=815124 CPUtime=4.62
/proc/21199/task/21201/stat : 21201 (java) R 21197 21199 17148 0 -1 64 17297 0 1 0 452 10 0 0 25 0 12 0 1985160398 834686976 34460 996147200 134512640 134550740 4294956032 18446744073709551615 4109175701 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21202] ppid=21197 vsize=815124 CPUtime=0.46
/proc/21199/task/21202/stat : 21202 (java) S 21197 21199 17148 0 -1 64 9159 0 0 0 42 4 0 0 16 0 12 0 1985160399 834686976 34460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21203] ppid=21197 vsize=815124 CPUtime=0.45
/proc/21199/task/21203/stat : 21203 (java) S 21197 21199 17148 0 -1 64 6910 0 0 0 43 2 0 0 16 0 12 0 1985160399 834686976 34460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21204] ppid=21197 vsize=815124 CPUtime=0
/proc/21199/task/21204/stat : 21204 (java) S 21197 21199 17148 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1985160401 834686976 34460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21205] ppid=21197 vsize=815124 CPUtime=0
/proc/21199/task/21205/stat : 21205 (java) S 21197 21199 17148 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1985160401 834686976 34460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21206] ppid=21197 vsize=815124 CPUtime=0
/proc/21199/task/21206/stat : 21206 (java) S 21197 21199 17148 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985160401 834686976 34460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21207] ppid=21197 vsize=815124 CPUtime=0
/proc/21199/task/21207/stat : 21207 (java) S 21197 21199 17148 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1985160405 834686976 34460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21208] ppid=21197 vsize=815124 CPUtime=0.79
/proc/21199/task/21208/stat : 21208 (java) S 21197 21199 17148 0 -1 64 5143 0 0 0 78 1 0 0 17 0 12 0 1985160405 834686976 34460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21209] ppid=21197 vsize=815124 CPUtime=0.27
/proc/21199/task/21209/stat : 21209 (java) S 21197 21199 17148 0 -1 64 1047 0 0 0 27 0 0 0 16 0 12 0 1985160405 834686976 34460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21210] ppid=21197 vsize=815124 CPUtime=0
/proc/21199/task/21210/stat : 21210 (java) S 21197 21199 17148 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1985160405 834686976 34460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21211] ppid=21197 vsize=815124 CPUtime=0
/proc/21199/task/21211/stat : 21211 (java) S 21197 21199 17148 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1985160405 834686976 34460 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.64
Current children cumulated vsize (KiB) 815124

[startup+12.7026 s]
/proc/loadavg: 2.04 2.15 2.07 7/85 21211
/proc/meminfo: memFree=1519216/2055920 swapFree=4179604/4192956
[pid=21199] ppid=21197 vsize=814972 CPUtime=13.04
/proc/21199/stat : 21199 (java) S 21197 21199 17148 0 -1 0 49700 0 1 0 1281 23 0 0 18 0 12 0 1985160397 834531328 43753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21199/statm: 203743 43753 1381 9 0 201105 0
[pid=21199/tid=21201] ppid=21197 vsize=814972 CPUtime=10.7
/proc/21199/task/21201/stat : 21201 (java) R 21197 21199 17148 0 -1 64 17316 0 1 0 1060 10 0 0 25 0 12 0 1985160398 834531328 43753 996147200 134512640 134550740 4294956032 18446744073709551615 4109683764 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21202] ppid=21197 vsize=814972 CPUtime=0.57
/proc/21199/task/21202/stat : 21202 (java) S 21197 21199 17148 0 -1 64 13548 0 0 0 52 5 0 0 16 0 12 0 1985160399 834531328 43753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21203] ppid=21197 vsize=814972 CPUtime=0.57
/proc/21199/task/21203/stat : 21203 (java) S 21197 21199 17148 0 -1 64 11845 0 0 0 53 4 0 0 16 0 12 0 1985160399 834531328 43753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21204] ppid=21197 vsize=814972 CPUtime=0
/proc/21199/task/21204/stat : 21204 (java) S 21197 21199 17148 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1985160401 834531328 43753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21205] ppid=21197 vsize=814972 CPUtime=0
/proc/21199/task/21205/stat : 21205 (java) S 21197 21199 17148 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1985160401 834531328 43753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21206] ppid=21197 vsize=814972 CPUtime=0
/proc/21199/task/21206/stat : 21206 (java) S 21197 21199 17148 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985160401 834531328 43753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21207] ppid=21197 vsize=814972 CPUtime=0
/proc/21199/task/21207/stat : 21207 (java) S 21197 21199 17148 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1985160405 834531328 43753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21208] ppid=21197 vsize=814972 CPUtime=0.84
/proc/21199/task/21208/stat : 21208 (java) S 21197 21199 17148 0 -1 64 5147 0 0 0 83 1 0 0 16 0 12 0 1985160405 834531328 43753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21209] ppid=21197 vsize=814972 CPUtime=0.3
/proc/21199/task/21209/stat : 21209 (java) S 21197 21199 17148 0 -1 64 1050 0 0 0 30 0 0 0 16 0 12 0 1985160405 834531328 43753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21210] ppid=21197 vsize=814972 CPUtime=0
/proc/21199/task/21210/stat : 21210 (java) S 21197 21199 17148 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1985160405 834531328 43753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21211] ppid=21197 vsize=814972 CPUtime=0
/proc/21199/task/21211/stat : 21211 (java) S 21197 21199 17148 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1985160405 834531328 43753 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.04
Current children cumulated vsize (KiB) 814972

[startup+25.5011 s]
/proc/loadavg: 2.03 2.14 2.07 4/85 21211
/proc/meminfo: memFree=1470512/2055920 swapFree=4179604/4192956
[pid=21199] ppid=21197 vsize=814972 CPUtime=25.83
/proc/21199/stat : 21199 (java) S 21197 21199 17148 0 -1 0 61481 0 1 0 2555 28 0 0 18 0 12 0 1985160397 834531328 55514 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21199/statm: 203743 55514 1381 9 0 201105 0
[pid=21199/tid=21201] ppid=21197 vsize=814972 CPUtime=23.24
/proc/21199/task/21201/stat : 21201 (java) R 21197 21199 17148 0 -1 64 17337 0 1 0 2314 10 0 0 25 0 12 0 1985160398 834531328 55514 996147200 134512640 134550740 4294956032 18446744073709551615 4109649074 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21202] ppid=21197 vsize=814972 CPUtime=0.68
/proc/21199/task/21202/stat : 21202 (java) S 21197 21199 17148 0 -1 64 18335 0 0 0 61 7 0 0 16 0 12 0 1985160399 834531328 55514 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21203] ppid=21197 vsize=814972 CPUtime=0.69
/proc/21199/task/21203/stat : 21203 (java) S 21197 21199 17148 0 -1 64 18818 0 0 0 62 7 0 0 16 0 12 0 1985160399 834531328 55514 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21204] ppid=21197 vsize=814972 CPUtime=0
/proc/21199/task/21204/stat : 21204 (java) S 21197 21199 17148 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 1985160401 834531328 55514 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21205] ppid=21197 vsize=814972 CPUtime=0
/proc/21199/task/21205/stat : 21205 (java) S 21197 21199 17148 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1985160401 834531328 55514 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21206] ppid=21197 vsize=814972 CPUtime=0
/proc/21199/task/21206/stat : 21206 (java) S 21197 21199 17148 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985160401 834531328 55514 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21207] ppid=21197 vsize=814972 CPUtime=0
/proc/21199/task/21207/stat : 21207 (java) S 21197 21199 17148 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1985160405 834531328 55514 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=21199/tid=21210] ppid=21197 vsize=816976 CPUtime=0
/proc/21199/task/21210/stat : 21210 (java) S 21197 21199 17148 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1985160405 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21211] ppid=21197 vsize=816976 CPUtime=0
/proc/21199/task/21211/stat : 21211 (java) S 21197 21199 17148 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1985160405 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 204.65
Current children cumulated vsize (KiB) 816976

[startup+211.103 s]
/proc/loadavg: 2.28 2.13 2.07 5/85 21211
/proc/meminfo: memFree=996528/2055920 swapFree=4179604/4192956
[pid=21199] ppid=21197 vsize=816976 CPUtime=211.05
/proc/21199/stat : 21199 (java) S 21197 21199 17148 0 -1 0 199389 0 1 0 21024 81 0 0 18 0 12 0 1985160397 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21199/statm: 204244 173788 1389 9 0 201606 0
[pid=21199/tid=21201] ppid=21197 vsize=816976 CPUtime=178.75
/proc/21199/task/21201/stat : 21201 (java) R 21197 21199 17148 0 -1 64 17608 0 1 0 17864 11 0 0 25 0 12 0 1985160398 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21202] ppid=21197 vsize=816976 CPUtime=2.81
/proc/21199/task/21202/stat : 21202 (java) S 21197 21199 17148 0 -1 64 72671 0 0 0 256 25 0 0 16 0 12 0 1985160399 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21203] ppid=21197 vsize=816976 CPUtime=3
/proc/21199/task/21203/stat : 21203 (java) S 21197 21199 17148 0 -1 64 82142 0 0 0 270 30 0 0 15 0 12 0 1985160399 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21204] ppid=21197 vsize=816976 CPUtime=25.15
/proc/21199/task/21204/stat : 21204 (java) R 21197 21199 17148 0 -1 64 19970 0 0 0 2505 10 0 0 16 0 12 0 1985160401 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 106123403 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21205] ppid=21197 vsize=816976 CPUtime=0
/proc/21199/task/21205/stat : 21205 (java) S 21197 21199 17148 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1985160401 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21206] ppid=21197 vsize=816976 CPUtime=0
/proc/21199/task/21206/stat : 21206 (java) S 21197 21199 17148 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985160401 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21207] ppid=21197 vsize=816976 CPUtime=0
/proc/21199/task/21207/stat : 21207 (java) S 21197 21199 17148 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1985160405 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21208] ppid=21197 vsize=816976 CPUtime=0.87
/proc/21199/task/21208/stat : 21208 (java) S 21197 21199 17148 0 -1 64 5149 0 0 0 86 1 0 0 17 0 12 0 1985160405 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21209] ppid=21197 vsize=816976 CPUtime=0.39
/proc/21199/task/21209/stat : 21209 (java) S 21197 21199 17148 0 -1 64 1085 0 0 0 39 0 0 0 17 0 12 0 1985160405 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21210] ppid=21197 vsize=816976 CPUtime=0
/proc/21199/task/21210/stat : 21210 (java) S 21197 21199 17148 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1985160405 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21211] ppid=21197 vsize=816976 CPUtime=0
/proc/21199/task/21211/stat : 21211 (java) S 21197 21199 17148 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1985160405 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 211.05
Current children cumulated vsize (KiB) 816976

[startup+214.302 s]
/proc/loadavg: 2.28 2.13 2.07 4/85 21211
/proc/meminfo: memFree=996528/2055920 swapFree=4179604/4192956
[pid=21199] ppid=21197 vsize=816976 CPUtime=214.24
/proc/21199/stat : 21199 (java) S 21197 21199 17148 0 -1 0 201899 0 1 0 21342 82 0 0 18 0 12 0 1985160397 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21199/statm: 204244 173788 1389 9 0 201606 0
[pid=21199/tid=21201] ppid=21197 vsize=816976 CPUtime=179.08
/proc/21199/task/21201/stat : 21201 (java) R 21197 21199 17148 0 -1 64 17613 0 1 0 17897 11 0 0 25 0 12 0 1985160398 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21202] ppid=21197 vsize=816976 CPUtime=2.81
/proc/21199/task/21202/stat : 21202 (java) S 21197 21199 17148 0 -1 64 72671 0 0 0 256 25 0 0 16 0 12 0 1985160399 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21203] ppid=21197 vsize=816976 CPUtime=3
/proc/21199/task/21203/stat : 21203 (java) S 21197 21199 17148 0 -1 64 82142 0 0 0 270 30 0 0 15 0 12 0 1985160399 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21204] ppid=21197 vsize=816976 CPUtime=28.01
/proc/21199/task/21204/stat : 21204 (java) R 21197 21199 17148 0 -1 64 22475 0 0 0 2790 11 0 0 16 0 12 0 1985160401 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21205] ppid=21197 vsize=816976 CPUtime=0
/proc/21199/task/21205/stat : 21205 (java) S 21197 21199 17148 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1985160401 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21206] ppid=21197 vsize=816976 CPUtime=0
/proc/21199/task/21206/stat : 21206 (java) S 21197 21199 17148 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985160401 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21207] ppid=21197 vsize=816976 CPUtime=0
/proc/21199/task/21207/stat : 21207 (java) S 21197 21199 17148 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1985160405 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21208] ppid=21197 vsize=816976 CPUtime=0.87
/proc/21199/task/21208/stat : 21208 (java) S 21197 21199 17148 0 -1 64 5149 0 0 0 86 1 0 0 17 0 12 0 1985160405 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21209] ppid=21197 vsize=816976 CPUtime=0.39
/proc/21199/task/21209/stat : 21209 (java) S 21197 21199 17148 0 -1 64 1085 0 0 0 39 0 0 0 17 0 12 0 1985160405 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21210] ppid=21197 vsize=816976 CPUtime=0
/proc/21199/task/21210/stat : 21210 (java) S 21197 21199 17148 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1985160405 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21211] ppid=21197 vsize=816976 CPUtime=0
/proc/21199/task/21211/stat : 21211 (java) S 21197 21199 17148 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1985160405 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 214.24
Current children cumulated vsize (KiB) 816976

[startup+215.902 s]
/proc/loadavg: 2.33 2.15 2.08 5/85 21211
/proc/meminfo: memFree=996528/2055920 swapFree=4179604/4192956
[pid=21199] ppid=21197 vsize=816976 CPUtime=215.84
/proc/21199/stat : 21199 (java) S 21197 21199 17148 0 -1 0 203405 0 1 0 21501 83 0 0 18 0 12 0 1985160397 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21199/statm: 204244 173788 1389 9 0 201606 0
[pid=21199/tid=21201] ppid=21197 vsize=816976 CPUtime=179.26
/proc/21199/task/21201/stat : 21201 (java) R 21197 21199 17148 0 -1 64 17616 0 1 0 17915 11 0 0 25 0 12 0 1985160398 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21202] ppid=21197 vsize=816976 CPUtime=2.81
/proc/21199/task/21202/stat : 21202 (java) S 21197 21199 17148 0 -1 64 72671 0 0 0 256 25 0 0 16 0 12 0 1985160399 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21203] ppid=21197 vsize=816976 CPUtime=3
/proc/21199/task/21203/stat : 21203 (java) S 21197 21199 17148 0 -1 64 82142 0 0 0 270 30 0 0 15 0 12 0 1985160399 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21204] ppid=21197 vsize=816976 CPUtime=29.43
/proc/21199/task/21204/stat : 21204 (java) R 21197 21199 17148 0 -1 64 23978 0 0 0 2931 12 0 0 16 0 12 0 1985160401 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21205] ppid=21197 vsize=816976 CPUtime=0
/proc/21199/task/21205/stat : 21205 (java) S 21197 21199 17148 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1985160401 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21206] ppid=21197 vsize=816976 CPUtime=0
/proc/21199/task/21206/stat : 21206 (java) S 21197 21199 17148 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985160401 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21207] ppid=21197 vsize=816976 CPUtime=0
/proc/21199/task/21207/stat : 21207 (java) S 21197 21199 17148 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1985160405 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21208] ppid=21197 vsize=816976 CPUtime=0.87
/proc/21199/task/21208/stat : 21208 (java) S 21197 21199 17148 0 -1 64 5149 0 0 0 86 1 0 0 17 0 12 0 1985160405 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21209] ppid=21197 vsize=816976 CPUtime=0.39
/proc/21199/task/21209/stat : 21209 (java) S 21197 21199 17148 0 -1 64 1085 0 0 0 39 0 0 0 17 0 12 0 1985160405 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21210] ppid=21197 vsize=816976 CPUtime=0
/proc/21199/task/21210/stat : 21210 (java) S 21197 21199 17148 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1985160405 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21211] ppid=21197 vsize=816976 CPUtime=0
/proc/21199/task/21211/stat : 21211 (java) S 21197 21199 17148 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1985160405 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 215.84
Current children cumulated vsize (KiB) 816976

[startup+216.707 s]
/proc/loadavg: 2.33 2.15 2.08 5/85 21211
/proc/meminfo: memFree=996528/2055920 swapFree=4179604/4192956
[pid=21199] ppid=21197 vsize=816976 CPUtime=216.65
/proc/21199/stat : 21199 (java) S 21197 21199 17148 0 -1 0 203907 0 1 0 21582 83 0 0 18 0 12 0 1985160397 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21199/statm: 204244 173788 1389 9 0 201606 0
[pid=21199/tid=21201] ppid=21197 vsize=816976 CPUtime=179.32
/proc/21199/task/21201/stat : 21201 (java) R 21197 21199 17148 0 -1 64 17617 0 1 0 17921 11 0 0 25 0 12 0 1985160398 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21202] ppid=21197 vsize=816976 CPUtime=2.81
/proc/21199/task/21202/stat : 21202 (java) S 21197 21199 17148 0 -1 64 72671 0 0 0 256 25 0 0 16 0 12 0 1985160399 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21203] ppid=21197 vsize=816976 CPUtime=3
/proc/21199/task/21203/stat : 21203 (java) S 21197 21199 17148 0 -1 64 82142 0 0 0 270 30 0 0 15 0 12 0 1985160399 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21204] ppid=21197 vsize=816976 CPUtime=30.18
/proc/21199/task/21204/stat : 21204 (java) R 21197 21199 17148 0 -1 64 24479 0 0 0 3006 12 0 0 16 0 12 0 1985160401 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 104136424 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21205] ppid=21197 vsize=816976 CPUtime=0
/proc/21199/task/21205/stat : 21205 (java) S 21197 21199 17148 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1985160401 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21206] ppid=21197 vsize=816976 CPUtime=0
/proc/21199/task/21206/stat : 21206 (java) S 21197 21199 17148 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985160401 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21207] ppid=21197 vsize=816976 CPUtime=0
/proc/21199/task/21207/stat : 21207 (java) S 21197 21199 17148 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1985160405 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21208] ppid=21197 vsize=816976 CPUtime=0.87
/proc/21199/task/21208/stat : 21208 (java) S 21197 21199 17148 0 -1 64 5149 0 0 0 86 1 0 0 17 0 12 0 1985160405 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21209] ppid=21197 vsize=816976 CPUtime=0.39
/proc/21199/task/21209/stat : 21209 (java) S 21197 21199 17148 0 -1 64 1085 0 0 0 39 0 0 0 17 0 12 0 1985160405 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21210] ppid=21197 vsize=816976 CPUtime=0
/proc/21199/task/21210/stat : 21210 (java) S 21197 21199 17148 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1985160405 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21211] ppid=21197 vsize=816976 CPUtime=0
/proc/21199/task/21211/stat : 21211 (java) S 21197 21199 17148 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1985160405 836583424 173788 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 216.65
Current children cumulated vsize (KiB) 816976

[startup+217.502 s]
/proc/loadavg: 2.33 2.15 2.08 5/85 21211
/proc/meminfo: memFree=996528/2055920 swapFree=4179604/4192956
[pid=21199] ppid=21197 vsize=816976 CPUtime=217.44
/proc/21199/stat : 21199 (java) S 21197 21199 17148 0 -1 0 204413 0 1 0 21661 83 0 0 18 0 12 0 1985160397 836583424 173791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21199/statm: 204244 173791 1392 9 0 201606 0
[pid=21199/tid=21201] ppid=21197 vsize=816976 CPUtime=179.37
/proc/21199/task/21201/stat : 21201 (java) R 21197 21199 17148 0 -1 64 17621 0 1 0 17926 11 0 0 25 0 12 0 1985160398 836583424 173791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21202] ppid=21197 vsize=816976 CPUtime=2.81
/proc/21199/task/21202/stat : 21202 (java) S 21197 21199 17148 0 -1 64 72671 0 0 0 256 25 0 0 16 0 12 0 1985160399 836583424 173791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21203] ppid=21197 vsize=816976 CPUtime=3
/proc/21199/task/21203/stat : 21203 (java) S 21197 21199 17148 0 -1 64 82142 0 0 0 270 30 0 0 15 0 12 0 1985160399 836583424 173791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21204] ppid=21197 vsize=816976 CPUtime=30.92
/proc/21199/task/21204/stat : 21204 (java) R 21197 21199 17148 0 -1 64 24981 0 0 0 3080 12 0 0 16 0 12 0 1985160401 836583424 173791 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21205] ppid=21197 vsize=816976 CPUtime=0
/proc/21199/task/21205/stat : 21205 (java) S 21197 21199 17148 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1985160401 836583424 173791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21206] ppid=21197 vsize=816976 CPUtime=0
/proc/21199/task/21206/stat : 21206 (java) S 21197 21199 17148 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1985160401 836583424 173791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21199/tid=21207] ppid=21197 vsize=816976 CPUtime=0
/proc/21199/task/21207/stat : 21207 (java) S 21197 21199 17148 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1985160405 836583424 173791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21208] ppid=21197 vsize=816976 CPUtime=0.87
/proc/21199/task/21208/stat : 21208 (java) S 21197 21199 17148 0 -1 64 5149 0 0 0 86 1 0 0 17 0 12 0 1985160405 836583424 173791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21209] ppid=21197 vsize=816976 CPUtime=0.39
/proc/21199/task/21209/stat : 21209 (java) S 21197 21199 17148 0 -1 64 1085 0 0 0 39 0 0 0 17 0 12 0 1985160405 836583424 173791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21210] ppid=21197 vsize=816976 CPUtime=0
/proc/21199/task/21210/stat : 21210 (java) S 21197 21199 17148 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1985160405 836583424 173791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21199/tid=21211] ppid=21197 vsize=816976 CPUtime=0
/proc/21199/task/21211/stat : 21211 (java) S 21197 21199 17148 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1985160405 836583424 173791 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 217.44
Current children cumulated vsize (KiB) 816976

[startup+217.902 s]
/proc/loadavg: 2.33 2.15 2.08 4/85 21211
/proc/meminfo: memFree=996528/2055920 swapFree=4179604/4192956
[pid=21199] ppid=21197 vsize=0 CPUtime=217.82
/proc/21199/stat : 21199 (java) Z 21197 21199 17148 0 -1 12 204425 0 1 0 21697 85 0 0 16 0 2 0 1985160397 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21199/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 217.82
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 217.982
CPU time (s): 217.91
CPU user time (s): 216.972
CPU system time (s): 0.937857
CPU usage (%): 99.967
Max. virtual memory (cumulated for all children) (KiB): 816976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 216.972
system time used= 0.937857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204425
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= 8847
involuntary context switches= 7991

runsolver used 0.345947 second user time and 0.734888 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-03 07:14:53
IDJOB=1056173
IDBENCH=57402
IDSOLVER=344
FILE ID=node74/1056173-1215062092
PBS_JOBID= 7875029
Free space on /tmp= 103200 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/largeQueens/normalized-queens-400.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-1056173-1215062092/watcher-1056173-1215062092 -o /tmp/evaluation-result-1056173-1215062092/solver-1056173-1215062092 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1056173-1215062092.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 35ecf1acb3b6774e91a99570f293720f
RANDOM SEED=1694514438

node74.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.259
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.259
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:       1688368 kB
Buffers:         59496 kB
Cached:         227740 kB
SwapCached:       6796 kB
Active:         168676 kB
Inactive:       134036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1688368 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:           11624 kB
Writeback:           0 kB
Mapped:          22788 kB
Slab:            49948 kB
Committed_AS:  3918792 kB
PageTables:       1792 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103200 MiB
End job on node74 at 2008-07-03 07:18:31