Trace number 2068996

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? 859.291 862.323

General information on the benchmark

Namecsp/tdsp/
normalized-C5-3-90.xml
MD5SUM6fd1e21a7499db3d6d6482d1bfa4f91a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables221
Number of constraints2774
Maximum constraint arity6
Maximum domain size91
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2774
Global constraints used (with number of constraints)

Solver Data

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

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-2068996-1247349272/watcher-2068996-1247349272 -o /tmp/evaluation-result-2068996-1247349272/solver-2068996-1247349272 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068996-1247349272.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.54 2.21 2.07 4/83 18226
/proc/meminfo: memFree=347824/2055920 swapFree=4192956/4192956
[pid=18226] ppid=18224 vsize=152 CPUtime=0
/proc/18226/stat : 18226 (java) R 18224 18226 16399 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 21994940 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 5828907 0 0 4096 0 0 0 0 17 0 0 0
/proc/18226/statm: 38 26 19 9 0 4 0

[startup+0.027466 s]
/proc/loadavg: 2.54 2.21 2.07 4/83 18226
/proc/meminfo: memFree=347824/2055920 swapFree=4192956/4192956
[pid=18226] ppid=18224 vsize=800544 CPUtime=0.01
/proc/18226/stat : 18226 (java) S 18224 18226 16399 0 -1 0 2274 0 1 0 0 1 0 0 18 0 4 0 21994940 819757056 2022 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 200136 2027 913 9 0 197487 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800544

[startup+0.101474 s]
/proc/loadavg: 2.54 2.21 2.07 4/83 18226
/proc/meminfo: memFree=347824/2055920 swapFree=4192956/4192956
[pid=18226] ppid=18224 vsize=804560 CPUtime=0.08
/proc/18226/stat : 18226 (java) S 18224 18226 16399 0 -1 0 3064 0 1 0 6 2 0 0 18 0 12 0 21994940 823869440 2807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 201140 2807 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301506 s]
/proc/loadavg: 2.54 2.21 2.07 4/83 18226
/proc/meminfo: memFree=347824/2055920 swapFree=4192956/4192956
[pid=18226] ppid=18224 vsize=805960 CPUtime=0.29
/proc/18226/stat : 18226 (java) S 18224 18226 16399 0 -1 0 4408 0 1 0 25 4 0 0 18 0 12 0 21994940 825303040 4145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 201490 4145 1363 9 0 198817 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805960

[startup+0.701544 s]
/proc/loadavg: 2.54 2.21 2.07 4/83 18226
/proc/meminfo: memFree=347824/2055920 swapFree=4192956/4192956
[pid=18226] ppid=18224 vsize=807176 CPUtime=0.68
/proc/18226/stat : 18226 (java) S 18224 18226 16399 0 -1 0 6263 0 1 0 63 5 0 0 18 0 12 0 21994940 826548224 5260 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 201794 5260 1385 9 0 199121 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807176

[startup+1.50264 s]
/proc/loadavg: 2.58 2.22 2.08 3/95 18238
/proc/meminfo: memFree=327056/2055920 swapFree=4192956/4192956
[pid=18226] ppid=18224 vsize=811372 CPUtime=1.48
/proc/18226/stat : 18226 (java) S 18224 18226 16399 0 -1 0 10399 0 1 0 141 7 0 0 18 0 12 0 21994940 830844928 7528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 202843 7528 1404 9 0 200170 0
[pid=18226/tid=18228] ppid=18224 vsize=811372 CPUtime=0.68
/proc/18226/task/18228/stat : 18228 (java) R 18224 18226 16399 0 -1 64 5321 0 1 0 63 5 0 0 25 0 12 0 21994941 830844928 7528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18229] ppid=18224 vsize=811372 CPUtime=0
/proc/18226/task/18229/stat : 18229 (java) S 18224 18226 16399 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 21994942 830844928 7528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18230] ppid=18224 vsize=811372 CPUtime=0
/proc/18226/task/18230/stat : 18230 (java) S 18224 18226 16399 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 21994942 830844928 7528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18231] ppid=18224 vsize=811372 CPUtime=0
/proc/18226/task/18231/stat : 18231 (java) S 18224 18226 16399 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 21994944 830844928 7528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18232] ppid=18224 vsize=811372 CPUtime=0
/proc/18226/task/18232/stat : 18232 (java) S 18224 18226 16399 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 21994945 830844928 7528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18233] ppid=18224 vsize=811372 CPUtime=0
/proc/18226/task/18233/stat : 18233 (java) S 18224 18226 16399 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 21994945 830844928 7528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18234] ppid=18224 vsize=811372 CPUtime=0
/proc/18226/task/18234/stat : 18234 (java) S 18224 18226 16399 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21994949 830844928 7528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18235] ppid=18224 vsize=811372 CPUtime=0.04
/proc/18226/task/18235/stat : 18235 (java) S 18224 18226 16399 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 21994949 830844928 7528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18236] ppid=18224 vsize=811372 CPUtime=0.74
/proc/18226/task/18236/stat : 18236 (java) R 18224 18226 16399 0 -1 64 4080 0 0 0 73 1 0 0 18 0 12 0 21994949 830844928 7528 996147200 134512640 134550932 4294956016 18446744073709551615 105961399 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18237] ppid=18224 vsize=811372 CPUtime=0
/proc/18226/task/18237/stat : 18237 (java) S 18224 18226 16399 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21994949 830844928 7528 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18238] ppid=18224 vsize=811372 CPUtime=0
/proc/18226/task/18238/stat : 18238 (java) S 18224 18226 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21994949 830844928 7531 996147200 134512640 134550932 4294956016 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) 811372

[startup+3.10283 s]
/proc/loadavg: 2.58 2.22 2.08 5/95 18238
/proc/meminfo: memFree=316368/2055920 swapFree=4192956/4192956
[pid=18226] ppid=18224 vsize=812636 CPUtime=3.07
/proc/18226/stat : 18226 (java) S 18224 18226 16399 0 -1 0 21506 0 1 0 295 12 0 0 18 0 12 0 21994940 832139264 17440 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 203159 17441 1426 9 0 200486 0
[pid=18226/tid=18228] ppid=18224 vsize=812636 CPUtime=1.62
/proc/18226/task/18228/stat : 18228 (java) R 18224 18226 16399 0 -1 64 14736 0 1 0 153 9 0 0 25 0 12 0 21994941 832139264 17442 996147200 134512640 134550932 4294956016 18446744073709551615 4109754795 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18229] ppid=18224 vsize=812636 CPUtime=0
/proc/18226/task/18229/stat : 18229 (java) S 18224 18226 16399 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 21994942 832139264 17443 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18230] ppid=18224 vsize=812636 CPUtime=0
/proc/18226/task/18230/stat : 18230 (java) S 18224 18226 16399 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 21994942 832139264 17444 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18231] ppid=18224 vsize=812636 CPUtime=0
/proc/18226/task/18231/stat : 18231 (java) S 18224 18226 16399 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 21994944 832139264 17445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18232] ppid=18224 vsize=812636 CPUtime=0
/proc/18226/task/18232/stat : 18232 (java) S 18224 18226 16399 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 21994945 832139264 17446 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18233] ppid=18224 vsize=812636 CPUtime=0
/proc/18226/task/18233/stat : 18233 (java) S 18224 18226 16399 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 21994945 832139264 17447 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18234] ppid=18224 vsize=812636 CPUtime=0
/proc/18226/task/18234/stat : 18234 (java) S 18224 18226 16399 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21994949 832139264 17448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18235] ppid=18224 vsize=812636 CPUtime=0.04
/proc/18226/task/18235/stat : 18235 (java) S 18224 18226 16399 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 21994949 832139264 17449 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18236] ppid=18224 vsize=812636 CPUtime=1.39
/proc/18226/task/18236/stat : 18236 (java) S 18224 18226 16399 0 -1 64 5773 0 0 0 137 2 0 0 18 0 12 0 21994949 832139264 17450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18237] ppid=18224 vsize=812636 CPUtime=0
/proc/18226/task/18237/stat : 18237 (java) S 18224 18226 16399 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21994949 832139264 17450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18238] ppid=18224 vsize=812636 CPUtime=0
/proc/18226/task/18238/stat : 18238 (java) S 18224 18226 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21994949 832139264 17451 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 812636

[startup+6.3012 s]
/proc/loadavg: 2.58 2.22 2.08 3/95 18238
/proc/meminfo: memFree=262544/2055920 swapFree=4192956/4192956
[pid=18226] ppid=18224 vsize=812124 CPUtime=6.27
/proc/18226/stat : 18226 (java) S 18224 18226 16399 0 -1 0 27690 0 1 0 612 15 0 0 18 0 12 0 21994940 831614976 23489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 203031 23489 1435 9 0 200358 0
[pid=18226/tid=18228] ppid=18224 vsize=812124 CPUtime=4.61
/proc/18226/task/18228/stat : 18228 (java) R 18224 18226 16399 0 -1 64 17407 0 1 0 450 11 0 0 25 0 12 0 21994941 831614976 23489 996147200 134512640 134550932 4294956016 18446744073709551615 4109766031 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18229] ppid=18224 vsize=812124 CPUtime=0.07
/proc/18226/task/18229/stat : 18229 (java) S 18224 18226 16399 0 -1 64 1793 0 0 0 7 0 0 0 16 0 12 0 21994942 831614976 23489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18230] ppid=18224 vsize=812124 CPUtime=0.07
/proc/18226/task/18230/stat : 18230 (java) S 18224 18226 16399 0 -1 64 1672 0 0 0 7 0 0 0 16 0 12 0 21994942 831614976 23489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18231] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18231/stat : 18231 (java) S 18224 18226 16399 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 21994944 831614976 23489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18232] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18232/stat : 18232 (java) S 18224 18226 16399 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21994945 831614976 23489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18233] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18233/stat : 18233 (java) S 18224 18226 16399 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21994945 831614976 23489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18234] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18234/stat : 18234 (java) S 18224 18226 16399 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21994949 831614976 23489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18235] ppid=18224 vsize=812124 CPUtime=0.04
/proc/18226/task/18235/stat : 18235 (java) S 18224 18226 16399 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 21994949 831614976 23489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18236] ppid=18224 vsize=812124 CPUtime=1.43
/proc/18226/task/18236/stat : 18236 (java) S 18224 18226 16399 0 -1 64 5776 0 0 0 141 2 0 0 16 0 12 0 21994949 831614976 23489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18237] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18237/stat : 18237 (java) S 18224 18226 16399 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21994949 831614976 23489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18238] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18238/stat : 18238 (java) S 18224 18226 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21994949 831614976 23489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 812124

[startup+12.7029 s]
/proc/loadavg: 2.80 2.28 2.10 3/95 18238
/proc/meminfo: memFree=234328/2055920 swapFree=4192956/4192956
[pid=18226] ppid=18224 vsize=812124 CPUtime=12.55
/proc/18226/stat : 18226 (java) S 18224 18226 16399 0 -1 0 31779 0 1 0 1237 18 0 0 18 0 12 0 21994940 831614976 27568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 203031 27568 1435 9 0 200358 0
[pid=18226/tid=18228] ppid=18224 vsize=812124 CPUtime=10.7
/proc/18226/task/18228/stat : 18228 (java) R 18224 18226 16399 0 -1 64 17965 0 1 0 1059 11 0 0 25 0 12 0 21994941 831614976 27568 996147200 134512640 134550932 4294956016 18446744073709551615 4109662860 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18229] ppid=18224 vsize=812124 CPUtime=0.16
/proc/18226/task/18229/stat : 18229 (java) S 18224 18226 16399 0 -1 64 3483 0 0 0 15 1 0 0 16 0 12 0 21994942 831614976 27568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18230] ppid=18224 vsize=812124 CPUtime=0.16
/proc/18226/task/18230/stat : 18230 (java) S 18224 18226 16399 0 -1 64 3513 0 0 0 15 1 0 0 16 0 12 0 21994942 831614976 27568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18231] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18231/stat : 18231 (java) S 18224 18226 16399 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 21994944 831614976 27568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18232] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18232/stat : 18232 (java) S 18224 18226 16399 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21994945 831614976 27568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18233] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18233/stat : 18233 (java) S 18224 18226 16399 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21994945 831614976 27568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18234] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18234/stat : 18234 (java) S 18224 18226 16399 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21994949 831614976 27568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18235] ppid=18224 vsize=812124 CPUtime=0.04
/proc/18226/task/18235/stat : 18235 (java) S 18224 18226 16399 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 21994949 831614976 27568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18236] ppid=18224 vsize=812124 CPUtime=1.43
/proc/18226/task/18236/stat : 18236 (java) S 18224 18226 16399 0 -1 64 5776 0 0 0 141 2 0 0 16 0 12 0 21994949 831614976 27568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18237] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18237/stat : 18237 (java) S 18224 18226 16399 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21994949 831614976 27568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18238] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18238/stat : 18238 (java) S 18224 18226 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21994949 831614976 27568 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 812124

[startup+25.5014 s]
/proc/loadavg: 2.68 2.27 2.10 5/95 18238
/proc/meminfo: memFree=207320/2055920 swapFree=4192956/4192956
[pid=18226] ppid=18224 vsize=812124 CPUtime=25.17
/proc/18226/stat : 18226 (java) S 18224 18226 16399 0 -1 0 34841 0 1 0 2498 19 0 0 18 0 12 0 21994940 831614976 30611 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 203031 30611 1435 9 0 200358 0
[pid=18226/tid=18228] ppid=18224 vsize=812124 CPUtime=23.09
/proc/18226/task/18228/stat : 18228 (java) R 18224 18226 16399 0 -1 64 17984 0 1 0 2298 11 0 0 25 0 12 0 21994941 831614976 30611 996147200 134512640 134550932 4294956016 18446744073709551615 4109765572 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18229] ppid=18224 vsize=812124 CPUtime=0.25
/proc/18226/task/18229/stat : 18229 (java) S 18224 18226 16399 0 -1 64 4465 0 0 0 24 1 0 0 16 0 12 0 21994942 831614976 30611 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18230] ppid=18224 vsize=812124 CPUtime=0.31
/proc/18226/task/18230/stat : 18230 (java) S 18224 18226 16399 0 -1 64 5573 0 0 0 29 2 0 0 16 0 12 0 21994942 831614976 30611 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18231] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18231/stat : 18231 (java) S 18224 18226 16399 0 -1 64 45 0 0 0 0 0 0 0 15 0 12 0 21994944 831614976 30611 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18232] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18232/stat : 18232 (java) S 18224 18226 16399 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21994945 831614976 30611 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18233] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18233/stat : 18233 (java) S 18224 18226 16399 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21994945 831614976 30611 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18234] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18234/stat : 18234 (java) S 18224 18226 16399 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21994949 831614976 30611 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18235] ppid=18224 vsize=812124 CPUtime=0.04

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

[pid=18226/tid=18237] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18237/stat : 18237 (java) S 18224 18226 16399 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21994949 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18238] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18238/stat : 18238 (java) S 18224 18226 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21994949 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 841.71
Current children cumulated vsize (KiB) 812124

[startup+851.103 s]
/proc/loadavg: 2.11 2.36 2.31 3/85 18273
/proc/meminfo: memFree=605480/2055920 swapFree=4192956/4192956
[pid=18226] ppid=18224 vsize=812124 CPUtime=848.1
/proc/18226/stat : 18226 (java) S 18224 18226 16399 0 -1 0 193367 0 1 0 84708 102 0 0 18 0 12 0 21994940 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 203031 172555 1437 9 0 200358 0
[pid=18226/tid=18228] ppid=18224 vsize=812124 CPUtime=457.31
/proc/18226/task/18228/stat : 18228 (java) S 18224 18226 16399 0 -1 64 18693 0 1 0 45716 15 0 0 17 0 12 0 21994941 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18229] ppid=18224 vsize=812124 CPUtime=26.69
/proc/18226/task/18229/stat : 18229 (java) S 18224 18226 16399 0 -1 64 79582 0 0 0 2636 33 0 0 15 0 12 0 21994942 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18230] ppid=18224 vsize=812124 CPUtime=30.53
/proc/18226/task/18230/stat : 18230 (java) S 18224 18226 16399 0 -1 64 72545 0 0 0 3019 34 0 0 16 0 12 0 21994942 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18231] ppid=18224 vsize=812124 CPUtime=332.05
/proc/18226/task/18231/stat : 18231 (java) R 18224 18226 16399 0 -1 64 15773 0 0 0 33190 15 0 0 25 0 12 0 21994944 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 105886118 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18232] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18232/stat : 18232 (java) S 18224 18226 16399 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21994945 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18233] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18233/stat : 18233 (java) S 18224 18226 16399 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21994945 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18234] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18234/stat : 18234 (java) S 18224 18226 16399 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21994949 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18235] ppid=18224 vsize=812124 CPUtime=0.04
/proc/18226/task/18235/stat : 18235 (java) S 18224 18226 16399 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 21994949 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18236] ppid=18224 vsize=812124 CPUtime=1.43
/proc/18226/task/18236/stat : 18236 (java) S 18224 18226 16399 0 -1 64 5776 0 0 0 141 2 0 0 16 0 12 0 21994949 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18237] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18237/stat : 18237 (java) S 18224 18226 16399 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21994949 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18238] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18238/stat : 18238 (java) S 18224 18226 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21994949 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 848.1
Current children cumulated vsize (KiB) 812124

[startup+857.503 s]
/proc/loadavg: 2.09 2.34 2.30 3/85 18273
/proc/meminfo: memFree=605480/2055920 swapFree=4192956/4192956
[pid=18226] ppid=18224 vsize=812124 CPUtime=854.5
/proc/18226/stat : 18226 (java) S 18224 18226 16399 0 -1 0 193370 0 1 0 85348 102 0 0 18 0 12 0 21994940 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 203031 172555 1437 9 0 200358 0
[pid=18226/tid=18228] ppid=18224 vsize=812124 CPUtime=457.58
/proc/18226/task/18228/stat : 18228 (java) S 18224 18226 16399 0 -1 64 18696 0 1 0 45743 15 0 0 17 0 12 0 21994941 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18229] ppid=18224 vsize=812124 CPUtime=26.69
/proc/18226/task/18229/stat : 18229 (java) S 18224 18226 16399 0 -1 64 79582 0 0 0 2636 33 0 0 15 0 12 0 21994942 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18230] ppid=18224 vsize=812124 CPUtime=30.53
/proc/18226/task/18230/stat : 18230 (java) S 18224 18226 16399 0 -1 64 72545 0 0 0 3019 34 0 0 16 0 12 0 21994942 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18231] ppid=18224 vsize=812124 CPUtime=338.18
/proc/18226/task/18231/stat : 18231 (java) R 18224 18226 16399 0 -1 64 15773 0 0 0 33803 15 0 0 25 0 12 0 21994944 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18232] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18232/stat : 18232 (java) S 18224 18226 16399 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21994945 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18233] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18233/stat : 18233 (java) S 18224 18226 16399 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21994945 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18234] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18234/stat : 18234 (java) S 18224 18226 16399 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21994949 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18235] ppid=18224 vsize=812124 CPUtime=0.04
/proc/18226/task/18235/stat : 18235 (java) S 18224 18226 16399 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 21994949 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18236] ppid=18224 vsize=812124 CPUtime=1.43
/proc/18226/task/18236/stat : 18236 (java) S 18224 18226 16399 0 -1 64 5776 0 0 0 141 2 0 0 16 0 12 0 21994949 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18237] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18237/stat : 18237 (java) S 18224 18226 16399 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21994949 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18238] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18238/stat : 18238 (java) S 18224 18226 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21994949 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 854.5
Current children cumulated vsize (KiB) 812124

[startup+860.702 s]
/proc/loadavg: 2.09 2.34 2.30 3/85 18273
/proc/meminfo: memFree=605480/2055920 swapFree=4192956/4192956
[pid=18226] ppid=18224 vsize=812124 CPUtime=857.7
/proc/18226/stat : 18226 (java) S 18224 18226 16399 0 -1 0 193373 0 1 0 85668 102 0 0 18 0 12 0 21994940 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 203031 172555 1436 9 0 200358 0
[pid=18226/tid=18228] ppid=18224 vsize=812124 CPUtime=457.65
/proc/18226/task/18228/stat : 18228 (java) S 18224 18226 16399 0 -1 64 18699 0 1 0 45750 15 0 0 17 0 12 0 21994941 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18229] ppid=18224 vsize=812124 CPUtime=26.69
/proc/18226/task/18229/stat : 18229 (java) S 18224 18226 16399 0 -1 64 79582 0 0 0 2636 33 0 0 15 0 12 0 21994942 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18230] ppid=18224 vsize=812124 CPUtime=30.53
/proc/18226/task/18230/stat : 18230 (java) S 18224 18226 16399 0 -1 64 72545 0 0 0 3019 34 0 0 16 0 12 0 21994942 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18231] ppid=18224 vsize=812124 CPUtime=341.31
/proc/18226/task/18231/stat : 18231 (java) R 18224 18226 16399 0 -1 64 15773 0 0 0 34116 15 0 0 25 0 12 0 21994944 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18232] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18232/stat : 18232 (java) S 18224 18226 16399 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21994945 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18233] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18233/stat : 18233 (java) S 18224 18226 16399 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21994945 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18234] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18234/stat : 18234 (java) S 18224 18226 16399 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21994949 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18235] ppid=18224 vsize=812124 CPUtime=0.04
/proc/18226/task/18235/stat : 18235 (java) S 18224 18226 16399 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 21994949 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18236] ppid=18224 vsize=812124 CPUtime=1.43
/proc/18226/task/18236/stat : 18236 (java) S 18224 18226 16399 0 -1 64 5776 0 0 0 141 2 0 0 16 0 12 0 21994949 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18237] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18237/stat : 18237 (java) S 18224 18226 16399 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21994949 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18238] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18238/stat : 18238 (java) S 18224 18226 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21994949 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 857.7
Current children cumulated vsize (KiB) 812124

[startup+861.501 s]
/proc/loadavg: 2.08 2.34 2.30 3/85 18273
/proc/meminfo: memFree=605480/2055920 swapFree=4192956/4192956
[pid=18226] ppid=18224 vsize=812124 CPUtime=858.5
/proc/18226/stat : 18226 (java) S 18224 18226 16399 0 -1 0 193373 0 1 0 85748 102 0 0 18 0 12 0 21994940 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 203031 172555 1436 9 0 200358 0
[pid=18226/tid=18228] ppid=18224 vsize=812124 CPUtime=457.65
/proc/18226/task/18228/stat : 18228 (java) S 18224 18226 16399 0 -1 64 18699 0 1 0 45750 15 0 0 17 0 12 0 21994941 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18229] ppid=18224 vsize=812124 CPUtime=26.69
/proc/18226/task/18229/stat : 18229 (java) S 18224 18226 16399 0 -1 64 79582 0 0 0 2636 33 0 0 15 0 12 0 21994942 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18230] ppid=18224 vsize=812124 CPUtime=30.53
/proc/18226/task/18230/stat : 18230 (java) S 18224 18226 16399 0 -1 64 72545 0 0 0 3019 34 0 0 16 0 12 0 21994942 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18231] ppid=18224 vsize=812124 CPUtime=342.11
/proc/18226/task/18231/stat : 18231 (java) R 18224 18226 16399 0 -1 64 15773 0 0 0 34196 15 0 0 25 0 12 0 21994944 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18232] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18232/stat : 18232 (java) S 18224 18226 16399 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21994945 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18233] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18233/stat : 18233 (java) S 18224 18226 16399 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21994945 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18234] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18234/stat : 18234 (java) S 18224 18226 16399 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21994949 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18235] ppid=18224 vsize=812124 CPUtime=0.04
/proc/18226/task/18235/stat : 18235 (java) S 18224 18226 16399 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 21994949 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18236] ppid=18224 vsize=812124 CPUtime=1.43
/proc/18226/task/18236/stat : 18236 (java) S 18224 18226 16399 0 -1 64 5776 0 0 0 141 2 0 0 16 0 12 0 21994949 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18237] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18237/stat : 18237 (java) S 18224 18226 16399 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21994949 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18238] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18238/stat : 18238 (java) S 18224 18226 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21994949 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 858.5
Current children cumulated vsize (KiB) 812124

[startup+861.901 s]
/proc/loadavg: 2.08 2.34 2.30 3/85 18273
/proc/meminfo: memFree=605480/2055920 swapFree=4192956/4192956
[pid=18226] ppid=18224 vsize=812124 CPUtime=858.9
/proc/18226/stat : 18226 (java) S 18224 18226 16399 0 -1 0 193373 0 1 0 85788 102 0 0 18 0 12 0 21994940 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 203031 172555 1436 9 0 200358 0
[pid=18226/tid=18228] ppid=18224 vsize=812124 CPUtime=457.65
/proc/18226/task/18228/stat : 18228 (java) S 18224 18226 16399 0 -1 64 18699 0 1 0 45750 15 0 0 17 0 12 0 21994941 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18229] ppid=18224 vsize=812124 CPUtime=26.69
/proc/18226/task/18229/stat : 18229 (java) S 18224 18226 16399 0 -1 64 79582 0 0 0 2636 33 0 0 15 0 12 0 21994942 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18230] ppid=18224 vsize=812124 CPUtime=30.53
/proc/18226/task/18230/stat : 18230 (java) S 18224 18226 16399 0 -1 64 72545 0 0 0 3019 34 0 0 16 0 12 0 21994942 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18231] ppid=18224 vsize=812124 CPUtime=342.51
/proc/18226/task/18231/stat : 18231 (java) R 18224 18226 16399 0 -1 64 15773 0 0 0 34236 15 0 0 25 0 12 0 21994944 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 106159178 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18232] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18232/stat : 18232 (java) S 18224 18226 16399 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21994945 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18233] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18233/stat : 18233 (java) S 18224 18226 16399 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21994945 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18234] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18234/stat : 18234 (java) S 18224 18226 16399 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21994949 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18235] ppid=18224 vsize=812124 CPUtime=0.04
/proc/18226/task/18235/stat : 18235 (java) S 18224 18226 16399 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 21994949 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18236] ppid=18224 vsize=812124 CPUtime=1.43
/proc/18226/task/18236/stat : 18236 (java) S 18224 18226 16399 0 -1 64 5776 0 0 0 141 2 0 0 16 0 12 0 21994949 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18237] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18237/stat : 18237 (java) S 18224 18226 16399 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21994949 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18238] ppid=18224 vsize=812124 CPUtime=0
/proc/18226/task/18238/stat : 18238 (java) S 18224 18226 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21994949 831614976 172555 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 858.9
Current children cumulated vsize (KiB) 812124

[startup+862.301 s]
/proc/loadavg: 2.08 2.34 2.30 3/75 18274
/proc/meminfo: memFree=1146600/2055920 swapFree=4192956/4192956
[pid=18226] ppid=18224 vsize=0 CPUtime=859.27
/proc/18226/stat : 18226 (java) Z 18224 18226 16399 0 -1 12 193389 0 1 0 85816 111 0 0 16 0 2 0 21994940 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 859.27
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 862.323
CPU time (s): 859.291
CPU user time (s): 858.161
CPU system time (s): 1.13083
CPU usage (%): 99.6485
Max. virtual memory (cumulated for all children) (KiB): 860132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 858.161
system time used= 1.13083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193389
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= 28158
involuntary context switches= 36886

runsolver used 1.08583 second user time and 2.97355 second system time

The end

Launcher Data

Begin job on node1 at 2009-07-11 23:54:32
IDJOB=2068996
IDBENCH=54975
IDSOLVER=731
FILE ID=node1/2068996-1247349272
PBS_JOBID= 9506776
Free space on /tmp= 66384 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/tdsp/normalized-C5-3-90.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068996-1247349272/watcher-2068996-1247349272 -o /tmp/evaluation-result-2068996-1247349272/solver-2068996-1247349272 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068996-1247349272.xml

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

MD5SUM BENCH= 6fd1e21a7499db3d6d6482d1bfa4f91a
RANDOM SEED=689016958

node1.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.216
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.216
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:        348304 kB
Buffers:         72336 kB
Cached:         897208 kB
SwapCached:          0 kB
Active:         868836 kB
Inactive:       759252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        348304 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1692 kB
Writeback:           0 kB
Mapped:         674300 kB
Slab:            63476 kB
Committed_AS:   861628 kB
PageTables:       3084 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= 66368 MiB
End job on node1 at 2009-07-12 00:08:54