Trace number 1066456

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? 76.4624 76.0275

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg6-7_ext.xml
MD5SUM657781a6d23736d0b0bda28228085d0b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1005.97
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints13
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension13
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1066456-1215147863/watcher-1066456-1215147863 -o /tmp/evaluation-result-1066456-1215147863/solver-1066456-1215147863 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1066456-1215147863.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.00 2.00 2.00 4/80 10876
/proc/meminfo: memFree=1782712/2055920 swapFree=4179912/4192956
[pid=10876] ppid=10874 vsize=18572 CPUtime=0
/proc/10876/stat : 10876 (runsolver) R 10874 10876 10210 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 1993758688 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 269930261799 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/10876/statm: 4643 292 257 25 0 2626 0

[startup+0.0809219 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 10876
/proc/meminfo: memFree=1782712/2055920 swapFree=4179912/4192956
[pid=10876] ppid=10874 vsize=797516 CPUtime=0.03
/proc/10876/stat : 10876 (java) S 10874 10876 10210 0 -1 0 1368 0 30 0 0 3 0 0 20 0 2 0 1993758688 816656384 1138 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/10876/statm: 199379 1138 397 9 0 197157 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 797516

[startup+0.102921 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 10876
/proc/meminfo: memFree=1782712/2055920 swapFree=4179912/4192956
[pid=10876] ppid=10874 vsize=801432 CPUtime=0.04
/proc/10876/stat : 10876 (java) S 10874 10876 10210 0 -1 0 2480 0 30 0 1 3 0 0 20 0 5 0 1993758688 820666368 2246 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/10876/statm: 200358 2246 955 9 0 197741 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 801432

[startup+0.302942 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 10876
/proc/meminfo: memFree=1782712/2055920 swapFree=4179912/4192956
[pid=10876] ppid=10874 vsize=808212 CPUtime=0.24
/proc/10876/stat : 10876 (java) S 10874 10876 10210 0 -1 0 4674 0 30 0 19 5 0 0 20 0 12 0 1993758688 827609088 4030 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10876/statm: 202053 4030 1298 9 0 199422 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 808212

[startup+0.701984 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 10876
/proc/meminfo: memFree=1782712/2055920 swapFree=4179912/4192956
[pid=10876] ppid=10874 vsize=808240 CPUtime=0.62
/proc/10876/stat : 10876 (java) S 10874 10876 10210 0 -1 0 6286 0 30 0 56 6 0 0 20 0 12 0 1993758688 827637760 5443 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10876/statm: 202060 5443 1335 9 0 199422 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 808240

[startup+1.50108 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 10888
/proc/meminfo: memFree=1755864/2055920 swapFree=4179912/4192956
[pid=10876] ppid=10874 vsize=812216 CPUtime=1.42
/proc/10876/stat : 10876 (java) S 10874 10876 10210 0 -1 0 10996 0 30 0 133 9 0 0 20 0 12 0 1993758688 831709184 9054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10876/statm: 203054 9054 1349 9 0 200416 0
[pid=10876/tid=10878] ppid=10874 vsize=812216 CPUtime=0.63
/proc/10876/task/10878/stat : 10878 (java) R 10874 10876 10210 0 -1 64 6429 0 1 0 59 4 0 0 18 0 12 0 1993758696 831709184 9054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10876/tid=10879] ppid=10874 vsize=812216 CPUtime=0
/proc/10876/task/10879/stat : 10879 (java) S 10874 10876 10210 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 1993758697 831709184 9054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10880] ppid=10874 vsize=812216 CPUtime=0
/proc/10876/task/10880/stat : 10880 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1993758697 831709184 9054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10881] ppid=10874 vsize=812216 CPUtime=0
/proc/10876/task/10881/stat : 10881 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1993758698 831709184 9054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10882] ppid=10874 vsize=812216 CPUtime=0
/proc/10876/task/10882/stat : 10882 (java) S 10874 10876 10210 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 1993758699 831709184 9054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10883] ppid=10874 vsize=812216 CPUtime=0
/proc/10876/task/10883/stat : 10883 (java) S 10874 10876 10210 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 1993758699 831709184 9054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10884] ppid=10874 vsize=812216 CPUtime=0
/proc/10876/task/10884/stat : 10884 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993758703 831709184 9054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10885] ppid=10874 vsize=812216 CPUtime=0.33
/proc/10876/task/10885/stat : 10885 (java) S 10874 10876 10210 0 -1 64 503 0 0 0 33 0 0 0 16 0 12 0 1993758703 831709184 9054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10876/tid=10886] ppid=10874 vsize=812216 CPUtime=0.4
/proc/10876/task/10886/stat : 10886 (java) R 10874 10876 10210 0 -1 64 3329 0 0 0 39 1 0 0 16 0 12 0 1993758703 831709184 9054 996147200 134512640 134550740 4294956032 18446744073709551615 102525587 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10876/tid=10887] ppid=10874 vsize=812216 CPUtime=0
/proc/10876/task/10887/stat : 10887 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993758703 831709184 9054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10888] ppid=10874 vsize=812216 CPUtime=0
/proc/10876/task/10888/stat : 10888 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993758703 831709184 9054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 812216

[startup+3.10127 s]
/proc/loadavg: 2.08 2.02 2.00 3/92 10888
/proc/meminfo: memFree=1733208/2055920 swapFree=4179912/4192956
[pid=10876] ppid=10874 vsize=817344 CPUtime=3.06
/proc/10876/stat : 10876 (java) S 10874 10876 10210 0 -1 0 37624 0 30 0 286 20 0 0 20 0 12 0 1993758688 836960256 33479 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10876/statm: 204336 33482 1361 9 0 201698 0
[pid=10876/tid=10878] ppid=10874 vsize=817344 CPUtime=1.49
/proc/10876/task/10878/stat : 10878 (java) R 10874 10876 10210 0 -1 64 16976 0 1 0 140 9 0 0 19 0 12 0 1993758696 836960256 33484 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10876/tid=10879] ppid=10874 vsize=817344 CPUtime=0.19
/proc/10876/task/10879/stat : 10879 (java) R 10874 10876 10210 0 -1 64 7634 0 0 0 17 2 0 0 16 0 12 0 1993758697 836960256 33486 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10876/tid=10880] ppid=10874 vsize=817344 CPUtime=0.17
/proc/10876/task/10880/stat : 10880 (java) R 10874 10876 10210 0 -1 64 7559 0 0 0 14 3 0 0 16 0 12 0 1993758697 836960256 33489 996147200 134512640 134550740 4294956032 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10881] ppid=10874 vsize=817344 CPUtime=0
/proc/10876/task/10881/stat : 10881 (java) S 10874 10876 10210 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1993758698 836960256 33491 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10876/tid=10882] ppid=10874 vsize=817344 CPUtime=0
/proc/10876/task/10882/stat : 10882 (java) S 10874 10876 10210 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993758699 836960256 33493 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10876/tid=10883] ppid=10874 vsize=817344 CPUtime=0
/proc/10876/task/10883/stat : 10883 (java) S 10874 10876 10210 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993758699 836960256 33495 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10884] ppid=10874 vsize=817344 CPUtime=0
/proc/10876/task/10884/stat : 10884 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993758703 836960256 33497 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10885] ppid=10874 vsize=817344 CPUtime=0.44
/proc/10876/task/10885/stat : 10885 (java) S 10874 10876 10210 0 -1 64 514 0 0 0 44 0 0 0 16 0 12 0 1993758703 836960256 33500 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10876/tid=10886] ppid=10874 vsize=817344 CPUtime=0.68
/proc/10876/task/10886/stat : 10886 (java) S 10874 10876 10210 0 -1 64 4184 0 0 0 67 1 0 0 16 0 12 0 1993758703 836960256 33502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10876/tid=10887] ppid=10874 vsize=817344 CPUtime=0
/proc/10876/task/10887/stat : 10887 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993758703 836960256 33504 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10888] ppid=10874 vsize=817344 CPUtime=0
/proc/10876/task/10888/stat : 10888 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993758703 836960256 33506 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 817344

[startup+6.30265 s]
/proc/loadavg: 2.08 2.02 2.00 3/92 10888
/proc/meminfo: memFree=1518936/2055920 swapFree=4179912/4192956
[pid=10876] ppid=10874 vsize=827584 CPUtime=7.12
/proc/10876/stat : 10876 (java) S 10874 10876 10210 0 -1 0 85100 0 30 0 672 40 0 0 20 0 12 0 1993758688 847446016 75633 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10876/statm: 206896 75633 1361 9 0 204258 0
[pid=10876/tid=10878] ppid=10874 vsize=827584 CPUtime=2.83
/proc/10876/task/10878/stat : 10878 (java) R 10874 10876 10210 0 -1 64 16980 0 1 0 274 9 0 0 17 0 12 0 1993758696 847446016 75633 996147200 134512640 134550740 4294956032 18446744073709551615 4109721260 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10879] ppid=10874 vsize=827584 CPUtime=1.58
/proc/10876/task/10879/stat : 10879 (java) S 10874 10876 10210 0 -1 64 31183 0 0 0 146 12 0 0 20 0 12 0 1993758697 847446016 75633 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10880] ppid=10874 vsize=827584 CPUtime=1.51
/proc/10876/task/10880/stat : 10880 (java) R 10874 10876 10210 0 -1 64 31475 0 0 0 138 13 0 0 20 0 12 0 1993758697 847446016 75633 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10881] ppid=10874 vsize=827584 CPUtime=0
/proc/10876/task/10881/stat : 10881 (java) S 10874 10876 10210 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1993758698 847446016 75633 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10882] ppid=10874 vsize=827584 CPUtime=0
/proc/10876/task/10882/stat : 10882 (java) S 10874 10876 10210 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993758699 847446016 75633 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10876/tid=10883] ppid=10874 vsize=827584 CPUtime=0
/proc/10876/task/10883/stat : 10883 (java) S 10874 10876 10210 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993758699 847446016 75633 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10884] ppid=10874 vsize=827584 CPUtime=0
/proc/10876/task/10884/stat : 10884 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993758703 847446016 75633 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10885] ppid=10874 vsize=827584 CPUtime=0.44
/proc/10876/task/10885/stat : 10885 (java) S 10874 10876 10210 0 -1 64 514 0 0 0 44 0 0 0 16 0 12 0 1993758703 847446016 75633 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10876/tid=10886] ppid=10874 vsize=827584 CPUtime=0.68
/proc/10876/task/10886/stat : 10886 (java) S 10874 10876 10210 0 -1 64 4184 0 0 0 67 1 0 0 16 0 12 0 1993758703 847446016 75633 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10876/tid=10887] ppid=10874 vsize=827584 CPUtime=0
/proc/10876/task/10887/stat : 10887 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993758703 847446016 75633 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10888] ppid=10874 vsize=827584 CPUtime=0
/proc/10876/task/10888/stat : 10888 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993758703 847446016 75633 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 827584

[startup+12.7024 s]
/proc/loadavg: 2.22 2.05 2.01 4/92 10888
/proc/meminfo: memFree=1241888/2055920 swapFree=4179912/4192956
[pid=10876] ppid=10874 vsize=832704 CPUtime=13.48
/proc/10876/stat : 10876 (java) S 10874 10876 10210 0 -1 0 153721 0 30 0 1282 66 0 0 20 0 12 0 1993758688 852688896 142962 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10876/statm: 208176 142962 1361 9 0 205538 0
[pid=10876/tid=10878] ppid=10874 vsize=832704 CPUtime=5.09
/proc/10876/task/10878/stat : 10878 (java) S 10874 10876 10210 0 -1 64 29280 0 1 0 495 14 0 0 17 0 12 0 1993758696 852688896 142962 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10879] ppid=10874 vsize=832704 CPUtime=2.72
/proc/10876/task/10879/stat : 10879 (java) R 10874 10876 10210 0 -1 64 48135 0 0 0 254 18 0 0 19 0 12 0 1993758697 852688896 142962 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10880] ppid=10874 vsize=832704 CPUtime=4.47
/proc/10876/task/10880/stat : 10880 (java) R 10874 10876 10210 0 -1 64 70844 0 0 0 419 28 0 0 18 0 12 0 1993758697 852688896 142962 996147200 134512640 134550740 4294956032 18446744073709551615 105852875 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10881] ppid=10874 vsize=832704 CPUtime=0
/proc/10876/task/10881/stat : 10881 (java) S 10874 10876 10210 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1993758698 852688896 142962 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10882] ppid=10874 vsize=832704 CPUtime=0
/proc/10876/task/10882/stat : 10882 (java) S 10874 10876 10210 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993758699 852688896 142962 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10876/tid=10883] ppid=10874 vsize=832704 CPUtime=0
/proc/10876/task/10883/stat : 10883 (java) S 10874 10876 10210 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993758699 852688896 142962 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10884] ppid=10874 vsize=832704 CPUtime=0
/proc/10876/task/10884/stat : 10884 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993758703 852688896 142962 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10885] ppid=10874 vsize=832704 CPUtime=0.44
/proc/10876/task/10885/stat : 10885 (java) S 10874 10876 10210 0 -1 64 514 0 0 0 44 0 0 0 16 0 12 0 1993758703 852688896 142962 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10876/tid=10886] ppid=10874 vsize=832704 CPUtime=0.68
/proc/10876/task/10886/stat : 10886 (java) S 10874 10876 10210 0 -1 64 4184 0 0 0 67 1 0 0 16 0 12 0 1993758703 852688896 142962 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10876/tid=10887] ppid=10874 vsize=832704 CPUtime=0
/proc/10876/task/10887/stat : 10887 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993758703 852688896 142962 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10888] ppid=10874 vsize=832704 CPUtime=0
/proc/10876/task/10888/stat : 10888 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993758703 852688896 142962 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.48
Current children cumulated vsize (KiB) 832704

[startup+25.5029 s]
/proc/loadavg: 2.18 2.05 2.01 3/92 10888
/proc/meminfo: memFree=1038112/2055920 swapFree=4179912/4192956
[pid=10876] ppid=10874 vsize=864708 CPUtime=26.21
/proc/10876/stat : 10876 (java) S 10874 10876 10210 0 -1 0 220122 0 30 0 2529 92 0 0 20 0 12 0 1993758688 885460992 185346 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10876/statm: 216177 185346 1365 9 0 213539 0
[pid=10876/tid=10878] ppid=10874 vsize=864708 CPUtime=6.46
/proc/10876/task/10878/stat : 10878 (java) S 10874 10876 10210 0 -1 64 41574 0 1 0 627 19 0 0 18 0 12 0 1993758696 885460992 185346 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10879] ppid=10874 vsize=864708 CPUtime=2.72
/proc/10876/task/10879/stat : 10879 (java) S 10874 10876 10210 0 -1 64 48135 0 0 0 254 18 0 0 19 0 12 0 1993758697 885460992 185346 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10880] ppid=10874 vsize=864708 CPUtime=5.79
/proc/10876/task/10880/stat : 10880 (java) S 10874 10876 10210 0 -1 64 90383 0 0 0 544 35 0 0 16 0 12 0 1993758697 885460992 185346 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10881] ppid=10874 vsize=864708 CPUtime=10.04
/proc/10876/task/10881/stat : 10881 (java) R 10874 10876 10210 0 -1 64 34598 0 0 0 990 14 0 0 25 0 12 0 1993758698 885460992 185346 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10882] ppid=10874 vsize=864708 CPUtime=0
/proc/10876/task/10882/stat : 10882 (java) S 10874 10876 10210 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993758699 885460992 185346 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10876/tid=10883] ppid=10874 vsize=864708 CPUtime=0
/proc/10876/task/10883/stat : 10883 (java) S 10874 10876 10210 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993758699 885460992 185346 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10884] ppid=10874 vsize=864708 CPUtime=0
/proc/10876/task/10884/stat : 10884 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993758703 885460992 185346 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=10876/tid=10887] ppid=10874 vsize=864708 CPUtime=0
/proc/10876/task/10887/stat : 10887 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993758703 885460992 185422 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10888] ppid=10874 vsize=864708 CPUtime=0
/proc/10876/task/10888/stat : 10888 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993758703 885460992 185422 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 64.42
Current children cumulated vsize (KiB) 864708

[startup+70.3012 s]
/proc/loadavg: 2.08 2.04 2.01 3/92 10888
/proc/meminfo: memFree=1068000/2055920 swapFree=4179912/4192956
[pid=10876] ppid=10874 vsize=834708 CPUtime=70.79
/proc/10876/stat : 10876 (java) S 10874 10876 10210 0 -1 0 424283 0 30 0 6900 179 0 0 20 0 12 0 1993758688 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10876/statm: 208677 177923 1366 9 0 206039 0
[pid=10876/tid=10878] ppid=10874 vsize=834708 CPUtime=6.75
/proc/10876/task/10878/stat : 10878 (java) S 10874 10876 10210 0 -1 64 41589 0 1 0 656 19 0 0 17 0 12 0 1993758696 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10879] ppid=10874 vsize=834708 CPUtime=2.72
/proc/10876/task/10879/stat : 10879 (java) S 10874 10876 10210 0 -1 64 48135 0 0 0 254 18 0 0 19 0 12 0 1993758697 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10880] ppid=10874 vsize=834708 CPUtime=5.79
/proc/10876/task/10880/stat : 10880 (java) S 10874 10876 10210 0 -1 64 90383 0 0 0 544 35 0 0 16 0 12 0 1993758697 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10881] ppid=10874 vsize=834708 CPUtime=54.32
/proc/10876/task/10881/stat : 10881 (java) R 10874 10876 10210 0 -1 64 238744 0 0 0 5331 101 0 0 25 0 12 0 1993758698 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10882] ppid=10874 vsize=834708 CPUtime=0
/proc/10876/task/10882/stat : 10882 (java) S 10874 10876 10210 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993758699 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10883] ppid=10874 vsize=834708 CPUtime=0
/proc/10876/task/10883/stat : 10883 (java) S 10874 10876 10210 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993758699 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10884] ppid=10874 vsize=834708 CPUtime=0
/proc/10876/task/10884/stat : 10884 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993758703 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10885] ppid=10874 vsize=834708 CPUtime=0.44
/proc/10876/task/10885/stat : 10885 (java) S 10874 10876 10210 0 -1 64 514 0 0 0 44 0 0 0 16 0 12 0 1993758703 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10876/tid=10886] ppid=10874 vsize=834708 CPUtime=0.68
/proc/10876/task/10886/stat : 10886 (java) S 10874 10876 10210 0 -1 64 4184 0 0 0 67 1 0 0 16 0 12 0 1993758703 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10876/tid=10887] ppid=10874 vsize=834708 CPUtime=0
/proc/10876/task/10887/stat : 10887 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993758703 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10888] ppid=10874 vsize=834708 CPUtime=0
/proc/10876/task/10888/stat : 10888 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993758703 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 70.79
Current children cumulated vsize (KiB) 834708

[startup+73.5026 s]
/proc/loadavg: 2.08 2.04 2.01 3/92 10888
/proc/meminfo: memFree=1068000/2055920 swapFree=4179912/4192956
[pid=10876] ppid=10874 vsize=834708 CPUtime=73.98
/proc/10876/stat : 10876 (java) S 10874 10876 10210 0 -1 0 425286 0 30 0 7218 180 0 0 20 0 12 0 1993758688 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10876/statm: 208677 177923 1366 9 0 206039 0
[pid=10876/tid=10878] ppid=10874 vsize=834708 CPUtime=6.75
/proc/10876/task/10878/stat : 10878 (java) S 10874 10876 10210 0 -1 64 41590 0 1 0 656 19 0 0 17 0 12 0 1993758696 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10879] ppid=10874 vsize=834708 CPUtime=2.72
/proc/10876/task/10879/stat : 10879 (java) S 10874 10876 10210 0 -1 64 48135 0 0 0 254 18 0 0 19 0 12 0 1993758697 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10880] ppid=10874 vsize=834708 CPUtime=5.79
/proc/10876/task/10880/stat : 10880 (java) S 10874 10876 10210 0 -1 64 90383 0 0 0 544 35 0 0 16 0 12 0 1993758697 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10881] ppid=10874 vsize=834708 CPUtime=57.51
/proc/10876/task/10881/stat : 10881 (java) R 10874 10876 10210 0 -1 64 239746 0 0 0 5649 102 0 0 25 0 12 0 1993758698 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10882] ppid=10874 vsize=834708 CPUtime=0
/proc/10876/task/10882/stat : 10882 (java) S 10874 10876 10210 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993758699 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10883] ppid=10874 vsize=834708 CPUtime=0
/proc/10876/task/10883/stat : 10883 (java) S 10874 10876 10210 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993758699 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10884] ppid=10874 vsize=834708 CPUtime=0
/proc/10876/task/10884/stat : 10884 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993758703 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10885] ppid=10874 vsize=834708 CPUtime=0.44
/proc/10876/task/10885/stat : 10885 (java) S 10874 10876 10210 0 -1 64 514 0 0 0 44 0 0 0 16 0 12 0 1993758703 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10876/tid=10886] ppid=10874 vsize=834708 CPUtime=0.68
/proc/10876/task/10886/stat : 10886 (java) S 10874 10876 10210 0 -1 64 4184 0 0 0 67 1 0 0 16 0 12 0 1993758703 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10876/tid=10887] ppid=10874 vsize=834708 CPUtime=0
/proc/10876/task/10887/stat : 10887 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993758703 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10888] ppid=10874 vsize=834708 CPUtime=0
/proc/10876/task/10888/stat : 10888 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993758703 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 73.98
Current children cumulated vsize (KiB) 834708

[startup+75.1028 s]
/proc/loadavg: 2.08 2.04 2.01 3/92 10888
/proc/meminfo: memFree=1068000/2055920 swapFree=4179912/4192956
[pid=10876] ppid=10874 vsize=834708 CPUtime=75.57
/proc/10876/stat : 10876 (java) S 10874 10876 10210 0 -1 0 425286 0 30 0 7377 180 0 0 20 0 12 0 1993758688 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10876/statm: 208677 177923 1366 9 0 206039 0
[pid=10876/tid=10878] ppid=10874 vsize=834708 CPUtime=6.75
/proc/10876/task/10878/stat : 10878 (java) S 10874 10876 10210 0 -1 64 41590 0 1 0 656 19 0 0 17 0 12 0 1993758696 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10879] ppid=10874 vsize=834708 CPUtime=2.72
/proc/10876/task/10879/stat : 10879 (java) S 10874 10876 10210 0 -1 64 48135 0 0 0 254 18 0 0 19 0 12 0 1993758697 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10880] ppid=10874 vsize=834708 CPUtime=5.79
/proc/10876/task/10880/stat : 10880 (java) S 10874 10876 10210 0 -1 64 90383 0 0 0 544 35 0 0 16 0 12 0 1993758697 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10881] ppid=10874 vsize=834708 CPUtime=59.1
/proc/10876/task/10881/stat : 10881 (java) R 10874 10876 10210 0 -1 64 239746 0 0 0 5808 102 0 0 25 0 12 0 1993758698 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10882] ppid=10874 vsize=834708 CPUtime=0
/proc/10876/task/10882/stat : 10882 (java) S 10874 10876 10210 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993758699 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10883] ppid=10874 vsize=834708 CPUtime=0
/proc/10876/task/10883/stat : 10883 (java) S 10874 10876 10210 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993758699 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10884] ppid=10874 vsize=834708 CPUtime=0
/proc/10876/task/10884/stat : 10884 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993758703 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10885] ppid=10874 vsize=834708 CPUtime=0.44
/proc/10876/task/10885/stat : 10885 (java) S 10874 10876 10210 0 -1 64 514 0 0 0 44 0 0 0 16 0 12 0 1993758703 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10876/tid=10886] ppid=10874 vsize=834708 CPUtime=0.68
/proc/10876/task/10886/stat : 10886 (java) S 10874 10876 10210 0 -1 64 4184 0 0 0 67 1 0 0 16 0 12 0 1993758703 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10876/tid=10887] ppid=10874 vsize=834708 CPUtime=0
/proc/10876/task/10887/stat : 10887 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993758703 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10888] ppid=10874 vsize=834708 CPUtime=0
/proc/10876/task/10888/stat : 10888 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993758703 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 75.57
Current children cumulated vsize (KiB) 834708

[startup+75.5028 s]
/proc/loadavg: 2.08 2.04 2.01 3/92 10888
/proc/meminfo: memFree=1068000/2055920 swapFree=4179912/4192956
[pid=10876] ppid=10874 vsize=834708 CPUtime=75.97
/proc/10876/stat : 10876 (java) S 10874 10876 10210 0 -1 0 425286 0 30 0 7417 180 0 0 20 0 12 0 1993758688 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10876/statm: 208677 177923 1366 9 0 206039 0
[pid=10876/tid=10878] ppid=10874 vsize=834708 CPUtime=6.75
/proc/10876/task/10878/stat : 10878 (java) S 10874 10876 10210 0 -1 64 41590 0 1 0 656 19 0 0 17 0 12 0 1993758696 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10879] ppid=10874 vsize=834708 CPUtime=2.72
/proc/10876/task/10879/stat : 10879 (java) S 10874 10876 10210 0 -1 64 48135 0 0 0 254 18 0 0 19 0 12 0 1993758697 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10880] ppid=10874 vsize=834708 CPUtime=5.79
/proc/10876/task/10880/stat : 10880 (java) S 10874 10876 10210 0 -1 64 90383 0 0 0 544 35 0 0 16 0 12 0 1993758697 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10881] ppid=10874 vsize=834708 CPUtime=59.5
/proc/10876/task/10881/stat : 10881 (java) R 10874 10876 10210 0 -1 64 239746 0 0 0 5848 102 0 0 25 0 12 0 1993758698 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10882] ppid=10874 vsize=834708 CPUtime=0
/proc/10876/task/10882/stat : 10882 (java) S 10874 10876 10210 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993758699 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10883] ppid=10874 vsize=834708 CPUtime=0
/proc/10876/task/10883/stat : 10883 (java) S 10874 10876 10210 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993758699 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10884] ppid=10874 vsize=834708 CPUtime=0
/proc/10876/task/10884/stat : 10884 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993758703 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10885] ppid=10874 vsize=834708 CPUtime=0.44
/proc/10876/task/10885/stat : 10885 (java) S 10874 10876 10210 0 -1 64 514 0 0 0 44 0 0 0 16 0 12 0 1993758703 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10876/tid=10886] ppid=10874 vsize=834708 CPUtime=0.68
/proc/10876/task/10886/stat : 10886 (java) S 10874 10876 10210 0 -1 64 4184 0 0 0 67 1 0 0 16 0 12 0 1993758703 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10876/tid=10887] ppid=10874 vsize=834708 CPUtime=0
/proc/10876/task/10887/stat : 10887 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993758703 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10888] ppid=10874 vsize=834708 CPUtime=0
/proc/10876/task/10888/stat : 10888 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993758703 854740992 177923 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 75.97
Current children cumulated vsize (KiB) 834708

[startup+75.9069 s]
/proc/loadavg: 2.08 2.04 2.01 3/92 10888
/proc/meminfo: memFree=1068000/2055920 swapFree=4179912/4192956
[pid=10876] ppid=10874 vsize=833028 CPUtime=76.35
/proc/10876/stat : 10876 (java) S 10874 10876 10210 0 -1 0 425296 0 30 0 7455 180 0 0 20 0 12 0 1993758688 853020672 177431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10876/statm: 208257 177431 1367 9 0 205619 0
[pid=10876/tid=10878] ppid=10874 vsize=833028 CPUtime=6.75
/proc/10876/task/10878/stat : 10878 (java) S 10874 10876 10210 0 -1 64 41595 0 1 0 656 19 0 0 17 0 12 0 1993758696 853020672 177431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10879] ppid=10874 vsize=833028 CPUtime=2.72
/proc/10876/task/10879/stat : 10879 (java) S 10874 10876 10210 0 -1 64 48135 0 0 0 254 18 0 0 19 0 12 0 1993758697 853020672 177431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10880] ppid=10874 vsize=833028 CPUtime=5.79
/proc/10876/task/10880/stat : 10880 (java) S 10874 10876 10210 0 -1 64 90383 0 0 0 544 35 0 0 16 0 12 0 1993758697 853020672 177431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10881] ppid=10874 vsize=833028 CPUtime=59.88
/proc/10876/task/10881/stat : 10881 (java) S 10874 10876 10210 0 -1 64 239746 0 0 0 5886 102 0 0 25 0 12 0 1993758698 853020672 177431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10882] ppid=10874 vsize=833028 CPUtime=0
/proc/10876/task/10882/stat : 10882 (java) S 10874 10876 10210 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1993758699 853020672 177431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10883] ppid=10874 vsize=833028 CPUtime=0
/proc/10876/task/10883/stat : 10883 (java) S 10874 10876 10210 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1993758699 853020672 177431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10884] ppid=10874 vsize=833028 CPUtime=0
/proc/10876/task/10884/stat : 10884 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993758703 853020672 177431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10885] ppid=10874 vsize=833028 CPUtime=0.44
/proc/10876/task/10885/stat : 10885 (java) S 10874 10876 10210 0 -1 64 514 0 0 0 44 0 0 0 16 0 12 0 1993758703 853020672 177431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10876/tid=10886] ppid=10874 vsize=833028 CPUtime=0.68
/proc/10876/task/10886/stat : 10886 (java) S 10874 10876 10210 0 -1 64 4184 0 0 0 67 1 0 0 16 0 12 0 1993758703 853020672 177431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10876/tid=10887] ppid=10874 vsize=833028 CPUtime=0
/proc/10876/task/10887/stat : 10887 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1993758703 853020672 177431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10876/tid=10888] ppid=10874 vsize=833028 CPUtime=0
/proc/10876/task/10888/stat : 10888 (java) S 10874 10876 10210 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1993758703 853020672 177431 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 76.35
Current children cumulated vsize (KiB) 833028

[startup+76.0032 s]
/proc/loadavg: 2.08 2.04 2.01 3/92 10888
/proc/meminfo: memFree=1068000/2055920 swapFree=4179912/4192956
[pid=10876] ppid=10874 vsize=0 CPUtime=76.43
/proc/10876/stat : 10876 (java) Z 10874 10876 10210 0 -1 12 425300 0 30 0 7455 188 0 0 16 0 2 0 1993758688 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10876/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 76.43
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 76.0275
CPU time (s): 76.4624
CPU user time (s): 74.5507
CPU system time (s): 1.91171
CPU usage (%): 100.572
Max. virtual memory (cumulated for all children) (KiB): 880712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.5507
system time used= 1.91171
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 425300
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2374
involuntary context switches= 3458

runsolver used 0.087986 second user time and 0.275958 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-04 07:04:24
IDJOB=1066456
IDBENCH=55124
IDSOLVER=344
FILE ID=node53/1066456-1215147863
PBS_JOBID= 7877390
Free space on /tmp= 65200 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 657781a6d23736d0b0bda28228085d0b
RANDOM SEED=1857633390

node53.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1783192 kB
Buffers:          3752 kB
Cached:          74768 kB
SwapCached:       6956 kB
Active:         176436 kB
Inactive:        41520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1783192 kB
SwapTotal:     4192956 kB
SwapFree:      4179912 kB
Dirty:            1920 kB
Writeback:           0 kB
Mapped:         155744 kB
Slab:            39852 kB
Committed_AS:  4621892 kB
PageTables:       2008 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= 65196 MiB
End job on node53 at 2008-07-04 07:05:40