Trace number 2077092

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? 40.5068 39.6652

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg8-12_ext.xml
MD5SUMa5656f4953dca2b0bb60baf5002b0ce7
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
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 variables96
Number of constraints20
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension20
Number of constraints which are defined in intension0
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.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	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-2077092-1247363333.xml
0.18/0.23	c reading problem ... 
0.39/0.48	c reading problem named null
0.39/0.48	c reading domains done.
0.39/0.49	c reading variables done.
0.49/0.54	c reading relations done.
2.78/2.87	c reading constraints
40.37/39.52	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
40.37/39.52		at org.sat4j.core.Vec.ensure(Unknown Source)
40.37/39.52		at org.sat4j.core.Vec.push(Unknown Source)
40.37/39.52		at org.sat4j.minisat.constraints.cnf.Lits.watch(Unknown Source)
40.37/39.52		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(Unknown Source)
40.37/39.52		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
40.37/39.52		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
40.37/39.52		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
40.37/39.52		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
40.37/39.52		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
40.37/39.52		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
40.37/39.52		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
40.37/39.52		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
40.37/39.52		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
40.37/39.52		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
40.37/39.52		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
40.37/39.52		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
40.37/39.52		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
40.37/39.52		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
40.37/39.52		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
40.37/39.52		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
40.37/39.52		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
40.37/39.52		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
40.37/39.52		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
40.37/39.52		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
40.37/39.52		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
40.37/39.52		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
40.37/39.52		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
40.37/39.52		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
40.37/39.52		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
40.37/39.52		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
40.37/39.52		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
40.37/39.52		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
40.37/39.52	c starts		: 0
40.37/39.52	c conflicts		: 0
40.37/39.52	c decisions		: 0
40.37/39.52	c propagations		: 0
40.37/39.52	c inspects		: 0
40.37/39.52	c learnt literals	: 0
40.37/39.52	c learnt binary clauses	: 0
40.37/39.52	c learnt ternary clauses	: 0
40.37/39.52	c learnt clauses	: 0
40.37/39.52	c ignored clauses	: 0
40.37/39.52	c root simplifications	: 0
40.37/39.52	c removed literals (reason simplification)	: 0
40.37/39.52	c reason swapping (by a shorter reason)	: 0
40.37/39.52	c Calls to reduceDB	: 0
40.37/39.52	c speed (assignments/second)	: 0.0
40.37/39.52	c non guided choices	0
40.37/39.52	c learnt constraints type 
40.37/39.52	c constraints type 
40.37/39.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6291552
40.37/39.52	c org.sat4j.minisat.constraints.card.AtLeast => 96
40.37/39.52	s UNKNOWN
40.37/39.52	c Total wall clock time (in seconds) : 39.284

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-2077092-1247363333/watcher-2077092-1247363333 -o /tmp/evaluation-result-2077092-1247363333/solver-2077092-1247363333 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077092-1247363333.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.22 2.22 2.18 3/83 18226
/proc/meminfo: memFree=1136384/2055920 swapFree=4192812/4192956
[pid=18226] ppid=18224 vsize=272 CPUtime=0
/proc/18226/stat : 18226 (java) R 18224 18226 17996 0 -1 0 216 0 0 0 0 0 0 0 18 0 1 0 23397152 278528 37 996147200 134512640 134550932 4294956016 18446744073709551615 4727588 0 0 4096 0 0 0 0 17 0 0 0
/proc/18226/statm: 68 37 28 9 0 6 0

[startup+0.0321459 s]
/proc/loadavg: 2.22 2.22 2.18 3/83 18226
/proc/meminfo: memFree=1136384/2055920 swapFree=4192812/4192956
[pid=18226] ppid=18224 vsize=800696 CPUtime=0.02
/proc/18226/stat : 18226 (java) S 18224 18226 17996 0 -1 0 2377 0 1 0 1 1 0 0 18 0 4 0 23397152 819912704 2124 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 200174 2125 938 9 0 197525 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800696

[startup+0.10216 s]
/proc/loadavg: 2.22 2.22 2.18 3/83 18226
/proc/meminfo: memFree=1136384/2055920 swapFree=4192812/4192956
[pid=18226] ppid=18224 vsize=804560 CPUtime=0.08
/proc/18226/stat : 18226 (java) S 18224 18226 17996 0 -1 0 3050 0 1 0 7 1 0 0 18 0 12 0 23397152 823869440 2793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 201140 2793 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.302195 s]
/proc/loadavg: 2.22 2.22 2.18 3/83 18226
/proc/meminfo: memFree=1136384/2055920 swapFree=4192812/4192956
[pid=18226] ppid=18224 vsize=805896 CPUtime=0.28
/proc/18226/stat : 18226 (java) S 18224 18226 17996 0 -1 0 4388 0 1 0 25 3 0 0 18 0 12 0 23397152 825237504 4125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 201474 4125 1359 9 0 198801 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805896

[startup+0.701266 s]
/proc/loadavg: 2.22 2.22 2.18 3/83 18226
/proc/meminfo: memFree=1136384/2055920 swapFree=4192812/4192956
[pid=18226] ppid=18224 vsize=807176 CPUtime=0.68
/proc/18226/stat : 18226 (java) S 18224 18226 17996 0 -1 0 8670 0 1 0 62 6 0 0 18 0 12 0 23397152 826548224 8125 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 201794 8137 1384 9 0 199121 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807176

[startup+1.50141 s]
/proc/loadavg: 2.22 2.22 2.18 3/95 18238
/proc/meminfo: memFree=1087584/2055920 swapFree=4192812/4192956
[pid=18226] ppid=18224 vsize=809540 CPUtime=1.48
/proc/18226/stat : 18226 (java) S 18224 18226 17996 0 -1 0 13267 0 1 0 139 9 0 0 18 0 12 0 23397152 828968960 12042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 202385 12042 1401 9 0 199712 0
[pid=18226/tid=18228] ppid=18224 vsize=809540 CPUtime=0.86
/proc/18226/task/18228/stat : 18228 (java) R 18224 18226 17996 0 -1 64 10219 0 1 0 79 7 0 0 25 0 12 0 23397153 828968960 12042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18229] ppid=18224 vsize=809540 CPUtime=0
/proc/18226/task/18229/stat : 18229 (java) S 18224 18226 17996 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 23397154 828968960 12042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18230] ppid=18224 vsize=809540 CPUtime=0
/proc/18226/task/18230/stat : 18230 (java) S 18224 18226 17996 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 23397154 828968960 12042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18231] ppid=18224 vsize=809540 CPUtime=0
/proc/18226/task/18231/stat : 18231 (java) S 18224 18226 17996 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 23397156 828968960 12042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18232] ppid=18224 vsize=809540 CPUtime=0
/proc/18226/task/18232/stat : 18232 (java) S 18224 18226 17996 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 23397156 828968960 12042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18233] ppid=18224 vsize=809540 CPUtime=0
/proc/18226/task/18233/stat : 18233 (java) S 18224 18226 17996 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 23397156 828968960 12042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18234] ppid=18224 vsize=809540 CPUtime=0
/proc/18226/task/18234/stat : 18234 (java) S 18224 18226 17996 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23397161 828968960 12042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18235] ppid=18224 vsize=809540 CPUtime=0.04
/proc/18226/task/18235/stat : 18235 (java) S 18224 18226 17996 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 23397161 828968960 12042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18236] ppid=18224 vsize=809540 CPUtime=0.56
/proc/18226/task/18236/stat : 18236 (java) R 18224 18226 17996 0 -1 64 2043 0 0 0 55 1 0 0 17 0 12 0 23397161 828968960 12042 996147200 134512640 134550932 4294956016 18446744073709551615 103988020 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18237] ppid=18224 vsize=809540 CPUtime=0
/proc/18226/task/18237/stat : 18237 (java) S 18224 18226 17996 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23397161 828968960 12042 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18238] ppid=18224 vsize=809540 CPUtime=0
/proc/18226/task/18238/stat : 18238 (java) S 18224 18226 17996 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23397161 828968960 12042 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) 809540

[startup+3.1027 s]
/proc/loadavg: 2.22 2.22 2.18 4/95 18238
/proc/meminfo: memFree=1059616/2055920 swapFree=4192812/4192956
[pid=18226] ppid=18224 vsize=809312 CPUtime=3.08
/proc/18226/stat : 18226 (java) S 18224 18226 17996 0 -1 0 30089 0 1 0 291 17 0 0 18 0 12 0 23397152 828735488 28289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 202328 28289 1419 9 0 199655 0
[pid=18226/tid=18228] ppid=18224 vsize=809312 CPUtime=1.84
/proc/18226/task/18228/stat : 18228 (java) R 18224 18226 17996 0 -1 64 16913 0 1 0 174 10 0 0 18 0 12 0 23397153 828735488 28289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18229] ppid=18224 vsize=809312 CPUtime=0.06
/proc/18226/task/18229/stat : 18229 (java) S 18224 18226 17996 0 -1 64 5535 0 0 0 4 2 0 0 16 0 12 0 23397154 828735488 28289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18230] ppid=18224 vsize=809312 CPUtime=0.04
/proc/18226/task/18230/stat : 18230 (java) S 18224 18226 17996 0 -1 64 3916 0 0 0 3 1 0 0 16 0 12 0 23397154 828735488 28289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18231] ppid=18224 vsize=809312 CPUtime=0
/proc/18226/task/18231/stat : 18231 (java) S 18224 18226 17996 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 23397156 828735488 28289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18232] ppid=18224 vsize=809312 CPUtime=0
/proc/18226/task/18232/stat : 18232 (java) S 18224 18226 17996 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23397156 828735488 28289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18233] ppid=18224 vsize=809312 CPUtime=0
/proc/18226/task/18233/stat : 18233 (java) S 18224 18226 17996 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 23397156 828735488 28289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18234] ppid=18224 vsize=809312 CPUtime=0
/proc/18226/task/18234/stat : 18234 (java) S 18224 18226 17996 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23397161 828735488 28289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18235] ppid=18224 vsize=809312 CPUtime=0.04
/proc/18226/task/18235/stat : 18235 (java) S 18224 18226 17996 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 23397161 828735488 28289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18236] ppid=18224 vsize=809312 CPUtime=1.04
/proc/18226/task/18236/stat : 18236 (java) R 18224 18226 17996 0 -1 64 2716 0 0 0 103 1 0 0 16 0 12 0 23397161 828735488 28289 996147200 134512640 134550932 4294956016 18446744073709551615 5194716 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18237] ppid=18224 vsize=809312 CPUtime=0
/proc/18226/task/18237/stat : 18237 (java) S 18224 18226 17996 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23397161 828735488 28289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18238] ppid=18224 vsize=809312 CPUtime=0
/proc/18226/task/18238/stat : 18238 (java) S 18224 18226 17996 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23397161 828735488 28289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 809312

[startup+6.30128 s]
/proc/loadavg: 2.20 2.21 2.18 4/95 18238
/proc/meminfo: memFree=945376/2055920 swapFree=4192812/4192956
[pid=18226] ppid=18224 vsize=811104 CPUtime=6.51
/proc/18226/stat : 18226 (java) S 18224 18226 17996 0 -1 0 63332 0 1 0 616 35 0 0 18 0 12 0 23397152 830570496 59752 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 202776 59755 1420 9 0 200103 0
[pid=18226/tid=18228] ppid=18224 vsize=811104 CPUtime=3.58
/proc/18226/task/18228/stat : 18228 (java) S 18224 18226 17996 0 -1 64 16917 0 1 0 348 10 0 0 18 0 12 0 23397153 830570496 59757 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18229] ppid=18224 vsize=811104 CPUtime=0.83
/proc/18226/task/18229/stat : 18229 (java) R 18224 18226 17996 0 -1 64 22564 0 0 0 72 11 0 0 18 0 12 0 23397154 830570496 59760 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18230] ppid=18224 vsize=811104 CPUtime=0.79
/proc/18226/task/18230/stat : 18230 (java) R 18224 18226 17996 0 -1 64 19487 0 0 0 69 10 0 0 18 0 12 0 23397154 830570496 59762 996147200 134512640 134550932 4294956016 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18231] ppid=18224 vsize=811104 CPUtime=0
/proc/18226/task/18231/stat : 18231 (java) S 18224 18226 17996 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 23397156 830570496 59765 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18232] ppid=18224 vsize=811104 CPUtime=0
/proc/18226/task/18232/stat : 18232 (java) S 18224 18226 17996 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23397156 830570496 59767 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18233] ppid=18224 vsize=811104 CPUtime=0
/proc/18226/task/18233/stat : 18233 (java) S 18224 18226 17996 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 23397156 830570496 59770 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18234] ppid=18224 vsize=811104 CPUtime=0
/proc/18226/task/18234/stat : 18234 (java) S 18224 18226 17996 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23397161 830570496 59773 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18235] ppid=18224 vsize=811104 CPUtime=0.04
/proc/18226/task/18235/stat : 18235 (java) S 18224 18226 17996 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 23397161 830570496 59775 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18236] ppid=18224 vsize=811104 CPUtime=1.22
/proc/18226/task/18236/stat : 18236 (java) S 18224 18226 17996 0 -1 64 3364 0 0 0 121 1 0 0 16 0 12 0 23397161 830570496 59778 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18237] ppid=18224 vsize=811104 CPUtime=0
/proc/18226/task/18237/stat : 18237 (java) S 18224 18226 17996 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23397161 830570496 59781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18238] ppid=18224 vsize=811104 CPUtime=0
/proc/18226/task/18238/stat : 18238 (java) S 18224 18226 17996 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23397161 830570496 59783 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.51
Current children cumulated vsize (KiB) 811104

[startup+12.7029 s]
/proc/loadavg: 2.26 2.23 2.18 4/95 18238
/proc/meminfo: memFree=641000/2055920 swapFree=4192812/4192956
[pid=18226] ppid=18224 vsize=813668 CPUtime=13.46
/proc/18226/stat : 18226 (java) S 18224 18226 17996 0 -1 0 131741 0 1 0 1269 77 0 0 18 0 12 0 23397152 833196032 125850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 203417 125850 1420 9 0 200744 0
[pid=18226/tid=18228] ppid=18224 vsize=813668 CPUtime=6.36
/proc/18226/task/18228/stat : 18228 (java) S 18224 18226 17996 0 -1 64 35360 0 1 0 613 23 0 0 18 0 12 0 23397153 833196032 125850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18229] ppid=18224 vsize=813668 CPUtime=2.21
/proc/18226/task/18229/stat : 18229 (java) R 18224 18226 17996 0 -1 64 35109 0 0 0 203 18 0 0 18 0 12 0 23397154 833196032 125850 996147200 134512640 134550932 4294956016 18446744073709551615 105892135 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18230] ppid=18224 vsize=813668 CPUtime=3.58
/proc/18226/task/18230/stat : 18230 (java) R 18224 18226 17996 0 -1 64 56899 0 0 0 326 32 0 0 20 0 12 0 23397154 833196032 125850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18231] ppid=18224 vsize=813668 CPUtime=0
/proc/18226/task/18231/stat : 18231 (java) S 18224 18226 17996 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 23397156 833196032 125850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18232] ppid=18224 vsize=813668 CPUtime=0
/proc/18226/task/18232/stat : 18232 (java) S 18224 18226 17996 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23397156 833196032 125850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18233] ppid=18224 vsize=813668 CPUtime=0
/proc/18226/task/18233/stat : 18233 (java) S 18224 18226 17996 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 23397156 833196032 125850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18234] ppid=18224 vsize=813668 CPUtime=0
/proc/18226/task/18234/stat : 18234 (java) S 18224 18226 17996 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23397161 833196032 125850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18235] ppid=18224 vsize=813668 CPUtime=0.04
/proc/18226/task/18235/stat : 18235 (java) S 18224 18226 17996 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 23397161 833196032 125850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18236] ppid=18224 vsize=813668 CPUtime=1.22
/proc/18226/task/18236/stat : 18236 (java) S 18224 18226 17996 0 -1 64 3364 0 0 0 121 1 0 0 16 0 12 0 23397161 833196032 125850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18237] ppid=18224 vsize=813668 CPUtime=0
/proc/18226/task/18237/stat : 18237 (java) S 18224 18226 17996 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23397161 833196032 125850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18238] ppid=18224 vsize=813668 CPUtime=0
/proc/18226/task/18238/stat : 18238 (java) S 18224 18226 17996 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23397161 833196032 125850 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.46
Current children cumulated vsize (KiB) 813668

[startup+25.5028 s]
/proc/loadavg: 2.27 2.23 2.18 3/95 18238
/proc/meminfo: memFree=428712/2055920 swapFree=4192812/4192956
[pid=18226] ppid=18224 vsize=845672 CPUtime=26.34
/proc/18226/stat : 18226 (java) S 18224 18226 17996 0 -1 0 203140 0 1 0 2510 124 0 0 18 0 12 0 23397152 865968128 173730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 211418 173730 1424 9 0 208745 0
[pid=18226/tid=18228] ppid=18224 vsize=845672 CPUtime=8.81
/proc/18226/task/18228/stat : 18228 (java) S 18224 18226 17996 0 -1 64 35368 0 1 0 858 23 0 0 18 0 12 0 23397153 865968128 173730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18229] ppid=18224 vsize=845672 CPUtime=5.54
/proc/18226/task/18229/stat : 18229 (java) S 18224 18226 17996 0 -1 64 74981 0 0 0 508 46 0 0 19 0 12 0 23397154 865968128 173730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18230] ppid=18224 vsize=845672 CPUtime=3.91
/proc/18226/task/18230/stat : 18230 (java) S 18224 18226 17996 0 -1 64 56899 0 0 0 359 32 0 0 19 0 12 0 23397154 865968128 173730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18231] ppid=18224 vsize=845672 CPUtime=6.75
/proc/18226/task/18231/stat : 18231 (java) R 18224 18226 17996 0 -1 64 31523 0 0 0 657 18 0 0 25 0 12 0 23397156 865968128 173730 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18232] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18232/stat : 18232 (java) S 18224 18226 17996 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23397156 865968128 173730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18233] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18233/stat : 18233 (java) S 18224 18226 17996 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23397156 865968128 173730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18234] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18234/stat : 18234 (java) S 18224 18226 17996 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23397161 865968128 173730 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18235] ppid=18224 vsize=845672 CPUtime=0.04

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

[pid=18226/tid=18237] ppid=18224 vsize=813668 CPUtime=0
/proc/18226/task/18237/stat : 18237 (java) S 18224 18226 17996 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23397161 833196032 169497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18238] ppid=18224 vsize=813668 CPUtime=0
/proc/18226/task/18238/stat : 18238 (java) S 18224 18226 17996 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23397161 833196032 169497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.74
Current children cumulated vsize (KiB) 813668

[startup+35.1025 s]
/proc/loadavg: 2.23 2.22 2.18 3/95 18238
/proc/meminfo: memFree=413544/2055920 swapFree=4192812/4192956
[pid=18226] ppid=18224 vsize=845672 CPUtime=35.97
/proc/18226/stat : 18226 (java) S 18224 18226 17996 0 -1 0 238421 0 1 0 3450 147 0 0 18 0 12 0 23397152 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 211418 177498 1424 9 0 208745 0
[pid=18226/tid=18228] ppid=18224 vsize=845672 CPUtime=8.94
/proc/18226/task/18228/stat : 18228 (java) S 18224 18226 17996 0 -1 64 39137 0 1 0 869 25 0 0 17 0 12 0 23397153 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18229] ppid=18224 vsize=845672 CPUtime=5.6
/proc/18226/task/18229/stat : 18229 (java) S 18224 18226 17996 0 -1 64 74981 0 0 0 514 46 0 0 17 0 12 0 23397154 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18230] ppid=18224 vsize=845672 CPUtime=3.98
/proc/18226/task/18230/stat : 18230 (java) S 18224 18226 17996 0 -1 64 56899 0 0 0 366 32 0 0 17 0 12 0 23397154 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18231] ppid=18224 vsize=845672 CPUtime=16.14
/proc/18226/task/18231/stat : 18231 (java) R 18224 18226 17996 0 -1 64 63035 0 0 0 1575 39 0 0 25 0 12 0 23397156 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 104187851 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18232] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18232/stat : 18232 (java) S 18224 18226 17996 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23397156 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18233] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18233/stat : 18233 (java) S 18224 18226 17996 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23397156 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18234] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18234/stat : 18234 (java) S 18224 18226 17996 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23397161 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18235] ppid=18224 vsize=845672 CPUtime=0.04
/proc/18226/task/18235/stat : 18235 (java) S 18224 18226 17996 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 23397161 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18236] ppid=18224 vsize=845672 CPUtime=1.22
/proc/18226/task/18236/stat : 18236 (java) S 18224 18226 17996 0 -1 64 3364 0 0 0 121 1 0 0 16 0 12 0 23397161 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18237] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18237/stat : 18237 (java) S 18224 18226 17996 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23397161 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18238] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18238/stat : 18238 (java) S 18224 18226 17996 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23397161 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 35.97
Current children cumulated vsize (KiB) 845672

[startup+36.7028 s]
/proc/loadavg: 2.23 2.22 2.18 3/95 18238
/proc/meminfo: memFree=441576/2055920 swapFree=4192812/4192956
[pid=18226] ppid=18224 vsize=845672 CPUtime=37.57
/proc/18226/stat : 18226 (java) S 18224 18226 17996 0 -1 0 254177 0 1 0 3600 157 0 0 18 0 12 0 23397152 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 211418 177498 1424 9 0 208745 0
[pid=18226/tid=18228] ppid=18224 vsize=845672 CPUtime=8.94
/proc/18226/task/18228/stat : 18228 (java) S 18224 18226 17996 0 -1 64 39137 0 1 0 869 25 0 0 17 0 12 0 23397153 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18229] ppid=18224 vsize=845672 CPUtime=5.6
/proc/18226/task/18229/stat : 18229 (java) S 18224 18226 17996 0 -1 64 74981 0 0 0 514 46 0 0 16 0 12 0 23397154 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18230] ppid=18224 vsize=845672 CPUtime=3.99
/proc/18226/task/18230/stat : 18230 (java) S 18224 18226 17996 0 -1 64 56899 0 0 0 367 32 0 0 17 0 12 0 23397154 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18231] ppid=18224 vsize=845672 CPUtime=17.73
/proc/18226/task/18231/stat : 18231 (java) R 18224 18226 17996 0 -1 64 78791 0 0 0 1724 49 0 0 25 0 12 0 23397156 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 103585153 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18232] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18232/stat : 18232 (java) S 18224 18226 17996 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23397156 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18233] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18233/stat : 18233 (java) S 18224 18226 17996 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23397156 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18234] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18234/stat : 18234 (java) S 18224 18226 17996 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23397161 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18235] ppid=18224 vsize=845672 CPUtime=0.04
/proc/18226/task/18235/stat : 18235 (java) S 18224 18226 17996 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 23397161 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18236] ppid=18224 vsize=845672 CPUtime=1.22
/proc/18226/task/18236/stat : 18236 (java) S 18224 18226 17996 0 -1 64 3364 0 0 0 121 1 0 0 16 0 12 0 23397161 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18237] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18237/stat : 18237 (java) S 18224 18226 17996 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23397161 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18238] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18238/stat : 18238 (java) S 18224 18226 17996 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23397161 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 37.57
Current children cumulated vsize (KiB) 845672

[startup+38.3021 s]
/proc/loadavg: 2.23 2.22 2.18 3/95 18238
/proc/meminfo: memFree=413544/2055920 swapFree=4192812/4192956
[pid=18226] ppid=18224 vsize=845672 CPUtime=39.17
/proc/18226/stat : 18226 (java) S 18224 18226 17996 0 -1 0 254177 0 1 0 3760 157 0 0 18 0 12 0 23397152 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 211418 177498 1424 9 0 208745 0
[pid=18226/tid=18228] ppid=18224 vsize=845672 CPUtime=8.94
/proc/18226/task/18228/stat : 18228 (java) S 18224 18226 17996 0 -1 64 39137 0 1 0 869 25 0 0 17 0 12 0 23397153 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18229] ppid=18224 vsize=845672 CPUtime=5.6
/proc/18226/task/18229/stat : 18229 (java) S 18224 18226 17996 0 -1 64 74981 0 0 0 514 46 0 0 16 0 12 0 23397154 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18230] ppid=18224 vsize=845672 CPUtime=3.99
/proc/18226/task/18230/stat : 18230 (java) S 18224 18226 17996 0 -1 64 56899 0 0 0 367 32 0 0 17 0 12 0 23397154 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18231] ppid=18224 vsize=845672 CPUtime=19.33
/proc/18226/task/18231/stat : 18231 (java) R 18224 18226 17996 0 -1 64 78791 0 0 0 1884 49 0 0 25 0 12 0 23397156 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 104187761 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18232] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18232/stat : 18232 (java) S 18224 18226 17996 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23397156 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18233] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18233/stat : 18233 (java) S 18224 18226 17996 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23397156 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18234] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18234/stat : 18234 (java) S 18224 18226 17996 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23397161 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18235] ppid=18224 vsize=845672 CPUtime=0.04
/proc/18226/task/18235/stat : 18235 (java) S 18224 18226 17996 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 23397161 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18236] ppid=18224 vsize=845672 CPUtime=1.22
/proc/18226/task/18236/stat : 18236 (java) S 18224 18226 17996 0 -1 64 3364 0 0 0 121 1 0 0 16 0 12 0 23397161 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18237] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18237/stat : 18237 (java) S 18224 18226 17996 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23397161 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18238] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18238/stat : 18238 (java) S 18224 18226 17996 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23397161 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 39.17
Current children cumulated vsize (KiB) 845672

[startup+39.1022 s]
/proc/loadavg: 2.23 2.22 2.18 3/95 18238
/proc/meminfo: memFree=413544/2055920 swapFree=4192812/4192956
[pid=18226] ppid=18224 vsize=845672 CPUtime=39.97
/proc/18226/stat : 18226 (java) S 18224 18226 17996 0 -1 0 254177 0 1 0 3840 157 0 0 18 0 12 0 23397152 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 211418 177498 1424 9 0 208745 0
[pid=18226/tid=18228] ppid=18224 vsize=845672 CPUtime=8.94
/proc/18226/task/18228/stat : 18228 (java) S 18224 18226 17996 0 -1 64 39137 0 1 0 869 25 0 0 17 0 12 0 23397153 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18229] ppid=18224 vsize=845672 CPUtime=5.6
/proc/18226/task/18229/stat : 18229 (java) S 18224 18226 17996 0 -1 64 74981 0 0 0 514 46 0 0 16 0 12 0 23397154 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18230] ppid=18224 vsize=845672 CPUtime=3.99
/proc/18226/task/18230/stat : 18230 (java) S 18224 18226 17996 0 -1 64 56899 0 0 0 367 32 0 0 17 0 12 0 23397154 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18231] ppid=18224 vsize=845672 CPUtime=20.13
/proc/18226/task/18231/stat : 18231 (java) R 18224 18226 17996 0 -1 64 78791 0 0 0 1964 49 0 0 25 0 12 0 23397156 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 104187755 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18232] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18232/stat : 18232 (java) S 18224 18226 17996 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23397156 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18233] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18233/stat : 18233 (java) S 18224 18226 17996 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23397156 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18234] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18234/stat : 18234 (java) S 18224 18226 17996 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23397161 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18235] ppid=18224 vsize=845672 CPUtime=0.04
/proc/18226/task/18235/stat : 18235 (java) S 18224 18226 17996 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 23397161 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18236] ppid=18224 vsize=845672 CPUtime=1.22
/proc/18226/task/18236/stat : 18236 (java) S 18224 18226 17996 0 -1 64 3364 0 0 0 121 1 0 0 16 0 12 0 23397161 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18237] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18237/stat : 18237 (java) S 18224 18226 17996 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23397161 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18238] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18238/stat : 18238 (java) S 18224 18226 17996 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23397161 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 39.97
Current children cumulated vsize (KiB) 845672

[startup+39.5023 s]
/proc/loadavg: 2.23 2.22 2.18 3/95 18238
/proc/meminfo: memFree=413544/2055920 swapFree=4192812/4192956
[pid=18226] ppid=18224 vsize=845672 CPUtime=40.37
/proc/18226/stat : 18226 (java) S 18224 18226 17996 0 -1 0 254177 0 1 0 3880 157 0 0 18 0 12 0 23397152 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18226/statm: 211418 177498 1424 9 0 208745 0
[pid=18226/tid=18228] ppid=18224 vsize=845672 CPUtime=8.94
/proc/18226/task/18228/stat : 18228 (java) S 18224 18226 17996 0 -1 64 39137 0 1 0 869 25 0 0 17 0 12 0 23397153 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18229] ppid=18224 vsize=845672 CPUtime=5.6
/proc/18226/task/18229/stat : 18229 (java) S 18224 18226 17996 0 -1 64 74981 0 0 0 514 46 0 0 16 0 12 0 23397154 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18230] ppid=18224 vsize=845672 CPUtime=3.99
/proc/18226/task/18230/stat : 18230 (java) S 18224 18226 17996 0 -1 64 56899 0 0 0 367 32 0 0 17 0 12 0 23397154 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18231] ppid=18224 vsize=845672 CPUtime=20.53
/proc/18226/task/18231/stat : 18231 (java) R 18224 18226 17996 0 -1 64 78791 0 0 0 2004 49 0 0 25 0 12 0 23397156 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 105697721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18232] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18232/stat : 18232 (java) S 18224 18226 17996 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23397156 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18233] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18233/stat : 18233 (java) S 18224 18226 17996 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23397156 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18234] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18234/stat : 18234 (java) S 18224 18226 17996 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23397161 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18235] ppid=18224 vsize=845672 CPUtime=0.04
/proc/18226/task/18235/stat : 18235 (java) S 18224 18226 17996 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 23397161 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18236] ppid=18224 vsize=845672 CPUtime=1.22
/proc/18226/task/18236/stat : 18236 (java) S 18224 18226 17996 0 -1 64 3364 0 0 0 121 1 0 0 16 0 12 0 23397161 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18237] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18237/stat : 18237 (java) S 18224 18226 17996 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23397161 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18238] ppid=18224 vsize=845672 CPUtime=0
/proc/18226/task/18238/stat : 18238 (java) S 18224 18226 17996 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23397161 865968128 177498 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 40.37
Current children cumulated vsize (KiB) 845672

[startup+39.6073 s]
/proc/loadavg: 2.23 2.22 2.18 3/95 18238
/proc/meminfo: memFree=413544/2055920 swapFree=4192812/4192956
[pid=18226] ppid=18224 vsize=0 CPUtime=40.44
/proc/18226/stat : 18226 (java) Z 18224 18226 17996 0 -1 12 254197 0 1 0 3882 162 0 0 16 0 2 0 23397152 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) 40.44
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 39.6652
CPU time (s): 40.5068
CPU user time (s): 38.8221
CPU system time (s): 1.68474
CPU usage (%): 102.122
Max. virtual memory (cumulated for all children) (KiB): 861676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.8221
system time used= 1.68474
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 254197
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= 1748
involuntary context switches= 1933

runsolver used 0.056991 second user time and 0.162975 second system time

The end

Launcher Data

Begin job on node45 at 2009-07-12 03:48:54
IDJOB=2077092
IDBENCH=56549
IDSOLVER=731
FILE ID=node45/2077092-1247363333
PBS_JOBID= 9507026
Free space on /tmp= 66356 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg8-12_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077092-1247363333/watcher-2077092-1247363333 -o /tmp/evaluation-result-2077092-1247363333/solver-2077092-1247363333 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077092-1247363333.xml

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

MD5SUM BENCH= a5656f4953dca2b0bb60baf5002b0ce7
RANDOM SEED=1579931419

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:       1136864 kB
Buffers:         40580 kB
Cached:         105620 kB
SwapCached:          0 kB
Active:         806028 kB
Inactive:        60528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1136864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3824 kB
Writeback:           0 kB
Mapped:         735892 kB
Slab:            36148 kB
Committed_AS:   898204 kB
PageTables:       3320 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= 66352 MiB
End job on node45 at 2009-07-12 03:49:33