Trace number 1060156

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) 258.187 258.57

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-100-1.xml
MD5SUM09005a04dc5c1739caa9ba602a098243
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.01284
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size957
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.19/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.30	c See www.sat4j.org for details.
0.19/0.30	c That software uses the Rhino library from the Mozilla project.
0.28/0.34	c version 9.9.9.token
0.28/0.34	c sun.arch.data.model	32
0.28/0.34	c java.version	1.6.0_06
0.28/0.34	c os.name	Linux
0.28/0.34	c os.version	2.6.9-22.EL.rootsmp
0.28/0.34	c os.arch	i386
0.28/0.34	c Free memory 669864272
0.28/0.34	c Max memory 672137216
0.28/0.34	c Total memory 672137216
0.28/0.34	c Number of processors 2
0.28/0.38	c c --- Begin Solver configuration ---
0.28/0.38	c Stops conflict analysis at the first Unique Implication Point
0.28/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.38	c Learn all clauses as in MiniSAT
0.28/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.38	c Expensive reason simplification
0.28/0.38	c MiniSAT restarts strategy
0.28/0.38	c timeout=2147483s
0.28/0.38	c DB Simplification allowed=false
0.28/0.38	c --- End Solver configuration ---
0.28/0.38	c solving HOME/instance-1060156-1215125976.xml
0.28/0.38	c reading problem ... 
0.59/0.64	c reading problem named null
0.59/0.64	c reading domains done.
0.79/0.81	c reading variables done.
1.08/1.18	c reading predicates  done.
1.28/1.36	c reading constraints
256.04/256.49	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
256.04/256.49		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(BinarySupportEncoding.java:90)
256.04/256.49		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(BinarySupportEncoding.java:53)
256.04/256.49		at org.sat4j.csp.Predicate.toClause(Predicate.java:110)
256.04/256.49		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
256.04/256.49		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
256.04/256.49		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
256.04/256.49		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
256.04/256.49		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
256.04/256.49		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
256.04/256.49		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
256.04/256.49		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
256.04/256.49		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
256.04/256.49		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
256.04/256.49		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
256.04/256.49		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
256.04/256.49		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
256.04/256.49		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
256.04/256.49		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
256.04/256.49		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
256.04/256.49		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
256.04/256.49		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:194)
256.04/256.49		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:74)
257.94/258.34	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
257.94/258.34		at java.lang.StringBuilder.toString(Unknown Source)
257.94/258.34		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:91)
257.94/258.34		at org.sat4j.minisat.core.Solver.printStat(Solver.java:1232)
257.94/258.34		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:94)
257.94/258.34		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-1060156-1215125976/watcher-1060156-1215125976 -o /tmp/evaluation-result-1060156-1215125976/solver-1060156-1215125976 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1060156-1215125976.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: 2.01 2.09 2.06 4/72 28503
/proc/meminfo: memFree=1487344/2055920 swapFree=4191676/4192956
[pid=28503] ppid=28501 vsize=18572 CPUtime=0
/proc/28503/stat : 28503 (runsolver) R 28501 28503 27855 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 124592962 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 244276849959 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/28503/statm: 4643 292 257 25 0 2626 0

[startup+0.0906201 s]
/proc/loadavg: 2.01 2.09 2.06 4/72 28503
/proc/meminfo: memFree=1487344/2055920 swapFree=4191676/4192956
[pid=28503] ppid=28501 vsize=804432 CPUtime=0.06
/proc/28503/stat : 28503 (java) S 28501 28503 27855 0 -1 0 2922 0 1 0 5 1 0 0 20 0 12 0 124592962 823738368 2655 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28503/statm: 201108 2655 1026 9 0 198491 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 804432

[startup+0.10162 s]
/proc/loadavg: 2.01 2.09 2.06 4/72 28503
/proc/meminfo: memFree=1487344/2055920 swapFree=4191676/4192956
[pid=28503] ppid=28501 vsize=804612 CPUtime=0.08
/proc/28503/stat : 28503 (java) S 28501 28503 27855 0 -1 0 3007 0 1 0 7 1 0 0 20 0 12 0 124592962 823922688 2740 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28503/statm: 201153 2740 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301658 s]
/proc/loadavg: 2.01 2.09 2.06 4/72 28503
/proc/meminfo: memFree=1487344/2055920 swapFree=4191676/4192956
[pid=28503] ppid=28501 vsize=808268 CPUtime=0.28
/proc/28503/stat : 28503 (java) S 28501 28503 27855 0 -1 0 5032 0 1 0 26 2 0 0 20 0 12 0 124592962 827666432 4295 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28503/statm: 202067 4295 1307 9 0 199436 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808268

[startup+0.701739 s]
/proc/loadavg: 2.01 2.09 2.06 4/72 28503
/proc/meminfo: memFree=1487344/2055920 swapFree=4191676/4192956
[pid=28503] ppid=28501 vsize=808392 CPUtime=0.68
/proc/28503/stat : 28503 (java) S 28501 28503 27855 0 -1 0 6441 0 1 0 64 4 0 0 20 0 12 0 124592962 827793408 5441 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28503/statm: 202098 5441 1335 9 0 199460 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808392

[startup+1.50289 s]
/proc/loadavg: 2.01 2.09 2.06 3/84 28515
/proc/meminfo: memFree=1462928/2055920 swapFree=4191676/4192956
[pid=28503] ppid=28501 vsize=809416 CPUtime=1.48
/proc/28503/stat : 28503 (java) S 28501 28503 27855 0 -1 0 18245 0 1 0 138 10 0 0 20 0 12 0 124592962 828841984 16610 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28503/statm: 202354 16610 1358 9 0 199716 0
[pid=28503/tid=28505] ppid=28501 vsize=809416 CPUtime=0.9
/proc/28503/task/28505/stat : 28505 (java) R 28501 28503 27855 0 -1 64 14847 0 1 0 82 8 0 0 25 0 12 0 124592964 828841984 16610 996147200 134512640 134550740 4294956032 18446744073709551615 4109183678 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28506] ppid=28501 vsize=809416 CPUtime=0
/proc/28503/task/28506/stat : 28506 (java) S 28501 28503 27855 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 124592965 828841984 16610 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28507] ppid=28501 vsize=809416 CPUtime=0
/proc/28503/task/28507/stat : 28507 (java) S 28501 28503 27855 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 124592965 828841984 16610 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28508] ppid=28501 vsize=809416 CPUtime=0
/proc/28503/task/28508/stat : 28508 (java) S 28501 28503 27855 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 124592967 828841984 16610 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28509] ppid=28501 vsize=809416 CPUtime=0
/proc/28503/task/28509/stat : 28509 (java) S 28501 28503 27855 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 124592967 828841984 16610 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28510] ppid=28501 vsize=809416 CPUtime=0
/proc/28503/task/28510/stat : 28510 (java) S 28501 28503 27855 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 124592967 828841984 16610 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28511] ppid=28501 vsize=809416 CPUtime=0
/proc/28503/task/28511/stat : 28511 (java) S 28501 28503 27855 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 124592971 828841984 16610 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28512] ppid=28501 vsize=809416 CPUtime=0.18
/proc/28503/task/28512/stat : 28512 (java) S 28501 28503 27855 0 -1 64 478 0 0 0 18 0 0 0 16 0 12 0 124592971 828841984 16610 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28513] ppid=28501 vsize=809416 CPUtime=0.38
/proc/28503/task/28513/stat : 28513 (java) S 28501 28503 27855 0 -1 64 2153 0 0 0 38 0 0 0 16 0 12 0 124592971 828841984 16610 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28514] ppid=28501 vsize=809416 CPUtime=0
/proc/28503/task/28514/stat : 28514 (java) S 28501 28503 27855 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 124592971 828841984 16610 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28515] ppid=28501 vsize=809416 CPUtime=0
/proc/28503/task/28515/stat : 28515 (java) S 28501 28503 27855 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 124592971 828841984 16610 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 809416

[startup+3.1022 s]
/proc/loadavg: 2.01 2.08 2.06 3/84 28515
/proc/meminfo: memFree=1413968/2055920 swapFree=4191676/4192956
[pid=28503] ppid=28501 vsize=820080 CPUtime=3.29
/proc/28503/stat : 28503 (java) S 28501 28503 27855 0 -1 0 38785 0 1 0 310 19 0 0 20 0 12 0 124592962 839761920 33580 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28503/statm: 205020 33581 1384 9 0 202382 0
[pid=28503/tid=28505] ppid=28501 vsize=820080 CPUtime=1.68
/proc/28503/task/28505/stat : 28505 (java) R 28501 28503 27855 0 -1 64 17367 0 1 0 159 9 0 0 25 0 12 0 124592964 839761920 33582 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28506] ppid=28501 vsize=820080 CPUtime=0.27
/proc/28503/task/28506/stat : 28506 (java) R 28501 28503 27855 0 -1 64 6876 0 0 0 23 4 0 0 16 0 12 0 124592965 839761920 33583 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28503/tid=28507] ppid=28501 vsize=820080 CPUtime=0.25
/proc/28503/task/28507/stat : 28507 (java) R 28501 28503 27855 0 -1 64 7436 0 0 0 23 2 0 0 16 0 12 0 124592965 839761920 33584 996147200 134512640 134550740 4294956032 18446744073709551615 106549066 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28508] ppid=28501 vsize=820080 CPUtime=0
/proc/28503/task/28508/stat : 28508 (java) S 28501 28503 27855 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 124592967 839761920 33585 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28509] ppid=28501 vsize=820080 CPUtime=0
/proc/28503/task/28509/stat : 28509 (java) S 28501 28503 27855 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 124592967 839761920 33587 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28510] ppid=28501 vsize=820080 CPUtime=0
/proc/28503/task/28510/stat : 28510 (java) S 28501 28503 27855 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 124592967 839761920 33588 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28511] ppid=28501 vsize=820080 CPUtime=0
/proc/28503/task/28511/stat : 28511 (java) S 28501 28503 27855 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 124592971 839761920 33590 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28512] ppid=28501 vsize=820080 CPUtime=0.27
/proc/28503/task/28512/stat : 28512 (java) S 28501 28503 27855 0 -1 64 676 0 0 0 27 0 0 0 16 0 12 0 124592971 839761920 33591 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28513] ppid=28501 vsize=820080 CPUtime=0.78
/proc/28503/task/28513/stat : 28513 (java) S 28501 28503 27855 0 -1 64 5638 0 0 0 76 2 0 0 17 0 12 0 124592971 839761920 33593 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28514] ppid=28501 vsize=820080 CPUtime=0
/proc/28503/task/28514/stat : 28514 (java) S 28501 28503 27855 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 124592971 839761920 33594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28515] ppid=28501 vsize=820080 CPUtime=0
/proc/28503/task/28515/stat : 28515 (java) S 28501 28503 27855 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 124592971 839761920 33596 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 820080

[startup+6.3028 s]
/proc/loadavg: 2.01 2.08 2.06 3/84 28515
/proc/meminfo: memFree=1343184/2055920 swapFree=4191676/4192956
[pid=28503] ppid=28501 vsize=818968 CPUtime=6.5
/proc/28503/stat : 28503 (java) S 28501 28503 27855 0 -1 0 44085 0 1 0 629 21 0 0 20 0 12 0 124592962 838623232 38197 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28503/statm: 204742 38197 1385 9 0 202104 0
[pid=28503/tid=28505] ppid=28501 vsize=818968 CPUtime=4.55
/proc/28503/task/28505/stat : 28505 (java) R 28501 28503 27855 0 -1 64 17374 0 1 0 446 9 0 0 25 0 12 0 124592964 838623232 38197 996147200 134512640 134550740 4294956032 18446744073709551615 4109713812 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28503/tid=28506] ppid=28501 vsize=818968 CPUtime=0.41
/proc/28503/task/28506/stat : 28506 (java) S 28501 28503 27855 0 -1 64 9799 0 0 0 36 5 0 0 16 0 12 0 124592965 838623232 38197 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28503/tid=28507] ppid=28501 vsize=818968 CPUtime=0.4
/proc/28503/task/28507/stat : 28507 (java) S 28501 28503 27855 0 -1 64 9762 0 0 0 37 3 0 0 16 0 12 0 124592965 838623232 38197 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28503/tid=28508] ppid=28501 vsize=818968 CPUtime=0
/proc/28503/task/28508/stat : 28508 (java) S 28501 28503 27855 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 124592967 838623232 38197 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28503/tid=28509] ppid=28501 vsize=818968 CPUtime=0
/proc/28503/task/28509/stat : 28509 (java) S 28501 28503 27855 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 124592967 838623232 38197 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28510] ppid=28501 vsize=818968 CPUtime=0
/proc/28503/task/28510/stat : 28510 (java) S 28501 28503 27855 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 124592967 838623232 38197 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28511] ppid=28501 vsize=818968 CPUtime=0
/proc/28503/task/28511/stat : 28511 (java) S 28501 28503 27855 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 124592971 838623232 38197 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28512] ppid=28501 vsize=818968 CPUtime=0.3
/proc/28503/task/28512/stat : 28512 (java) S 28501 28503 27855 0 -1 64 713 0 0 0 30 0 0 0 17 0 12 0 124592971 838623232 38197 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28503/tid=28513] ppid=28501 vsize=818968 CPUtime=0.8
/proc/28503/task/28513/stat : 28513 (java) S 28501 28503 27855 0 -1 64 5641 0 0 0 78 2 0 0 16 0 12 0 124592971 838623232 38197 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28503/tid=28514] ppid=28501 vsize=818968 CPUtime=0
/proc/28503/task/28514/stat : 28514 (java) S 28501 28503 27855 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 124592971 838623232 38197 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28515] ppid=28501 vsize=818968 CPUtime=0
/proc/28503/task/28515/stat : 28515 (java) S 28501 28503 27855 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 124592971 838623232 38197 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.5
Current children cumulated vsize (KiB) 818968

[startup+12.703 s]
/proc/loadavg: 2.00 2.08 2.06 3/84 28515
/proc/meminfo: memFree=1285264/2055920 swapFree=4191676/4192956
[pid=28503] ppid=28501 vsize=818648 CPUtime=12.87
/proc/28503/stat : 28503 (java) S 28501 28503 27855 0 -1 0 59664 0 1 0 1260 27 0 0 20 0 12 0 124592962 838295552 53675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28503/statm: 204662 53675 1385 9 0 202024 0
[pid=28503/tid=28505] ppid=28501 vsize=818648 CPUtime=10.68
/proc/28503/task/28505/stat : 28505 (java) R 28501 28503 27855 0 -1 64 17396 0 1 0 1059 9 0 0 25 0 12 0 124592964 838295552 53675 996147200 134512640 134550740 4294956032 18446744073709551615 4109685392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28503/tid=28506] ppid=28501 vsize=818648 CPUtime=0.53
/proc/28503/task/28506/stat : 28506 (java) S 28501 28503 27855 0 -1 64 19771 0 0 0 45 8 0 0 16 0 12 0 124592965 838295552 53675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28503/tid=28507] ppid=28501 vsize=818648 CPUtime=0.51
/proc/28503/task/28507/stat : 28507 (java) S 28501 28503 27855 0 -1 64 15347 0 0 0 45 6 0 0 16 0 12 0 124592965 838295552 53675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28503/tid=28508] ppid=28501 vsize=818648 CPUtime=0
/proc/28503/task/28508/stat : 28508 (java) S 28501 28503 27855 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 124592967 838295552 53675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28503/tid=28509] ppid=28501 vsize=818648 CPUtime=0
/proc/28503/task/28509/stat : 28509 (java) S 28501 28503 27855 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 124592967 838295552 53675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28510] ppid=28501 vsize=818648 CPUtime=0
/proc/28503/task/28510/stat : 28510 (java) S 28501 28503 27855 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 124592967 838295552 53675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28511] ppid=28501 vsize=818648 CPUtime=0
/proc/28503/task/28511/stat : 28511 (java) S 28501 28503 27855 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 124592971 838295552 53675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28512] ppid=28501 vsize=818648 CPUtime=0.3
/proc/28503/task/28512/stat : 28512 (java) S 28501 28503 27855 0 -1 64 713 0 0 0 30 0 0 0 17 0 12 0 124592971 838295552 53675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28503/tid=28513] ppid=28501 vsize=818648 CPUtime=0.8
/proc/28503/task/28513/stat : 28513 (java) S 28501 28503 27855 0 -1 64 5641 0 0 0 78 2 0 0 16 0 12 0 124592971 838295552 53675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28503/tid=28514] ppid=28501 vsize=818648 CPUtime=0
/proc/28503/task/28514/stat : 28514 (java) S 28501 28503 27855 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 124592971 838295552 53675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28515] ppid=28501 vsize=818648 CPUtime=0
/proc/28503/task/28515/stat : 28515 (java) S 28501 28503 27855 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 124592971 838295552 53675 996147200 134512640 134550740 4294956032 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) 818648

[startup+25.5015 s]
/proc/loadavg: 2.00 2.08 2.06 3/84 28515
/proc/meminfo: memFree=1181072/2055920 swapFree=4191676/4192956
[pid=28503] ppid=28501 vsize=818552 CPUtime=25.62
/proc/28503/stat : 28503 (java) S 28501 28503 27855 0 -1 0 83635 0 1 0 2526 36 0 0 20 0 12 0 124592962 838197248 77594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28503/statm: 204638 77594 1385 9 0 202000 0
[pid=28503/tid=28505] ppid=28501 vsize=818552 CPUtime=22.96
/proc/28503/task/28505/stat : 28505 (java) R 28501 28503 27855 0 -1 64 17424 0 1 0 2287 9 0 0 25 0 12 0 124592964 838197248 77594 996147200 134512640 134550740 4294956032 18446744073709551615 4109685547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28503/tid=28506] ppid=28501 vsize=818552 CPUtime=0.74
/proc/28503/task/28506/stat : 28506 (java) S 28501 28503 27855 0 -1 64 34395 0 0 0 61 13 0 0 16 0 12 0 124592965 838197248 77594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28503/tid=28507] ppid=28501 vsize=818552 CPUtime=0.69
/proc/28503/task/28507/stat : 28507 (java) S 28501 28503 27855 0 -1 64 24660 0 0 0 60 9 0 0 15 0 12 0 124592965 838197248 77594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28503/tid=28508] ppid=28501 vsize=818552 CPUtime=0.01
/proc/28503/task/28508/stat : 28508 (java) S 28501 28503 27855 0 -1 64 31 0 0 0 1 0 0 0 15 0 12 0 124592967 838197248 77594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28503/tid=28509] ppid=28501 vsize=818552 CPUtime=0
/proc/28503/task/28509/stat : 28509 (java) S 28501 28503 27855 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 124592967 838197248 77594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28510] ppid=28501 vsize=818552 CPUtime=0
/proc/28503/task/28510/stat : 28510 (java) S 28501 28503 27855 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 124592967 838197248 77594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28511] ppid=28501 vsize=818552 CPUtime=0
/proc/28503/task/28511/stat : 28511 (java) S 28501 28503 27855 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 124592971 838197248 77594 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

Current children cumulated CPU time (s) 242.75
Current children cumulated vsize (KiB) 818488

[startup+249.502 s]
/proc/loadavg: 2.61 2.22 2.11 4/84 28521
/proc/meminfo: memFree=792528/2055920 swapFree=4191676/4192956
[pid=28503] ppid=28501 vsize=820492 CPUtime=249.14
/proc/28503/stat : 28503 (java) S 28501 28503 27855 0 -1 0 244788 0 1 0 24807 107 0 0 20 0 12 0 124592962 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28503/statm: 205123 174368 1389 9 0 202485 0
[pid=28503/tid=28505] ppid=28501 vsize=820492 CPUtime=205.47
/proc/28503/task/28505/stat : 28505 (java) R 28501 28503 27855 0 -1 64 17883 0 1 0 20536 11 0 0 25 0 12 0 124592964 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28506] ppid=28501 vsize=820492 CPUtime=4.02
/proc/28503/task/28506/stat : 28506 (java) S 28501 28503 27855 0 -1 64 77939 0 0 0 372 30 0 0 16 0 12 0 124592965 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28507] ppid=28501 vsize=820492 CPUtime=4.02
/proc/28503/task/28507/stat : 28507 (java) S 28501 28503 27855 0 -1 64 78488 0 0 0 373 29 0 0 15 0 12 0 124592965 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28508] ppid=28501 vsize=820492 CPUtime=34.37
/proc/28503/task/28508/stat : 28508 (java) R 28501 28503 27855 0 -1 64 63343 0 0 0 3405 32 0 0 16 0 12 0 124592967 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 105852550 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28509] ppid=28501 vsize=820492 CPUtime=0
/proc/28503/task/28509/stat : 28509 (java) S 28501 28503 27855 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 124592967 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28510] ppid=28501 vsize=820492 CPUtime=0
/proc/28503/task/28510/stat : 28510 (java) S 28501 28503 27855 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 124592967 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28511] ppid=28501 vsize=820492 CPUtime=0
/proc/28503/task/28511/stat : 28511 (java) S 28501 28503 27855 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 124592971 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28512] ppid=28501 vsize=820492 CPUtime=0.36
/proc/28503/task/28512/stat : 28512 (java) S 28501 28503 27855 0 -1 64 718 0 0 0 36 0 0 0 17 0 12 0 124592971 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28503/tid=28513] ppid=28501 vsize=820492 CPUtime=0.85
/proc/28503/task/28513/stat : 28513 (java) S 28501 28503 27855 0 -1 64 5652 0 0 0 83 2 0 0 17 0 12 0 124592971 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28503/tid=28514] ppid=28501 vsize=820492 CPUtime=0
/proc/28503/task/28514/stat : 28514 (java) S 28501 28503 27855 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 124592971 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28515] ppid=28501 vsize=820492 CPUtime=0
/proc/28503/task/28515/stat : 28515 (java) S 28501 28503 27855 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 124592971 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 249.14
Current children cumulated vsize (KiB) 820492

[startup+252.702 s]
/proc/loadavg: 2.64 2.24 2.11 4/84 28521
/proc/meminfo: memFree=792528/2055920 swapFree=4191676/4192956
[pid=28503] ppid=28501 vsize=820492 CPUtime=252.34
/proc/28503/stat : 28503 (java) S 28501 28503 27855 0 -1 0 250812 0 1 0 25124 110 0 0 20 0 12 0 124592962 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28503/statm: 205123 174368 1389 9 0 202485 0
[pid=28503/tid=28505] ppid=28501 vsize=820492 CPUtime=205.71
/proc/28503/task/28505/stat : 28505 (java) R 28501 28503 27855 0 -1 64 17891 0 1 0 20560 11 0 0 25 0 12 0 124592964 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28506] ppid=28501 vsize=820492 CPUtime=4.02
/proc/28503/task/28506/stat : 28506 (java) S 28501 28503 27855 0 -1 64 77939 0 0 0 372 30 0 0 16 0 12 0 124592965 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28507] ppid=28501 vsize=820492 CPUtime=4.02
/proc/28503/task/28507/stat : 28507 (java) S 28501 28503 27855 0 -1 64 78488 0 0 0 373 29 0 0 15 0 12 0 124592965 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28508] ppid=28501 vsize=820492 CPUtime=37.33
/proc/28503/task/28508/stat : 28508 (java) R 28501 28503 27855 0 -1 64 69359 0 0 0 3698 35 0 0 17 0 12 0 124592967 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28509] ppid=28501 vsize=820492 CPUtime=0
/proc/28503/task/28509/stat : 28509 (java) S 28501 28503 27855 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 124592967 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28510] ppid=28501 vsize=820492 CPUtime=0
/proc/28503/task/28510/stat : 28510 (java) S 28501 28503 27855 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 124592967 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28511] ppid=28501 vsize=820492 CPUtime=0
/proc/28503/task/28511/stat : 28511 (java) S 28501 28503 27855 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 124592971 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28512] ppid=28501 vsize=820492 CPUtime=0.36
/proc/28503/task/28512/stat : 28512 (java) S 28501 28503 27855 0 -1 64 718 0 0 0 36 0 0 0 17 0 12 0 124592971 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28503/tid=28513] ppid=28501 vsize=820492 CPUtime=0.85
/proc/28503/task/28513/stat : 28513 (java) S 28501 28503 27855 0 -1 64 5652 0 0 0 83 2 0 0 17 0 12 0 124592971 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28503/tid=28514] ppid=28501 vsize=820492 CPUtime=0
/proc/28503/task/28514/stat : 28514 (java) S 28501 28503 27855 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 124592971 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28515] ppid=28501 vsize=820492 CPUtime=0
/proc/28503/task/28515/stat : 28515 (java) S 28501 28503 27855 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 124592971 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 252.34
Current children cumulated vsize (KiB) 820492

[startup+255.902 s]
/proc/loadavg: 2.64 2.24 2.11 3/84 28521
/proc/meminfo: memFree=792528/2055920 swapFree=4191676/4192956
[pid=28503] ppid=28501 vsize=820492 CPUtime=255.54
/proc/28503/stat : 28503 (java) S 28501 28503 27855 0 -1 0 256834 0 1 0 25441 113 0 0 20 0 12 0 124592962 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28503/statm: 205123 174368 1389 9 0 202485 0
[pid=28503/tid=28505] ppid=28501 vsize=820492 CPUtime=205.73
/proc/28503/task/28505/stat : 28505 (java) S 28501 28503 27855 0 -1 64 17897 0 1 0 20562 11 0 0 21 0 12 0 124592964 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28506] ppid=28501 vsize=820492 CPUtime=4.02
/proc/28503/task/28506/stat : 28506 (java) S 28501 28503 27855 0 -1 64 77939 0 0 0 372 30 0 0 16 0 12 0 124592965 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28507] ppid=28501 vsize=820492 CPUtime=4.02
/proc/28503/task/28507/stat : 28507 (java) S 28501 28503 27855 0 -1 64 78488 0 0 0 373 29 0 0 15 0 12 0 124592965 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28508] ppid=28501 vsize=820492 CPUtime=40.5
/proc/28503/task/28508/stat : 28508 (java) R 28501 28503 27855 0 -1 64 75375 0 0 0 4013 37 0 0 21 0 12 0 124592967 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 106122587 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28509] ppid=28501 vsize=820492 CPUtime=0
/proc/28503/task/28509/stat : 28509 (java) S 28501 28503 27855 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 124592967 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28510] ppid=28501 vsize=820492 CPUtime=0
/proc/28503/task/28510/stat : 28510 (java) S 28501 28503 27855 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 124592967 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28511] ppid=28501 vsize=820492 CPUtime=0
/proc/28503/task/28511/stat : 28511 (java) S 28501 28503 27855 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 124592971 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28512] ppid=28501 vsize=820492 CPUtime=0.36
/proc/28503/task/28512/stat : 28512 (java) S 28501 28503 27855 0 -1 64 718 0 0 0 36 0 0 0 17 0 12 0 124592971 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28503/tid=28513] ppid=28501 vsize=820492 CPUtime=0.85
/proc/28503/task/28513/stat : 28513 (java) S 28501 28503 27855 0 -1 64 5652 0 0 0 83 2 0 0 17 0 12 0 124592971 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28503/tid=28514] ppid=28501 vsize=820492 CPUtime=0
/proc/28503/task/28514/stat : 28514 (java) S 28501 28503 27855 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 124592971 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28515] ppid=28501 vsize=820492 CPUtime=0
/proc/28503/task/28515/stat : 28515 (java) S 28501 28503 27855 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 124592971 840183808 174368 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 255.54
Current children cumulated vsize (KiB) 820492

[startup+257.503 s]
/proc/loadavg: 2.59 2.23 2.11 3/85 28522
/proc/meminfo: memFree=792520/2055920 swapFree=4191676/4192956
[pid=28503] ppid=28501 vsize=820816 CPUtime=257.14
/proc/28503/stat : 28503 (java) S 28501 28503 27855 0 -1 0 259102 0 1 0 25600 114 0 0 20 0 13 0 124592962 840515584 174377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28503/statm: 205204 174377 1389 9 0 202566 0
[pid=28503/tid=28505] ppid=28501 vsize=820816 CPUtime=205.74
/proc/28503/task/28505/stat : 28505 (java) S 28501 28503 27855 0 -1 64 17902 0 1 0 20563 11 0 0 22 0 13 0 124592964 840515584 174377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28506] ppid=28501 vsize=820816 CPUtime=4.02
/proc/28503/task/28506/stat : 28506 (java) S 28501 28503 27855 0 -1 64 77939 0 0 0 372 30 0 0 16 0 13 0 124592965 840515584 174377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28507] ppid=28501 vsize=820816 CPUtime=4.02
/proc/28503/task/28507/stat : 28507 (java) S 28501 28503 27855 0 -1 64 78488 0 0 0 373 29 0 0 15 0 13 0 124592965 840515584 174377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28508] ppid=28501 vsize=820816 CPUtime=42.1
/proc/28503/task/28508/stat : 28508 (java) R 28501 28503 27855 0 -1 64 77631 0 0 0 4171 39 0 0 25 0 13 0 124592967 840515584 174377 996147200 134512640 134550740 4294956032 18446744073709551615 104136424 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28509] ppid=28501 vsize=820816 CPUtime=0
/proc/28503/task/28509/stat : 28509 (java) S 28501 28503 27855 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 124592967 840515584 174377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28510] ppid=28501 vsize=820816 CPUtime=0
/proc/28503/task/28510/stat : 28510 (java) S 28501 28503 27855 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 124592967 840515584 174377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28511] ppid=28501 vsize=820816 CPUtime=0
/proc/28503/task/28511/stat : 28511 (java) S 28501 28503 27855 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 124592971 840515584 174377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28512] ppid=28501 vsize=820816 CPUtime=0.36
/proc/28503/task/28512/stat : 28512 (java) S 28501 28503 27855 0 -1 64 718 0 0 0 36 0 0 0 17 0 13 0 124592971 840515584 174377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28503/tid=28513] ppid=28501 vsize=820816 CPUtime=0.85
/proc/28503/task/28513/stat : 28513 (java) S 28501 28503 27855 0 -1 64 5652 0 0 0 83 2 0 0 17 0 13 0 124592971 840515584 174377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28503/tid=28514] ppid=28501 vsize=820816 CPUtime=0
/proc/28503/task/28514/stat : 28514 (java) S 28501 28503 27855 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 124592971 840515584 174377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28515] ppid=28501 vsize=820816 CPUtime=0
/proc/28503/task/28515/stat : 28515 (java) S 28501 28503 27855 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 124592971 840515584 174377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28522] ppid=28501 vsize=820816 CPUtime=0
/proc/28503/task/28522/stat : 28522 (java) S 28501 28503 27855 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 124618612 840515584 174377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 257.14
Current children cumulated vsize (KiB) 820816

[startup+258.302 s]
/proc/loadavg: 2.59 2.23 2.11 3/85 28522
/proc/meminfo: memFree=792520/2055920 swapFree=4191676/4192956
[pid=28503] ppid=28501 vsize=820816 CPUtime=257.94
/proc/28503/stat : 28503 (java) S 28501 28503 27855 0 -1 0 259855 0 1 0 25680 114 0 0 20 0 13 0 124592962 840515584 174377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28503/statm: 205204 174377 1389 9 0 202566 0
[pid=28503/tid=28505] ppid=28501 vsize=820816 CPUtime=205.74
/proc/28503/task/28505/stat : 28505 (java) S 28501 28503 27855 0 -1 64 17902 0 1 0 20563 11 0 0 22 0 13 0 124592964 840515584 174377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28506] ppid=28501 vsize=820816 CPUtime=4.02
/proc/28503/task/28506/stat : 28506 (java) S 28501 28503 27855 0 -1 64 77939 0 0 0 372 30 0 0 16 0 13 0 124592965 840515584 174377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28507] ppid=28501 vsize=820816 CPUtime=4.02
/proc/28503/task/28507/stat : 28507 (java) S 28501 28503 27855 0 -1 64 78488 0 0 0 373 29 0 0 15 0 13 0 124592965 840515584 174377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28508] ppid=28501 vsize=820816 CPUtime=42.9
/proc/28503/task/28508/stat : 28508 (java) R 28501 28503 27855 0 -1 64 78383 0 0 0 4251 39 0 0 25 0 13 0 124592967 840515584 174377 996147200 134512640 134550740 4294956032 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28509] ppid=28501 vsize=820816 CPUtime=0
/proc/28503/task/28509/stat : 28509 (java) S 28501 28503 27855 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 124592967 840515584 174377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28510] ppid=28501 vsize=820816 CPUtime=0
/proc/28503/task/28510/stat : 28510 (java) S 28501 28503 27855 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 124592967 840515584 174377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28511] ppid=28501 vsize=820816 CPUtime=0
/proc/28503/task/28511/stat : 28511 (java) S 28501 28503 27855 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 124592971 840515584 174377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28512] ppid=28501 vsize=820816 CPUtime=0.36
/proc/28503/task/28512/stat : 28512 (java) S 28501 28503 27855 0 -1 64 718 0 0 0 36 0 0 0 17 0 13 0 124592971 840515584 174377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28503/tid=28513] ppid=28501 vsize=820816 CPUtime=0.85
/proc/28503/task/28513/stat : 28513 (java) S 28501 28503 27855 0 -1 64 5652 0 0 0 83 2 0 0 17 0 13 0 124592971 840515584 174377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28503/tid=28514] ppid=28501 vsize=820816 CPUtime=0
/proc/28503/task/28514/stat : 28514 (java) S 28501 28503 27855 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 124592971 840515584 174377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28515] ppid=28501 vsize=820816 CPUtime=0
/proc/28503/task/28515/stat : 28515 (java) S 28501 28503 27855 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 124592971 840515584 174377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28503/tid=28522] ppid=28501 vsize=820816 CPUtime=0
/proc/28503/task/28522/stat : 28522 (java) S 28501 28503 27855 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 124618612 840515584 174377 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 257.94
Current children cumulated vsize (KiB) 820816

[startup+258.507 s]
/proc/loadavg: 2.59 2.23 2.11 3/84 28522
/proc/meminfo: memFree=794504/2055920 swapFree=4191676/4192956
[pid=28503] ppid=28501 vsize=0 CPUtime=258.11
/proc/28503/stat : 28503 (java) Z 28501 28503 27855 0 -1 12 259861 0 1 0 25693 118 0 0 16 0 2 0 124592962 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28503/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 258.11
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 258.57
CPU time (s): 258.187
CPU user time (s): 256.936
CPU system time (s): 1.25081
CPU usage (%): 99.8517
Max. virtual memory (cumulated for all children) (KiB): 821496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 256.936
system time used= 1.25081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259861
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= 12263
involuntary context switches= 9560

runsolver used 0.344947 second user time and 0.861868 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-04 00:59:36
IDJOB=1060156
IDBENCH=54410
IDSOLVER=344
FILE ID=node63/1060156-1215125976
PBS_JOBID= 7877222
Free space on /tmp= 66532 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 09005a04dc5c1739caa9ba602a098243
RANDOM SEED=1491305764

node63.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.256
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.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1487760 kB
Buffers:         37832 kB
Cached:         443144 kB
SwapCached:        260 kB
Active:         288272 kB
Inactive:       223136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1487760 kB
SwapTotal:     4192956 kB
SwapFree:      4191676 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          43024 kB
Slab:            42288 kB
Committed_AS:   299472 kB
PageTables:       1600 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66532 MiB
End job on node63 at 2008-07-04 01:03:55