Trace number 2081679

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) 209.263 210.224

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-20.xml
MD5SUMec7cdf4fe94a5d252afb76f2304f2c35
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 size1697
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.12	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.12	c See www.sat4j.org for details.
0.09/0.12	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.19/0.22	c c --- Begin Solver configuration ---
0.19/0.22	c Stops conflict analysis at the first Unique Implication Point
0.19/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.22	c Learn all clauses as in MiniSAT
0.19/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.22	c Expensive reason simplification
0.19/0.22	c MiniSAT restarts strategy
0.19/0.22	c Memory based learned constraints deletion strategy
0.19/0.22	c timeout=2147483s
0.19/0.22	c DB Simplification allowed=false
0.19/0.22	c --- End Solver configuration ---
0.19/0.22	c solving HOME/instance-2081679-1247373627.xml
0.19/0.22	c reading problem ... 
0.39/0.46	c reading problem named null
0.39/0.46	c reading domains done.
0.48/0.50	c reading variables done.
2.98/3.04	c reading predicates  done.
3.17/3.26	c reading constraints
189.34/190.22	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
195.81/196.78		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
195.81/196.78		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
195.81/196.78		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
195.81/196.78		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
195.81/196.78		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
195.81/196.78		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(Unknown Source)
195.81/196.78		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(Unknown Source)
195.81/196.78		at org.sat4j.csp.Predicate.toClause(Unknown Source)
195.81/196.78		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
195.81/196.78		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
195.81/196.78		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
195.81/196.78		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
195.81/196.78		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
195.81/196.78		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
195.81/196.78		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
195.81/196.78		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
195.81/196.78		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
195.81/196.78		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
195.81/196.78		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
195.81/196.78		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
195.81/196.78		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
195.81/196.78		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
195.81/196.78		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
195.81/196.78		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
195.81/196.78		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
195.81/196.78		at org.sat4j.AbstractLauncher.run(Unknown Source)
195.81/196.78		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
202.37/203.39	c starts		: 0
202.37/203.39	c conflicts		: 0
202.37/203.39	c decisions		: 0
202.37/203.39	c propagations		: 0
202.37/203.39	c inspects		: 0
202.37/203.39	c learnt literals	: 0
202.37/203.39	c learnt binary clauses	: 0
202.37/203.39	c learnt ternary clauses	: 0
202.37/203.39	c learnt clauses	: 0
202.37/203.39	c ignored clauses	: 0
208.94/209.93	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
208.94/209.93		at java.lang.StringBuffer.toString(Unknown Source)
208.94/209.93		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
208.94/209.93		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
208.94/209.93		at org.sat4j.AbstractLauncher.displayResult(Unknown Source)
208.94/209.93		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-2081679-1247373627/watcher-2081679-1247373627 -o /tmp/evaluation-result-2081679-1247373627/solver-2081679-1247373627 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2081679-1247373627.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.68 2.32 2.11 3/74 25648
/proc/meminfo: memFree=1465480/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=152 CPUtime=0
/proc/25648/stat : 25648 (java) R 25646 25648 24206 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 24426865 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 8605995 0 0 4096 0 0 0 0 17 0 0 0
/proc/25648/statm: 38 26 19 9 0 4 0

[startup+0.014638 s]
/proc/loadavg: 2.68 2.32 2.11 3/74 25648
/proc/meminfo: memFree=1465480/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=13792 CPUtime=0
/proc/25648/stat : 25648 (java) S 25646 25648 24206 0 -1 0 930 0 1 0 0 0 0 0 18 0 2 0 24426865 14123008 685 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 3448 685 349 9 0 1200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13792

[startup+0.10225 s]
/proc/loadavg: 2.68 2.32 2.11 3/74 25648
/proc/meminfo: memFree=1465480/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=804560 CPUtime=0.09
/proc/25648/stat : 25648 (java) S 25646 25648 24206 0 -1 0 3074 0 1 0 8 1 0 0 18 0 12 0 24426865 823869440 2817 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 201140 2817 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301274 s]
/proc/loadavg: 2.68 2.32 2.11 3/74 25648
/proc/meminfo: memFree=1465480/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=806024 CPUtime=0.29
/proc/25648/stat : 25648 (java) S 25646 25648 24206 0 -1 0 4424 0 1 0 27 2 0 0 18 0 12 0 24426865 825368576 4161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 201506 4161 1363 9 0 198833 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 806024

[startup+0.701323 s]
/proc/loadavg: 2.68 2.32 2.11 3/74 25648
/proc/meminfo: memFree=1465480/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=807176 CPUtime=0.68
/proc/25648/stat : 25648 (java) S 25646 25648 24206 0 -1 0 10208 0 1 0 64 4 0 0 18 0 12 0 24426865 826548224 9700 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 201794 9700 1389 9 0 199121 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807176

[startup+1.50241 s]
/proc/loadavg: 2.68 2.32 2.11 5/86 25660
/proc/meminfo: memFree=1324520/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=809748 CPUtime=1.48
/proc/25648/stat : 25648 (java) S 25646 25648 24206 0 -1 0 36176 0 1 0 131 17 0 0 18 0 12 0 24426865 829181952 35028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 202437 35028 1402 9 0 199764 0
[pid=25648/tid=25650] ppid=25646 vsize=809748 CPUtime=0.74
/proc/25648/task/25650/stat : 25650 (java) S 25646 25648 24206 0 -1 64 16898 0 1 0 66 8 0 0 17 0 12 0 24426866 829181952 35028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25651] ppid=25646 vsize=809748 CPUtime=0.23
/proc/25648/task/25651/stat : 25651 (java) R 25646 25648 24206 0 -1 64 10041 0 0 0 19 4 0 0 17 0 12 0 24426867 829181952 35028 996147200 134512640 134550932 4294956016 18446744073709551615 106193739 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25652] ppid=25646 vsize=809748 CPUtime=0.14
/proc/25648/task/25652/stat : 25652 (java) R 25646 25648 24206 0 -1 64 7301 0 0 0 11 3 0 0 18 0 12 0 24426867 829181952 35028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25653] ppid=25646 vsize=809748 CPUtime=0
/proc/25648/task/25653/stat : 25653 (java) S 25646 25648 24206 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24426869 829181952 35028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25654] ppid=25646 vsize=809748 CPUtime=0
/proc/25648/task/25654/stat : 25654 (java) S 25646 25648 24206 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24426869 829181952 35028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25655] ppid=25646 vsize=809748 CPUtime=0
/proc/25648/task/25655/stat : 25655 (java) S 25646 25648 24206 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 24426869 829181952 35028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25656] ppid=25646 vsize=809748 CPUtime=0
/proc/25648/task/25656/stat : 25656 (java) S 25646 25648 24206 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24426873 829181952 35028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25657] ppid=25646 vsize=809748 CPUtime=0.04
/proc/25648/task/25657/stat : 25657 (java) S 25646 25648 24206 0 -1 64 271 0 0 0 4 0 0 0 18 0 12 0 24426873 829181952 35028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25658] ppid=25646 vsize=809748 CPUtime=0.3
/proc/25648/task/25658/stat : 25658 (java) S 25646 25648 24206 0 -1 64 922 0 0 0 30 0 0 0 16 0 12 0 24426873 829181952 35028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25659] ppid=25646 vsize=809748 CPUtime=0
/proc/25648/task/25659/stat : 25659 (java) S 25646 25648 24206 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24426873 829181952 35028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25660] ppid=25646 vsize=809748 CPUtime=0
/proc/25648/task/25660/stat : 25660 (java) S 25646 25648 24206 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24426873 829181952 35028 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 809748

[startup+3.10159 s]
/proc/loadavg: 2.68 2.32 2.11 4/86 25660
/proc/meminfo: memFree=1146984/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=813480 CPUtime=3.08
/proc/25648/stat : 25648 (java) S 25646 25648 24206 0 -1 0 72496 0 1 0 275 33 0 0 18 0 12 0 24426865 833003520 70734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 203370 70734 1402 9 0 200697 0
[pid=25648/tid=25650] ppid=25646 vsize=813480 CPUtime=1.13
/proc/25648/task/25650/stat : 25650 (java) R 25646 25648 24206 0 -1 64 17048 0 1 0 105 8 0 0 17 0 12 0 24426866 833003520 70734 996147200 134512640 134550932 4294956016 18446744073709551615 103273991 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25651] ppid=25646 vsize=813480 CPUtime=0.96
/proc/25648/task/25651/stat : 25651 (java) R 25646 25648 24206 0 -1 64 31948 0 0 0 82 14 0 0 20 0 12 0 24426867 833003520 70734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25652] ppid=25646 vsize=813480 CPUtime=0.6
/proc/25648/task/25652/stat : 25652 (java) S 25646 25648 24206 0 -1 64 21542 0 0 0 51 9 0 0 20 0 12 0 24426867 833003520 70734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25653] ppid=25646 vsize=813480 CPUtime=0
/proc/25648/task/25653/stat : 25653 (java) S 25646 25648 24206 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24426869 833003520 70734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25654] ppid=25646 vsize=813480 CPUtime=0
/proc/25648/task/25654/stat : 25654 (java) S 25646 25648 24206 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24426869 833003520 70734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25655] ppid=25646 vsize=813480 CPUtime=0
/proc/25648/task/25655/stat : 25655 (java) S 25646 25648 24206 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 24426869 833003520 70734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25656] ppid=25646 vsize=813480 CPUtime=0
/proc/25648/task/25656/stat : 25656 (java) S 25646 25648 24206 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24426873 833003520 70734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25657] ppid=25646 vsize=813480 CPUtime=0.04
/proc/25648/task/25657/stat : 25657 (java) S 25646 25648 24206 0 -1 64 271 0 0 0 4 0 0 0 18 0 12 0 24426873 833003520 70734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25658] ppid=25646 vsize=813480 CPUtime=0.31
/proc/25648/task/25658/stat : 25658 (java) S 25646 25648 24206 0 -1 64 943 0 0 0 31 0 0 0 16 0 12 0 24426873 833003520 70734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25659] ppid=25646 vsize=813480 CPUtime=0
/proc/25648/task/25659/stat : 25659 (java) S 25646 25648 24206 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24426873 833003520 70734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25660] ppid=25646 vsize=813480 CPUtime=0
/proc/25648/task/25660/stat : 25660 (java) S 25646 25648 24206 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24426873 833003520 70734 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 813480

[startup+6.30295 s]
/proc/loadavg: 2.71 2.33 2.12 3/86 25660
/proc/meminfo: memFree=827368/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=816552 CPUtime=6.3
/proc/25648/stat : 25648 (java) S 25646 25648 24206 0 -1 0 88575 0 1 0 589 41 0 0 18 0 12 0 24426865 836149248 85122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 204138 85122 1424 9 0 201465 0
[pid=25648/tid=25650] ppid=25646 vsize=816552 CPUtime=3.4
/proc/25648/task/25650/stat : 25650 (java) R 25646 25648 24206 0 -1 64 17413 0 1 0 331 9 0 0 24 0 12 0 24426866 836149248 85122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25651] ppid=25646 vsize=816552 CPUtime=1.26
/proc/25648/task/25651/stat : 25651 (java) R 25646 25648 24206 0 -1 64 39610 0 0 0 108 18 0 0 15 0 12 0 24426867 836149248 85122 996147200 134512640 134550932 4294956016 18446744073709551615 105886447 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25652] ppid=25646 vsize=816552 CPUtime=0.91
/proc/25648/task/25652/stat : 25652 (java) R 25646 25648 24206 0 -1 64 27522 0 0 0 80 11 0 0 16 0 12 0 24426867 836149248 85122 996147200 134512640 134550932 4294956016 18446744073709551615 105886519 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25653] ppid=25646 vsize=816552 CPUtime=0
/proc/25648/task/25653/stat : 25653 (java) S 25646 25648 24206 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 24426869 836149248 85122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25654] ppid=25646 vsize=816552 CPUtime=0
/proc/25648/task/25654/stat : 25654 (java) S 25646 25648 24206 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24426869 836149248 85122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25655] ppid=25646 vsize=816552 CPUtime=0
/proc/25648/task/25655/stat : 25655 (java) S 25646 25648 24206 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 24426869 836149248 85122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25656] ppid=25646 vsize=816552 CPUtime=0
/proc/25648/task/25656/stat : 25656 (java) S 25646 25648 24206 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24426873 836149248 85122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25657] ppid=25646 vsize=816552 CPUtime=0.04
/proc/25648/task/25657/stat : 25657 (java) S 25646 25648 24206 0 -1 64 271 0 0 0 4 0 0 0 18 0 12 0 24426873 836149248 85122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25658] ppid=25646 vsize=816552 CPUtime=0.65
/proc/25648/task/25658/stat : 25658 (java) S 25646 25648 24206 0 -1 64 3015 0 0 0 64 1 0 0 17 0 12 0 24426873 836149248 85122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25659] ppid=25646 vsize=816552 CPUtime=0
/proc/25648/task/25659/stat : 25659 (java) S 25646 25648 24206 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24426873 836149248 85122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25660] ppid=25646 vsize=816552 CPUtime=0
/proc/25648/task/25660/stat : 25660 (java) S 25646 25648 24206 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24426873 836149248 85122 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 816552

[startup+12.7017 s]
/proc/loadavg: 2.65 2.32 2.12 3/86 25660
/proc/meminfo: memFree=720040/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=820648 CPUtime=12.67
/proc/25648/stat : 25648 (java) S 25646 25648 24206 0 -1 0 111964 0 1 0 1213 54 0 0 18 0 12 0 24426865 840343552 105987 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 205162 105987 1431 9 0 202489 0
[pid=25648/tid=25650] ppid=25646 vsize=820648 CPUtime=8.44
/proc/25648/task/25650/stat : 25650 (java) R 25646 25648 24206 0 -1 64 17434 0 1 0 835 9 0 0 25 0 12 0 24426866 840343552 105987 996147200 134512640 134550932 4294956016 18446744073709551615 4109710604 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25651] ppid=25646 vsize=820648 CPUtime=1.65
/proc/25648/task/25651/stat : 25651 (java) S 25646 25648 24206 0 -1 64 52119 0 0 0 141 24 0 0 16 0 12 0 24426867 840343552 105987 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25652] ppid=25646 vsize=820648 CPUtime=1.16
/proc/25648/task/25652/stat : 25652 (java) S 25646 25648 24206 0 -1 64 34881 0 0 0 101 15 0 0 16 0 12 0 24426867 840343552 105987 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25653] ppid=25646 vsize=820648 CPUtime=0
/proc/25648/task/25653/stat : 25653 (java) S 25646 25648 24206 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 24426869 840343552 105987 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25654] ppid=25646 vsize=820648 CPUtime=0
/proc/25648/task/25654/stat : 25654 (java) S 25646 25648 24206 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24426869 840343552 105987 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25655] ppid=25646 vsize=820648 CPUtime=0
/proc/25648/task/25655/stat : 25655 (java) S 25646 25648 24206 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 24426869 840343552 105987 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25656] ppid=25646 vsize=820648 CPUtime=0
/proc/25648/task/25656/stat : 25656 (java) S 25646 25648 24206 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24426873 840343552 105987 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25657] ppid=25646 vsize=820648 CPUtime=0.06
/proc/25648/task/25657/stat : 25657 (java) S 25646 25648 24206 0 -1 64 277 0 0 0 6 0 0 0 16 0 12 0 24426873 840343552 105987 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25658] ppid=25646 vsize=820648 CPUtime=1.31
/proc/25648/task/25658/stat : 25658 (java) S 25646 25648 24206 0 -1 64 6509 0 0 0 128 3 0 0 16 0 12 0 24426873 840343552 105987 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25659] ppid=25646 vsize=820648 CPUtime=0
/proc/25648/task/25659/stat : 25659 (java) S 25646 25648 24206 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24426873 840343552 105987 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25660] ppid=25646 vsize=820648 CPUtime=0
/proc/25648/task/25660/stat : 25660 (java) S 25646 25648 24206 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24426873 840343552 105987 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 820648

[startup+25.5021 s]
/proc/loadavg: 2.58 2.32 2.12 3/86 25660
/proc/meminfo: memFree=647528/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=820648 CPUtime=25.41
/proc/25648/stat : 25648 (java) S 25646 25648 24206 0 -1 0 129186 0 1 0 2480 61 0 0 18 0 12 0 24426865 840343552 123178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 205162 123178 1431 9 0 202489 0
[pid=25648/tid=25650] ppid=25646 vsize=820648 CPUtime=20.04
/proc/25648/task/25650/stat : 25650 (java) R 25646 25648 24206 0 -1 64 17469 0 1 0 1994 10 0 0 25 0 12 0 24426866 840343552 123178 996147200 134512640 134550932 4294956016 18446744073709551615 4109653730 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25651] ppid=25646 vsize=820648 CPUtime=2.09
/proc/25648/task/25651/stat : 25651 (java) S 25646 25648 24206 0 -1 64 62673 0 0 0 181 28 0 0 16 0 12 0 24426867 840343552 123178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25652] ppid=25646 vsize=820648 CPUtime=1.65
/proc/25648/task/25652/stat : 25652 (java) S 25646 25648 24206 0 -1 64 41514 0 0 0 147 18 0 0 16 0 12 0 24426867 840343552 123178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25653] ppid=25646 vsize=820648 CPUtime=0.01
/proc/25648/task/25653/stat : 25653 (java) S 25646 25648 24206 0 -1 64 8 0 0 0 1 0 0 0 15 0 12 0 24426869 840343552 123178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25654] ppid=25646 vsize=820648 CPUtime=0
/proc/25648/task/25654/stat : 25654 (java) S 25646 25648 24206 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24426869 840343552 123178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25655] ppid=25646 vsize=820648 CPUtime=0
/proc/25648/task/25655/stat : 25655 (java) S 25646 25648 24206 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 24426869 840343552 123178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25656] ppid=25646 vsize=820648 CPUtime=0
/proc/25648/task/25656/stat : 25656 (java) S 25646 25648 24206 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24426873 840343552 123178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25657] ppid=25646 vsize=820648 CPUtime=0.06

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

/proc/loadavg: 2.27 2.28 2.13 3/87 25661
/proc/meminfo: memFree=411424/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=847224 CPUtime=203.76
/proc/25648/stat : 25648 (java) S 25646 25648 24206 0 -1 0 656341 0 1 0 20034 342 0 0 18 0 13 0 24426865 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 211806 180970 1434 9 0 209133 0
[pid=25648/tid=25650] ppid=25646 vsize=847224 CPUtime=131.94
/proc/25648/task/25650/stat : 25650 (java) S 25646 25648 24206 0 -1 64 17791 0 1 0 13183 11 0 0 18 0 13 0 24426866 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25651] ppid=25646 vsize=847224 CPUtime=5.37
/proc/25648/task/25651/stat : 25651 (java) S 25646 25648 24206 0 -1 64 88847 0 0 0 497 40 0 0 15 0 13 0 24426867 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25652] ppid=25646 vsize=847224 CPUtime=4.99
/proc/25648/task/25652/stat : 25652 (java) S 25646 25648 24206 0 -1 64 66227 0 0 0 469 30 0 0 15 0 13 0 24426867 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25653] ppid=25646 vsize=847224 CPUtime=59.84
/proc/25648/task/25653/stat : 25653 (java) R 25646 25648 24206 0 -1 64 475943 0 0 0 5728 256 0 0 25 0 13 0 24426869 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 105697723 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25654] ppid=25646 vsize=847224 CPUtime=0
/proc/25648/task/25654/stat : 25654 (java) S 25646 25648 24206 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24426869 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25655] ppid=25646 vsize=847224 CPUtime=0
/proc/25648/task/25655/stat : 25655 (java) S 25646 25648 24206 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24426869 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25656] ppid=25646 vsize=847224 CPUtime=0
/proc/25648/task/25656/stat : 25656 (java) S 25646 25648 24206 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24426873 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25657] ppid=25646 vsize=847224 CPUtime=0.06
/proc/25648/task/25657/stat : 25657 (java) S 25646 25648 24206 0 -1 64 277 0 0 0 6 0 0 0 16 0 13 0 24426873 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25658] ppid=25646 vsize=847224 CPUtime=1.51
/proc/25648/task/25658/stat : 25658 (java) S 25646 25648 24206 0 -1 64 6509 0 0 0 148 3 0 0 16 0 13 0 24426873 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25659] ppid=25646 vsize=847224 CPUtime=0
/proc/25648/task/25659/stat : 25659 (java) S 25646 25648 24206 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24426873 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25660] ppid=25646 vsize=847224 CPUtime=0
/proc/25648/task/25660/stat : 25660 (java) S 25646 25648 24206 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24426873 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25661] ppid=25646 vsize=847224 CPUtime=0
/proc/25648/task/25661/stat : 25661 (java) S 25646 25648 24206 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 24446543 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 847224

[startup+207.908 s]
/proc/loadavg: 2.24 2.27 2.13 4/87 25661
/proc/meminfo: memFree=437664/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=832980 CPUtime=206.96
/proc/25648/stat : 25648 (java) S 25646 25648 24206 0 -1 0 683952 0 1 0 20339 357 0 0 18 0 13 0 24426865 852971520 176138 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 208245 176148 1434 9 0 205572 0
[pid=25648/tid=25650] ppid=25646 vsize=832980 CPUtime=131.94
/proc/25648/task/25650/stat : 25650 (java) S 25646 25648 24206 0 -1 64 17791 0 1 0 13183 11 0 0 18 0 13 0 24426866 852971520 176154 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25651] ppid=25646 vsize=832980 CPUtime=5.37
/proc/25648/task/25651/stat : 25651 (java) S 25646 25648 24206 0 -1 64 88847 0 0 0 497 40 0 0 15 0 13 0 24426867 852971520 176161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25652] ppid=25646 vsize=832980 CPUtime=4.99
/proc/25648/task/25652/stat : 25652 (java) S 25646 25648 24206 0 -1 64 66227 0 0 0 469 30 0 0 15 0 13 0 24426867 852971520 176168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25653] ppid=25646 vsize=832980 CPUtime=63.02
/proc/25648/task/25653/stat : 25653 (java) R 25646 25648 24206 0 -1 64 503590 0 0 0 6032 270 0 0 25 0 13 0 24426869 852971520 176176 996147200 134512640 134550932 4294956016 18446744073709551615 103586042 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25654] ppid=25646 vsize=832980 CPUtime=0
/proc/25648/task/25654/stat : 25654 (java) S 25646 25648 24206 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24426869 852971520 176182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25655] ppid=25646 vsize=832980 CPUtime=0
/proc/25648/task/25655/stat : 25655 (java) S 25646 25648 24206 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24426869 852971520 176189 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25656] ppid=25646 vsize=832980 CPUtime=0
/proc/25648/task/25656/stat : 25656 (java) S 25646 25648 24206 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24426873 852971520 176196 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25657] ppid=25646 vsize=832980 CPUtime=0.06
/proc/25648/task/25657/stat : 25657 (java) S 25646 25648 24206 0 -1 64 277 0 0 0 6 0 0 0 16 0 13 0 24426873 852971520 176204 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25658] ppid=25646 vsize=832980 CPUtime=1.51
/proc/25648/task/25658/stat : 25658 (java) S 25646 25648 24206 0 -1 64 6509 0 0 0 148 3 0 0 16 0 13 0 24426873 852971520 176211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25659] ppid=25646 vsize=832980 CPUtime=0
/proc/25648/task/25659/stat : 25659 (java) S 25646 25648 24206 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24426873 852971520 176219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25660] ppid=25646 vsize=832980 CPUtime=0
/proc/25648/task/25660/stat : 25660 (java) S 25646 25648 24206 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24426873 852971520 176226 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25661] ppid=25646 vsize=832980 CPUtime=0
/proc/25648/task/25661/stat : 25661 (java) S 25646 25648 24206 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24446543 852971520 176234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 206.96
Current children cumulated vsize (KiB) 832980

[startup+209.503 s]
/proc/loadavg: 2.24 2.27 2.13 3/87 25661
/proc/meminfo: memFree=411424/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=847224 CPUtime=208.55
/proc/25648/stat : 25648 (java) S 25646 25648 24206 0 -1 0 694033 0 1 0 20494 361 0 0 18 0 13 0 24426865 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 211806 180970 1434 9 0 209133 0
[pid=25648/tid=25650] ppid=25646 vsize=847224 CPUtime=131.94
/proc/25648/task/25650/stat : 25650 (java) S 25646 25648 24206 0 -1 64 17791 0 1 0 13183 11 0 0 18 0 13 0 24426866 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25651] ppid=25646 vsize=847224 CPUtime=5.37
/proc/25648/task/25651/stat : 25651 (java) S 25646 25648 24206 0 -1 64 88847 0 0 0 497 40 0 0 15 0 13 0 24426867 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25652] ppid=25646 vsize=847224 CPUtime=4.99
/proc/25648/task/25652/stat : 25652 (java) S 25646 25648 24206 0 -1 64 66227 0 0 0 469 30 0 0 15 0 13 0 24426867 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25653] ppid=25646 vsize=847224 CPUtime=64.62
/proc/25648/task/25653/stat : 25653 (java) R 25646 25648 24206 0 -1 64 513632 0 0 0 6187 275 0 0 25 0 13 0 24426869 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25654] ppid=25646 vsize=847224 CPUtime=0
/proc/25648/task/25654/stat : 25654 (java) S 25646 25648 24206 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24426869 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25655] ppid=25646 vsize=847224 CPUtime=0
/proc/25648/task/25655/stat : 25655 (java) S 25646 25648 24206 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24426869 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25656] ppid=25646 vsize=847224 CPUtime=0
/proc/25648/task/25656/stat : 25656 (java) S 25646 25648 24206 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24426873 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25657] ppid=25646 vsize=847224 CPUtime=0.06
/proc/25648/task/25657/stat : 25657 (java) S 25646 25648 24206 0 -1 64 277 0 0 0 6 0 0 0 16 0 13 0 24426873 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25658] ppid=25646 vsize=847224 CPUtime=1.51
/proc/25648/task/25658/stat : 25658 (java) S 25646 25648 24206 0 -1 64 6509 0 0 0 148 3 0 0 16 0 13 0 24426873 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25659] ppid=25646 vsize=847224 CPUtime=0
/proc/25648/task/25659/stat : 25659 (java) S 25646 25648 24206 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24426873 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25660] ppid=25646 vsize=847224 CPUtime=0
/proc/25648/task/25660/stat : 25660 (java) S 25646 25648 24206 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24426873 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25661] ppid=25646 vsize=847224 CPUtime=0
/proc/25648/task/25661/stat : 25661 (java) S 25646 25648 24206 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24446543 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 208.55
Current children cumulated vsize (KiB) 847224

[startup+209.903 s]
/proc/loadavg: 2.24 2.27 2.13 3/87 25661
/proc/meminfo: memFree=411424/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=847224 CPUtime=208.94
/proc/25648/stat : 25648 (java) S 25646 25648 24206 0 -1 0 694033 0 1 0 20533 361 0 0 18 0 13 0 24426865 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 211806 180970 1434 9 0 209133 0
[pid=25648/tid=25650] ppid=25646 vsize=847224 CPUtime=131.94
/proc/25648/task/25650/stat : 25650 (java) S 25646 25648 24206 0 -1 64 17791 0 1 0 13183 11 0 0 18 0 13 0 24426866 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25651] ppid=25646 vsize=847224 CPUtime=5.37
/proc/25648/task/25651/stat : 25651 (java) S 25646 25648 24206 0 -1 64 88847 0 0 0 497 40 0 0 15 0 13 0 24426867 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25652] ppid=25646 vsize=847224 CPUtime=4.99
/proc/25648/task/25652/stat : 25652 (java) S 25646 25648 24206 0 -1 64 66227 0 0 0 469 30 0 0 15 0 13 0 24426867 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25653] ppid=25646 vsize=847224 CPUtime=65.02
/proc/25648/task/25653/stat : 25653 (java) R 25646 25648 24206 0 -1 64 513632 0 0 0 6227 275 0 0 25 0 13 0 24426869 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 105697766 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25654] ppid=25646 vsize=847224 CPUtime=0
/proc/25648/task/25654/stat : 25654 (java) S 25646 25648 24206 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24426869 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25655] ppid=25646 vsize=847224 CPUtime=0
/proc/25648/task/25655/stat : 25655 (java) S 25646 25648 24206 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24426869 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25656] ppid=25646 vsize=847224 CPUtime=0
/proc/25648/task/25656/stat : 25656 (java) S 25646 25648 24206 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24426873 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25657] ppid=25646 vsize=847224 CPUtime=0.06
/proc/25648/task/25657/stat : 25657 (java) S 25646 25648 24206 0 -1 64 277 0 0 0 6 0 0 0 16 0 13 0 24426873 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25658] ppid=25646 vsize=847224 CPUtime=1.51
/proc/25648/task/25658/stat : 25658 (java) S 25646 25648 24206 0 -1 64 6509 0 0 0 148 3 0 0 16 0 13 0 24426873 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25659] ppid=25646 vsize=847224 CPUtime=0
/proc/25648/task/25659/stat : 25659 (java) S 25646 25648 24206 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24426873 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25660] ppid=25646 vsize=847224 CPUtime=0
/proc/25648/task/25660/stat : 25660 (java) S 25646 25648 24206 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24426873 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25661] ppid=25646 vsize=847224 CPUtime=0
/proc/25648/task/25661/stat : 25661 (java) S 25646 25648 24206 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 24446543 867557376 180970 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 208.94
Current children cumulated vsize (KiB) 847224

[startup+210.107 s]
/proc/loadavg: 2.22 2.27 2.13 3/86 25661
/proc/meminfo: memFree=437664/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=820972 CPUtime=209.14
/proc/25648/stat : 25648 (java) S 25646 25648 24206 0 -1 0 694035 0 1 0 20553 361 0 0 18 0 12 0 24426865 840675328 174408 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25648/statm: 205243 174408 1435 9 0 202570 0
[pid=25648/tid=25650] ppid=25646 vsize=820972 CPUtime=131.94
/proc/25648/task/25650/stat : 25650 (java) S 25646 25648 24206 0 -1 64 17791 0 1 0 13183 11 0 0 16 0 12 0 24426866 840675328 174408 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25651] ppid=25646 vsize=820972 CPUtime=5.37
/proc/25648/task/25651/stat : 25651 (java) S 25646 25648 24206 0 -1 64 88847 0 0 0 497 40 0 0 15 0 12 0 24426867 840675328 174408 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25652] ppid=25646 vsize=820972 CPUtime=4.99
/proc/25648/task/25652/stat : 25652 (java) S 25646 25648 24206 0 -1 64 66227 0 0 0 469 30 0 0 15 0 12 0 24426867 840675328 174408 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25653] ppid=25646 vsize=820972 CPUtime=65.22
/proc/25648/task/25653/stat : 25653 (java) R 25646 25648 24206 0 -1 64 513632 0 0 0 6247 275 0 0 25 0 12 0 24426869 840675328 174408 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25654] ppid=25646 vsize=820972 CPUtime=0
/proc/25648/task/25654/stat : 25654 (java) S 25646 25648 24206 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24426869 840675328 174408 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25655] ppid=25646 vsize=820972 CPUtime=0
/proc/25648/task/25655/stat : 25655 (java) S 25646 25648 24206 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 24426869 840675328 174408 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25656] ppid=25646 vsize=820972 CPUtime=0
/proc/25648/task/25656/stat : 25656 (java) S 25646 25648 24206 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24426873 840675328 174408 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25657] ppid=25646 vsize=820972 CPUtime=0.06
/proc/25648/task/25657/stat : 25657 (java) S 25646 25648 24206 0 -1 64 277 0 0 0 6 0 0 0 16 0 12 0 24426873 840675328 174408 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25658] ppid=25646 vsize=820972 CPUtime=1.51
/proc/25648/task/25658/stat : 25658 (java) S 25646 25648 24206 0 -1 64 6509 0 0 0 148 3 0 0 16 0 12 0 24426873 840675328 174408 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25648/tid=25659] ppid=25646 vsize=820972 CPUtime=0
/proc/25648/task/25659/stat : 25659 (java) S 25646 25648 24206 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24426873 840675328 174408 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25648/tid=25660] ppid=25646 vsize=820972 CPUtime=0
/proc/25648/task/25660/stat : 25660 (java) S 25646 25648 24206 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24426873 840675328 174408 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 209.14
Current children cumulated vsize (KiB) 820972

[startup+210.203 s]
/proc/loadavg: 2.22 2.27 2.13 3/86 25661
/proc/meminfo: memFree=437664/2055920 swapFree=4192812/4192956
[pid=25648] ppid=25646 vsize=0 CPUtime=209.23
/proc/25648/stat : 25648 (java) Z 25646 25648 24206 0 -1 12 694040 0 1 0 20553 370 0 0 16 0 2 0 24426865 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25648/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 209.23
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 210.224
CPU time (s): 209.263
CPU user time (s): 205.539
CPU system time (s): 3.72443
CPU usage (%): 99.5428
Max. virtual memory (cumulated for all children) (KiB): 865144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 205.539
system time used= 3.72443
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 694040
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= 10879
involuntary context switches= 9952

runsolver used 0.282956 second user time and 0.703892 second system time

The end

Launcher Data

Begin job on node38 at 2009-07-12 06:40:28
IDJOB=2081679
IDBENCH=57467
IDSOLVER=731
FILE ID=node38/2081679-1247373627
PBS_JOBID= 9507127
Free space on /tmp= 66248 MiB

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

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

MD5SUM BENCH= ec7cdf4fe94a5d252afb76f2304f2c35
RANDOM SEED=1699354882

node38.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.229
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.229
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:       1466472 kB
Buffers:         46112 kB
Cached:         385076 kB
SwapCached:          0 kB
Active:         402416 kB
Inactive:       105712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1466472 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          200536 kB
Writeback:           0 kB
Mapped:          88144 kB
Slab:            66408 kB
Committed_AS:   249984 kB
PageTables:       2056 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= 66248 MiB
End job on node38 at 2009-07-12 06:43:58