Trace number 2081767

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? (exit code) 251.766 252.095

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-5.xml
MD5SUMf6f477f012c3c0af28d31d9c82a6ffd7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1598
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.18/0.24	c c --- Begin Solver configuration ---
0.18/0.24	c Stops conflict analysis at the first Unique Implication Point
0.18/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.24	c Learn all clauses as in MiniSAT
0.18/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.24	c Expensive reason simplification
0.18/0.24	c MiniSAT restarts strategy
0.18/0.24	c Memory based learned constraints deletion strategy
0.18/0.24	c timeout=2147483s
0.18/0.24	c DB Simplification allowed=false
0.18/0.24	c --- End Solver configuration ---
0.18/0.24	c solving HOME/instance-2081767-1247374354.xml
0.18/0.24	c reading problem ... 
0.38/0.48	c reading problem named null
0.38/0.48	c reading domains done.
0.48/0.51	c reading variables done.
2.98/3.02	c reading predicates  done.
3.18/3.23	c reading constraints
245.62/245.92	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
245.62/245.92		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
245.62/245.92		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
245.62/245.92		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
245.62/245.92		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
245.62/245.92		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
245.62/245.92		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(Unknown Source)
245.62/245.92		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(Unknown Source)
245.62/245.92		at org.sat4j.csp.Predicate.toClause(Unknown Source)
245.62/245.92		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
245.62/245.92		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
245.62/245.92		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
245.62/245.92		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
245.62/245.92		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
245.62/245.92		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
245.62/245.92		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
245.62/245.92		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
245.62/245.92		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
245.62/245.92		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
245.62/245.92		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
245.62/245.92		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
245.62/245.92		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
245.62/245.92		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
245.62/245.92		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
245.62/245.92		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
245.62/245.92		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
245.62/245.92		at org.sat4j.AbstractLauncher.run(Unknown Source)
245.62/245.92		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
251.42/251.76	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
251.42/251.77		at java.util.Arrays.copyOfRange(Unknown Source)
251.42/251.77		at java.lang.String.<init>(Unknown Source)
251.42/251.77		at java.lang.StringBuffer.toString(Unknown Source)
251.42/251.77		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
251.42/251.77		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
251.42/251.77		at org.sat4j.AbstractLauncher.displayResult(Unknown Source)
251.42/251.77		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2081767-1247374354/watcher-2081767-1247374354 -o /tmp/evaluation-result-2081767-1247374354/solver-2081767-1247374354 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2081767-1247374354.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/82 26066
/proc/meminfo: memFree=1723976/2055912 swapFree=4192812/4192956
[pid=26066] ppid=26064 vsize=1616 CPUtime=0
/proc/26066/stat : 26066 (java) D 26064 26066 21307 0 -1 0 335 0 0 0 0 0 0 0 18 0 1 0 24500013 1654784 144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099937270 0 0 17 1 0 0
/proc/26066/statm: 404 155 118 9 0 46 0

[startup+0.081692 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 26066
/proc/meminfo: memFree=1723976/2055912 swapFree=4192812/4192956
[pid=26066] ppid=26064 vsize=802164 CPUtime=0.07
/proc/26066/stat : 26066 (java) S 26064 26066 21307 0 -1 0 2814 0 1 0 5 2 0 0 18 0 7 0 24500013 821415936 2559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/26066/statm: 200541 2559 1036 9 0 197892 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802164

[startup+0.101693 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 26066
/proc/meminfo: memFree=1723976/2055912 swapFree=4192812/4192956
[pid=26066] ppid=26064 vsize=804560 CPUtime=0.08
/proc/26066/stat : 26066 (java) S 26064 26066 21307 0 -1 0 3000 0 1 0 6 2 0 0 18 0 12 0 24500013 823869440 2743 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26066/statm: 201140 2743 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301711 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 26066
/proc/meminfo: memFree=1723976/2055912 swapFree=4192812/4192956
[pid=26066] ppid=26064 vsize=805628 CPUtime=0.29
/proc/26066/stat : 26066 (java) S 26064 26066 21307 0 -1 0 4313 0 1 0 25 4 0 0 18 0 12 0 24500013 824963072 4050 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26066/statm: 201407 4050 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805628

[startup+0.701757 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 26066
/proc/meminfo: memFree=1723976/2055912 swapFree=4192812/4192956
[pid=26066] ppid=26064 vsize=807196 CPUtime=0.68
/proc/26066/stat : 26066 (java) S 26064 26066 21307 0 -1 0 8089 0 1 0 63 5 0 0 18 0 12 0 24500013 826568704 7581 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26066/statm: 201799 7591 1389 9 0 199126 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807196

[startup+1.50284 s]
/proc/loadavg: 2.00 2.00 2.00 5/94 26078
/proc/meminfo: memFree=1647912/2055912 swapFree=4192812/4192956
[pid=26066] ppid=26064 vsize=812320 CPUtime=1.48
/proc/26066/stat : 26066 (java) S 26064 26066 21307 0 -1 0 39505 0 1 0 130 18 0 0 18 0 12 0 24500013 831815680 37720 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26066/statm: 203080 37722 1404 9 0 200407 0
[pid=26066/tid=26067] ppid=26064 vsize=812320 CPUtime=0.73
/proc/26066/task/26067/stat : 26067 (java) S 26064 26066 21307 0 -1 64 16888 0 1 0 64 9 0 0 17 0 12 0 24500015 831815680 37723 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26069] ppid=26064 vsize=812320 CPUtime=0.23
/proc/26066/task/26069/stat : 26069 (java) R 26064 26066 21307 0 -1 64 11256 0 0 0 19 4 0 0 16 0 12 0 24500016 831815680 37725 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26070] ppid=26064 vsize=812320 CPUtime=0.14
/proc/26066/task/26070/stat : 26070 (java) R 26064 26066 21307 0 -1 64 9424 0 0 0 11 3 0 0 18 0 12 0 24500016 831815680 37726 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26071] ppid=26064 vsize=812320 CPUtime=0
/proc/26066/task/26071/stat : 26071 (java) S 26064 26066 21307 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24500018 831815680 37728 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26072] ppid=26064 vsize=812320 CPUtime=0
/proc/26066/task/26072/stat : 26072 (java) S 26064 26066 21307 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24500018 831815680 37729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26073] ppid=26064 vsize=812320 CPUtime=0
/proc/26066/task/26073/stat : 26073 (java) S 26064 26066 21307 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24500018 831815680 37731 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26074] ppid=26064 vsize=812320 CPUtime=0
/proc/26066/task/26074/stat : 26074 (java) S 26064 26066 21307 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24500023 831815680 37732 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26075] ppid=26064 vsize=812320 CPUtime=0
/proc/26066/task/26075/stat : 26075 (java) S 26064 26066 21307 0 -1 64 14 0 0 0 0 0 0 0 17 0 12 0 24500023 831815680 37734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26076] ppid=26064 vsize=812320 CPUtime=0.34
/proc/26066/task/26076/stat : 26076 (java) S 26064 26066 21307 0 -1 64 1178 0 0 0 34 0 0 0 16 0 12 0 24500023 831815680 37735 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26077] ppid=26064 vsize=812320 CPUtime=0
/proc/26066/task/26077/stat : 26077 (java) S 26064 26066 21307 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24500023 831815680 37737 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26078] ppid=26064 vsize=812320 CPUtime=0
/proc/26066/task/26078/stat : 26078 (java) S 26064 26066 21307 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24500023 831815680 37738 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 812320

[startup+3.103 s]
/proc/loadavg: 2.08 2.02 2.01 4/94 26078
/proc/meminfo: memFree=1522856/2055912 swapFree=4192812/4192956
[pid=26066] ppid=26064 vsize=817892 CPUtime=3.08
/proc/26066/stat : 26066 (java) S 26064 26066 21307 0 -1 0 77500 0 1 0 274 34 0 0 18 0 12 0 24500013 837521408 74462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26066/statm: 204473 74462 1404 9 0 201800 0
[pid=26066/tid=26067] ppid=26064 vsize=817892 CPUtime=1.09
/proc/26066/task/26067/stat : 26067 (java) R 26064 26066 21307 0 -1 64 17118 0 1 0 100 9 0 0 17 0 12 0 24500015 837521408 74462 996147200 134512640 134550932 4294956016 18446744073709551615 10176282 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26069] ppid=26064 vsize=817892 CPUtime=1
/proc/26066/task/26069/stat : 26069 (java) S 26064 26066 21307 0 -1 64 33673 0 0 0 86 14 0 0 18 0 12 0 24500016 837521408 74462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26070] ppid=26064 vsize=817892 CPUtime=0.6
/proc/26066/task/26070/stat : 26070 (java) R 26064 26066 21307 0 -1 64 24763 0 0 0 51 9 0 0 20 0 12 0 24500016 837521408 74462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26071] ppid=26064 vsize=817892 CPUtime=0
/proc/26066/task/26071/stat : 26071 (java) S 26064 26066 21307 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24500018 837521408 74462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26072] ppid=26064 vsize=817892 CPUtime=0
/proc/26066/task/26072/stat : 26072 (java) S 26064 26066 21307 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24500018 837521408 74462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26073] ppid=26064 vsize=817892 CPUtime=0
/proc/26066/task/26073/stat : 26073 (java) S 26064 26066 21307 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24500018 837521408 74462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26074] ppid=26064 vsize=817892 CPUtime=0
/proc/26066/task/26074/stat : 26074 (java) S 26064 26066 21307 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24500023 837521408 74462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26075] ppid=26064 vsize=817892 CPUtime=0
/proc/26066/task/26075/stat : 26075 (java) S 26064 26066 21307 0 -1 64 14 0 0 0 0 0 0 0 17 0 12 0 24500023 837521408 74462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26076] ppid=26064 vsize=817892 CPUtime=0.35
/proc/26066/task/26076/stat : 26076 (java) S 26064 26066 21307 0 -1 64 1182 0 0 0 35 0 0 0 16 0 12 0 24500023 837521408 74462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26077] ppid=26064 vsize=817892 CPUtime=0
/proc/26066/task/26077/stat : 26077 (java) S 26064 26066 21307 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24500023 837521408 74462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26078] ppid=26064 vsize=817892 CPUtime=0
/proc/26066/task/26078/stat : 26078 (java) S 26064 26066 21307 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24500023 837521408 74462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 817892

[startup+6.3024 s]
/proc/loadavg: 2.08 2.02 2.01 3/94 26078
/proc/meminfo: memFree=1390504/2055912 swapFree=4192812/4192956
[pid=26066] ppid=26064 vsize=820800 CPUtime=6.31
/proc/26066/stat : 26066 (java) S 26064 26066 21307 0 -1 0 91627 0 1 0 589 42 0 0 18 0 12 0 24500013 840499200 87139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26066/statm: 205200 87139 1426 9 0 202527 0
[pid=26066/tid=26067] ppid=26064 vsize=820800 CPUtime=3.39
/proc/26066/task/26067/stat : 26067 (java) R 26064 26066 21307 0 -1 64 17389 0 1 0 329 10 0 0 25 0 12 0 24500015 840499200 87139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26069] ppid=26064 vsize=820800 CPUtime=1.36
/proc/26066/task/26069/stat : 26069 (java) R 26064 26066 21307 0 -1 64 44411 0 0 0 117 19 0 0 16 0 12 0 24500016 840499200 87139 996147200 134512640 134550932 4294956016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26070] ppid=26064 vsize=820800 CPUtime=0.82
/proc/26066/task/26070/stat : 26070 (java) R 26064 26066 21307 0 -1 64 25826 0 0 0 72 10 0 0 16 0 12 0 24500016 840499200 87139 996147200 134512640 134550932 4294956016 18446744073709551615 105886440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26071] ppid=26064 vsize=820800 CPUtime=0
/proc/26066/task/26071/stat : 26071 (java) S 26064 26066 21307 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24500018 840499200 87139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26072] ppid=26064 vsize=820800 CPUtime=0
/proc/26066/task/26072/stat : 26072 (java) S 26064 26066 21307 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24500018 840499200 87139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26073] ppid=26064 vsize=820800 CPUtime=0
/proc/26066/task/26073/stat : 26073 (java) S 26064 26066 21307 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24500018 840499200 87139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26074] ppid=26064 vsize=820800 CPUtime=0
/proc/26066/task/26074/stat : 26074 (java) S 26064 26066 21307 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24500023 840499200 87139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26075] ppid=26064 vsize=820800 CPUtime=0
/proc/26066/task/26075/stat : 26075 (java) S 26064 26066 21307 0 -1 64 14 0 0 0 0 0 0 0 17 0 12 0 24500023 840499200 87139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26076] ppid=26064 vsize=820800 CPUtime=0.69
/proc/26066/task/26076/stat : 26076 (java) S 26064 26066 21307 0 -1 64 3237 0 0 0 68 1 0 0 17 0 12 0 24500023 840499200 87139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26077] ppid=26064 vsize=820800 CPUtime=0
/proc/26066/task/26077/stat : 26077 (java) S 26064 26066 21307 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24500023 840499200 87139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26078] ppid=26064 vsize=820800 CPUtime=0
/proc/26066/task/26078/stat : 26078 (java) S 26064 26066 21307 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24500023 840499200 87139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 820800

[startup+12.703 s]
/proc/loadavg: 2.07 2.02 2.00 3/94 26078
/proc/meminfo: memFree=1302632/2055912 swapFree=4192812/4192956
[pid=26066] ppid=26064 vsize=825688 CPUtime=12.85
/proc/26066/stat : 26066 (java) S 26064 26066 21307 0 -1 0 114158 0 1 0 1235 50 0 0 18 0 12 0 24500013 845504512 106354 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26066/statm: 206422 106354 1433 9 0 203749 0
[pid=26066/tid=26067] ppid=26064 vsize=825688 CPUtime=8.46
/proc/26066/task/26067/stat : 26067 (java) R 26064 26066 21307 0 -1 64 17414 0 1 0 836 10 0 0 25 0 12 0 24500015 845504512 106354 996147200 134512640 134550932 4294956016 18446744073709551615 4109593900 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26069] ppid=26064 vsize=825688 CPUtime=1.55
/proc/26066/task/26069/stat : 26069 (java) S 26064 26066 21307 0 -1 64 54495 0 0 0 132 23 0 0 16 0 12 0 24500016 845504512 106354 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26070] ppid=26064 vsize=825688 CPUtime=1.25
/proc/26066/task/26070/stat : 26070 (java) S 26064 26066 21307 0 -1 64 33621 0 0 0 113 12 0 0 16 0 12 0 24500016 845504512 106354 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26071] ppid=26064 vsize=825688 CPUtime=0
/proc/26066/task/26071/stat : 26071 (java) S 26064 26066 21307 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 24500018 845504512 106354 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26072] ppid=26064 vsize=825688 CPUtime=0
/proc/26066/task/26072/stat : 26072 (java) S 26064 26066 21307 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24500018 845504512 106354 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26073] ppid=26064 vsize=825688 CPUtime=0
/proc/26066/task/26073/stat : 26073 (java) S 26064 26066 21307 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24500018 845504512 106354 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26074] ppid=26064 vsize=825688 CPUtime=0
/proc/26066/task/26074/stat : 26074 (java) S 26064 26066 21307 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24500023 845504512 106354 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26075] ppid=26064 vsize=825688 CPUtime=0.17
/proc/26066/task/26075/stat : 26075 (java) S 26064 26066 21307 0 -1 64 1107 0 0 0 17 0 0 0 16 0 12 0 24500023 845504512 106354 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26076] ppid=26064 vsize=825688 CPUtime=1.35
/proc/26066/task/26076/stat : 26076 (java) S 26064 26066 21307 0 -1 64 6771 0 0 0 133 2 0 0 17 0 12 0 24500023 845504512 106354 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26077] ppid=26064 vsize=825688 CPUtime=0
/proc/26066/task/26077/stat : 26077 (java) S 26064 26066 21307 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24500023 845504512 106354 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26078] ppid=26064 vsize=825688 CPUtime=0
/proc/26066/task/26078/stat : 26078 (java) S 26064 26066 21307 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24500023 845504512 106354 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.85
Current children cumulated vsize (KiB) 825688

[startup+25.5013 s]
/proc/loadavg: 2.13 2.03 2.01 4/94 26078
/proc/meminfo: memFree=1215784/2055912 swapFree=4192812/4192956
[pid=26066] ppid=26064 vsize=825688 CPUtime=25.63
/proc/26066/stat : 26066 (java) S 26064 26066 21307 0 -1 0 136193 0 1 0 2506 57 0 0 18 0 12 0 24500013 845504512 128355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26066/statm: 206422 128355 1433 9 0 203749 0
[pid=26066/tid=26067] ppid=26064 vsize=825688 CPUtime=19.94
/proc/26066/task/26067/stat : 26067 (java) R 26064 26066 21307 0 -1 64 17450 0 1 0 1984 10 0 0 25 0 12 0 24500015 845504512 128355 996147200 134512640 134550932 4294956016 18446744073709551615 4109678476 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26069] ppid=26064 vsize=825688 CPUtime=1.91
/proc/26066/task/26069/stat : 26069 (java) S 26064 26066 21307 0 -1 64 68479 0 0 0 164 27 0 0 16 0 12 0 24500016 845504512 128355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26070] ppid=26064 vsize=825688 CPUtime=1.93
/proc/26066/task/26070/stat : 26070 (java) S 26064 26066 21307 0 -1 64 41636 0 0 0 178 15 0 0 16 0 12 0 24500016 845504512 128355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26071] ppid=26064 vsize=825688 CPUtime=0.01
/proc/26066/task/26071/stat : 26071 (java) S 26064 26066 21307 0 -1 64 10 0 0 0 1 0 0 0 15 0 12 0 24500018 845504512 128355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26072] ppid=26064 vsize=825688 CPUtime=0
/proc/26066/task/26072/stat : 26072 (java) S 26064 26066 21307 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24500018 845504512 128355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26073] ppid=26064 vsize=825688 CPUtime=0
/proc/26066/task/26073/stat : 26073 (java) S 26064 26066 21307 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24500018 845504512 128355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26074] ppid=26064 vsize=825688 CPUtime=0
/proc/26066/task/26074/stat : 26074 (java) S 26064 26066 21307 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24500023 845504512 128355 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26075] ppid=26064 vsize=825688 CPUtime=0.17

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

/proc/loadavg: 2.69 2.27 2.09 3/88 26751
/proc/meminfo: memFree=959072/2055912 swapFree=4192812/4192956
[pid=26066] ppid=26064 vsize=850020 CPUtime=246.02
/proc/26066/stat : 26066 (java) S 26064 26066 21307 0 -1 0 841934 0 1 0 24194 408 0 0 18 0 13 0 24500013 870420480 181202 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26066/statm: 212505 181209 1434 9 0 209832 0
[pid=26066/tid=26067] ppid=26064 vsize=850020 CPUtime=134.65
/proc/26066/task/26067/stat : 26067 (java) S 26064 26066 21307 0 -1 64 17811 0 1 0 13451 14 0 0 18 0 13 0 24500015 870420480 181286 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26069] ppid=26064 vsize=850020 CPUtime=4.96
/proc/26066/task/26069/stat : 26069 (java) S 26064 26066 21307 0 -1 64 90428 0 0 0 460 36 0 0 16 0 13 0 24500016 870420480 181293 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26070] ppid=26064 vsize=850020 CPUtime=4.85
/proc/26066/task/26070/stat : 26070 (java) S 26064 26066 21307 0 -1 64 68153 0 0 0 460 25 0 0 15 0 13 0 24500016 870420480 181302 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26071] ppid=26064 vsize=850020 CPUtime=99.69
/proc/26066/task/26071/stat : 26071 (java) R 26064 26066 21307 0 -1 64 657028 0 0 0 9641 328 0 0 25 0 13 0 24500018 870420480 181310 996147200 134512640 134550932 4294956016 18446744073709551615 103586068 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26072] ppid=26064 vsize=850020 CPUtime=0
/proc/26066/task/26072/stat : 26072 (java) S 26064 26066 21307 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24500018 870420480 181317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26073] ppid=26064 vsize=850020 CPUtime=0
/proc/26066/task/26073/stat : 26073 (java) S 26064 26066 21307 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24500018 870420480 181325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26074] ppid=26064 vsize=850020 CPUtime=0
/proc/26066/task/26074/stat : 26074 (java) S 26064 26066 21307 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24500023 870420480 181333 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26075] ppid=26064 vsize=850020 CPUtime=0.17
/proc/26066/task/26075/stat : 26075 (java) S 26064 26066 21307 0 -1 64 1107 0 0 0 17 0 0 0 16 0 13 0 24500023 870420480 181341 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26076] ppid=26064 vsize=850020 CPUtime=1.64
/proc/26066/task/26076/stat : 26076 (java) S 26064 26066 21307 0 -1 64 6772 0 0 0 162 2 0 0 17 0 13 0 24500023 870420480 181348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26077] ppid=26064 vsize=850020 CPUtime=0
/proc/26066/task/26077/stat : 26077 (java) S 26064 26066 21307 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24500023 870420480 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26078] ppid=26064 vsize=850020 CPUtime=0
/proc/26066/task/26078/stat : 26078 (java) S 26064 26066 21307 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24500023 870420480 181364 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26751] ppid=26064 vsize=850020 CPUtime=0
/proc/26066/task/26751/stat : 26751 (java) S 26064 26066 21307 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 24524606 870420480 181373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 246.02
Current children cumulated vsize (KiB) 850020

[startup+249.502 s]
/proc/loadavg: 2.63 2.27 2.09 3/88 26751
/proc/meminfo: memFree=955488/2055912 swapFree=4192812/4192956
[pid=26066] ppid=26064 vsize=847144 CPUtime=249.21
/proc/26066/stat : 26066 (java) S 26064 26066 21307 0 -1 0 860549 0 1 0 24504 417 0 0 18 0 13 0 24500013 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26066/statm: 211786 181244 1434 9 0 209113 0
[pid=26066/tid=26067] ppid=26064 vsize=847144 CPUtime=134.65
/proc/26066/task/26067/stat : 26067 (java) S 26064 26066 21307 0 -1 64 17811 0 1 0 13451 14 0 0 18 0 13 0 24500015 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26069] ppid=26064 vsize=847144 CPUtime=4.96
/proc/26066/task/26069/stat : 26069 (java) S 26064 26066 21307 0 -1 64 90428 0 0 0 460 36 0 0 16 0 13 0 24500016 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26070] ppid=26064 vsize=847144 CPUtime=4.85
/proc/26066/task/26070/stat : 26070 (java) S 26064 26066 21307 0 -1 64 68153 0 0 0 460 25 0 0 15 0 13 0 24500016 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26071] ppid=26064 vsize=847144 CPUtime=102.88
/proc/26066/task/26071/stat : 26071 (java) R 26064 26066 21307 0 -1 64 675531 0 0 0 9951 337 0 0 25 0 13 0 24500018 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 104187938 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26072] ppid=26064 vsize=847144 CPUtime=0
/proc/26066/task/26072/stat : 26072 (java) S 26064 26066 21307 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24500018 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26073] ppid=26064 vsize=847144 CPUtime=0
/proc/26066/task/26073/stat : 26073 (java) S 26064 26066 21307 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24500018 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26074] ppid=26064 vsize=847144 CPUtime=0
/proc/26066/task/26074/stat : 26074 (java) S 26064 26066 21307 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24500023 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26075] ppid=26064 vsize=847144 CPUtime=0.17
/proc/26066/task/26075/stat : 26075 (java) S 26064 26066 21307 0 -1 64 1107 0 0 0 17 0 0 0 16 0 13 0 24500023 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26076] ppid=26064 vsize=847144 CPUtime=1.64
/proc/26066/task/26076/stat : 26076 (java) S 26064 26066 21307 0 -1 64 6772 0 0 0 162 2 0 0 17 0 13 0 24500023 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26077] ppid=26064 vsize=847144 CPUtime=0
/proc/26066/task/26077/stat : 26077 (java) S 26064 26066 21307 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24500023 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26078] ppid=26064 vsize=847144 CPUtime=0
/proc/26066/task/26078/stat : 26078 (java) S 26064 26066 21307 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24500023 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26751] ppid=26064 vsize=847144 CPUtime=0
/proc/26066/task/26751/stat : 26751 (java) S 26064 26066 21307 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 24524606 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 249.21
Current children cumulated vsize (KiB) 847144

[startup+251.103 s]
/proc/loadavg: 2.63 2.27 2.09 3/88 26751
/proc/meminfo: memFree=955104/2055912 swapFree=4192812/4192956
[pid=26066] ppid=26064 vsize=847144 CPUtime=250.82
/proc/26066/stat : 26066 (java) S 26064 26066 21307 0 -1 0 868835 0 1 0 24660 422 0 0 18 0 13 0 24500013 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26066/statm: 211786 181244 1434 9 0 209113 0
[pid=26066/tid=26067] ppid=26064 vsize=847144 CPUtime=134.65
/proc/26066/task/26067/stat : 26067 (java) S 26064 26066 21307 0 -1 64 17811 0 1 0 13451 14 0 0 18 0 13 0 24500015 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26069] ppid=26064 vsize=847144 CPUtime=4.96
/proc/26066/task/26069/stat : 26069 (java) S 26064 26066 21307 0 -1 64 90428 0 0 0 460 36 0 0 16 0 13 0 24500016 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26070] ppid=26064 vsize=847144 CPUtime=4.85
/proc/26066/task/26070/stat : 26070 (java) S 26064 26066 21307 0 -1 64 68153 0 0 0 460 25 0 0 15 0 13 0 24500016 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26071] ppid=26064 vsize=847144 CPUtime=104.49
/proc/26066/task/26071/stat : 26071 (java) R 26064 26066 21307 0 -1 64 683816 0 0 0 10107 342 0 0 25 0 13 0 24500018 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 106159191 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26072] ppid=26064 vsize=847144 CPUtime=0
/proc/26066/task/26072/stat : 26072 (java) S 26064 26066 21307 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24500018 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26073] ppid=26064 vsize=847144 CPUtime=0
/proc/26066/task/26073/stat : 26073 (java) S 26064 26066 21307 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24500018 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26074] ppid=26064 vsize=847144 CPUtime=0
/proc/26066/task/26074/stat : 26074 (java) S 26064 26066 21307 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24500023 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26075] ppid=26064 vsize=847144 CPUtime=0.17
/proc/26066/task/26075/stat : 26075 (java) S 26064 26066 21307 0 -1 64 1107 0 0 0 17 0 0 0 16 0 13 0 24500023 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26076] ppid=26064 vsize=847144 CPUtime=1.64
/proc/26066/task/26076/stat : 26076 (java) S 26064 26066 21307 0 -1 64 6772 0 0 0 162 2 0 0 17 0 13 0 24500023 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26077] ppid=26064 vsize=847144 CPUtime=0
/proc/26066/task/26077/stat : 26077 (java) S 26064 26066 21307 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24500023 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26078] ppid=26064 vsize=847144 CPUtime=0
/proc/26066/task/26078/stat : 26078 (java) S 26064 26066 21307 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24500023 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26751] ppid=26064 vsize=847144 CPUtime=0
/proc/26066/task/26751/stat : 26751 (java) S 26064 26066 21307 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 24524606 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 250.82
Current children cumulated vsize (KiB) 847144

[startup+251.503 s]
/proc/loadavg: 2.63 2.27 2.09 3/88 26751
/proc/meminfo: memFree=955104/2055912 swapFree=4192812/4192956
[pid=26066] ppid=26064 vsize=847144 CPUtime=251.22
/proc/26066/stat : 26066 (java) S 26064 26066 21307 0 -1 0 868835 0 1 0 24700 422 0 0 18 0 13 0 24500013 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26066/statm: 211786 181244 1434 9 0 209113 0
[pid=26066/tid=26067] ppid=26064 vsize=847144 CPUtime=134.65
/proc/26066/task/26067/stat : 26067 (java) S 26064 26066 21307 0 -1 64 17811 0 1 0 13451 14 0 0 18 0 13 0 24500015 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26069] ppid=26064 vsize=847144 CPUtime=4.96
/proc/26066/task/26069/stat : 26069 (java) S 26064 26066 21307 0 -1 64 90428 0 0 0 460 36 0 0 16 0 13 0 24500016 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26070] ppid=26064 vsize=847144 CPUtime=4.85
/proc/26066/task/26070/stat : 26070 (java) S 26064 26066 21307 0 -1 64 68153 0 0 0 460 25 0 0 15 0 13 0 24500016 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26071] ppid=26064 vsize=847144 CPUtime=104.89
/proc/26066/task/26071/stat : 26071 (java) R 26064 26066 21307 0 -1 64 683816 0 0 0 10147 342 0 0 25 0 13 0 24500018 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26072] ppid=26064 vsize=847144 CPUtime=0
/proc/26066/task/26072/stat : 26072 (java) S 26064 26066 21307 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24500018 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26073] ppid=26064 vsize=847144 CPUtime=0
/proc/26066/task/26073/stat : 26073 (java) S 26064 26066 21307 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24500018 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26074] ppid=26064 vsize=847144 CPUtime=0
/proc/26066/task/26074/stat : 26074 (java) S 26064 26066 21307 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24500023 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26075] ppid=26064 vsize=847144 CPUtime=0.17
/proc/26066/task/26075/stat : 26075 (java) S 26064 26066 21307 0 -1 64 1107 0 0 0 17 0 0 0 16 0 13 0 24500023 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26076] ppid=26064 vsize=847144 CPUtime=1.64
/proc/26066/task/26076/stat : 26076 (java) S 26064 26066 21307 0 -1 64 6772 0 0 0 162 2 0 0 17 0 13 0 24500023 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26077] ppid=26064 vsize=847144 CPUtime=0
/proc/26066/task/26077/stat : 26077 (java) S 26064 26066 21307 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24500023 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26078] ppid=26064 vsize=847144 CPUtime=0
/proc/26066/task/26078/stat : 26078 (java) S 26064 26066 21307 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24500023 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26751] ppid=26064 vsize=847144 CPUtime=0
/proc/26066/task/26751/stat : 26751 (java) S 26064 26066 21307 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 24524606 867475456 181244 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 251.22
Current children cumulated vsize (KiB) 847144

[startup+251.908 s]
/proc/loadavg: 2.58 2.26 2.09 3/87 26751
/proc/meminfo: memFree=975776/2055912 swapFree=4192812/4192956
[pid=26066] ppid=26064 vsize=826012 CPUtime=251.62
/proc/26066/stat : 26066 (java) S 26064 26066 21307 0 -1 0 868837 0 1 0 24740 422 0 0 18 0 12 0 24500013 845836288 175962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26066/statm: 206503 175962 1435 9 0 203830 0
[pid=26066/tid=26067] ppid=26064 vsize=826012 CPUtime=134.65
/proc/26066/task/26067/stat : 26067 (java) S 26064 26066 21307 0 -1 64 17811 0 1 0 13451 14 0 0 16 0 12 0 24500015 845836288 175962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26069] ppid=26064 vsize=826012 CPUtime=4.96
/proc/26066/task/26069/stat : 26069 (java) S 26064 26066 21307 0 -1 64 90428 0 0 0 460 36 0 0 16 0 12 0 24500016 845836288 175962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26070] ppid=26064 vsize=826012 CPUtime=4.85
/proc/26066/task/26070/stat : 26070 (java) S 26064 26066 21307 0 -1 64 68153 0 0 0 460 25 0 0 15 0 12 0 24500016 845836288 175962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26071] ppid=26064 vsize=826012 CPUtime=105.29
/proc/26066/task/26071/stat : 26071 (java) R 26064 26066 21307 0 -1 64 683816 0 0 0 10187 342 0 0 25 0 12 0 24500018 845836288 175962 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26072] ppid=26064 vsize=826012 CPUtime=0
/proc/26066/task/26072/stat : 26072 (java) S 26064 26066 21307 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24500018 845836288 175962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26073] ppid=26064 vsize=826012 CPUtime=0
/proc/26066/task/26073/stat : 26073 (java) S 26064 26066 21307 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24500018 845836288 175962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26074] ppid=26064 vsize=826012 CPUtime=0
/proc/26066/task/26074/stat : 26074 (java) S 26064 26066 21307 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24500023 845836288 175962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26075] ppid=26064 vsize=826012 CPUtime=0.17
/proc/26066/task/26075/stat : 26075 (java) S 26064 26066 21307 0 -1 64 1107 0 0 0 17 0 0 0 16 0 12 0 24500023 845836288 175962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26076] ppid=26064 vsize=826012 CPUtime=1.64
/proc/26066/task/26076/stat : 26076 (java) S 26064 26066 21307 0 -1 64 6772 0 0 0 162 2 0 0 17 0 12 0 24500023 845836288 175962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26066/tid=26077] ppid=26064 vsize=826012 CPUtime=0
/proc/26066/task/26077/stat : 26077 (java) S 26064 26066 21307 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24500023 845836288 175962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26066/tid=26078] ppid=26064 vsize=826012 CPUtime=0
/proc/26066/task/26078/stat : 26078 (java) S 26064 26066 21307 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24500023 845836288 175962 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 251.62
Current children cumulated vsize (KiB) 826012

[startup+252.003 s]
/proc/loadavg: 2.58 2.26 2.09 3/87 26751
/proc/meminfo: memFree=975776/2055912 swapFree=4192812/4192956
[pid=26066] ppid=26064 vsize=0 CPUtime=251.66
/proc/26066/stat : 26066 (java) Z 26064 26066 21307 0 -1 12 868842 0 1 0 24742 424 0 0 16 0 2 0 24500013 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26066/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 251.66
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 252.095
CPU time (s): 251.766
CPU user time (s): 247.428
CPU system time (s): 4.33734
CPU usage (%): 99.8695
Max. virtual memory (cumulated for all children) (KiB): 882660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.428
system time used= 4.33734
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 868842
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= 12097
involuntary context switches= 10051

runsolver used 0.354946 second user time and 0.840872 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-12 06:52:35
IDJOB=2081767
IDBENCH=57493
IDSOLVER=731
FILE ID=node78/2081767-1247374354
PBS_JOBID= 9507009
Free space on /tmp= 126812 MiB

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

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

MD5SUM BENCH= f6f477f012c3c0af28d31d9c82a6ffd7
RANDOM SEED=1855876881

node78.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.232
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.232
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:      2055912 kB
MemFree:       1724456 kB
Buffers:         62200 kB
Cached:         163696 kB
SwapCached:          0 kB
Active:         176672 kB
Inactive:        93976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1724456 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2864 kB
Writeback:           0 kB
Mapped:          65196 kB
Slab:            45708 kB
Committed_AS:   243696 kB
PageTables:       1952 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= 126792 MiB
End job on node78 at 2009-07-12 06:56:47