Trace number 2068622

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? 79.4709 79.1756

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-19-10.xml
MD5SUMc027916dfd2e151efb6693997eb2418f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.876866
Satisfiable
(Un)Satisfiability was proved
Number of variables291
Number of constraints3443
Maximum constraint arity38
Maximum domain size26
Number of constraints which are defined in extension128
Number of constraints which are defined in intension3315
Global constraints used (with number of constraints)

Solver Data

0.13/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.13/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.32	c See www.sat4j.org for details.
0.13/0.32	c That software uses the Rhino library from the Mozilla project.
0.13/0.34	c version 2.1.1.v20090622
0.13/0.34	c sun.arch.data.model	32
0.13/0.34	c java.version	1.6.0_12
0.13/0.34	c os.name	Linux
0.13/0.34	c os.version	2.6.9-22.EL.rootsmp
0.13/0.34	c os.arch	i386
0.13/0.34	c Free memory 671000808
0.13/0.34	c Max memory 672137216
0.13/0.34	c Total memory 672137216
0.13/0.34	c Number of processors 2
0.22/0.42	c c --- Begin Solver configuration ---
0.22/0.42	c Stops conflict analysis at the first Unique Implication Point
0.22/0.42	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.22/0.42	c Learn all clauses as in MiniSAT
0.22/0.42	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.22/0.42	c Expensive reason simplification
0.22/0.42	c MiniSAT restarts strategy
0.22/0.42	c Memory based learned constraints deletion strategy
0.22/0.42	c timeout=2147483s
0.22/0.42	c DB Simplification allowed=false
0.22/0.42	c --- End Solver configuration ---
0.22/0.42	c solving HOME/instance-2068622-1247347936.xml
0.22/0.42	c reading problem ... 
0.46/0.75	c reading problem named null
0.46/0.75	c reading domains done.
0.46/0.75	c reading variables done.
0.75/1.01	c reading relations done.
2.56/2.89	c reading predicates  done.
2.84/3.14	c reading constraints
79.29/79.05	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
79.29/79.05		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.29/79.05		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.29/79.05		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.29/79.05		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
79.29/79.05		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
79.29/79.05		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
79.29/79.05		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
79.29/79.05		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
79.29/79.05		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
79.29/79.05		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
79.29/79.05		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
79.29/79.05		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
79.29/79.05		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
79.29/79.05		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
79.29/79.05		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
79.29/79.05		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
79.29/79.06		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
79.29/79.06		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
79.29/79.06		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
79.29/79.06		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
79.29/79.06		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
79.29/79.06		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
79.29/79.06		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
79.29/79.06		at org.sat4j.AbstractLauncher.run(Unknown Source)
79.29/79.06		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
79.29/79.06	c starts		: 0
79.29/79.06	c conflicts		: 0
79.29/79.06	c decisions		: 0
79.29/79.06	c propagations		: 0
79.29/79.06	c inspects		: 0
79.29/79.06	c learnt literals	: 0
79.29/79.06	c learnt binary clauses	: 0
79.29/79.06	c learnt ternary clauses	: 0
79.29/79.06	c learnt clauses	: 0
79.29/79.06	c ignored clauses	: 0
79.29/79.06	c root simplifications	: 0
79.29/79.06	c removed literals (reason simplification)	: 0
79.29/79.06	c reason swapping (by a shorter reason)	: 0
79.29/79.06	c Calls to reduceDB	: 0
79.29/79.06	c speed (assignments/second)	: 0.0
79.29/79.06	c non guided choices	0
79.29/79.06	c learnt constraints type 
79.29/79.06	c constraints type 
79.29/79.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8514127
79.29/79.06	c org.sat4j.minisat.constraints.card.AtLeast => 291
79.29/79.06	s UNKNOWN
79.29/79.06	c Total wall clock time (in seconds) : 78.633

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-2068622-1247347936/watcher-2068622-1247347936 -o /tmp/evaluation-result-2068622-1247347936/solver-2068622-1247347936 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068622-1247347936.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: 1.96 2.33 2.62 4/82 15230
/proc/meminfo: memFree=1901200/2055920 swapFree=4192812/4192956
[pid=15230] ppid=15228 vsize=18576 CPUtime=0
/proc/15230/stat : 15230 (runsolver) D 15228 15230 15166 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 21860465 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 237788261671 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/15230/statm: 4644 284 249 26 0 2626 0

[startup+0.0115099 s]
/proc/loadavg: 1.96 2.33 2.62 4/82 15230
/proc/meminfo: memFree=1901200/2055920 swapFree=4192812/4192956
[pid=15230] ppid=15228 vsize=18576 CPUtime=0
/proc/15230/stat : 15230 (runsolver) D 15228 15230 15166 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 21860465 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 237788261671 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/15230/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101527 s]
/proc/loadavg: 1.96 2.33 2.62 4/82 15230
/proc/meminfo: memFree=1901200/2055920 swapFree=4192812/4192956
[pid=15230] ppid=15228 vsize=12928 CPUtime=0.01
/proc/15230/stat : 15230 (java) D 15228 15230 15166 0 -1 0 368 0 20 0 0 1 0 0 18 0 1 0 21860465 13238272 195 996147200 134512640 134550932 4294956016 18446744073709551615 2577194 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/15230/statm: 3232 195 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.301565 s]
/proc/loadavg: 1.96 2.33 2.62 4/82 15230
/proc/meminfo: memFree=1901200/2055920 swapFree=4192812/4192956
[pid=15230] ppid=15228 vsize=804592 CPUtime=0.13
/proc/15230/stat : 15230 (java) S 15228 15230 15166 0 -1 0 3075 0 44 0 9 4 0 0 18 0 12 0 21860465 823902208 2861 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15230/statm: 201148 2861 1085 9 0 198482 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 804592

[startup+0.701637 s]
/proc/loadavg: 1.96 2.33 2.62 4/82 15230
/proc/meminfo: memFree=1901200/2055920 swapFree=4192812/4192956
[pid=15230] ppid=15228 vsize=807180 CPUtime=0.46
/proc/15230/stat : 15230 (java) S 15228 15230 15166 0 -1 0 5165 0 44 0 39 7 0 0 18 0 12 0 21860465 826552320 4738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15230/statm: 201795 4738 1384 9 0 199122 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 807180

[startup+1.50179 s]
/proc/loadavg: 1.96 2.33 2.62 4/94 15242
/proc/meminfo: memFree=1875696/2055920 swapFree=4192812/4192956
[pid=15230] ppid=15228 vsize=813148 CPUtime=1.25
/proc/15230/stat : 15230 (java) S 15228 15230 15166 0 -1 0 9504 0 44 0 116 9 0 0 18 0 12 0 21860465 832663552 7143 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15230/statm: 203287 7143 1406 9 0 200614 0
[pid=15230/tid=15232] ppid=15228 vsize=813148 CPUtime=0.54
/proc/15230/task/15232/stat : 15232 (java) R 15228 15230 15166 0 -1 64 4495 0 9 0 49 5 0 0 21 0 12 0 21860478 832663552 7143 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15233] ppid=15228 vsize=813148 CPUtime=0
/proc/15230/task/15233/stat : 15233 (java) S 15228 15230 15166 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 21860480 832663552 7143 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15234] ppid=15228 vsize=813148 CPUtime=0
/proc/15230/task/15234/stat : 15234 (java) S 15228 15230 15166 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 21860480 832663552 7143 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15235] ppid=15228 vsize=813148 CPUtime=0
/proc/15230/task/15235/stat : 15235 (java) S 15228 15230 15166 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21860483 832663552 7143 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15236] ppid=15228 vsize=813148 CPUtime=0
/proc/15230/task/15236/stat : 15236 (java) S 15228 15230 15166 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 21860484 832663552 7143 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15237] ppid=15228 vsize=813148 CPUtime=0
/proc/15230/task/15237/stat : 15237 (java) S 15228 15230 15166 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 21860484 832663552 7143 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15238] ppid=15228 vsize=813148 CPUtime=0
/proc/15230/task/15238/stat : 15238 (java) S 15228 15230 15166 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21860491 832663552 7143 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15239] ppid=15228 vsize=813148 CPUtime=0
/proc/15230/task/15239/stat : 15239 (java) S 15228 15230 15166 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 21860491 832663552 7143 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15240] ppid=15228 vsize=813148 CPUtime=0.68
/proc/15230/task/15240/stat : 15240 (java) R 15228 15230 15166 0 -1 64 4286 0 0 0 67 1 0 0 18 0 12 0 21860491 832663552 7143 996147200 134512640 134550932 4294956016 18446744073709551615 104164043 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15241] ppid=15228 vsize=813148 CPUtime=0
/proc/15230/task/15241/stat : 15241 (java) S 15228 15230 15166 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 21860491 832663552 7143 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15242] ppid=15228 vsize=813148 CPUtime=0
/proc/15230/task/15242/stat : 15242 (java) S 15228 15230 15166 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21860491 832663552 7143 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 813148

[startup+3.10209 s]
/proc/loadavg: 1.96 2.33 2.62 3/94 15242
/proc/meminfo: memFree=1837040/2055920 swapFree=4192812/4192956
[pid=15230] ppid=15228 vsize=813868 CPUtime=2.84
/proc/15230/stat : 15230 (java) S 15228 15230 15166 0 -1 0 26403 0 44 0 267 17 0 0 18 0 12 0 21860465 833400832 24025 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15230/statm: 203467 24025 1421 9 0 200794 0
[pid=15230/tid=15232] ppid=15228 vsize=813868 CPUtime=1.76
/proc/15230/task/15232/stat : 15232 (java) R 15228 15230 15166 0 -1 64 17162 0 9 0 165 11 0 0 18 0 12 0 21860478 833400832 24025 996147200 134512640 134550932 4294956016 18446744073709551615 4109141187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15233] ppid=15228 vsize=813868 CPUtime=0.03
/proc/15230/task/15233/stat : 15233 (java) S 15228 15230 15166 0 -1 64 1916 0 0 0 2 1 0 0 17 0 12 0 21860480 833400832 24025 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15234] ppid=15228 vsize=813868 CPUtime=0.04
/proc/15230/task/15234/stat : 15234 (java) S 15228 15230 15166 0 -1 64 2159 0 0 0 3 1 0 0 16 0 12 0 21860480 833400832 24025 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15235] ppid=15228 vsize=813868 CPUtime=0
/proc/15230/task/15235/stat : 15235 (java) S 15228 15230 15166 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 21860483 833400832 24025 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15236] ppid=15228 vsize=813868 CPUtime=0
/proc/15230/task/15236/stat : 15236 (java) S 15228 15230 15166 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21860484 833400832 24025 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15237] ppid=15228 vsize=813868 CPUtime=0
/proc/15230/task/15237/stat : 15237 (java) S 15228 15230 15166 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 21860484 833400832 24025 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15238] ppid=15228 vsize=813868 CPUtime=0
/proc/15230/task/15238/stat : 15238 (java) S 15228 15230 15166 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21860491 833400832 24025 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15239] ppid=15228 vsize=813868 CPUtime=0
/proc/15230/task/15239/stat : 15239 (java) S 15228 15230 15166 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 21860491 833400832 24025 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15240] ppid=15228 vsize=813868 CPUtime=0.96
/proc/15230/task/15240/stat : 15240 (java) S 15228 15230 15166 0 -1 64 4431 0 0 0 95 1 0 0 16 0 12 0 21860491 833400832 24025 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15241] ppid=15228 vsize=813868 CPUtime=0
/proc/15230/task/15241/stat : 15241 (java) S 15228 15230 15166 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 21860491 833400832 24025 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15242] ppid=15228 vsize=813868 CPUtime=0
/proc/15230/task/15242/stat : 15242 (java) S 15228 15230 15166 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21860491 833400832 24025 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 813868

[startup+6.30267 s]
/proc/loadavg: 1.96 2.33 2.62 5/94 15242
/proc/meminfo: memFree=1674928/2055920 swapFree=4192812/4192956
[pid=15230] ppid=15228 vsize=813440 CPUtime=6.58
/proc/15230/stat : 15230 (java) S 15228 15230 15166 0 -1 0 66723 0 44 0 624 34 0 0 18 0 12 0 21860465 832962560 59273 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15230/statm: 203360 59274 1423 9 0 200687 0
[pid=15230/tid=15232] ppid=15228 vsize=813440 CPUtime=3.15
/proc/15230/task/15232/stat : 15232 (java) S 15228 15230 15166 0 -1 64 17198 0 9 0 304 11 0 0 17 0 12 0 21860478 832962560 59275 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15233] ppid=15228 vsize=813440 CPUtime=1.33
/proc/15230/task/15233/stat : 15233 (java) R 15228 15230 15166 0 -1 64 22514 0 0 0 124 9 0 0 17 0 12 0 21860480 832962560 59277 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15234] ppid=15228 vsize=813440 CPUtime=0.81
/proc/15230/task/15234/stat : 15234 (java) R 15228 15230 15166 0 -1 64 21775 0 0 0 72 9 0 0 19 0 12 0 21860480 832962560 59278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15235] ppid=15228 vsize=813440 CPUtime=0
/proc/15230/task/15235/stat : 15235 (java) S 15228 15230 15166 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 21860483 832962560 59280 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15236] ppid=15228 vsize=813440 CPUtime=0
/proc/15230/task/15236/stat : 15236 (java) S 15228 15230 15166 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21860484 832962560 59282 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15237] ppid=15228 vsize=813440 CPUtime=0
/proc/15230/task/15237/stat : 15237 (java) S 15228 15230 15166 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21860484 832962560 59283 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15238] ppid=15228 vsize=813440 CPUtime=0
/proc/15230/task/15238/stat : 15238 (java) S 15228 15230 15166 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21860491 832962560 59285 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15239] ppid=15228 vsize=813440 CPUtime=0
/proc/15230/task/15239/stat : 15239 (java) S 15228 15230 15166 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 21860491 832962560 59286 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15240] ppid=15228 vsize=813440 CPUtime=1.22
/proc/15230/task/15240/stat : 15240 (java) S 15228 15230 15166 0 -1 64 4503 0 0 0 121 1 0 0 16 0 12 0 21860491 832962560 59288 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15241] ppid=15228 vsize=813440 CPUtime=0
/proc/15230/task/15241/stat : 15241 (java) S 15228 15230 15166 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 21860491 832962560 59289 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15242] ppid=15228 vsize=813440 CPUtime=0
/proc/15230/task/15242/stat : 15242 (java) S 15228 15230 15166 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21860491 832962560 59291 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 813440

[startup+12.7018 s]
/proc/loadavg: 2.04 2.34 2.62 4/94 15242
/proc/meminfo: memFree=1393584/2055920 swapFree=4192812/4192956
[pid=15230] ppid=15228 vsize=813440 CPUtime=12.98
/proc/15230/stat : 15230 (java) S 15228 15230 15166 0 -1 0 140993 0 44 0 1235 63 0 0 18 0 12 0 21860465 832962560 133529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15230/statm: 203360 133529 1423 9 0 200687 0
[pid=15230/tid=15232] ppid=15228 vsize=813440 CPUtime=5.08
/proc/15230/task/15232/stat : 15232 (java) R 15228 15230 15166 0 -1 64 23356 0 9 0 495 13 0 0 16 0 12 0 21860478 832962560 133529 996147200 134512640 134550932 4294956016 18446744073709551615 4109738827 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15233] ppid=15228 vsize=813440 CPUtime=2.1
/proc/15230/task/15233/stat : 15233 (java) R 15228 15230 15166 0 -1 64 34106 0 0 0 196 14 0 0 19 0 12 0 21860480 832962560 133529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15234] ppid=15228 vsize=813440 CPUtime=4.49
/proc/15230/task/15234/stat : 15234 (java) S 15228 15230 15166 0 -1 64 78291 0 0 0 419 30 0 0 18 0 12 0 21860480 832962560 133529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15235] ppid=15228 vsize=813440 CPUtime=0
/proc/15230/task/15235/stat : 15235 (java) S 15228 15230 15166 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 21860483 832962560 133529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15236] ppid=15228 vsize=813440 CPUtime=0
/proc/15230/task/15236/stat : 15236 (java) S 15228 15230 15166 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21860484 832962560 133529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15237] ppid=15228 vsize=813440 CPUtime=0
/proc/15230/task/15237/stat : 15237 (java) S 15228 15230 15166 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21860484 832962560 133529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15238] ppid=15228 vsize=813440 CPUtime=0
/proc/15230/task/15238/stat : 15238 (java) S 15228 15230 15166 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21860491 832962560 133529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15239] ppid=15228 vsize=813440 CPUtime=0
/proc/15230/task/15239/stat : 15239 (java) S 15228 15230 15166 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 21860491 832962560 133529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15240] ppid=15228 vsize=813440 CPUtime=1.22
/proc/15230/task/15240/stat : 15240 (java) S 15228 15230 15166 0 -1 64 4503 0 0 0 121 1 0 0 16 0 12 0 21860491 832962560 133529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15241] ppid=15228 vsize=813440 CPUtime=0
/proc/15230/task/15241/stat : 15241 (java) S 15228 15230 15166 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 21860491 832962560 133529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15242] ppid=15228 vsize=813440 CPUtime=0
/proc/15230/task/15242/stat : 15242 (java) S 15228 15230 15166 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21860491 832962560 133529 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.98
Current children cumulated vsize (KiB) 813440

[startup+25.5022 s]
/proc/loadavg: 2.10 2.34 2.61 3/94 15242
/proc/meminfo: memFree=1169968/2055920 swapFree=4192812/4192956
[pid=15230] ppid=15228 vsize=848008 CPUtime=25.82
/proc/15230/stat : 15230 (java) S 15228 15230 15166 0 -1 0 211673 0 44 0 2491 91 0 0 18 0 12 0 21860465 868360192 181193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15230/statm: 212002 181193 1425 9 0 209329 0
[pid=15230/tid=15232] ppid=15228 vsize=848008 CPUtime=6.25
/proc/15230/task/15232/stat : 15232 (java) S 15228 15230 15166 0 -1 64 35651 0 9 0 607 18 0 0 17 0 12 0 21860478 868360192 181193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15233] ppid=15228 vsize=848008 CPUtime=2.32
/proc/15230/task/15233/stat : 15233 (java) S 15228 15230 15166 0 -1 64 34106 0 0 0 218 14 0 0 16 0 12 0 21860480 868360192 181193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15234] ppid=15228 vsize=848008 CPUtime=6.1
/proc/15230/task/15234/stat : 15234 (java) S 15228 15230 15166 0 -1 64 97446 0 0 0 571 39 0 0 17 0 12 0 21860480 868360192 181193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15235] ppid=15228 vsize=848008 CPUtime=9.85
/proc/15230/task/15235/stat : 15235 (java) R 15228 15230 15166 0 -1 64 39247 0 0 0 971 14 0 0 25 0 12 0 21860483 868360192 181193 996147200 134512640 134550932 4294956016 18446744073709551615 106159196 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15236] ppid=15228 vsize=848008 CPUtime=0
/proc/15230/task/15236/stat : 15236 (java) S 15228 15230 15166 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21860484 868360192 181193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15237] ppid=15228 vsize=848008 CPUtime=0
/proc/15230/task/15237/stat : 15237 (java) S 15228 15230 15166 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21860484 868360192 181193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15238] ppid=15228 vsize=848008 CPUtime=0
/proc/15230/task/15238/stat : 15238 (java) S 15228 15230 15166 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21860491 868360192 181193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15239] ppid=15228 vsize=848008 CPUtime=0

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

[pid=15230/tid=15241] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15241/stat : 15241 (java) S 15228 15230 15166 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 21860491 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15242] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15242/stat : 15242 (java) S 15228 15230 15166 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21860491 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 64.2
Current children cumulated vsize (KiB) 816004

[startup+70.3024 s]
/proc/loadavg: 2.11 2.31 2.59 3/94 15242
/proc/meminfo: memFree=1201968/2055920 swapFree=4192812/4192956
[pid=15230] ppid=15228 vsize=816004 CPUtime=70.6
/proc/15230/stat : 15230 (java) S 15228 15230 15166 0 -1 0 558256 0 44 0 6827 233 0 0 18 0 12 0 21860465 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15230/statm: 204001 173192 1425 9 0 201328 0
[pid=15230/tid=15232] ppid=15228 vsize=816004 CPUtime=6.51
/proc/15230/task/15232/stat : 15232 (java) S 15228 15230 15166 0 -1 64 35668 0 9 0 633 18 0 0 17 0 12 0 21860478 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15233] ppid=15228 vsize=816004 CPUtime=2.32
/proc/15230/task/15233/stat : 15233 (java) S 15228 15230 15166 0 -1 64 34106 0 0 0 218 14 0 0 16 0 12 0 21860480 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15234] ppid=15228 vsize=816004 CPUtime=6.1
/proc/15230/task/15234/stat : 15234 (java) S 15228 15230 15166 0 -1 64 97446 0 0 0 571 39 0 0 17 0 12 0 21860480 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15235] ppid=15228 vsize=816004 CPUtime=54.37
/proc/15230/task/15235/stat : 15235 (java) R 15228 15230 15166 0 -1 64 385813 0 0 0 5281 156 0 0 25 0 12 0 21860483 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 104187935 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15236] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15236/stat : 15236 (java) S 15228 15230 15166 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21860484 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15237] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15237/stat : 15237 (java) S 15228 15230 15166 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21860484 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15238] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15238/stat : 15238 (java) S 15228 15230 15166 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21860491 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15239] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15239/stat : 15239 (java) S 15228 15230 15166 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 21860491 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15240] ppid=15228 vsize=816004 CPUtime=1.22
/proc/15230/task/15240/stat : 15240 (java) S 15228 15230 15166 0 -1 64 4503 0 0 0 121 1 0 0 16 0 12 0 21860491 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15241] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15241/stat : 15241 (java) S 15228 15230 15166 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 21860491 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15242] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15242/stat : 15242 (java) S 15228 15230 15166 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21860491 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 70.6
Current children cumulated vsize (KiB) 816004

[startup+73.502 s]
/proc/loadavg: 2.10 2.30 2.58 3/94 15242
/proc/meminfo: memFree=1201904/2055920 swapFree=4192812/4192956
[pid=15230] ppid=15228 vsize=816004 CPUtime=73.79
/proc/15230/stat : 15230 (java) S 15228 15230 15166 0 -1 0 558260 0 44 0 7146 233 0 0 18 0 12 0 21860465 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15230/statm: 204001 173192 1424 9 0 201328 0
[pid=15230/tid=15232] ppid=15228 vsize=816004 CPUtime=6.51
/proc/15230/task/15232/stat : 15232 (java) S 15228 15230 15166 0 -1 64 35672 0 9 0 633 18 0 0 17 0 12 0 21860478 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15233] ppid=15228 vsize=816004 CPUtime=2.32
/proc/15230/task/15233/stat : 15233 (java) S 15228 15230 15166 0 -1 64 34106 0 0 0 218 14 0 0 16 0 12 0 21860480 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15234] ppid=15228 vsize=816004 CPUtime=6.1
/proc/15230/task/15234/stat : 15234 (java) S 15228 15230 15166 0 -1 64 97446 0 0 0 571 39 0 0 17 0 12 0 21860480 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15235] ppid=15228 vsize=816004 CPUtime=57.56
/proc/15230/task/15235/stat : 15235 (java) R 15228 15230 15166 0 -1 64 385813 0 0 0 5600 156 0 0 25 0 12 0 21860483 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 105697121 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15236] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15236/stat : 15236 (java) S 15228 15230 15166 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21860484 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15237] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15237/stat : 15237 (java) S 15228 15230 15166 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21860484 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15238] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15238/stat : 15238 (java) S 15228 15230 15166 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21860491 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15239] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15239/stat : 15239 (java) S 15228 15230 15166 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 21860491 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15240] ppid=15228 vsize=816004 CPUtime=1.22
/proc/15230/task/15240/stat : 15240 (java) S 15228 15230 15166 0 -1 64 4503 0 0 0 121 1 0 0 16 0 12 0 21860491 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15241] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15241/stat : 15241 (java) S 15228 15230 15166 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 21860491 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15242] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15242/stat : 15242 (java) S 15228 15230 15166 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21860491 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 73.79
Current children cumulated vsize (KiB) 816004

[startup+76.7026 s]
/proc/loadavg: 2.10 2.30 2.58 3/94 15242
/proc/meminfo: memFree=1201904/2055920 swapFree=4192812/4192956
[pid=15230] ppid=15228 vsize=816004 CPUtime=76.99
/proc/15230/stat : 15230 (java) S 15228 15230 15166 0 -1 0 558261 0 44 0 7466 233 0 0 18 0 12 0 21860465 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15230/statm: 204001 173192 1424 9 0 201328 0
[pid=15230/tid=15232] ppid=15228 vsize=816004 CPUtime=6.51
/proc/15230/task/15232/stat : 15232 (java) S 15228 15230 15166 0 -1 64 35673 0 9 0 633 18 0 0 17 0 12 0 21860478 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15233] ppid=15228 vsize=816004 CPUtime=2.32
/proc/15230/task/15233/stat : 15233 (java) S 15228 15230 15166 0 -1 64 34106 0 0 0 218 14 0 0 16 0 12 0 21860480 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15234] ppid=15228 vsize=816004 CPUtime=6.1
/proc/15230/task/15234/stat : 15234 (java) S 15228 15230 15166 0 -1 64 97446 0 0 0 571 39 0 0 17 0 12 0 21860480 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15235] ppid=15228 vsize=816004 CPUtime=60.76
/proc/15230/task/15235/stat : 15235 (java) R 15228 15230 15166 0 -1 64 385813 0 0 0 5920 156 0 0 25 0 12 0 21860483 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 103585153 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15236] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15236/stat : 15236 (java) S 15228 15230 15166 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21860484 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15237] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15237/stat : 15237 (java) S 15228 15230 15166 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21860484 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15238] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15238/stat : 15238 (java) S 15228 15230 15166 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21860491 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15239] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15239/stat : 15239 (java) S 15228 15230 15166 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 21860491 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15240] ppid=15228 vsize=816004 CPUtime=1.22
/proc/15230/task/15240/stat : 15240 (java) S 15228 15230 15166 0 -1 64 4503 0 0 0 121 1 0 0 16 0 12 0 21860491 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15241] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15241/stat : 15241 (java) S 15228 15230 15166 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 21860491 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15242] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15242/stat : 15242 (java) S 15228 15230 15166 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21860491 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 76.99
Current children cumulated vsize (KiB) 816004

[startup+78.3019 s]
/proc/loadavg: 2.10 2.29 2.58 3/94 15242
/proc/meminfo: memFree=1201904/2055920 swapFree=4192812/4192956
[pid=15230] ppid=15228 vsize=816004 CPUtime=78.59
/proc/15230/stat : 15230 (java) S 15228 15230 15166 0 -1 0 558261 0 44 0 7626 233 0 0 18 0 12 0 21860465 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15230/statm: 204001 173192 1424 9 0 201328 0
[pid=15230/tid=15232] ppid=15228 vsize=816004 CPUtime=6.51
/proc/15230/task/15232/stat : 15232 (java) S 15228 15230 15166 0 -1 64 35673 0 9 0 633 18 0 0 17 0 12 0 21860478 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15233] ppid=15228 vsize=816004 CPUtime=2.32
/proc/15230/task/15233/stat : 15233 (java) S 15228 15230 15166 0 -1 64 34106 0 0 0 218 14 0 0 16 0 12 0 21860480 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15234] ppid=15228 vsize=816004 CPUtime=6.1
/proc/15230/task/15234/stat : 15234 (java) S 15228 15230 15166 0 -1 64 97446 0 0 0 571 39 0 0 17 0 12 0 21860480 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15235] ppid=15228 vsize=816004 CPUtime=62.36
/proc/15230/task/15235/stat : 15235 (java) R 15228 15230 15166 0 -1 64 385813 0 0 0 6080 156 0 0 25 0 12 0 21860483 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 104187718 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15236] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15236/stat : 15236 (java) S 15228 15230 15166 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21860484 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15237] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15237/stat : 15237 (java) S 15228 15230 15166 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21860484 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15238] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15238/stat : 15238 (java) S 15228 15230 15166 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21860491 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15239] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15239/stat : 15239 (java) S 15228 15230 15166 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 21860491 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15240] ppid=15228 vsize=816004 CPUtime=1.22
/proc/15230/task/15240/stat : 15240 (java) S 15228 15230 15166 0 -1 64 4503 0 0 0 121 1 0 0 16 0 12 0 21860491 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15241] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15241/stat : 15241 (java) S 15228 15230 15166 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 21860491 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15242] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15242/stat : 15242 (java) S 15228 15230 15166 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21860491 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.59
Current children cumulated vsize (KiB) 816004

[startup+78.702 s]
/proc/loadavg: 2.10 2.29 2.58 3/94 15242
/proc/meminfo: memFree=1201904/2055920 swapFree=4192812/4192956
[pid=15230] ppid=15228 vsize=816004 CPUtime=78.99
/proc/15230/stat : 15230 (java) S 15228 15230 15166 0 -1 0 558261 0 44 0 7666 233 0 0 18 0 12 0 21860465 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15230/statm: 204001 173192 1424 9 0 201328 0
[pid=15230/tid=15232] ppid=15228 vsize=816004 CPUtime=6.51
/proc/15230/task/15232/stat : 15232 (java) S 15228 15230 15166 0 -1 64 35673 0 9 0 633 18 0 0 17 0 12 0 21860478 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15233] ppid=15228 vsize=816004 CPUtime=2.32
/proc/15230/task/15233/stat : 15233 (java) S 15228 15230 15166 0 -1 64 34106 0 0 0 218 14 0 0 16 0 12 0 21860480 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15234] ppid=15228 vsize=816004 CPUtime=6.1
/proc/15230/task/15234/stat : 15234 (java) S 15228 15230 15166 0 -1 64 97446 0 0 0 571 39 0 0 17 0 12 0 21860480 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15235] ppid=15228 vsize=816004 CPUtime=62.76
/proc/15230/task/15235/stat : 15235 (java) R 15228 15230 15166 0 -1 64 385813 0 0 0 6120 156 0 0 25 0 12 0 21860483 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 106159115 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15236] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15236/stat : 15236 (java) S 15228 15230 15166 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21860484 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15237] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15237/stat : 15237 (java) S 15228 15230 15166 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 21860484 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15238] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15238/stat : 15238 (java) S 15228 15230 15166 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21860491 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15239] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15239/stat : 15239 (java) S 15228 15230 15166 0 -1 64 13 0 0 0 0 0 0 0 23 0 12 0 21860491 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15240] ppid=15228 vsize=816004 CPUtime=1.22
/proc/15230/task/15240/stat : 15240 (java) S 15228 15230 15166 0 -1 64 4503 0 0 0 121 1 0 0 16 0 12 0 21860491 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15230/tid=15241] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15241/stat : 15241 (java) S 15228 15230 15166 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 21860491 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15230/tid=15242] ppid=15228 vsize=816004 CPUtime=0
/proc/15230/task/15242/stat : 15242 (java) S 15228 15230 15166 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 21860491 835588096 173192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.99
Current children cumulated vsize (KiB) 816004

[startup+79.101 s]
/proc/loadavg: 2.10 2.29 2.58 3/84 15243
/proc/meminfo: memFree=1379504/2055920 swapFree=4192812/4192956
[pid=15230] ppid=15228 vsize=0 CPUtime=79.39
/proc/15230/stat : 15230 (java) Z 15228 15230 15166 0 -1 12 558278 0 44 0 7702 237 0 0 16 0 2 0 21860465 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15230/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 79.39
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 79.1756
CPU time (s): 79.4709
CPU user time (s): 77.0273
CPU system time (s): 2.44363
CPU usage (%): 100.373
Max. virtual memory (cumulated for all children) (KiB): 912012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.0273
system time used= 2.44363
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 558278
page faults= 44
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3466
involuntary context switches= 2936

runsolver used 0.101984 second user time and 0.272958 second system time

The end

Launcher Data

Begin job on node24 at 2009-07-11 23:32:16
IDJOB=2068622
IDBENCH=54900
IDSOLVER=731
FILE ID=node24/2068622-1247347936
PBS_JOBID= 9506831
Free space on /tmp= 66460 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-19-10.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068622-1247347936/watcher-2068622-1247347936 -o /tmp/evaluation-result-2068622-1247347936/solver-2068622-1247347936 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068622-1247347936.xml

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

MD5SUM BENCH= c027916dfd2e151efb6693997eb2418f
RANDOM SEED=1187072425

node24.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.287
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.287
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:       1901680 kB
Buffers:         21308 kB
Cached:          39620 kB
SwapCached:          0 kB
Active:          80024 kB
Inactive:        25132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1901680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4644 kB
Writeback:           0 kB
Mapped:          64652 kB
Slab:            34108 kB
Committed_AS:   199248 kB
PageTables:       1956 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= 66456 MiB
End job on node24 at 2009-07-11 23:33:36