Trace number 1055672

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? 539.362 538.81

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-453_ext.xml
MD5SUMbc159f71b70cc6572fa8c4e05332f265
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 benchmark4.83526
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints230
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension230
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

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

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-1055672-1215060000/watcher-1055672-1215060000 -o /tmp/evaluation-result-1055672-1215060000/solver-1055672-1215060000 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1055672-1215060000.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.07 2.05 2.01 4/74 26760
/proc/meminfo: memFree=1575616/2055920 swapFree=4179560/4192956
[pid=26760] ppid=26758 vsize=18572 CPUtime=0
/proc/26760/stat : 26760 (runsolver) R 26758 26760 26477 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 1984975077 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 228706544935 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/26760/statm: 4643 292 257 25 0 2626 0

[startup+0.0782349 s]
/proc/loadavg: 2.07 2.05 2.01 4/74 26760
/proc/meminfo: memFree=1575616/2055920 swapFree=4179560/4192956
[pid=26760] ppid=26758 vsize=802236 CPUtime=0.06
/proc/26760/stat : 26760 (java) S 26758 26760 26477 0 -1 0 2791 0 1 0 4 2 0 0 22 0 7 0 1984975077 821489664 2526 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/26760/statm: 200559 2526 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.101232 s]
/proc/loadavg: 2.07 2.05 2.01 4/74 26760
/proc/meminfo: memFree=1575616/2055920 swapFree=4179560/4192956
[pid=26760] ppid=26758 vsize=804612 CPUtime=0.08
/proc/26760/stat : 26760 (java) S 26758 26760 26477 0 -1 0 2994 0 1 0 6 2 0 0 22 0 12 0 1984975077 823922688 2727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26760/statm: 201153 2727 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301254 s]
/proc/loadavg: 2.07 2.05 2.01 4/74 26760
/proc/meminfo: memFree=1575616/2055920 swapFree=4179560/4192956
[pid=26760] ppid=26758 vsize=808360 CPUtime=0.28
/proc/26760/stat : 26760 (java) S 26758 26760 26477 0 -1 0 4950 0 1 0 24 4 0 0 22 0 12 0 1984975077 827760640 4278 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26760/statm: 202090 4278 1297 9 0 199459 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808360

[startup+0.701285 s]
/proc/loadavg: 2.07 2.05 2.01 4/74 26760
/proc/meminfo: memFree=1575616/2055920 swapFree=4179560/4192956
[pid=26760] ppid=26758 vsize=808388 CPUtime=0.68
/proc/26760/stat : 26760 (java) S 26758 26760 26477 0 -1 0 6346 0 1 0 62 6 0 0 22 0 12 0 1984975077 827789312 5527 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26760/statm: 202097 5527 1335 9 0 199459 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808388

[startup+1.50236 s]
/proc/loadavg: 2.07 2.05 2.01 4/86 26772
/proc/meminfo: memFree=1553248/2055920 swapFree=4179560/4192956
[pid=26760] ppid=26758 vsize=808668 CPUtime=1.47
/proc/26760/stat : 26760 (java) S 26758 26760 26477 0 -1 0 9419 0 1 0 140 7 0 0 22 0 12 0 1984975077 828076032 8281 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26760/statm: 202167 8281 1350 9 0 199529 0
[pid=26760/tid=26762] ppid=26758 vsize=808668 CPUtime=0.65
/proc/26760/task/26762/stat : 26762 (java) R 26758 26760 26477 0 -1 64 6488 0 1 0 59 6 0 0 25 0 12 0 1984975078 828076032 8281 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26763] ppid=26758 vsize=808668 CPUtime=0
/proc/26760/task/26763/stat : 26763 (java) S 26758 26760 26477 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1984975079 828076032 8281 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26764] ppid=26758 vsize=808668 CPUtime=0
/proc/26760/task/26764/stat : 26764 (java) S 26758 26760 26477 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1984975079 828076032 8281 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26765] ppid=26758 vsize=808668 CPUtime=0
/proc/26760/task/26765/stat : 26765 (java) S 26758 26760 26477 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1984975081 828076032 8281 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26766] ppid=26758 vsize=808668 CPUtime=0
/proc/26760/task/26766/stat : 26766 (java) S 26758 26760 26477 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 1984975082 828076032 8281 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26767] ppid=26758 vsize=808668 CPUtime=0
/proc/26760/task/26767/stat : 26767 (java) S 26758 26760 26477 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1984975082 828076032 8281 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26768] ppid=26758 vsize=808668 CPUtime=0
/proc/26760/task/26768/stat : 26768 (java) S 26758 26760 26477 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984975086 828076032 8281 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26769] ppid=26758 vsize=808668 CPUtime=0.41
/proc/26760/task/26769/stat : 26769 (java) S 26758 26760 26477 0 -1 64 811 0 0 0 41 0 0 0 16 0 12 0 1984975086 828076032 8281 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26770] ppid=26758 vsize=808668 CPUtime=0.39
/proc/26760/task/26770/stat : 26770 (java) R 26758 26760 26477 0 -1 64 1357 0 0 0 39 0 0 0 16 0 12 0 1984975086 828076032 8281 996147200 134512640 134550740 4294956032 18446744073709551615 105483206 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26771] ppid=26758 vsize=808668 CPUtime=0
/proc/26760/task/26771/stat : 26771 (java) S 26758 26760 26477 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1984975086 828076032 8281 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26772] ppid=26758 vsize=808668 CPUtime=0
/proc/26760/task/26772/stat : 26772 (java) S 26758 26760 26477 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984975086 828076032 8281 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808668

[startup+3.10251 s]
/proc/loadavg: 2.07 2.05 2.01 4/86 26772
/proc/meminfo: memFree=1533088/2055920 swapFree=4179560/4192956
[pid=26760] ppid=26758 vsize=810020 CPUtime=3.06
/proc/26760/stat : 26760 (java) S 26758 26760 26477 0 -1 0 15983 0 1 0 295 11 0 0 22 0 12 0 1984975077 829460480 13444 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26760/statm: 202505 13444 1354 9 0 199867 0
[pid=26760/tid=26762] ppid=26758 vsize=810020 CPUtime=1.6
/proc/26760/task/26762/stat : 26762 (java) R 26758 26760 26477 0 -1 64 11240 0 1 0 151 9 0 0 25 0 12 0 1984975078 829460480 13444 996147200 134512640 134550740 4294956032 18446744073709551615 4109318879 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26763] ppid=26758 vsize=810020 CPUtime=0
/proc/26760/task/26763/stat : 26763 (java) S 26758 26760 26477 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1984975079 829460480 13444 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26764] ppid=26758 vsize=810020 CPUtime=0
/proc/26760/task/26764/stat : 26764 (java) S 26758 26760 26477 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1984975079 829460480 13444 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26765] ppid=26758 vsize=810020 CPUtime=0
/proc/26760/task/26765/stat : 26765 (java) S 26758 26760 26477 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1984975081 829460480 13444 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26766] ppid=26758 vsize=810020 CPUtime=0
/proc/26760/task/26766/stat : 26766 (java) S 26758 26760 26477 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 1984975082 829460480 13444 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26767] ppid=26758 vsize=810020 CPUtime=0
/proc/26760/task/26767/stat : 26767 (java) S 26758 26760 26477 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 1984975082 829460480 13444 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26768] ppid=26758 vsize=810020 CPUtime=0
/proc/26760/task/26768/stat : 26768 (java) S 26758 26760 26477 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984975086 829460480 13444 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26769] ppid=26758 vsize=810020 CPUtime=0.71
/proc/26760/task/26769/stat : 26769 (java) S 26758 26760 26477 0 -1 64 1763 0 0 0 71 0 0 0 16 0 12 0 1984975086 829460480 13444 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26770] ppid=26758 vsize=810020 CPUtime=0.73
/proc/26760/task/26770/stat : 26770 (java) S 26758 26760 26477 0 -1 64 2217 0 0 0 72 1 0 0 16 0 12 0 1984975086 829460480 13444 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26771] ppid=26758 vsize=810020 CPUtime=0
/proc/26760/task/26771/stat : 26771 (java) S 26758 26760 26477 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1984975086 829460480 13444 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26772] ppid=26758 vsize=810020 CPUtime=0
/proc/26760/task/26772/stat : 26772 (java) S 26758 26760 26477 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984975086 829460480 13444 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) 810020

[startup+6.30181 s]
/proc/loadavg: 2.06 2.05 2.01 3/86 26772
/proc/meminfo: memFree=1508064/2055920 swapFree=4179560/4192956
[pid=26760] ppid=26758 vsize=809228 CPUtime=6.25
/proc/26760/stat : 26760 (java) S 26758 26760 26477 0 -1 0 23567 0 1 0 609 16 0 0 22 0 12 0 1984975077 828649472 20858 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26760/statm: 202307 20858 1361 9 0 199669 0
[pid=26760/tid=26762] ppid=26758 vsize=809228 CPUtime=4.68
/proc/26760/task/26762/stat : 26762 (java) R 26758 26760 26477 0 -1 64 17009 0 1 0 456 12 0 0 25 0 12 0 1984975078 828649472 20858 996147200 134512640 134550740 4294956032 18446744073709551615 4109847868 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26763] ppid=26758 vsize=809228 CPUtime=0.04
/proc/26760/task/26763/stat : 26763 (java) S 26758 26760 26477 0 -1 64 1528 0 0 0 4 0 0 0 17 0 12 0 1984975079 828649472 20858 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26764] ppid=26758 vsize=809228 CPUtime=0
/proc/26760/task/26764/stat : 26764 (java) S 26758 26760 26477 0 -1 64 256 0 0 0 0 0 0 0 16 0 12 0 1984975079 828649472 20858 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26765] ppid=26758 vsize=809228 CPUtime=0
/proc/26760/task/26765/stat : 26765 (java) S 26758 26760 26477 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1984975081 828649472 20858 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26766] ppid=26758 vsize=809228 CPUtime=0
/proc/26760/task/26766/stat : 26766 (java) S 26758 26760 26477 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984975082 828649472 20858 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26767] ppid=26758 vsize=809228 CPUtime=0
/proc/26760/task/26767/stat : 26767 (java) S 26758 26760 26477 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1984975082 828649472 20858 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26768] ppid=26758 vsize=809228 CPUtime=0
/proc/26760/task/26768/stat : 26768 (java) S 26758 26760 26477 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984975086 828649472 20858 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26769] ppid=26758 vsize=809228 CPUtime=0.73
/proc/26760/task/26769/stat : 26769 (java) S 26758 26760 26477 0 -1 64 1764 0 0 0 73 0 0 0 16 0 12 0 1984975086 828649472 20858 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26770] ppid=26758 vsize=809228 CPUtime=0.74
/proc/26760/task/26770/stat : 26770 (java) S 26758 26760 26477 0 -1 64 2219 0 0 0 73 1 0 0 16 0 12 0 1984975086 828649472 20858 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26771] ppid=26758 vsize=809228 CPUtime=0
/proc/26760/task/26771/stat : 26771 (java) S 26758 26760 26477 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1984975086 828649472 20858 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26772] ppid=26758 vsize=809228 CPUtime=0
/proc/26760/task/26772/stat : 26772 (java) S 26758 26760 26477 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984975086 828649472 20858 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 809228

[startup+12.7014 s]
/proc/loadavg: 2.06 2.05 2.01 3/86 26772
/proc/meminfo: memFree=1487072/2055920 swapFree=4179560/4192956
[pid=26760] ppid=26758 vsize=809228 CPUtime=12.62
/proc/26760/stat : 26760 (java) S 26758 26760 26477 0 -1 0 26597 0 1 0 1244 18 0 0 22 0 12 0 1984975077 828649472 23886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26760/statm: 202307 23886 1361 9 0 199669 0
[pid=26760/tid=26762] ppid=26758 vsize=809228 CPUtime=10.92
/proc/26760/task/26762/stat : 26762 (java) R 26758 26760 26477 0 -1 64 17013 0 1 0 1080 12 0 0 25 0 12 0 1984975078 828649472 23886 996147200 134512640 134550740 4294956032 18446744073709551615 4109848462 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26763] ppid=26758 vsize=809228 CPUtime=0.12
/proc/26760/task/26763/stat : 26763 (java) S 26758 26760 26477 0 -1 64 3502 0 0 0 10 2 0 0 17 0 12 0 1984975079 828649472 23886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26764] ppid=26758 vsize=809228 CPUtime=0.04
/proc/26760/task/26764/stat : 26764 (java) S 26758 26760 26477 0 -1 64 1281 0 0 0 4 0 0 0 17 0 12 0 1984975079 828649472 23886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26765] ppid=26758 vsize=809228 CPUtime=0
/proc/26760/task/26765/stat : 26765 (java) S 26758 26760 26477 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 1984975081 828649472 23886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26766] ppid=26758 vsize=809228 CPUtime=0
/proc/26760/task/26766/stat : 26766 (java) S 26758 26760 26477 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984975082 828649472 23886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26767] ppid=26758 vsize=809228 CPUtime=0
/proc/26760/task/26767/stat : 26767 (java) S 26758 26760 26477 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1984975082 828649472 23886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26768] ppid=26758 vsize=809228 CPUtime=0
/proc/26760/task/26768/stat : 26768 (java) S 26758 26760 26477 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984975086 828649472 23886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26769] ppid=26758 vsize=809228 CPUtime=0.73
/proc/26760/task/26769/stat : 26769 (java) S 26758 26760 26477 0 -1 64 1764 0 0 0 73 0 0 0 16 0 12 0 1984975086 828649472 23886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26770] ppid=26758 vsize=809228 CPUtime=0.74
/proc/26760/task/26770/stat : 26770 (java) S 26758 26760 26477 0 -1 64 2219 0 0 0 73 1 0 0 16 0 12 0 1984975086 828649472 23886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26771] ppid=26758 vsize=809228 CPUtime=0
/proc/26760/task/26771/stat : 26771 (java) S 26758 26760 26477 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1984975086 828649472 23886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26772] ppid=26758 vsize=809228 CPUtime=0
/proc/26760/task/26772/stat : 26772 (java) S 26758 26760 26477 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984975086 828649472 23886 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 809228

[startup+25.5026 s]
/proc/loadavg: 2.04 2.04 2.00 3/86 26772
/proc/meminfo: memFree=1484384/2055920 swapFree=4179560/4192956
[pid=26760] ppid=26758 vsize=809228 CPUtime=25.38
/proc/26760/stat : 26760 (java) S 26758 26760 26477 0 -1 0 26605 0 1 0 2520 18 0 0 22 0 12 0 1984975077 828649472 23891 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26760/statm: 202307 23891 1361 9 0 199669 0
[pid=26760/tid=26762] ppid=26758 vsize=809228 CPUtime=23.49
/proc/26760/task/26762/stat : 26762 (java) R 26758 26760 26477 0 -1 64 17016 0 1 0 2337 12 0 0 25 0 12 0 1984975078 828649472 23891 996147200 134512640 134550740 4294956032 18446744073709551615 4109586005 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26760/tid=26763] ppid=26758 vsize=809228 CPUtime=0.19
/proc/26760/task/26763/stat : 26763 (java) S 26758 26760 26477 0 -1 64 3504 0 0 0 17 2 0 0 17 0 12 0 1984975079 828649472 23891 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26760/tid=26764] ppid=26758 vsize=809228 CPUtime=0.17
/proc/26760/task/26764/stat : 26764 (java) S 26758 26760 26477 0 -1 64 1284 0 0 0 17 0 0 0 17 0 12 0 1984975079 828649472 23891 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26760/tid=26765] ppid=26758 vsize=809228 CPUtime=0
/proc/26760/task/26765/stat : 26765 (java) S 26758 26760 26477 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 1984975081 828649472 23891 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26760/tid=26766] ppid=26758 vsize=809228 CPUtime=0
/proc/26760/task/26766/stat : 26766 (java) S 26758 26760 26477 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984975082 828649472 23891 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26767] ppid=26758 vsize=809228 CPUtime=0
/proc/26760/task/26767/stat : 26767 (java) S 26758 26760 26477 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 1984975082 828649472 23891 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26768] ppid=26758 vsize=809228 CPUtime=0
/proc/26760/task/26768/stat : 26768 (java) S 26758 26760 26477 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984975086 828649472 23891 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/loadavg: 2.00 2.03 2.00 3/87 26823
/proc/meminfo: memFree=482392/2055920 swapFree=4179560/4192956
[pid=26760] ppid=26758 vsize=814680 CPUtime=534.92
/proc/26760/stat : 26760 (java) S 26758 26760 26477 0 -1 0 754668 0 1 0 53119 373 0 0 22 0 13 0 1984975077 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26760/statm: 203670 172908 1366 9 0 201032 0
[pid=26760/tid=26762] ppid=26758 vsize=814680 CPUtime=217.5
/proc/26760/task/26762/stat : 26762 (java) S 26758 26760 26477 0 -1 64 29457 0 1 0 21730 20 0 0 18 0 13 0 1984975078 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26763] ppid=26758 vsize=814680 CPUtime=6.19
/proc/26760/task/26763/stat : 26763 (java) S 26758 26760 26477 0 -1 64 78907 0 0 0 578 41 0 0 16 0 13 0 1984975079 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26760/tid=26764] ppid=26758 vsize=814680 CPUtime=6.22
/proc/26760/task/26764/stat : 26764 (java) S 26758 26760 26477 0 -1 64 62891 0 0 0 592 30 0 0 17 0 13 0 1984975079 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26760/tid=26765] ppid=26758 vsize=814680 CPUtime=303.46
/proc/26760/task/26765/stat : 26765 (java) R 26758 26760 26477 0 -1 64 578664 0 0 0 30068 278 0 0 25 0 13 0 1984975081 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26766] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26766/stat : 26766 (java) S 26758 26760 26477 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1984975082 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26767] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26767/stat : 26767 (java) S 26758 26760 26477 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1984975082 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26768] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26768/stat : 26768 (java) S 26758 26760 26477 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1984975086 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26769] ppid=26758 vsize=814680 CPUtime=0.73
/proc/26760/task/26769/stat : 26769 (java) S 26758 26760 26477 0 -1 64 1764 0 0 0 73 0 0 0 16 0 13 0 1984975086 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26770] ppid=26758 vsize=814680 CPUtime=0.74
/proc/26760/task/26770/stat : 26770 (java) S 26758 26760 26477 0 -1 64 2219 0 0 0 73 1 0 0 16 0 13 0 1984975086 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26771] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26771/stat : 26771 (java) S 26758 26760 26477 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1984975086 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26772] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26772/stat : 26772 (java) S 26758 26760 26477 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1984975086 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26823] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26823/stat : 26823 (java) S 26758 26760 26477 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 1985028285 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 534.92
Current children cumulated vsize (KiB) 814680

[startup+535.902 s]
/proc/loadavg: 2.00 2.03 2.00 3/87 26823
/proc/meminfo: memFree=482392/2055920 swapFree=4179560/4192956
[pid=26760] ppid=26758 vsize=814680 CPUtime=536.51
/proc/26760/stat : 26760 (java) S 26758 26760 26477 0 -1 0 754669 0 1 0 53278 373 0 0 22 0 13 0 1984975077 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26760/statm: 203670 172908 1366 9 0 201032 0
[pid=26760/tid=26762] ppid=26758 vsize=814680 CPUtime=217.5
/proc/26760/task/26762/stat : 26762 (java) S 26758 26760 26477 0 -1 64 29457 0 1 0 21730 20 0 0 18 0 13 0 1984975078 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26763] ppid=26758 vsize=814680 CPUtime=6.19
/proc/26760/task/26763/stat : 26763 (java) S 26758 26760 26477 0 -1 64 78907 0 0 0 578 41 0 0 16 0 13 0 1984975079 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26760/tid=26764] ppid=26758 vsize=814680 CPUtime=6.22
/proc/26760/task/26764/stat : 26764 (java) S 26758 26760 26477 0 -1 64 62891 0 0 0 592 30 0 0 17 0 13 0 1984975079 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26760/tid=26765] ppid=26758 vsize=814680 CPUtime=305.05
/proc/26760/task/26765/stat : 26765 (java) R 26758 26760 26477 0 -1 64 578664 0 0 0 30227 278 0 0 25 0 13 0 1984975081 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26766] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26766/stat : 26766 (java) S 26758 26760 26477 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1984975082 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26767] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26767/stat : 26767 (java) S 26758 26760 26477 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1984975082 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26768] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26768/stat : 26768 (java) S 26758 26760 26477 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1984975086 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26769] ppid=26758 vsize=814680 CPUtime=0.73
/proc/26760/task/26769/stat : 26769 (java) S 26758 26760 26477 0 -1 64 1764 0 0 0 73 0 0 0 16 0 13 0 1984975086 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26770] ppid=26758 vsize=814680 CPUtime=0.74
/proc/26760/task/26770/stat : 26770 (java) S 26758 26760 26477 0 -1 64 2219 0 0 0 73 1 0 0 16 0 13 0 1984975086 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26771] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26771/stat : 26771 (java) S 26758 26760 26477 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1984975086 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26772] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26772/stat : 26772 (java) S 26758 26760 26477 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1984975086 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26823] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26823/stat : 26823 (java) S 26758 26760 26477 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 1985028285 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 536.51
Current children cumulated vsize (KiB) 814680

[startup+537.502 s]
/proc/loadavg: 2.00 2.03 2.00 3/87 26823
/proc/meminfo: memFree=482392/2055920 swapFree=4179560/4192956
[pid=26760] ppid=26758 vsize=814680 CPUtime=538.09
/proc/26760/stat : 26760 (java) S 26758 26760 26477 0 -1 0 754669 0 1 0 53436 373 0 0 22 0 13 0 1984975077 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26760/statm: 203670 172908 1366 9 0 201032 0
[pid=26760/tid=26762] ppid=26758 vsize=814680 CPUtime=217.5
/proc/26760/task/26762/stat : 26762 (java) S 26758 26760 26477 0 -1 64 29457 0 1 0 21730 20 0 0 18 0 13 0 1984975078 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26763] ppid=26758 vsize=814680 CPUtime=6.19
/proc/26760/task/26763/stat : 26763 (java) S 26758 26760 26477 0 -1 64 78907 0 0 0 578 41 0 0 16 0 13 0 1984975079 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26760/tid=26764] ppid=26758 vsize=814680 CPUtime=6.22
/proc/26760/task/26764/stat : 26764 (java) S 26758 26760 26477 0 -1 64 62891 0 0 0 592 30 0 0 17 0 13 0 1984975079 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26760/tid=26765] ppid=26758 vsize=814680 CPUtime=306.63
/proc/26760/task/26765/stat : 26765 (java) R 26758 26760 26477 0 -1 64 578664 0 0 0 30385 278 0 0 25 0 13 0 1984975081 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 104136526 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26766] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26766/stat : 26766 (java) S 26758 26760 26477 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1984975082 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26767] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26767/stat : 26767 (java) S 26758 26760 26477 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1984975082 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26768] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26768/stat : 26768 (java) S 26758 26760 26477 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1984975086 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26769] ppid=26758 vsize=814680 CPUtime=0.73
/proc/26760/task/26769/stat : 26769 (java) S 26758 26760 26477 0 -1 64 1764 0 0 0 73 0 0 0 16 0 13 0 1984975086 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26770] ppid=26758 vsize=814680 CPUtime=0.74
/proc/26760/task/26770/stat : 26770 (java) S 26758 26760 26477 0 -1 64 2219 0 0 0 73 1 0 0 16 0 13 0 1984975086 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26771] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26771/stat : 26771 (java) S 26758 26760 26477 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1984975086 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26772] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26772/stat : 26772 (java) S 26758 26760 26477 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1984975086 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26823] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26823/stat : 26823 (java) S 26758 26760 26477 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 1985028285 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 538.09
Current children cumulated vsize (KiB) 814680

[startup+538.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/87 26823
/proc/meminfo: memFree=482392/2055920 swapFree=4179560/4192956
[pid=26760] ppid=26758 vsize=814680 CPUtime=538.89
/proc/26760/stat : 26760 (java) S 26758 26760 26477 0 -1 0 754669 0 1 0 53516 373 0 0 22 0 13 0 1984975077 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26760/statm: 203670 172908 1366 9 0 201032 0
[pid=26760/tid=26762] ppid=26758 vsize=814680 CPUtime=217.5
/proc/26760/task/26762/stat : 26762 (java) S 26758 26760 26477 0 -1 64 29457 0 1 0 21730 20 0 0 18 0 13 0 1984975078 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26763] ppid=26758 vsize=814680 CPUtime=6.19
/proc/26760/task/26763/stat : 26763 (java) S 26758 26760 26477 0 -1 64 78907 0 0 0 578 41 0 0 16 0 13 0 1984975079 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26760/tid=26764] ppid=26758 vsize=814680 CPUtime=6.22
/proc/26760/task/26764/stat : 26764 (java) S 26758 26760 26477 0 -1 64 62891 0 0 0 592 30 0 0 17 0 13 0 1984975079 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26760/tid=26765] ppid=26758 vsize=814680 CPUtime=307.43
/proc/26760/task/26765/stat : 26765 (java) R 26758 26760 26477 0 -1 64 578664 0 0 0 30465 278 0 0 25 0 13 0 1984975081 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26766] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26766/stat : 26766 (java) S 26758 26760 26477 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 1984975082 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26767] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26767/stat : 26767 (java) S 26758 26760 26477 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 1984975082 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26768] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26768/stat : 26768 (java) S 26758 26760 26477 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 1984975086 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26769] ppid=26758 vsize=814680 CPUtime=0.73
/proc/26760/task/26769/stat : 26769 (java) S 26758 26760 26477 0 -1 64 1764 0 0 0 73 0 0 0 16 0 13 0 1984975086 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26770] ppid=26758 vsize=814680 CPUtime=0.74
/proc/26760/task/26770/stat : 26770 (java) S 26758 26760 26477 0 -1 64 2219 0 0 0 73 1 0 0 16 0 13 0 1984975086 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26771] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26771/stat : 26771 (java) S 26758 26760 26477 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 1984975086 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26772] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26772/stat : 26772 (java) S 26758 26760 26477 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1984975086 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26823] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26823/stat : 26823 (java) S 26758 26760 26477 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 1985028285 834232320 172908 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 538.89
Current children cumulated vsize (KiB) 814680

[startup+538.702 s]
/proc/loadavg: 2.00 2.03 2.00 3/87 26823
/proc/meminfo: memFree=482392/2055920 swapFree=4179560/4192956
[pid=26760] ppid=26758 vsize=814680 CPUtime=539.25
/proc/26760/stat : 26760 (java) S 26758 26760 26477 0 -1 0 754672 0 1 0 53552 373 0 0 22 0 12 0 1984975077 834232320 172909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26760/statm: 203670 172909 1367 9 0 201032 0
[pid=26760/tid=26762] ppid=26758 vsize=814680 CPUtime=217.5
/proc/26760/task/26762/stat : 26762 (java) S 26758 26760 26477 0 -1 64 29457 0 1 0 21730 20 0 0 15 0 12 0 1984975078 834232320 172909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26763] ppid=26758 vsize=814680 CPUtime=6.19
/proc/26760/task/26763/stat : 26763 (java) S 26758 26760 26477 0 -1 64 78907 0 0 0 578 41 0 0 16 0 12 0 1984975079 834232320 172909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26760/tid=26764] ppid=26758 vsize=814680 CPUtime=6.22
/proc/26760/task/26764/stat : 26764 (java) S 26758 26760 26477 0 -1 64 62891 0 0 0 592 30 0 0 17 0 12 0 1984975079 834232320 172909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26760/tid=26765] ppid=26758 vsize=814680 CPUtime=307.79
/proc/26760/task/26765/stat : 26765 (java) S 26758 26760 26477 0 -1 64 578664 0 0 0 30501 278 0 0 25 0 12 0 1984975081 834232320 172909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26766] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26766/stat : 26766 (java) S 26758 26760 26477 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1984975082 834232320 172909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26767] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26767/stat : 26767 (java) S 26758 26760 26477 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984975082 834232320 172909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26768] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26768/stat : 26768 (java) S 26758 26760 26477 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1984975086 834232320 172909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26769] ppid=26758 vsize=814680 CPUtime=0.73
/proc/26760/task/26769/stat : 26769 (java) S 26758 26760 26477 0 -1 64 1764 0 0 0 73 0 0 0 16 0 12 0 1984975086 834232320 172909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26770] ppid=26758 vsize=814680 CPUtime=0.74
/proc/26760/task/26770/stat : 26770 (java) S 26758 26760 26477 0 -1 64 2219 0 0 0 73 1 0 0 16 0 12 0 1984975086 834232320 172909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26771] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26771/stat : 26771 (java) S 26758 26760 26477 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1984975086 834232320 172909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26760/tid=26772] ppid=26758 vsize=814680 CPUtime=0
/proc/26760/task/26772/stat : 26772 (java) S 26758 26760 26477 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1984975086 834232320 172909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 539.25
Current children cumulated vsize (KiB) 814680

[startup+538.802 s]
/proc/loadavg: 2.00 2.03 2.00 3/87 26823
/proc/meminfo: memFree=482392/2055920 swapFree=4179560/4192956
[pid=26760] ppid=26758 vsize=0 CPUtime=539.35
/proc/26760/stat : 26760 (java) Z 26758 26760 26477 0 -1 12 754675 0 1 0 53552 383 0 0 16 0 2 0 1984975077 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26760/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 539.35
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 538.81
CPU time (s): 539.362
CPU user time (s): 535.525
CPU system time (s): 3.83742
CPU usage (%): 100.102
Max. virtual memory (cumulated for all children) (KiB): 910364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 535.525
system time used= 3.83742
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 754675
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= 12492
involuntary context switches= 11865

runsolver used 0.681896 second user time and 1.79473 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-03 06:40:00
IDJOB=1055672
IDBENCH=56966
IDSOLVER=344
FILE ID=node8/1055672-1215060000
PBS_JOBID= 7875197
Free space on /tmp= 66472 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bc159f71b70cc6572fa8c4e05332f265
RANDOM SEED=31882163

node8.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:       1576096 kB
Buffers:         24344 kB
Cached:         220296 kB
SwapCached:       6756 kB
Active:         358332 kB
Inactive:        61204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1576096 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            1284 kB
Writeback:           0 kB
Mapped:         181232 kB
Slab:            45088 kB
Committed_AS:  3399868 kB
PageTables:       2124 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66360 MiB
End job on node8 at 2008-07-03 06:48:59