Trace number 1068684

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? 79.239 79.2681

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg4-7_ext.xml
MD5SUMbd26f5840f71dcc169d4a8f9be43f01f
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.175973
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints11
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension11
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1068684-1215156154/watcher-1068684-1215156154 -o /tmp/evaluation-result-1068684-1215156154/solver-1068684-1215156154 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1068684-1215156154.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.04 2.04 2.01 4/81 4857
/proc/meminfo: memFree=1785448/2055920 swapFree=4180080/4192956
[pid=4857] ppid=4855 vsize=1804 CPUtime=0
/proc/4857/stat : 4857 (java6) D 4855 4857 2090 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1994589417 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099937270 0 0 17 0 0 0
/proc/4857/statm: 451 155 111 9 0 93 0

[startup+0.1023 s]
/proc/loadavg: 2.04 2.04 2.01 4/81 4857
/proc/meminfo: memFree=1785448/2055920 swapFree=4180080/4192956
[pid=4857] ppid=4855 vsize=804756 CPUtime=0.09
/proc/4857/stat : 4857 (java) S 4855 4857 2090 0 -1 0 3164 0 1 0 7 2 0 0 18 0 12 0 1994589417 824070144 2895 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4857/statm: 201189 2895 1165 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.202318 s]
/proc/loadavg: 2.04 2.04 2.01 4/81 4857
/proc/meminfo: memFree=1785448/2055920 swapFree=4180080/4192956
[pid=4857] ppid=4855 vsize=807364 CPUtime=0.2
/proc/4857/stat : 4857 (java) S 4855 4857 2090 0 -1 0 4354 0 1 0 17 3 0 0 18 0 12 0 1994589417 826740736 3813 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4857/statm: 201841 3813 1293 9 0 199210 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 807364

[startup+0.302326 s]
/proc/loadavg: 2.04 2.04 2.01 4/81 4857
/proc/meminfo: memFree=1785448/2055920 swapFree=4180080/4192956
[pid=4857] ppid=4855 vsize=807892 CPUtime=0.29
/proc/4857/stat : 4857 (java) S 4855 4857 2090 0 -1 0 4973 0 1 0 26 3 0 0 18 0 12 0 1994589417 827281408 4300 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4857/statm: 201973 4300 1306 9 0 199342 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 807892

[startup+0.701367 s]
/proc/loadavg: 2.04 2.04 2.01 4/81 4857
/proc/meminfo: memFree=1785448/2055920 swapFree=4180080/4192956
[pid=4857] ppid=4855 vsize=807920 CPUtime=0.69
/proc/4857/stat : 4857 (java) S 4855 4857 2090 0 -1 0 6274 0 1 0 63 6 0 0 18 0 12 0 1994589417 827310080 5421 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4857/statm: 201980 5421 1335 9 0 199342 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807920

[startup+1.50143 s]
/proc/loadavg: 2.04 2.04 2.01 4/93 4869
/proc/meminfo: memFree=1760904/2055920 swapFree=4180080/4192956
[pid=4857] ppid=4855 vsize=807920 CPUtime=1.48
/proc/4857/stat : 4857 (java) S 4855 4857 2090 0 -1 0 9287 0 1 0 141 7 0 0 18 0 12 0 1994589417 827310080 8188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4857/statm: 201980 8188 1349 9 0 199342 0
[pid=4857/tid=4859] ppid=4855 vsize=807920 CPUtime=0.7
/proc/4857/task/4859/stat : 4859 (java) R 4855 4857 2090 0 -1 64 6539 0 1 0 65 5 0 0 18 0 12 0 1994589418 827310080 8188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4860] ppid=4855 vsize=807920 CPUtime=0
/proc/4857/task/4860/stat : 4860 (java) S 4855 4857 2090 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1994589419 827310080 8188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4857/tid=4861] ppid=4855 vsize=807920 CPUtime=0
/proc/4857/task/4861/stat : 4861 (java) S 4855 4857 2090 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1994589419 827310080 8188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4857/tid=4862] ppid=4855 vsize=807920 CPUtime=0
/proc/4857/task/4862/stat : 4862 (java) S 4855 4857 2090 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1994589421 827310080 8188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4857/tid=4863] ppid=4855 vsize=807920 CPUtime=0
/proc/4857/task/4863/stat : 4863 (java) S 4855 4857 2090 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1994589421 827310080 8188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4857/tid=4864] ppid=4855 vsize=807920 CPUtime=0
/proc/4857/task/4864/stat : 4864 (java) S 4855 4857 2090 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1994589421 827310080 8188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4857/tid=4865] ppid=4855 vsize=807920 CPUtime=0
/proc/4857/task/4865/stat : 4865 (java) S 4855 4857 2090 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994589425 827310080 8188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4857/tid=4866] ppid=4855 vsize=807920 CPUtime=0.36
/proc/4857/task/4866/stat : 4866 (java) R 4855 4857 2090 0 -1 64 811 0 0 0 36 0 0 0 16 0 12 0 1994589425 827310080 8188 996147200 134512640 134550740 4294956032 18446744073709551615 104091787 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4867] ppid=4855 vsize=807920 CPUtime=0.38
/proc/4857/task/4867/stat : 4867 (java) S 4855 4857 2090 0 -1 64 1175 0 0 0 38 0 0 0 16 0 12 0 1994589425 827310080 8188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4868] ppid=4855 vsize=807920 CPUtime=0
/proc/4857/task/4868/stat : 4868 (java) S 4855 4857 2090 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994589425 827310080 8188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4857/tid=4869] ppid=4855 vsize=807920 CPUtime=0
/proc/4857/task/4869/stat : 4869 (java) S 4855 4857 2090 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994589425 827310080 8188 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 807920

[startup+3.10257 s]
/proc/loadavg: 2.04 2.04 2.01 4/93 4869
/proc/meminfo: memFree=1728328/2055920 swapFree=4180080/4192956
[pid=4857] ppid=4855 vsize=810620 CPUtime=3.12
/proc/4857/stat : 4857 (java) S 4855 4857 2090 0 -1 0 28104 0 1 0 296 16 0 0 18 0 12 0 1994589417 830074880 26097 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4857/statm: 203296 26109 1361 9 0 200658 0
[pid=4857/tid=4859] ppid=4855 vsize=813184 CPUtime=1.53
/proc/4857/task/4859/stat : 4859 (java) S 4855 4857 2090 0 -1 64 17008 0 1 0 143 10 0 0 20 0 12 0 1994589418 832700416 26116 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4857/tid=4860] ppid=4855 vsize=813184 CPUtime=0.11
/proc/4857/task/4860/stat : 4860 (java) R 4855 4857 2090 0 -1 64 3499 0 0 0 10 1 0 0 16 0 12 0 1994589419 832700416 26124 996147200 134512640 134550740 4294956032 18446744073709551615 106157903 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4861] ppid=4855 vsize=813184 CPUtime=0.11
/proc/4857/task/4861/stat : 4861 (java) R 4855 4857 2090 0 -1 64 3750 0 0 0 10 1 0 0 16 0 12 0 1994589419 832700416 26133 996147200 134512640 134550740 4294956032 18446744073709551615 104146906 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4857/tid=4862] ppid=4855 vsize=813184 CPUtime=0
/proc/4857/task/4862/stat : 4862 (java) S 4855 4857 2090 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1994589421 832700416 26141 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4863] ppid=4855 vsize=813184 CPUtime=0
/proc/4857/task/4863/stat : 4863 (java) S 4855 4857 2090 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994589421 832700416 26149 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4864] ppid=4855 vsize=813184 CPUtime=0
/proc/4857/task/4864/stat : 4864 (java) S 4855 4857 2090 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994589421 832700416 26157 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4865] ppid=4855 vsize=813184 CPUtime=0
/proc/4857/task/4865/stat : 4865 (java) S 4855 4857 2090 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994589425 832700416 26166 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4857/tid=4866] ppid=4855 vsize=813184 CPUtime=0.72
/proc/4857/task/4866/stat : 4866 (java) S 4855 4857 2090 0 -1 64 1905 0 0 0 71 1 0 0 16 0 12 0 1994589425 832700416 26174 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4867] ppid=4855 vsize=813184 CPUtime=0.59
/proc/4857/task/4867/stat : 4867 (java) S 4855 4857 2090 0 -1 64 1187 0 0 0 59 0 0 0 16 0 12 0 1994589425 832700416 26182 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4868] ppid=4855 vsize=813184 CPUtime=0
/proc/4857/task/4868/stat : 4868 (java) S 4855 4857 2090 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994589425 832700416 26192 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4857/tid=4869] ppid=4855 vsize=813184 CPUtime=0
/proc/4857/task/4869/stat : 4869 (java) S 4855 4857 2090 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994589425 832700416 26201 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 810620

[startup+6.30285 s]
/proc/loadavg: 2.04 2.04 2.01 4/93 4869
/proc/meminfo: memFree=1541448/2055920 swapFree=4180080/4192956
[pid=4857] ppid=4855 vsize=819492 CPUtime=6.85
/proc/4857/stat : 4857 (java) S 4855 4857 2090 0 -1 0 74318 0 1 0 646 39 0 0 18 0 12 0 1994589417 839159808 68035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4857/statm: 204873 68035 1361 9 0 202235 0
[pid=4857/tid=4859] ppid=4855 vsize=819492 CPUtime=2.96
/proc/4857/task/4859/stat : 4859 (java) S 4855 4857 2090 0 -1 64 17013 0 1 0 286 10 0 0 18 0 12 0 1994589418 839159808 68035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4860] ppid=4855 vsize=819492 CPUtime=1.09
/proc/4857/task/4860/stat : 4860 (java) R 4855 4857 2090 0 -1 64 22216 0 0 0 99 10 0 0 16 0 12 0 1994589419 839159808 68035 996147200 134512640 134550740 4294956032 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4861] ppid=4855 vsize=819492 CPUtime=1.44
/proc/4857/task/4861/stat : 4861 (java) R 4855 4857 2090 0 -1 64 31206 0 0 0 129 15 0 0 20 0 12 0 1994589419 839159808 68035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4862] ppid=4855 vsize=819492 CPUtime=0
/proc/4857/task/4862/stat : 4862 (java) S 4855 4857 2090 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1994589421 839159808 68035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4863] ppid=4855 vsize=819492 CPUtime=0
/proc/4857/task/4863/stat : 4863 (java) S 4855 4857 2090 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994589421 839159808 68035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4864] ppid=4855 vsize=819492 CPUtime=0
/proc/4857/task/4864/stat : 4864 (java) S 4855 4857 2090 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994589421 839159808 68035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4865] ppid=4855 vsize=819492 CPUtime=0
/proc/4857/task/4865/stat : 4865 (java) S 4855 4857 2090 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994589425 839159808 68035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4857/tid=4866] ppid=4855 vsize=819492 CPUtime=0.72
/proc/4857/task/4866/stat : 4866 (java) S 4855 4857 2090 0 -1 64 1905 0 0 0 71 1 0 0 16 0 12 0 1994589425 839159808 68035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4867] ppid=4855 vsize=819492 CPUtime=0.59
/proc/4857/task/4867/stat : 4867 (java) S 4855 4857 2090 0 -1 64 1187 0 0 0 59 0 0 0 16 0 12 0 1994589425 839159808 68035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4868] ppid=4855 vsize=819492 CPUtime=0
/proc/4857/task/4868/stat : 4868 (java) S 4855 4857 2090 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994589425 839159808 68035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4857/tid=4869] ppid=4855 vsize=819492 CPUtime=0
/proc/4857/task/4869/stat : 4869 (java) S 4855 4857 2090 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994589425 839159808 68035 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 819492

[startup+12.7024 s]
/proc/loadavg: 2.20 2.07 2.02 4/93 4869
/proc/meminfo: memFree=1286792/2055920 swapFree=4180080/4192956
[pid=4857] ppid=4855 vsize=824612 CPUtime=13.19
/proc/4857/stat : 4857 (java) S 4855 4857 2090 0 -1 0 138732 0 1 0 1253 66 0 0 18 0 12 0 1994589417 844402688 131157 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4857/statm: 206153 131157 1361 9 0 203515 0
[pid=4857/tid=4859] ppid=4855 vsize=824612 CPUtime=5.51
/proc/4857/task/4859/stat : 4859 (java) S 4855 4857 2090 0 -1 64 23168 0 1 0 539 12 0 0 18 0 12 0 1994589418 844402688 131157 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4860] ppid=4855 vsize=824612 CPUtime=4.57
/proc/4857/task/4860/stat : 4860 (java) R 4855 4857 2090 0 -1 64 78620 0 0 0 423 34 0 0 16 0 12 0 1994589419 844402688 131157 996147200 134512640 134550740 4294956032 18446744073709551615 104146107 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4861] ppid=4855 vsize=824612 CPUtime=1.74
/proc/4857/task/4861/stat : 4861 (java) R 4855 4857 2090 0 -1 64 33061 0 0 0 158 16 0 0 23 0 12 0 1994589419 844402688 131157 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4862] ppid=4855 vsize=824612 CPUtime=0
/proc/4857/task/4862/stat : 4862 (java) S 4855 4857 2090 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1994589421 844402688 131157 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4863] ppid=4855 vsize=824612 CPUtime=0
/proc/4857/task/4863/stat : 4863 (java) S 4855 4857 2090 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994589421 844402688 131157 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4864] ppid=4855 vsize=824612 CPUtime=0
/proc/4857/task/4864/stat : 4864 (java) S 4855 4857 2090 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994589421 844402688 131157 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4865] ppid=4855 vsize=824612 CPUtime=0
/proc/4857/task/4865/stat : 4865 (java) S 4855 4857 2090 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994589425 844402688 131157 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4857/tid=4866] ppid=4855 vsize=824612 CPUtime=0.72
/proc/4857/task/4866/stat : 4866 (java) S 4855 4857 2090 0 -1 64 1905 0 0 0 71 1 0 0 16 0 12 0 1994589425 844402688 131157 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4867] ppid=4855 vsize=824612 CPUtime=0.59
/proc/4857/task/4867/stat : 4867 (java) S 4855 4857 2090 0 -1 64 1187 0 0 0 59 0 0 0 16 0 12 0 1994589425 844402688 131157 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4868] ppid=4855 vsize=824612 CPUtime=0
/proc/4857/task/4868/stat : 4868 (java) S 4855 4857 2090 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994589425 844402688 131157 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4857/tid=4869] ppid=4855 vsize=824612 CPUtime=0
/proc/4857/task/4869/stat : 4869 (java) S 4855 4857 2090 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994589425 844402688 131157 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.19
Current children cumulated vsize (KiB) 824612

[startup+25.5025 s]
/proc/loadavg: 2.29 2.10 2.03 3/93 4869
/proc/meminfo: memFree=1049672/2055920 swapFree=4180080/4192956
[pid=4857] ppid=4855 vsize=861736 CPUtime=26
/proc/4857/stat : 4857 (java) S 4855 4857 2090 0 -1 0 247599 0 1 0 2486 114 0 0 18 0 12 0 1994589417 882417664 184718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4857/statm: 215434 184718 1365 9 0 212796 0
[pid=4857/tid=4859] ppid=4855 vsize=861736 CPUtime=7.73
/proc/4857/task/4859/stat : 4859 (java) S 4855 4857 2090 0 -1 64 47751 0 1 0 749 24 0 0 18 0 12 0 1994589418 882417664 184718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4860] ppid=4855 vsize=861736 CPUtime=5.75
/proc/4857/task/4860/stat : 4860 (java) S 4855 4857 2090 0 -1 64 93084 0 0 0 535 40 0 0 17 0 12 0 1994589419 882417664 184718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4861] ppid=4855 vsize=861736 CPUtime=2.46
/proc/4857/task/4861/stat : 4861 (java) S 4855 4857 2090 0 -1 64 35881 0 0 0 229 17 0 0 19 0 12 0 1994589419 882417664 184718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4862] ppid=4855 vsize=861736 CPUtime=8.7
/proc/4857/task/4862/stat : 4862 (java) R 4855 4857 2090 0 -1 64 67029 0 0 0 840 30 0 0 25 0 12 0 1994589421 882417664 184718 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4863] ppid=4855 vsize=861736 CPUtime=0
/proc/4857/task/4863/stat : 4863 (java) S 4855 4857 2090 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994589421 882417664 184718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4864] ppid=4855 vsize=861736 CPUtime=0
/proc/4857/task/4864/stat : 4864 (java) S 4855 4857 2090 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994589421 882417664 184718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4865] ppid=4855 vsize=861736 CPUtime=0
/proc/4857/task/4865/stat : 4865 (java) S 4855 4857 2090 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994589425 882417664 184718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=4857/tid=4868] ppid=4855 vsize=861736 CPUtime=0
/proc/4857/task/4868/stat : 4868 (java) S 4855 4857 2090 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994589425 882417664 184718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4857/tid=4869] ppid=4855 vsize=861736 CPUtime=0
/proc/4857/task/4869/stat : 4869 (java) S 4855 4857 2090 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994589425 882417664 184718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 64.13
Current children cumulated vsize (KiB) 861736

[startup+70.402 s]
/proc/loadavg: 2.21 2.10 2.03 3/93 4869
/proc/meminfo: memFree=1061576/2055920 swapFree=4180080/4192956
[pid=4857] ppid=4855 vsize=853740 CPUtime=70.48
/proc/4857/stat : 4857 (java) S 4855 4857 2090 0 -1 0 487691 0 1 0 6826 222 0 0 18 0 12 0 1994589417 874229760 181695 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4857/statm: 213435 181695 1365 9 0 210797 0
[pid=4857/tid=4859] ppid=4855 vsize=853740 CPUtime=8.17
/proc/4857/task/4859/stat : 4859 (java) S 4855 4857 2090 0 -1 64 47764 0 1 0 793 24 0 0 17 0 12 0 1994589418 874229760 181695 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4860] ppid=4855 vsize=853740 CPUtime=5.75
/proc/4857/task/4860/stat : 4860 (java) S 4855 4857 2090 0 -1 64 93084 0 0 0 535 40 0 0 17 0 12 0 1994589419 874229760 181695 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4861] ppid=4855 vsize=853740 CPUtime=2.46
/proc/4857/task/4861/stat : 4861 (java) S 4855 4857 2090 0 -1 64 35881 0 0 0 229 17 0 0 19 0 12 0 1994589419 874229760 181695 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4862] ppid=4855 vsize=853740 CPUtime=52.73
/proc/4857/task/4862/stat : 4862 (java) R 4855 4857 2090 0 -1 64 307108 0 0 0 5136 137 0 0 25 0 12 0 1994589421 874229760 181695 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4863] ppid=4855 vsize=853740 CPUtime=0
/proc/4857/task/4863/stat : 4863 (java) S 4855 4857 2090 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994589421 874229760 181695 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4864] ppid=4855 vsize=853740 CPUtime=0
/proc/4857/task/4864/stat : 4864 (java) S 4855 4857 2090 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994589421 874229760 181695 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4865] ppid=4855 vsize=853740 CPUtime=0
/proc/4857/task/4865/stat : 4865 (java) S 4855 4857 2090 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994589425 874229760 181695 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4857/tid=4866] ppid=4855 vsize=853740 CPUtime=0.72
/proc/4857/task/4866/stat : 4866 (java) S 4855 4857 2090 0 -1 64 1905 0 0 0 71 1 0 0 16 0 12 0 1994589425 874229760 181695 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4867] ppid=4855 vsize=853740 CPUtime=0.59
/proc/4857/task/4867/stat : 4867 (java) S 4855 4857 2090 0 -1 64 1187 0 0 0 59 0 0 0 16 0 12 0 1994589425 874229760 181695 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4868] ppid=4855 vsize=853740 CPUtime=0
/proc/4857/task/4868/stat : 4868 (java) S 4855 4857 2090 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994589425 874229760 181695 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4857/tid=4869] ppid=4855 vsize=853740 CPUtime=0
/proc/4857/task/4869/stat : 4869 (java) S 4855 4857 2090 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994589425 874229760 181695 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.48
Current children cumulated vsize (KiB) 853740

[startup+73.6026 s]
/proc/loadavg: 2.21 2.10 2.03 3/93 4869
/proc/meminfo: memFree=1049416/2055920 swapFree=4180080/4192956
[pid=4857] ppid=4855 vsize=877740 CPUtime=73.65
/proc/4857/stat : 4857 (java) S 4855 4857 2090 0 -1 0 503734 0 1 0 7135 230 0 0 18 0 12 0 1994589417 898805760 181254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4857/statm: 219435 181254 1366 9 0 216797 0
[pid=4857/tid=4859] ppid=4855 vsize=877740 CPUtime=8.18
/proc/4857/task/4859/stat : 4859 (java) S 4855 4857 2090 0 -1 64 47767 0 1 0 794 24 0 0 16 0 12 0 1994589418 898805760 181254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4860] ppid=4855 vsize=877740 CPUtime=5.75
/proc/4857/task/4860/stat : 4860 (java) S 4855 4857 2090 0 -1 64 93084 0 0 0 535 40 0 0 17 0 12 0 1994589419 898805760 181254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4861] ppid=4855 vsize=877740 CPUtime=2.46
/proc/4857/task/4861/stat : 4861 (java) S 4855 4857 2090 0 -1 64 35881 0 0 0 229 17 0 0 19 0 12 0 1994589419 898805760 181254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4862] ppid=4855 vsize=877740 CPUtime=55.9
/proc/4857/task/4862/stat : 4862 (java) R 4855 4857 2090 0 -1 64 323148 0 0 0 5445 145 0 0 25 0 12 0 1994589421 898805760 181254 996147200 134512640 134550740 4294956032 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4863] ppid=4855 vsize=877740 CPUtime=0
/proc/4857/task/4863/stat : 4863 (java) S 4855 4857 2090 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994589421 898805760 181254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4864] ppid=4855 vsize=877740 CPUtime=0
/proc/4857/task/4864/stat : 4864 (java) S 4855 4857 2090 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994589421 898805760 181254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4865] ppid=4855 vsize=877740 CPUtime=0
/proc/4857/task/4865/stat : 4865 (java) S 4855 4857 2090 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994589425 898805760 181254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4857/tid=4866] ppid=4855 vsize=877740 CPUtime=0.72
/proc/4857/task/4866/stat : 4866 (java) S 4855 4857 2090 0 -1 64 1905 0 0 0 71 1 0 0 16 0 12 0 1994589425 898805760 181254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4867] ppid=4855 vsize=877740 CPUtime=0.59
/proc/4857/task/4867/stat : 4867 (java) S 4855 4857 2090 0 -1 64 1187 0 0 0 59 0 0 0 16 0 12 0 1994589425 898805760 181254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4868] ppid=4855 vsize=877740 CPUtime=0
/proc/4857/task/4868/stat : 4868 (java) S 4855 4857 2090 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994589425 898805760 181254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4857/tid=4869] ppid=4855 vsize=877740 CPUtime=0
/proc/4857/task/4869/stat : 4869 (java) S 4855 4857 2090 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994589425 898805760 181254 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 73.65
Current children cumulated vsize (KiB) 877740

[startup+76.8029 s]
/proc/loadavg: 2.19 2.10 2.03 3/93 4869
/proc/meminfo: memFree=1081544/2055920 swapFree=4180080/4192956
[pid=4857] ppid=4855 vsize=861736 CPUtime=76.82
/proc/4857/stat : 4857 (java) S 4855 4857 2090 0 -1 0 526705 0 1 0 7441 241 0 0 18 0 12 0 1994589417 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4857/statm: 215434 184719 1366 9 0 212796 0
[pid=4857/tid=4859] ppid=4855 vsize=861736 CPUtime=8.18
/proc/4857/task/4859/stat : 4859 (java) S 4855 4857 2090 0 -1 64 47767 0 1 0 794 24 0 0 16 0 12 0 1994589418 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4860] ppid=4855 vsize=861736 CPUtime=5.75
/proc/4857/task/4860/stat : 4860 (java) S 4855 4857 2090 0 -1 64 93084 0 0 0 535 40 0 0 17 0 12 0 1994589419 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4861] ppid=4855 vsize=861736 CPUtime=2.46
/proc/4857/task/4861/stat : 4861 (java) S 4855 4857 2090 0 -1 64 35881 0 0 0 229 17 0 0 19 0 12 0 1994589419 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4862] ppid=4855 vsize=861736 CPUtime=59.07
/proc/4857/task/4862/stat : 4862 (java) R 4855 4857 2090 0 -1 64 346119 0 0 0 5751 156 0 0 25 0 12 0 1994589421 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 106122406 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4863] ppid=4855 vsize=861736 CPUtime=0
/proc/4857/task/4863/stat : 4863 (java) S 4855 4857 2090 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994589421 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4864] ppid=4855 vsize=861736 CPUtime=0
/proc/4857/task/4864/stat : 4864 (java) S 4855 4857 2090 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994589421 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4865] ppid=4855 vsize=861736 CPUtime=0
/proc/4857/task/4865/stat : 4865 (java) S 4855 4857 2090 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994589425 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4857/tid=4866] ppid=4855 vsize=861736 CPUtime=0.72
/proc/4857/task/4866/stat : 4866 (java) S 4855 4857 2090 0 -1 64 1905 0 0 0 71 1 0 0 16 0 12 0 1994589425 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4867] ppid=4855 vsize=861736 CPUtime=0.59
/proc/4857/task/4867/stat : 4867 (java) S 4855 4857 2090 0 -1 64 1187 0 0 0 59 0 0 0 16 0 12 0 1994589425 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4868] ppid=4855 vsize=861736 CPUtime=0
/proc/4857/task/4868/stat : 4868 (java) S 4855 4857 2090 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994589425 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4857/tid=4869] ppid=4855 vsize=861736 CPUtime=0
/proc/4857/task/4869/stat : 4869 (java) S 4855 4857 2090 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994589425 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76.82
Current children cumulated vsize (KiB) 861736

[startup+78.4011 s]
/proc/loadavg: 2.18 2.09 2.03 3/93 4869
/proc/meminfo: memFree=1049416/2055920 swapFree=4180080/4192956
[pid=4857] ppid=4855 vsize=861736 CPUtime=78.4
/proc/4857/stat : 4857 (java) S 4855 4857 2090 0 -1 0 526705 0 1 0 7599 241 0 0 18 0 12 0 1994589417 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4857/statm: 215434 184719 1366 9 0 212796 0
[pid=4857/tid=4859] ppid=4855 vsize=861736 CPUtime=8.18
/proc/4857/task/4859/stat : 4859 (java) S 4855 4857 2090 0 -1 64 47767 0 1 0 794 24 0 0 16 0 12 0 1994589418 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4860] ppid=4855 vsize=861736 CPUtime=5.75
/proc/4857/task/4860/stat : 4860 (java) S 4855 4857 2090 0 -1 64 93084 0 0 0 535 40 0 0 17 0 12 0 1994589419 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4861] ppid=4855 vsize=861736 CPUtime=2.46
/proc/4857/task/4861/stat : 4861 (java) S 4855 4857 2090 0 -1 64 35881 0 0 0 229 17 0 0 19 0 12 0 1994589419 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4862] ppid=4855 vsize=861736 CPUtime=60.65
/proc/4857/task/4862/stat : 4862 (java) R 4855 4857 2090 0 -1 64 346119 0 0 0 5909 156 0 0 25 0 12 0 1994589421 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 106123322 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4863] ppid=4855 vsize=861736 CPUtime=0
/proc/4857/task/4863/stat : 4863 (java) S 4855 4857 2090 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994589421 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4864] ppid=4855 vsize=861736 CPUtime=0
/proc/4857/task/4864/stat : 4864 (java) S 4855 4857 2090 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994589421 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4865] ppid=4855 vsize=861736 CPUtime=0
/proc/4857/task/4865/stat : 4865 (java) S 4855 4857 2090 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994589425 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4857/tid=4866] ppid=4855 vsize=861736 CPUtime=0.72
/proc/4857/task/4866/stat : 4866 (java) S 4855 4857 2090 0 -1 64 1905 0 0 0 71 1 0 0 16 0 12 0 1994589425 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4867] ppid=4855 vsize=861736 CPUtime=0.59
/proc/4857/task/4867/stat : 4867 (java) S 4855 4857 2090 0 -1 64 1187 0 0 0 59 0 0 0 16 0 12 0 1994589425 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4868] ppid=4855 vsize=861736 CPUtime=0
/proc/4857/task/4868/stat : 4868 (java) S 4855 4857 2090 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994589425 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4857/tid=4869] ppid=4855 vsize=861736 CPUtime=0
/proc/4857/task/4869/stat : 4869 (java) S 4855 4857 2090 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994589425 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 78.4
Current children cumulated vsize (KiB) 861736

[startup+78.8011 s]
/proc/loadavg: 2.18 2.09 2.03 3/93 4869
/proc/meminfo: memFree=1049416/2055920 swapFree=4180080/4192956
[pid=4857] ppid=4855 vsize=861736 CPUtime=78.8
/proc/4857/stat : 4857 (java) S 4855 4857 2090 0 -1 0 526705 0 1 0 7639 241 0 0 18 0 12 0 1994589417 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4857/statm: 215434 184719 1366 9 0 212796 0
[pid=4857/tid=4859] ppid=4855 vsize=861736 CPUtime=8.18
/proc/4857/task/4859/stat : 4859 (java) S 4855 4857 2090 0 -1 64 47767 0 1 0 794 24 0 0 16 0 12 0 1994589418 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4860] ppid=4855 vsize=861736 CPUtime=5.75
/proc/4857/task/4860/stat : 4860 (java) S 4855 4857 2090 0 -1 64 93084 0 0 0 535 40 0 0 17 0 12 0 1994589419 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4861] ppid=4855 vsize=861736 CPUtime=2.46
/proc/4857/task/4861/stat : 4861 (java) S 4855 4857 2090 0 -1 64 35881 0 0 0 229 17 0 0 19 0 12 0 1994589419 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4862] ppid=4855 vsize=861736 CPUtime=61.04
/proc/4857/task/4862/stat : 4862 (java) R 4855 4857 2090 0 -1 64 346119 0 0 0 5948 156 0 0 25 0 12 0 1994589421 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4863] ppid=4855 vsize=861736 CPUtime=0
/proc/4857/task/4863/stat : 4863 (java) S 4855 4857 2090 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1994589421 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4864] ppid=4855 vsize=861736 CPUtime=0
/proc/4857/task/4864/stat : 4864 (java) S 4855 4857 2090 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1994589421 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4865] ppid=4855 vsize=861736 CPUtime=0
/proc/4857/task/4865/stat : 4865 (java) S 4855 4857 2090 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1994589425 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4857/tid=4866] ppid=4855 vsize=861736 CPUtime=0.72
/proc/4857/task/4866/stat : 4866 (java) S 4855 4857 2090 0 -1 64 1905 0 0 0 71 1 0 0 16 0 12 0 1994589425 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4867] ppid=4855 vsize=861736 CPUtime=0.59
/proc/4857/task/4867/stat : 4867 (java) S 4855 4857 2090 0 -1 64 1187 0 0 0 59 0 0 0 16 0 12 0 1994589425 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4857/tid=4868] ppid=4855 vsize=861736 CPUtime=0
/proc/4857/task/4868/stat : 4868 (java) S 4855 4857 2090 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1994589425 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4857/tid=4869] ppid=4855 vsize=861736 CPUtime=0
/proc/4857/task/4869/stat : 4869 (java) S 4855 4857 2090 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1994589425 882417664 184719 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 78.8
Current children cumulated vsize (KiB) 861736

[startup+79.2015 s]
/proc/loadavg: 2.18 2.09 2.03 3/83 4870
/proc/meminfo: memFree=1388488/2055920 swapFree=4180080/4192956
[pid=4857] ppid=4855 vsize=0 CPUtime=79.17
/proc/4857/stat : 4857 (java) Z 4855 4857 2090 0 -1 12 526718 0 1 0 7671 246 0 0 16 0 2 0 1994589417 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4857/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 79.17
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 79.2681
CPU time (s): 79.239
CPU user time (s): 76.7113
CPU system time (s): 2.52761
CPU usage (%): 99.9632
Max. virtual memory (cumulated for all children) (KiB): 877740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.7113
system time used= 2.52761
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 526718
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= 2397
involuntary context switches= 3590

runsolver used 0.107983 second user time and 0.274958 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-04 09:22:34
IDJOB=1068684
IDBENCH=55539
IDSOLVER=344
FILE ID=node31/1068684-1215156154
PBS_JOBID= 7877365
Free space on /tmp= 66556 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg4-7_ext.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-1068684-1215156154/watcher-1068684-1215156154 -o /tmp/evaluation-result-1068684-1215156154/solver-1068684-1215156154 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1068684-1215156154.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bd26f5840f71dcc169d4a8f9be43f01f
RANDOM SEED=1215892545

node31.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.232
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.232
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:       1785928 kB
Buffers:         37188 kB
Cached:         137616 kB
SwapCached:       6280 kB
Active:         140396 kB
Inactive:        75164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785928 kB
SwapTotal:     4192956 kB
SwapFree:      4180080 kB
Dirty:            1640 kB
Writeback:           0 kB
Mapped:          56496 kB
Slab:            39056 kB
Committed_AS:  3044920 kB
PageTables:       2096 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node31 at 2008-07-04 09:23:53