Trace number 2080986

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? 246.45 248.146

General information on the benchmark

Namecsp/super-os/super-os-taillard-15/
normalized-super-os-taillard-15-22.xml
MD5SUM900b7747b78e42be6a9314ed6eaf2ff1
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 benchmark5.9151
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Maximum constraint arity2
Maximum domain size909
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9675
Global constraints used (with number of constraints)

Solver Data

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

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-2080986-1247371859/watcher-2080986-1247371859 -o /tmp/evaluation-result-2080986-1247371859/solver-2080986-1247371859 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080986-1247371859.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 25210
/proc/meminfo: memFree=1448480/2055920 swapFree=4192812/4192956
[pid=25210] ppid=25208 vsize=0 CPUtime=0
/proc/25210/stat : 25210 (java6) R 25208 25210 18450 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 24252794 0 0 996147200 0 0 0 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/25210/statm: 0 0 0 0 0 0 0

[startup+0.0603811 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 25210
/proc/meminfo: memFree=1448480/2055920 swapFree=4192812/4192956
[pid=25210] ppid=25208 vsize=802164 CPUtime=0.04
/proc/25210/stat : 25210 (java) S 25208 25210 18450 0 -1 0 2702 0 1 0 3 1 0 0 18 0 7 0 24252794 821415936 2447 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 200541 2448 1029 9 0 197892 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802164

[startup+0.102386 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 25210
/proc/meminfo: memFree=1448480/2055920 swapFree=4192812/4192956
[pid=25210] ppid=25208 vsize=804560 CPUtime=0.09
/proc/25210/stat : 25210 (java) S 25208 25210 18450 0 -1 0 3050 0 1 0 7 2 0 0 18 0 12 0 24252794 823869440 2793 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 201140 2793 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.302413 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 25210
/proc/meminfo: memFree=1448480/2055920 swapFree=4192812/4192956
[pid=25210] ppid=25208 vsize=805832 CPUtime=0.29
/proc/25210/stat : 25210 (java) S 25208 25210 18450 0 -1 0 4378 0 1 0 26 3 0 0 18 0 12 0 24252794 825171968 4115 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 201458 4115 1363 9 0 198785 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805832

[startup+0.702466 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 25210
/proc/meminfo: memFree=1448480/2055920 swapFree=4192812/4192956
[pid=25210] ppid=25208 vsize=807164 CPUtime=0.68
/proc/25210/stat : 25210 (java) S 25208 25210 18450 0 -1 0 7874 0 1 0 64 4 0 0 18 0 12 0 24252794 826535936 7366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 201791 7366 1387 9 0 199118 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807164

[startup+1.50157 s]
/proc/loadavg: 2.00 2.00 2.00 5/86 25222
/proc/meminfo: memFree=1368576/2055920 swapFree=4192812/4192956
[pid=25210] ppid=25208 vsize=807288 CPUtime=1.57
/proc/25210/stat : 25210 (java) S 25208 25210 18450 0 -1 0 31354 0 1 0 141 16 0 0 18 0 12 0 24252794 826662912 30604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 201822 30604 1401 9 0 199149 0
[pid=25210/tid=25212] ppid=25208 vsize=807288 CPUtime=0.8
/proc/25210/task/25212/stat : 25212 (java) R 25208 25210 18450 0 -1 64 17317 0 1 0 71 9 0 0 25 0 12 0 24252795 826662912 30604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25213] ppid=25208 vsize=807288 CPUtime=0.23
/proc/25210/task/25213/stat : 25213 (java) S 25208 25210 18450 0 -1 64 6768 0 0 0 21 2 0 0 19 0 12 0 24252796 826662912 30604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25214] ppid=25208 vsize=807288 CPUtime=0.16
/proc/25210/task/25214/stat : 25214 (java) S 25208 25210 18450 0 -1 64 5336 0 0 0 14 2 0 0 18 0 12 0 24252796 826662912 30604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25215] ppid=25208 vsize=807288 CPUtime=0
/proc/25210/task/25215/stat : 25215 (java) S 25208 25210 18450 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24252798 826662912 30604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25216] ppid=25208 vsize=807288 CPUtime=0
/proc/25210/task/25216/stat : 25216 (java) S 25208 25210 18450 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24252798 826662912 30604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25217] ppid=25208 vsize=807288 CPUtime=0
/proc/25210/task/25217/stat : 25217 (java) S 25208 25210 18450 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24252798 826662912 30604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25218] ppid=25208 vsize=807288 CPUtime=0
/proc/25210/task/25218/stat : 25218 (java) S 25208 25210 18450 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24252803 826662912 30604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25219] ppid=25208 vsize=807288 CPUtime=0.04
/proc/25210/task/25219/stat : 25219 (java) S 25208 25210 18450 0 -1 64 252 0 0 0 4 0 0 0 18 0 12 0 24252803 826662912 30604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25220] ppid=25208 vsize=807288 CPUtime=0.28
/proc/25210/task/25220/stat : 25220 (java) S 25208 25210 18450 0 -1 64 930 0 0 0 28 0 0 0 16 0 12 0 24252803 826662912 30604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25221] ppid=25208 vsize=807288 CPUtime=0
/proc/25210/task/25221/stat : 25221 (java) S 25208 25210 18450 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24252803 826662912 30604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25222] ppid=25208 vsize=807288 CPUtime=0
/proc/25210/task/25222/stat : 25222 (java) S 25208 25210 18450 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24252803 826662912 30604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 807288

[startup+3.10178 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 25222
/proc/meminfo: memFree=1327872/2055920 swapFree=4192812/4192956
[pid=25210] ppid=25208 vsize=810272 CPUtime=3.3
/proc/25210/stat : 25210 (java) S 25208 25210 18450 0 -1 0 42161 0 1 0 310 20 0 0 18 0 12 0 24252794 829718528 39587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 202568 39587 1426 9 0 199895 0
[pid=25210/tid=25212] ppid=25208 vsize=810272 CPUtime=1.84
/proc/25210/task/25212/stat : 25212 (java) R 25208 25210 18450 0 -1 64 17438 0 1 0 175 9 0 0 25 0 12 0 24252795 829718528 39587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25213] ppid=25208 vsize=810272 CPUtime=0.39
/proc/25210/task/25213/stat : 25213 (java) S 25208 25210 18450 0 -1 64 12265 0 0 0 34 5 0 0 18 0 12 0 24252796 829718528 39587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25214] ppid=25208 vsize=810272 CPUtime=0.32
/proc/25210/task/25214/stat : 25214 (java) S 25208 25210 18450 0 -1 64 8743 0 0 0 28 4 0 0 18 0 12 0 24252796 829718528 39587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25215] ppid=25208 vsize=810272 CPUtime=0
/proc/25210/task/25215/stat : 25215 (java) S 25208 25210 18450 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 24252798 829718528 39587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25216] ppid=25208 vsize=810272 CPUtime=0
/proc/25210/task/25216/stat : 25216 (java) S 25208 25210 18450 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24252798 829718528 39587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25217] ppid=25208 vsize=810272 CPUtime=0
/proc/25210/task/25217/stat : 25217 (java) S 25208 25210 18450 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24252798 829718528 39587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25218] ppid=25208 vsize=810272 CPUtime=0
/proc/25210/task/25218/stat : 25218 (java) S 25208 25210 18450 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24252803 829718528 39587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25219] ppid=25208 vsize=810272 CPUtime=0.04
/proc/25210/task/25219/stat : 25219 (java) S 25208 25210 18450 0 -1 64 252 0 0 0 4 0 0 0 18 0 12 0 24252803 829718528 39587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25220] ppid=25208 vsize=810272 CPUtime=0.67
/proc/25210/task/25220/stat : 25220 (java) R 25208 25210 18450 0 -1 64 2710 0 0 0 67 0 0 0 16 0 12 0 24252803 829718528 39587 996147200 134512640 134550932 4294956016 18446744073709551615 103150375 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25221] ppid=25208 vsize=810272 CPUtime=0
/proc/25210/task/25221/stat : 25221 (java) S 25208 25210 18450 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24252803 829718528 39587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25222] ppid=25208 vsize=810272 CPUtime=0
/proc/25210/task/25222/stat : 25222 (java) S 25208 25210 18450 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24252803 829718528 39587 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 810272

[startup+6.30221 s]
/proc/loadavg: 2.16 2.03 2.01 3/86 25222
/proc/meminfo: memFree=1274944/2055920 swapFree=4192812/4192956
[pid=25210] ppid=25208 vsize=812388 CPUtime=6.52
/proc/25210/stat : 25210 (java) S 25208 25210 18450 0 -1 0 50570 0 1 0 628 24 0 0 18 0 12 0 24252794 831885312 46442 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 203097 46444 1433 9 0 200424 0
[pid=25210/tid=25212] ppid=25208 vsize=812388 CPUtime=4.01
/proc/25210/task/25212/stat : 25212 (java) R 25208 25210 18450 0 -1 64 17449 0 1 0 392 9 0 0 19 0 12 0 24252795 831885312 46445 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25213] ppid=25208 vsize=812388 CPUtime=0.65
/proc/25210/task/25213/stat : 25213 (java) R 25208 25210 18450 0 -1 64 14958 0 0 0 58 7 0 0 16 0 12 0 24252796 831885312 46446 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25214] ppid=25208 vsize=812388 CPUtime=0.53
/proc/25210/task/25214/stat : 25214 (java) R 25208 25210 18450 0 -1 64 12302 0 0 0 48 5 0 0 16 0 12 0 24252796 831885312 46447 996147200 134512640 134550932 4294956016 18446744073709551615 103111384 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25215] ppid=25208 vsize=812388 CPUtime=0
/proc/25210/task/25215/stat : 25215 (java) S 25208 25210 18450 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 24252798 831885312 46448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25216] ppid=25208 vsize=812388 CPUtime=0
/proc/25210/task/25216/stat : 25216 (java) S 25208 25210 18450 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24252798 831885312 46450 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25217] ppid=25208 vsize=812388 CPUtime=0
/proc/25210/task/25217/stat : 25217 (java) S 25208 25210 18450 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24252798 831885312 46451 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25218] ppid=25208 vsize=812388 CPUtime=0
/proc/25210/task/25218/stat : 25218 (java) S 25208 25210 18450 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24252803 831885312 46452 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25219] ppid=25208 vsize=812388 CPUtime=0.08
/proc/25210/task/25219/stat : 25219 (java) S 25208 25210 18450 0 -1 64 255 0 0 0 8 0 0 0 16 0 12 0 24252803 831885312 46453 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25220] ppid=25208 vsize=812388 CPUtime=1.2
/proc/25210/task/25220/stat : 25220 (java) S 25208 25210 18450 0 -1 64 4857 0 0 0 119 1 0 0 20 0 12 0 24252803 831885312 46455 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25221] ppid=25208 vsize=812388 CPUtime=0
/proc/25210/task/25221/stat : 25221 (java) S 25208 25210 18450 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24252803 831885312 46456 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25222] ppid=25208 vsize=812388 CPUtime=0
/proc/25210/task/25222/stat : 25222 (java) S 25208 25210 18450 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24252803 831885312 46457 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.52
Current children cumulated vsize (KiB) 812388

[startup+12.7021 s]
/proc/loadavg: 2.15 2.03 2.01 3/86 25222
/proc/meminfo: memFree=1233664/2055920 swapFree=4192812/4192956
[pid=25210] ppid=25208 vsize=810740 CPUtime=12.87
/proc/25210/stat : 25210 (java) S 25208 25210 18450 0 -1 0 59606 0 1 0 1259 28 0 0 18 0 12 0 24252794 830197760 54975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 202685 54975 1433 9 0 200012 0
[pid=25210/tid=25212] ppid=25208 vsize=810740 CPUtime=10.07
/proc/25210/task/25212/stat : 25212 (java) R 25208 25210 18450 0 -1 64 17471 0 1 0 998 9 0 0 25 0 12 0 24252795 830197760 54975 996147200 134512640 134550932 4294956016 18446744073709551615 4109665197 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25210/tid=25213] ppid=25208 vsize=810740 CPUtime=0.81
/proc/25210/task/25213/stat : 25213 (java) S 25208 25210 18450 0 -1 64 20130 0 0 0 72 9 0 0 16 0 12 0 24252796 830197760 54975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25210/tid=25214] ppid=25208 vsize=810740 CPUtime=0.64
/proc/25210/task/25214/stat : 25214 (java) S 25208 25210 18450 0 -1 64 16140 0 0 0 58 6 0 0 16 0 12 0 24252796 830197760 54975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25210/tid=25215] ppid=25208 vsize=810740 CPUtime=0
/proc/25210/task/25215/stat : 25215 (java) S 25208 25210 18450 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 24252798 830197760 54975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25210/tid=25216] ppid=25208 vsize=810740 CPUtime=0
/proc/25210/task/25216/stat : 25216 (java) S 25208 25210 18450 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24252798 830197760 54975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25217] ppid=25208 vsize=810740 CPUtime=0
/proc/25210/task/25217/stat : 25217 (java) S 25208 25210 18450 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24252798 830197760 54975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25218] ppid=25208 vsize=810740 CPUtime=0
/proc/25210/task/25218/stat : 25218 (java) S 25208 25210 18450 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24252803 830197760 54975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25219] ppid=25208 vsize=810740 CPUtime=0.08
/proc/25210/task/25219/stat : 25219 (java) S 25208 25210 18450 0 -1 64 255 0 0 0 8 0 0 0 16 0 12 0 24252803 830197760 54975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25220] ppid=25208 vsize=810740 CPUtime=1.21
/proc/25210/task/25220/stat : 25220 (java) S 25208 25210 18450 0 -1 64 4857 0 0 0 120 1 0 0 16 0 12 0 24252803 830197760 54975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25210/tid=25221] ppid=25208 vsize=810740 CPUtime=0
/proc/25210/task/25221/stat : 25221 (java) S 25208 25210 18450 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24252803 830197760 54975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25222] ppid=25208 vsize=810740 CPUtime=0
/proc/25210/task/25222/stat : 25222 (java) S 25208 25210 18450 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24252803 830197760 54975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.87
Current children cumulated vsize (KiB) 810740

[startup+25.5042 s]
/proc/loadavg: 2.12 2.03 2.01 3/86 25222
/proc/meminfo: memFree=1154176/2055920 swapFree=4192812/4192956
[pid=25210] ppid=25208 vsize=810740 CPUtime=25.55
/proc/25210/stat : 25210 (java) S 25208 25210 18450 0 -1 0 81301 0 1 0 2516 39 0 0 18 0 12 0 24252794 830197760 76345 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 202685 76345 1433 9 0 200012 0
[pid=25210/tid=25212] ppid=25208 vsize=810740 CPUtime=22.26
/proc/25210/task/25212/stat : 25212 (java) R 25208 25210 18450 0 -1 64 17498 0 1 0 2216 10 0 0 25 0 12 0 24252795 830197760 76345 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25210/tid=25213] ppid=25208 vsize=810740 CPUtime=1
/proc/25210/task/25213/stat : 25213 (java) S 25208 25210 18450 0 -1 64 30674 0 0 0 85 15 0 0 15 0 12 0 24252796 830197760 76345 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25210/tid=25214] ppid=25208 vsize=810740 CPUtime=0.88
/proc/25210/task/25214/stat : 25214 (java) R 25208 25210 18450 0 -1 64 27264 0 0 0 78 10 0 0 15 0 12 0 24252796 830197760 76345 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25210/tid=25215] ppid=25208 vsize=810740 CPUtime=0.01
/proc/25210/task/25215/stat : 25215 (java) S 25208 25210 18450 0 -1 64 12 0 0 0 1 0 0 0 15 0 12 0 24252798 830197760 76345 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25210/tid=25216] ppid=25208 vsize=810740 CPUtime=0
/proc/25210/task/25216/stat : 25216 (java) S 25208 25210 18450 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24252798 830197760 76345 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25217] ppid=25208 vsize=810740 CPUtime=0
/proc/25210/task/25217/stat : 25217 (java) S 25208 25210 18450 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24252798 830197760 76345 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25218] ppid=25208 vsize=810740 CPUtime=0
/proc/25210/task/25218/stat : 25218 (java) S 25208 25210 18450 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24252803 830197760 76345 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25219] ppid=25208 vsize=810740 CPUtime=0.08

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

[pid=25210/tid=25221] ppid=25208 vsize=814744 CPUtime=0
/proc/25210/task/25221/stat : 25221 (java) S 25208 25210 18450 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24252803 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25222] ppid=25208 vsize=814744 CPUtime=0
/proc/25210/task/25222/stat : 25222 (java) S 25208 25210 18450 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24252803 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 228.61
Current children cumulated vsize (KiB) 814744

[startup+236.703 s]
/proc/loadavg: 2.51 2.19 2.06 3/86 25222
/proc/meminfo: memFree=762496/2055920 swapFree=4192812/4192956
[pid=25210] ppid=25208 vsize=814744 CPUtime=235
/proc/25210/stat : 25210 (java) S 25208 25210 18450 0 -1 0 237612 0 1 0 23388 112 0 0 18 0 12 0 24252794 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 203686 173193 1437 9 0 201013 0
[pid=25210/tid=25212] ppid=25208 vsize=814744 CPUtime=199.37
/proc/25210/task/25212/stat : 25212 (java) R 25208 25210 18450 0 -1 64 17883 0 1 0 19926 11 0 0 25 0 12 0 24252795 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25213] ppid=25208 vsize=814744 CPUtime=4.42
/proc/25210/task/25213/stat : 25213 (java) S 25208 25210 18450 0 -1 64 78147 0 0 0 406 36 0 0 16 0 12 0 24252796 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25214] ppid=25208 vsize=814744 CPUtime=4.45
/proc/25210/task/25214/stat : 25214 (java) S 25208 25210 18450 0 -1 64 75633 0 0 0 416 29 0 0 15 0 12 0 24252796 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25215] ppid=25208 vsize=814744 CPUtime=25.36
/proc/25210/task/25215/stat : 25215 (java) R 25208 25210 18450 0 -1 64 60094 0 0 0 2503 33 0 0 16 0 12 0 24252798 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 105697124 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25216] ppid=25208 vsize=814744 CPUtime=0
/proc/25210/task/25216/stat : 25216 (java) S 25208 25210 18450 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24252798 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25210/tid=25217] ppid=25208 vsize=814744 CPUtime=0
/proc/25210/task/25217/stat : 25217 (java) S 25208 25210 18450 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24252798 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25218] ppid=25208 vsize=814744 CPUtime=0
/proc/25210/task/25218/stat : 25218 (java) S 25208 25210 18450 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24252803 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25219] ppid=25208 vsize=814744 CPUtime=0.08
/proc/25210/task/25219/stat : 25219 (java) S 25208 25210 18450 0 -1 64 255 0 0 0 8 0 0 0 16 0 12 0 24252803 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25220] ppid=25208 vsize=814744 CPUtime=1.28
/proc/25210/task/25220/stat : 25220 (java) S 25208 25210 18450 0 -1 64 4859 0 0 0 127 1 0 0 17 0 12 0 24252803 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25210/tid=25221] ppid=25208 vsize=814744 CPUtime=0
/proc/25210/task/25221/stat : 25221 (java) S 25208 25210 18450 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24252803 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25222] ppid=25208 vsize=814744 CPUtime=0
/proc/25210/task/25222/stat : 25222 (java) S 25208 25210 18450 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24252803 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 235
Current children cumulated vsize (KiB) 814744

[startup+243.107 s]
/proc/loadavg: 2.55 2.20 2.06 4/86 25222
/proc/meminfo: memFree=758528/2055920 swapFree=4192812/4192956
[pid=25210] ppid=25208 vsize=810740 CPUtime=241.41
/proc/25210/stat : 25210 (java) S 25208 25210 18450 0 -1 0 251139 0 1 0 24022 119 0 0 18 0 12 0 24252794 830197760 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 202685 172192 1437 9 0 200012 0
[pid=25210/tid=25212] ppid=25208 vsize=810740 CPUtime=200.22
/proc/25210/task/25212/stat : 25212 (java) R 25208 25210 18450 0 -1 64 17892 0 1 0 20011 11 0 0 25 0 12 0 24252795 830197760 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4109692623 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25213] ppid=25208 vsize=810740 CPUtime=4.42
/proc/25210/task/25213/stat : 25213 (java) S 25208 25210 18450 0 -1 64 78147 0 0 0 406 36 0 0 16 0 12 0 24252796 830197760 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25214] ppid=25208 vsize=810740 CPUtime=4.45
/proc/25210/task/25214/stat : 25214 (java) S 25208 25210 18450 0 -1 64 75633 0 0 0 416 29 0 0 15 0 12 0 24252796 830197760 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25215] ppid=25208 vsize=810740 CPUtime=30.9
/proc/25210/task/25215/stat : 25215 (java) S 25208 25210 18450 0 -1 64 73612 0 0 0 3051 39 0 0 16 0 12 0 24252798 830197760 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25216] ppid=25208 vsize=810740 CPUtime=0
/proc/25210/task/25216/stat : 25216 (java) S 25208 25210 18450 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24252798 830197760 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25210/tid=25217] ppid=25208 vsize=810740 CPUtime=0
/proc/25210/task/25217/stat : 25217 (java) S 25208 25210 18450 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24252798 830197760 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25218] ppid=25208 vsize=810740 CPUtime=0
/proc/25210/task/25218/stat : 25218 (java) S 25208 25210 18450 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24252803 830197760 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25219] ppid=25208 vsize=810740 CPUtime=0.08
/proc/25210/task/25219/stat : 25219 (java) S 25208 25210 18450 0 -1 64 255 0 0 0 8 0 0 0 16 0 12 0 24252803 830197760 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25220] ppid=25208 vsize=810740 CPUtime=1.28
/proc/25210/task/25220/stat : 25220 (java) S 25208 25210 18450 0 -1 64 4859 0 0 0 127 1 0 0 17 0 12 0 24252803 830197760 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25210/tid=25221] ppid=25208 vsize=810740 CPUtime=0
/proc/25210/task/25221/stat : 25221 (java) S 25208 25210 18450 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24252803 830197760 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25222] ppid=25208 vsize=810740 CPUtime=0
/proc/25210/task/25222/stat : 25222 (java) S 25208 25210 18450 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24252803 830197760 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 241.41
Current children cumulated vsize (KiB) 810740

[startup+246.303 s]
/proc/loadavg: 2.58 2.21 2.07 3/86 25222
/proc/meminfo: memFree=762496/2055920 swapFree=4192812/4192956
[pid=25210] ppid=25208 vsize=810740 CPUtime=244.6
/proc/25210/stat : 25210 (java) S 25208 25210 18450 0 -1 0 258654 0 1 0 24338 122 0 0 18 0 12 0 24252794 830197760 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 202685 172192 1437 9 0 200012 0
[pid=25210/tid=25212] ppid=25208 vsize=810740 CPUtime=200.56
/proc/25210/task/25212/stat : 25212 (java) R 25208 25210 18450 0 -1 64 17897 0 1 0 20045 11 0 0 25 0 12 0 24252795 830197760 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4109791586 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25213] ppid=25208 vsize=810740 CPUtime=4.42
/proc/25210/task/25213/stat : 25213 (java) S 25208 25210 18450 0 -1 64 78147 0 0 0 406 36 0 0 16 0 12 0 24252796 830197760 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25214] ppid=25208 vsize=810740 CPUtime=4.45
/proc/25210/task/25214/stat : 25214 (java) S 25208 25210 18450 0 -1 64 75633 0 0 0 416 29 0 0 15 0 12 0 24252796 830197760 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25215] ppid=25208 vsize=810740 CPUtime=33.76
/proc/25210/task/25215/stat : 25215 (java) S 25208 25210 18450 0 -1 64 81122 0 0 0 3333 43 0 0 16 0 12 0 24252798 830197760 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25216] ppid=25208 vsize=810740 CPUtime=0
/proc/25210/task/25216/stat : 25216 (java) S 25208 25210 18450 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24252798 830197760 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25210/tid=25217] ppid=25208 vsize=810740 CPUtime=0
/proc/25210/task/25217/stat : 25217 (java) S 25208 25210 18450 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24252798 830197760 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25218] ppid=25208 vsize=810740 CPUtime=0
/proc/25210/task/25218/stat : 25218 (java) S 25208 25210 18450 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24252803 830197760 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25219] ppid=25208 vsize=810740 CPUtime=0.08
/proc/25210/task/25219/stat : 25219 (java) S 25208 25210 18450 0 -1 64 255 0 0 0 8 0 0 0 16 0 12 0 24252803 830197760 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25220] ppid=25208 vsize=810740 CPUtime=1.28
/proc/25210/task/25220/stat : 25220 (java) S 25208 25210 18450 0 -1 64 4859 0 0 0 127 1 0 0 17 0 12 0 24252803 830197760 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25210/tid=25221] ppid=25208 vsize=810740 CPUtime=0
/proc/25210/task/25221/stat : 25221 (java) S 25208 25210 18450 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24252803 830197760 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25222] ppid=25208 vsize=810740 CPUtime=0
/proc/25210/task/25222/stat : 25222 (java) S 25208 25210 18450 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24252803 830197760 172192 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 244.6
Current children cumulated vsize (KiB) 810740

[startup+247.103 s]
/proc/loadavg: 2.58 2.21 2.07 3/86 25222
/proc/meminfo: memFree=762496/2055920 swapFree=4192812/4192956
[pid=25210] ppid=25208 vsize=814744 CPUtime=245.4
/proc/25210/stat : 25210 (java) S 25208 25210 18450 0 -1 0 261662 0 1 0 24416 124 0 0 18 0 12 0 24252794 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 203686 173193 1436 9 0 201013 0
[pid=25210/tid=25212] ppid=25208 vsize=814744 CPUtime=200.63
/proc/25210/task/25212/stat : 25212 (java) R 25208 25210 18450 0 -1 64 17901 0 1 0 20052 11 0 0 25 0 12 0 24252795 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25213] ppid=25208 vsize=814744 CPUtime=4.42
/proc/25210/task/25213/stat : 25213 (java) S 25208 25210 18450 0 -1 64 78147 0 0 0 406 36 0 0 16 0 12 0 24252796 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25214] ppid=25208 vsize=814744 CPUtime=4.45
/proc/25210/task/25214/stat : 25214 (java) S 25208 25210 18450 0 -1 64 75633 0 0 0 416 29 0 0 15 0 12 0 24252796 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25215] ppid=25208 vsize=814744 CPUtime=34.49
/proc/25210/task/25215/stat : 25215 (java) R 25208 25210 18450 0 -1 64 84126 0 0 0 3404 45 0 0 16 0 12 0 24252798 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 105697124 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25216] ppid=25208 vsize=814744 CPUtime=0
/proc/25210/task/25216/stat : 25216 (java) S 25208 25210 18450 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24252798 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25210/tid=25217] ppid=25208 vsize=814744 CPUtime=0
/proc/25210/task/25217/stat : 25217 (java) S 25208 25210 18450 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24252798 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25218] ppid=25208 vsize=814744 CPUtime=0
/proc/25210/task/25218/stat : 25218 (java) S 25208 25210 18450 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24252803 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25219] ppid=25208 vsize=814744 CPUtime=0.08
/proc/25210/task/25219/stat : 25219 (java) S 25208 25210 18450 0 -1 64 255 0 0 0 8 0 0 0 16 0 12 0 24252803 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25220] ppid=25208 vsize=814744 CPUtime=1.28
/proc/25210/task/25220/stat : 25220 (java) S 25208 25210 18450 0 -1 64 4859 0 0 0 127 1 0 0 17 0 12 0 24252803 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25210/tid=25221] ppid=25208 vsize=814744 CPUtime=0
/proc/25210/task/25221/stat : 25221 (java) S 25208 25210 18450 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24252803 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25222] ppid=25208 vsize=814744 CPUtime=0
/proc/25210/task/25222/stat : 25222 (java) S 25208 25210 18450 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24252803 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 245.4
Current children cumulated vsize (KiB) 814744

[startup+247.902 s]
/proc/loadavg: 2.58 2.21 2.07 4/86 25222
/proc/meminfo: memFree=758464/2055920 swapFree=4192812/4192956
[pid=25210] ppid=25208 vsize=814744 CPUtime=246.2
/proc/25210/stat : 25210 (java) S 25208 25210 18450 0 -1 0 261662 0 1 0 24496 124 0 0 18 0 12 0 24252794 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 203686 173193 1436 9 0 201013 0
[pid=25210/tid=25212] ppid=25208 vsize=814744 CPUtime=200.63
/proc/25210/task/25212/stat : 25212 (java) R 25208 25210 18450 0 -1 64 17901 0 1 0 20052 11 0 0 25 0 12 0 24252795 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25213] ppid=25208 vsize=814744 CPUtime=4.42
/proc/25210/task/25213/stat : 25213 (java) S 25208 25210 18450 0 -1 64 78147 0 0 0 406 36 0 0 16 0 12 0 24252796 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25214] ppid=25208 vsize=814744 CPUtime=4.45
/proc/25210/task/25214/stat : 25214 (java) S 25208 25210 18450 0 -1 64 75633 0 0 0 416 29 0 0 15 0 12 0 24252796 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25215] ppid=25208 vsize=814744 CPUtime=35.29
/proc/25210/task/25215/stat : 25215 (java) R 25208 25210 18450 0 -1 64 84126 0 0 0 3484 45 0 0 17 0 12 0 24252798 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25216] ppid=25208 vsize=814744 CPUtime=0
/proc/25210/task/25216/stat : 25216 (java) S 25208 25210 18450 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24252798 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25210/tid=25217] ppid=25208 vsize=814744 CPUtime=0
/proc/25210/task/25217/stat : 25217 (java) S 25208 25210 18450 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24252798 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25218] ppid=25208 vsize=814744 CPUtime=0
/proc/25210/task/25218/stat : 25218 (java) S 25208 25210 18450 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24252803 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25219] ppid=25208 vsize=814744 CPUtime=0.08
/proc/25210/task/25219/stat : 25219 (java) S 25208 25210 18450 0 -1 64 255 0 0 0 8 0 0 0 16 0 12 0 24252803 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25220] ppid=25208 vsize=814744 CPUtime=1.28
/proc/25210/task/25220/stat : 25220 (java) S 25208 25210 18450 0 -1 64 4859 0 0 0 127 1 0 0 17 0 12 0 24252803 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25210/tid=25221] ppid=25208 vsize=814744 CPUtime=0
/proc/25210/task/25221/stat : 25221 (java) S 25208 25210 18450 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24252803 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25210/tid=25222] ppid=25208 vsize=814744 CPUtime=0
/proc/25210/task/25222/stat : 25222 (java) S 25208 25210 18450 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24252803 834297856 173193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 246.2
Current children cumulated vsize (KiB) 814744

[startup+248.102 s]
/proc/loadavg: 2.58 2.21 2.07 4/86 25222
/proc/meminfo: memFree=758464/2055920 swapFree=4192812/4192956
[pid=25210] ppid=25208 vsize=0 CPUtime=246.4
/proc/25210/stat : 25210 (java) Z 25208 25210 18450 0 -1 12 261676 0 1 0 24510 130 0 0 16 0 2 0 24252794 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25210/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 246.4
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 248.146
CPU time (s): 246.45
CPU user time (s): 245.105
CPU system time (s): 1.3448
CPU usage (%): 99.3165
Max. virtual memory (cumulated for all children) (KiB): 816748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 245.105
system time used= 1.34479
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261676
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= 12716
involuntary context switches= 11879

runsolver used 0.32395 second user time and 0.865868 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-12 06:10:59
IDJOB=2080986
IDBENCH=57220
IDSOLVER=731
FILE ID=node13/2080986-1247371859
PBS_JOBID= 9507014
Free space on /tmp= 66232 MiB

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

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

MD5SUM BENCH= 900b7747b78e42be6a9314ed6eaf2ff1
RANDOM SEED=416494078

node13.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.241
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.241
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:       1448960 kB
Buffers:         52660 kB
Cached:         336164 kB
SwapCached:          0 kB
Active:         346332 kB
Inactive:       183732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1448960 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2480 kB
Writeback:           0 kB
Mapped:         152352 kB
Slab:            61748 kB
Committed_AS:   299312 kB
PageTables:       2188 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= 66232 MiB
End job on node13 at 2009-07-12 06:15:07