Trace number 2081745

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) 267.766 268.541

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-22.xml
MD5SUM2dc1ef2385520df4e5d6471c36d68b37
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 size1545
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.18/0.23	c c --- Begin Solver configuration ---
0.18/0.23	c Stops conflict analysis at the first Unique Implication Point
0.18/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.23	c Learn all clauses as in MiniSAT
0.18/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.23	c Expensive reason simplification
0.18/0.23	c MiniSAT restarts strategy
0.18/0.23	c Memory based learned constraints deletion strategy
0.18/0.23	c timeout=2147483s
0.18/0.23	c DB Simplification allowed=false
0.18/0.23	c --- End Solver configuration ---
0.18/0.23	c solving HOME/instance-2081745-1247374165.xml
0.18/0.23	c reading problem ... 
0.38/0.47	c reading problem named null
0.38/0.47	c reading domains done.
0.48/0.50	c reading variables done.
3.49/2.87	c reading predicates  done.
3.79/3.10	c reading constraints
261.70/262.40	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
261.70/262.40		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
261.70/262.40		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
261.70/262.40		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
261.70/262.40		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
261.70/262.40		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
261.70/262.40		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(Unknown Source)
261.70/262.40		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(Unknown Source)
261.70/262.40		at org.sat4j.csp.Predicate.toClause(Unknown Source)
261.70/262.40		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
261.70/262.40		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
261.70/262.40		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
261.70/262.40		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
261.70/262.40		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
261.70/262.40		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
261.70/262.40		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
261.70/262.40		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
261.70/262.40		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
261.70/262.40		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
261.70/262.40		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
261.70/262.40		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
261.70/262.40		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
261.70/262.40		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
261.70/262.40		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
261.70/262.40		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
261.70/262.40		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
261.70/262.40		at org.sat4j.AbstractLauncher.run(Unknown Source)
261.70/262.40		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
267.48/268.21	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
267.48/268.21		at java.lang.AbstractStringBuilder.<init>(Unknown Source)
267.48/268.21		at java.lang.StringBuffer.<init>(Unknown Source)
267.48/268.21		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
267.48/268.21		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
267.48/268.21		at org.sat4j.AbstractLauncher.displayResult(Unknown Source)
267.48/268.21		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-2081745-1247374165/watcher-2081745-1247374165 -o /tmp/evaluation-result-2081745-1247374165/solver-2081745-1247374165 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2081745-1247374165.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.03 2.05 2.01 3/74 22798
/proc/meminfo: memFree=1756296/2055920 swapFree=4192812/4192956
[pid=22798] ppid=22796 vsize=0 CPUtime=0
/proc/22798/stat : 22798 (java6) R 22796 22798 21594 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 24482910 0 0 996147200 0 0 0 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/22798/statm: 0 0 0 0 0 0 0

[startup+0.0463111 s]
/proc/loadavg: 2.03 2.05 2.01 3/74 22798
/proc/meminfo: memFree=1756296/2055920 swapFree=4192812/4192956
[pid=22798] ppid=22796 vsize=802032 CPUtime=0.03
/proc/22798/stat : 22798 (java) S 22796 22798 21594 0 -1 0 2571 0 1 0 2 1 0 0 18 0 7 0 24482910 821280768 2316 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/22798/statm: 200508 2317 1004 9 0 197859 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802032

[startup+0.102312 s]
/proc/loadavg: 2.03 2.05 2.01 3/74 22798
/proc/meminfo: memFree=1756296/2055920 swapFree=4192812/4192956
[pid=22798] ppid=22796 vsize=804560 CPUtime=0.09
/proc/22798/stat : 22798 (java) S 22796 22798 21594 0 -1 0 3053 0 1 0 7 2 0 0 18 0 12 0 24482910 823869440 2796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22798/statm: 201140 2796 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301328 s]
/proc/loadavg: 2.03 2.05 2.01 3/74 22798
/proc/meminfo: memFree=1756296/2055920 swapFree=4192812/4192956
[pid=22798] ppid=22796 vsize=805824 CPUtime=0.28
/proc/22798/stat : 22798 (java) S 22796 22798 21594 0 -1 0 4380 0 1 0 25 3 0 0 18 0 12 0 24482910 825163776 4117 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22798/statm: 201456 4117 1363 9 0 198783 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805824

[startup+0.70137 s]
/proc/loadavg: 2.03 2.05 2.01 3/74 22798
/proc/meminfo: memFree=1756296/2055920 swapFree=4192812/4192956
[pid=22798] ppid=22796 vsize=807168 CPUtime=0.68
/proc/22798/stat : 22798 (java) S 22796 22798 21594 0 -1 0 9448 0 1 0 62 6 0 0 18 0 12 0 24482910 826540032 8942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22798/statm: 201792 8953 1389 9 0 199119 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807168

[startup+1.50145 s]
/proc/loadavg: 2.03 2.05 2.01 3/86 22810
/proc/meminfo: memFree=1696232/2055920 swapFree=4192812/4192956
[pid=22798] ppid=22796 vsize=812300 CPUtime=1.59
/proc/22798/stat : 22798 (java) S 22796 22798 21594 0 -1 0 39115 0 1 0 139 20 0 0 18 0 12 0 24482910 831795200 36479 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22798/statm: 203075 36481 1402 9 0 200402 0
[pid=22798/tid=22800] ppid=22796 vsize=812300 CPUtime=0.74
/proc/22798/task/22800/stat : 22800 (java) R 22796 22798 21594 0 -1 64 16896 0 1 0 64 10 0 0 25 0 12 0 24482911 831795200 36482 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22801] ppid=22796 vsize=812300 CPUtime=0.15
/proc/22798/task/22801/stat : 22801 (java) R 22796 22798 21594 0 -1 64 7199 0 0 0 12 3 0 0 17 0 12 0 24482912 831795200 36483 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22802] ppid=22796 vsize=812300 CPUtime=0.28
/proc/22798/task/22802/stat : 22802 (java) R 22796 22798 21594 0 -1 64 12952 0 0 0 23 5 0 0 17 0 12 0 24482912 831795200 36485 996147200 134512640 134550932 4294956016 18446744073709551615 106195183 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22803] ppid=22796 vsize=812300 CPUtime=0
/proc/22798/task/22803/stat : 22803 (java) S 22796 22798 21594 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24482914 831795200 36486 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22804] ppid=22796 vsize=812300 CPUtime=0
/proc/22798/task/22804/stat : 22804 (java) S 22796 22798 21594 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24482914 831795200 36487 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22805] ppid=22796 vsize=812300 CPUtime=0
/proc/22798/task/22805/stat : 22805 (java) S 22796 22798 21594 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 24482914 831795200 36488 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22806] ppid=22796 vsize=812300 CPUtime=0
/proc/22798/task/22806/stat : 22806 (java) S 22796 22798 21594 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24482919 831795200 36489 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22807] ppid=22796 vsize=812300 CPUtime=0.04
/proc/22798/task/22807/stat : 22807 (java) S 22796 22798 21594 0 -1 64 295 0 0 0 4 0 0 0 18 0 12 0 24482919 831795200 36490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22808] ppid=22796 vsize=812300 CPUtime=0.34
/proc/22798/task/22808/stat : 22808 (java) S 22796 22798 21594 0 -1 64 1031 0 0 0 34 0 0 0 17 0 12 0 24482919 831795200 36492 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22809] ppid=22796 vsize=812300 CPUtime=0
/proc/22798/task/22809/stat : 22809 (java) S 22796 22798 21594 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24482919 831795200 36493 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22810] ppid=22796 vsize=812300 CPUtime=0
/proc/22798/task/22810/stat : 22810 (java) S 22796 22798 21594 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24482919 831795200 36494 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 812300

[startup+3.10258 s]
/proc/loadavg: 2.03 2.05 2.01 5/86 22810
/proc/meminfo: memFree=1557416/2055920 swapFree=4192812/4192956
[pid=22798] ppid=22796 vsize=812444 CPUtime=3.79
/proc/22798/stat : 22798 (java) S 22796 22798 21594 0 -1 0 77684 0 1 0 341 38 0 0 18 0 12 0 24482910 831942656 70782 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22798/statm: 203111 70782 1402 9 0 200438 0
[pid=22798/tid=22800] ppid=22796 vsize=812444 CPUtime=1.24
/proc/22798/task/22800/stat : 22800 (java) R 22796 22798 21594 0 -1 64 17389 0 1 0 114 10 0 0 24 0 12 0 24482911 831942656 70782 996147200 134512640 134550932 4294956016 18446744073709551615 4109139438 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22801] ppid=22796 vsize=812444 CPUtime=0.95
/proc/22798/task/22801/stat : 22801 (java) S 22796 22798 21594 0 -1 64 19230 0 0 0 86 9 0 0 18 0 12 0 24482912 831942656 70782 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22802] ppid=22796 vsize=812444 CPUtime=1.17
/proc/22798/task/22802/stat : 22802 (java) S 22796 22798 21594 0 -1 64 38993 0 0 0 100 17 0 0 19 0 12 0 24482912 831942656 70782 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22803] ppid=22796 vsize=812444 CPUtime=0
/proc/22798/task/22803/stat : 22803 (java) S 22796 22798 21594 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24482914 831942656 70782 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22804] ppid=22796 vsize=812444 CPUtime=0
/proc/22798/task/22804/stat : 22804 (java) S 22796 22798 21594 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24482914 831942656 70782 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22805] ppid=22796 vsize=812444 CPUtime=0
/proc/22798/task/22805/stat : 22805 (java) S 22796 22798 21594 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 24482914 831942656 70782 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22806] ppid=22796 vsize=812444 CPUtime=0
/proc/22798/task/22806/stat : 22806 (java) S 22796 22798 21594 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24482919 831942656 70782 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22807] ppid=22796 vsize=812444 CPUtime=0.04
/proc/22798/task/22807/stat : 22807 (java) S 22796 22798 21594 0 -1 64 295 0 0 0 4 0 0 0 18 0 12 0 24482919 831942656 70782 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22808] ppid=22796 vsize=812444 CPUtime=0.35
/proc/22798/task/22808/stat : 22808 (java) S 22796 22798 21594 0 -1 64 1031 0 0 0 35 0 0 0 17 0 12 0 24482919 831942656 70782 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22809] ppid=22796 vsize=812444 CPUtime=0
/proc/22798/task/22809/stat : 22809 (java) S 22796 22798 21594 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24482919 831942656 70782 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22810] ppid=22796 vsize=812444 CPUtime=0
/proc/22798/task/22810/stat : 22810 (java) S 22796 22798 21594 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24482919 831942656 70782 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 812444

[startup+6.30287 s]
/proc/loadavg: 2.11 2.07 2.01 5/86 22810
/proc/meminfo: memFree=1443688/2055920 swapFree=4192812/4192956
[pid=22798] ppid=22796 vsize=816360 CPUtime=6.95
/proc/22798/stat : 22798 (java) S 22796 22798 21594 0 -1 0 87324 0 1 0 653 42 0 0 18 0 12 0 24482910 835952640 79220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22798/statm: 204090 79220 1424 9 0 201417 0
[pid=22798/tid=22800] ppid=22796 vsize=816360 CPUtime=3.68
/proc/22798/task/22800/stat : 22800 (java) R 22796 22798 21594 0 -1 64 17411 0 1 0 358 10 0 0 25 0 12 0 24482911 835952640 79220 996147200 134512640 134550932 4294956016 18446744073709551615 4109609516 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22801] ppid=22796 vsize=816360 CPUtime=1.11
/proc/22798/task/22801/stat : 22801 (java) S 22796 22798 21594 0 -1 64 23878 0 0 0 100 11 0 0 16 0 12 0 24482912 835952640 79220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22802] ppid=22796 vsize=816360 CPUtime=1.35
/proc/22798/task/22802/stat : 22802 (java) S 22796 22798 21594 0 -1 64 41911 0 0 0 117 18 0 0 16 0 12 0 24482912 835952640 79220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22803] ppid=22796 vsize=816360 CPUtime=0
/proc/22798/task/22803/stat : 22803 (java) S 22796 22798 21594 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24482914 835952640 79220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22804] ppid=22796 vsize=816360 CPUtime=0
/proc/22798/task/22804/stat : 22804 (java) S 22796 22798 21594 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24482914 835952640 79220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22805] ppid=22796 vsize=816360 CPUtime=0
/proc/22798/task/22805/stat : 22805 (java) S 22796 22798 21594 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 24482914 835952640 79220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22806] ppid=22796 vsize=816360 CPUtime=0
/proc/22798/task/22806/stat : 22806 (java) S 22796 22798 21594 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24482919 835952640 79220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22807] ppid=22796 vsize=816360 CPUtime=0.04
/proc/22798/task/22807/stat : 22807 (java) S 22796 22798 21594 0 -1 64 295 0 0 0 4 0 0 0 18 0 12 0 24482919 835952640 79220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22808] ppid=22796 vsize=816360 CPUtime=0.7
/proc/22798/task/22808/stat : 22808 (java) S 22796 22798 21594 0 -1 64 3083 0 0 0 70 0 0 0 17 0 12 0 24482919 835952640 79220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22809] ppid=22796 vsize=816360 CPUtime=0
/proc/22798/task/22809/stat : 22809 (java) S 22796 22798 21594 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24482919 835952640 79220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22810] ppid=22796 vsize=816360 CPUtime=0
/proc/22798/task/22810/stat : 22810 (java) S 22796 22798 21594 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24482919 835952640 79220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 816360

[startup+12.7025 s]
/proc/loadavg: 2.26 2.10 2.02 3/86 22810
/proc/meminfo: memFree=1395240/2055920 swapFree=4192812/4192956
[pid=22798] ppid=22796 vsize=820112 CPUtime=13.29
/proc/22798/stat : 22798 (java) S 22796 22798 21594 0 -1 0 104952 0 1 0 1279 50 0 0 18 0 12 0 24482910 839794688 93628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22798/statm: 205028 93628 1431 9 0 202355 0
[pid=22798/tid=22800] ppid=22796 vsize=820112 CPUtime=8.58
/proc/22798/task/22800/stat : 22800 (java) R 22796 22798 21594 0 -1 64 17435 0 1 0 848 10 0 0 25 0 12 0 24482911 839794688 93628 996147200 134512640 134550932 4294956016 18446744073709551615 4109720444 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22801] ppid=22796 vsize=820112 CPUtime=1.25
/proc/22798/task/22801/stat : 22801 (java) S 22796 22798 21594 0 -1 64 31561 0 0 0 111 14 0 0 16 0 12 0 24482912 839794688 93628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22802] ppid=22796 vsize=820112 CPUtime=1.76
/proc/22798/task/22802/stat : 22802 (java) S 22796 22798 21594 0 -1 64 47593 0 0 0 155 21 0 0 16 0 12 0 24482912 839794688 93628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22803] ppid=22796 vsize=820112 CPUtime=0
/proc/22798/task/22803/stat : 22803 (java) S 22796 22798 21594 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 24482914 839794688 93628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22804] ppid=22796 vsize=820112 CPUtime=0
/proc/22798/task/22804/stat : 22804 (java) S 22796 22798 21594 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24482914 839794688 93628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22805] ppid=22796 vsize=820112 CPUtime=0
/proc/22798/task/22805/stat : 22805 (java) S 22796 22798 21594 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 24482914 839794688 93628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22806] ppid=22796 vsize=820112 CPUtime=0
/proc/22798/task/22806/stat : 22806 (java) S 22796 22798 21594 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24482919 839794688 93628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22807] ppid=22796 vsize=820112 CPUtime=0.22
/proc/22798/task/22807/stat : 22807 (java) S 22796 22798 21594 0 -1 64 924 0 0 0 22 0 0 0 16 0 12 0 24482919 839794688 93628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22808] ppid=22796 vsize=820112 CPUtime=1.42
/proc/22798/task/22808/stat : 22808 (java) S 22796 22798 21594 0 -1 64 6693 0 0 0 140 2 0 0 21 0 12 0 24482919 839794688 93628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22809] ppid=22796 vsize=820112 CPUtime=0
/proc/22798/task/22809/stat : 22809 (java) S 22796 22798 21594 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24482919 839794688 93628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22810] ppid=22796 vsize=820112 CPUtime=0
/proc/22798/task/22810/stat : 22810 (java) S 22796 22798 21594 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24482919 839794688 93628 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.29
Current children cumulated vsize (KiB) 820112

[startup+25.5026 s]
/proc/loadavg: 2.28 2.11 2.03 3/86 22810
/proc/meminfo: memFree=1314216/2055920 swapFree=4192812/4192956
[pid=22798] ppid=22796 vsize=820076 CPUtime=25.97
/proc/22798/stat : 22798 (java) S 22796 22798 21594 0 -1 0 122931 0 1 0 2540 57 0 0 18 0 12 0 24482910 839757824 111567 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22798/statm: 205019 111567 1431 9 0 202346 0
[pid=22798/tid=22800] ppid=22796 vsize=820076 CPUtime=20.06
/proc/22798/task/22800/stat : 22800 (java) R 22796 22798 21594 0 -1 64 17468 0 1 0 1995 11 0 0 25 0 12 0 24482911 839757824 111567 996147200 134512640 134550932 4294956016 18446744073709551615 4109695296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22801] ppid=22796 vsize=820076 CPUtime=1.55
/proc/22798/task/22801/stat : 22801 (java) S 22796 22798 21594 0 -1 64 44034 0 0 0 136 19 0 0 16 0 12 0 24482912 839757824 111567 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22802] ppid=22796 vsize=820076 CPUtime=2.31
/proc/22798/task/22802/stat : 22802 (java) S 22796 22798 21594 0 -1 64 53066 0 0 0 208 23 0 0 16 0 12 0 24482912 839757824 111567 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22803] ppid=22796 vsize=820076 CPUtime=0.01
/proc/22798/task/22803/stat : 22803 (java) S 22796 22798 21594 0 -1 64 8 0 0 0 1 0 0 0 15 0 12 0 24482914 839757824 111567 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22804] ppid=22796 vsize=820076 CPUtime=0
/proc/22798/task/22804/stat : 22804 (java) S 22796 22798 21594 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24482914 839757824 111567 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22805] ppid=22796 vsize=820076 CPUtime=0
/proc/22798/task/22805/stat : 22805 (java) S 22796 22798 21594 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 24482914 839757824 111567 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22806] ppid=22796 vsize=820076 CPUtime=0
/proc/22798/task/22806/stat : 22806 (java) S 22796 22798 21594 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24482919 839757824 111567 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22807] ppid=22796 vsize=820076 CPUtime=0.22

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


[startup+262.302 s]
/proc/loadavg: 2.67 2.35 2.13 3/86 22812
/proc/meminfo: memFree=1037992/2055920 swapFree=4192812/4192956
[pid=22798] ppid=22796 vsize=843316 CPUtime=261.61
/proc/22798/stat : 22798 (java) S 22796 22798 21594 0 -1 0 1046994 0 1 0 25670 491 0 0 18 0 12 0 24482910 863555584 180108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22798/statm: 210829 180108 1434 9 0 208156 0
[pid=22798/tid=22800] ppid=22796 vsize=843316 CPUtime=150.99
/proc/22798/task/22800/stat : 22800 (java) S 22796 22798 21594 0 -1 64 17832 0 1 0 15087 12 0 0 17 0 12 0 24482911 863555584 180108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22801] ppid=22796 vsize=843316 CPUtime=4.62
/proc/22798/task/22801/stat : 22801 (java) S 22796 22798 21594 0 -1 64 78799 0 0 0 430 32 0 0 16 0 12 0 24482912 863555584 180108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22802] ppid=22796 vsize=843316 CPUtime=5.62
/proc/22798/task/22802/stat : 22802 (java) S 22796 22798 21594 0 -1 64 81281 0 0 0 528 34 0 0 15 0 12 0 24482912 863555584 180108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22803] ppid=22796 vsize=843316 CPUtime=98.3
/proc/22798/task/22803/stat : 22803 (java) R 22796 22798 21594 0 -1 64 860723 0 0 0 9423 407 0 0 25 0 12 0 24482914 863555584 180108 996147200 134512640 134550932 4294956016 18446744073709551615 105697740 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22804] ppid=22796 vsize=843316 CPUtime=0
/proc/22798/task/22804/stat : 22804 (java) S 22796 22798 21594 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24482914 863555584 180108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22805] ppid=22796 vsize=843316 CPUtime=0
/proc/22798/task/22805/stat : 22805 (java) S 22796 22798 21594 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24482914 863555584 180108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22806] ppid=22796 vsize=843316 CPUtime=0
/proc/22798/task/22806/stat : 22806 (java) S 22796 22798 21594 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24482919 863555584 180108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22807] ppid=22796 vsize=843316 CPUtime=0.22
/proc/22798/task/22807/stat : 22807 (java) S 22796 22798 21594 0 -1 64 924 0 0 0 22 0 0 0 16 0 12 0 24482919 863555584 180108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22808] ppid=22796 vsize=843316 CPUtime=1.8
/proc/22798/task/22808/stat : 22808 (java) S 22796 22798 21594 0 -1 64 6693 0 0 0 178 2 0 0 17 0 12 0 24482919 863555584 180108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22809] ppid=22796 vsize=843316 CPUtime=0
/proc/22798/task/22809/stat : 22809 (java) S 22796 22798 21594 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24482919 863555584 180108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22810] ppid=22796 vsize=843316 CPUtime=0
/proc/22798/task/22810/stat : 22810 (java) S 22796 22798 21594 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 24482919 863555584 180108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 261.61
Current children cumulated vsize (KiB) 843316

[startup+265.501 s]
/proc/loadavg: 2.62 2.34 2.13 3/87 22813
/proc/meminfo: memFree=1037920/2055920 swapFree=4192812/4192956
[pid=22798] ppid=22796 vsize=843640 CPUtime=264.78
/proc/22798/stat : 22798 (java) S 22796 22798 21594 0 -1 0 1082972 0 1 0 25971 507 0 0 18 0 13 0 24482910 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22798/statm: 210910 180113 1434 9 0 208237 0
[pid=22798/tid=22800] ppid=22796 vsize=843640 CPUtime=150.99
/proc/22798/task/22800/stat : 22800 (java) S 22796 22798 21594 0 -1 64 17834 0 1 0 15087 12 0 0 18 0 13 0 24482911 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22801] ppid=22796 vsize=843640 CPUtime=4.62
/proc/22798/task/22801/stat : 22801 (java) S 22796 22798 21594 0 -1 64 78799 0 0 0 430 32 0 0 16 0 13 0 24482912 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22802] ppid=22796 vsize=843640 CPUtime=5.62
/proc/22798/task/22802/stat : 22802 (java) S 22796 22798 21594 0 -1 64 81281 0 0 0 528 34 0 0 15 0 13 0 24482912 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22803] ppid=22796 vsize=843640 CPUtime=101.48
/proc/22798/task/22803/stat : 22803 (java) R 22796 22798 21594 0 -1 64 896693 0 0 0 9724 424 0 0 25 0 13 0 24482914 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 105880857 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22804] ppid=22796 vsize=843640 CPUtime=0
/proc/22798/task/22804/stat : 22804 (java) S 22796 22798 21594 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24482914 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22805] ppid=22796 vsize=843640 CPUtime=0
/proc/22798/task/22805/stat : 22805 (java) S 22796 22798 21594 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 24482914 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22806] ppid=22796 vsize=843640 CPUtime=0
/proc/22798/task/22806/stat : 22806 (java) S 22796 22798 21594 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24482919 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22807] ppid=22796 vsize=843640 CPUtime=0.22
/proc/22798/task/22807/stat : 22807 (java) S 22796 22798 21594 0 -1 64 924 0 0 0 22 0 0 0 16 0 13 0 24482919 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22808] ppid=22796 vsize=843640 CPUtime=1.8
/proc/22798/task/22808/stat : 22808 (java) S 22796 22798 21594 0 -1 64 6693 0 0 0 178 2 0 0 17 0 13 0 24482919 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22809] ppid=22796 vsize=843640 CPUtime=0
/proc/22798/task/22809/stat : 22809 (java) S 22796 22798 21594 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24482919 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22810] ppid=22796 vsize=843640 CPUtime=0
/proc/22798/task/22810/stat : 22810 (java) S 22796 22798 21594 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 24482919 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22813] ppid=22796 vsize=843640 CPUtime=0
/proc/22798/task/22813/stat : 22813 (java) S 22796 22798 21594 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 24509151 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 264.78
Current children cumulated vsize (KiB) 843640

[startup+267.103 s]
/proc/loadavg: 2.62 2.34 2.13 3/87 22813
/proc/meminfo: memFree=1037920/2055920 swapFree=4192812/4192956
[pid=22798] ppid=22796 vsize=843640 CPUtime=266.38
/proc/22798/stat : 22798 (java) S 22796 22798 21594 0 -1 0 1094963 0 1 0 26125 513 0 0 18 0 13 0 24482910 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22798/statm: 210910 180113 1434 9 0 208237 0
[pid=22798/tid=22800] ppid=22796 vsize=843640 CPUtime=150.99
/proc/22798/task/22800/stat : 22800 (java) S 22796 22798 21594 0 -1 64 17834 0 1 0 15087 12 0 0 18 0 13 0 24482911 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22801] ppid=22796 vsize=843640 CPUtime=4.62
/proc/22798/task/22801/stat : 22801 (java) S 22796 22798 21594 0 -1 64 78799 0 0 0 430 32 0 0 16 0 13 0 24482912 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22802] ppid=22796 vsize=843640 CPUtime=5.62
/proc/22798/task/22802/stat : 22802 (java) S 22796 22798 21594 0 -1 64 81281 0 0 0 528 34 0 0 15 0 13 0 24482912 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22803] ppid=22796 vsize=843640 CPUtime=103.08
/proc/22798/task/22803/stat : 22803 (java) R 22796 22798 21594 0 -1 64 908683 0 0 0 9878 430 0 0 25 0 13 0 24482914 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 105697570 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22804] ppid=22796 vsize=843640 CPUtime=0
/proc/22798/task/22804/stat : 22804 (java) S 22796 22798 21594 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24482914 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22805] ppid=22796 vsize=843640 CPUtime=0
/proc/22798/task/22805/stat : 22805 (java) S 22796 22798 21594 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24482914 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22806] ppid=22796 vsize=843640 CPUtime=0
/proc/22798/task/22806/stat : 22806 (java) S 22796 22798 21594 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24482919 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22807] ppid=22796 vsize=843640 CPUtime=0.22
/proc/22798/task/22807/stat : 22807 (java) S 22796 22798 21594 0 -1 64 924 0 0 0 22 0 0 0 16 0 13 0 24482919 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22808] ppid=22796 vsize=843640 CPUtime=1.8
/proc/22798/task/22808/stat : 22808 (java) S 22796 22798 21594 0 -1 64 6693 0 0 0 178 2 0 0 17 0 13 0 24482919 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22809] ppid=22796 vsize=843640 CPUtime=0
/proc/22798/task/22809/stat : 22809 (java) S 22796 22798 21594 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24482919 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22810] ppid=22796 vsize=843640 CPUtime=0
/proc/22798/task/22810/stat : 22810 (java) S 22796 22798 21594 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 24482919 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22813] ppid=22796 vsize=843640 CPUtime=0
/proc/22798/task/22813/stat : 22813 (java) S 22796 22798 21594 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 24509151 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 266.38
Current children cumulated vsize (KiB) 843640

[startup+267.903 s]
/proc/loadavg: 2.62 2.34 2.13 3/87 22813
/proc/meminfo: memFree=1037920/2055920 swapFree=4192812/4192956
[pid=22798] ppid=22796 vsize=843640 CPUtime=267.18
/proc/22798/stat : 22798 (java) S 22796 22798 21594 0 -1 0 1094963 0 1 0 26205 513 0 0 18 0 13 0 24482910 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22798/statm: 210910 180113 1434 9 0 208237 0
[pid=22798/tid=22800] ppid=22796 vsize=843640 CPUtime=150.99
/proc/22798/task/22800/stat : 22800 (java) S 22796 22798 21594 0 -1 64 17834 0 1 0 15087 12 0 0 18 0 13 0 24482911 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22801] ppid=22796 vsize=843640 CPUtime=4.62
/proc/22798/task/22801/stat : 22801 (java) S 22796 22798 21594 0 -1 64 78799 0 0 0 430 32 0 0 16 0 13 0 24482912 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22802] ppid=22796 vsize=843640 CPUtime=5.62
/proc/22798/task/22802/stat : 22802 (java) S 22796 22798 21594 0 -1 64 81281 0 0 0 528 34 0 0 15 0 13 0 24482912 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22803] ppid=22796 vsize=843640 CPUtime=103.87
/proc/22798/task/22803/stat : 22803 (java) R 22796 22798 21594 0 -1 64 908683 0 0 0 9957 430 0 0 25 0 13 0 24482914 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22804] ppid=22796 vsize=843640 CPUtime=0
/proc/22798/task/22804/stat : 22804 (java) S 22796 22798 21594 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24482914 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22805] ppid=22796 vsize=843640 CPUtime=0
/proc/22798/task/22805/stat : 22805 (java) S 22796 22798 21594 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24482914 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22806] ppid=22796 vsize=843640 CPUtime=0
/proc/22798/task/22806/stat : 22806 (java) S 22796 22798 21594 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24482919 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22807] ppid=22796 vsize=843640 CPUtime=0.22
/proc/22798/task/22807/stat : 22807 (java) S 22796 22798 21594 0 -1 64 924 0 0 0 22 0 0 0 16 0 13 0 24482919 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22808] ppid=22796 vsize=843640 CPUtime=1.8
/proc/22798/task/22808/stat : 22808 (java) S 22796 22798 21594 0 -1 64 6693 0 0 0 178 2 0 0 17 0 13 0 24482919 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22809] ppid=22796 vsize=843640 CPUtime=0
/proc/22798/task/22809/stat : 22809 (java) S 22796 22798 21594 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24482919 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22810] ppid=22796 vsize=843640 CPUtime=0
/proc/22798/task/22810/stat : 22810 (java) S 22796 22798 21594 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 24482919 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22813] ppid=22796 vsize=843640 CPUtime=0
/proc/22798/task/22813/stat : 22813 (java) S 22796 22798 21594 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 24509151 863887360 180113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 267.18
Current children cumulated vsize (KiB) 843640

[startup+268.303 s]
/proc/loadavg: 2.62 2.34 2.13 3/86 22813
/proc/meminfo: memFree=1064160/2055920 swapFree=4192812/4192956
[pid=22798] ppid=22796 vsize=817388 CPUtime=267.57
/proc/22798/stat : 22798 (java) S 22796 22798 21594 0 -1 0 1094966 0 1 0 26244 513 0 0 18 0 12 0 24482910 837005312 173552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22798/statm: 204347 173552 1435 9 0 201674 0
[pid=22798/tid=22800] ppid=22796 vsize=817388 CPUtime=150.99
/proc/22798/task/22800/stat : 22800 (java) S 22796 22798 21594 0 -1 64 17835 0 1 0 15087 12 0 0 16 0 12 0 24482911 837005312 173552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22801] ppid=22796 vsize=817388 CPUtime=4.62
/proc/22798/task/22801/stat : 22801 (java) S 22796 22798 21594 0 -1 64 78799 0 0 0 430 32 0 0 16 0 12 0 24482912 837005312 173552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22802] ppid=22796 vsize=817388 CPUtime=5.62
/proc/22798/task/22802/stat : 22802 (java) S 22796 22798 21594 0 -1 64 81281 0 0 0 528 34 0 0 15 0 12 0 24482912 837005312 173552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22803] ppid=22796 vsize=817388 CPUtime=104.26
/proc/22798/task/22803/stat : 22803 (java) R 22796 22798 21594 0 -1 64 908683 0 0 0 9996 430 0 0 25 0 12 0 24482914 837005312 173552 996147200 134512640 134550932 4294956016 18446744073709551615 106158417 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22804] ppid=22796 vsize=817388 CPUtime=0
/proc/22798/task/22804/stat : 22804 (java) S 22796 22798 21594 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24482914 837005312 173552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22805] ppid=22796 vsize=817388 CPUtime=0
/proc/22798/task/22805/stat : 22805 (java) S 22796 22798 21594 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 24482914 837005312 173552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22806] ppid=22796 vsize=817388 CPUtime=0
/proc/22798/task/22806/stat : 22806 (java) S 22796 22798 21594 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24482919 837005312 173552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22807] ppid=22796 vsize=817388 CPUtime=0.22
/proc/22798/task/22807/stat : 22807 (java) S 22796 22798 21594 0 -1 64 924 0 0 0 22 0 0 0 16 0 12 0 24482919 837005312 173552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22808] ppid=22796 vsize=817388 CPUtime=1.8
/proc/22798/task/22808/stat : 22808 (java) S 22796 22798 21594 0 -1 64 6693 0 0 0 178 2 0 0 17 0 12 0 24482919 837005312 173552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22798/tid=22809] ppid=22796 vsize=817388 CPUtime=0
/proc/22798/task/22809/stat : 22809 (java) S 22796 22798 21594 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24482919 837005312 173552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22798/tid=22810] ppid=22796 vsize=817388 CPUtime=0
/proc/22798/task/22810/stat : 22810 (java) S 22796 22798 21594 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 24482919 837005312 173552 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 267.57
Current children cumulated vsize (KiB) 817388

[startup+268.503 s]
/proc/loadavg: 2.62 2.34 2.13 3/86 22813
/proc/meminfo: memFree=1064160/2055920 swapFree=4192812/4192956
[pid=22798] ppid=22796 vsize=0 CPUtime=267.72
/proc/22798/stat : 22798 (java) Z 22796 22798 21594 0 -1 12 1094971 0 1 0 26251 521 0 0 16 0 2 0 24482910 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22798/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 267.72
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 268.541
CPU time (s): 267.766
CPU user time (s): 262.518
CPU system time (s): 5.2482
CPU usage (%): 99.7116
Max. virtual memory (cumulated for all children) (KiB): 860536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 262.518
system time used= 5.2482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1094971
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= 12522
involuntary context switches= 9840

runsolver used 0.345947 second user time and 0.933858 second system time

The end

Launcher Data

Begin job on node25 at 2009-07-12 06:49:25
IDJOB=2081745
IDBENCH=57483
IDSOLVER=731
FILE ID=node25/2081745-1247374165
PBS_JOBID= 9507123
Free space on /tmp= 66312 MiB

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

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

MD5SUM BENCH= 2dc1ef2385520df4e5d6471c36d68b37
RANDOM SEED=1445035679

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1756776 kB
Buffers:         37244 kB
Cached:         163152 kB
SwapCached:          0 kB
Active:         165136 kB
Inactive:        73896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1756776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2852 kB
Writeback:           0 kB
Mapped:          49708 kB
Slab:            45268 kB
Committed_AS:   183420 kB
PageTables:       1960 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66312 MiB
End job on node25 at 2009-07-12 06:53:54