Trace number 1051471

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? 297.374 296.461

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-48_ext.xml
MD5SUMda13ba5a9bae10f8f78b88700e630ef7
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 benchmark6.99794
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1051471-1215053364/watcher-1051471-1215053364 -o /tmp/evaluation-result-1051471-1215053364/solver-1051471-1215053364 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1051471-1215053364.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.22 3.14 2.83 4/82 17300
/proc/meminfo: memFree=1629808/2055924 swapFree=4177432/4192956
[pid=17300] ppid=17298 vsize=1804 CPUtime=0
/proc/17300/stat : 17300 (java6) D 17298 17300 13857 0 -1 0 183 0 0 0 0 0 0 0 19 0 1 0 661066018 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/17300/statm: 451 155 111 9 0 93 0

[startup+0.0163861 s]
/proc/loadavg: 2.22 3.14 2.83 4/82 17300
/proc/meminfo: memFree=1629808/2055924 swapFree=4177432/4192956
[pid=17300] ppid=17298 vsize=13804 CPUtime=0.01
/proc/17300/stat : 17300 (java) S 17298 17300 13857 0 -1 0 948 0 1 0 0 1 0 0 19 0 2 0 661066018 14135296 694 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/17300/statm: 3468 697 345 9 0 1246 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13804

[startup+0.101402 s]
/proc/loadavg: 2.22 3.14 2.83 4/82 17300
/proc/meminfo: memFree=1629808/2055924 swapFree=4177432/4192956
[pid=17300] ppid=17298 vsize=804756 CPUtime=0.09
/proc/17300/stat : 17300 (java) S 17298 17300 13857 0 -1 0 3164 0 1 0 7 2 0 0 19 0 12 0 661066018 824070144 2895 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17300/statm: 201189 2895 1165 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301442 s]
/proc/loadavg: 2.22 3.14 2.83 4/82 17300
/proc/meminfo: memFree=1629808/2055924 swapFree=4177432/4192956
[pid=17300] ppid=17298 vsize=807856 CPUtime=0.29
/proc/17300/stat : 17300 (java) S 17298 17300 13857 0 -1 0 4987 0 1 0 25 4 0 0 19 0 12 0 661066018 827244544 4316 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17300/statm: 201964 4316 1308 9 0 199333 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 807856

[startup+0.701515 s]
/proc/loadavg: 2.22 3.14 2.83 4/82 17300
/proc/meminfo: memFree=1629808/2055924 swapFree=4177432/4192956
[pid=17300] ppid=17298 vsize=807884 CPUtime=0.69
/proc/17300/stat : 17300 (java) S 17298 17300 13857 0 -1 0 6329 0 1 0 64 5 0 0 19 0 12 0 661066018 827273216 5656 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17300/statm: 201971 5656 1335 9 0 199333 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807884

[startup+1.50166 s]
/proc/loadavg: 2.22 3.14 2.83 4/94 17312
/proc/meminfo: memFree=1604496/2055924 swapFree=4177432/4192956
[pid=17300] ppid=17298 vsize=807884 CPUtime=1.49
/proc/17300/stat : 17300 (java) S 17298 17300 13857 0 -1 0 9942 0 1 0 142 7 0 0 19 0 12 0 661066018 827273216 8924 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17300/statm: 201971 8924 1350 9 0 199333 0
[pid=17300/tid=17302] ppid=17298 vsize=807884 CPUtime=0.66
/proc/17300/task/17302/stat : 17302 (java) R 17298 17300 13857 0 -1 64 7259 0 1 0 61 5 0 0 25 0 12 0 661066020 827273216 8925 996147200 134512640 134550740 4294956032 18446744073709551615 4109662266 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17303] ppid=17298 vsize=807884 CPUtime=0
/proc/17300/task/17303/stat : 17303 (java) S 17298 17300 13857 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 661066021 827273216 8925 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17304] ppid=17298 vsize=807884 CPUtime=0
/proc/17300/task/17304/stat : 17304 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 661066021 827273216 8926 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17305] ppid=17298 vsize=807884 CPUtime=0
/proc/17300/task/17305/stat : 17305 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 661066022 827273216 8926 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17306] ppid=17298 vsize=807884 CPUtime=0
/proc/17300/task/17306/stat : 17306 (java) S 17298 17300 13857 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 661066023 827273216 8927 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17307] ppid=17298 vsize=807884 CPUtime=0
/proc/17300/task/17307/stat : 17307 (java) S 17298 17300 13857 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 661066023 827273216 8927 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17308] ppid=17298 vsize=807884 CPUtime=0
/proc/17300/task/17308/stat : 17308 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 661066027 827273216 8928 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17309] ppid=17298 vsize=807884 CPUtime=0.36
/proc/17300/task/17309/stat : 17309 (java) S 17298 17300 13857 0 -1 64 705 0 0 0 36 0 0 0 16 0 12 0 661066027 827273216 8928 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17310] ppid=17298 vsize=807884 CPUtime=0.44
/proc/17300/task/17310/stat : 17310 (java) S 17298 17300 13857 0 -1 64 1215 0 0 0 44 0 0 0 16 0 12 0 661066027 827273216 8929 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17311] ppid=17298 vsize=807884 CPUtime=0
/proc/17300/task/17311/stat : 17311 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 661066027 827273216 8929 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17312] ppid=17298 vsize=807884 CPUtime=0
/proc/17300/task/17312/stat : 17312 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 661066027 827273216 8929 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 807884

[startup+3.10296 s]
/proc/loadavg: 2.22 3.14 2.83 3/94 17312
/proc/meminfo: memFree=1583632/2055924 swapFree=4177432/4192956
[pid=17300] ppid=17298 vsize=810060 CPUtime=3.09
/proc/17300/stat : 17300 (java) S 17298 17300 13857 0 -1 0 17414 0 1 0 299 10 0 0 19 0 12 0 661066018 829501440 15045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17300/statm: 202515 15045 1354 9 0 199877 0
[pid=17300/tid=17302] ppid=17298 vsize=810060 CPUtime=1.65
/proc/17300/task/17302/stat : 17302 (java) R 17298 17300 13857 0 -1 64 12837 0 1 0 157 8 0 0 25 0 12 0 661066020 829501440 15045 996147200 134512640 134550740 4294956032 18446744073709551615 103352834 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17303] ppid=17298 vsize=810060 CPUtime=0
/proc/17300/task/17303/stat : 17303 (java) S 17298 17300 13857 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 661066021 829501440 15045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17304] ppid=17298 vsize=810060 CPUtime=0
/proc/17300/task/17304/stat : 17304 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 661066021 829501440 15045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17305] ppid=17298 vsize=810060 CPUtime=0
/proc/17300/task/17305/stat : 17305 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 661066022 829501440 15045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17306] ppid=17298 vsize=810060 CPUtime=0
/proc/17300/task/17306/stat : 17306 (java) S 17298 17300 13857 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 661066023 829501440 15045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17307] ppid=17298 vsize=810060 CPUtime=0
/proc/17300/task/17307/stat : 17307 (java) S 17298 17300 13857 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 661066023 829501440 15045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17308] ppid=17298 vsize=810060 CPUtime=0
/proc/17300/task/17308/stat : 17308 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 661066027 829501440 15045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17309] ppid=17298 vsize=810060 CPUtime=0.66
/proc/17300/task/17309/stat : 17309 (java) S 17298 17300 13857 0 -1 64 1547 0 0 0 66 0 0 0 16 0 12 0 661066027 829501440 15045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17310] ppid=17298 vsize=810060 CPUtime=0.76
/proc/17300/task/17310/stat : 17310 (java) S 17298 17300 13857 0 -1 64 2266 0 0 0 75 1 0 0 16 0 12 0 661066027 829501440 15045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17311] ppid=17298 vsize=810060 CPUtime=0
/proc/17300/task/17311/stat : 17311 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 661066027 829501440 15045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17312] ppid=17298 vsize=810060 CPUtime=0
/proc/17300/task/17312/stat : 17312 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 661066027 829501440 15045 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 810060

[startup+6.30155 s]
/proc/loadavg: 2.20 3.12 2.83 3/94 17312
/proc/meminfo: memFree=1548632/2055924 swapFree=4177432/4192956
[pid=17300] ppid=17298 vsize=809980 CPUtime=6.28
/proc/17300/stat : 17300 (java) S 17298 17300 13857 0 -1 0 23824 0 1 0 616 12 0 0 19 0 12 0 661066018 829419520 21452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17300/statm: 202495 21452 1361 9 0 199857 0
[pid=17300/tid=17302] ppid=17298 vsize=809980 CPUtime=4.74
/proc/17300/task/17302/stat : 17302 (java) R 17298 17300 13857 0 -1 64 17005 0 1 0 465 9 0 0 25 0 12 0 661066020 829419520 21452 996147200 134512640 134550740 4294956032 18446744073709551615 4109586276 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17303] ppid=17298 vsize=809980 CPUtime=0.02
/proc/17300/task/17303/stat : 17303 (java) S 17298 17300 13857 0 -1 64 905 0 0 0 2 0 0 0 17 0 12 0 661066021 829419520 21452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17304] ppid=17298 vsize=809980 CPUtime=0.03
/proc/17300/task/17304/stat : 17304 (java) S 17298 17300 13857 0 -1 64 1306 0 0 0 3 0 0 0 17 0 12 0 661066021 829419520 21452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17305] ppid=17298 vsize=809980 CPUtime=0
/proc/17300/task/17305/stat : 17305 (java) S 17298 17300 13857 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 661066022 829419520 21452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17306] ppid=17298 vsize=809980 CPUtime=0
/proc/17300/task/17306/stat : 17306 (java) S 17298 17300 13857 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 661066023 829419520 21452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17307] ppid=17298 vsize=809980 CPUtime=0
/proc/17300/task/17307/stat : 17307 (java) S 17298 17300 13857 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 661066023 829419520 21452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17308] ppid=17298 vsize=809980 CPUtime=0
/proc/17300/task/17308/stat : 17308 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 661066027 829419520 21452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17309] ppid=17298 vsize=809980 CPUtime=0.67
/proc/17300/task/17309/stat : 17309 (java) S 17298 17300 13857 0 -1 64 1550 0 0 0 67 0 0 0 16 0 12 0 661066027 829419520 21452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17310] ppid=17298 vsize=809980 CPUtime=0.78
/proc/17300/task/17310/stat : 17310 (java) S 17298 17300 13857 0 -1 64 2266 0 0 0 77 1 0 0 16 0 12 0 661066027 829419520 21452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17311] ppid=17298 vsize=809980 CPUtime=0
/proc/17300/task/17311/stat : 17311 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 661066027 829419520 21452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17312] ppid=17298 vsize=809980 CPUtime=0
/proc/17300/task/17312/stat : 17312 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 661066027 829419520 21452 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 809980

[startup+12.7027 s]
/proc/loadavg: 2.18 3.10 2.82 3/94 17312
/proc/meminfo: memFree=1535192/2055924 swapFree=4177432/4192956
[pid=17300] ppid=17298 vsize=808672 CPUtime=12.68
/proc/17300/stat : 17300 (java) S 17298 17300 13857 0 -1 0 27454 0 1 0 1254 14 0 0 19 0 12 0 661066018 828080128 24780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17300/statm: 202168 24780 1361 9 0 199530 0
[pid=17300/tid=17302] ppid=17298 vsize=808672 CPUtime=10.98
/proc/17300/task/17302/stat : 17302 (java) R 17298 17300 13857 0 -1 64 17007 0 1 0 1089 9 0 0 25 0 12 0 661066020 828080128 24780 996147200 134512640 134550740 4294956032 18446744073709551615 4109853534 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17303] ppid=17298 vsize=808672 CPUtime=0.09
/proc/17300/task/17303/stat : 17303 (java) S 17298 17300 13857 0 -1 64 2574 0 0 0 9 0 0 0 17 0 12 0 661066021 828080128 24780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17304] ppid=17298 vsize=808672 CPUtime=0.1
/proc/17300/task/17304/stat : 17304 (java) S 17298 17300 13857 0 -1 64 3238 0 0 0 9 1 0 0 17 0 12 0 661066021 828080128 24780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17305] ppid=17298 vsize=808672 CPUtime=0
/proc/17300/task/17305/stat : 17305 (java) S 17298 17300 13857 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 661066022 828080128 24780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17306] ppid=17298 vsize=808672 CPUtime=0
/proc/17300/task/17306/stat : 17306 (java) S 17298 17300 13857 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 661066023 828080128 24780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17307] ppid=17298 vsize=808672 CPUtime=0
/proc/17300/task/17307/stat : 17307 (java) S 17298 17300 13857 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 661066023 828080128 24780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17308] ppid=17298 vsize=808672 CPUtime=0
/proc/17300/task/17308/stat : 17308 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 661066027 828080128 24780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17309] ppid=17298 vsize=808672 CPUtime=0.67
/proc/17300/task/17309/stat : 17309 (java) S 17298 17300 13857 0 -1 64 1550 0 0 0 67 0 0 0 16 0 12 0 661066027 828080128 24780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17310] ppid=17298 vsize=808672 CPUtime=0.78
/proc/17300/task/17310/stat : 17310 (java) S 17298 17300 13857 0 -1 64 2266 0 0 0 77 1 0 0 16 0 12 0 661066027 828080128 24780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17311] ppid=17298 vsize=808672 CPUtime=0
/proc/17300/task/17311/stat : 17311 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 661066027 828080128 24780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17312] ppid=17298 vsize=808672 CPUtime=0
/proc/17300/task/17312/stat : 17312 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 661066027 828080128 24780 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 808672

[startup+25.5011 s]
/proc/loadavg: 2.14 3.05 2.81 3/94 17312
/proc/meminfo: memFree=1528088/2055924 swapFree=4177432/4192956
[pid=17300] ppid=17298 vsize=808672 CPUtime=25.47
/proc/17300/stat : 17300 (java) S 17298 17300 13857 0 -1 0 29232 0 1 0 2532 15 0 0 19 0 12 0 661066018 828080128 26554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17300/statm: 202168 26554 1361 9 0 199530 0
[pid=17300/tid=17302] ppid=17298 vsize=808672 CPUtime=23.53
/proc/17300/task/17302/stat : 17302 (java) R 17298 17300 13857 0 -1 64 17011 0 1 0 2344 9 0 0 25 0 12 0 661066020 828080128 26554 996147200 134512640 134550740 4294956032 18446744073709551615 4109853651 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17303] ppid=17298 vsize=808672 CPUtime=0.23
/proc/17300/task/17303/stat : 17303 (java) S 17298 17300 13857 0 -1 64 3776 0 0 0 22 1 0 0 17 0 12 0 661066021 828080128 26554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17304] ppid=17298 vsize=808672 CPUtime=0.19
/proc/17300/task/17304/stat : 17304 (java) S 17298 17300 13857 0 -1 64 3810 0 0 0 18 1 0 0 17 0 12 0 661066021 828080128 26554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17305] ppid=17298 vsize=808672 CPUtime=0
/proc/17300/task/17305/stat : 17305 (java) S 17298 17300 13857 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 661066022 828080128 26554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17306] ppid=17298 vsize=808672 CPUtime=0
/proc/17300/task/17306/stat : 17306 (java) S 17298 17300 13857 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 661066023 828080128 26554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17307] ppid=17298 vsize=808672 CPUtime=0
/proc/17300/task/17307/stat : 17307 (java) S 17298 17300 13857 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 661066023 828080128 26554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17308] ppid=17298 vsize=808672 CPUtime=0
/proc/17300/task/17308/stat : 17308 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 661066027 828080128 26554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=17300/tid=17311] ppid=17298 vsize=813800 CPUtime=0
/proc/17300/task/17311/stat : 17311 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 661066027 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17312] ppid=17298 vsize=813800 CPUtime=0
/proc/17300/task/17312/stat : 17312 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 661066027 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 288.82
Current children cumulated vsize (KiB) 813800

[startup+291.102 s]
/proc/loadavg: 2.27 2.58 2.66 3/94 17314
/proc/meminfo: memFree=941336/2055924 swapFree=4177432/4192956
[pid=17300] ppid=17298 vsize=813800 CPUtime=292.02
/proc/17300/stat : 17300 (java) S 17298 17300 13857 0 -1 0 339271 0 1 0 29057 145 0 0 19 0 12 0 661066018 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17300/statm: 203450 172763 1365 9 0 200812 0
[pid=17300/tid=17302] ppid=17298 vsize=813800 CPUtime=189.1
/proc/17300/task/17302/stat : 17302 (java) S 17298 17300 13857 0 -1 64 29401 0 1 0 18895 15 0 0 17 0 12 0 661066020 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17303] ppid=17298 vsize=813800 CPUtime=5.95
/proc/17300/task/17303/stat : 17303 (java) S 17298 17300 13857 0 -1 64 76823 0 0 0 566 29 0 0 17 0 12 0 661066021 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17304] ppid=17298 vsize=813800 CPUtime=5.92
/proc/17300/task/17304/stat : 17304 (java) S 17298 17300 13857 0 -1 64 64026 0 0 0 566 26 0 0 16 0 12 0 661066021 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17305] ppid=17298 vsize=813800 CPUtime=89.54
/proc/17300/task/17305/stat : 17305 (java) R 17298 17300 13857 0 -1 64 164443 0 0 0 8883 71 0 0 25 0 12 0 661066022 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 105677410 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17306] ppid=17298 vsize=813800 CPUtime=0
/proc/17300/task/17306/stat : 17306 (java) S 17298 17300 13857 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 661066023 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17307] ppid=17298 vsize=813800 CPUtime=0
/proc/17300/task/17307/stat : 17307 (java) S 17298 17300 13857 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 661066023 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17308] ppid=17298 vsize=813800 CPUtime=0
/proc/17300/task/17308/stat : 17308 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 661066027 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17309] ppid=17298 vsize=813800 CPUtime=0.67
/proc/17300/task/17309/stat : 17309 (java) S 17298 17300 13857 0 -1 64 1550 0 0 0 67 0 0 0 16 0 12 0 661066027 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17310] ppid=17298 vsize=813800 CPUtime=0.78
/proc/17300/task/17310/stat : 17310 (java) S 17298 17300 13857 0 -1 64 2266 0 0 0 77 1 0 0 16 0 12 0 661066027 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17311] ppid=17298 vsize=813800 CPUtime=0
/proc/17300/task/17311/stat : 17311 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 661066027 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17312] ppid=17298 vsize=813800 CPUtime=0
/proc/17300/task/17312/stat : 17312 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 661066027 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 292.02
Current children cumulated vsize (KiB) 813800

[startup+294.303 s]
/proc/loadavg: 2.27 2.58 2.66 3/94 17314
/proc/meminfo: memFree=941336/2055924 swapFree=4177432/4192956
[pid=17300] ppid=17298 vsize=813800 CPUtime=295.22
/proc/17300/stat : 17300 (java) S 17298 17300 13857 0 -1 0 339271 0 1 0 29377 145 0 0 19 0 12 0 661066018 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17300/statm: 203450 172763 1365 9 0 200812 0
[pid=17300/tid=17302] ppid=17298 vsize=813800 CPUtime=189.1
/proc/17300/task/17302/stat : 17302 (java) S 17298 17300 13857 0 -1 64 29401 0 1 0 18895 15 0 0 17 0 12 0 661066020 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17303] ppid=17298 vsize=813800 CPUtime=5.95
/proc/17300/task/17303/stat : 17303 (java) S 17298 17300 13857 0 -1 64 76823 0 0 0 566 29 0 0 17 0 12 0 661066021 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17304] ppid=17298 vsize=813800 CPUtime=5.92
/proc/17300/task/17304/stat : 17304 (java) S 17298 17300 13857 0 -1 64 64026 0 0 0 566 26 0 0 16 0 12 0 661066021 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17305] ppid=17298 vsize=813800 CPUtime=92.74
/proc/17300/task/17305/stat : 17305 (java) R 17298 17300 13857 0 -1 64 164443 0 0 0 9203 71 0 0 25 0 12 0 661066022 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 106122260 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17306] ppid=17298 vsize=813800 CPUtime=0
/proc/17300/task/17306/stat : 17306 (java) S 17298 17300 13857 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 661066023 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17307] ppid=17298 vsize=813800 CPUtime=0
/proc/17300/task/17307/stat : 17307 (java) S 17298 17300 13857 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 661066023 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17308] ppid=17298 vsize=813800 CPUtime=0
/proc/17300/task/17308/stat : 17308 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 661066027 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17309] ppid=17298 vsize=813800 CPUtime=0.67
/proc/17300/task/17309/stat : 17309 (java) S 17298 17300 13857 0 -1 64 1550 0 0 0 67 0 0 0 16 0 12 0 661066027 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17310] ppid=17298 vsize=813800 CPUtime=0.78
/proc/17300/task/17310/stat : 17310 (java) S 17298 17300 13857 0 -1 64 2266 0 0 0 77 1 0 0 16 0 12 0 661066027 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17311] ppid=17298 vsize=813800 CPUtime=0
/proc/17300/task/17311/stat : 17311 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 661066027 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17312] ppid=17298 vsize=813800 CPUtime=0
/proc/17300/task/17312/stat : 17312 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 661066027 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 295.22
Current children cumulated vsize (KiB) 813800

[startup+295.101 s]
/proc/loadavg: 2.25 2.57 2.65 3/94 17314
/proc/meminfo: memFree=941336/2055924 swapFree=4177432/4192956
[pid=17300] ppid=17298 vsize=813800 CPUtime=296.01
/proc/17300/stat : 17300 (java) S 17298 17300 13857 0 -1 0 339271 0 1 0 29456 145 0 0 19 0 12 0 661066018 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17300/statm: 203450 172763 1365 9 0 200812 0
[pid=17300/tid=17302] ppid=17298 vsize=813800 CPUtime=189.1
/proc/17300/task/17302/stat : 17302 (java) S 17298 17300 13857 0 -1 64 29401 0 1 0 18895 15 0 0 17 0 12 0 661066020 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17303] ppid=17298 vsize=813800 CPUtime=5.95
/proc/17300/task/17303/stat : 17303 (java) S 17298 17300 13857 0 -1 64 76823 0 0 0 566 29 0 0 17 0 12 0 661066021 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17304] ppid=17298 vsize=813800 CPUtime=5.92
/proc/17300/task/17304/stat : 17304 (java) S 17298 17300 13857 0 -1 64 64026 0 0 0 566 26 0 0 16 0 12 0 661066021 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17305] ppid=17298 vsize=813800 CPUtime=93.54
/proc/17300/task/17305/stat : 17305 (java) R 17298 17300 13857 0 -1 64 164443 0 0 0 9283 71 0 0 25 0 12 0 661066022 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17306] ppid=17298 vsize=813800 CPUtime=0
/proc/17300/task/17306/stat : 17306 (java) S 17298 17300 13857 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 661066023 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17307] ppid=17298 vsize=813800 CPUtime=0
/proc/17300/task/17307/stat : 17307 (java) S 17298 17300 13857 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 661066023 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17308] ppid=17298 vsize=813800 CPUtime=0
/proc/17300/task/17308/stat : 17308 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 661066027 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17309] ppid=17298 vsize=813800 CPUtime=0.67
/proc/17300/task/17309/stat : 17309 (java) S 17298 17300 13857 0 -1 64 1550 0 0 0 67 0 0 0 16 0 12 0 661066027 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17310] ppid=17298 vsize=813800 CPUtime=0.78
/proc/17300/task/17310/stat : 17310 (java) S 17298 17300 13857 0 -1 64 2266 0 0 0 77 1 0 0 16 0 12 0 661066027 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17311] ppid=17298 vsize=813800 CPUtime=0
/proc/17300/task/17311/stat : 17311 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 661066027 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17312] ppid=17298 vsize=813800 CPUtime=0
/proc/17300/task/17312/stat : 17312 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 661066027 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 296.01
Current children cumulated vsize (KiB) 813800

[startup+295.906 s]
/proc/loadavg: 2.25 2.57 2.65 3/94 17314
/proc/meminfo: memFree=941336/2055924 swapFree=4177432/4192956
[pid=17300] ppid=17298 vsize=813800 CPUtime=296.82
/proc/17300/stat : 17300 (java) S 17298 17300 13857 0 -1 0 339271 0 1 0 29537 145 0 0 19 0 12 0 661066018 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17300/statm: 203450 172763 1365 9 0 200812 0
[pid=17300/tid=17302] ppid=17298 vsize=813800 CPUtime=189.1
/proc/17300/task/17302/stat : 17302 (java) S 17298 17300 13857 0 -1 64 29401 0 1 0 18895 15 0 0 17 0 12 0 661066020 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17303] ppid=17298 vsize=813800 CPUtime=5.95
/proc/17300/task/17303/stat : 17303 (java) S 17298 17300 13857 0 -1 64 76823 0 0 0 566 29 0 0 17 0 12 0 661066021 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17304] ppid=17298 vsize=813800 CPUtime=5.92
/proc/17300/task/17304/stat : 17304 (java) S 17298 17300 13857 0 -1 64 64026 0 0 0 566 26 0 0 16 0 12 0 661066021 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17305] ppid=17298 vsize=813800 CPUtime=94.34
/proc/17300/task/17305/stat : 17305 (java) R 17298 17300 13857 0 -1 64 164443 0 0 0 9363 71 0 0 25 0 12 0 661066022 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17306] ppid=17298 vsize=813800 CPUtime=0
/proc/17300/task/17306/stat : 17306 (java) S 17298 17300 13857 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 661066023 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17307] ppid=17298 vsize=813800 CPUtime=0
/proc/17300/task/17307/stat : 17307 (java) S 17298 17300 13857 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 661066023 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17308] ppid=17298 vsize=813800 CPUtime=0
/proc/17300/task/17308/stat : 17308 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 661066027 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17309] ppid=17298 vsize=813800 CPUtime=0.67
/proc/17300/task/17309/stat : 17309 (java) S 17298 17300 13857 0 -1 64 1550 0 0 0 67 0 0 0 16 0 12 0 661066027 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17310] ppid=17298 vsize=813800 CPUtime=0.78
/proc/17300/task/17310/stat : 17310 (java) S 17298 17300 13857 0 -1 64 2266 0 0 0 77 1 0 0 16 0 12 0 661066027 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17311] ppid=17298 vsize=813800 CPUtime=0
/proc/17300/task/17311/stat : 17311 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 661066027 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17312] ppid=17298 vsize=813800 CPUtime=0
/proc/17300/task/17312/stat : 17312 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 661066027 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 296.82
Current children cumulated vsize (KiB) 813800

[startup+296.302 s]
/proc/loadavg: 2.25 2.57 2.65 3/94 17314
/proc/meminfo: memFree=941336/2055924 swapFree=4177432/4192956
[pid=17300] ppid=17298 vsize=813800 CPUtime=297.22
/proc/17300/stat : 17300 (java) S 17298 17300 13857 0 -1 0 339271 0 1 0 29577 145 0 0 19 0 12 0 661066018 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17300/statm: 203450 172763 1365 9 0 200812 0
[pid=17300/tid=17302] ppid=17298 vsize=813800 CPUtime=189.1
/proc/17300/task/17302/stat : 17302 (java) S 17298 17300 13857 0 -1 64 29401 0 1 0 18895 15 0 0 17 0 12 0 661066020 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17303] ppid=17298 vsize=813800 CPUtime=5.95
/proc/17300/task/17303/stat : 17303 (java) S 17298 17300 13857 0 -1 64 76823 0 0 0 566 29 0 0 17 0 12 0 661066021 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17304] ppid=17298 vsize=813800 CPUtime=5.92
/proc/17300/task/17304/stat : 17304 (java) S 17298 17300 13857 0 -1 64 64026 0 0 0 566 26 0 0 16 0 12 0 661066021 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17305] ppid=17298 vsize=813800 CPUtime=94.74
/proc/17300/task/17305/stat : 17305 (java) R 17298 17300 13857 0 -1 64 164443 0 0 0 9403 71 0 0 25 0 12 0 661066022 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 106123538 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17306] ppid=17298 vsize=813800 CPUtime=0
/proc/17300/task/17306/stat : 17306 (java) S 17298 17300 13857 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 661066023 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17307] ppid=17298 vsize=813800 CPUtime=0
/proc/17300/task/17307/stat : 17307 (java) S 17298 17300 13857 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 661066023 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17308] ppid=17298 vsize=813800 CPUtime=0
/proc/17300/task/17308/stat : 17308 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 661066027 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17309] ppid=17298 vsize=813800 CPUtime=0.67
/proc/17300/task/17309/stat : 17309 (java) S 17298 17300 13857 0 -1 64 1550 0 0 0 67 0 0 0 16 0 12 0 661066027 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17310] ppid=17298 vsize=813800 CPUtime=0.78
/proc/17300/task/17310/stat : 17310 (java) S 17298 17300 13857 0 -1 64 2266 0 0 0 77 1 0 0 16 0 12 0 661066027 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17311] ppid=17298 vsize=813800 CPUtime=0
/proc/17300/task/17311/stat : 17311 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 661066027 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17312] ppid=17298 vsize=813800 CPUtime=0
/proc/17300/task/17312/stat : 17312 (java) S 17298 17300 13857 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 661066027 833331200 172763 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 297.22
Current children cumulated vsize (KiB) 813800

[startup+296.402 s]
/proc/loadavg: 2.25 2.57 2.65 3/94 17314
/proc/meminfo: memFree=941336/2055924 swapFree=4177432/4192956
[pid=17300] ppid=17298 vsize=0 CPUtime=297.3
/proc/17300/stat : 17300 (java) Z 17298 17300 13857 0 -1 12 339285 0 1 0 29581 149 0 0 16 0 2 0 661066018 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17300/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 297.3
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 296.461
CPU time (s): 297.374
CPU user time (s): 295.817
CPU system time (s): 1.55676
CPU usage (%): 100.308
Max. virtual memory (cumulated for all children) (KiB): 909808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 295.817
system time used= 1.55676
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 339285
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= 7720
involuntary context switches= 10793

runsolver used 0.378942 second user time and 0.98585 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-03 04:49:24
IDJOB=1051471
IDBENCH=55488
IDSOLVER=344
FILE ID=node83/1051471-1215053364
PBS_JOBID= 7875012
Free space on /tmp= 65496 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/travellingSalesman-25/normalized-tsp-25-48_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-1051471-1215053364/watcher-1051471-1215053364 -o /tmp/evaluation-result-1051471-1215053364/solver-1051471-1215053364 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1051471-1215053364.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= da13ba5a9bae10f8f78b88700e630ef7
RANDOM SEED=660972888

node83.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.263
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.263
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:      2055924 kB
MemFree:       1630352 kB
Buffers:         47144 kB
Cached:         163656 kB
SwapCached:       9588 kB
Active:         281868 kB
Inactive:        81500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1630352 kB
SwapTotal:     4192956 kB
SwapFree:      4177432 kB
Dirty:            1300 kB
Writeback:           0 kB
Mapped:         168736 kB
Slab:            47176 kB
Committed_AS:  1128892 kB
PageTables:       2124 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= 65496 MiB
End job on node83 at 2008-07-03 04:54:21