Trace number 1051793

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? 379.382 379.283

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-38_ext.xml
MD5SUMb1cd667c35ed5ba4931e06993e78bd10
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 benchmark1.24981
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.34	c version 9.9.9.token
0.29/0.34	c sun.arch.data.model	32
0.29/0.34	c java.version	1.6.0_06
0.29/0.34	c os.name	Linux
0.29/0.34	c os.version	2.6.9-22.EL.rootsmp
0.29/0.34	c os.arch	i386
0.29/0.34	c Free memory 669864272
0.29/0.34	c Max memory 672137216
0.29/0.34	c Total memory 672137216
0.29/0.34	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-1051793-1215054810.xml
0.29/0.38	c reading problem ... 
0.59/0.65	c reading problem named null
0.59/0.65	c reading domains done.
0.59/0.65	c reading variables done.
0.79/0.89	c reading relations done.
1.68/1.77	c reading constraints
368.19/368.07	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
368.19/368.07		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
368.19/368.07		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
368.19/368.07		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
368.19/368.07		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
368.19/368.07		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
368.19/368.07		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
368.19/368.07		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
368.19/368.07		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
368.19/368.07		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
368.19/368.07		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
368.19/368.07		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
368.19/368.07		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
368.19/368.07		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
368.19/368.07		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
368.19/368.07		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
368.19/368.07		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
368.19/368.07		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
368.19/368.07		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
368.19/368.07		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
368.19/368.07		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
368.19/368.08		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
368.19/368.08		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
368.19/368.08		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
368.19/368.08		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
368.19/368.08		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
368.19/368.08		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
368.19/368.08		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
368.19/368.08		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
368.19/368.08		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
368.19/368.08		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
368.19/368.08		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
378.93/378.89	c starts		: 0
378.93/378.89	c conflicts		: 0
378.93/378.89	c decisions		: 0
378.93/378.89	c propagations		: 0
378.93/378.89	c inspects		: 0
378.93/378.89	c learnt literals	: 0
378.93/378.89	c learnt binary clauses	: 0
378.93/378.89	c learnt ternary clauses	: 0
378.93/378.89	c learnt clauses	: 0
378.93/378.89	c ignored clauses	: 0
378.93/378.89	c root simplifications	: 0
378.93/378.89	c removed literals (reason simplification)	: 0
378.93/378.89	c reason swapping (by a shorter reason)	: 0
378.93/378.89	c Calls to reduceDB	: 0
378.93/378.90	c speed (assignments/second)	: 0.0
378.93/378.90	c non guided choices	0
378.93/378.90	s UNKNOWN
378.93/378.90	c Total wall clock time (in seconds) : 367.694

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-1051793-1215054810/watcher-1051793-1215054810 -o /tmp/evaluation-result-1051793-1215054810/solver-1051793-1215054810 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1051793-1215054810.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: 1.99 1.97 1.99 3/81 17123
/proc/meminfo: memFree=1508080/2055920 swapFree=4179460/4192956
[pid=17123] ppid=17121 vsize=1804 CPUtime=0
/proc/17123/stat : 17123 (java6) R 17121 17123 13168 0 -1 0 186 0 0 0 0 0 0 0 19 0 1 0 1984448061 1847296 158 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/17123/statm: 0 0 0 0 0 0 0

[startup+0.0744269 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 17123
/proc/meminfo: memFree=1508080/2055920 swapFree=4179460/4192956
[pid=17123] ppid=17121 vsize=802236 CPUtime=0.06
/proc/17123/stat : 17123 (java) S 17121 17123 13168 0 -1 0 2792 0 1 0 5 1 0 0 19 0 7 0 1984448061 821489664 2527 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/17123/statm: 200559 2527 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.102345 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 17123
/proc/meminfo: memFree=1508080/2055920 swapFree=4179460/4192956
[pid=17123] ppid=17121 vsize=804612 CPUtime=0.08
/proc/17123/stat : 17123 (java) S 17121 17123 13168 0 -1 0 3006 0 1 0 7 1 0 0 19 0 12 0 1984448061 823922688 2739 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17123/statm: 201153 2739 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.302365 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 17123
/proc/meminfo: memFree=1508080/2055920 swapFree=4179460/4192956
[pid=17123] ppid=17121 vsize=808276 CPUtime=0.29
/proc/17123/stat : 17123 (java) S 17121 17123 13168 0 -1 0 5035 0 1 0 26 3 0 0 19 0 12 0 1984448061 827674624 4362 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17123/statm: 202069 4362 1308 9 0 199438 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 808276

[startup+0.70141 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 17123
/proc/meminfo: memFree=1508080/2055920 swapFree=4179460/4192956
[pid=17123] ppid=17121 vsize=808304 CPUtime=0.69
/proc/17123/stat : 17123 (java) S 17121 17123 13168 0 -1 0 6578 0 1 0 64 5 0 0 19 0 12 0 1984448061 827703296 5706 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17123/statm: 202076 5706 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808304

[startup+1.5015 s]
/proc/loadavg: 1.99 1.97 1.99 4/93 17135
/proc/meminfo: memFree=1484624/2055920 swapFree=4179460/4192956
[pid=17123] ppid=17121 vsize=808304 CPUtime=1.48
/proc/17123/stat : 17123 (java) S 17121 17123 13168 0 -1 0 9672 0 1 0 141 7 0 0 19 0 12 0 1984448061 827703296 8429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17123/statm: 202076 8429 1350 9 0 199438 0
[pid=17123/tid=17125] ppid=17121 vsize=808304 CPUtime=0.65
/proc/17123/task/17125/stat : 17125 (java) R 17121 17123 13168 0 -1 64 6675 0 1 0 60 5 0 0 21 0 12 0 1984448062 827703296 8429 996147200 134512640 134550740 4294956032 18446744073709551615 4109190338 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17126] ppid=17121 vsize=808304 CPUtime=0
/proc/17123/task/17126/stat : 17126 (java) S 17121 17123 13168 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1984448063 827703296 8429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17127] ppid=17121 vsize=808304 CPUtime=0
/proc/17123/task/17127/stat : 17127 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1984448063 827703296 8429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17128] ppid=17121 vsize=808304 CPUtime=0
/proc/17123/task/17128/stat : 17128 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 1984448065 827703296 8429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17129] ppid=17121 vsize=808304 CPUtime=0
/proc/17123/task/17129/stat : 17129 (java) S 17121 17123 13168 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 1984448066 827703296 8429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17130] ppid=17121 vsize=808304 CPUtime=0
/proc/17123/task/17130/stat : 17130 (java) S 17121 17123 13168 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1984448066 827703296 8429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17131] ppid=17121 vsize=808304 CPUtime=0
/proc/17123/task/17131/stat : 17131 (java) S 17121 17123 13168 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984448070 827703296 8429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17132] ppid=17121 vsize=808304 CPUtime=0.37
/proc/17123/task/17132/stat : 17132 (java) S 17121 17123 13168 0 -1 64 620 0 0 0 37 0 0 0 16 0 12 0 1984448070 827703296 8429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17133] ppid=17121 vsize=808304 CPUtime=0.44
/proc/17123/task/17133/stat : 17133 (java) S 17121 17123 13168 0 -1 64 1616 0 0 0 44 0 0 0 16 0 12 0 1984448070 827703296 8429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17134] ppid=17121 vsize=808304 CPUtime=0
/proc/17123/task/17134/stat : 17134 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984448070 827703296 8429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17135] ppid=17121 vsize=808304 CPUtime=0
/proc/17123/task/17135/stat : 17135 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984448070 827703296 8429 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 808304

[startup+3.10167 s]
/proc/loadavg: 1.99 1.97 1.99 5/93 17135
/proc/meminfo: memFree=1469264/2055920 swapFree=4179460/4192956
[pid=17123] ppid=17121 vsize=810064 CPUtime=3.08
/proc/17123/stat : 17123 (java) S 17121 17123 13168 0 -1 0 15577 0 1 0 298 10 0 0 19 0 12 0 1984448061 829505536 12983 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17123/statm: 202516 12983 1354 9 0 199878 0
[pid=17123/tid=17125] ppid=17121 vsize=810064 CPUtime=1.61
/proc/17123/task/17125/stat : 17125 (java) R 17121 17123 13168 0 -1 64 10754 0 1 0 154 7 0 0 25 0 12 0 1984448062 829505536 12983 996147200 134512640 134550740 4294956032 18446744073709551615 105860863 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17126] ppid=17121 vsize=810064 CPUtime=0
/proc/17123/task/17126/stat : 17126 (java) S 17121 17123 13168 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1984448063 829505536 12983 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17127] ppid=17121 vsize=810064 CPUtime=0
/proc/17123/task/17127/stat : 17127 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1984448063 829505536 12983 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17128] ppid=17121 vsize=810064 CPUtime=0
/proc/17123/task/17128/stat : 17128 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 1984448065 829505536 12983 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17129] ppid=17121 vsize=810064 CPUtime=0
/proc/17123/task/17129/stat : 17129 (java) S 17121 17123 13168 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 1984448066 829505536 12983 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17130] ppid=17121 vsize=810064 CPUtime=0
/proc/17123/task/17130/stat : 17130 (java) S 17121 17123 13168 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1984448066 829505536 12983 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17131] ppid=17121 vsize=810064 CPUtime=0
/proc/17123/task/17131/stat : 17131 (java) S 17121 17123 13168 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984448070 829505536 12983 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17132] ppid=17121 vsize=810064 CPUtime=0.67
/proc/17123/task/17132/stat : 17132 (java) S 17121 17123 13168 0 -1 64 1613 0 0 0 67 0 0 0 16 0 12 0 1984448070 829505536 12983 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17133] ppid=17121 vsize=810064 CPUtime=0.76
/proc/17123/task/17133/stat : 17133 (java) S 17121 17123 13168 0 -1 64 2449 0 0 0 75 1 0 0 16 0 12 0 1984448070 829505536 12983 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17134] ppid=17121 vsize=810064 CPUtime=0
/proc/17123/task/17134/stat : 17134 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984448070 829505536 12983 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17135] ppid=17121 vsize=810064 CPUtime=0
/proc/17123/task/17135/stat : 17135 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984448070 829505536 12983 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 810064

[startup+6.30203 s]
/proc/loadavg: 1.99 1.97 1.99 3/93 17135
/proc/meminfo: memFree=1460368/2055920 swapFree=4179460/4192956
[pid=17123] ppid=17121 vsize=809648 CPUtime=6.26
/proc/17123/stat : 17123 (java) S 17121 17123 13168 0 -1 0 15715 0 1 0 616 10 0 0 19 0 12 0 1984448061 829079552 13054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17123/statm: 202412 13054 1354 9 0 199774 0
[pid=17123/tid=17125] ppid=17121 vsize=809648 CPUtime=4.8
/proc/17123/task/17125/stat : 17125 (java) R 17121 17123 13168 0 -1 64 10892 0 1 0 473 7 0 0 25 0 12 0 1984448062 829079552 13054 996147200 134512640 134550740 4294956032 18446744073709551615 4109318875 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17126] ppid=17121 vsize=809648 CPUtime=0
/proc/17123/task/17126/stat : 17126 (java) S 17121 17123 13168 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1984448063 829079552 13054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17127] ppid=17121 vsize=809648 CPUtime=0
/proc/17123/task/17127/stat : 17127 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1984448063 829079552 13054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17128] ppid=17121 vsize=809648 CPUtime=0
/proc/17123/task/17128/stat : 17128 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1984448065 829079552 13054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17129] ppid=17121 vsize=809648 CPUtime=0
/proc/17123/task/17129/stat : 17129 (java) S 17121 17123 13168 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 1984448066 829079552 13054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17130] ppid=17121 vsize=809648 CPUtime=0
/proc/17123/task/17130/stat : 17130 (java) S 17121 17123 13168 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1984448066 829079552 13054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17131] ppid=17121 vsize=809648 CPUtime=0
/proc/17123/task/17131/stat : 17131 (java) S 17121 17123 13168 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984448070 829079552 13054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17132] ppid=17121 vsize=809648 CPUtime=0.67
/proc/17123/task/17132/stat : 17132 (java) S 17121 17123 13168 0 -1 64 1613 0 0 0 67 0 0 0 16 0 12 0 1984448070 829079552 13054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17133] ppid=17121 vsize=809648 CPUtime=0.76
/proc/17123/task/17133/stat : 17133 (java) S 17121 17123 13168 0 -1 64 2449 0 0 0 75 1 0 0 16 0 12 0 1984448070 829079552 13054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17134] ppid=17121 vsize=809648 CPUtime=0
/proc/17123/task/17134/stat : 17134 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984448070 829079552 13054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17135] ppid=17121 vsize=809648 CPUtime=0
/proc/17123/task/17135/stat : 17135 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984448070 829079552 13054 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 809648

[startup+12.7017 s]
/proc/loadavg: 1.99 1.97 1.99 3/93 17135
/proc/meminfo: memFree=1458960/2055920 swapFree=4179460/4192956
[pid=17123] ppid=17121 vsize=809648 CPUtime=12.63
/proc/17123/stat : 17123 (java) S 17121 17123 13168 0 -1 0 16062 0 1 0 1253 10 0 0 19 0 12 0 1984448061 829079552 13401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17123/statm: 202412 13401 1356 9 0 199774 0
[pid=17123/tid=17125] ppid=17121 vsize=809648 CPUtime=11.15
/proc/17123/task/17125/stat : 17125 (java) R 17121 17123 13168 0 -1 64 11236 0 1 0 1108 7 0 0 25 0 12 0 1984448062 829079552 13401 996147200 134512640 134550740 4294956032 18446744073709551615 4109318879 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17126] ppid=17121 vsize=809648 CPUtime=0
/proc/17123/task/17126/stat : 17126 (java) S 17121 17123 13168 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1984448063 829079552 13401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17127] ppid=17121 vsize=809648 CPUtime=0
/proc/17123/task/17127/stat : 17127 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1984448063 829079552 13401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17128] ppid=17121 vsize=809648 CPUtime=0
/proc/17123/task/17128/stat : 17128 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1984448065 829079552 13401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17129] ppid=17121 vsize=809648 CPUtime=0
/proc/17123/task/17129/stat : 17129 (java) S 17121 17123 13168 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 1984448066 829079552 13401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17130] ppid=17121 vsize=809648 CPUtime=0
/proc/17123/task/17130/stat : 17130 (java) S 17121 17123 13168 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1984448066 829079552 13401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17131] ppid=17121 vsize=809648 CPUtime=0
/proc/17123/task/17131/stat : 17131 (java) S 17121 17123 13168 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984448070 829079552 13401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17132] ppid=17121 vsize=809648 CPUtime=0.69
/proc/17123/task/17132/stat : 17132 (java) S 17121 17123 13168 0 -1 64 1614 0 0 0 69 0 0 0 16 0 12 0 1984448070 829079552 13401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17133] ppid=17121 vsize=809648 CPUtime=0.76
/proc/17123/task/17133/stat : 17133 (java) S 17121 17123 13168 0 -1 64 2451 0 0 0 75 1 0 0 16 0 12 0 1984448070 829079552 13401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17134] ppid=17121 vsize=809648 CPUtime=0
/proc/17123/task/17134/stat : 17134 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984448070 829079552 13401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17135] ppid=17121 vsize=809648 CPUtime=0
/proc/17123/task/17135/stat : 17135 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984448070 829079552 13401 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 809648

[startup+25.5022 s]
/proc/loadavg: 1.99 1.97 1.99 3/93 17135
/proc/meminfo: memFree=1456016/2055920 swapFree=4179460/4192956
[pid=17123] ppid=17121 vsize=809648 CPUtime=25.36
/proc/17123/stat : 17123 (java) S 17121 17123 13168 0 -1 0 16778 0 1 0 2526 10 0 0 19 0 12 0 1984448061 829079552 14117 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17123/statm: 202412 14117 1356 9 0 199774 0
[pid=17123/tid=17125] ppid=17121 vsize=809648 CPUtime=23.87
/proc/17123/task/17125/stat : 17125 (java) R 17121 17123 13168 0 -1 64 11952 0 1 0 2380 7 0 0 25 0 12 0 1984448062 829079552 14117 996147200 134512640 134550740 4294956032 18446744073709551615 103017072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17126] ppid=17121 vsize=809648 CPUtime=0
/proc/17123/task/17126/stat : 17126 (java) S 17121 17123 13168 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1984448063 829079552 14117 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17127] ppid=17121 vsize=809648 CPUtime=0
/proc/17123/task/17127/stat : 17127 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1984448063 829079552 14117 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17128] ppid=17121 vsize=809648 CPUtime=0
/proc/17123/task/17128/stat : 17128 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1984448065 829079552 14117 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17129] ppid=17121 vsize=809648 CPUtime=0
/proc/17123/task/17129/stat : 17129 (java) S 17121 17123 13168 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 1984448066 829079552 14117 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17130] ppid=17121 vsize=809648 CPUtime=0
/proc/17123/task/17130/stat : 17130 (java) S 17121 17123 13168 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1984448066 829079552 14117 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17131] ppid=17121 vsize=809648 CPUtime=0
/proc/17123/task/17131/stat : 17131 (java) S 17121 17123 13168 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984448070 829079552 14117 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/loadavg: 2.10 2.08 2.03 3/95 17219
/proc/meminfo: memFree=816264/2055920 swapFree=4179460/4192956
[pid=17123] ppid=17121 vsize=820220 CPUtime=374.45
/proc/17123/stat : 17123 (java) S 17121 17123 13168 0 -1 0 404261 0 1 0 37271 174 0 0 19 0 13 0 1984448061 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17123/statm: 205055 174289 1366 9 0 202417 0
[pid=17123/tid=17125] ppid=17121 vsize=820220 CPUtime=277.83
/proc/17123/task/17125/stat : 17125 (java) S 17121 17123 13168 0 -1 64 35485 0 1 0 27764 19 0 0 18 0 13 0 1984448062 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17126] ppid=17121 vsize=820220 CPUtime=5.06
/proc/17123/task/17126/stat : 17126 (java) S 17121 17123 13168 0 -1 64 72486 0 0 0 477 29 0 0 17 0 13 0 1984448063 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17127] ppid=17121 vsize=820220 CPUtime=5.05
/proc/17123/task/17127/stat : 17127 (java) S 17121 17123 13168 0 -1 64 61057 0 0 0 481 24 0 0 16 0 13 0 1984448063 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17128] ppid=17121 vsize=820220 CPUtime=84.99
/proc/17123/task/17128/stat : 17128 (java) R 17121 17123 13168 0 -1 64 230401 0 0 0 8401 98 0 0 25 0 13 0 1984448065 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 106122414 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17129] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17129/stat : 17129 (java) S 17121 17123 13168 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1984448066 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17130] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17130/stat : 17130 (java) S 17121 17123 13168 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1984448066 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17131] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17131/stat : 17131 (java) S 17121 17123 13168 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1984448070 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17132] ppid=17121 vsize=820220 CPUtime=0.69
/proc/17123/task/17132/stat : 17132 (java) S 17121 17123 13168 0 -1 64 1614 0 0 0 69 0 0 0 16 0 13 0 1984448070 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17133] ppid=17121 vsize=820220 CPUtime=0.76
/proc/17123/task/17133/stat : 17133 (java) S 17121 17123 13168 0 -1 64 2451 0 0 0 75 1 0 0 16 0 13 0 1984448070 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17134] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17134/stat : 17134 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1984448070 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17135] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17135/stat : 17135 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1984448070 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17219] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17219/stat : 17219 (java) S 17121 17123 13168 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 1984484869 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 374.45
Current children cumulated vsize (KiB) 820220

[startup+377.502 s]
/proc/loadavg: 2.10 2.08 2.03 3/95 17219
/proc/meminfo: memFree=816264/2055920 swapFree=4179460/4192956
[pid=17123] ppid=17121 vsize=820220 CPUtime=377.64
/proc/17123/stat : 17123 (java) S 17121 17123 13168 0 -1 0 404262 0 1 0 37590 174 0 0 19 0 13 0 1984448061 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17123/statm: 205055 174289 1366 9 0 202417 0
[pid=17123/tid=17125] ppid=17121 vsize=820220 CPUtime=277.83
/proc/17123/task/17125/stat : 17125 (java) S 17121 17123 13168 0 -1 64 35485 0 1 0 27764 19 0 0 18 0 13 0 1984448062 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17126] ppid=17121 vsize=820220 CPUtime=5.06
/proc/17123/task/17126/stat : 17126 (java) S 17121 17123 13168 0 -1 64 72486 0 0 0 477 29 0 0 17 0 13 0 1984448063 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17127] ppid=17121 vsize=820220 CPUtime=5.05
/proc/17123/task/17127/stat : 17127 (java) S 17121 17123 13168 0 -1 64 61057 0 0 0 481 24 0 0 16 0 13 0 1984448063 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17128] ppid=17121 vsize=820220 CPUtime=88.17
/proc/17123/task/17128/stat : 17128 (java) R 17121 17123 13168 0 -1 64 230401 0 0 0 8719 98 0 0 25 0 13 0 1984448065 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17129] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17129/stat : 17129 (java) S 17121 17123 13168 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1984448066 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17130] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17130/stat : 17130 (java) S 17121 17123 13168 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1984448066 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17131] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17131/stat : 17131 (java) S 17121 17123 13168 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1984448070 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17132] ppid=17121 vsize=820220 CPUtime=0.69
/proc/17123/task/17132/stat : 17132 (java) S 17121 17123 13168 0 -1 64 1614 0 0 0 69 0 0 0 16 0 13 0 1984448070 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17133] ppid=17121 vsize=820220 CPUtime=0.76
/proc/17123/task/17133/stat : 17133 (java) S 17121 17123 13168 0 -1 64 2451 0 0 0 75 1 0 0 16 0 13 0 1984448070 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17134] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17134/stat : 17134 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1984448070 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17135] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17135/stat : 17135 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1984448070 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17219] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17219/stat : 17219 (java) S 17121 17123 13168 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1984484869 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 377.64
Current children cumulated vsize (KiB) 820220

[startup+378.302 s]
/proc/loadavg: 2.09 2.08 2.03 3/95 17219
/proc/meminfo: memFree=816264/2055920 swapFree=4179460/4192956
[pid=17123] ppid=17121 vsize=820220 CPUtime=378.44
/proc/17123/stat : 17123 (java) S 17121 17123 13168 0 -1 0 404262 0 1 0 37670 174 0 0 19 0 13 0 1984448061 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17123/statm: 205055 174289 1366 9 0 202417 0
[pid=17123/tid=17125] ppid=17121 vsize=820220 CPUtime=277.83
/proc/17123/task/17125/stat : 17125 (java) S 17121 17123 13168 0 -1 64 35485 0 1 0 27764 19 0 0 18 0 13 0 1984448062 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17126] ppid=17121 vsize=820220 CPUtime=5.06
/proc/17123/task/17126/stat : 17126 (java) S 17121 17123 13168 0 -1 64 72486 0 0 0 477 29 0 0 17 0 13 0 1984448063 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17127] ppid=17121 vsize=820220 CPUtime=5.05
/proc/17123/task/17127/stat : 17127 (java) S 17121 17123 13168 0 -1 64 61057 0 0 0 481 24 0 0 16 0 13 0 1984448063 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17128] ppid=17121 vsize=820220 CPUtime=88.97
/proc/17123/task/17128/stat : 17128 (java) R 17121 17123 13168 0 -1 64 230401 0 0 0 8799 98 0 0 25 0 13 0 1984448065 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 104136366 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17129] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17129/stat : 17129 (java) S 17121 17123 13168 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1984448066 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17130] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17130/stat : 17130 (java) S 17121 17123 13168 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1984448066 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17131] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17131/stat : 17131 (java) S 17121 17123 13168 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1984448070 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17132] ppid=17121 vsize=820220 CPUtime=0.69
/proc/17123/task/17132/stat : 17132 (java) S 17121 17123 13168 0 -1 64 1614 0 0 0 69 0 0 0 16 0 13 0 1984448070 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17133] ppid=17121 vsize=820220 CPUtime=0.76
/proc/17123/task/17133/stat : 17133 (java) S 17121 17123 13168 0 -1 64 2451 0 0 0 75 1 0 0 16 0 13 0 1984448070 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17134] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17134/stat : 17134 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1984448070 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17135] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17135/stat : 17135 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1984448070 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17219] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17219/stat : 17219 (java) S 17121 17123 13168 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1984484869 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 378.44
Current children cumulated vsize (KiB) 820220

[startup+378.702 s]
/proc/loadavg: 2.09 2.08 2.03 3/95 17219
/proc/meminfo: memFree=816264/2055920 swapFree=4179460/4192956
[pid=17123] ppid=17121 vsize=820220 CPUtime=378.83
/proc/17123/stat : 17123 (java) S 17121 17123 13168 0 -1 0 404262 0 1 0 37709 174 0 0 19 0 13 0 1984448061 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17123/statm: 205055 174289 1366 9 0 202417 0
[pid=17123/tid=17125] ppid=17121 vsize=820220 CPUtime=277.83
/proc/17123/task/17125/stat : 17125 (java) S 17121 17123 13168 0 -1 64 35485 0 1 0 27764 19 0 0 18 0 13 0 1984448062 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17126] ppid=17121 vsize=820220 CPUtime=5.06
/proc/17123/task/17126/stat : 17126 (java) S 17121 17123 13168 0 -1 64 72486 0 0 0 477 29 0 0 17 0 13 0 1984448063 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17127] ppid=17121 vsize=820220 CPUtime=5.05
/proc/17123/task/17127/stat : 17127 (java) S 17121 17123 13168 0 -1 64 61057 0 0 0 481 24 0 0 16 0 13 0 1984448063 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17128] ppid=17121 vsize=820220 CPUtime=89.37
/proc/17123/task/17128/stat : 17128 (java) R 17121 17123 13168 0 -1 64 230401 0 0 0 8839 98 0 0 25 0 13 0 1984448065 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17129] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17129/stat : 17129 (java) S 17121 17123 13168 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1984448066 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17130] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17130/stat : 17130 (java) S 17121 17123 13168 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1984448066 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17131] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17131/stat : 17131 (java) S 17121 17123 13168 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1984448070 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17132] ppid=17121 vsize=820220 CPUtime=0.69
/proc/17123/task/17132/stat : 17132 (java) S 17121 17123 13168 0 -1 64 1614 0 0 0 69 0 0 0 16 0 13 0 1984448070 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17133] ppid=17121 vsize=820220 CPUtime=0.76
/proc/17123/task/17133/stat : 17133 (java) S 17121 17123 13168 0 -1 64 2451 0 0 0 75 1 0 0 16 0 13 0 1984448070 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17134] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17134/stat : 17134 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1984448070 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17135] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17135/stat : 17135 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1984448070 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17219] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17219/stat : 17219 (java) S 17121 17123 13168 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1984484869 839905280 174289 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 378.83
Current children cumulated vsize (KiB) 820220

[startup+379.102 s]
/proc/loadavg: 2.09 2.08 2.03 3/95 17219
/proc/meminfo: memFree=816264/2055920 swapFree=4179460/4192956
[pid=17123] ppid=17121 vsize=820220 CPUtime=379.23
/proc/17123/stat : 17123 (java) S 17121 17123 13168 0 -1 0 404264 0 1 0 37749 174 0 0 19 0 12 0 1984448061 839905280 174290 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17123/statm: 205055 174290 1367 9 0 202417 0
[pid=17123/tid=17125] ppid=17121 vsize=820220 CPUtime=277.83
/proc/17123/task/17125/stat : 17125 (java) S 17121 17123 13168 0 -1 64 35485 0 1 0 27764 19 0 0 16 0 12 0 1984448062 839905280 174290 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17126] ppid=17121 vsize=820220 CPUtime=5.06
/proc/17123/task/17126/stat : 17126 (java) S 17121 17123 13168 0 -1 64 72486 0 0 0 477 29 0 0 17 0 12 0 1984448063 839905280 174290 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17127] ppid=17121 vsize=820220 CPUtime=5.05
/proc/17123/task/17127/stat : 17127 (java) S 17121 17123 13168 0 -1 64 61057 0 0 0 481 24 0 0 16 0 12 0 1984448063 839905280 174290 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17128] ppid=17121 vsize=820220 CPUtime=89.77
/proc/17123/task/17128/stat : 17128 (java) R 17121 17123 13168 0 -1 64 230401 0 0 0 8879 98 0 0 25 0 12 0 1984448065 839905280 174290 996147200 134512640 134550740 4294956032 18446744073709551615 106122630 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17129] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17129/stat : 17129 (java) S 17121 17123 13168 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1984448066 839905280 174290 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17130] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17130/stat : 17130 (java) S 17121 17123 13168 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1984448066 839905280 174290 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17131] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17131/stat : 17131 (java) S 17121 17123 13168 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1984448070 839905280 174290 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17132] ppid=17121 vsize=820220 CPUtime=0.69
/proc/17123/task/17132/stat : 17132 (java) S 17121 17123 13168 0 -1 64 1614 0 0 0 69 0 0 0 16 0 12 0 1984448070 839905280 174290 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17133] ppid=17121 vsize=820220 CPUtime=0.76
/proc/17123/task/17133/stat : 17133 (java) S 17121 17123 13168 0 -1 64 2451 0 0 0 75 1 0 0 16 0 12 0 1984448070 839905280 174290 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17134] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17134/stat : 17134 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 1984448070 839905280 174290 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17123/tid=17135] ppid=17121 vsize=820220 CPUtime=0
/proc/17123/task/17135/stat : 17135 (java) S 17121 17123 13168 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1984448070 839905280 174290 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 379.23
Current children cumulated vsize (KiB) 820220

[startup+379.202 s]
/proc/loadavg: 2.09 2.08 2.03 3/95 17219
/proc/meminfo: memFree=816264/2055920 swapFree=4179460/4192956
[pid=17123] ppid=17121 vsize=0 CPUtime=379.29
/proc/17123/stat : 17123 (java) Z 17121 17123 13168 0 -1 12 404268 0 1 0 37753 176 0 0 16 0 2 0 1984448061 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17123/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 379.29
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 379.283
CPU time (s): 379.382
CPU user time (s): 377.537
CPU system time (s): 1.84572
CPU usage (%): 100.026
Max. virtual memory (cumulated for all children) (KiB): 915904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 377.537
system time used= 1.84572
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 404268
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= 8910
involuntary context switches= 12974

runsolver used 0.467928 second user time and 1.27281 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-03 05:13:30
IDJOB=1051793
IDBENCH=55502
IDSOLVER=344
FILE ID=node91/1051793-1215054810
PBS_JOBID= 7874995
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b1cd667c35ed5ba4931e06993e78bd10
RANDOM SEED=1505811617

node91.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.231
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.231
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:       1508568 kB
Buffers:         22076 kB
Cached:         451524 kB
SwapCached:       7364 kB
Active:         131088 kB
Inactive:       372676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1508568 kB
SwapTotal:     4192956 kB
SwapFree:      4179460 kB
Dirty:            1260 kB
Writeback:           0 kB
Mapped:          38704 kB
Slab:            28276 kB
Committed_AS: 12238592 kB
PageTables:       2212 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= 66552 MiB
End job on node91 at 2008-07-03 05:19:49