Trace number 1094185

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? 313.277 315.551

General information on the benchmark

Namecsp/os-taillard-10/
normalized-os-taillard-10-100-8.xml
MD5SUMf0df99011d7440fb883a6ea68fd3f0ea
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.04969
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size595
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
Global constraints used (with number of constraints)

Solver Data (download as text)

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

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1094185-1215279134/watcher-1094185-1215279134 -o /tmp/evaluation-result-1094185-1215279134/solver-1094185-1215279134 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1094185-1215279134.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 2.01 2.00 4/82 4956
/proc/meminfo: memFree=1711688/2055920 swapFree=4177348/4192956
[pid=4956] ppid=4954 vsize=1512 CPUtime=0
/proc/4956/stat : 4956 (java6) R 4954 4956 4919 0 -1 0 61 0 0 0 0 0 0 0 21 0 1 0 650833521 1548288 45 996147200 134512640 134550740 4294956176 18446744073709551615 6792199 0 0 4096 0 0 0 0 17 0 0 0
/proc/4956/statm: 378 45 33 9 0 6 0

[startup+0.0312149 s]
/proc/loadavg: 1.91 2.01 2.00 4/82 4956
/proc/meminfo: memFree=1711688/2055920 swapFree=4177348/4192956
[pid=4956] ppid=4954 vsize=798812 CPUtime=0.01
/proc/4956/stat : 4956 (java) S 4954 4956 4919 0 -1 0 1818 0 1 0 0 1 0 0 18 0 4 0 650833521 817983488 1556 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/4956/statm: 199703 1556 491 9 0 197481 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798812

[startup+0.107068 s]
/proc/loadavg: 1.91 2.01 2.00 4/82 4956
/proc/meminfo: memFree=1711688/2055920 swapFree=4177348/4192956
[pid=4956] ppid=4954 vsize=804756 CPUtime=0.09
/proc/4956/stat : 4956 (java) S 4954 4956 4919 0 -1 0 3156 0 1 0 7 2 0 0 18 0 12 0 650833521 824070144 2887 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4956/statm: 201189 2887 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.301082 s]
/proc/loadavg: 1.91 2.01 2.00 4/82 4956
/proc/meminfo: memFree=1711688/2055920 swapFree=4177348/4192956
[pid=4956] ppid=4954 vsize=808180 CPUtime=0.28
/proc/4956/stat : 4956 (java) S 4954 4956 4919 0 -1 0 5031 0 1 0 25 3 0 0 18 0 12 0 650833521 827576320 4357 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4956/statm: 202045 4357 1308 9 0 199414 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808180

[startup+0.701126 s]
/proc/loadavg: 1.91 2.01 2.00 4/82 4956
/proc/meminfo: memFree=1711688/2055920 swapFree=4177348/4192956
[pid=4956] ppid=4954 vsize=808208 CPUtime=0.67
/proc/4956/stat : 4956 (java) S 4954 4956 4919 0 -1 0 6663 0 1 0 62 5 0 0 18 0 12 0 650833521 827604992 5823 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4956/statm: 202052 5823 1335 9 0 199414 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808208

[startup+1.50221 s]
/proc/loadavg: 2.00 2.03 2.00 3/94 4968
/proc/meminfo: memFree=1682600/2055920 swapFree=4177348/4192956
[pid=4956] ppid=4954 vsize=815688 CPUtime=1.47
/proc/4956/stat : 4956 (java) S 4954 4956 4919 0 -1 0 13086 0 1 0 138 9 0 0 18 0 12 0 650833521 835264512 10824 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4956/statm: 203922 10824 1355 9 0 201284 0
[pid=4956/tid=4958] ppid=4954 vsize=815688 CPUtime=0.74
/proc/4956/task/4958/stat : 4958 (java) R 4954 4956 4919 0 -1 64 7400 0 1 0 68 6 0 0 25 0 12 0 650833523 835264512 10824 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4959] ppid=4954 vsize=815688 CPUtime=0
/proc/4956/task/4959/stat : 4959 (java) S 4954 4956 4919 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 650833524 835264512 10824 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4960] ppid=4954 vsize=815688 CPUtime=0
/proc/4956/task/4960/stat : 4960 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 650833524 835264512 10824 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4961] ppid=4954 vsize=815688 CPUtime=0
/proc/4956/task/4961/stat : 4961 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 650833526 835264512 10824 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4962] ppid=4954 vsize=815688 CPUtime=0
/proc/4956/task/4962/stat : 4962 (java) S 4954 4956 4919 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 650833526 835264512 10824 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4963] ppid=4954 vsize=815688 CPUtime=0
/proc/4956/task/4963/stat : 4963 (java) S 4954 4956 4919 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 650833526 835264512 10824 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4964] ppid=4954 vsize=815688 CPUtime=0
/proc/4956/task/4964/stat : 4964 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 650833530 835264512 10824 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4965] ppid=4954 vsize=815688 CPUtime=0.21
/proc/4956/task/4965/stat : 4965 (java) S 4954 4956 4919 0 -1 64 575 0 0 0 21 0 0 0 16 0 12 0 650833530 835264512 10824 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4966] ppid=4954 vsize=815688 CPUtime=0.48
/proc/4956/task/4966/stat : 4966 (java) R 4954 4956 4919 0 -1 64 4347 0 0 0 47 1 0 0 17 0 12 0 650833530 835264512 10824 996147200 134512640 134550740 4294956016 18446744073709551615 102082448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4967] ppid=4954 vsize=815688 CPUtime=0
/proc/4956/task/4967/stat : 4967 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 650833530 835264512 10824 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4968] ppid=4954 vsize=815688 CPUtime=0
/proc/4956/task/4968/stat : 4968 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 650833530 835264512 10824 996147200 134512640 134550740 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) 815688

[startup+3.11538 s]
/proc/loadavg: 2.00 2.03 2.00 3/94 4968
/proc/meminfo: memFree=1648680/2055920 swapFree=4177348/4192956
[pid=4956] ppid=4954 vsize=817156 CPUtime=3.07
/proc/4956/stat : 4956 (java) S 4954 4956 4919 0 -1 0 28758 0 1 0 292 15 0 0 18 0 12 0 650833521 836767744 25559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4956/statm: 204289 25559 1382 9 0 201651 0
[pid=4956/tid=4958] ppid=4954 vsize=817156 CPUtime=1.94
/proc/4956/task/4958/stat : 4958 (java) R 4954 4956 4919 0 -1 64 17264 0 1 0 184 10 0 0 25 0 12 0 650833523 836767744 25559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4959] ppid=4954 vsize=817156 CPUtime=0.05
/proc/4956/task/4959/stat : 4959 (java) R 4954 4956 4919 0 -1 64 2785 0 0 0 5 0 0 0 16 0 12 0 650833524 836767744 25559 996147200 134512640 134550740 4294956016 18446744073709551615 106158547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4960] ppid=4954 vsize=817156 CPUtime=0.03
/proc/4956/task/4960/stat : 4960 (java) R 4954 4956 4919 0 -1 64 1771 0 0 0 3 0 0 0 15 0 12 0 650833524 836767744 25559 996147200 134512640 134550740 4294956016 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4961] ppid=4954 vsize=817156 CPUtime=0
/proc/4956/task/4961/stat : 4961 (java) R 4954 4956 4919 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 650833526 836767744 25559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4962] ppid=4954 vsize=817156 CPUtime=0
/proc/4956/task/4962/stat : 4962 (java) S 4954 4956 4919 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 650833526 836767744 25559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4963] ppid=4954 vsize=817156 CPUtime=0
/proc/4956/task/4963/stat : 4963 (java) S 4954 4956 4919 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 650833526 836767744 25559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4964] ppid=4954 vsize=817156 CPUtime=0
/proc/4956/task/4964/stat : 4964 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 650833530 836767744 25559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4965] ppid=4954 vsize=817156 CPUtime=0.3
/proc/4956/task/4965/stat : 4965 (java) S 4954 4956 4919 0 -1 64 957 0 0 0 30 0 0 0 17 0 12 0 650833530 836767744 25559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4966] ppid=4954 vsize=817156 CPUtime=0.69
/proc/4956/task/4966/stat : 4966 (java) S 4954 4956 4919 0 -1 64 5188 0 0 0 67 2 0 0 17 0 12 0 650833530 836767744 25559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4967] ppid=4954 vsize=817156 CPUtime=0
/proc/4956/task/4967/stat : 4967 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 650833530 836767744 25559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4968] ppid=4954 vsize=817156 CPUtime=0
/proc/4956/task/4968/stat : 4968 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 650833530 836767744 25559 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 817156

[startup+6.3027 s]
/proc/loadavg: 2.00 2.03 2.00 3/94 4968
/proc/meminfo: memFree=1603432/2055920 swapFree=4177348/4192956
[pid=4956] ppid=4954 vsize=816292 CPUtime=6.22
/proc/4956/stat : 4956 (java) S 4954 4956 4919 0 -1 0 32613 0 1 0 605 17 0 0 18 0 12 0 650833521 835883008 29201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4956/statm: 204073 29201 1382 9 0 201435 0
[pid=4956/tid=4958] ppid=4954 vsize=816292 CPUtime=4.87
/proc/4956/task/4958/stat : 4958 (java) R 4954 4956 4919 0 -1 64 17271 0 1 0 477 10 0 0 25 0 12 0 650833523 835883008 29201 996147200 134512640 134550740 4294956016 18446744073709551615 4109637336 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4959] ppid=4954 vsize=816292 CPUtime=0.15
/proc/4956/task/4959/stat : 4959 (java) S 4954 4956 4919 0 -1 64 4580 0 0 0 14 1 0 0 16 0 12 0 650833524 835883008 29201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4960] ppid=4954 vsize=816292 CPUtime=0.15
/proc/4956/task/4960/stat : 4960 (java) S 4954 4956 4919 0 -1 64 3824 0 0 0 14 1 0 0 16 0 12 0 650833524 835883008 29201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4961] ppid=4954 vsize=816292 CPUtime=0
/proc/4956/task/4961/stat : 4961 (java) S 4954 4956 4919 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 650833526 835883008 29201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4962] ppid=4954 vsize=816292 CPUtime=0
/proc/4956/task/4962/stat : 4962 (java) S 4954 4956 4919 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 650833526 835883008 29201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4963] ppid=4954 vsize=816292 CPUtime=0
/proc/4956/task/4963/stat : 4963 (java) S 4954 4956 4919 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 650833526 835883008 29201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4964] ppid=4954 vsize=816292 CPUtime=0
/proc/4956/task/4964/stat : 4964 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 650833530 835883008 29201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4965] ppid=4954 vsize=816292 CPUtime=0.3
/proc/4956/task/4965/stat : 4965 (java) S 4954 4956 4919 0 -1 64 957 0 0 0 30 0 0 0 17 0 12 0 650833530 835883008 29201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4966] ppid=4954 vsize=816292 CPUtime=0.7
/proc/4956/task/4966/stat : 4966 (java) S 4954 4956 4919 0 -1 64 5188 0 0 0 68 2 0 0 17 0 12 0 650833530 835883008 29201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4967] ppid=4954 vsize=816292 CPUtime=0
/proc/4956/task/4967/stat : 4967 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 650833530 835883008 29201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4968] ppid=4954 vsize=816292 CPUtime=0
/proc/4956/task/4968/stat : 4968 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 650833530 835883008 29201 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 816292

[startup+12.7023 s]
/proc/loadavg: 2.00 2.03 2.00 3/94 4968
/proc/meminfo: memFree=1570408/2055920 swapFree=4177348/4192956
[pid=4956] ppid=4954 vsize=816292 CPUtime=12.56
/proc/4956/stat : 4956 (java) S 4954 4956 4919 0 -1 0 40777 0 1 0 1236 20 0 0 18 0 12 0 650833521 835883008 37353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4956/statm: 204073 37353 1382 9 0 201435 0
[pid=4956/tid=4958] ppid=4954 vsize=816292 CPUtime=10.98
/proc/4956/task/4958/stat : 4958 (java) R 4954 4956 4919 0 -1 64 17283 0 1 0 1088 10 0 0 25 0 12 0 650833523 835883008 37353 996147200 134512640 134550740 4294956016 18446744073709551615 4109637321 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4959] ppid=4954 vsize=816292 CPUtime=0.21
/proc/4956/task/4959/stat : 4959 (java) S 4954 4956 4919 0 -1 64 8894 0 0 0 18 3 0 0 16 0 12 0 650833524 835883008 37353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4960] ppid=4954 vsize=816292 CPUtime=0.22
/proc/4956/task/4960/stat : 4960 (java) S 4954 4956 4919 0 -1 64 7649 0 0 0 20 2 0 0 16 0 12 0 650833524 835883008 37353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4961] ppid=4954 vsize=816292 CPUtime=0
/proc/4956/task/4961/stat : 4961 (java) S 4954 4956 4919 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 650833526 835883008 37353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4962] ppid=4954 vsize=816292 CPUtime=0
/proc/4956/task/4962/stat : 4962 (java) S 4954 4956 4919 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 650833526 835883008 37353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4963] ppid=4954 vsize=816292 CPUtime=0
/proc/4956/task/4963/stat : 4963 (java) S 4954 4956 4919 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 650833526 835883008 37353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4964] ppid=4954 vsize=816292 CPUtime=0
/proc/4956/task/4964/stat : 4964 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 650833530 835883008 37353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4965] ppid=4954 vsize=816292 CPUtime=0.34
/proc/4956/task/4965/stat : 4965 (java) S 4954 4956 4919 0 -1 64 966 0 0 0 34 0 0 0 16 0 12 0 650833530 835883008 37353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4966] ppid=4954 vsize=816292 CPUtime=0.74
/proc/4956/task/4966/stat : 4966 (java) S 4954 4956 4919 0 -1 64 5192 0 0 0 72 2 0 0 16 0 12 0 650833530 835883008 37353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4967] ppid=4954 vsize=816292 CPUtime=0
/proc/4956/task/4967/stat : 4967 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 650833530 835883008 37353 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4968] ppid=4954 vsize=816292 CPUtime=0
/proc/4956/task/4968/stat : 4968 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 650833530 835883008 37353 996147200 134512640 134550740 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) 816292

[startup+25.5017 s]
/proc/loadavg: 2.00 2.03 2.00 3/94 4968
/proc/meminfo: memFree=1518696/2055920 swapFree=4177348/4192956
[pid=4956] ppid=4954 vsize=816292 CPUtime=25.23
/proc/4956/stat : 4956 (java) S 4954 4956 4919 0 -1 0 52792 0 1 0 2498 25 0 0 18 0 12 0 650833521 835883008 49346 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4956/statm: 204073 49346 1383 9 0 201435 0
[pid=4956/tid=4958] ppid=4954 vsize=816292 CPUtime=23.42
/proc/4956/task/4958/stat : 4958 (java) R 4954 4956 4919 0 -1 64 17305 0 1 0 2332 10 0 0 25 0 12 0 650833523 835883008 49346 996147200 134512640 134550740 4294956016 18446744073709551615 4109637321 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4959] ppid=4954 vsize=816292 CPUtime=0.32
/proc/4956/task/4959/stat : 4959 (java) S 4954 4956 4919 0 -1 64 14487 0 0 0 27 5 0 0 16 0 12 0 650833524 835883008 49346 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4960] ppid=4954 vsize=816292 CPUtime=0.32
/proc/4956/task/4960/stat : 4960 (java) S 4954 4956 4919 0 -1 64 14047 0 0 0 28 4 0 0 16 0 12 0 650833524 835883008 49346 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4961] ppid=4954 vsize=816292 CPUtime=0
/proc/4956/task/4961/stat : 4961 (java) S 4954 4956 4919 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 650833526 835883008 49346 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4962] ppid=4954 vsize=816292 CPUtime=0
/proc/4956/task/4962/stat : 4962 (java) S 4954 4956 4919 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 650833526 835883008 49346 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4963] ppid=4954 vsize=816292 CPUtime=0
/proc/4956/task/4963/stat : 4963 (java) S 4954 4956 4919 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 650833526 835883008 49346 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4964] ppid=4954 vsize=816292 CPUtime=0
/proc/4956/task/4964/stat : 4964 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 650833530 835883008 49346 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+307.102 s]
/proc/loadavg: 2.29 2.15 2.04 3/94 4968
/proc/meminfo: memFree=1020264/2055920 swapFree=4177348/4192956
[pid=4956] ppid=4954 vsize=816292 CPUtime=304.91
/proc/4956/stat : 4956 (java) S 4954 4956 4919 0 -1 0 177837 0 1 0 30416 75 0 0 18 0 12 0 650833521 835883008 173614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4956/statm: 204073 173614 1387 9 0 201435 0
[pid=4956/tid=4958] ppid=4954 vsize=816292 CPUtime=226.78
/proc/4956/task/4958/stat : 4958 (java) S 4954 4956 4919 0 -1 64 17778 0 1 0 22666 12 0 0 16 0 12 0 650833523 835883008 173614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4959] ppid=4954 vsize=816292 CPUtime=2.59
/proc/4956/task/4959/stat : 4959 (java) S 4954 4956 4919 0 -1 64 74323 0 0 0 232 27 0 0 16 0 12 0 650833524 835883008 173614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4960] ppid=4954 vsize=816292 CPUtime=2.69
/proc/4956/task/4960/stat : 4960 (java) S 4954 4956 4919 0 -1 64 78714 0 0 0 242 27 0 0 15 0 12 0 650833524 835883008 173614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4961] ppid=4954 vsize=816292 CPUtime=71.61
/proc/4956/task/4961/stat : 4961 (java) R 4954 4956 4919 0 -1 64 80 0 0 0 7157 4 0 0 25 0 12 0 650833526 835883008 173614 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4962] ppid=4954 vsize=816292 CPUtime=0
/proc/4956/task/4962/stat : 4962 (java) S 4954 4956 4919 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 650833526 835883008 173614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4963] ppid=4954 vsize=816292 CPUtime=0
/proc/4956/task/4963/stat : 4963 (java) S 4954 4956 4919 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 650833526 835883008 173614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4964] ppid=4954 vsize=816292 CPUtime=0
/proc/4956/task/4964/stat : 4964 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 650833530 835883008 173614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4965] ppid=4954 vsize=816292 CPUtime=0.38
/proc/4956/task/4965/stat : 4965 (java) S 4954 4956 4919 0 -1 64 969 0 0 0 38 0 0 0 17 0 12 0 650833530 835883008 173614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4966] ppid=4954 vsize=816292 CPUtime=0.79
/proc/4956/task/4966/stat : 4966 (java) S 4954 4956 4919 0 -1 64 5210 0 0 0 77 2 0 0 17 0 12 0 650833530 835883008 173614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4967] ppid=4954 vsize=816292 CPUtime=0
/proc/4956/task/4967/stat : 4967 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 650833530 835883008 173614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4968] ppid=4954 vsize=816292 CPUtime=0
/proc/4956/task/4968/stat : 4968 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 650833530 835883008 173614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 304.91
Current children cumulated vsize (KiB) 816292

[startup+310.302 s]
/proc/loadavg: 2.29 2.15 2.04 3/94 4968
/proc/meminfo: memFree=1020264/2055920 swapFree=4177348/4192956
[pid=4956] ppid=4954 vsize=816292 CPUtime=308.09
/proc/4956/stat : 4956 (java) S 4954 4956 4919 0 -1 0 177845 0 1 0 30734 75 0 0 18 0 12 0 650833521 835883008 173614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4956/statm: 204073 173614 1387 9 0 201435 0
[pid=4956/tid=4958] ppid=4954 vsize=816292 CPUtime=226.8
/proc/4956/task/4958/stat : 4958 (java) S 4954 4956 4919 0 -1 64 17786 0 1 0 22668 12 0 0 16 0 12 0 650833523 835883008 173614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4959] ppid=4954 vsize=816292 CPUtime=2.59
/proc/4956/task/4959/stat : 4959 (java) S 4954 4956 4919 0 -1 64 74323 0 0 0 232 27 0 0 16 0 12 0 650833524 835883008 173614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4960] ppid=4954 vsize=816292 CPUtime=2.69
/proc/4956/task/4960/stat : 4960 (java) S 4954 4956 4919 0 -1 64 78714 0 0 0 242 27 0 0 15 0 12 0 650833524 835883008 173614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4961] ppid=4954 vsize=816292 CPUtime=74.77
/proc/4956/task/4961/stat : 4961 (java) R 4954 4956 4919 0 -1 64 80 0 0 0 7473 4 0 0 25 0 12 0 650833526 835883008 173614 996147200 134512640 134550740 4294956016 18446744073709551615 104126486 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4962] ppid=4954 vsize=816292 CPUtime=0
/proc/4956/task/4962/stat : 4962 (java) S 4954 4956 4919 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 650833526 835883008 173614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4963] ppid=4954 vsize=816292 CPUtime=0
/proc/4956/task/4963/stat : 4963 (java) S 4954 4956 4919 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 650833526 835883008 173614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4964] ppid=4954 vsize=816292 CPUtime=0
/proc/4956/task/4964/stat : 4964 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 650833530 835883008 173614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4965] ppid=4954 vsize=816292 CPUtime=0.38
/proc/4956/task/4965/stat : 4965 (java) S 4954 4956 4919 0 -1 64 969 0 0 0 38 0 0 0 17 0 12 0 650833530 835883008 173614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4966] ppid=4954 vsize=816292 CPUtime=0.79
/proc/4956/task/4966/stat : 4966 (java) S 4954 4956 4919 0 -1 64 5210 0 0 0 77 2 0 0 17 0 12 0 650833530 835883008 173614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4967] ppid=4954 vsize=816292 CPUtime=0
/proc/4956/task/4967/stat : 4967 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 650833530 835883008 173614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4968] ppid=4954 vsize=816292 CPUtime=0
/proc/4956/task/4968/stat : 4968 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 650833530 835883008 173614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 308.09
Current children cumulated vsize (KiB) 816292

[startup+313.508 s]
/proc/loadavg: 2.27 2.14 2.04 4/95 4969
/proc/meminfo: memFree=1020256/2055920 swapFree=4177348/4192956
[pid=4956] ppid=4954 vsize=816616 CPUtime=311.29
/proc/4956/stat : 4956 (java) S 4954 4956 4919 0 -1 0 177859 0 1 0 31054 75 0 0 18 0 13 0 650833521 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4956/statm: 204154 173622 1388 9 0 201516 0
[pid=4956/tid=4958] ppid=4954 vsize=816616 CPUtime=226.81
/proc/4956/task/4958/stat : 4958 (java) S 4954 4956 4919 0 -1 64 17796 0 1 0 22669 12 0 0 17 0 13 0 650833523 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4959] ppid=4954 vsize=816616 CPUtime=2.59
/proc/4956/task/4959/stat : 4959 (java) S 4954 4956 4919 0 -1 64 74323 0 0 0 232 27 0 0 16 0 13 0 650833524 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4960] ppid=4954 vsize=816616 CPUtime=2.69
/proc/4956/task/4960/stat : 4960 (java) S 4954 4956 4919 0 -1 64 78714 0 0 0 242 27 0 0 15 0 13 0 650833524 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4961] ppid=4954 vsize=816616 CPUtime=77.96
/proc/4956/task/4961/stat : 4961 (java) R 4954 4956 4919 0 -1 64 80 0 0 0 7792 4 0 0 25 0 13 0 650833526 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 105678729 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4962] ppid=4954 vsize=816616 CPUtime=0
/proc/4956/task/4962/stat : 4962 (java) S 4954 4956 4919 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 650833526 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4963] ppid=4954 vsize=816616 CPUtime=0
/proc/4956/task/4963/stat : 4963 (java) S 4954 4956 4919 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 650833526 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4964] ppid=4954 vsize=816616 CPUtime=0
/proc/4956/task/4964/stat : 4964 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 650833530 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4965] ppid=4954 vsize=816616 CPUtime=0.38
/proc/4956/task/4965/stat : 4965 (java) S 4954 4956 4919 0 -1 64 969 0 0 0 38 0 0 0 17 0 13 0 650833530 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4966] ppid=4954 vsize=816616 CPUtime=0.79
/proc/4956/task/4966/stat : 4966 (java) S 4954 4956 4919 0 -1 64 5210 0 0 0 77 2 0 0 17 0 13 0 650833530 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4967] ppid=4954 vsize=816616 CPUtime=0
/proc/4956/task/4967/stat : 4967 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 650833530 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4968] ppid=4954 vsize=816616 CPUtime=0
/proc/4956/task/4968/stat : 4968 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 650833530 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4956/tid=4969] ppid=4954 vsize=816616 CPUtime=0
/proc/4956/task/4969/stat : 4969 (java) S 4954 4956 4919 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 650864857 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 311.29
Current children cumulated vsize (KiB) 816616

[startup+314.303 s]
/proc/loadavg: 2.27 2.14 2.04 4/95 4969
/proc/meminfo: memFree=1020256/2055920 swapFree=4177348/4192956
[pid=4956] ppid=4954 vsize=816616 CPUtime=312.08
/proc/4956/stat : 4956 (java) S 4954 4956 4919 0 -1 0 177861 0 1 0 31133 75 0 0 18 0 13 0 650833521 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4956/statm: 204154 173622 1388 9 0 201516 0
[pid=4956/tid=4958] ppid=4954 vsize=816616 CPUtime=226.81
/proc/4956/task/4958/stat : 4958 (java) S 4954 4956 4919 0 -1 64 17796 0 1 0 22669 12 0 0 17 0 13 0 650833523 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4959] ppid=4954 vsize=816616 CPUtime=2.59
/proc/4956/task/4959/stat : 4959 (java) S 4954 4956 4919 0 -1 64 74323 0 0 0 232 27 0 0 16 0 13 0 650833524 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4960] ppid=4954 vsize=816616 CPUtime=2.69
/proc/4956/task/4960/stat : 4960 (java) S 4954 4956 4919 0 -1 64 78714 0 0 0 242 27 0 0 15 0 13 0 650833524 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4961] ppid=4954 vsize=816616 CPUtime=78.75
/proc/4956/task/4961/stat : 4961 (java) R 4954 4956 4919 0 -1 64 80 0 0 0 7871 4 0 0 25 0 13 0 650833526 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4962] ppid=4954 vsize=816616 CPUtime=0
/proc/4956/task/4962/stat : 4962 (java) S 4954 4956 4919 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 650833526 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4963] ppid=4954 vsize=816616 CPUtime=0
/proc/4956/task/4963/stat : 4963 (java) S 4954 4956 4919 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 650833526 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4964] ppid=4954 vsize=816616 CPUtime=0
/proc/4956/task/4964/stat : 4964 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 650833530 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4965] ppid=4954 vsize=816616 CPUtime=0.38
/proc/4956/task/4965/stat : 4965 (java) S 4954 4956 4919 0 -1 64 969 0 0 0 38 0 0 0 17 0 13 0 650833530 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4966] ppid=4954 vsize=816616 CPUtime=0.79
/proc/4956/task/4966/stat : 4966 (java) S 4954 4956 4919 0 -1 64 5210 0 0 0 77 2 0 0 17 0 13 0 650833530 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4967] ppid=4954 vsize=816616 CPUtime=0
/proc/4956/task/4967/stat : 4967 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 650833530 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4968] ppid=4954 vsize=816616 CPUtime=0
/proc/4956/task/4968/stat : 4968 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 650833530 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4956/tid=4969] ppid=4954 vsize=816616 CPUtime=0
/proc/4956/task/4969/stat : 4969 (java) S 4954 4956 4919 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 650864857 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 312.08
Current children cumulated vsize (KiB) 816616

[startup+315.102 s]
/proc/loadavg: 2.27 2.14 2.04 3/95 4969
/proc/meminfo: memFree=1020256/2055920 swapFree=4177348/4192956
[pid=4956] ppid=4954 vsize=816616 CPUtime=312.87
/proc/4956/stat : 4956 (java) S 4954 4956 4919 0 -1 0 177862 0 1 0 31212 75 0 0 18 0 13 0 650833521 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4956/statm: 204154 173622 1388 9 0 201516 0
[pid=4956/tid=4958] ppid=4954 vsize=816616 CPUtime=226.81
/proc/4956/task/4958/stat : 4958 (java) S 4954 4956 4919 0 -1 64 17796 0 1 0 22669 12 0 0 17 0 13 0 650833523 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4959] ppid=4954 vsize=816616 CPUtime=2.59
/proc/4956/task/4959/stat : 4959 (java) S 4954 4956 4919 0 -1 64 74323 0 0 0 232 27 0 0 16 0 13 0 650833524 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4960] ppid=4954 vsize=816616 CPUtime=2.69
/proc/4956/task/4960/stat : 4960 (java) S 4954 4956 4919 0 -1 64 78714 0 0 0 242 27 0 0 15 0 13 0 650833524 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4961] ppid=4954 vsize=816616 CPUtime=79.54
/proc/4956/task/4961/stat : 4961 (java) R 4954 4956 4919 0 -1 64 80 0 0 0 7950 4 0 0 25 0 13 0 650833526 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4962] ppid=4954 vsize=816616 CPUtime=0
/proc/4956/task/4962/stat : 4962 (java) S 4954 4956 4919 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 650833526 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4963] ppid=4954 vsize=816616 CPUtime=0
/proc/4956/task/4963/stat : 4963 (java) S 4954 4956 4919 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 650833526 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4964] ppid=4954 vsize=816616 CPUtime=0
/proc/4956/task/4964/stat : 4964 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 650833530 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4965] ppid=4954 vsize=816616 CPUtime=0.38
/proc/4956/task/4965/stat : 4965 (java) S 4954 4956 4919 0 -1 64 969 0 0 0 38 0 0 0 17 0 13 0 650833530 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4966] ppid=4954 vsize=816616 CPUtime=0.79
/proc/4956/task/4966/stat : 4966 (java) S 4954 4956 4919 0 -1 64 5210 0 0 0 77 2 0 0 17 0 13 0 650833530 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4967] ppid=4954 vsize=816616 CPUtime=0
/proc/4956/task/4967/stat : 4967 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 650833530 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4956/tid=4968] ppid=4954 vsize=816616 CPUtime=0
/proc/4956/task/4968/stat : 4968 (java) S 4954 4956 4919 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 650833530 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4956/tid=4969] ppid=4954 vsize=816616 CPUtime=0
/proc/4956/task/4969/stat : 4969 (java) S 4954 4956 4919 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 650864857 836214784 173622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 312.87
Current children cumulated vsize (KiB) 816616

[startup+315.502 s]
/proc/loadavg: 2.27 2.14 2.04 3/95 4969
/proc/meminfo: memFree=1020256/2055920 swapFree=4177348/4192956
[pid=4956] ppid=4954 vsize=0 CPUtime=313.22
/proc/4956/stat : 4956 (java) Z 4954 4956 4919 0 -1 12 177869 0 1 0 31242 80 0 0 16 0 2 0 650833521 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4956/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 313.22
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 315.551
CPU time (s): 313.277
CPU user time (s): 312.423
CPU system time (s): 0.85487
CPU usage (%): 99.2796
Max. virtual memory (cumulated for all children) (KiB): 817156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 312.423
system time used= 0.85487
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177869
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= 12214
involuntary context switches= 13295

runsolver used 0.444932 second user time and 1.01984 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-05 19:32:14
IDJOB=1094185
IDBENCH=58767
IDSOLVER=344
FILE ID=node84/1094185-1215279134
PBS_JOBID= 7882307
Free space on /tmp= 66560 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/os-taillard-10/normalized-os-taillard-10-100-8.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1094185-1215279134/watcher-1094185-1215279134 -o /tmp/evaluation-result-1094185-1215279134/solver-1094185-1215279134 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1094185-1215279134.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f0df99011d7440fb883a6ea68fd3f0ea
RANDOM SEED=2133650932

node84.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1712168 kB
Buffers:         48288 kB
Cached:         203780 kB
SwapCached:       9596 kB
Active:         184344 kB
Inactive:       112144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1712168 kB
SwapTotal:     4192956 kB
SwapFree:      4177348 kB
Dirty:            1368 kB
Writeback:           0 kB
Mapped:          60572 kB
Slab:            32388 kB
Committed_AS:  1282344 kB
PageTables:       1896 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= 66556 MiB
End job on node84 at 2008-07-05 19:37:29