Trace number 2079842

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? 390.408 389.908

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-901_ext.xml
MD5SUM0f30b3807199fbae5b68556f7aabb864
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.576
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-2079842-1247368945.xml
0.18/0.24	c reading problem ... 
0.48/0.50	c reading problem named null
0.48/0.50	c reading domains done.
0.48/0.51	c reading variables done.
0.68/0.74	c reading relations done.
1.87/1.92	c reading constraints
390.22/389.77	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
390.22/389.77		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
390.22/389.77		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
390.22/389.77		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
390.22/389.77		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
390.22/389.77		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
390.22/389.77		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
390.22/389.77		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
390.22/389.77		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
390.22/389.77		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
390.22/389.77		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
390.22/389.77		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
390.22/389.77		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
390.22/389.77		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
390.22/389.77		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
390.22/389.77		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
390.22/389.77		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
390.22/389.77		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
390.22/389.77		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
390.22/389.77		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
390.22/389.77		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
390.22/389.77		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
390.22/389.77		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
390.22/389.77		at org.sat4j.AbstractLauncher.run(Unknown Source)
390.22/389.77		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
390.22/389.77	c starts		: 0
390.22/389.77	c conflicts		: 0
390.22/389.77	c decisions		: 0
390.22/389.77	c propagations		: 0
390.22/389.77	c inspects		: 0
390.22/389.77	c learnt literals	: 0
390.22/389.77	c learnt binary clauses	: 0
390.22/389.77	c learnt ternary clauses	: 0
390.22/389.77	c learnt clauses	: 0
390.22/389.77	c ignored clauses	: 0
390.22/389.77	c root simplifications	: 0
390.22/389.77	c removed literals (reason simplification)	: 0
390.22/389.77	c reason swapping (by a shorter reason)	: 0
390.22/389.77	c Calls to reduceDB	: 0
390.22/389.77	c speed (assignments/second)	: 0.0
390.22/389.77	c non guided choices	0
390.22/389.77	c learnt constraints type 
390.22/389.77	c constraints type 
390.22/389.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10026534
390.22/389.77	c org.sat4j.minisat.constraints.cnf.UnitClauses => 2
390.22/389.77	c org.sat4j.minisat.constraints.card.AtLeast => 59
390.22/389.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4538
390.22/389.78	s UNKNOWN
390.22/389.78	c Total wall clock time (in seconds) : 389.528

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-2079842-1247368945/watcher-2079842-1247368945 -o /tmp/evaluation-result-2079842-1247368945/solver-2079842-1247368945 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2079842-1247368945.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.06 2.05 2.00 3/81 24892
/proc/meminfo: memFree=1644576/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=13208 CPUtime=0
/proc/24892/stat : 24892 (java) S 24890 24892 20197 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 23958547 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/24892/statm: 3302 521 219 9 0 1186 0
[pid=24892/tid=24893] ppid=24890 vsize=13208 CPUtime=0
/proc/24892/task/24893/stat : 24893 (java) R 24890 24892 20197 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 23958548 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 9453528 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0450529 s]
/proc/loadavg: 2.06 2.05 2.00 3/81 24892
/proc/meminfo: memFree=1644576/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=801708 CPUtime=0.03
/proc/24892/stat : 24892 (java) S 24890 24892 20197 0 -1 0 2531 0 1 0 2 1 0 0 18 0 6 0 23958547 820948992 2278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/24892/statm: 200427 2278 985 9 0 197778 0
[pid=24892/tid=24893] ppid=24890 vsize=801708 CPUtime=0.02
/proc/24892/task/24893/stat : 24893 (java) S 24890 24892 20197 0 -1 64 1804 0 1 0 2 0 0 0 19 0 6 0 23958548 820948992 2278 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801708

[startup+0.101083 s]
/proc/loadavg: 2.06 2.05 2.00 3/81 24892
/proc/meminfo: memFree=1644576/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=804560 CPUtime=0.08
/proc/24892/stat : 24892 (java) S 24890 24892 20197 0 -1 0 3017 0 1 0 7 1 0 0 18 0 12 0 23958547 823869440 2760 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24892/statm: 201140 2760 1082 9 0 198474 0
[pid=24892/tid=24893] ppid=24890 vsize=804560 CPUtime=0.08
/proc/24892/task/24893/stat : 24893 (java) R 24890 24892 20197 0 -1 64 2262 0 1 0 7 1 0 0 20 0 12 0 23958548 823869440 2760 996147200 134512640 134550932 4294956016 18446744073709551615 4109169025 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.301104 s]
/proc/loadavg: 2.06 2.05 2.00 3/81 24892
/proc/meminfo: memFree=1644576/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=805628 CPUtime=0.29
/proc/24892/stat : 24892 (java) S 24890 24892 20197 0 -1 0 4310 0 1 0 26 3 0 0 18 0 12 0 23958547 824963072 4047 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24892/statm: 201407 4047 1359 9 0 198734 0
[pid=24892/tid=24893] ppid=24890 vsize=805628 CPUtime=0.22
/proc/24892/task/24893/stat : 24893 (java) R 24890 24892 20197 0 -1 64 3071 0 1 0 20 2 0 0 20 0 12 0 23958548 824963072 4047 996147200 134512640 134550932 4294956016 18446744073709551615 9072250 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+0.70115 s]
/proc/loadavg: 2.06 2.05 2.00 3/81 24892
/proc/meminfo: memFree=1644576/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=807184 CPUtime=0.68
/proc/24892/stat : 24892 (java) S 24890 24892 20197 0 -1 0 5988 0 1 0 63 5 0 0 18 0 12 0 23958547 826556416 5474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24892/statm: 201796 5474 1385 9 0 199123 0
[pid=24892/tid=24893] ppid=24890 vsize=807184 CPUtime=0.37
/proc/24892/task/24893/stat : 24893 (java) R 24890 24892 20197 0 -1 64 4086 0 1 0 33 4 0 0 22 0 12 0 23958548 826556416 5474 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.50224 s]
/proc/loadavg: 2.06 2.05 2.00 4/93 24904
/proc/meminfo: memFree=1620544/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=807868 CPUtime=1.47
/proc/24892/stat : 24892 (java) S 24890 24892 20197 0 -1 0 9221 0 1 0 141 6 0 0 18 0 12 0 23958547 827256832 7842 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24892/statm: 201967 7842 1407 9 0 199294 0
[pid=24892/tid=24893] ppid=24890 vsize=807868 CPUtime=0.59
/proc/24892/task/24893/stat : 24893 (java) R 24890 24892 20197 0 -1 64 6253 0 1 0 54 5 0 0 24 0 12 0 23958548 827256832 7842 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24895] ppid=24890 vsize=807868 CPUtime=0
/proc/24892/task/24895/stat : 24895 (java) S 24890 24892 20197 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23958549 827256832 7842 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24896] ppid=24890 vsize=807868 CPUtime=0
/proc/24892/task/24896/stat : 24896 (java) S 24890 24892 20197 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23958549 827256832 7842 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24897] ppid=24890 vsize=807868 CPUtime=0
/proc/24892/task/24897/stat : 24897 (java) S 24890 24892 20197 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23958551 827256832 7842 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24898] ppid=24890 vsize=807868 CPUtime=0
/proc/24892/task/24898/stat : 24898 (java) S 24890 24892 20197 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 23958551 827256832 7842 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24899] ppid=24890 vsize=807868 CPUtime=0
/proc/24892/task/24899/stat : 24899 (java) S 24890 24892 20197 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 23958551 827256832 7842 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24900] ppid=24890 vsize=807868 CPUtime=0
/proc/24892/task/24900/stat : 24900 (java) S 24890 24892 20197 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23958556 827256832 7842 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24901] ppid=24890 vsize=807868 CPUtime=0
/proc/24892/task/24901/stat : 24901 (java) S 24890 24892 20197 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23958556 827256832 7842 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24902] ppid=24890 vsize=807868 CPUtime=0.86
/proc/24892/task/24902/stat : 24902 (java) R 24890 24892 20197 0 -1 64 2213 0 0 0 86 0 0 0 17 0 12 0 23958556 827256832 7842 996147200 134512640 134550932 4294956016 18446744073709551615 106251671 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24903] ppid=24890 vsize=807868 CPUtime=0
/proc/24892/task/24903/stat : 24903 (java) S 24890 24892 20197 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23958556 827256832 7842 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24904] ppid=24890 vsize=807868 CPUtime=0
/proc/24892/task/24904/stat : 24904 (java) S 24890 24892 20197 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23958556 827256832 7842 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) 807868

[startup+3.10241 s]
/proc/loadavg: 2.06 2.05 2.00 3/93 24904
/proc/meminfo: memFree=1599040/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=809692 CPUtime=3.05
/proc/24892/stat : 24892 (java) S 24890 24892 20197 0 -1 0 17239 0 1 0 296 9 0 0 18 0 12 0 23958547 829124608 13992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24892/statm: 202423 13992 1409 9 0 199750 0
[pid=24892/tid=24893] ppid=24890 vsize=809692 CPUtime=1.43
/proc/24892/task/24893/stat : 24893 (java) R 24890 24892 20197 0 -1 64 11906 0 1 0 136 7 0 0 25 0 12 0 23958548 829124608 13992 996147200 134512640 134550932 4294956016 18446744073709551615 105897282 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24895] ppid=24890 vsize=809692 CPUtime=0
/proc/24892/task/24895/stat : 24895 (java) S 24890 24892 20197 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23958549 829124608 13992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24896] ppid=24890 vsize=809692 CPUtime=0
/proc/24892/task/24896/stat : 24896 (java) S 24890 24892 20197 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23958549 829124608 13992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24897] ppid=24890 vsize=809692 CPUtime=0
/proc/24892/task/24897/stat : 24897 (java) S 24890 24892 20197 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 23958551 829124608 13992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24898] ppid=24890 vsize=809692 CPUtime=0
/proc/24892/task/24898/stat : 24898 (java) S 24890 24892 20197 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 23958551 829124608 13992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24899] ppid=24890 vsize=809692 CPUtime=0
/proc/24892/task/24899/stat : 24899 (java) S 24890 24892 20197 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 23958551 829124608 13992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24900] ppid=24890 vsize=809692 CPUtime=0
/proc/24892/task/24900/stat : 24900 (java) S 24890 24892 20197 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23958556 829124608 13992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24901] ppid=24890 vsize=809692 CPUtime=0
/proc/24892/task/24901/stat : 24901 (java) S 24890 24892 20197 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23958556 829124608 13992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24902] ppid=24890 vsize=809692 CPUtime=1.61
/proc/24892/task/24902/stat : 24902 (java) S 24890 24892 20197 0 -1 64 4578 0 0 0 160 1 0 0 17 0 12 0 23958556 829124608 13992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24903] ppid=24890 vsize=809692 CPUtime=0
/proc/24892/task/24903/stat : 24903 (java) S 24890 24892 20197 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23958556 829124608 13992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24904] ppid=24890 vsize=809692 CPUtime=0
/proc/24892/task/24904/stat : 24904 (java) S 24890 24892 20197 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23958556 829124608 13992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 809692

[startup+6.30177 s]
/proc/loadavg: 2.05 2.05 2.00 3/93 24904
/proc/meminfo: memFree=1563840/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=809692 CPUtime=6.23
/proc/24892/stat : 24892 (java) S 24890 24892 20197 0 -1 0 25511 0 1 0 610 13 0 0 18 0 12 0 23958547 829124608 22261 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24892/statm: 202423 22261 1422 9 0 199750 0
[pid=24892/tid=24893] ppid=24890 vsize=809692 CPUtime=4.43
/proc/24892/task/24893/stat : 24893 (java) R 24890 24892 20197 0 -1 64 16919 0 1 0 434 9 0 0 25 0 12 0 23958548 829124608 22261 996147200 134512640 134550932 4294956016 18446744073709551615 4109816512 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24895] ppid=24890 vsize=809692 CPUtime=0.04
/proc/24892/task/24895/stat : 24895 (java) S 24890 24892 20197 0 -1 64 1488 0 0 0 4 0 0 0 17 0 12 0 23958549 829124608 22261 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24896] ppid=24890 vsize=809692 CPUtime=0.04
/proc/24892/task/24896/stat : 24896 (java) S 24890 24892 20197 0 -1 64 1754 0 0 0 4 0 0 0 17 0 12 0 23958549 829124608 22261 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24897] ppid=24890 vsize=809692 CPUtime=0
/proc/24892/task/24897/stat : 24897 (java) S 24890 24892 20197 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 23958551 829124608 22261 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24898] ppid=24890 vsize=809692 CPUtime=0
/proc/24892/task/24898/stat : 24898 (java) S 24890 24892 20197 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23958551 829124608 22261 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24899] ppid=24890 vsize=809692 CPUtime=0
/proc/24892/task/24899/stat : 24899 (java) S 24890 24892 20197 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23958551 829124608 22261 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24900] ppid=24890 vsize=809692 CPUtime=0
/proc/24892/task/24900/stat : 24900 (java) S 24890 24892 20197 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23958556 829124608 22261 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24901] ppid=24890 vsize=809692 CPUtime=0
/proc/24892/task/24901/stat : 24901 (java) S 24890 24892 20197 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23958556 829124608 22261 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24902] ppid=24890 vsize=809692 CPUtime=1.67
/proc/24892/task/24902/stat : 24902 (java) S 24890 24892 20197 0 -1 64 4583 0 0 0 166 1 0 0 16 0 12 0 23958556 829124608 22261 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24903] ppid=24890 vsize=809692 CPUtime=0
/proc/24892/task/24903/stat : 24903 (java) S 24890 24892 20197 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23958556 829124608 22261 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24904] ppid=24890 vsize=809692 CPUtime=0
/proc/24892/task/24904/stat : 24904 (java) S 24890 24892 20197 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23958556 829124608 22261 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 809692

[startup+12.7015 s]
/proc/loadavg: 2.13 2.06 2.01 3/93 24904
/proc/meminfo: memFree=1542208/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=809212 CPUtime=12.56
/proc/24892/stat : 24892 (java) S 24890 24892 20197 0 -1 0 28546 0 1 0 1242 14 0 0 18 0 12 0 23958547 828633088 25204 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24892/statm: 202303 25204 1422 9 0 199630 0
[pid=24892/tid=24893] ppid=24890 vsize=809212 CPUtime=10.47
/proc/24892/task/24893/stat : 24893 (java) R 24890 24892 20197 0 -1 64 16924 0 1 0 1038 9 0 0 25 0 12 0 23958548 828633088 25204 996147200 134512640 134550932 4294956016 18446744073709551615 4109501912 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24895] ppid=24890 vsize=809212 CPUtime=0.21
/proc/24892/task/24895/stat : 24895 (java) S 24890 24892 20197 0 -1 64 3366 0 0 0 20 1 0 0 17 0 12 0 23958549 828633088 25204 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24896] ppid=24890 vsize=809212 CPUtime=0.17
/proc/24892/task/24896/stat : 24896 (java) S 24890 24892 20197 0 -1 64 2892 0 0 0 16 1 0 0 17 0 12 0 23958549 828633088 25204 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24897] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24897/stat : 24897 (java) S 24890 24892 20197 0 -1 64 28 0 0 0 0 0 0 0 16 0 12 0 23958551 828633088 25204 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24898] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24898/stat : 24898 (java) S 24890 24892 20197 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23958551 828633088 25204 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24899] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24899/stat : 24899 (java) S 24890 24892 20197 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23958551 828633088 25204 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24900] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24900/stat : 24900 (java) S 24890 24892 20197 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23958556 828633088 25204 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24901] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24901/stat : 24901 (java) S 24890 24892 20197 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23958556 828633088 25204 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24902] ppid=24890 vsize=809212 CPUtime=1.67
/proc/24892/task/24902/stat : 24902 (java) S 24890 24892 20197 0 -1 64 4583 0 0 0 166 1 0 0 16 0 12 0 23958556 828633088 25204 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24903] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24903/stat : 24903 (java) S 24890 24892 20197 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23958556 828633088 25204 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24904] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24904/stat : 24904 (java) S 24890 24892 20197 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23958556 828633088 25204 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 809212

[startup+25.503 s]
/proc/loadavg: 2.10 2.06 2.01 3/93 24904
/proc/meminfo: memFree=1543808/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=809212 CPUtime=25.29
/proc/24892/stat : 24892 (java) S 24890 24892 20197 0 -1 0 29348 0 1 0 2514 15 0 0 18 0 12 0 23958547 828633088 25992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24892/statm: 202303 25992 1422 9 0 199630 0
[pid=24892/tid=24893] ppid=24890 vsize=809212 CPUtime=23.14
/proc/24892/task/24893/stat : 24893 (java) R 24890 24892 20197 0 -1 64 16938 0 1 0 2305 9 0 0 25 0 12 0 23958548 828633088 25992 996147200 134512640 134550932 4294956016 18446744073709551615 4109816598 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24892/tid=24895] ppid=24890 vsize=809212 CPUtime=0.24
/proc/24892/task/24895/stat : 24895 (java) S 24890 24892 20197 0 -1 64 4009 0 0 0 23 1 0 0 16 0 12 0 23958549 828633088 25992 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24892/tid=24896] ppid=24890 vsize=809212 CPUtime=0.18

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

[pid=24892/tid=24903] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24903/stat : 24903 (java) S 24890 24892 20197 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23958556 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24904] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24904/stat : 24904 (java) S 24890 24892 20197 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23958556 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 371.63
Current children cumulated vsize (KiB) 809212

[startup+377.502 s]
/proc/loadavg: 2.54 2.46 2.19 3/94 25120
/proc/meminfo: memFree=908344/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=809212 CPUtime=378.02
/proc/24892/stat : 24892 (java) S 24890 24892 20197 0 -1 0 365690 0 1 0 37632 170 0 0 18 0 12 0 23958547 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24892/statm: 202303 171495 1424 9 0 199630 0
[pid=24892/tid=24893] ppid=24890 vsize=809212 CPUtime=228.79
/proc/24892/task/24893/stat : 24893 (java) S 24890 24892 20197 0 -1 64 29448 0 1 0 22863 16 0 0 17 0 12 0 23958548 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24892/tid=24895] ppid=24890 vsize=809212 CPUtime=9.15
/proc/24892/task/24895/stat : 24895 (java) S 24890 24892 20197 0 -1 64 69733 0 0 0 886 29 0 0 17 0 12 0 23958549 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24892/tid=24896] ppid=24890 vsize=809212 CPUtime=8.41
/proc/24892/task/24896/stat : 24896 (java) S 24890 24892 20197 0 -1 64 66447 0 0 0 812 29 0 0 16 0 12 0 23958549 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24892/tid=24897] ppid=24890 vsize=809212 CPUtime=129.95
/proc/24892/task/24897/stat : 24897 (java) R 24890 24892 20197 0 -1 64 194726 0 0 0 12904 91 0 0 25 0 12 0 23958551 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 104187817 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24892/tid=24898] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24898/stat : 24898 (java) S 24890 24892 20197 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23958551 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24892/tid=24899] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24899/stat : 24899 (java) S 24890 24892 20197 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23958551 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24900] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24900/stat : 24900 (java) S 24890 24892 20197 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23958556 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24901] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24901/stat : 24901 (java) S 24890 24892 20197 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23958556 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24902] ppid=24890 vsize=809212 CPUtime=1.67
/proc/24892/task/24902/stat : 24902 (java) S 24890 24892 20197 0 -1 64 4583 0 0 0 166 1 0 0 16 0 12 0 23958556 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24903] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24903/stat : 24903 (java) S 24890 24892 20197 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23958556 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24904] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24904/stat : 24904 (java) S 24890 24892 20197 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23958556 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 378.02
Current children cumulated vsize (KiB) 809212

[startup+383.907 s]
/proc/loadavg: 2.53 2.46 2.20 3/94 25120
/proc/meminfo: memFree=883768/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=809212 CPUtime=384.43
/proc/24892/stat : 24892 (java) S 24890 24892 20197 0 -1 0 365693 0 1 0 38273 170 0 0 18 0 12 0 23958547 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24892/statm: 202303 171495 1424 9 0 199630 0
[pid=24892/tid=24893] ppid=24890 vsize=809212 CPUtime=229.02
/proc/24892/task/24893/stat : 24893 (java) S 24890 24892 20197 0 -1 64 29451 0 1 0 22886 16 0 0 17 0 12 0 23958548 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24892/tid=24895] ppid=24890 vsize=809212 CPUtime=9.15
/proc/24892/task/24895/stat : 24895 (java) S 24890 24892 20197 0 -1 64 69733 0 0 0 886 29 0 0 17 0 12 0 23958549 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24892/tid=24896] ppid=24890 vsize=809212 CPUtime=8.41
/proc/24892/task/24896/stat : 24896 (java) S 24890 24892 20197 0 -1 64 66447 0 0 0 812 29 0 0 16 0 12 0 23958549 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24892/tid=24897] ppid=24890 vsize=809212 CPUtime=136.12
/proc/24892/task/24897/stat : 24897 (java) R 24890 24892 20197 0 -1 64 194726 0 0 0 13521 91 0 0 25 0 12 0 23958551 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 104177854 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24892/tid=24898] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24898/stat : 24898 (java) S 24890 24892 20197 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23958551 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24892/tid=24899] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24899/stat : 24899 (java) S 24890 24892 20197 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23958551 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24900] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24900/stat : 24900 (java) S 24890 24892 20197 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23958556 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24901] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24901/stat : 24901 (java) S 24890 24892 20197 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23958556 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24902] ppid=24890 vsize=809212 CPUtime=1.67
/proc/24892/task/24902/stat : 24902 (java) S 24890 24892 20197 0 -1 64 4583 0 0 0 166 1 0 0 16 0 12 0 23958556 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24903] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24903/stat : 24903 (java) S 24890 24892 20197 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23958556 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24904] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24904/stat : 24904 (java) S 24890 24892 20197 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23958556 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 384.43
Current children cumulated vsize (KiB) 809212

[startup+387.102 s]
/proc/loadavg: 2.53 2.46 2.20 3/94 25120
/proc/meminfo: memFree=873080/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=809212 CPUtime=387.62
/proc/24892/stat : 24892 (java) S 24890 24892 20197 0 -1 0 365696 0 1 0 38592 170 0 0 18 0 12 0 23958547 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24892/statm: 202303 171495 1423 9 0 199630 0
[pid=24892/tid=24893] ppid=24890 vsize=809212 CPUtime=229.07
/proc/24892/task/24893/stat : 24893 (java) S 24890 24892 20197 0 -1 64 29454 0 1 0 22891 16 0 0 17 0 12 0 23958548 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24892/tid=24895] ppid=24890 vsize=809212 CPUtime=9.15
/proc/24892/task/24895/stat : 24895 (java) S 24890 24892 20197 0 -1 64 69733 0 0 0 886 29 0 0 17 0 12 0 23958549 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24892/tid=24896] ppid=24890 vsize=809212 CPUtime=8.41
/proc/24892/task/24896/stat : 24896 (java) S 24890 24892 20197 0 -1 64 66447 0 0 0 812 29 0 0 16 0 12 0 23958549 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24892/tid=24897] ppid=24890 vsize=809212 CPUtime=139.26
/proc/24892/task/24897/stat : 24897 (java) R 24890 24892 20197 0 -1 64 194726 0 0 0 13835 91 0 0 25 0 12 0 23958551 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 104177728 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24892/tid=24898] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24898/stat : 24898 (java) S 24890 24892 20197 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23958551 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24892/tid=24899] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24899/stat : 24899 (java) S 24890 24892 20197 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23958551 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24900] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24900/stat : 24900 (java) S 24890 24892 20197 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23958556 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24901] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24901/stat : 24901 (java) S 24890 24892 20197 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23958556 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24902] ppid=24890 vsize=809212 CPUtime=1.67
/proc/24892/task/24902/stat : 24902 (java) S 24890 24892 20197 0 -1 64 4583 0 0 0 166 1 0 0 16 0 12 0 23958556 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24903] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24903/stat : 24903 (java) S 24890 24892 20197 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23958556 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24904] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24904/stat : 24904 (java) S 24890 24892 20197 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23958556 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 387.62
Current children cumulated vsize (KiB) 809212

[startup+388.703 s]
/proc/loadavg: 2.57 2.47 2.20 3/94 25120
/proc/meminfo: memFree=873080/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=809212 CPUtime=389.22
/proc/24892/stat : 24892 (java) S 24890 24892 20197 0 -1 0 365696 0 1 0 38752 170 0 0 18 0 12 0 23958547 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24892/statm: 202303 171495 1423 9 0 199630 0
[pid=24892/tid=24893] ppid=24890 vsize=809212 CPUtime=229.07
/proc/24892/task/24893/stat : 24893 (java) S 24890 24892 20197 0 -1 64 29454 0 1 0 22891 16 0 0 17 0 12 0 23958548 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24892/tid=24895] ppid=24890 vsize=809212 CPUtime=9.15
/proc/24892/task/24895/stat : 24895 (java) S 24890 24892 20197 0 -1 64 69733 0 0 0 886 29 0 0 17 0 12 0 23958549 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24892/tid=24896] ppid=24890 vsize=809212 CPUtime=8.41
/proc/24892/task/24896/stat : 24896 (java) S 24890 24892 20197 0 -1 64 66447 0 0 0 812 29 0 0 16 0 12 0 23958549 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24892/tid=24897] ppid=24890 vsize=809212 CPUtime=140.86
/proc/24892/task/24897/stat : 24897 (java) R 24890 24892 20197 0 -1 64 194726 0 0 0 13995 91 0 0 25 0 12 0 23958551 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24892/tid=24898] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24898/stat : 24898 (java) S 24890 24892 20197 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23958551 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24892/tid=24899] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24899/stat : 24899 (java) S 24890 24892 20197 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23958551 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24900] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24900/stat : 24900 (java) S 24890 24892 20197 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23958556 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24901] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24901/stat : 24901 (java) S 24890 24892 20197 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23958556 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24902] ppid=24890 vsize=809212 CPUtime=1.67
/proc/24892/task/24902/stat : 24902 (java) S 24890 24892 20197 0 -1 64 4583 0 0 0 166 1 0 0 16 0 12 0 23958556 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24903] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24903/stat : 24903 (java) S 24890 24892 20197 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23958556 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24904] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24904/stat : 24904 (java) S 24890 24892 20197 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23958556 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 389.22
Current children cumulated vsize (KiB) 809212

[startup+389.502 s]
/proc/loadavg: 2.57 2.47 2.20 4/94 25120
/proc/meminfo: memFree=862328/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=809212 CPUtime=390.02
/proc/24892/stat : 24892 (java) S 24890 24892 20197 0 -1 0 365696 0 1 0 38832 170 0 0 18 0 12 0 23958547 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24892/statm: 202303 171495 1423 9 0 199630 0
[pid=24892/tid=24893] ppid=24890 vsize=809212 CPUtime=229.07
/proc/24892/task/24893/stat : 24893 (java) S 24890 24892 20197 0 -1 64 29454 0 1 0 22891 16 0 0 17 0 12 0 23958548 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24892/tid=24895] ppid=24890 vsize=809212 CPUtime=9.15
/proc/24892/task/24895/stat : 24895 (java) S 24890 24892 20197 0 -1 64 69733 0 0 0 886 29 0 0 17 0 12 0 23958549 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24892/tid=24896] ppid=24890 vsize=809212 CPUtime=8.41
/proc/24892/task/24896/stat : 24896 (java) S 24890 24892 20197 0 -1 64 66447 0 0 0 812 29 0 0 16 0 12 0 23958549 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24892/tid=24897] ppid=24890 vsize=809212 CPUtime=141.66
/proc/24892/task/24897/stat : 24897 (java) R 24890 24892 20197 0 -1 64 194726 0 0 0 14075 91 0 0 25 0 12 0 23958551 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 106159123 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24892/tid=24898] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24898/stat : 24898 (java) S 24890 24892 20197 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23958551 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24892/tid=24899] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24899/stat : 24899 (java) S 24890 24892 20197 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23958551 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24900] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24900/stat : 24900 (java) S 24890 24892 20197 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 23958556 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24901] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24901/stat : 24901 (java) S 24890 24892 20197 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23958556 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24902] ppid=24890 vsize=809212 CPUtime=1.67
/proc/24892/task/24902/stat : 24902 (java) S 24890 24892 20197 0 -1 64 4583 0 0 0 166 1 0 0 16 0 12 0 23958556 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24903] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24903/stat : 24903 (java) S 24890 24892 20197 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23958556 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24892/tid=24904] ppid=24890 vsize=809212 CPUtime=0
/proc/24892/task/24904/stat : 24904 (java) S 24890 24892 20197 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23958556 828633088 171495 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 390.02
Current children cumulated vsize (KiB) 809212

[startup+389.902 s]
/proc/loadavg: 2.57 2.47 2.20 4/94 25120
/proc/meminfo: memFree=862328/2055920 swapFree=4192812/4192956
[pid=24892] ppid=24890 vsize=0 CPUtime=390.4
/proc/24892/stat : 24892 (java) Z 24890 24892 20197 0 -1 12 365714 0 1 0 38860 180 0 0 16 0 2 0 23958547 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24892/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 390.4
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 389.908
CPU time (s): 390.408
CPU user time (s): 388.601
CPU system time (s): 1.80672
CPU usage (%): 100.128
Max. virtual memory (cumulated for all children) (KiB): 905220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 388.601
system time used= 1.80672
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 365714
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= 11817
involuntary context switches= 9303

runsolver used 0.494924 second user time and 1.35379 second system time

The end

Launcher Data

Begin job on node38 at 2009-07-12 05:22:25
IDJOB=2079842
IDBENCH=56964
IDSOLVER=731
FILE ID=node38/2079842-1247368945
PBS_JOBID= 9507010
Free space on /tmp= 66412 MiB

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

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

MD5SUM BENCH= 0f30b3807199fbae5b68556f7aabb864
RANDOM SEED=1609961528

node38.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.229
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.229
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:       1645056 kB
Buffers:         41032 kB
Cached:         217640 kB
SwapCached:          0 kB
Active:         234276 kB
Inactive:       101604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1645056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1568 kB
Writeback:           0 kB
Mapped:          89860 kB
Slab:            59884 kB
Committed_AS:   253528 kB
PageTables:       2164 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= 66440 MiB
End job on node38 at 2009-07-12 05:28:55