Trace number 2079809

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 2.1.1? 364.68 364.35

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-366_ext.xml
MD5SUM3fde0730b7bb553a63078e1ae3e8acbb
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 benchmark3.2905
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

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	c Number of processors 2
0.18/0.24	c c --- Begin Solver configuration ---
0.18/0.24	c Stops conflict analysis at the first Unique Implication Point
0.18/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.24	c Learn all clauses as in MiniSAT
0.18/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.24	c Expensive reason simplification
0.18/0.24	c MiniSAT restarts strategy
0.18/0.24	c Memory based learned constraints deletion strategy
0.18/0.24	c timeout=2147483s
0.18/0.24	c DB Simplification allowed=false
0.18/0.24	c --- End Solver configuration ---
0.18/0.24	c solving HOME/instance-2079809-1247368878.xml
0.18/0.24	c reading problem ... 
0.38/0.50	c reading problem named null
0.38/0.50	c reading domains done.
0.47/0.50	c reading variables done.
0.68/0.73	c reading relations done.
1.76/1.84	c reading constraints
364.54/364.21	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
364.54/364.21		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
364.54/364.21		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
364.54/364.21		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
364.54/364.21		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
364.54/364.21		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
364.54/364.21		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
364.54/364.21		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
364.54/364.21		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
364.54/364.21		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
364.54/364.21		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
364.54/364.21		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
364.54/364.21		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
364.54/364.21		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
364.54/364.21		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
364.54/364.21		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
364.54/364.21		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
364.54/364.21		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
364.54/364.21		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
364.54/364.21		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
364.54/364.21		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
364.54/364.22		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
364.54/364.22		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
364.54/364.22		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
364.54/364.22		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
364.54/364.22		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
364.54/364.22		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
364.54/364.22		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
364.54/364.22		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
364.54/364.22		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
364.54/364.22		at org.sat4j.AbstractLauncher.run(Unknown Source)
364.54/364.22		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
364.54/364.22	c starts		: 0
364.54/364.22	c conflicts		: 0
364.54/364.22	c decisions		: 0
364.54/364.22	c propagations		: 0
364.54/364.22	c inspects		: 0
364.54/364.22	c learnt literals	: 0
364.54/364.22	c learnt binary clauses	: 0
364.54/364.22	c learnt ternary clauses	: 0
364.54/364.22	c learnt clauses	: 0
364.54/364.22	c ignored clauses	: 0
364.54/364.22	c root simplifications	: 0
364.54/364.22	c removed literals (reason simplification)	: 0
364.54/364.22	c reason swapping (by a shorter reason)	: 0
364.54/364.22	c Calls to reduceDB	: 0
364.54/364.22	c speed (assignments/second)	: 0.0
364.54/364.22	c non guided choices	0
364.54/364.22	c learnt constraints type 
364.54/364.22	c constraints type 
364.54/364.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9866879
364.54/364.22	c org.sat4j.minisat.constraints.cnf.UnitClauses => 2
364.54/364.22	c org.sat4j.minisat.constraints.card.AtLeast => 59
364.54/364.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4521
364.54/364.22	s UNKNOWN
364.54/364.22	c Total wall clock time (in seconds) : 363.976

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079809-1247368878/watcher-2079809-1247368878 -o /tmp/evaluation-result-2079809-1247368878/solver-2079809-1247368878 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2079809-1247368878.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.03 4/73 25049
/proc/meminfo: memFree=1607888/2055920 swapFree=4192812/4192956
[pid=25049] ppid=25047 vsize=13208 CPUtime=0
/proc/25049/stat : 25049 (java) S 25047 25049 18760 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 23953930 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/25049/statm: 3302 521 219 9 0 1186 0
[pid=25049/tid=25050] ppid=25047 vsize=13208 CPUtime=0
/proc/25049/task/25050/stat : 25050 (java) R 25047 25049 18760 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 23953931 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 7864280 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0966731 s]
/proc/loadavg: 2.00 2.00 2.03 4/73 25049
/proc/meminfo: memFree=1607888/2055920 swapFree=4192812/4192956
[pid=25049] ppid=25047 vsize=804560 CPUtime=0.08
/proc/25049/stat : 25049 (java) S 25047 25049 18760 0 -1 0 2992 0 1 0 7 1 0 0 18 0 12 0 23953930 823869440 2735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25049/statm: 201140 2735 1080 9 0 198474 0
[pid=25049/tid=25050] ppid=25047 vsize=804560 CPUtime=0.07
/proc/25049/task/25050/stat : 25050 (java) R 25047 25049 18760 0 -1 64 2238 0 1 0 6 1 0 0 21 0 12 0 23953931 823869440 2735 996147200 134512640 134550932 4294956016 18446744073709551615 105829994 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.102674 s]
/proc/loadavg: 2.00 2.00 2.03 4/73 25049
/proc/meminfo: memFree=1607888/2055920 swapFree=4192812/4192956
[pid=25049] ppid=25047 vsize=804560 CPUtime=0.08
/proc/25049/stat : 25049 (java) S 25047 25049 18760 0 -1 0 3018 0 1 0 7 1 0 0 18 0 12 0 23953930 823869440 2761 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25049/statm: 201140 2761 1082 9 0 198474 0
[pid=25049/tid=25050] ppid=25047 vsize=804560 CPUtime=0.08
/proc/25049/task/25050/stat : 25050 (java) R 25047 25049 18760 0 -1 64 2264 0 1 0 7 1 0 0 21 0 12 0 23953931 823869440 2761 996147200 134512640 134550932 4294956016 18446744073709551615 4109098698 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.302705 s]
/proc/loadavg: 2.00 2.00 2.03 4/73 25049
/proc/meminfo: memFree=1607888/2055920 swapFree=4192812/4192956
[pid=25049] ppid=25047 vsize=805628 CPUtime=0.28
/proc/25049/stat : 25049 (java) S 25047 25049 18760 0 -1 0 4304 0 1 0 25 3 0 0 18 0 12 0 23953930 824963072 4041 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25049/statm: 201407 4041 1359 9 0 198734 0
[pid=25049/tid=25050] ppid=25047 vsize=805628 CPUtime=0.21
/proc/25049/task/25050/stat : 25050 (java) R 25047 25049 18760 0 -1 64 3067 0 1 0 19 2 0 0 18 0 12 0 23953931 824963072 4041 996147200 134512640 134550932 4294956016 18446744073709551615 104174976 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.702763 s]
/proc/loadavg: 2.00 2.00 2.03 4/73 25049
/proc/meminfo: memFree=1607888/2055920 swapFree=4192812/4192956
[pid=25049] ppid=25047 vsize=807184 CPUtime=0.68
/proc/25049/stat : 25049 (java) S 25047 25049 18760 0 -1 0 5984 0 1 0 64 4 0 0 18 0 12 0 23953930 826556416 5470 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25049/statm: 201796 5470 1385 9 0 199123 0
[pid=25049/tid=25050] ppid=25047 vsize=807184 CPUtime=0.37
/proc/25049/task/25050/stat : 25050 (java) R 25047 25049 18760 0 -1 64 4084 0 1 0 34 3 0 0 20 0 12 0 23953931 826556416 5470 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50188 s]
/proc/loadavg: 2.00 2.00 2.03 4/85 25061
/proc/meminfo: memFree=1585008/2055920 swapFree=4192812/4192956
[pid=25049] ppid=25047 vsize=807632 CPUtime=1.47
/proc/25049/stat : 25049 (java) S 25047 25049 18760 0 -1 0 9492 0 1 0 142 5 0 0 18 0 12 0 23953930 827015168 8049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25049/statm: 201908 8049 1407 9 0 199235 0
[pid=25049/tid=25050] ppid=25047 vsize=807632 CPUtime=0.62
/proc/25049/task/25050/stat : 25050 (java) R 25047 25049 18760 0 -1 64 6485 0 1 0 58 4 0 0 22 0 12 0 23953931 827015168 8049 996147200 134512640 134550932 4294956016 18446744073709551615 4109163239 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25052] ppid=25047 vsize=807632 CPUtime=0
/proc/25049/task/25052/stat : 25052 (java) S 25047 25049 18760 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 23953932 827015168 8049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25053] ppid=25047 vsize=807632 CPUtime=0
/proc/25049/task/25053/stat : 25053 (java) S 25047 25049 18760 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23953932 827015168 8049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25054] ppid=25047 vsize=807632 CPUtime=0
/proc/25049/task/25054/stat : 25054 (java) S 25047 25049 18760 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23953934 827015168 8049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25055] ppid=25047 vsize=807632 CPUtime=0
/proc/25049/task/25055/stat : 25055 (java) S 25047 25049 18760 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23953935 827015168 8049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25056] ppid=25047 vsize=807632 CPUtime=0
/proc/25049/task/25056/stat : 25056 (java) S 25047 25049 18760 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23953935 827015168 8049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25057] ppid=25047 vsize=807632 CPUtime=0
/proc/25049/task/25057/stat : 25057 (java) S 25047 25049 18760 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23953939 827015168 8049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25058] ppid=25047 vsize=807632 CPUtime=0
/proc/25049/task/25058/stat : 25058 (java) S 25047 25049 18760 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23953939 827015168 8049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25059] ppid=25047 vsize=807632 CPUtime=0.83
/proc/25049/task/25059/stat : 25059 (java) S 25047 25049 18760 0 -1 64 2254 0 0 0 83 0 0 0 17 0 12 0 23953939 827015168 8049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25060] ppid=25047 vsize=807632 CPUtime=0
/proc/25049/task/25060/stat : 25060 (java) S 25047 25049 18760 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23953939 827015168 8049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25061] ppid=25047 vsize=807632 CPUtime=0
/proc/25049/task/25061/stat : 25061 (java) S 25047 25049 18760 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23953939 827015168 8049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 807632

[startup+3.1011 s]
/proc/loadavg: 2.00 2.00 2.03 3/85 25061
/proc/meminfo: memFree=1567472/2055920 swapFree=4192812/4192956
[pid=25049] ppid=25047 vsize=809620 CPUtime=3.06
/proc/25049/stat : 25049 (java) S 25047 25049 18760 0 -1 0 16305 0 1 0 298 8 0 0 18 0 12 0 23953930 829050880 13250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25049/statm: 202405 13250 1409 9 0 199732 0
[pid=25049/tid=25050] ppid=25047 vsize=809620 CPUtime=1.49
/proc/25049/task/25050/stat : 25050 (java) R 25047 25049 18760 0 -1 64 11168 0 1 0 144 5 0 0 25 0 12 0 23953931 829050880 13250 996147200 134512640 134550932 4294956016 18446744073709551615 105482590 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25052] ppid=25047 vsize=809620 CPUtime=0
/proc/25049/task/25052/stat : 25052 (java) S 25047 25049 18760 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 23953932 829050880 13250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25053] ppid=25047 vsize=809620 CPUtime=0
/proc/25049/task/25053/stat : 25053 (java) S 25047 25049 18760 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23953932 829050880 13250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25054] ppid=25047 vsize=809620 CPUtime=0
/proc/25049/task/25054/stat : 25054 (java) S 25047 25049 18760 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 23953934 829050880 13250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25055] ppid=25047 vsize=809620 CPUtime=0
/proc/25049/task/25055/stat : 25055 (java) S 25047 25049 18760 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23953935 829050880 13250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25056] ppid=25047 vsize=809620 CPUtime=0
/proc/25049/task/25056/stat : 25056 (java) S 25047 25049 18760 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23953935 829050880 13250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25057] ppid=25047 vsize=809620 CPUtime=0
/proc/25049/task/25057/stat : 25057 (java) S 25047 25049 18760 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23953939 829050880 13250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25058] ppid=25047 vsize=809620 CPUtime=0
/proc/25049/task/25058/stat : 25058 (java) S 25047 25049 18760 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23953939 829050880 13250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25059] ppid=25047 vsize=809620 CPUtime=1.54
/proc/25049/task/25059/stat : 25059 (java) S 25047 25049 18760 0 -1 64 4384 0 0 0 153 1 0 0 17 0 12 0 23953939 829050880 13250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25060] ppid=25047 vsize=809620 CPUtime=0
/proc/25049/task/25060/stat : 25060 (java) S 25047 25049 18760 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23953939 829050880 13250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25061] ppid=25047 vsize=809620 CPUtime=0
/proc/25049/task/25061/stat : 25061 (java) S 25047 25049 18760 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23953939 829050880 13250 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 809620

[startup+6.30157 s]
/proc/loadavg: 2.00 2.00 2.03 3/85 25061
/proc/meminfo: memFree=1530480/2055920 swapFree=4192812/4192956
[pid=25049] ppid=25047 vsize=809620 CPUtime=6.24
/proc/25049/stat : 25049 (java) S 25047 25049 18760 0 -1 0 25244 0 1 0 612 12 0 0 18 0 12 0 23953930 829050880 22173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25049/statm: 202405 22173 1422 9 0 199732 0
[pid=25049/tid=25050] ppid=25047 vsize=809620 CPUtime=4.53
/proc/25049/task/25050/stat : 25050 (java) R 25047 25049 18760 0 -1 64 16919 0 1 0 444 9 0 0 18 0 12 0 23953931 829050880 22173 996147200 134512640 134550932 4294956016 18446744073709551615 4109716468 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25052] ppid=25047 vsize=809620 CPUtime=0.04
/proc/25049/task/25052/stat : 25052 (java) S 25047 25049 18760 0 -1 64 1603 0 0 0 4 0 0 0 16 0 12 0 23953932 829050880 22173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25053] ppid=25047 vsize=809620 CPUtime=0.03
/proc/25049/task/25053/stat : 25053 (java) S 25047 25049 18760 0 -1 64 1565 0 0 0 3 0 0 0 16 0 12 0 23953932 829050880 22173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25054] ppid=25047 vsize=809620 CPUtime=0
/proc/25049/task/25054/stat : 25054 (java) S 25047 25049 18760 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 23953934 829050880 22173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25055] ppid=25047 vsize=809620 CPUtime=0
/proc/25049/task/25055/stat : 25055 (java) S 25047 25049 18760 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23953935 829050880 22173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25056] ppid=25047 vsize=809620 CPUtime=0
/proc/25049/task/25056/stat : 25056 (java) S 25047 25049 18760 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23953935 829050880 22173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25057] ppid=25047 vsize=809620 CPUtime=0
/proc/25049/task/25057/stat : 25057 (java) S 25047 25049 18760 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23953939 829050880 22173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25058] ppid=25047 vsize=809620 CPUtime=0
/proc/25049/task/25058/stat : 25058 (java) S 25047 25049 18760 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 23953939 829050880 22173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25059] ppid=25047 vsize=809620 CPUtime=1.58
/proc/25049/task/25059/stat : 25059 (java) S 25047 25049 18760 0 -1 64 4388 0 0 0 157 1 0 0 17 0 12 0 23953939 829050880 22173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25060] ppid=25047 vsize=809620 CPUtime=0
/proc/25049/task/25060/stat : 25060 (java) S 25047 25049 18760 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23953939 829050880 22173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25061] ppid=25047 vsize=809620 CPUtime=0
/proc/25049/task/25061/stat : 25061 (java) S 25047 25049 18760 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23953939 829050880 22173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 809620

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 2.03 3/85 25061
/proc/meminfo: memFree=1512048/2055920 swapFree=4192812/4192956
[pid=25049] ppid=25047 vsize=807964 CPUtime=12.66
/proc/25049/stat : 25049 (java) S 25047 25049 18760 0 -1 0 28658 0 1 0 1253 13 0 0 18 0 12 0 23953930 827355136 25150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25049/statm: 201991 25150 1422 9 0 199318 0
[pid=25049/tid=25050] ppid=25047 vsize=807964 CPUtime=10.66
/proc/25049/task/25050/stat : 25050 (java) R 25047 25049 18760 0 -1 64 16925 0 1 0 1057 9 0 0 25 0 12 0 23953931 827355136 25150 996147200 134512640 134550932 4294956016 18446744073709551615 4109818062 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25052] ppid=25047 vsize=807964 CPUtime=0.19
/proc/25049/task/25052/stat : 25052 (java) S 25047 25049 18760 0 -1 64 3467 0 0 0 18 1 0 0 17 0 12 0 23953932 827355136 25150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25053] ppid=25047 vsize=807964 CPUtime=0.18
/proc/25049/task/25053/stat : 25053 (java) S 25047 25049 18760 0 -1 64 3093 0 0 0 18 0 0 0 17 0 12 0 23953932 827355136 25150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25054] ppid=25047 vsize=807964 CPUtime=0
/proc/25049/task/25054/stat : 25054 (java) S 25047 25049 18760 0 -1 64 29 0 0 0 0 0 0 0 17 0 12 0 23953934 827355136 25150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25055] ppid=25047 vsize=807964 CPUtime=0
/proc/25049/task/25055/stat : 25055 (java) S 25047 25049 18760 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23953935 827355136 25150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25056] ppid=25047 vsize=807964 CPUtime=0
/proc/25049/task/25056/stat : 25056 (java) S 25047 25049 18760 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23953935 827355136 25150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25057] ppid=25047 vsize=807964 CPUtime=0
/proc/25049/task/25057/stat : 25057 (java) S 25047 25049 18760 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23953939 827355136 25150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25058] ppid=25047 vsize=807964 CPUtime=0
/proc/25049/task/25058/stat : 25058 (java) S 25047 25049 18760 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 23953939 827355136 25150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25059] ppid=25047 vsize=807964 CPUtime=1.58
/proc/25049/task/25059/stat : 25059 (java) S 25047 25049 18760 0 -1 64 4388 0 0 0 157 1 0 0 17 0 12 0 23953939 827355136 25150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25060] ppid=25047 vsize=807964 CPUtime=0
/proc/25049/task/25060/stat : 25060 (java) S 25047 25049 18760 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23953939 827355136 25150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25061] ppid=25047 vsize=807964 CPUtime=0
/proc/25049/task/25061/stat : 25061 (java) S 25047 25049 18760 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23953939 827355136 25150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 807964

[startup+25.5024 s]
/proc/loadavg: 2.00 2.00 2.03 3/85 25061
/proc/meminfo: memFree=1510256/2055920 swapFree=4192812/4192956
[pid=25049] ppid=25047 vsize=807964 CPUtime=25.46
/proc/25049/stat : 25049 (java) S 25047 25049 18760 0 -1 0 29121 0 1 0 2532 14 0 0 18 0 12 0 23953930 827355136 25598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25049/statm: 201991 25598 1422 9 0 199318 0
[pid=25049/tid=25050] ppid=25047 vsize=807964 CPUtime=23.43
/proc/25049/task/25050/stat : 25050 (java) R 25047 25049 18760 0 -1 64 16940 0 1 0 2334 9 0 0 25 0 12 0 23953931 827355136 25598 996147200 134512640 134550932 4294956016 18446744073709551615 4109818054 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25052] ppid=25047 vsize=807964 CPUtime=0.19
/proc/25049/task/25052/stat : 25052 (java) S 25047 25049 18760 0 -1 64 3563 0 0 0 18 1 0 0 16 0 12 0 23953932 827355136 25598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25053] ppid=25047 vsize=807964 CPUtime=0.19

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

[pid=25049/tid=25060] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25060/stat : 25060 (java) S 25047 25049 18760 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23953939 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25061] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25061/stat : 25061 (java) S 25047 25049 18760 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23953939 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 345.85
Current children cumulated vsize (KiB) 808608

[startup+351.902 s]
/proc/loadavg: 2.29 2.25 2.12 3/86 25062
/proc/meminfo: memFree=925288/2055920 swapFree=4192812/4192956
[pid=25049] ppid=25047 vsize=808608 CPUtime=352.25
/proc/25049/stat : 25049 (java) S 25047 25049 18760 0 -1 0 270544 0 1 0 35110 115 0 0 18 0 12 0 23953930 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25049/statm: 202152 171352 1424 9 0 199479 0
[pid=25049/tid=25050] ppid=25047 vsize=808608 CPUtime=217.67
/proc/25049/task/25050/stat : 25050 (java) S 25047 25049 18760 0 -1 64 29433 0 1 0 21751 16 0 0 17 0 12 0 23953931 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25052] ppid=25047 vsize=808608 CPUtime=8.68
/proc/25049/task/25052/stat : 25052 (java) S 25047 25049 18760 0 -1 64 61108 0 0 0 845 23 0 0 17 0 12 0 23953932 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25053] ppid=25047 vsize=808608 CPUtime=8.63
/proc/25049/task/25053/stat : 25053 (java) S 25047 25049 18760 0 -1 64 75429 0 0 0 834 29 0 0 16 0 12 0 23953932 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25054] ppid=25047 vsize=808608 CPUtime=115.63
/proc/25049/task/25054/stat : 25054 (java) R 25047 25049 18760 0 -1 64 99430 0 0 0 11520 43 0 0 25 0 12 0 23953934 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 105696577 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25055] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25055/stat : 25055 (java) S 25047 25049 18760 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23953935 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25056] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25056/stat : 25056 (java) S 25047 25049 18760 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23953935 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25057] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25057/stat : 25057 (java) S 25047 25049 18760 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23953939 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25058] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25058/stat : 25058 (java) S 25047 25049 18760 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 23953939 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25059] ppid=25047 vsize=808608 CPUtime=1.58
/proc/25049/task/25059/stat : 25059 (java) S 25047 25049 18760 0 -1 64 4388 0 0 0 157 1 0 0 17 0 12 0 23953939 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25060] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25060/stat : 25060 (java) S 25047 25049 18760 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23953939 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25061] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25061/stat : 25061 (java) S 25047 25049 18760 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23953939 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 352.25
Current children cumulated vsize (KiB) 808608

[startup+358.302 s]
/proc/loadavg: 2.27 2.25 2.12 3/86 25062
/proc/meminfo: memFree=925288/2055920 swapFree=4192812/4192956
[pid=25049] ppid=25047 vsize=808608 CPUtime=358.65
/proc/25049/stat : 25049 (java) S 25047 25049 18760 0 -1 0 270546 0 1 0 35750 115 0 0 18 0 12 0 23953930 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25049/statm: 202152 171352 1424 9 0 199479 0
[pid=25049/tid=25050] ppid=25047 vsize=808608 CPUtime=217.8
/proc/25049/task/25050/stat : 25050 (java) S 25047 25049 18760 0 -1 64 29435 0 1 0 21764 16 0 0 17 0 12 0 23953931 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25052] ppid=25047 vsize=808608 CPUtime=8.68
/proc/25049/task/25052/stat : 25052 (java) S 25047 25049 18760 0 -1 64 61108 0 0 0 845 23 0 0 17 0 12 0 23953932 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25053] ppid=25047 vsize=808608 CPUtime=8.63
/proc/25049/task/25053/stat : 25053 (java) S 25047 25049 18760 0 -1 64 75429 0 0 0 834 29 0 0 16 0 12 0 23953932 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25054] ppid=25047 vsize=808608 CPUtime=121.9
/proc/25049/task/25054/stat : 25054 (java) R 25047 25049 18760 0 -1 64 99430 0 0 0 12147 43 0 0 25 0 12 0 23953934 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25055] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25055/stat : 25055 (java) S 25047 25049 18760 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23953935 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25056] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25056/stat : 25056 (java) S 25047 25049 18760 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23953935 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25057] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25057/stat : 25057 (java) S 25047 25049 18760 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23953939 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25058] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25058/stat : 25058 (java) S 25047 25049 18760 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 23953939 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25059] ppid=25047 vsize=808608 CPUtime=1.58
/proc/25049/task/25059/stat : 25059 (java) S 25047 25049 18760 0 -1 64 4388 0 0 0 157 1 0 0 17 0 12 0 23953939 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25060] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25060/stat : 25060 (java) S 25047 25049 18760 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23953939 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25061] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25061/stat : 25061 (java) S 25047 25049 18760 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23953939 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 358.65
Current children cumulated vsize (KiB) 808608

[startup+361.502 s]
/proc/loadavg: 2.25 2.24 2.12 3/86 25062
/proc/meminfo: memFree=925288/2055920 swapFree=4192812/4192956
[pid=25049] ppid=25047 vsize=808608 CPUtime=361.85
/proc/25049/stat : 25049 (java) S 25047 25049 18760 0 -1 0 270547 0 1 0 36070 115 0 0 18 0 12 0 23953930 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25049/statm: 202152 171352 1424 9 0 199479 0
[pid=25049/tid=25050] ppid=25047 vsize=808608 CPUtime=217.85
/proc/25049/task/25050/stat : 25050 (java) S 25047 25049 18760 0 -1 64 29436 0 1 0 21769 16 0 0 17 0 12 0 23953931 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25052] ppid=25047 vsize=808608 CPUtime=8.68
/proc/25049/task/25052/stat : 25052 (java) S 25047 25049 18760 0 -1 64 61108 0 0 0 845 23 0 0 17 0 12 0 23953932 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25053] ppid=25047 vsize=808608 CPUtime=8.63
/proc/25049/task/25053/stat : 25053 (java) S 25047 25049 18760 0 -1 64 75429 0 0 0 834 29 0 0 16 0 12 0 23953932 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25054] ppid=25047 vsize=808608 CPUtime=125.05
/proc/25049/task/25054/stat : 25054 (java) R 25047 25049 18760 0 -1 64 99430 0 0 0 12462 43 0 0 25 0 12 0 23953934 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 106159199 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25055] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25055/stat : 25055 (java) S 25047 25049 18760 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23953935 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25056] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25056/stat : 25056 (java) S 25047 25049 18760 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23953935 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25057] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25057/stat : 25057 (java) S 25047 25049 18760 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23953939 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25058] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25058/stat : 25058 (java) S 25047 25049 18760 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 23953939 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25059] ppid=25047 vsize=808608 CPUtime=1.58
/proc/25049/task/25059/stat : 25059 (java) S 25047 25049 18760 0 -1 64 4388 0 0 0 157 1 0 0 17 0 12 0 23953939 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25060] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25060/stat : 25060 (java) S 25047 25049 18760 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23953939 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25061] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25061/stat : 25061 (java) S 25047 25049 18760 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23953939 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 361.85
Current children cumulated vsize (KiB) 808608

[startup+363.102 s]
/proc/loadavg: 2.25 2.24 2.12 3/86 25062
/proc/meminfo: memFree=925224/2055920 swapFree=4192812/4192956
[pid=25049] ppid=25047 vsize=808608 CPUtime=363.44
/proc/25049/stat : 25049 (java) S 25047 25049 18760 0 -1 0 270550 0 1 0 36229 115 0 0 18 0 12 0 23953930 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25049/statm: 202152 171352 1423 9 0 199479 0
[pid=25049/tid=25050] ppid=25047 vsize=808608 CPUtime=217.94
/proc/25049/task/25050/stat : 25050 (java) S 25047 25049 18760 0 -1 64 29439 0 1 0 21778 16 0 0 17 0 12 0 23953931 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25052] ppid=25047 vsize=808608 CPUtime=8.68
/proc/25049/task/25052/stat : 25052 (java) S 25047 25049 18760 0 -1 64 61108 0 0 0 845 23 0 0 17 0 12 0 23953932 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25053] ppid=25047 vsize=808608 CPUtime=8.63
/proc/25049/task/25053/stat : 25053 (java) S 25047 25049 18760 0 -1 64 75429 0 0 0 834 29 0 0 16 0 12 0 23953932 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25054] ppid=25047 vsize=808608 CPUtime=126.55
/proc/25049/task/25054/stat : 25054 (java) R 25047 25049 18760 0 -1 64 99430 0 0 0 12612 43 0 0 25 0 12 0 23953934 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 106157743 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25055] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25055/stat : 25055 (java) S 25047 25049 18760 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23953935 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25056] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25056/stat : 25056 (java) S 25047 25049 18760 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23953935 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25057] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25057/stat : 25057 (java) S 25047 25049 18760 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23953939 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25058] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25058/stat : 25058 (java) S 25047 25049 18760 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 23953939 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25059] ppid=25047 vsize=808608 CPUtime=1.58
/proc/25049/task/25059/stat : 25059 (java) S 25047 25049 18760 0 -1 64 4388 0 0 0 157 1 0 0 17 0 12 0 23953939 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25060] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25060/stat : 25060 (java) S 25047 25049 18760 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23953939 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25061] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25061/stat : 25061 (java) S 25047 25049 18760 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23953939 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 363.44
Current children cumulated vsize (KiB) 808608

[startup+363.903 s]
/proc/loadavg: 2.25 2.24 2.12 3/86 25062
/proc/meminfo: memFree=925224/2055920 swapFree=4192812/4192956
[pid=25049] ppid=25047 vsize=808608 CPUtime=364.24
/proc/25049/stat : 25049 (java) S 25047 25049 18760 0 -1 0 270550 0 1 0 36309 115 0 0 18 0 12 0 23953930 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25049/statm: 202152 171352 1423 9 0 199479 0
[pid=25049/tid=25050] ppid=25047 vsize=808608 CPUtime=217.94
/proc/25049/task/25050/stat : 25050 (java) S 25047 25049 18760 0 -1 64 29439 0 1 0 21778 16 0 0 17 0 12 0 23953931 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25052] ppid=25047 vsize=808608 CPUtime=8.68
/proc/25049/task/25052/stat : 25052 (java) S 25047 25049 18760 0 -1 64 61108 0 0 0 845 23 0 0 17 0 12 0 23953932 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25053] ppid=25047 vsize=808608 CPUtime=8.63
/proc/25049/task/25053/stat : 25053 (java) S 25047 25049 18760 0 -1 64 75429 0 0 0 834 29 0 0 16 0 12 0 23953932 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25054] ppid=25047 vsize=808608 CPUtime=127.35
/proc/25049/task/25054/stat : 25054 (java) R 25047 25049 18760 0 -1 64 99430 0 0 0 12692 43 0 0 25 0 12 0 23953934 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25055] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25055/stat : 25055 (java) S 25047 25049 18760 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23953935 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25056] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25056/stat : 25056 (java) S 25047 25049 18760 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23953935 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25057] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25057/stat : 25057 (java) S 25047 25049 18760 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23953939 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25058] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25058/stat : 25058 (java) S 25047 25049 18760 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 23953939 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25059] ppid=25047 vsize=808608 CPUtime=1.58
/proc/25049/task/25059/stat : 25059 (java) S 25047 25049 18760 0 -1 64 4388 0 0 0 157 1 0 0 17 0 12 0 23953939 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25049/tid=25060] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25060/stat : 25060 (java) S 25047 25049 18760 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23953939 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25049/tid=25061] ppid=25047 vsize=808608 CPUtime=0
/proc/25049/task/25061/stat : 25061 (java) S 25047 25049 18760 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23953939 828014592 171352 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 364.24
Current children cumulated vsize (KiB) 808608

[startup+364.303 s]
/proc/loadavg: 2.23 2.24 2.11 3/86 25062
/proc/meminfo: memFree=925224/2055920 swapFree=4192812/4192956
[pid=25049] ppid=25047 vsize=0 CPUtime=364.63
/proc/25049/stat : 25049 (java) Z 25047 25049 18760 0 -1 12 270568 0 1 0 36342 121 0 0 16 0 2 0 23953930 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25049/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 364.63
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 364.35
CPU time (s): 364.68
CPU user time (s): 363.423
CPU system time (s): 1.25681
CPU usage (%): 100.091
Max. virtual memory (cumulated for all children) (KiB): 904616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 363.423
system time used= 1.25681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270568
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= 11232
involuntary context switches= 9187

runsolver used 0.480926 second user time and 1.19382 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-12 05:21:18
IDJOB=2079809
IDBENCH=56961
IDSOLVER=731
FILE ID=node30/2079809-1247368878
PBS_JOBID= 9506992
Free space on /tmp= 66376 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/travellingSalesman-20/normalized-tsp-20-366_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079809-1247368878/watcher-2079809-1247368878 -o /tmp/evaluation-result-2079809-1247368878/solver-2079809-1247368878 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2079809-1247368878.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 3fde0730b7bb553a63078e1ae3e8acbb
RANDOM SEED=648696753

node30.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.277
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.277
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1608304 kB
Buffers:         43012 kB
Cached:         275296 kB
SwapCached:          0 kB
Active:         200272 kB
Inactive:       170556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1608304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1384 kB
Writeback:           0 kB
Mapped:          63156 kB
Slab:            62132 kB
Committed_AS:   262296 kB
PageTables:       1764 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= 66376 MiB
End job on node30 at 2009-07-12 05:27:23