Trace number 1060135

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? (exit code) 253.809 255.219

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-95-9.xml
MD5SUM4b78d7f43a355b62cc35ed3e75b3d9c4
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.11783
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size888
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 (download as text)

0.28/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.31	c See www.sat4j.org for details.
0.28/0.31	c That software uses the Rhino library from the Mozilla project.
0.28/0.35	c version 9.9.9.token
0.28/0.35	c sun.arch.data.model	32
0.28/0.35	c java.version	1.6.0_06
0.28/0.35	c os.name	Linux
0.28/0.35	c os.version	2.6.9-22.EL.rootsmp
0.28/0.35	c os.arch	i386
0.28/0.35	c Free memory 669864272
0.28/0.35	c Max memory 672137216
0.28/0.35	c Total memory 672137216
0.28/0.35	c Number of processors 2
0.28/0.39	c c --- Begin Solver configuration ---
0.28/0.39	c Stops conflict analysis at the first Unique Implication Point
0.28/0.39	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.39	c Learn all clauses as in MiniSAT
0.28/0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.39	c Expensive reason simplification
0.28/0.39	c MiniSAT restarts strategy
0.28/0.39	c timeout=2147483s
0.28/0.39	c DB Simplification allowed=false
0.28/0.39	c --- End Solver configuration ---
0.28/0.39	c solving HOME/instance-1060135-1215125910.xml
0.28/0.39	c reading problem ... 
0.59/0.65	c reading problem named null
0.59/0.65	c reading domains done.
0.78/0.81	c reading variables done.
1.09/1.17	c reading predicates  done.
1.29/1.35	c reading constraints
250.53/251.97	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
251.73/253.11		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
251.73/253.11		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
251.73/253.11		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
251.73/253.11		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
251.73/253.11		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
251.73/253.11		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:98)
251.73/253.11		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:53)
251.73/253.11		at org.sat4j.csp.Predicate.toClause(Predicate.java:110)
251.73/253.11		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
251.73/253.11		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
251.73/253.11		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
251.73/253.11		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
251.73/253.11		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
251.73/253.11		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
251.73/253.11		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
251.73/253.11		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
251.73/253.11		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
251.73/253.11		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
251.73/253.11		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
251.73/253.11		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
251.73/253.11		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
251.73/253.11		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
251.73/253.11		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
251.73/253.11		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
251.73/253.11		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
251.73/253.11		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
251.73/253.11		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
253.53/254.97	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
253.53/254.97		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:91)
253.53/254.97		at org.sat4j.minisat.core.Solver.printStat(Solver.java:1232)
253.53/254.97		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:94)
253.53/254.97		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:79)

Verifier Data (download as text)

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

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-1060135-1215125910/watcher-1060135-1215125910 -o /tmp/evaluation-result-1060135-1215125910/solver-1060135-1215125910 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1060135-1215125910.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.90 1.94 1.97 4/72 6052
/proc/meminfo: memFree=1510848/2055920 swapFree=4122668/4192956
[pid=6052] ppid=6050 vsize=1804 CPUtime=0
/proc/6052/stat : 6052 (java6) R 6050 6052 5769 0 -1 0 183 0 0 0 0 0 0 0 18 0 1 0 1542266058 1847296 155 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/6052/statm: 451 155 111 9 0 93 0

[startup+0.0824719 s]
/proc/loadavg: 1.90 1.94 1.97 4/72 6052
/proc/meminfo: memFree=1510848/2055920 swapFree=4122668/4192956
[pid=6052] ppid=6050 vsize=802236 CPUtime=0.07
/proc/6052/stat : 6052 (java) S 6050 6052 5769 0 -1 0 2847 0 1 0 5 2 0 0 18 0 7 0 1542266058 821489664 2582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/6052/statm: 200559 2582 1011 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.102471 s]
/proc/loadavg: 1.90 1.94 1.97 4/72 6052
/proc/meminfo: memFree=1510848/2055920 swapFree=4122668/4192956
[pid=6052] ppid=6050 vsize=804612 CPUtime=0.08
/proc/6052/stat : 6052 (java) S 6050 6052 5769 0 -1 0 3004 0 1 0 6 2 0 0 18 0 12 0 1542266058 823922688 2737 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6052/statm: 201153 2737 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.302497 s]
/proc/loadavg: 1.90 1.94 1.97 4/72 6052
/proc/meminfo: memFree=1510848/2055920 swapFree=4122668/4192956
[pid=6052] ppid=6050 vsize=808212 CPUtime=0.28
/proc/6052/stat : 6052 (java) S 6050 6052 5769 0 -1 0 4961 0 1 0 25 3 0 0 18 0 12 0 1542266058 827609088 4288 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6052/statm: 202053 4288 1297 9 0 199422 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808212

[startup+0.702535 s]
/proc/loadavg: 1.90 1.94 1.97 4/72 6052
/proc/meminfo: memFree=1510848/2055920 swapFree=4122668/4192956
[pid=6052] ppid=6050 vsize=808240 CPUtime=0.69
/proc/6052/stat : 6052 (java) S 6050 6052 5769 0 -1 0 6385 0 1 0 64 5 0 0 18 0 12 0 1542266058 827637760 5513 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6052/statm: 202060 5513 1335 9 0 199422 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808240

[startup+1.50161 s]
/proc/loadavg: 1.90 1.94 1.97 3/84 6064
/proc/meminfo: memFree=1487776/2055920 swapFree=4122668/4192956
[pid=6052] ppid=6050 vsize=808240 CPUtime=1.48
/proc/6052/stat : 6052 (java) S 6050 6052 5769 0 -1 0 17241 0 1 0 138 10 0 0 18 0 12 0 1542266058 827637760 15700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6052/statm: 202060 15700 1358 9 0 199422 0
[pid=6052/tid=6054] ppid=6050 vsize=808240 CPUtime=0.9
/proc/6052/task/6054/stat : 6054 (java) R 6050 6052 5769 0 -1 64 14002 0 1 0 81 9 0 0 20 0 12 0 1542266060 827637760 15700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6055] ppid=6050 vsize=808240 CPUtime=0
/proc/6052/task/6055/stat : 6055 (java) S 6050 6052 5769 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1542266061 827637760 15700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6056] ppid=6050 vsize=808240 CPUtime=0
/proc/6052/task/6056/stat : 6056 (java) S 6050 6052 5769 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1542266061 827637760 15700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6057] ppid=6050 vsize=808240 CPUtime=0
/proc/6052/task/6057/stat : 6057 (java) S 6050 6052 5769 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1542266062 827637760 15700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6058] ppid=6050 vsize=808240 CPUtime=0
/proc/6052/task/6058/stat : 6058 (java) S 6050 6052 5769 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1542266063 827637760 15700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6059] ppid=6050 vsize=808240 CPUtime=0
/proc/6052/task/6059/stat : 6059 (java) S 6050 6052 5769 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 1542266063 827637760 15700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6060] ppid=6050 vsize=808240 CPUtime=0
/proc/6052/task/6060/stat : 6060 (java) S 6050 6052 5769 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1542266067 827637760 15700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6061] ppid=6050 vsize=808240 CPUtime=0.17
/proc/6052/task/6061/stat : 6061 (java) R 6050 6052 5769 0 -1 64 396 0 0 0 17 0 0 0 16 0 12 0 1542266067 827637760 15700 996147200 134512640 134550740 4294956032 18446744073709551615 103299281 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6062] ppid=6050 vsize=808240 CPUtime=0.39
/proc/6052/task/6062/stat : 6062 (java) S 6050 6052 5769 0 -1 64 2078 0 0 0 39 0 0 0 16 0 12 0 1542266067 827637760 15700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6063] ppid=6050 vsize=808240 CPUtime=0
/proc/6052/task/6063/stat : 6063 (java) S 6050 6052 5769 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1542266067 827637760 15700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6064] ppid=6050 vsize=808240 CPUtime=0
/proc/6052/task/6064/stat : 6064 (java) S 6050 6052 5769 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1542266067 827637760 15700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 808240

[startup+3.10177 s]
/proc/loadavg: 1.90 1.94 1.97 3/84 6064
/proc/meminfo: memFree=1438112/2055920 swapFree=4122668/4192956
[pid=6052] ppid=6050 vsize=819244 CPUtime=3.08
/proc/6052/stat : 6052 (java) S 6050 6052 5769 0 -1 0 37024 0 1 0 289 19 0 0 18 0 12 0 1542266058 838905856 33022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6052/statm: 204811 33022 1384 9 0 202173 0
[pid=6052/tid=6054] ppid=6050 vsize=819244 CPUtime=1.73
/proc/6052/task/6054/stat : 6054 (java) R 6050 6052 5769 0 -1 64 17264 0 1 0 163 10 0 0 21 0 12 0 1542266060 838905856 33022 996147200 134512640 134550740 4294956032 18446744073709551615 4109684788 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6055] ppid=6050 vsize=819244 CPUtime=0.19
/proc/6052/task/6055/stat : 6055 (java) S 6050 6052 5769 0 -1 64 7525 0 0 0 16 3 0 0 16 0 12 0 1542266061 838905856 33022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6056] ppid=6050 vsize=819244 CPUtime=0.12
/proc/6052/task/6056/stat : 6056 (java) S 6050 6052 5769 0 -1 64 5096 0 0 0 10 2 0 0 16 0 12 0 1542266061 838905856 33022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6057] ppid=6050 vsize=819244 CPUtime=0
/proc/6052/task/6057/stat : 6057 (java) S 6050 6052 5769 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1542266062 838905856 33022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6058] ppid=6050 vsize=819244 CPUtime=0
/proc/6052/task/6058/stat : 6058 (java) S 6050 6052 5769 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1542266063 838905856 33022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6059] ppid=6050 vsize=819244 CPUtime=0
/proc/6052/task/6059/stat : 6059 (java) S 6050 6052 5769 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1542266063 838905856 33022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6060] ppid=6050 vsize=819244 CPUtime=0
/proc/6052/task/6060/stat : 6060 (java) S 6050 6052 5769 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1542266067 838905856 33022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6061] ppid=6050 vsize=819244 CPUtime=0.55
/proc/6052/task/6061/stat : 6061 (java) S 6050 6052 5769 0 -1 64 4257 0 0 0 54 1 0 0 16 0 12 0 1542266067 838905856 33022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6062] ppid=6050 vsize=819244 CPUtime=0.43
/proc/6052/task/6062/stat : 6062 (java) S 6050 6052 5769 0 -1 64 2088 0 0 0 43 0 0 0 16 0 12 0 1542266067 838905856 33022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6063] ppid=6050 vsize=819244 CPUtime=0
/proc/6052/task/6063/stat : 6063 (java) S 6050 6052 5769 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1542266067 838905856 33022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6064] ppid=6050 vsize=819244 CPUtime=0
/proc/6052/task/6064/stat : 6064 (java) S 6050 6052 5769 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1542266067 838905856 33022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 819244

[startup+6.30209 s]
/proc/loadavg: 1.91 1.95 1.97 3/84 6064
/proc/meminfo: memFree=1376160/2055920 swapFree=4122668/4192956
[pid=6052] ppid=6050 vsize=818860 CPUtime=6.31
/proc/6052/stat : 6052 (java) S 6050 6052 5769 0 -1 0 40253 0 1 0 610 21 0 0 18 0 12 0 1542266058 838512640 35958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6052/statm: 204715 35958 1385 9 0 202077 0
[pid=6052/tid=6054] ppid=6050 vsize=818860 CPUtime=4.57
/proc/6052/task/6054/stat : 6054 (java) R 6050 6052 5769 0 -1 64 17271 0 1 0 447 10 0 0 25 0 12 0 1542266060 838512640 35958 996147200 134512640 134550740 4294956032 18446744073709551615 4109651785 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6055] ppid=6050 vsize=818860 CPUtime=0.35
/proc/6052/task/6055/stat : 6055 (java) S 6050 6052 5769 0 -1 64 8938 0 0 0 32 3 0 0 16 0 12 0 1542266061 838512640 35958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6056] ppid=6050 vsize=818860 CPUtime=0.29
/proc/6052/task/6056/stat : 6056 (java) S 6050 6052 5769 0 -1 64 6892 0 0 0 26 3 0 0 16 0 12 0 1542266061 838512640 35958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6057] ppid=6050 vsize=818860 CPUtime=0
/proc/6052/task/6057/stat : 6057 (java) S 6050 6052 5769 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1542266062 838512640 35958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6058] ppid=6050 vsize=818860 CPUtime=0
/proc/6052/task/6058/stat : 6058 (java) S 6050 6052 5769 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1542266063 838512640 35958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6059] ppid=6050 vsize=818860 CPUtime=0
/proc/6052/task/6059/stat : 6059 (java) S 6050 6052 5769 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1542266063 838512640 35958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6060] ppid=6050 vsize=818860 CPUtime=0
/proc/6052/task/6060/stat : 6060 (java) S 6050 6052 5769 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1542266067 838512640 35958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6061] ppid=6050 vsize=818860 CPUtime=0.57
/proc/6052/task/6061/stat : 6061 (java) S 6050 6052 5769 0 -1 64 4259 0 0 0 56 1 0 0 17 0 12 0 1542266067 838512640 35958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6062] ppid=6050 vsize=818860 CPUtime=0.47
/proc/6052/task/6062/stat : 6062 (java) S 6050 6052 5769 0 -1 64 2099 0 0 0 47 0 0 0 16 0 12 0 1542266067 838512640 35958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6063] ppid=6050 vsize=818860 CPUtime=0
/proc/6052/task/6063/stat : 6063 (java) S 6050 6052 5769 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1542266067 838512640 35958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6064] ppid=6050 vsize=818860 CPUtime=0
/proc/6052/task/6064/stat : 6064 (java) S 6050 6052 5769 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1542266067 838512640 35958 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 818860

[startup+12.7027 s]
/proc/loadavg: 1.92 1.95 1.97 3/84 6064
/proc/meminfo: memFree=1330848/2055920 swapFree=4122668/4192956
[pid=6052] ppid=6050 vsize=818860 CPUtime=12.72
/proc/6052/stat : 6052 (java) S 6050 6052 5769 0 -1 0 51478 0 1 0 1246 26 0 0 18 0 12 0 1542266058 838512640 47163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6052/statm: 204715 47163 1385 9 0 202077 0
[pid=6052/tid=6054] ppid=6050 vsize=818860 CPUtime=10.75
/proc/6052/task/6054/stat : 6054 (java) R 6050 6052 5769 0 -1 64 17291 0 1 0 1065 10 0 0 25 0 12 0 1542266060 838512640 47163 996147200 134512640 134550740 4294956032 18446744073709551615 4109651785 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6055] ppid=6050 vsize=818860 CPUtime=0.46
/proc/6052/task/6055/stat : 6055 (java) S 6050 6052 5769 0 -1 64 14886 0 0 0 40 6 0 0 16 0 12 0 1542266061 838512640 47163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6056] ppid=6050 vsize=818860 CPUtime=0.38
/proc/6052/task/6056/stat : 6056 (java) S 6050 6052 5769 0 -1 64 12149 0 0 0 34 4 0 0 16 0 12 0 1542266061 838512640 47163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6057] ppid=6050 vsize=818860 CPUtime=0
/proc/6052/task/6057/stat : 6057 (java) S 6050 6052 5769 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1542266062 838512640 47163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6058] ppid=6050 vsize=818860 CPUtime=0
/proc/6052/task/6058/stat : 6058 (java) S 6050 6052 5769 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1542266063 838512640 47163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6059] ppid=6050 vsize=818860 CPUtime=0
/proc/6052/task/6059/stat : 6059 (java) S 6050 6052 5769 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1542266063 838512640 47163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6060] ppid=6050 vsize=818860 CPUtime=0
/proc/6052/task/6060/stat : 6060 (java) S 6050 6052 5769 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1542266067 838512640 47163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6061] ppid=6050 vsize=818860 CPUtime=0.58
/proc/6052/task/6061/stat : 6061 (java) S 6050 6052 5769 0 -1 64 4259 0 0 0 57 1 0 0 17 0 12 0 1542266067 838512640 47163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6062] ppid=6050 vsize=818860 CPUtime=0.47
/proc/6052/task/6062/stat : 6062 (java) S 6050 6052 5769 0 -1 64 2099 0 0 0 47 0 0 0 16 0 12 0 1542266067 838512640 47163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6063] ppid=6050 vsize=818860 CPUtime=0
/proc/6052/task/6063/stat : 6063 (java) S 6050 6052 5769 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1542266067 838512640 47163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6064] ppid=6050 vsize=818860 CPUtime=0
/proc/6052/task/6064/stat : 6064 (java) S 6050 6052 5769 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1542266067 838512640 47163 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 818860

[startup+25.503 s]
/proc/loadavg: 2.10 1.98 1.98 3/84 6064
/proc/meminfo: memFree=1267616/2055920 swapFree=4122668/4192956
[pid=6052] ppid=6050 vsize=817896 CPUtime=25.45
/proc/6052/stat : 6052 (java) S 6050 6052 5769 0 -1 0 66446 0 1 0 2514 31 0 0 18 0 12 0 1542266058 837525504 61894 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6052/statm: 204474 61894 1385 9 0 201836 0
[pid=6052/tid=6054] ppid=6050 vsize=817896 CPUtime=23.12
/proc/6052/task/6054/stat : 6054 (java) R 6050 6052 5769 0 -1 64 17313 0 1 0 2301 11 0 0 25 0 12 0 1542266060 837525504 61894 996147200 134512640 134550740 4294956032 18446744073709551615 4109672043 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6055] ppid=6050 vsize=817896 CPUtime=0.61
/proc/6052/task/6055/stat : 6055 (java) S 6050 6052 5769 0 -1 64 24481 0 0 0 52 9 0 0 16 0 12 0 1542266061 837525504 61894 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6056] ppid=6050 vsize=817896 CPUtime=0.52
/proc/6052/task/6056/stat : 6056 (java) S 6050 6052 5769 0 -1 64 17479 0 0 0 46 6 0 0 16 0 12 0 1542266061 837525504 61894 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6057] ppid=6050 vsize=817896 CPUtime=0.01
/proc/6052/task/6057/stat : 6057 (java) S 6050 6052 5769 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 1542266062 837525504 61894 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6058] ppid=6050 vsize=817896 CPUtime=0
/proc/6052/task/6058/stat : 6058 (java) S 6050 6052 5769 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1542266063 837525504 61894 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6059] ppid=6050 vsize=817896 CPUtime=0
/proc/6052/task/6059/stat : 6059 (java) S 6050 6052 5769 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1542266063 837525504 61894 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6060] ppid=6050 vsize=817896 CPUtime=0
/proc/6052/task/6060/stat : 6060 (java) S 6050 6052 5769 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1542266067 837525504 61894 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 241.74
Current children cumulated vsize (KiB) 817896

[startup+249.502 s]
/proc/loadavg: 2.34 2.09 2.02 4/84 6070
/proc/meminfo: memFree=817888/2055920 swapFree=4122668/4192956
[pid=6052] ppid=6050 vsize=817896 CPUtime=248.12
/proc/6052/stat : 6052 (java) S 6050 6052 5769 0 -1 0 179354 0 1 0 24736 76 0 0 18 0 12 0 1542266058 837525504 174012 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6052/statm: 204474 174012 1389 9 0 201836 0
[pid=6052/tid=6054] ppid=6050 vsize=817896 CPUtime=216.17
/proc/6052/task/6054/stat : 6054 (java) R 6050 6052 5769 0 -1 64 17694 0 1 0 21604 13 0 0 25 0 12 0 1542266060 837525504 174012 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6055] ppid=6050 vsize=817896 CPUtime=3.78
/proc/6052/task/6055/stat : 6055 (java) S 6050 6052 5769 0 -1 64 79173 0 0 0 348 30 0 0 16 0 12 0 1542266061 837525504 174012 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6056] ppid=6050 vsize=817896 CPUtime=3.39
/proc/6052/task/6056/stat : 6056 (java) S 6050 6052 5769 0 -1 64 75054 0 0 0 313 26 0 0 15 0 12 0 1542266061 837525504 174012 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6057] ppid=6050 vsize=817896 CPUtime=23.57
/proc/6052/task/6057/stat : 6057 (java) R 6050 6052 5769 0 -1 64 287 0 0 0 2354 3 0 0 16 0 12 0 1542266062 837525504 174012 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6058] ppid=6050 vsize=817896 CPUtime=0
/proc/6052/task/6058/stat : 6058 (java) S 6050 6052 5769 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1542266063 837525504 174012 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6059] ppid=6050 vsize=817896 CPUtime=0
/proc/6052/task/6059/stat : 6059 (java) S 6050 6052 5769 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1542266063 837525504 174012 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6060] ppid=6050 vsize=817896 CPUtime=0
/proc/6052/task/6060/stat : 6060 (java) S 6050 6052 5769 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1542266067 837525504 174012 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6061] ppid=6050 vsize=817896 CPUtime=0.64
/proc/6052/task/6061/stat : 6061 (java) S 6050 6052 5769 0 -1 64 4272 0 0 0 63 1 0 0 17 0 12 0 1542266067 837525504 174012 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6062] ppid=6050 vsize=817896 CPUtime=0.52
/proc/6052/task/6062/stat : 6062 (java) S 6050 6052 5769 0 -1 64 2110 0 0 0 52 0 0 0 17 0 12 0 1542266067 837525504 174012 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6063] ppid=6050 vsize=817896 CPUtime=0
/proc/6052/task/6063/stat : 6063 (java) S 6050 6052 5769 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1542266067 837525504 174012 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6064] ppid=6050 vsize=817896 CPUtime=0
/proc/6052/task/6064/stat : 6064 (java) S 6050 6052 5769 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1542266067 837525504 174012 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 248.12
Current children cumulated vsize (KiB) 817896

[startup+252.703 s]
/proc/loadavg: 2.39 2.11 2.02 3/84 6070
/proc/meminfo: memFree=817888/2055920 swapFree=4122668/4192956
[pid=6052] ppid=6050 vsize=817896 CPUtime=251.33
/proc/6052/stat : 6052 (java) S 6050 6052 5769 0 -1 0 179360 0 1 0 25056 77 0 0 18 0 12 0 1542266058 837525504 174013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6052/statm: 204474 174013 1390 9 0 201836 0
[pid=6052/tid=6054] ppid=6050 vsize=817896 CPUtime=216.18
/proc/6052/task/6054/stat : 6054 (java) S 6050 6052 5769 0 -1 64 17700 0 1 0 21605 13 0 0 23 0 12 0 1542266060 837525504 174013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6055] ppid=6050 vsize=817896 CPUtime=3.78
/proc/6052/task/6055/stat : 6055 (java) S 6050 6052 5769 0 -1 64 79173 0 0 0 348 30 0 0 16 0 12 0 1542266061 837525504 174013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6056] ppid=6050 vsize=817896 CPUtime=3.39
/proc/6052/task/6056/stat : 6056 (java) S 6050 6052 5769 0 -1 64 75054 0 0 0 313 26 0 0 15 0 12 0 1542266061 837525504 174013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6057] ppid=6050 vsize=817896 CPUtime=26.75
/proc/6052/task/6057/stat : 6057 (java) R 6050 6052 5769 0 -1 64 287 0 0 0 2672 3 0 0 20 0 12 0 1542266062 837525504 174013 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6058] ppid=6050 vsize=817896 CPUtime=0
/proc/6052/task/6058/stat : 6058 (java) S 6050 6052 5769 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1542266063 837525504 174013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6059] ppid=6050 vsize=817896 CPUtime=0
/proc/6052/task/6059/stat : 6059 (java) S 6050 6052 5769 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1542266063 837525504 174013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6060] ppid=6050 vsize=817896 CPUtime=0
/proc/6052/task/6060/stat : 6060 (java) S 6050 6052 5769 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1542266067 837525504 174013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6061] ppid=6050 vsize=817896 CPUtime=0.64
/proc/6052/task/6061/stat : 6061 (java) S 6050 6052 5769 0 -1 64 4272 0 0 0 63 1 0 0 17 0 12 0 1542266067 837525504 174013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6062] ppid=6050 vsize=817896 CPUtime=0.52
/proc/6052/task/6062/stat : 6062 (java) S 6050 6052 5769 0 -1 64 2110 0 0 0 52 0 0 0 17 0 12 0 1542266067 837525504 174013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6063] ppid=6050 vsize=817896 CPUtime=0
/proc/6052/task/6063/stat : 6063 (java) S 6050 6052 5769 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1542266067 837525504 174013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6064] ppid=6050 vsize=817896 CPUtime=0
/proc/6052/task/6064/stat : 6064 (java) S 6050 6052 5769 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1542266067 837525504 174013 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 251.33
Current children cumulated vsize (KiB) 817896

[startup+254.303 s]
/proc/loadavg: 2.39 2.11 2.02 3/85 6071
/proc/meminfo: memFree=817816/2055920 swapFree=4122668/4192956
[pid=6052] ppid=6050 vsize=818220 CPUtime=252.93
/proc/6052/stat : 6052 (java) S 6050 6052 5769 0 -1 0 179370 0 1 0 25216 77 0 0 18 0 13 0 1542266058 837857280 174020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6052/statm: 204555 174020 1390 9 0 201917 0
[pid=6052/tid=6054] ppid=6050 vsize=818220 CPUtime=216.19
/proc/6052/task/6054/stat : 6054 (java) S 6050 6052 5769 0 -1 64 17703 0 1 0 21606 13 0 0 24 0 13 0 1542266060 837857280 174020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6055] ppid=6050 vsize=818220 CPUtime=3.78
/proc/6052/task/6055/stat : 6055 (java) S 6050 6052 5769 0 -1 64 79173 0 0 0 348 30 0 0 16 0 13 0 1542266061 837857280 174020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6056] ppid=6050 vsize=818220 CPUtime=3.39
/proc/6052/task/6056/stat : 6056 (java) S 6050 6052 5769 0 -1 64 75054 0 0 0 313 26 0 0 15 0 13 0 1542266061 837857280 174020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6057] ppid=6050 vsize=818220 CPUtime=28.35
/proc/6052/task/6057/stat : 6057 (java) R 6050 6052 5769 0 -1 64 287 0 0 0 2832 3 0 0 24 0 13 0 1542266062 837857280 174020 996147200 134512640 134550740 4294956032 18446744073709551615 104126448 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6058] ppid=6050 vsize=818220 CPUtime=0
/proc/6052/task/6058/stat : 6058 (java) S 6050 6052 5769 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 1542266063 837857280 174020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6059] ppid=6050 vsize=818220 CPUtime=0
/proc/6052/task/6059/stat : 6059 (java) S 6050 6052 5769 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1542266063 837857280 174020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6060] ppid=6050 vsize=818220 CPUtime=0
/proc/6052/task/6060/stat : 6060 (java) S 6050 6052 5769 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1542266067 837857280 174020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6061] ppid=6050 vsize=818220 CPUtime=0.64
/proc/6052/task/6061/stat : 6061 (java) S 6050 6052 5769 0 -1 64 4272 0 0 0 63 1 0 0 17 0 13 0 1542266067 837857280 174020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6062] ppid=6050 vsize=818220 CPUtime=0.52
/proc/6052/task/6062/stat : 6062 (java) S 6050 6052 5769 0 -1 64 2110 0 0 0 52 0 0 0 17 0 13 0 1542266067 837857280 174020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6063] ppid=6050 vsize=818220 CPUtime=0
/proc/6052/task/6063/stat : 6063 (java) S 6050 6052 5769 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1542266067 837857280 174020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6064] ppid=6050 vsize=818220 CPUtime=0
/proc/6052/task/6064/stat : 6064 (java) S 6050 6052 5769 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1542266067 837857280 174020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6071] ppid=6050 vsize=818220 CPUtime=0
/proc/6052/task/6071/stat : 6071 (java) S 6050 6052 5769 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1542291370 837857280 174020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 252.93
Current children cumulated vsize (KiB) 818220

[startup+254.703 s]
/proc/loadavg: 2.39 2.11 2.02 3/85 6071
/proc/meminfo: memFree=817816/2055920 swapFree=4122668/4192956
[pid=6052] ppid=6050 vsize=818220 CPUtime=253.33
/proc/6052/stat : 6052 (java) S 6050 6052 5769 0 -1 0 179370 0 1 0 25256 77 0 0 18 0 13 0 1542266058 837857280 174020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6052/statm: 204555 174020 1390 9 0 201917 0
[pid=6052/tid=6054] ppid=6050 vsize=818220 CPUtime=216.19
/proc/6052/task/6054/stat : 6054 (java) S 6050 6052 5769 0 -1 64 17703 0 1 0 21606 13 0 0 24 0 13 0 1542266060 837857280 174020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6055] ppid=6050 vsize=818220 CPUtime=3.78
/proc/6052/task/6055/stat : 6055 (java) S 6050 6052 5769 0 -1 64 79173 0 0 0 348 30 0 0 16 0 13 0 1542266061 837857280 174020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6056] ppid=6050 vsize=818220 CPUtime=3.39
/proc/6052/task/6056/stat : 6056 (java) S 6050 6052 5769 0 -1 64 75054 0 0 0 313 26 0 0 15 0 13 0 1542266061 837857280 174020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6057] ppid=6050 vsize=818220 CPUtime=28.75
/proc/6052/task/6057/stat : 6057 (java) R 6050 6052 5769 0 -1 64 287 0 0 0 2872 3 0 0 25 0 13 0 1542266062 837857280 174020 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6058] ppid=6050 vsize=818220 CPUtime=0
/proc/6052/task/6058/stat : 6058 (java) S 6050 6052 5769 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 1542266063 837857280 174020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6059] ppid=6050 vsize=818220 CPUtime=0
/proc/6052/task/6059/stat : 6059 (java) S 6050 6052 5769 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1542266063 837857280 174020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6060] ppid=6050 vsize=818220 CPUtime=0
/proc/6052/task/6060/stat : 6060 (java) S 6050 6052 5769 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 1542266067 837857280 174020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6061] ppid=6050 vsize=818220 CPUtime=0.64
/proc/6052/task/6061/stat : 6061 (java) S 6050 6052 5769 0 -1 64 4272 0 0 0 63 1 0 0 17 0 13 0 1542266067 837857280 174020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6062] ppid=6050 vsize=818220 CPUtime=0.52
/proc/6052/task/6062/stat : 6062 (java) S 6050 6052 5769 0 -1 64 2110 0 0 0 52 0 0 0 17 0 13 0 1542266067 837857280 174020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6063] ppid=6050 vsize=818220 CPUtime=0
/proc/6052/task/6063/stat : 6063 (java) S 6050 6052 5769 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1542266067 837857280 174020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6064] ppid=6050 vsize=818220 CPUtime=0
/proc/6052/task/6064/stat : 6064 (java) S 6050 6052 5769 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 1542266067 837857280 174020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6071] ppid=6050 vsize=818220 CPUtime=0
/proc/6052/task/6071/stat : 6071 (java) S 6050 6052 5769 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1542291370 837857280 174020 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 253.33
Current children cumulated vsize (KiB) 818220

[startup+255.103 s]
/proc/loadavg: 2.36 2.10 2.02 2/84 6071
/proc/meminfo: memFree=817816/2055920 swapFree=4122668/4192956
[pid=6052] ppid=6050 vsize=818220 CPUtime=253.69
/proc/6052/stat : 6052 (java) S 6050 6052 5769 0 -1 0 179373 0 1 0 25292 77 0 0 18 0 12 0 1542266058 837857280 174021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6052/statm: 204555 174021 1391 9 0 201917 0
[pid=6052/tid=6054] ppid=6050 vsize=818220 CPUtime=216.19
/proc/6052/task/6054/stat : 6054 (java) S 6050 6052 5769 0 -1 64 17704 0 1 0 21606 13 0 0 16 0 12 0 1542266060 837857280 174021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6055] ppid=6050 vsize=818220 CPUtime=3.78
/proc/6052/task/6055/stat : 6055 (java) S 6050 6052 5769 0 -1 64 79173 0 0 0 348 30 0 0 16 0 12 0 1542266061 837857280 174021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6056] ppid=6050 vsize=818220 CPUtime=3.39
/proc/6052/task/6056/stat : 6056 (java) S 6050 6052 5769 0 -1 64 75054 0 0 0 313 26 0 0 15 0 12 0 1542266061 837857280 174021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6057] ppid=6050 vsize=818220 CPUtime=29.11
/proc/6052/task/6057/stat : 6057 (java) S 6050 6052 5769 0 -1 64 287 0 0 0 2908 3 0 0 25 0 12 0 1542266062 837857280 174021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6058] ppid=6050 vsize=818220 CPUtime=0
/proc/6052/task/6058/stat : 6058 (java) S 6050 6052 5769 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 1542266063 837857280 174021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6059] ppid=6050 vsize=818220 CPUtime=0
/proc/6052/task/6059/stat : 6059 (java) S 6050 6052 5769 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1542266063 837857280 174021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6060] ppid=6050 vsize=818220 CPUtime=0
/proc/6052/task/6060/stat : 6060 (java) S 6050 6052 5769 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1542266067 837857280 174021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6061] ppid=6050 vsize=818220 CPUtime=0.64
/proc/6052/task/6061/stat : 6061 (java) S 6050 6052 5769 0 -1 64 4272 0 0 0 63 1 0 0 17 0 12 0 1542266067 837857280 174021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6052/tid=6062] ppid=6050 vsize=818220 CPUtime=0.52
/proc/6052/task/6062/stat : 6062 (java) S 6050 6052 5769 0 -1 64 2110 0 0 0 52 0 0 0 17 0 12 0 1542266067 837857280 174021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6063] ppid=6050 vsize=818220 CPUtime=0
/proc/6052/task/6063/stat : 6063 (java) S 6050 6052 5769 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1542266067 837857280 174021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6052/tid=6064] ppid=6050 vsize=818220 CPUtime=0
/proc/6052/task/6064/stat : 6064 (java) S 6050 6052 5769 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1542266067 837857280 174021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 253.69
Current children cumulated vsize (KiB) 818220

[startup+255.208 s]
/proc/loadavg: 2.36 2.10 2.02 2/84 6071
/proc/meminfo: memFree=817816/2055920 swapFree=4122668/4192956
[pid=6052] ppid=6050 vsize=0 CPUtime=253.78
/proc/6052/stat : 6052 (java) Z 6050 6052 5769 0 -1 12 179377 0 1 0 25292 86 0 0 16 0 2 0 1542266058 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6052/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 253.78
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 255.219
CPU time (s): 253.809
CPU user time (s): 252.93
CPU system time (s): 0.879866
CPU usage (%): 99.4479
Max. virtual memory (cumulated for all children) (KiB): 819244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.93
system time used= 0.879866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179377
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= 11071
involuntary context switches= 11550

runsolver used 0.304953 second user time and 0.901862 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-04 00:58:30
IDJOB=1060135
IDBENCH=54408
IDSOLVER=344
FILE ID=node12/1060135-1215125910
PBS_JOBID= 7877257
Free space on /tmp= 66540 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-95-9.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-1060135-1215125910/watcher-1060135-1215125910 -o /tmp/evaluation-result-1060135-1215125910/solver-1060135-1215125910 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1060135-1215125910.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4b78d7f43a355b62cc35ed3e75b3d9c4
RANDOM SEED=1461929031

node12.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.236
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.236
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:       1511328 kB
Buffers:         46488 kB
Cached:         280332 kB
SwapCached:      64384 kB
Active:         318244 kB
Inactive:       162372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1511328 kB
SwapTotal:     4192956 kB
SwapFree:      4122668 kB
Dirty:            1552 kB
Writeback:           0 kB
Mapped:         161608 kB
Slab:            49136 kB
Committed_AS:  2971604 kB
PageTables:       2040 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= 66536 MiB
End job on node12 at 2008-07-04 01:02:45