Trace number 2065718

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? 326.323 327.543

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-100-3.xml
MD5SUM4464c4dbbc6767281e99ecdc6a7793b6
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 benchmark3.3125
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size946
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data

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

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-2065718-1247338883/watcher-2065718-1247338883 -o /tmp/evaluation-result-2065718-1247338883/solver-2065718-1247338883 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2065718-1247338883.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.07 2.16 2.08 3/82 17213
/proc/meminfo: memFree=1824688/2055920 swapFree=4192812/4192956
[pid=17213] ppid=17211 vsize=1616 CPUtime=0
/proc/17213/stat : 17213 (java) D 17211 17213 16897 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 20952174 1654784 155 996147200 134512640 134550932 4294956016 18446744073709551615 1979172 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/17213/statm: 404 155 118 9 0 46 0

[startup+0.0424349 s]
/proc/loadavg: 2.07 2.16 2.08 3/82 17213
/proc/meminfo: memFree=1824688/2055920 swapFree=4192812/4192956
[pid=17213] ppid=17211 vsize=801384 CPUtime=0.03
/proc/17213/stat : 17213 (java) S 17211 17213 16897 0 -1 0 2476 0 1 0 2 1 0 0 18 0 5 0 20952174 820617216 2223 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/17213/statm: 200346 2223 965 9 0 197697 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801384

[startup+0.1012 s]
/proc/loadavg: 2.07 2.16 2.08 3/82 17213
/proc/meminfo: memFree=1824688/2055920 swapFree=4192812/4192956
[pid=17213] ppid=17211 vsize=804560 CPUtime=0.08
/proc/17213/stat : 17213 (java) S 17211 17213 16897 0 -1 0 3006 0 1 0 6 2 0 0 18 0 12 0 20952174 823869440 2749 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17213/statm: 201140 2749 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301217 s]
/proc/loadavg: 2.07 2.16 2.08 3/82 17213
/proc/meminfo: memFree=1824688/2055920 swapFree=4192812/4192956
[pid=17213] ppid=17211 vsize=805628 CPUtime=0.28
/proc/17213/stat : 17213 (java) S 17211 17213 16897 0 -1 0 4298 0 1 0 24 4 0 0 18 0 12 0 20952174 824963072 4035 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17213/statm: 201407 4035 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701253 s]
/proc/loadavg: 2.07 2.16 2.08 3/82 17213
/proc/meminfo: memFree=1824688/2055920 swapFree=4192812/4192956
[pid=17213] ppid=17211 vsize=808408 CPUtime=0.68
/proc/17213/stat : 17213 (java) S 17211 17213 16897 0 -1 0 6259 0 1 0 62 6 0 0 18 0 12 0 20952174 827809792 5224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17213/statm: 202102 5224 1388 9 0 199429 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808408

[startup+1.50233 s]
/proc/loadavg: 2.07 2.16 2.08 3/94 17225
/proc/meminfo: memFree=1794320/2055920 swapFree=4192812/4192956
[pid=17213] ppid=17211 vsize=808408 CPUtime=1.47
/proc/17213/stat : 17213 (java) S 17211 17213 16897 0 -1 0 17210 0 1 0 136 11 0 0 18 0 12 0 20952174 827809792 16173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17213/statm: 202102 16173 1397 9 0 199429 0
[pid=17213/tid=17214] ppid=17211 vsize=808408 CPUtime=0.92
/proc/17213/task/17214/stat : 17214 (java) R 17211 17213 16897 0 -1 64 14454 0 1 0 83 9 0 0 19 0 12 0 20952175 827809792 16173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17216] ppid=17211 vsize=808408 CPUtime=0
/proc/17213/task/17216/stat : 17216 (java) S 17211 17213 16897 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 20952177 827809792 16173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17217] ppid=17211 vsize=808408 CPUtime=0
/proc/17213/task/17217/stat : 17217 (java) S 17211 17213 16897 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 20952177 827809792 16173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17218] ppid=17211 vsize=808408 CPUtime=0
/proc/17213/task/17218/stat : 17218 (java) S 17211 17213 16897 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 20952178 827809792 16173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17219] ppid=17211 vsize=808408 CPUtime=0
/proc/17213/task/17219/stat : 17219 (java) S 17211 17213 16897 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 20952179 827809792 16173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17220] ppid=17211 vsize=808408 CPUtime=0
/proc/17213/task/17220/stat : 17220 (java) S 17211 17213 16897 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 20952179 827809792 16173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17221] ppid=17211 vsize=808408 CPUtime=0
/proc/17213/task/17221/stat : 17221 (java) S 17211 17213 16897 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 20952184 827809792 16173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17222] ppid=17211 vsize=808408 CPUtime=0
/proc/17213/task/17222/stat : 17222 (java) S 17211 17213 16897 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20952184 827809792 16173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17223] ppid=17211 vsize=808408 CPUtime=0.54
/proc/17213/task/17223/stat : 17223 (java) R 17211 17213 16897 0 -1 64 1999 0 0 0 53 1 0 0 16 0 12 0 20952184 827809792 16173 996147200 134512640 134550932 4294956016 18446744073709551615 105860019 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17224] ppid=17211 vsize=808408 CPUtime=0
/proc/17213/task/17224/stat : 17224 (java) S 17211 17213 16897 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20952184 827809792 16173 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17225] ppid=17211 vsize=808408 CPUtime=0
/proc/17213/task/17225/stat : 17225 (java) S 17211 17213 16897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20952184 827809792 16173 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) 808408

[startup+3.10247 s]
/proc/loadavg: 2.07 2.16 2.08 5/94 17225
/proc/meminfo: memFree=1749264/2055920 swapFree=4192812/4192956
[pid=17213] ppid=17211 vsize=810484 CPUtime=3.07
/proc/17213/stat : 17213 (java) S 17211 17213 16897 0 -1 0 32231 0 1 0 288 19 0 0 18 0 12 0 20952174 829935616 30536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17213/statm: 202621 30536 1433 9 0 199948 0
[pid=17213/tid=17214] ppid=17211 vsize=810484 CPUtime=1.77
/proc/17213/task/17214/stat : 17214 (java) R 17211 17213 16897 0 -1 64 17208 0 1 0 167 10 0 0 22 0 12 0 20952175 829935616 30536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17216] ppid=17211 vsize=810484 CPUtime=0.18
/proc/17213/task/17216/stat : 17216 (java) R 17211 17213 16897 0 -1 64 5412 0 0 0 15 3 0 0 16 0 12 0 20952177 829935616 30536 996147200 134512640 134550932 4294956016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17217] ppid=17211 vsize=810484 CPUtime=0.17
/proc/17213/task/17217/stat : 17217 (java) R 17211 17213 16897 0 -1 64 5614 0 0 0 15 2 0 0 16 0 12 0 20952177 829935616 30536 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17218] ppid=17211 vsize=810484 CPUtime=0
/proc/17213/task/17218/stat : 17218 (java) S 17211 17213 16897 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 20952178 829935616 30536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17219] ppid=17211 vsize=810484 CPUtime=0
/proc/17213/task/17219/stat : 17219 (java) S 17211 17213 16897 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20952179 829935616 30536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17220] ppid=17211 vsize=810484 CPUtime=0
/proc/17213/task/17220/stat : 17220 (java) S 17211 17213 16897 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20952179 829935616 30536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17221] ppid=17211 vsize=810484 CPUtime=0
/proc/17213/task/17221/stat : 17221 (java) S 17211 17213 16897 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 20952184 829935616 30536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17222] ppid=17211 vsize=810484 CPUtime=0
/proc/17213/task/17222/stat : 17222 (java) S 17211 17213 16897 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20952184 829935616 30536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17223] ppid=17211 vsize=810484 CPUtime=0.9
/proc/17213/task/17223/stat : 17223 (java) S 17211 17213 16897 0 -1 64 3231 0 0 0 89 1 0 0 17 0 12 0 20952184 829935616 30536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17224] ppid=17211 vsize=810484 CPUtime=0
/proc/17213/task/17224/stat : 17224 (java) S 17211 17213 16897 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20952184 829935616 30536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17225] ppid=17211 vsize=810484 CPUtime=0
/proc/17213/task/17225/stat : 17225 (java) S 17211 17213 16897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20952184 829935616 30536 996147200 134512640 134550932 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) 810484

[startup+6.30176 s]
/proc/loadavg: 2.14 2.17 2.09 3/94 17225
/proc/meminfo: memFree=1698064/2055920 swapFree=4192812/4192956
[pid=17213] ppid=17211 vsize=809812 CPUtime=6.25
/proc/17213/stat : 17213 (java) S 17211 17213 16897 0 -1 0 36096 0 1 0 604 21 0 0 18 0 12 0 20952174 829247488 34232 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17213/statm: 202453 34232 1433 9 0 199780 0
[pid=17213/tid=17214] ppid=17211 vsize=809812 CPUtime=4.56
/proc/17213/task/17214/stat : 17214 (java) R 17211 17213 16897 0 -1 64 17214 0 1 0 446 10 0 0 25 0 12 0 20952175 829247488 34232 996147200 134512640 134550932 4294956016 18446744073709551615 4109602089 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17216] ppid=17211 vsize=809812 CPUtime=0.34
/proc/17213/task/17216/stat : 17216 (java) S 17211 17213 16897 0 -1 64 8409 0 0 0 30 4 0 0 16 0 12 0 20952177 829247488 34232 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17217] ppid=17211 vsize=809812 CPUtime=0.33
/proc/17213/task/17217/stat : 17217 (java) S 17211 17213 16897 0 -1 64 6471 0 0 0 31 2 0 0 16 0 12 0 20952177 829247488 34232 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17218] ppid=17211 vsize=809812 CPUtime=0
/proc/17213/task/17218/stat : 17218 (java) S 17211 17213 16897 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 20952178 829247488 34232 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17219] ppid=17211 vsize=809812 CPUtime=0
/proc/17213/task/17219/stat : 17219 (java) S 17211 17213 16897 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20952179 829247488 34232 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17220] ppid=17211 vsize=809812 CPUtime=0
/proc/17213/task/17220/stat : 17220 (java) S 17211 17213 16897 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20952179 829247488 34232 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17221] ppid=17211 vsize=809812 CPUtime=0
/proc/17213/task/17221/stat : 17221 (java) S 17211 17213 16897 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 20952184 829247488 34232 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17222] ppid=17211 vsize=809812 CPUtime=0
/proc/17213/task/17222/stat : 17222 (java) S 17211 17213 16897 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20952184 829247488 34232 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17223] ppid=17211 vsize=809812 CPUtime=0.96
/proc/17213/task/17223/stat : 17223 (java) S 17211 17213 16897 0 -1 64 3236 0 0 0 95 1 0 0 16 0 12 0 20952184 829247488 34232 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17224] ppid=17211 vsize=809812 CPUtime=0
/proc/17213/task/17224/stat : 17224 (java) S 17211 17213 16897 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20952184 829247488 34232 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17225] ppid=17211 vsize=809812 CPUtime=0
/proc/17213/task/17225/stat : 17225 (java) S 17211 17213 16897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20952184 829247488 34232 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 809812

[startup+12.7023 s]
/proc/loadavg: 2.13 2.17 2.09 3/94 17225
/proc/meminfo: memFree=1658960/2055920 swapFree=4192812/4192956
[pid=17213] ppid=17211 vsize=809812 CPUtime=12.61
/proc/17213/stat : 17213 (java) S 17211 17213 16897 0 -1 0 44668 0 1 0 1236 25 0 0 18 0 12 0 20952174 829247488 42786 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17213/statm: 202453 42786 1433 9 0 199780 0
[pid=17213/tid=17214] ppid=17211 vsize=809812 CPUtime=10.7
/proc/17213/task/17214/stat : 17214 (java) R 17211 17213 16897 0 -1 64 17232 0 1 0 1060 10 0 0 25 0 12 0 20952175 829247488 42786 996147200 134512640 134550932 4294956016 18446744073709551615 4109589107 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17216] ppid=17211 vsize=809812 CPUtime=0.46
/proc/17213/task/17216/stat : 17216 (java) S 17211 17213 16897 0 -1 64 13618 0 0 0 39 7 0 0 16 0 12 0 20952177 829247488 42786 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17217] ppid=17211 vsize=809812 CPUtime=0.43
/proc/17213/task/17217/stat : 17217 (java) S 17211 17213 16897 0 -1 64 9816 0 0 0 39 4 0 0 16 0 12 0 20952177 829247488 42786 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17218] ppid=17211 vsize=809812 CPUtime=0
/proc/17213/task/17218/stat : 17218 (java) S 17211 17213 16897 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 20952178 829247488 42786 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17219] ppid=17211 vsize=809812 CPUtime=0
/proc/17213/task/17219/stat : 17219 (java) S 17211 17213 16897 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20952179 829247488 42786 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17220] ppid=17211 vsize=809812 CPUtime=0
/proc/17213/task/17220/stat : 17220 (java) S 17211 17213 16897 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20952179 829247488 42786 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17221] ppid=17211 vsize=809812 CPUtime=0
/proc/17213/task/17221/stat : 17221 (java) S 17211 17213 16897 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 20952184 829247488 42786 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17222] ppid=17211 vsize=809812 CPUtime=0
/proc/17213/task/17222/stat : 17222 (java) S 17211 17213 16897 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20952184 829247488 42786 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17223] ppid=17211 vsize=809812 CPUtime=0.97
/proc/17213/task/17223/stat : 17223 (java) S 17211 17213 16897 0 -1 64 3236 0 0 0 96 1 0 0 16 0 12 0 20952184 829247488 42786 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17224] ppid=17211 vsize=809812 CPUtime=0
/proc/17213/task/17224/stat : 17224 (java) S 17211 17213 16897 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20952184 829247488 42786 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17225] ppid=17211 vsize=809812 CPUtime=0
/proc/17213/task/17225/stat : 17225 (java) S 17211 17213 16897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20952184 829247488 42786 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 809812

[startup+25.5025 s]
/proc/loadavg: 2.10 2.16 2.09 3/94 17225
/proc/meminfo: memFree=1603984/2055920 swapFree=4192812/4192956
[pid=17213] ppid=17211 vsize=809812 CPUtime=25.35
/proc/17213/stat : 17213 (java) S 17211 17213 16897 0 -1 0 58728 0 1 0 2503 32 0 0 18 0 12 0 20952174 829247488 56824 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17213/statm: 202453 56824 1433 9 0 199780 0
[pid=17213/tid=17214] ppid=17211 vsize=809812 CPUtime=23.13
/proc/17213/task/17214/stat : 17214 (java) R 17211 17213 16897 0 -1 64 17254 0 1 0 2302 11 0 0 25 0 12 0 20952175 829247488 56824 996147200 134512640 134550932 4294956016 18446744073709551615 4109747736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17216] ppid=17211 vsize=809812 CPUtime=0.61
/proc/17213/task/17216/stat : 17216 (java) S 17211 17213 16897 0 -1 64 21393 0 0 0 51 10 0 0 16 0 12 0 20952177 829247488 56824 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17217] ppid=17211 vsize=809812 CPUtime=0.54
/proc/17213/task/17217/stat : 17217 (java) S 17211 17213 16897 0 -1 64 16075 0 0 0 46 8 0 0 16 0 12 0 20952177 829247488 56824 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17218] ppid=17211 vsize=809812 CPUtime=0.01
/proc/17213/task/17218/stat : 17218 (java) S 17211 17213 16897 0 -1 64 13 0 0 0 1 0 0 0 15 0 12 0 20952178 829247488 56824 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17219] ppid=17211 vsize=809812 CPUtime=0
/proc/17213/task/17219/stat : 17219 (java) S 17211 17213 16897 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20952179 829247488 56824 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17220] ppid=17211 vsize=809812 CPUtime=0
/proc/17213/task/17220/stat : 17220 (java) S 17211 17213 16897 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20952179 829247488 56824 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17221] ppid=17211 vsize=809812 CPUtime=0
/proc/17213/task/17221/stat : 17221 (java) S 17211 17213 16897 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 20952184 829247488 56824 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17222] ppid=17211 vsize=809812 CPUtime=0

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

[pid=17213/tid=17225] ppid=17211 vsize=810840 CPUtime=0
/proc/17213/task/17225/stat : 17225 (java) S 17211 17213 16897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20952184 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 306
Current children cumulated vsize (KiB) 810840

[startup+319.902 s]
/proc/loadavg: 2.12 2.10 2.08 4/93 17400
/proc/meminfo: memFree=1138912/2055920 swapFree=4192812/4192956
[pid=17213] ppid=17211 vsize=810840 CPUtime=318.74
/proc/17213/stat : 17213 (java) S 17211 17213 16897 0 -1 0 215216 0 1 0 31756 118 0 0 18 0 12 0 20952174 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17213/statm: 202710 172186 1437 9 0 200037 0
[pid=17213/tid=17214] ppid=17211 vsize=810840 CPUtime=273.04
/proc/17213/task/17214/stat : 17214 (java) R 17211 17213 16897 0 -1 64 17759 0 1 0 27290 14 0 0 25 0 12 0 20952175 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17216] ppid=17211 vsize=810840 CPUtime=4.42
/proc/17213/task/17216/stat : 17216 (java) S 17211 17213 16897 0 -1 64 77365 0 0 0 408 34 0 0 15 0 12 0 20952177 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17217] ppid=17211 vsize=810840 CPUtime=4.4
/proc/17213/task/17217/stat : 17217 (java) S 17211 17213 16897 0 -1 64 74540 0 0 0 407 33 0 0 16 0 12 0 20952177 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17218] ppid=17211 vsize=810840 CPUtime=35.79
/proc/17213/task/17218/stat : 17218 (java) R 17211 17213 16897 0 -1 64 41554 0 0 0 3546 33 0 0 16 0 12 0 20952178 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 105886165 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17219] ppid=17211 vsize=810840 CPUtime=0
/proc/17213/task/17219/stat : 17219 (java) S 17211 17213 16897 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20952179 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17213/tid=17220] ppid=17211 vsize=810840 CPUtime=0
/proc/17213/task/17220/stat : 17220 (java) S 17211 17213 16897 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20952179 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17221] ppid=17211 vsize=810840 CPUtime=0
/proc/17213/task/17221/stat : 17221 (java) S 17211 17213 16897 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 20952184 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17222] ppid=17211 vsize=810840 CPUtime=0
/proc/17213/task/17222/stat : 17222 (java) S 17211 17213 16897 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20952184 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17223] ppid=17211 vsize=810840 CPUtime=1.05
/proc/17213/task/17223/stat : 17223 (java) S 17211 17213 16897 0 -1 64 3245 0 0 0 104 1 0 0 17 0 12 0 20952184 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17213/tid=17224] ppid=17211 vsize=810840 CPUtime=0
/proc/17213/task/17224/stat : 17224 (java) S 17211 17213 16897 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20952184 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17225] ppid=17211 vsize=810840 CPUtime=0
/proc/17213/task/17225/stat : 17225 (java) S 17211 17213 16897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20952184 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 318.74
Current children cumulated vsize (KiB) 810840

[startup+323.101 s]
/proc/loadavg: 2.12 2.10 2.08 4/93 17400
/proc/meminfo: memFree=1147744/2055920 swapFree=4192812/4192956
[pid=17213] ppid=17211 vsize=810840 CPUtime=321.93
/proc/17213/stat : 17213 (java) S 17211 17213 16897 0 -1 0 218730 0 1 0 32073 120 0 0 18 0 12 0 20952174 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17213/statm: 202710 172186 1437 9 0 200037 0
[pid=17213/tid=17214] ppid=17211 vsize=810840 CPUtime=273.28
/proc/17213/task/17214/stat : 17214 (java) R 17211 17213 16897 0 -1 64 17766 0 1 0 27314 14 0 0 25 0 12 0 20952175 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17216] ppid=17211 vsize=810840 CPUtime=4.42
/proc/17213/task/17216/stat : 17216 (java) S 17211 17213 16897 0 -1 64 77365 0 0 0 408 34 0 0 15 0 12 0 20952177 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17217] ppid=17211 vsize=810840 CPUtime=4.4
/proc/17213/task/17217/stat : 17217 (java) S 17211 17213 16897 0 -1 64 74540 0 0 0 407 33 0 0 16 0 12 0 20952177 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17218] ppid=17211 vsize=810840 CPUtime=38.73
/proc/17213/task/17218/stat : 17218 (java) R 17211 17213 16897 0 -1 64 45061 0 0 0 3838 35 0 0 17 0 12 0 20952178 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17219] ppid=17211 vsize=810840 CPUtime=0
/proc/17213/task/17219/stat : 17219 (java) S 17211 17213 16897 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20952179 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17213/tid=17220] ppid=17211 vsize=810840 CPUtime=0
/proc/17213/task/17220/stat : 17220 (java) S 17211 17213 16897 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20952179 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17221] ppid=17211 vsize=810840 CPUtime=0
/proc/17213/task/17221/stat : 17221 (java) S 17211 17213 16897 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 20952184 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17222] ppid=17211 vsize=810840 CPUtime=0
/proc/17213/task/17222/stat : 17222 (java) S 17211 17213 16897 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20952184 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17223] ppid=17211 vsize=810840 CPUtime=1.05
/proc/17213/task/17223/stat : 17223 (java) S 17211 17213 16897 0 -1 64 3245 0 0 0 104 1 0 0 17 0 12 0 20952184 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17213/tid=17224] ppid=17211 vsize=810840 CPUtime=0
/proc/17213/task/17224/stat : 17224 (java) S 17211 17213 16897 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20952184 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17225] ppid=17211 vsize=810840 CPUtime=0
/proc/17213/task/17225/stat : 17225 (java) S 17211 17213 16897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20952184 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 321.93
Current children cumulated vsize (KiB) 810840

[startup+324.703 s]
/proc/loadavg: 2.19 2.12 2.08 4/93 17400
/proc/meminfo: memFree=1159712/2055920 swapFree=4192812/4192956
[pid=17213] ppid=17211 vsize=810840 CPUtime=323.52
/proc/17213/stat : 17213 (java) S 17211 17213 16897 0 -1 0 220736 0 1 0 32231 121 0 0 18 0 12 0 20952174 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17213/statm: 202710 172186 1437 9 0 200037 0
[pid=17213/tid=17214] ppid=17211 vsize=810840 CPUtime=273.34
/proc/17213/task/17214/stat : 17214 (java) R 17211 17213 16897 0 -1 64 17768 0 1 0 27320 14 0 0 25 0 12 0 20952175 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17216] ppid=17211 vsize=810840 CPUtime=4.42
/proc/17213/task/17216/stat : 17216 (java) S 17211 17213 16897 0 -1 64 77365 0 0 0 408 34 0 0 15 0 12 0 20952177 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17217] ppid=17211 vsize=810840 CPUtime=4.4
/proc/17213/task/17217/stat : 17217 (java) S 17211 17213 16897 0 -1 64 74540 0 0 0 407 33 0 0 16 0 12 0 20952177 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17218] ppid=17211 vsize=810840 CPUtime=40.26
/proc/17213/task/17218/stat : 17218 (java) R 17211 17213 16897 0 -1 64 47065 0 0 0 3990 36 0 0 17 0 12 0 20952178 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 105696645 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17219] ppid=17211 vsize=810840 CPUtime=0
/proc/17213/task/17219/stat : 17219 (java) S 17211 17213 16897 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20952179 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17213/tid=17220] ppid=17211 vsize=810840 CPUtime=0
/proc/17213/task/17220/stat : 17220 (java) S 17211 17213 16897 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20952179 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17221] ppid=17211 vsize=810840 CPUtime=0
/proc/17213/task/17221/stat : 17221 (java) S 17211 17213 16897 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 20952184 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17222] ppid=17211 vsize=810840 CPUtime=0
/proc/17213/task/17222/stat : 17222 (java) S 17211 17213 16897 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20952184 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17223] ppid=17211 vsize=810840 CPUtime=1.05
/proc/17213/task/17223/stat : 17223 (java) S 17211 17213 16897 0 -1 64 3245 0 0 0 104 1 0 0 17 0 12 0 20952184 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17213/tid=17224] ppid=17211 vsize=810840 CPUtime=0
/proc/17213/task/17224/stat : 17224 (java) S 17211 17213 16897 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20952184 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17225] ppid=17211 vsize=810840 CPUtime=0
/proc/17213/task/17225/stat : 17225 (java) S 17211 17213 16897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20952184 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 323.52
Current children cumulated vsize (KiB) 810840

[startup+326.303 s]
/proc/loadavg: 2.19 2.12 2.08 3/93 17400
/proc/meminfo: memFree=1153824/2055920 swapFree=4192812/4192956
[pid=17213] ppid=17211 vsize=810840 CPUtime=325.11
/proc/17213/stat : 17213 (java) S 17211 17213 16897 0 -1 0 222243 0 1 0 32390 121 0 0 18 0 12 0 20952174 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17213/statm: 202710 172186 1436 9 0 200037 0
[pid=17213/tid=17214] ppid=17211 vsize=810840 CPUtime=273.34
/proc/17213/task/17214/stat : 17214 (java) S 17211 17213 16897 0 -1 64 17772 0 1 0 27320 14 0 0 25 0 12 0 20952175 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17216] ppid=17211 vsize=810840 CPUtime=4.42
/proc/17213/task/17216/stat : 17216 (java) S 17211 17213 16897 0 -1 64 77365 0 0 0 408 34 0 0 15 0 12 0 20952177 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17217] ppid=17211 vsize=810840 CPUtime=4.4
/proc/17213/task/17217/stat : 17217 (java) S 17211 17213 16897 0 -1 64 74540 0 0 0 407 33 0 0 16 0 12 0 20952177 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17218] ppid=17211 vsize=810840 CPUtime=41.86
/proc/17213/task/17218/stat : 17218 (java) R 17211 17213 16897 0 -1 64 48568 0 0 0 4149 37 0 0 19 0 12 0 20952178 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17219] ppid=17211 vsize=810840 CPUtime=0
/proc/17213/task/17219/stat : 17219 (java) S 17211 17213 16897 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20952179 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17220] ppid=17211 vsize=810840 CPUtime=0
/proc/17213/task/17220/stat : 17220 (java) S 17211 17213 16897 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20952179 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17221] ppid=17211 vsize=810840 CPUtime=0
/proc/17213/task/17221/stat : 17221 (java) S 17211 17213 16897 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 20952184 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17222] ppid=17211 vsize=810840 CPUtime=0
/proc/17213/task/17222/stat : 17222 (java) S 17211 17213 16897 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20952184 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17223] ppid=17211 vsize=810840 CPUtime=1.05
/proc/17213/task/17223/stat : 17223 (java) S 17211 17213 16897 0 -1 64 3245 0 0 0 104 1 0 0 17 0 12 0 20952184 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17213/tid=17224] ppid=17211 vsize=810840 CPUtime=0
/proc/17213/task/17224/stat : 17224 (java) S 17211 17213 16897 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 20952184 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17225] ppid=17211 vsize=810840 CPUtime=0
/proc/17213/task/17225/stat : 17225 (java) S 17211 17213 16897 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20952184 830300160 172186 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 325.11
Current children cumulated vsize (KiB) 810840

[startup+327.103 s]
/proc/loadavg: 2.19 2.12 2.08 3/94 17401
/proc/meminfo: memFree=1157720/2055920 swapFree=4192812/4192956
[pid=17213] ppid=17211 vsize=811164 CPUtime=325.9
/proc/17213/stat : 17213 (java) S 17211 17213 16897 0 -1 0 222750 0 1 0 32469 121 0 0 18 0 13 0 20952174 830631936 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17213/statm: 202791 172192 1436 9 0 200118 0
[pid=17213/tid=17214] ppid=17211 vsize=811164 CPUtime=273.34
/proc/17213/task/17214/stat : 17214 (java) S 17211 17213 16897 0 -1 64 17774 0 1 0 27320 14 0 0 18 0 13 0 20952175 830631936 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17216] ppid=17211 vsize=811164 CPUtime=4.42
/proc/17213/task/17216/stat : 17216 (java) S 17211 17213 16897 0 -1 64 77365 0 0 0 408 34 0 0 15 0 13 0 20952177 830631936 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17217] ppid=17211 vsize=811164 CPUtime=4.4
/proc/17213/task/17217/stat : 17217 (java) S 17211 17213 16897 0 -1 64 74540 0 0 0 407 33 0 0 16 0 13 0 20952177 830631936 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17218] ppid=17211 vsize=811164 CPUtime=42.65
/proc/17213/task/17218/stat : 17218 (java) R 17211 17213 16897 0 -1 64 49069 0 0 0 4228 37 0 0 21 0 13 0 20952178 830631936 172192 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17219] ppid=17211 vsize=811164 CPUtime=0
/proc/17213/task/17219/stat : 17219 (java) S 17211 17213 16897 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 20952179 830631936 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17220] ppid=17211 vsize=811164 CPUtime=0
/proc/17213/task/17220/stat : 17220 (java) S 17211 17213 16897 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 20952179 830631936 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17221] ppid=17211 vsize=811164 CPUtime=0
/proc/17213/task/17221/stat : 17221 (java) S 17211 17213 16897 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 20952184 830631936 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17222] ppid=17211 vsize=811164 CPUtime=0
/proc/17213/task/17222/stat : 17222 (java) S 17211 17213 16897 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 20952184 830631936 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17223] ppid=17211 vsize=811164 CPUtime=1.05
/proc/17213/task/17223/stat : 17223 (java) S 17211 17213 16897 0 -1 64 3245 0 0 0 104 1 0 0 17 0 13 0 20952184 830631936 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17213/tid=17224] ppid=17211 vsize=811164 CPUtime=0
/proc/17213/task/17224/stat : 17224 (java) S 17211 17213 16897 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 20952184 830631936 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17225] ppid=17211 vsize=811164 CPUtime=0
/proc/17213/task/17225/stat : 17225 (java) S 17211 17213 16897 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 20952184 830631936 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17213/tid=17401] ppid=17211 vsize=811164 CPUtime=0
/proc/17213/task/17401/stat : 17401 (java) S 17211 17213 16897 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 20984824 830631936 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 325.9
Current children cumulated vsize (KiB) 811164

[startup+327.503 s]
/proc/loadavg: 2.19 2.12 2.08 3/94 17401
/proc/meminfo: memFree=1157720/2055920 swapFree=4192812/4192956
[pid=17213] ppid=17211 vsize=0 CPUtime=326.28
/proc/17213/stat : 17213 (java) Z 17211 17213 16897 0 -1 12 222760 0 1 0 32499 129 0 0 16 0 2 0 20952174 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17213/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 326.28
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 327.543
CPU time (s): 326.323
CPU user time (s): 324.992
CPU system time (s): 1.3318
CPU usage (%): 99.6278
Max. virtual memory (cumulated for all children) (KiB): 811164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 324.992
system time used= 1.3318
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222760
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= 15750
involuntary context switches= 14571

runsolver used 0.412937 second user time and 1.12683 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-11 21:01:23
IDJOB=2065718
IDBENCH=54405
IDSOLVER=731
FILE ID=node43/2065718-1247338883
PBS_JOBID= 9506796
Free space on /tmp= 66160 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-100-3.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065718-1247338883/watcher-2065718-1247338883 -o /tmp/evaluation-result-2065718-1247338883/solver-2065718-1247338883 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2065718-1247338883.xml

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

MD5SUM BENCH= 4464c4dbbc6767281e99ecdc6a7793b6
RANDOM SEED=1958030525

node43.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.213
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	: 5931.00
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.213
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:       1825168 kB
Buffers:          4520 kB
Cached:          65112 kB
SwapCached:          0 kB
Active:         157928 kB
Inactive:        23444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1825168 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8804 kB
Writeback:           0 kB
Mapped:         133064 kB
Slab:            34316 kB
Committed_AS:   281380 kB
PageTables:       2172 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= 66168 MiB
End job on node43 at 2009-07-11 21:06:51