Trace number 1064167

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? 94.0367 92.9392

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-23-02.xml
MD5SUMdb48a5def5ffad94b53c1d6b30c5d3ee
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 benchmark1.47078
Satisfiable
(Un)Satisfiability was proved
Number of variables435
Number of constraints4428
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension182
Number of constraints which are defined in intension4246
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.29	c See www.sat4j.org for details.
0.19/0.29	c That software uses the Rhino library from the Mozilla project.
0.29/0.33	c version 9.9.9.token
0.29/0.33	c sun.arch.data.model	32
0.29/0.33	c java.version	1.6.0_06
0.29/0.33	c os.name	Linux
0.29/0.33	c os.version	2.6.9-22.EL.rootsmp
0.29/0.33	c os.arch	i386
0.29/0.33	c Free memory 669864272
0.29/0.33	c Max memory 672137216
0.29/0.33	c Total memory 672137216
0.29/0.33	c Number of processors 2
0.29/0.38	c c --- Begin Solver configuration ---
0.29/0.38	c Stops conflict analysis at the first Unique Implication Point
0.29/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.38	c Learn all clauses as in MiniSAT
0.29/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.38	c Expensive reason simplification
0.29/0.38	c MiniSAT restarts strategy
0.29/0.38	c timeout=2147483s
0.29/0.38	c DB Simplification allowed=false
0.29/0.38	c --- End Solver configuration ---
0.29/0.38	c solving HOME/instance-1064167-1215139982.xml
0.29/0.38	c reading problem ... 
0.59/0.63	c reading problem named null
0.59/0.63	c reading domains done.
0.59/0.63	c reading variables done.
1.00/1.04	c reading relations done.
3.79/3.89	c reading predicates  done.
3.99/4.08	c reading constraints
93.83/92.77	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
93.83/92.77		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
93.83/92.77		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
93.83/92.77		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
93.83/92.77		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
93.83/92.77		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
93.83/92.77		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
93.83/92.77		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
93.83/92.77		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
93.83/92.78		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
93.83/92.78		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
93.83/92.78		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
93.83/92.78		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
93.83/92.78		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
93.83/92.78		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
93.83/92.78		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
93.83/92.78		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
93.83/92.78		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
93.83/92.78		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
93.83/92.78		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
93.83/92.78		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
93.83/92.78		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
93.83/92.78		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
93.83/92.78		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
93.83/92.78		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
93.83/92.78		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
93.83/92.78		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
93.83/92.78		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
93.83/92.78		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
93.83/92.78		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
93.83/92.78		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
93.83/92.78		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
93.83/92.78		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
93.83/92.78	c starts		: 0
93.83/92.78	c conflicts		: 0
93.83/92.78	c decisions		: 0
93.83/92.78	c propagations		: 0
93.83/92.78	c inspects		: 0
93.83/92.78	c learnt literals	: 0
93.83/92.78	c learnt binary clauses	: 0
93.83/92.78	c learnt ternary clauses	: 0
93.83/92.78	c learnt clauses	: 0
93.83/92.78	c ignored clauses	: 0
93.83/92.78	c root simplifications	: 0
93.83/92.78	c removed literals (reason simplification)	: 0
93.83/92.78	c reason swapping (by a shorter reason)	: 0
93.83/92.78	c Calls to reduceDB	: 0
93.83/92.78	c speed (assignments/second)	: 0.0
93.83/92.78	c non guided choices	0
93.83/92.78	s UNKNOWN
93.83/92.78	c Total wall clock time (in seconds) : 92.404

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064167-1215139982/watcher-1064167-1215139982 -o /tmp/evaluation-result-1064167-1215139982/solver-1064167-1215139982 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1064167-1215139982.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.02 4/82 26098
/proc/meminfo: memFree=982672/2055920 swapFree=4113964/4192956
[pid=26098] ppid=26096 vsize=1804 CPUtime=0
/proc/26098/stat : 26098 (java6) R 26096 26098 24309 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1543674525 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/26098/statm: 451 158 114 9 0 93 0

[startup+0.0440111 s]
/proc/loadavg: 2.01 2.01 2.02 4/82 26098
/proc/meminfo: memFree=982672/2055920 swapFree=4113964/4192956
[pid=26098] ppid=26096 vsize=801756 CPUtime=0.03
/proc/26098/stat : 26098 (java) S 26096 26098 24309 0 -1 0 2519 0 1 0 2 1 0 0 18 0 6 0 1543674525 820998144 2256 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/26098/statm: 200439 2257 960 9 0 197822 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801756

[startup+0.101022 s]
/proc/loadavg: 2.01 2.01 2.02 4/82 26098
/proc/meminfo: memFree=982672/2055920 swapFree=4113964/4192956
[pid=26098] ppid=26096 vsize=804612 CPUtime=0.09
/proc/26098/stat : 26098 (java) S 26096 26098 24309 0 -1 0 3019 0 1 0 7 2 0 0 18 0 12 0 1543674525 823922688 2752 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26098/statm: 201153 2758 1059 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.30106 s]
/proc/loadavg: 2.01 2.01 2.02 4/82 26098
/proc/meminfo: memFree=982672/2055920 swapFree=4113964/4192956
[pid=26098] ppid=26096 vsize=808264 CPUtime=0.29
/proc/26098/stat : 26098 (java) S 26096 26098 24309 0 -1 0 5033 0 1 0 26 3 0 0 18 0 12 0 1543674525 827662336 4362 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26098/statm: 202066 4362 1307 9 0 199435 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808264

[startup+0.701137 s]
/proc/loadavg: 2.01 2.01 2.02 4/82 26098
/proc/meminfo: memFree=982672/2055920 swapFree=4113964/4192956
[pid=26098] ppid=26096 vsize=808292 CPUtime=0.69
/proc/26098/stat : 26098 (java) S 26096 26098 24309 0 -1 0 6312 0 1 0 65 4 0 0 18 0 12 0 1543674525 827691008 5494 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26098/statm: 202073 5494 1337 9 0 199435 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808292

[startup+1.50229 s]
/proc/loadavg: 2.01 2.01 2.02 4/94 26110
/proc/meminfo: memFree=963440/2055920 swapFree=4113964/4192956
[pid=26098] ppid=26096 vsize=808292 CPUtime=1.5
/proc/26098/stat : 26098 (java) S 26096 26098 24309 0 -1 0 8676 0 1 0 144 6 0 0 18 0 12 0 1543674525 827691008 7133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26098/statm: 202073 7133 1352 9 0 199435 0
[pid=26098/tid=26100] ppid=26096 vsize=808292 CPUtime=0.62
/proc/26098/task/26100/stat : 26100 (java) R 26096 26098 24309 0 -1 64 5404 0 1 0 58 4 0 0 25 0 12 0 1543674526 827691008 7133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26101] ppid=26096 vsize=808292 CPUtime=0
/proc/26098/task/26101/stat : 26101 (java) S 26096 26098 24309 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1543674527 827691008 7133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26102] ppid=26096 vsize=808292 CPUtime=0
/proc/26098/task/26102/stat : 26102 (java) S 26096 26098 24309 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1543674527 827691008 7133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26103] ppid=26096 vsize=808292 CPUtime=0
/proc/26098/task/26103/stat : 26103 (java) S 26096 26098 24309 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1543674528 827691008 7133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26104] ppid=26096 vsize=808292 CPUtime=0
/proc/26098/task/26104/stat : 26104 (java) S 26096 26098 24309 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 1543674529 827691008 7133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26105] ppid=26096 vsize=808292 CPUtime=0
/proc/26098/task/26105/stat : 26105 (java) S 26096 26098 24309 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1543674529 827691008 7133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26106] ppid=26096 vsize=808292 CPUtime=0
/proc/26098/task/26106/stat : 26106 (java) S 26096 26098 24309 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1543674533 827691008 7133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26107] ppid=26096 vsize=808292 CPUtime=0.47
/proc/26098/task/26107/stat : 26107 (java) S 26096 26098 24309 0 -1 64 1185 0 0 0 47 0 0 0 16 0 12 0 1543674533 827691008 7133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26108] ppid=26096 vsize=808292 CPUtime=0.37
/proc/26098/task/26108/stat : 26108 (java) R 26096 26098 24309 0 -1 64 1324 0 0 0 37 0 0 0 16 0 12 0 1543674533 827691008 7133 996147200 134512640 134550740 4294956032 18446744073709551615 103105484 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26109] ppid=26096 vsize=808292 CPUtime=0
/proc/26098/task/26109/stat : 26109 (java) S 26096 26098 24309 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1543674533 827691008 7133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26110] ppid=26096 vsize=808292 CPUtime=0
/proc/26098/task/26110/stat : 26110 (java) S 26096 26098 24309 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1543674533 827691008 7133 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 808292

[startup+3.10616 s]
/proc/loadavg: 2.01 2.01 2.02 3/94 26110
/proc/meminfo: memFree=934960/2055920 swapFree=4113964/4192956
[pid=26098] ppid=26096 vsize=808292 CPUtime=3.09
/proc/26098/stat : 26098 (java) S 26096 26098 24309 0 -1 0 26360 0 1 0 296 13 0 0 18 0 12 0 1543674525 827691008 24622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26098/statm: 202073 24622 1357 9 0 199435 0
[pid=26098/tid=26100] ppid=26096 vsize=808292 CPUtime=1.82
/proc/26098/task/26100/stat : 26100 (java) R 26096 26098 24309 0 -1 64 17002 0 1 0 173 9 0 0 25 0 12 0 1543674526 827691008 24622 996147200 134512640 134550740 4294956032 18446744073709551615 4109785482 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26101] ppid=26096 vsize=808292 CPUtime=0.05
/proc/26098/task/26101/stat : 26101 (java) S 26096 26098 24309 0 -1 64 2965 0 0 0 4 1 0 0 16 0 12 0 1543674527 827691008 24622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26102] ppid=26096 vsize=808292 CPUtime=0.04
/proc/26098/task/26102/stat : 26102 (java) S 26096 26098 24309 0 -1 64 2846 0 0 0 3 1 0 0 16 0 12 0 1543674527 827691008 24622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26103] ppid=26096 vsize=808292 CPUtime=0
/proc/26098/task/26103/stat : 26103 (java) S 26096 26098 24309 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 1543674528 827691008 24622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26104] ppid=26096 vsize=808292 CPUtime=0
/proc/26098/task/26104/stat : 26104 (java) S 26096 26098 24309 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1543674529 827691008 24622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26105] ppid=26096 vsize=808292 CPUtime=0
/proc/26098/task/26105/stat : 26105 (java) S 26096 26098 24309 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1543674529 827691008 24622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26106] ppid=26096 vsize=808292 CPUtime=0
/proc/26098/task/26106/stat : 26106 (java) S 26096 26098 24309 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1543674533 827691008 24622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26107] ppid=26096 vsize=808292 CPUtime=0.61
/proc/26098/task/26107/stat : 26107 (java) S 26096 26098 24309 0 -1 64 1387 0 0 0 61 0 0 0 16 0 12 0 1543674533 827691008 24622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26108] ppid=26096 vsize=808292 CPUtime=0.53
/proc/26098/task/26108/stat : 26108 (java) S 26096 26098 24309 0 -1 64 1341 0 0 0 53 0 0 0 16 0 12 0 1543674533 827691008 24622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26109] ppid=26096 vsize=808292 CPUtime=0
/proc/26098/task/26109/stat : 26109 (java) S 26096 26098 24309 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1543674533 827691008 24622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26110] ppid=26096 vsize=808292 CPUtime=0
/proc/26098/task/26110/stat : 26110 (java) S 26096 26098 24309 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1543674533 827691008 24622 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 808292

[startup+6.30221 s]
/proc/loadavg: 2.09 2.02 2.03 5/94 26110
/proc/meminfo: memFree=833136/2055920 swapFree=4113964/4192956
[pid=26098] ppid=26096 vsize=815916 CPUtime=6.42
/proc/26098/stat : 26098 (java) S 26096 26098 24309 0 -1 0 49904 0 1 0 619 23 0 0 18 0 12 0 1543674525 835497984 44970 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26098/statm: 203979 44970 1368 9 0 201341 0
[pid=26098/tid=26100] ppid=26096 vsize=815916 CPUtime=3.59
/proc/26098/task/26100/stat : 26100 (java) R 26096 26098 24309 0 -1 64 17336 0 1 0 349 10 0 0 18 0 12 0 1543674526 835497984 44970 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26101] ppid=26096 vsize=815916 CPUtime=0.66
/proc/26098/task/26101/stat : 26101 (java) R 26096 26098 24309 0 -1 64 14405 0 0 0 60 6 0 0 17 0 12 0 1543674527 835497984 44970 996147200 134512640 134550740 4294956032 18446744073709551615 104145933 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26102] ppid=26096 vsize=815916 CPUtime=0.76
/proc/26098/task/26102/stat : 26102 (java) R 26096 26098 24309 0 -1 64 13787 0 0 0 72 4 0 0 17 0 12 0 1543674527 835497984 44970 996147200 134512640 134550740 4294956032 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26103] ppid=26096 vsize=815916 CPUtime=0
/proc/26098/task/26103/stat : 26103 (java) S 26096 26098 24309 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1543674528 835497984 44970 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26104] ppid=26096 vsize=815916 CPUtime=0
/proc/26098/task/26104/stat : 26104 (java) S 26096 26098 24309 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1543674529 835497984 44970 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26105] ppid=26096 vsize=815916 CPUtime=0
/proc/26098/task/26105/stat : 26105 (java) S 26096 26098 24309 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1543674529 835497984 44970 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26106] ppid=26096 vsize=815916 CPUtime=0
/proc/26098/task/26106/stat : 26106 (java) S 26096 26098 24309 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1543674533 835497984 44970 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26107] ppid=26096 vsize=815916 CPUtime=0.75
/proc/26098/task/26107/stat : 26107 (java) S 26096 26098 24309 0 -1 64 2201 0 0 0 75 0 0 0 16 0 12 0 1543674533 835497984 44970 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26108] ppid=26096 vsize=815916 CPUtime=0.6
/proc/26098/task/26108/stat : 26108 (java) S 26096 26098 24309 0 -1 64 1355 0 0 0 60 0 0 0 16 0 12 0 1543674533 835497984 44970 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26109] ppid=26096 vsize=815916 CPUtime=0
/proc/26098/task/26109/stat : 26109 (java) S 26096 26098 24309 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1543674533 835497984 44970 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26110] ppid=26096 vsize=815916 CPUtime=0
/proc/26098/task/26110/stat : 26110 (java) S 26096 26098 24309 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1543674533 835497984 44970 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.42
Current children cumulated vsize (KiB) 815916

[startup+12.7024 s]
/proc/loadavg: 2.25 2.05 2.04 5/94 26110
/proc/meminfo: memFree=552560/2055920 swapFree=4113964/4192956
[pid=26098] ppid=26096 vsize=822800 CPUtime=13.98
/proc/26098/stat : 26098 (java) S 26096 26098 24309 0 -1 0 125865 0 1 0 1340 58 0 0 18 0 12 0 1543674525 842547200 112623 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26098/statm: 205700 112623 1384 9 0 203062 0
[pid=26098/tid=26100] ppid=26096 vsize=822800 CPUtime=6.44
/proc/26098/task/26100/stat : 26100 (java) R 26096 26098 24309 0 -1 64 23501 0 1 0 631 13 0 0 25 0 12 0 1543674526 842547200 112623 996147200 134512640 134550740 4294956032 18446744073709551615 4109607408 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26101] ppid=26096 vsize=822800 CPUtime=2.75
/proc/26098/task/26101/stat : 26101 (java) S 26096 26098 24309 0 -1 64 44808 0 0 0 254 21 0 0 16 0 12 0 1543674527 842547200 112623 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26102] ppid=26096 vsize=822800 CPUtime=3
/proc/26098/task/26102/stat : 26102 (java) S 26096 26098 24309 0 -1 64 50780 0 0 0 280 20 0 0 16 0 12 0 1543674527 842547200 112623 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26103] ppid=26096 vsize=822800 CPUtime=0
/proc/26098/task/26103/stat : 26103 (java) S 26096 26098 24309 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1543674528 842547200 112623 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26104] ppid=26096 vsize=822800 CPUtime=0
/proc/26098/task/26104/stat : 26104 (java) S 26096 26098 24309 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1543674529 842547200 112623 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26105] ppid=26096 vsize=822800 CPUtime=0
/proc/26098/task/26105/stat : 26105 (java) S 26096 26098 24309 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1543674529 842547200 112623 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26106] ppid=26096 vsize=822800 CPUtime=0
/proc/26098/task/26106/stat : 26106 (java) S 26096 26098 24309 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1543674533 842547200 112623 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26107] ppid=26096 vsize=822800 CPUtime=1.08
/proc/26098/task/26107/stat : 26107 (java) S 26096 26098 24309 0 -1 64 4592 0 0 0 107 1 0 0 17 0 12 0 1543674533 842547200 112623 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26108] ppid=26096 vsize=822800 CPUtime=0.65
/proc/26098/task/26108/stat : 26108 (java) S 26096 26098 24309 0 -1 64 1364 0 0 0 65 0 0 0 16 0 12 0 1543674533 842547200 112623 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26109] ppid=26096 vsize=822800 CPUtime=0
/proc/26098/task/26109/stat : 26109 (java) S 26096 26098 24309 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1543674533 842547200 112623 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26110] ppid=26096 vsize=822800 CPUtime=0
/proc/26098/task/26110/stat : 26110 (java) S 26096 26098 24309 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1543674533 842547200 112623 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.98
Current children cumulated vsize (KiB) 822800

[startup+25.5019 s]
/proc/loadavg: 2.34 2.08 2.05 3/94 26110
/proc/meminfo: memFree=257328/2055920 swapFree=4113964/4192956
[pid=26098] ppid=26096 vsize=854740 CPUtime=27.39
/proc/26098/stat : 26098 (java) S 26096 26098 24309 0 -1 0 220876 0 1 0 2642 97 0 0 18 0 12 0 1543674525 875253760 180306 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26098/statm: 213685 180306 1387 9 0 211047 0
[pid=26098/tid=26100] ppid=26096 vsize=854740 CPUtime=9.54
/proc/26098/task/26100/stat : 26100 (java) S 26096 26098 24309 0 -1 64 35803 0 1 0 936 18 0 0 17 0 12 0 1543674526 875253760 180306 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26101] ppid=26096 vsize=854740 CPUtime=4.78
/proc/26098/task/26101/stat : 26101 (java) S 26096 26098 24309 0 -1 64 65762 0 0 0 448 30 0 0 16 0 12 0 1543674527 875253760 180306 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26102] ppid=26096 vsize=854740 CPUtime=4.93
/proc/26098/task/26102/stat : 26102 (java) S 26096 26098 24309 0 -1 64 77084 0 0 0 462 31 0 0 17 0 12 0 1543674527 875253760 180306 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26103] ppid=26096 vsize=854740 CPUtime=6.35
/proc/26098/task/26103/stat : 26103 (java) R 26096 26098 24309 0 -1 64 35508 0 0 0 621 14 0 0 20 0 12 0 1543674528 875253760 180306 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26104] ppid=26096 vsize=854740 CPUtime=0
/proc/26098/task/26104/stat : 26104 (java) S 26096 26098 24309 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1543674529 875253760 180306 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26105] ppid=26096 vsize=854740 CPUtime=0
/proc/26098/task/26105/stat : 26105 (java) S 26096 26098 24309 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1543674529 875253760 180306 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26106] ppid=26096 vsize=854740 CPUtime=0
/proc/26098/task/26106/stat : 26106 (java) S 26096 26098 24309 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1543674533 875253760 180306 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=26098/tid=26109] ppid=26096 vsize=886740 CPUtime=0
/proc/26098/task/26109/stat : 26109 (java) S 26096 26098 24309 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1543674533 908021760 191211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26110] ppid=26096 vsize=886740 CPUtime=0
/proc/26098/task/26110/stat : 26110 (java) S 26096 26098 24309 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1543674533 908021760 191211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 78.01
Current children cumulated vsize (KiB) 886740

[startup+83.103 s]
/proc/loadavg: 2.16 2.08 2.05 3/94 26110
/proc/meminfo: memFree=235440/2055920 swapFree=4113964/4192956
[pid=26098] ppid=26096 vsize=886740 CPUtime=84.34
/proc/26098/stat : 26098 (java) S 26096 26098 24309 0 -1 0 601870 0 1 0 8148 286 0 0 18 0 12 0 1543674525 908021760 191211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26098/statm: 221685 191211 1387 9 0 219047 0
[pid=26098/tid=26100] ppid=26096 vsize=886740 CPUtime=9.95
/proc/26098/task/26100/stat : 26100 (java) S 26096 26098 24309 0 -1 64 35820 0 1 0 977 18 0 0 17 0 12 0 1543674526 908021760 191211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26101] ppid=26096 vsize=886740 CPUtime=4.78
/proc/26098/task/26101/stat : 26101 (java) S 26096 26098 24309 0 -1 64 65762 0 0 0 448 30 0 0 16 0 12 0 1543674527 908021760 191211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26102] ppid=26096 vsize=886740 CPUtime=4.93
/proc/26098/task/26102/stat : 26102 (java) S 26096 26098 24309 0 -1 64 77084 0 0 0 462 31 0 0 17 0 12 0 1543674527 908021760 191211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26103] ppid=26096 vsize=886740 CPUtime=62.89
/proc/26098/task/26103/stat : 26103 (java) R 26096 26098 24309 0 -1 64 416485 0 0 0 6086 203 0 0 25 0 12 0 1543674528 908021760 191211 996147200 134512640 134550740 4294956032 18446744073709551615 106122268 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26104] ppid=26096 vsize=886740 CPUtime=0
/proc/26098/task/26104/stat : 26104 (java) S 26096 26098 24309 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1543674529 908021760 191211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26105] ppid=26096 vsize=886740 CPUtime=0
/proc/26098/task/26105/stat : 26105 (java) S 26096 26098 24309 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1543674529 908021760 191211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26106] ppid=26096 vsize=886740 CPUtime=0
/proc/26098/task/26106/stat : 26106 (java) S 26096 26098 24309 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1543674533 908021760 191211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26107] ppid=26096 vsize=886740 CPUtime=1.08
/proc/26098/task/26107/stat : 26107 (java) S 26096 26098 24309 0 -1 64 4592 0 0 0 107 1 0 0 17 0 12 0 1543674533 908021760 191211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26108] ppid=26096 vsize=886740 CPUtime=0.65
/proc/26098/task/26108/stat : 26108 (java) S 26096 26098 24309 0 -1 64 1364 0 0 0 65 0 0 0 16 0 12 0 1543674533 908021760 191211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26109] ppid=26096 vsize=886740 CPUtime=0
/proc/26098/task/26109/stat : 26109 (java) S 26096 26098 24309 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1543674533 908021760 191211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26110] ppid=26096 vsize=886740 CPUtime=0
/proc/26098/task/26110/stat : 26110 (java) S 26096 26098 24309 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1543674533 908021760 191211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 84.34
Current children cumulated vsize (KiB) 886740

[startup+89.5022 s]
/proc/loadavg: 2.14 2.08 2.05 3/94 26110
/proc/meminfo: memFree=272304/2055920 swapFree=4113964/4192956
[pid=26098] ppid=26096 vsize=822736 CPUtime=90.67
/proc/26098/stat : 26098 (java) S 26096 26098 24309 0 -1 0 601875 0 1 0 8780 287 0 0 18 0 12 0 1543674525 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26098/statm: 205684 175211 1388 9 0 203046 0
[pid=26098/tid=26100] ppid=26096 vsize=822736 CPUtime=9.96
/proc/26098/task/26100/stat : 26100 (java) S 26096 26098 24309 0 -1 64 35825 0 1 0 977 19 0 0 17 0 12 0 1543674526 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26101] ppid=26096 vsize=822736 CPUtime=4.78
/proc/26098/task/26101/stat : 26101 (java) S 26096 26098 24309 0 -1 64 65762 0 0 0 448 30 0 0 16 0 12 0 1543674527 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26102] ppid=26096 vsize=822736 CPUtime=4.93
/proc/26098/task/26102/stat : 26102 (java) S 26096 26098 24309 0 -1 64 77084 0 0 0 462 31 0 0 17 0 12 0 1543674527 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26103] ppid=26096 vsize=822736 CPUtime=69.22
/proc/26098/task/26103/stat : 26103 (java) R 26096 26098 24309 0 -1 64 416485 0 0 0 6718 204 0 0 25 0 12 0 1543674528 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 105677359 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26104] ppid=26096 vsize=822736 CPUtime=0
/proc/26098/task/26104/stat : 26104 (java) S 26096 26098 24309 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1543674529 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26105] ppid=26096 vsize=822736 CPUtime=0
/proc/26098/task/26105/stat : 26105 (java) S 26096 26098 24309 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1543674529 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26106] ppid=26096 vsize=822736 CPUtime=0
/proc/26098/task/26106/stat : 26106 (java) S 26096 26098 24309 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1543674533 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26107] ppid=26096 vsize=822736 CPUtime=1.08
/proc/26098/task/26107/stat : 26107 (java) S 26096 26098 24309 0 -1 64 4592 0 0 0 107 1 0 0 17 0 12 0 1543674533 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26108] ppid=26096 vsize=822736 CPUtime=0.65
/proc/26098/task/26108/stat : 26108 (java) S 26096 26098 24309 0 -1 64 1364 0 0 0 65 0 0 0 16 0 12 0 1543674533 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26109] ppid=26096 vsize=822736 CPUtime=0
/proc/26098/task/26109/stat : 26109 (java) S 26096 26098 24309 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1543674533 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26110] ppid=26096 vsize=822736 CPUtime=0
/proc/26098/task/26110/stat : 26110 (java) S 26096 26098 24309 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1543674533 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 90.67
Current children cumulated vsize (KiB) 822736

[startup+91.105 s]
/proc/loadavg: 2.14 2.08 2.05 3/94 26110
/proc/meminfo: memFree=272304/2055920 swapFree=4113964/4192956
[pid=26098] ppid=26096 vsize=822736 CPUtime=92.25
/proc/26098/stat : 26098 (java) S 26096 26098 24309 0 -1 0 601875 0 1 0 8938 287 0 0 18 0 12 0 1543674525 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26098/statm: 205684 175211 1388 9 0 203046 0
[pid=26098/tid=26100] ppid=26096 vsize=822736 CPUtime=9.96
/proc/26098/task/26100/stat : 26100 (java) S 26096 26098 24309 0 -1 64 35825 0 1 0 977 19 0 0 17 0 12 0 1543674526 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26101] ppid=26096 vsize=822736 CPUtime=4.78
/proc/26098/task/26101/stat : 26101 (java) S 26096 26098 24309 0 -1 64 65762 0 0 0 448 30 0 0 16 0 12 0 1543674527 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26102] ppid=26096 vsize=822736 CPUtime=4.93
/proc/26098/task/26102/stat : 26102 (java) S 26096 26098 24309 0 -1 64 77084 0 0 0 462 31 0 0 17 0 12 0 1543674527 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26103] ppid=26096 vsize=822736 CPUtime=70.8
/proc/26098/task/26103/stat : 26103 (java) R 26096 26098 24309 0 -1 64 416485 0 0 0 6876 204 0 0 25 0 12 0 1543674528 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26104] ppid=26096 vsize=822736 CPUtime=0
/proc/26098/task/26104/stat : 26104 (java) S 26096 26098 24309 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1543674529 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26105] ppid=26096 vsize=822736 CPUtime=0
/proc/26098/task/26105/stat : 26105 (java) S 26096 26098 24309 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1543674529 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26106] ppid=26096 vsize=822736 CPUtime=0
/proc/26098/task/26106/stat : 26106 (java) S 26096 26098 24309 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1543674533 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26107] ppid=26096 vsize=822736 CPUtime=1.08
/proc/26098/task/26107/stat : 26107 (java) S 26096 26098 24309 0 -1 64 4592 0 0 0 107 1 0 0 17 0 12 0 1543674533 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26108] ppid=26096 vsize=822736 CPUtime=0.65
/proc/26098/task/26108/stat : 26108 (java) S 26096 26098 24309 0 -1 64 1364 0 0 0 65 0 0 0 16 0 12 0 1543674533 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26109] ppid=26096 vsize=822736 CPUtime=0
/proc/26098/task/26109/stat : 26109 (java) S 26096 26098 24309 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1543674533 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26110] ppid=26096 vsize=822736 CPUtime=0
/proc/26098/task/26110/stat : 26110 (java) R 26096 26098 24309 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1543674533 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 92.25
Current children cumulated vsize (KiB) 822736

[startup+91.9016 s]
/proc/loadavg: 2.14 2.08 2.05 3/94 26110
/proc/meminfo: memFree=272304/2055920 swapFree=4113964/4192956
[pid=26098] ppid=26096 vsize=822736 CPUtime=93.04
/proc/26098/stat : 26098 (java) S 26096 26098 24309 0 -1 0 601875 0 1 0 9017 287 0 0 18 0 12 0 1543674525 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26098/statm: 205684 175211 1388 9 0 203046 0
[pid=26098/tid=26100] ppid=26096 vsize=822736 CPUtime=9.96
/proc/26098/task/26100/stat : 26100 (java) S 26096 26098 24309 0 -1 64 35825 0 1 0 977 19 0 0 17 0 12 0 1543674526 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26101] ppid=26096 vsize=822736 CPUtime=4.78
/proc/26098/task/26101/stat : 26101 (java) S 26096 26098 24309 0 -1 64 65762 0 0 0 448 30 0 0 16 0 12 0 1543674527 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26102] ppid=26096 vsize=822736 CPUtime=4.93
/proc/26098/task/26102/stat : 26102 (java) S 26096 26098 24309 0 -1 64 77084 0 0 0 462 31 0 0 17 0 12 0 1543674527 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26103] ppid=26096 vsize=822736 CPUtime=71.59
/proc/26098/task/26103/stat : 26103 (java) R 26096 26098 24309 0 -1 64 416485 0 0 0 6955 204 0 0 25 0 12 0 1543674528 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 106123322 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26104] ppid=26096 vsize=822736 CPUtime=0
/proc/26098/task/26104/stat : 26104 (java) S 26096 26098 24309 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1543674529 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26105] ppid=26096 vsize=822736 CPUtime=0
/proc/26098/task/26105/stat : 26105 (java) S 26096 26098 24309 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1543674529 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26106] ppid=26096 vsize=822736 CPUtime=0
/proc/26098/task/26106/stat : 26106 (java) S 26096 26098 24309 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1543674533 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26107] ppid=26096 vsize=822736 CPUtime=1.08
/proc/26098/task/26107/stat : 26107 (java) S 26096 26098 24309 0 -1 64 4592 0 0 0 107 1 0 0 17 0 12 0 1543674533 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26108] ppid=26096 vsize=822736 CPUtime=0.65
/proc/26098/task/26108/stat : 26108 (java) S 26096 26098 24309 0 -1 64 1364 0 0 0 65 0 0 0 16 0 12 0 1543674533 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26109] ppid=26096 vsize=822736 CPUtime=0
/proc/26098/task/26109/stat : 26109 (java) S 26096 26098 24309 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1543674533 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26110] ppid=26096 vsize=822736 CPUtime=0
/proc/26098/task/26110/stat : 26110 (java) S 26096 26098 24309 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1543674533 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.04
Current children cumulated vsize (KiB) 822736

[startup+92.7028 s]
/proc/loadavg: 2.13 2.08 2.05 4/94 26110
/proc/meminfo: memFree=272304/2055920 swapFree=4113964/4192956
[pid=26098] ppid=26096 vsize=822736 CPUtime=93.83
/proc/26098/stat : 26098 (java) S 26096 26098 24309 0 -1 0 601875 0 1 0 9096 287 0 0 18 0 12 0 1543674525 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26098/statm: 205684 175211 1388 9 0 203046 0
[pid=26098/tid=26100] ppid=26096 vsize=822736 CPUtime=9.96
/proc/26098/task/26100/stat : 26100 (java) S 26096 26098 24309 0 -1 64 35825 0 1 0 977 19 0 0 17 0 12 0 1543674526 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26101] ppid=26096 vsize=822736 CPUtime=4.78
/proc/26098/task/26101/stat : 26101 (java) S 26096 26098 24309 0 -1 64 65762 0 0 0 448 30 0 0 16 0 12 0 1543674527 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26102] ppid=26096 vsize=822736 CPUtime=4.93
/proc/26098/task/26102/stat : 26102 (java) S 26096 26098 24309 0 -1 64 77084 0 0 0 462 31 0 0 17 0 12 0 1543674527 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26103] ppid=26096 vsize=822736 CPUtime=72.38
/proc/26098/task/26103/stat : 26103 (java) R 26096 26098 24309 0 -1 64 416485 0 0 0 7034 204 0 0 25 0 12 0 1543674528 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 106123717 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26104] ppid=26096 vsize=822736 CPUtime=0
/proc/26098/task/26104/stat : 26104 (java) S 26096 26098 24309 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1543674529 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26105] ppid=26096 vsize=822736 CPUtime=0
/proc/26098/task/26105/stat : 26105 (java) S 26096 26098 24309 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1543674529 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26106] ppid=26096 vsize=822736 CPUtime=0
/proc/26098/task/26106/stat : 26106 (java) S 26096 26098 24309 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1543674533 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26107] ppid=26096 vsize=822736 CPUtime=1.08
/proc/26098/task/26107/stat : 26107 (java) S 26096 26098 24309 0 -1 64 4592 0 0 0 107 1 0 0 17 0 12 0 1543674533 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26108] ppid=26096 vsize=822736 CPUtime=0.65
/proc/26098/task/26108/stat : 26108 (java) S 26096 26098 24309 0 -1 64 1364 0 0 0 65 0 0 0 16 0 12 0 1543674533 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26098/tid=26109] ppid=26096 vsize=822736 CPUtime=0
/proc/26098/task/26109/stat : 26109 (java) S 26096 26098 24309 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1543674533 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26098/tid=26110] ppid=26096 vsize=822736 CPUtime=0
/proc/26098/task/26110/stat : 26110 (java) S 26096 26098 24309 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1543674533 842481664 175211 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.83
Current children cumulated vsize (KiB) 822736

[startup+92.9029 s]
/proc/loadavg: 2.13 2.08 2.05 4/94 26110
/proc/meminfo: memFree=272304/2055920 swapFree=4113964/4192956
[pid=26098] ppid=26096 vsize=0 CPUtime=93.99
/proc/26098/stat : 26098 (java) Z 26096 26098 24309 0 -1 12 601888 0 1 0 9104 295 0 0 16 0 2 0 1543674525 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26098/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 93.99
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 92.9392
CPU time (s): 94.0367
CPU user time (s): 91.0482
CPU system time (s): 2.98854
CPU usage (%): 101.181
Max. virtual memory (cumulated for all children) (KiB): 918744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.0482
system time used= 2.98855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 601888
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= 3038
involuntary context switches= 6180

runsolver used 0.12798 second user time and 0.396939 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-04 04:53:03
IDJOB=1064167
IDBENCH=54912
IDSOLVER=344
FILE ID=node9/1064167-1215139982
PBS_JOBID= 7877323
Free space on /tmp= 66364 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-23-02.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064167-1215139982/watcher-1064167-1215139982 -o /tmp/evaluation-result-1064167-1215139982/solver-1064167-1215139982 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1064167-1215139982.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= db48a5def5ffad94b53c1d6b30c5d3ee
RANDOM SEED=53077541

node9.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.265
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	: 5931.00
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.265
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:        983152 kB
Buffers:          4456 kB
Cached:         285748 kB
SwapCached:      72780 kB
Active:         962176 kB
Inactive:        49556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        983152 kB
SwapTotal:     4192956 kB
SwapFree:      4113964 kB
Dirty:            6184 kB
Writeback:           0 kB
Mapped:         738528 kB
Slab:            44804 kB
Committed_AS:  3705688 kB
PageTables:       3412 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= 66364 MiB
End job on node9 at 2008-07-04 04:54:36