Trace number 2083560

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1? 500.93 505.497

General information on the benchmark

Namecsp/fapp/fapp24/
normalized-fapp24-2000-9.xml
MD5SUM5949c8c2a580bb7d18408c509e0c687a
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 benchmark29.1806
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints26753
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26753
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.18/0.25	c c --- Begin Solver configuration ---
0.18/0.25	c Stops conflict analysis at the first Unique Implication Point
0.18/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.25	c Learn all clauses as in MiniSAT
0.18/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.25	c Expensive reason simplification
0.18/0.25	c MiniSAT restarts strategy
0.18/0.25	c Memory based learned constraints deletion strategy
0.18/0.25	c timeout=2147483s
0.18/0.25	c DB Simplification allowed=false
0.18/0.25	c --- End Solver configuration ---
0.18/0.25	c solving HOME/instance-2083560-1247377655.xml
0.18/0.25	c reading problem ... 
0.48/0.51	c reading problem named null
0.48/0.51	c reading domains done.
0.68/0.77	c reading variables done.
2.75/2.48	c reading predicates  done.
2.95/2.69	c reading constraints
500.71/505.29	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
500.80/505.31		at org.mozilla.javascript.optimizer.OptRuntime.wrapDouble(OptRuntime.java:191)
500.80/505.31		at org.mozilla.javascript.gen.c1._c2(predefinedfunctions.js:5)
500.80/505.31		at org.mozilla.javascript.gen.c1.call(predefinedfunctions.js)
500.80/505.31		at org.mozilla.javascript.optimizer.OptRuntime.callName(OptRuntime.java:97)
500.80/505.31		at org.mozilla.javascript.gen.c3._c0(rhino.log:1)
500.80/505.31		at org.mozilla.javascript.gen.c3.call(rhino.log)
500.80/505.31		at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:398)
500.80/505.31		at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3065)
500.80/505.31		at org.mozilla.javascript.gen.c3.call(rhino.log)
500.80/505.31		at org.mozilla.javascript.gen.c3.exec(rhino.log)
500.80/505.31		at org.sat4j.csp.Predicate.evaluate(Unknown Source)
500.80/505.31		at org.sat4j.csp.Predicate.find(Unknown Source)
500.80/505.31		at org.sat4j.csp.Predicate.find(Unknown Source)
500.80/505.31		at org.sat4j.csp.Predicate.find(Unknown Source)
500.80/505.31		at org.sat4j.csp.Predicate.toClause(Unknown Source)
500.80/505.31		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
500.80/505.31		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
500.80/505.31		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
500.80/505.31		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
500.80/505.31		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
500.80/505.31		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
500.80/505.31		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
500.80/505.31		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
500.80/505.31		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
500.80/505.31		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
500.80/505.31		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
500.80/505.31		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
500.80/505.31		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
500.80/505.31		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
500.80/505.31		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
500.80/505.31		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
500.80/505.31		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
500.80/505.31	c starts		: 0
500.80/505.31	c conflicts		: 0
500.80/505.31	c decisions		: 0
500.80/505.31	c propagations		: 0
500.80/505.31	c inspects		: 0
500.80/505.31	c learnt literals	: 0
500.80/505.31	c learnt binary clauses	: 0
500.80/505.31	c learnt ternary clauses	: 0
500.80/505.31	c learnt clauses	: 0
500.80/505.31	c ignored clauses	: 0
500.80/505.31	c root simplifications	: 0
500.80/505.31	c removed literals (reason simplification)	: 0
500.80/505.31	c reason swapping (by a shorter reason)	: 0
500.80/505.31	c Calls to reduceDB	: 0
500.80/505.31	c speed (assignments/second)	: 0.0
500.80/505.31	c non guided choices	0
500.80/505.33	c learnt constraints type 
500.80/505.33	c constraints type 
500.80/505.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 623132
500.80/505.33	c org.sat4j.minisat.constraints.card.AtLeast => 2000
500.80/505.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 44
500.80/505.33	s UNKNOWN
500.80/505.33	c Total wall clock time (in seconds) : 505.043

Verifier Data

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

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.38 2.29 2.11 4/82 23164
/proc/meminfo: memFree=1580848/2055920 swapFree=4192812/4192956
[pid=23164] ppid=23162 vsize=13208 CPUtime=0
/proc/23164/stat : 23164 (java) S 23162 23164 18919 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 24829323 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/23164/statm: 3302 521 219 9 0 1186 0
[pid=23164/tid=23165] ppid=23162 vsize=13208 CPUtime=0
/proc/23164/task/23165/stat : 23165 (java) R 23162 23164 18919 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 24829324 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 5574616 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.051759 s]
/proc/loadavg: 2.38 2.29 2.11 4/82 23164
/proc/meminfo: memFree=1580848/2055920 swapFree=4192812/4192956
[pid=23164] ppid=23162 vsize=802032 CPUtime=0.03
/proc/23164/stat : 23164 (java) S 23162 23164 18919 0 -1 0 2556 0 1 0 2 1 0 0 18 0 7 0 24829323 821280768 2302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/23164/statm: 200508 2302 995 9 0 197859 0
[pid=23164/tid=23165] ppid=23162 vsize=802032 CPUtime=0.03
/proc/23164/task/23165/stat : 23165 (java) R 23162 23164 18919 0 -1 64 1819 0 1 0 2 1 0 0 21 0 7 0 24829324 821280768 2302 996147200 134512640 134550932 4294956016 18446744073709551615 5162619 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802032

[startup+0.101766 s]
/proc/loadavg: 2.38 2.29 2.11 4/82 23164
/proc/meminfo: memFree=1580848/2055920 swapFree=4192812/4192956
[pid=23164] ppid=23162 vsize=804560 CPUtime=0.08
/proc/23164/stat : 23164 (java) S 23162 23164 18919 0 -1 0 2991 0 1 0 6 2 0 0 18 0 12 0 24829323 823869440 2734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23164/statm: 201140 2734 1079 9 0 198474 0
[pid=23164/tid=23165] ppid=23162 vsize=804560 CPUtime=0.07
/proc/23164/task/23165/stat : 23165 (java) R 23162 23164 18919 0 -1 64 2236 0 1 0 6 1 0 0 21 0 12 0 24829324 823869440 2734 996147200 134512640 134550932 4294956016 18446744073709551615 4109129051 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301802 s]
/proc/loadavg: 2.38 2.29 2.11 4/82 23164
/proc/meminfo: memFree=1580848/2055920 swapFree=4192812/4192956
[pid=23164] ppid=23162 vsize=805628 CPUtime=0.28
/proc/23164/stat : 23164 (java) S 23162 23164 18919 0 -1 0 4296 0 1 0 25 3 0 0 18 0 12 0 24829323 824963072 4033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23164/statm: 201407 4033 1358 9 0 198734 0
[pid=23164/tid=23165] ppid=23162 vsize=805628 CPUtime=0.21
/proc/23164/task/23165/stat : 23165 (java) R 23162 23164 18919 0 -1 64 3060 0 1 0 19 2 0 0 18 0 12 0 24829324 824963072 4033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701876 s]
/proc/loadavg: 2.38 2.29 2.11 4/82 23164
/proc/meminfo: memFree=1580848/2055920 swapFree=4192812/4192956
[pid=23164] ppid=23162 vsize=808468 CPUtime=0.68
/proc/23164/stat : 23164 (java) S 23162 23164 18919 0 -1 0 6253 0 1 0 63 5 0 0 18 0 12 0 24829323 827871232 5235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23164/statm: 202117 5235 1390 9 0 199444 0
[pid=23164/tid=23165] ppid=23162 vsize=808468 CPUtime=0.36
/proc/23164/task/23165/stat : 23165 (java) R 23162 23164 18919 0 -1 64 3535 0 1 0 33 3 0 0 18 0 12 0 24829324 827871232 5235 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808468

[startup+1.50302 s]
/proc/loadavg: 2.38 2.29 2.11 3/94 23176
/proc/meminfo: memFree=1562768/2055920 swapFree=4192812/4192956
[pid=23164] ppid=23162 vsize=808468 CPUtime=1.48
/proc/23164/stat : 23164 (java) S 23162 23164 18919 0 -1 0 10178 0 1 0 141 7 0 0 18 0 12 0 24829323 827871232 9159 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23164/statm: 202117 9159 1400 9 0 199444 0
[pid=23164/tid=23165] ppid=23162 vsize=808468 CPUtime=0.73
/proc/23164/task/23165/stat : 23165 (java) R 23162 23164 18919 0 -1 64 7398 0 1 0 68 5 0 0 22 0 12 0 24829324 827871232 9159 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23167] ppid=23162 vsize=808468 CPUtime=0
/proc/23164/task/23167/stat : 23167 (java) S 23162 23164 18919 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 24829325 827871232 9159 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23168] ppid=23162 vsize=808468 CPUtime=0
/proc/23164/task/23168/stat : 23168 (java) S 23162 23164 18919 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 24829325 827871232 9159 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23169] ppid=23162 vsize=808468 CPUtime=0
/proc/23164/task/23169/stat : 23169 (java) S 23162 23164 18919 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24829327 827871232 9159 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23170] ppid=23162 vsize=808468 CPUtime=0
/proc/23164/task/23170/stat : 23170 (java) S 23162 23164 18919 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 24829328 827871232 9159 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23171] ppid=23162 vsize=808468 CPUtime=0
/proc/23164/task/23171/stat : 23171 (java) S 23162 23164 18919 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 24829328 827871232 9159 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23172] ppid=23162 vsize=808468 CPUtime=0
/proc/23164/task/23172/stat : 23172 (java) S 23162 23164 18919 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24829333 827871232 9159 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23173] ppid=23162 vsize=808468 CPUtime=0
/proc/23164/task/23173/stat : 23173 (java) S 23162 23164 18919 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24829333 827871232 9159 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23174] ppid=23162 vsize=808468 CPUtime=0.73
/proc/23164/task/23174/stat : 23174 (java) R 23162 23164 18919 0 -1 64 2024 0 0 0 72 1 0 0 17 0 12 0 24829333 827871232 9159 996147200 134512640 134550932 4294956016 18446744073709551615 105588383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23175] ppid=23162 vsize=808468 CPUtime=0
/proc/23164/task/23175/stat : 23175 (java) S 23162 23164 18919 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24829333 827871232 9159 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23176] ppid=23162 vsize=808468 CPUtime=0
/proc/23164/task/23176/stat : 23176 (java) S 23162 23164 18919 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24829333 827871232 9159 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 808468

[startup+3.10231 s]
/proc/loadavg: 2.38 2.29 2.11 5/94 23176
/proc/meminfo: memFree=1460048/2055920 swapFree=4192812/4192956
[pid=23164] ppid=23162 vsize=810768 CPUtime=3.44
/proc/23164/stat : 23164 (java) S 23162 23164 18919 0 -1 0 50181 0 1 0 317 27 0 0 18 0 12 0 24829323 830226432 45322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23164/statm: 202692 45322 1434 9 0 200019 0
[pid=23164/tid=23165] ppid=23162 vsize=810768 CPUtime=1.36
/proc/23164/task/23165/stat : 23165 (java) R 23162 23164 18919 0 -1 64 17248 0 1 0 126 10 0 0 19 0 12 0 24829324 830226432 45322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23167] ppid=23162 vsize=810768 CPUtime=0.56
/proc/23164/task/23167/stat : 23167 (java) S 23162 23164 18919 0 -1 64 17889 0 0 0 48 8 0 0 19 0 12 0 24829325 830226432 45322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23168] ppid=23162 vsize=810768 CPUtime=0.44
/proc/23164/task/23168/stat : 23168 (java) S 23162 23164 18919 0 -1 64 11348 0 0 0 38 6 0 0 19 0 12 0 24829325 830226432 45322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23169] ppid=23162 vsize=810768 CPUtime=0
/proc/23164/task/23169/stat : 23169 (java) S 23162 23164 18919 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24829327 830226432 45322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23170] ppid=23162 vsize=810768 CPUtime=0
/proc/23164/task/23170/stat : 23170 (java) S 23162 23164 18919 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24829328 830226432 45322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23171] ppid=23162 vsize=810768 CPUtime=0
/proc/23164/task/23171/stat : 23171 (java) S 23162 23164 18919 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24829328 830226432 45322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23172] ppid=23162 vsize=810768 CPUtime=0
/proc/23164/task/23172/stat : 23172 (java) S 23162 23164 18919 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24829333 830226432 45322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23173] ppid=23162 vsize=810768 CPUtime=0
/proc/23164/task/23173/stat : 23173 (java) S 23162 23164 18919 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24829333 830226432 45322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23174] ppid=23162 vsize=810768 CPUtime=1.05
/proc/23164/task/23174/stat : 23174 (java) R 23162 23164 18919 0 -1 64 2933 0 0 0 104 1 0 0 17 0 12 0 24829333 830226432 45322 996147200 134512640 134550932 4294956016 18446744073709551615 105363586 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23175] ppid=23162 vsize=810768 CPUtime=0
/proc/23164/task/23175/stat : 23175 (java) S 23162 23164 18919 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24829333 830226432 45322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23176] ppid=23162 vsize=810768 CPUtime=0
/proc/23164/task/23176/stat : 23176 (java) S 23162 23164 18919 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24829333 830226432 45322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 810768

[startup+6.30289 s]
/proc/loadavg: 2.43 2.31 2.12 3/94 23176
/proc/meminfo: memFree=1388304/2055920 swapFree=4192812/4192956
[pid=23164] ppid=23162 vsize=809880 CPUtime=6.61
/proc/23164/stat : 23164 (java) S 23162 23164 18919 0 -1 0 53471 0 1 0 632 29 0 0 18 0 12 0 24829323 829317120 47653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23164/statm: 202470 47653 1440 9 0 199797 0
[pid=23164/tid=23165] ppid=23162 vsize=809880 CPUtime=3.91
/proc/23164/task/23165/stat : 23165 (java) R 23162 23164 18919 0 -1 64 17257 0 1 0 381 10 0 0 25 0 12 0 24829324 829317120 47653 996147200 134512640 134550932 4294956016 18446744073709551615 4109694572 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23167] ppid=23162 vsize=809880 CPUtime=0.66
/proc/23164/task/23167/stat : 23167 (java) S 23162 23164 18919 0 -1 64 19168 0 0 0 58 8 0 0 16 0 12 0 24829325 829317120 47653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23168] ppid=23162 vsize=809880 CPUtime=0.53
/proc/23164/task/23168/stat : 23168 (java) S 23162 23164 18919 0 -1 64 12575 0 0 0 47 6 0 0 16 0 12 0 24829325 829317120 47653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23169] ppid=23162 vsize=809880 CPUtime=0
/proc/23164/task/23169/stat : 23169 (java) S 23162 23164 18919 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24829327 829317120 47653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23170] ppid=23162 vsize=809880 CPUtime=0
/proc/23164/task/23170/stat : 23170 (java) S 23162 23164 18919 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24829328 829317120 47653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23171] ppid=23162 vsize=809880 CPUtime=0
/proc/23164/task/23171/stat : 23171 (java) S 23162 23164 18919 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24829328 829317120 47653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23172] ppid=23162 vsize=809880 CPUtime=0
/proc/23164/task/23172/stat : 23172 (java) S 23162 23164 18919 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24829333 829317120 47653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23173] ppid=23162 vsize=809880 CPUtime=0
/proc/23164/task/23173/stat : 23173 (java) S 23162 23164 18919 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24829333 829317120 47653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23174] ppid=23162 vsize=809880 CPUtime=1.45
/proc/23164/task/23174/stat : 23174 (java) S 23162 23164 18919 0 -1 64 3708 0 0 0 143 2 0 0 17 0 12 0 24829333 829317120 47653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23175] ppid=23162 vsize=809880 CPUtime=0
/proc/23164/task/23175/stat : 23175 (java) S 23162 23164 18919 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24829333 829317120 47653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23176] ppid=23162 vsize=809880 CPUtime=0
/proc/23164/task/23176/stat : 23176 (java) S 23162 23164 18919 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24829333 829317120 47653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.61
Current children cumulated vsize (KiB) 809880

[startup+12.7021 s]
/proc/loadavg: 2.39 2.30 2.11 3/94 23176
/proc/meminfo: memFree=1356504/2055920 swapFree=4192812/4192956
[pid=23164] ppid=23162 vsize=809880 CPUtime=12.95
/proc/23164/stat : 23164 (java) S 23162 23164 18919 0 -1 0 58458 0 1 0 1263 32 0 0 18 0 12 0 24829323 829317120 52623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23164/statm: 202470 52623 1440 9 0 199797 0
[pid=23164/tid=23165] ppid=23162 vsize=809880 CPUtime=9.67
/proc/23164/task/23165/stat : 23165 (java) R 23162 23164 18919 0 -1 64 17277 0 1 0 957 10 0 0 25 0 12 0 24829324 829317120 52623 996147200 134512640 134550932 4294956016 18446744073709551615 4109870768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23167] ppid=23162 vsize=809880 CPUtime=0.78
/proc/23164/task/23167/stat : 23167 (java) S 23162 23164 18919 0 -1 64 21308 0 0 0 69 9 0 0 16 0 12 0 24829325 829317120 52623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23168] ppid=23162 vsize=809880 CPUtime=0.78
/proc/23164/task/23168/stat : 23168 (java) S 23162 23164 18919 0 -1 64 15390 0 0 0 70 8 0 0 16 0 12 0 24829325 829317120 52623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23169] ppid=23162 vsize=809880 CPUtime=0.01
/proc/23164/task/23169/stat : 23169 (java) S 23162 23164 18919 0 -1 64 10 0 0 0 1 0 0 0 16 0 12 0 24829327 829317120 52623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23170] ppid=23162 vsize=809880 CPUtime=0
/proc/23164/task/23170/stat : 23170 (java) S 23162 23164 18919 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24829328 829317120 52623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23171] ppid=23162 vsize=809880 CPUtime=0
/proc/23164/task/23171/stat : 23171 (java) S 23162 23164 18919 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24829328 829317120 52623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23172] ppid=23162 vsize=809880 CPUtime=0
/proc/23164/task/23172/stat : 23172 (java) S 23162 23164 18919 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24829333 829317120 52623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23173] ppid=23162 vsize=809880 CPUtime=0
/proc/23164/task/23173/stat : 23173 (java) S 23162 23164 18919 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24829333 829317120 52623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23174] ppid=23162 vsize=809880 CPUtime=1.65
/proc/23164/task/23174/stat : 23174 (java) S 23162 23164 18919 0 -1 64 3720 0 0 0 163 2 0 0 16 0 12 0 24829333 829317120 52623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23175] ppid=23162 vsize=809880 CPUtime=0
/proc/23164/task/23175/stat : 23175 (java) S 23162 23164 18919 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24829333 829317120 52623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23176] ppid=23162 vsize=809880 CPUtime=0
/proc/23164/task/23176/stat : 23176 (java) S 23162 23164 18919 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24829333 829317120 52623 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.95
Current children cumulated vsize (KiB) 809880

[startup+25.5024 s]
/proc/loadavg: 2.30 2.28 2.11 3/94 23176
/proc/meminfo: memFree=1317848/2055920 swapFree=4192812/4192956
[pid=23164] ppid=23162 vsize=809880 CPUtime=25.62
/proc/23164/stat : 23164 (java) S 23162 23164 18919 0 -1 0 63450 0 1 0 2528 34 0 0 18 0 12 0 24829323 829317120 57592 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23164/statm: 202470 57592 1440 9 0 199797 0
[pid=23164/tid=23165] ppid=23162 vsize=809880 CPUtime=21.89
/proc/23164/task/23165/stat : 23165 (java) R 23162 23164 18919 0 -1 64 17304 0 1 0 2179 10 0 0 25 0 12 0 24829324 829317120 57592 996147200 134512640 134550932 4294956016 18446744073709551615 4109764840 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23167] ppid=23162 vsize=809880 CPUtime=0.96
/proc/23164/task/23167/stat : 23167 (java) S 23162 23164 18919 0 -1 64 23735 0 0 0 85 11 0 0 16 0 12 0 24829325 829317120 57592 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23168] ppid=23162 vsize=809880 CPUtime=0.99

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

[pid=23164/tid=23175] ppid=23162 vsize=817884 CPUtime=0
/proc/23164/task/23175/stat : 23175 (java) S 23162 23164 18919 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24829333 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23176] ppid=23162 vsize=817884 CPUtime=0
/proc/23164/task/23176/stat : 23176 (java) S 23162 23164 18919 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24829333 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 482.13
Current children cumulated vsize (KiB) 817884

[startup+499.202 s]
/proc/loadavg: 2.48 2.38 2.20 3/94 23178
/proc/meminfo: memFree=18136/2055920 swapFree=4192812/4192956
[pid=23164] ppid=23162 vsize=817884 CPUtime=494.78
/proc/23164/stat : 23164 (java) S 23162 23164 18919 0 -1 0 568510 0 1 0 49188 290 0 0 18 0 12 0 24829323 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23164/statm: 204471 174068 1451 9 0 201798 0
[pid=23164/tid=23165] ppid=23162 vsize=817884 CPUtime=362.88
/proc/23164/task/23165/stat : 23165 (java) S 23162 23164 18919 0 -1 64 17776 0 1 0 36253 35 0 0 17 0 12 0 24829324 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23167] ppid=23162 vsize=817884 CPUtime=5.34
/proc/23164/task/23167/stat : 23167 (java) S 23162 23164 18919 0 -1 64 78281 0 0 0 502 32 0 0 15 0 12 0 24829325 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23164/tid=23168] ppid=23162 vsize=817884 CPUtime=5.44
/proc/23164/task/23168/stat : 23168 (java) S 23162 23164 18919 0 -1 64 77670 0 0 0 513 31 0 0 16 0 12 0 24829325 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23164/tid=23169] ppid=23162 vsize=817884 CPUtime=119.04
/proc/23164/task/23169/stat : 23169 (java) R 23162 23164 18919 0 -1 64 389449 0 0 0 11717 187 0 0 25 0 12 0 24829327 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23170] ppid=23162 vsize=817884 CPUtime=0
/proc/23164/task/23170/stat : 23170 (java) S 23162 23164 18919 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24829328 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23164/tid=23171] ppid=23162 vsize=817884 CPUtime=0
/proc/23164/task/23171/stat : 23171 (java) S 23162 23164 18919 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24829328 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23164/tid=23172] ppid=23162 vsize=817884 CPUtime=0
/proc/23164/task/23172/stat : 23172 (java) S 23162 23164 18919 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24829333 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23173] ppid=23162 vsize=817884 CPUtime=0
/proc/23164/task/23173/stat : 23173 (java) S 23162 23164 18919 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24829333 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23174] ppid=23162 vsize=817884 CPUtime=2.03
/proc/23164/task/23174/stat : 23174 (java) S 23162 23164 18919 0 -1 64 4581 0 0 0 201 2 0 0 16 0 12 0 24829333 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23164/tid=23175] ppid=23162 vsize=817884 CPUtime=0
/proc/23164/task/23175/stat : 23175 (java) S 23162 23164 18919 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24829333 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23176] ppid=23162 vsize=817884 CPUtime=0
/proc/23164/task/23176/stat : 23176 (java) S 23162 23164 18919 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24829333 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 494.78
Current children cumulated vsize (KiB) 817884

[startup+502.402 s]
/proc/loadavg: 2.48 2.38 2.20 3/94 23178
/proc/meminfo: memFree=18072/2055920 swapFree=4192812/4192956
[pid=23164] ppid=23162 vsize=811884 CPUtime=497.94
/proc/23164/stat : 23164 (java) S 23162 23164 18919 0 -1 0 576773 0 1 0 49500 294 0 0 18 0 12 0 24829323 831369216 172568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23164/statm: 202971 172568 1451 9 0 200298 0
[pid=23164/tid=23165] ppid=23162 vsize=811884 CPUtime=363.12
/proc/23164/task/23165/stat : 23165 (java) S 23162 23164 18919 0 -1 64 17779 0 1 0 36277 35 0 0 17 0 12 0 24829324 831369216 172568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23167] ppid=23162 vsize=811884 CPUtime=5.34
/proc/23164/task/23167/stat : 23167 (java) S 23162 23164 18919 0 -1 64 78281 0 0 0 502 32 0 0 15 0 12 0 24829325 831369216 172568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23164/tid=23168] ppid=23162 vsize=811884 CPUtime=5.44
/proc/23164/task/23168/stat : 23168 (java) S 23162 23164 18919 0 -1 64 77670 0 0 0 513 31 0 0 16 0 12 0 24829325 831369216 172568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23164/tid=23169] ppid=23162 vsize=811884 CPUtime=121.95
/proc/23164/task/23169/stat : 23169 (java) R 23162 23164 18919 0 -1 64 397709 0 0 0 12005 190 0 0 25 0 12 0 24829327 831369216 172568 996147200 134512640 134550932 4294956016 18446744073709551615 105696564 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23170] ppid=23162 vsize=811884 CPUtime=0
/proc/23164/task/23170/stat : 23170 (java) S 23162 23164 18919 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24829328 831369216 172568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23164/tid=23171] ppid=23162 vsize=811884 CPUtime=0
/proc/23164/task/23171/stat : 23171 (java) S 23162 23164 18919 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24829328 831369216 172568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23164/tid=23172] ppid=23162 vsize=811884 CPUtime=0
/proc/23164/task/23172/stat : 23172 (java) S 23162 23164 18919 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24829333 831369216 172568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23173] ppid=23162 vsize=811884 CPUtime=0
/proc/23164/task/23173/stat : 23173 (java) S 23162 23164 18919 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24829333 831369216 172568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23174] ppid=23162 vsize=811884 CPUtime=2.03
/proc/23164/task/23174/stat : 23174 (java) S 23162 23164 18919 0 -1 64 4581 0 0 0 201 2 0 0 16 0 12 0 24829333 831369216 172568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23164/tid=23175] ppid=23162 vsize=811884 CPUtime=0
/proc/23164/task/23175/stat : 23175 (java) S 23162 23164 18919 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24829333 831369216 172568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23176] ppid=23162 vsize=811884 CPUtime=0
/proc/23164/task/23176/stat : 23176 (java) S 23162 23164 18919 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24829333 831369216 172568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 497.94
Current children cumulated vsize (KiB) 811884

[startup+504.002 s]
/proc/loadavg: 2.44 2.38 2.20 3/94 23178
/proc/meminfo: memFree=19352/2055920 swapFree=4192812/4192956
[pid=23164] ppid=23162 vsize=817884 CPUtime=499.52
/proc/23164/stat : 23164 (java) S 23162 23164 18919 0 -1 0 583532 0 1 0 49655 297 0 0 18 0 12 0 24829323 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23164/statm: 204471 174068 1450 9 0 201798 0
[pid=23164/tid=23165] ppid=23162 vsize=817884 CPUtime=363.19
/proc/23164/task/23165/stat : 23165 (java) S 23162 23164 18919 0 -1 64 17782 0 1 0 36284 35 0 0 17 0 12 0 24829324 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23167] ppid=23162 vsize=817884 CPUtime=5.34
/proc/23164/task/23167/stat : 23167 (java) S 23162 23164 18919 0 -1 64 78281 0 0 0 502 32 0 0 15 0 12 0 24829325 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23164/tid=23168] ppid=23162 vsize=817884 CPUtime=5.44
/proc/23164/task/23168/stat : 23168 (java) S 23162 23164 18919 0 -1 64 77670 0 0 0 513 31 0 0 16 0 12 0 24829325 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23164/tid=23169] ppid=23162 vsize=817884 CPUtime=123.46
/proc/23164/task/23169/stat : 23169 (java) R 23162 23164 18919 0 -1 64 404465 0 0 0 12153 193 0 0 25 0 12 0 24829327 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23170] ppid=23162 vsize=817884 CPUtime=0
/proc/23164/task/23170/stat : 23170 (java) S 23162 23164 18919 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24829328 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23164/tid=23171] ppid=23162 vsize=817884 CPUtime=0
/proc/23164/task/23171/stat : 23171 (java) S 23162 23164 18919 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24829328 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23164/tid=23172] ppid=23162 vsize=817884 CPUtime=0
/proc/23164/task/23172/stat : 23172 (java) S 23162 23164 18919 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24829333 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23173] ppid=23162 vsize=817884 CPUtime=0
/proc/23164/task/23173/stat : 23173 (java) S 23162 23164 18919 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24829333 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23174] ppid=23162 vsize=817884 CPUtime=2.03
/proc/23164/task/23174/stat : 23174 (java) S 23162 23164 18919 0 -1 64 4581 0 0 0 201 2 0 0 16 0 12 0 24829333 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23164/tid=23175] ppid=23162 vsize=817884 CPUtime=0
/proc/23164/task/23175/stat : 23175 (java) S 23162 23164 18919 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24829333 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23176] ppid=23162 vsize=817884 CPUtime=0
/proc/23164/task/23176/stat : 23176 (java) S 23162 23164 18919 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24829333 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 499.52
Current children cumulated vsize (KiB) 817884

[startup+504.802 s]
/proc/loadavg: 2.44 2.38 2.20 3/94 23178
/proc/meminfo: memFree=19352/2055920 swapFree=4192812/4192956
[pid=23164] ppid=23162 vsize=817884 CPUtime=500.32
/proc/23164/stat : 23164 (java) S 23162 23164 18919 0 -1 0 583532 0 1 0 49735 297 0 0 18 0 12 0 24829323 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23164/statm: 204471 174068 1450 9 0 201798 0
[pid=23164/tid=23165] ppid=23162 vsize=817884 CPUtime=363.19
/proc/23164/task/23165/stat : 23165 (java) S 23162 23164 18919 0 -1 64 17782 0 1 0 36284 35 0 0 17 0 12 0 24829324 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23167] ppid=23162 vsize=817884 CPUtime=5.34
/proc/23164/task/23167/stat : 23167 (java) S 23162 23164 18919 0 -1 64 78281 0 0 0 502 32 0 0 15 0 12 0 24829325 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23164/tid=23168] ppid=23162 vsize=817884 CPUtime=5.44
/proc/23164/task/23168/stat : 23168 (java) S 23162 23164 18919 0 -1 64 77670 0 0 0 513 31 0 0 16 0 12 0 24829325 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23164/tid=23169] ppid=23162 vsize=817884 CPUtime=124.25
/proc/23164/task/23169/stat : 23169 (java) R 23162 23164 18919 0 -1 64 404465 0 0 0 12232 193 0 0 25 0 12 0 24829327 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 106159115 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23170] ppid=23162 vsize=817884 CPUtime=0
/proc/23164/task/23170/stat : 23170 (java) S 23162 23164 18919 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24829328 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23164/tid=23171] ppid=23162 vsize=817884 CPUtime=0
/proc/23164/task/23171/stat : 23171 (java) S 23162 23164 18919 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24829328 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23164/tid=23172] ppid=23162 vsize=817884 CPUtime=0
/proc/23164/task/23172/stat : 23172 (java) S 23162 23164 18919 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24829333 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23173] ppid=23162 vsize=817884 CPUtime=0
/proc/23164/task/23173/stat : 23173 (java) S 23162 23164 18919 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24829333 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23174] ppid=23162 vsize=817884 CPUtime=2.03
/proc/23164/task/23174/stat : 23174 (java) S 23162 23164 18919 0 -1 64 4581 0 0 0 201 2 0 0 16 0 12 0 24829333 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23164/tid=23175] ppid=23162 vsize=817884 CPUtime=0
/proc/23164/task/23175/stat : 23175 (java) S 23162 23164 18919 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24829333 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23176] ppid=23162 vsize=817884 CPUtime=0
/proc/23164/task/23176/stat : 23176 (java) S 23162 23164 18919 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24829333 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 500.32
Current children cumulated vsize (KiB) 817884

[startup+505.203 s]
/proc/loadavg: 2.44 2.38 2.20 3/94 23178
/proc/meminfo: memFree=16152/2055920 swapFree=4192812/4192956
[pid=23164] ppid=23162 vsize=817884 CPUtime=500.71
/proc/23164/stat : 23164 (java) S 23162 23164 18919 0 -1 0 583532 0 1 0 49774 297 0 0 18 0 12 0 24829323 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23164/statm: 204471 174068 1450 9 0 201798 0
[pid=23164/tid=23165] ppid=23162 vsize=817884 CPUtime=363.19
/proc/23164/task/23165/stat : 23165 (java) S 23162 23164 18919 0 -1 64 17782 0 1 0 36284 35 0 0 17 0 12 0 24829324 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23167] ppid=23162 vsize=817884 CPUtime=5.34
/proc/23164/task/23167/stat : 23167 (java) S 23162 23164 18919 0 -1 64 78281 0 0 0 502 32 0 0 15 0 12 0 24829325 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23164/tid=23168] ppid=23162 vsize=817884 CPUtime=5.44
/proc/23164/task/23168/stat : 23168 (java) S 23162 23164 18919 0 -1 64 77670 0 0 0 513 31 0 0 16 0 12 0 24829325 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23164/tid=23169] ppid=23162 vsize=817884 CPUtime=124.65
/proc/23164/task/23169/stat : 23169 (java) R 23162 23164 18919 0 -1 64 404465 0 0 0 12272 193 0 0 25 0 12 0 24829327 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23170] ppid=23162 vsize=817884 CPUtime=0
/proc/23164/task/23170/stat : 23170 (java) S 23162 23164 18919 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24829328 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23164/tid=23171] ppid=23162 vsize=817884 CPUtime=0
/proc/23164/task/23171/stat : 23171 (java) S 23162 23164 18919 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24829328 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23164/tid=23172] ppid=23162 vsize=817884 CPUtime=0
/proc/23164/task/23172/stat : 23172 (java) S 23162 23164 18919 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 24829333 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23173] ppid=23162 vsize=817884 CPUtime=0
/proc/23164/task/23173/stat : 23173 (java) S 23162 23164 18919 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24829333 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23174] ppid=23162 vsize=817884 CPUtime=2.03
/proc/23164/task/23174/stat : 23174 (java) S 23162 23164 18919 0 -1 64 4581 0 0 0 201 2 0 0 16 0 12 0 24829333 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23164/tid=23175] ppid=23162 vsize=817884 CPUtime=0
/proc/23164/task/23175/stat : 23175 (java) S 23162 23164 18919 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 24829333 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23164/tid=23176] ppid=23162 vsize=817884 CPUtime=0
/proc/23164/task/23176/stat : 23176 (java) S 23162 23164 18919 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24829333 837513216 174068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 500.71
Current children cumulated vsize (KiB) 817884

[startup+505.403 s]
/proc/loadavg: 2.44 2.38 2.20 3/94 23178
/proc/meminfo: memFree=16152/2055920 swapFree=4192812/4192956
[pid=23164] ppid=23162 vsize=0 CPUtime=500.84
/proc/23164/stat : 23164 (java) Z 23162 23164 18919 0 -1 12 583549 0 1 0 49784 300 0 0 16 0 2 0 24829323 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23164/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 500.84
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 505.497
CPU time (s): 500.93
CPU user time (s): 497.843
CPU system time (s): 3.08653
CPU usage (%): 99.0964
Max. virtual memory (cumulated for all children) (KiB): 838500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 497.843
system time used= 3.08653
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 583549
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= 18449
involuntary context switches= 25530

runsolver used 0.624905 second user time and 1.74173 second system time

The end

Launcher Data

Begin job on node45 at 2009-07-12 07:47:35
IDJOB=2083560
IDBENCH=57858
IDSOLVER=731
FILE ID=node45/2083560-1247377655
PBS_JOBID= 9507090
Free space on /tmp= 66448 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/fapp/fapp24/normalized-fapp24-2000-9.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083560-1247377655/watcher-2083560-1247377655 -o /tmp/evaluation-result-2083560-1247377655/solver-2083560-1247377655 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083560-1247377655.xml

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

MD5SUM BENCH= 5949c8c2a580bb7d18408c509e0c687a
RANDOM SEED=6950524

node45.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.281
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.281
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:       1581272 kB
Buffers:         55660 kB
Cached:         187848 kB
SwapCached:          0 kB
Active:         316292 kB
Inactive:        94468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1581272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5032 kB
Writeback:           0 kB
Mapped:         188508 kB
Slab:            48784 kB
Committed_AS:   409336 kB
PageTables:       2200 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= 64776 MiB
End job on node45 at 2009-07-12 07:56:01