Trace number 2083186

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? 1089.85 1094.94

General information on the benchmark

Namecsp/fapp/fapp13/
normalized-fapp13-2000-6.xml
MD5SUMb1bc0ce20909360461048c9e001540ac
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 variables2000
Number of constraints25652
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25652
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.14	c version 2.1.1.v20090622
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0_12
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 671000808
0.08/0.14	c Max memory 672137216
0.08/0.14	c Total memory 672137216
0.08/0.14	c Number of processors 2
0.18/0.22	c c --- Begin Solver configuration ---
0.18/0.22	c Stops conflict analysis at the first Unique Implication Point
0.18/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.22	c Learn all clauses as in MiniSAT
0.18/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.22	c Expensive reason simplification
0.18/0.22	c MiniSAT restarts strategy
0.18/0.22	c Memory based learned constraints deletion strategy
0.18/0.22	c timeout=2147483s
0.18/0.22	c DB Simplification allowed=false
0.18/0.22	c --- End Solver configuration ---
0.18/0.22	c solving HOME/instance-2083186-1247376833.xml
0.18/0.22	c reading problem ... 
0.38/0.46	c reading problem named null
0.38/0.46	c reading domains done.
0.68/0.80	c reading variables done.
1.98/1.95	c reading predicates  done.
2.18/2.14	c reading constraints
1083.94/1089.08	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1083.94/1089.08		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
1083.94/1089.08		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
1083.94/1089.08		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
1083.94/1089.08		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
1083.94/1089.08		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
1083.94/1089.08		at org.sat4j.csp.encodings.BinarySupportEncoding.generateClauses(Unknown Source)
1083.94/1089.08		at org.sat4j.csp.encodings.BinarySupportEncoding.onFinish(Unknown Source)
1083.94/1089.08		at org.sat4j.csp.Predicate.toClause(Unknown Source)
1083.94/1089.08		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
1083.94/1089.08		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
1083.94/1089.08		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
1083.94/1089.08		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
1083.94/1089.08		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(Unknown Source)
1083.94/1089.08		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
1083.94/1089.08		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
1083.94/1089.08		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
1083.94/1089.08		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
1083.94/1089.08		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1083.94/1089.08		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
1083.94/1089.08		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
1083.94/1089.08		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
1083.94/1089.08		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
1083.94/1089.08		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
1083.94/1089.08		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
1083.94/1089.08		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
1083.94/1089.08		at org.sat4j.AbstractLauncher.run(Unknown Source)
1083.94/1089.08		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
1089.41/1094.58	c starts		: 0
1089.41/1094.58	c conflicts		: 0
1089.41/1094.58	c decisions		: 0
1089.41/1094.58	c propagations		: 0
1089.41/1094.58	c inspects		: 0
1089.41/1094.58	c learnt literals	: 0
1089.41/1094.58	c learnt binary clauses	: 0
1089.41/1094.58	c learnt ternary clauses	: 0
1089.41/1094.58	c learnt clauses	: 0
1089.41/1094.58	c ignored clauses	: 0
1089.41/1094.58	c root simplifications	: 0
1089.41/1094.58	c removed literals (reason simplification)	: 0
1089.41/1094.58	c reason swapping (by a shorter reason)	: 0
1089.41/1094.58	c Calls to reduceDB	: 0
1089.41/1094.58	c speed (assignments/second)	: 0.0
1089.41/1094.58	c non guided choices	0
1089.41/1094.58	c learnt constraints type 
1089.41/1094.58	c constraints type 
1089.41/1094.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1012741
1089.41/1094.58	c org.sat4j.minisat.constraints.card.AtLeast => 2000
1089.41/1094.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 120
1089.41/1094.58	s UNKNOWN
1089.41/1094.58	c Total wall clock time (in seconds) : 1088.854

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083186-1247376833/watcher-2083186-1247376833 -o /tmp/evaluation-result-2083186-1247376833/solver-2083186-1247376833 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083186-1247376833.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.19 2.11 2.03 4/72 25212
/proc/meminfo: memFree=1689376/2055920 swapFree=4191900/4192956
[pid=25212] ppid=25210 vsize=1612 CPUtime=0
/proc/25212/stat : 25212 (java6) D 25210 25212 21777 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 24749507 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/25212/statm: 403 150 114 9 0 45 0

[startup+0.0687551 s]
/proc/loadavg: 2.19 2.11 2.03 4/72 25212
/proc/meminfo: memFree=1689376/2055920 swapFree=4191900/4192956
[pid=25212] ppid=25210 vsize=802164 CPUtime=0.05
/proc/25212/stat : 25212 (java) S 25210 25212 21777 0 -1 0 2787 0 1 0 4 1 0 0 18 0 7 0 24749507 821415936 2532 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/25212/statm: 200541 2532 1034 9 0 197892 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802164

[startup+0.101756 s]
/proc/loadavg: 2.19 2.11 2.03 4/72 25212
/proc/meminfo: memFree=1689376/2055920 swapFree=4191900/4192956
[pid=25212] ppid=25210 vsize=804560 CPUtime=0.08
/proc/25212/stat : 25212 (java) S 25210 25212 21777 0 -1 0 3065 0 1 0 7 1 0 0 18 0 12 0 24749507 823869440 2808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25212/statm: 201140 2808 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301769 s]
/proc/loadavg: 2.19 2.11 2.03 4/72 25212
/proc/meminfo: memFree=1689376/2055920 swapFree=4191900/4192956
[pid=25212] ppid=25210 vsize=805904 CPUtime=0.29
/proc/25212/stat : 25212 (java) S 25210 25212 21777 0 -1 0 4398 0 1 0 26 3 0 0 18 0 12 0 24749507 825245696 4135 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25212/statm: 201476 4135 1365 9 0 198803 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805904

[startup+0.701794 s]
/proc/loadavg: 2.19 2.11 2.03 4/72 25212
/proc/meminfo: memFree=1689376/2055920 swapFree=4191900/4192956
[pid=25212] ppid=25210 vsize=808412 CPUtime=0.68
/proc/25212/stat : 25212 (java) S 25210 25212 21777 0 -1 0 6174 0 1 0 64 4 0 0 18 0 12 0 24749507 827813888 5239 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25212/statm: 202103 5239 1392 9 0 199430 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808412

[startup+1.50284 s]
/proc/loadavg: 2.19 2.11 2.03 4/84 25224
/proc/meminfo: memFree=1673280/2055920 swapFree=4191900/4192956
[pid=25212] ppid=25210 vsize=808508 CPUtime=1.49
/proc/25212/stat : 25212 (java) S 25210 25212 21777 0 -1 0 13222 0 1 0 142 7 0 0 18 0 12 0 24749507 827912192 12287 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25212/statm: 202127 12288 1401 9 0 199454 0
[pid=25212/tid=25214] ppid=25210 vsize=808508 CPUtime=0.74
/proc/25212/task/25214/stat : 25214 (java) R 25210 25212 21777 0 -1 64 10530 0 1 0 69 5 0 0 25 0 12 0 24749508 827912192 12290 996147200 134512640 134550932 4294956016 18446744073709551615 4109587606 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25215] ppid=25210 vsize=808508 CPUtime=0
/proc/25212/task/25215/stat : 25215 (java) S 25210 25212 21777 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 24749509 827912192 12293 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25216] ppid=25210 vsize=808508 CPUtime=0
/proc/25212/task/25216/stat : 25216 (java) S 25210 25212 21777 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 24749509 827912192 12296 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25217] ppid=25210 vsize=808508 CPUtime=0
/proc/25212/task/25217/stat : 25217 (java) S 25210 25212 21777 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 24749510 827912192 12300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25218] ppid=25210 vsize=808508 CPUtime=0
/proc/25212/task/25218/stat : 25218 (java) S 25210 25212 21777 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 24749511 827912192 12301 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25219] ppid=25210 vsize=808508 CPUtime=0
/proc/25212/task/25219/stat : 25219 (java) S 25210 25212 21777 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 24749511 827912192 12305 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25220] ppid=25210 vsize=808508 CPUtime=0
/proc/25212/task/25220/stat : 25220 (java) S 25210 25212 21777 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24749515 827912192 12309 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25221] ppid=25210 vsize=808508 CPUtime=0.04
/proc/25212/task/25221/stat : 25221 (java) S 25210 25212 21777 0 -1 64 260 0 0 0 4 0 0 0 18 0 12 0 24749515 827912192 12310 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25222] ppid=25210 vsize=808508 CPUtime=0.67
/proc/25212/task/25222/stat : 25222 (java) S 25210 25212 21777 0 -1 64 1693 0 0 0 67 0 0 0 17 0 12 0 24749515 827912192 12314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25223] ppid=25210 vsize=808508 CPUtime=0
/proc/25212/task/25223/stat : 25223 (java) S 25210 25212 21777 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24749515 827912192 12317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25224] ppid=25210 vsize=808508 CPUtime=0
/proc/25212/task/25224/stat : 25224 (java) S 25210 25212 21777 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24749515 827912192 12319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 808508

[startup+3.10294 s]
/proc/loadavg: 2.25 2.12 2.03 3/84 25224
/proc/meminfo: memFree=1540288/2055920 swapFree=4191900/4192956
[pid=25212] ppid=25210 vsize=810080 CPUtime=3.18
/proc/25212/stat : 25212 (java) S 25210 25212 21777 0 -1 0 32639 0 1 0 302 16 0 0 18 0 12 0 24749507 829521920 30918 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25212/statm: 202520 30918 1441 9 0 199847 0
[pid=25212/tid=25214] ppid=25210 vsize=810080 CPUtime=1.41
/proc/25212/task/25214/stat : 25214 (java) R 25210 25212 21777 0 -1 64 17239 0 1 0 133 8 0 0 25 0 12 0 24749508 829521920 30918 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25215] ppid=25210 vsize=810080 CPUtime=0.22
/proc/25212/task/25215/stat : 25215 (java) S 25210 25212 21777 0 -1 64 6518 0 0 0 20 2 0 0 19 0 12 0 24749509 829521920 30918 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25216] ppid=25210 vsize=810080 CPUtime=0.15
/proc/25212/task/25216/stat : 25216 (java) S 25210 25212 21777 0 -1 64 4936 0 0 0 13 2 0 0 18 0 12 0 24749509 829521920 30918 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25217] ppid=25210 vsize=810080 CPUtime=0
/proc/25212/task/25217/stat : 25217 (java) S 25210 25212 21777 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24749510 829521920 30918 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25218] ppid=25210 vsize=810080 CPUtime=0
/proc/25212/task/25218/stat : 25218 (java) S 25210 25212 21777 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24749511 829521920 30918 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25219] ppid=25210 vsize=810080 CPUtime=0
/proc/25212/task/25219/stat : 25219 (java) S 25210 25212 21777 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24749511 829521920 30918 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25220] ppid=25210 vsize=810080 CPUtime=0
/proc/25212/task/25220/stat : 25220 (java) S 25210 25212 21777 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24749515 829521920 30918 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25221] ppid=25210 vsize=810080 CPUtime=0.04
/proc/25212/task/25221/stat : 25221 (java) S 25210 25212 21777 0 -1 64 260 0 0 0 4 0 0 0 18 0 12 0 24749515 829521920 30918 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25222] ppid=25210 vsize=810080 CPUtime=1.3
/proc/25212/task/25222/stat : 25222 (java) R 25210 25212 21777 0 -1 64 2935 0 0 0 129 1 0 0 16 0 12 0 24749515 829521920 30918 996147200 134512640 134550932 4294956016 18446744073709551615 103267763 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25223] ppid=25210 vsize=810080 CPUtime=0
/proc/25212/task/25223/stat : 25223 (java) S 25210 25212 21777 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24749515 829521920 30918 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25224] ppid=25210 vsize=810080 CPUtime=0
/proc/25212/task/25224/stat : 25224 (java) S 25210 25212 21777 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24749515 829521920 30918 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 810080

[startup+6.30114 s]
/proc/loadavg: 2.25 2.12 2.03 3/84 25224
/proc/meminfo: memFree=1514432/2055920 swapFree=4191900/4192956
[pid=25212] ppid=25210 vsize=809696 CPUtime=6.49
/proc/25212/stat : 25212 (java) S 25210 25212 21777 0 -1 0 39285 0 1 0 631 18 0 0 18 0 12 0 24749507 829128704 37093 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25212/statm: 202424 37093 1441 9 0 199751 0
[pid=25212/tid=25214] ppid=25210 vsize=809696 CPUtime=4.05
/proc/25212/task/25214/stat : 25214 (java) R 25210 25212 21777 0 -1 64 17246 0 1 0 397 8 0 0 25 0 12 0 24749508 829128704 37093 996147200 134512640 134550932 4294956016 18446744073709551615 4109939241 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25215] ppid=25210 vsize=809696 CPUtime=0.44
/proc/25212/task/25215/stat : 25215 (java) S 25210 25212 21777 0 -1 64 10049 0 0 0 41 3 0 0 16 0 12 0 24749509 829128704 37093 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25216] ppid=25210 vsize=809696 CPUtime=0.39
/proc/25212/task/25216/stat : 25216 (java) S 25210 25212 21777 0 -1 64 8024 0 0 0 35 4 0 0 16 0 12 0 24749509 829128704 37093 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25217] ppid=25210 vsize=809696 CPUtime=0
/proc/25212/task/25217/stat : 25217 (java) S 25210 25212 21777 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24749510 829128704 37093 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25218] ppid=25210 vsize=809696 CPUtime=0
/proc/25212/task/25218/stat : 25218 (java) S 25210 25212 21777 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24749511 829128704 37093 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25219] ppid=25210 vsize=809696 CPUtime=0
/proc/25212/task/25219/stat : 25219 (java) S 25210 25212 21777 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24749511 829128704 37093 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25220] ppid=25210 vsize=809696 CPUtime=0
/proc/25212/task/25220/stat : 25220 (java) S 25210 25212 21777 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24749515 829128704 37093 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25221] ppid=25210 vsize=809696 CPUtime=0.04
/proc/25212/task/25221/stat : 25221 (java) S 25210 25212 21777 0 -1 64 260 0 0 0 4 0 0 0 18 0 12 0 24749515 829128704 37093 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25222] ppid=25210 vsize=809696 CPUtime=1.53
/proc/25212/task/25222/stat : 25222 (java) S 25210 25212 21777 0 -1 64 2954 0 0 0 152 1 0 0 16 0 12 0 24749515 829128704 37093 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25223] ppid=25210 vsize=809696 CPUtime=0
/proc/25212/task/25223/stat : 25223 (java) S 25210 25212 21777 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24749515 829128704 37093 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25224] ppid=25210 vsize=809696 CPUtime=0
/proc/25212/task/25224/stat : 25224 (java) S 25210 25212 21777 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24749515 829128704 37093 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.49
Current children cumulated vsize (KiB) 809696

[startup+12.7025 s]
/proc/loadavg: 2.21 2.12 2.03 3/84 25224
/proc/meminfo: memFree=1492288/2055920 swapFree=4191900/4192956
[pid=25212] ppid=25210 vsize=809008 CPUtime=12.89
/proc/25212/stat : 25212 (java) S 25210 25212 21777 0 -1 0 45011 0 1 0 1269 20 0 0 18 0 12 0 24749507 828424192 42626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25212/statm: 202252 42626 1441 9 0 199579 0
[pid=25212/tid=25214] ppid=25210 vsize=809008 CPUtime=10.14
/proc/25212/task/25214/stat : 25214 (java) R 25210 25212 21777 0 -1 64 17268 0 1 0 1006 8 0 0 25 0 12 0 24749508 828424192 42626 996147200 134512640 134550932 4294956016 18446744073709551615 4109765100 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25215] ppid=25210 vsize=809008 CPUtime=0.58
/proc/25212/task/25215/stat : 25215 (java) S 25210 25212 21777 0 -1 64 12435 0 0 0 54 4 0 0 16 0 12 0 24749509 828424192 42626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25216] ppid=25210 vsize=809008 CPUtime=0.53
/proc/25212/task/25216/stat : 25216 (java) S 25210 25212 21777 0 -1 64 11342 0 0 0 48 5 0 0 16 0 12 0 24749509 828424192 42626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25217] ppid=25210 vsize=809008 CPUtime=0
/proc/25212/task/25217/stat : 25217 (java) S 25210 25212 21777 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 24749510 828424192 42626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25218] ppid=25210 vsize=809008 CPUtime=0
/proc/25212/task/25218/stat : 25218 (java) S 25210 25212 21777 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24749511 828424192 42626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25219] ppid=25210 vsize=809008 CPUtime=0
/proc/25212/task/25219/stat : 25219 (java) S 25210 25212 21777 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24749511 828424192 42626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25220] ppid=25210 vsize=809008 CPUtime=0
/proc/25212/task/25220/stat : 25220 (java) S 25210 25212 21777 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24749515 828424192 42626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25221] ppid=25210 vsize=809008 CPUtime=0.04
/proc/25212/task/25221/stat : 25221 (java) S 25210 25212 21777 0 -1 64 260 0 0 0 4 0 0 0 18 0 12 0 24749515 828424192 42626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25222] ppid=25210 vsize=809008 CPUtime=1.54
/proc/25212/task/25222/stat : 25222 (java) S 25210 25212 21777 0 -1 64 2954 0 0 0 153 1 0 0 17 0 12 0 24749515 828424192 42626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25223] ppid=25210 vsize=809008 CPUtime=0
/proc/25212/task/25223/stat : 25223 (java) S 25210 25212 21777 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24749515 828424192 42626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25224] ppid=25210 vsize=809008 CPUtime=0
/proc/25212/task/25224/stat : 25224 (java) S 25210 25212 21777 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24749515 828424192 42626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.89
Current children cumulated vsize (KiB) 809008

[startup+25.5024 s]
/proc/loadavg: 2.19 2.11 2.03 4/92 25259
/proc/meminfo: memFree=1436736/2055920 swapFree=4191900/4192956
[pid=25212] ppid=25210 vsize=809008 CPUtime=25.68
/proc/25212/stat : 25212 (java) S 25210 25212 21777 0 -1 0 51779 0 1 0 2544 24 0 0 18 0 12 0 24749507 828424192 49326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25212/statm: 202252 49326 1441 9 0 199579 0
[pid=25212/tid=25214] ppid=25210 vsize=809008 CPUtime=22.63
/proc/25212/task/25214/stat : 25214 (java) R 25210 25212 21777 0 -1 64 17290 0 1 0 2254 9 0 0 25 0 12 0 24749508 828424192 49326 996147200 134512640 134550932 4294956016 18446744073709551615 4109126780 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25215] ppid=25210 vsize=809008 CPUtime=0.65
/proc/25212/task/25215/stat : 25215 (java) S 25210 25212 21777 0 -1 64 14556 0 0 0 60 5 0 0 15 0 12 0 24749509 828424192 49326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25216] ppid=25210 vsize=809008 CPUtime=0.66
/proc/25212/task/25216/stat : 25216 (java) S 25210 25212 21777 0 -1 64 15966 0 0 0 60 6 0 0 16 0 12 0 24749509 828424192 49326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25217] ppid=25210 vsize=809008 CPUtime=0.01
/proc/25212/task/25217/stat : 25217 (java) S 25210 25212 21777 0 -1 64 11 0 0 0 1 0 0 0 15 0 12 0 24749510 828424192 49326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25218] ppid=25210 vsize=809008 CPUtime=0
/proc/25212/task/25218/stat : 25218 (java) S 25210 25212 21777 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24749511 828424192 49326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25219] ppid=25210 vsize=809008 CPUtime=0
/proc/25212/task/25219/stat : 25219 (java) S 25210 25212 21777 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24749511 828424192 49326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25220] ppid=25210 vsize=809008 CPUtime=0
/proc/25212/task/25220/stat : 25220 (java) S 25210 25212 21777 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24749515 828424192 49326 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25221] ppid=25210 vsize=809008 CPUtime=0.04

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


[startup+1087.91 s]
/proc/loadavg: 2.00 2.04 2.07 3/92 25261
/proc/meminfo: memFree=756736/2055920 swapFree=4191900/4192956
[pid=25212] ppid=25210 vsize=813012 CPUtime=1082.84
/proc/25212/stat : 25212 (java) S 25210 25212 21777 0 -1 0 1247661 0 1 0 107704 580 0 0 18 0 12 0 24749507 832524288 172878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25212/statm: 203253 172878 1451 9 0 200580 0
[pid=25212/tid=25214] ppid=25210 vsize=813012 CPUtime=316.57
/proc/25212/task/25214/stat : 25214 (java) S 25210 25212 21777 0 -1 64 18207 0 1 0 31645 12 0 0 16 0 12 0 24749508 832524288 172878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25215] ppid=25210 vsize=813012 CPUtime=3.7
/proc/25212/task/25215/stat : 25215 (java) S 25210 25212 21777 0 -1 64 75202 0 0 0 342 28 0 0 15 0 12 0 24749509 832524288 172878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25216] ppid=25210 vsize=813012 CPUtime=3.75
/proc/25212/task/25216/stat : 25216 (java) S 25210 25212 21777 0 -1 64 77411 0 0 0 344 31 0 0 16 0 12 0 24749509 832524288 172878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25217] ppid=25210 vsize=813012 CPUtime=756.15
/proc/25212/task/25217/stat : 25217 (java) R 25210 25212 21777 0 -1 64 1070805 0 0 0 75111 504 0 0 25 0 12 0 24749510 832524288 172878 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25218] ppid=25210 vsize=813012 CPUtime=0
/proc/25212/task/25218/stat : 25218 (java) S 25210 25212 21777 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24749511 832524288 172878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25219] ppid=25210 vsize=813012 CPUtime=0
/proc/25212/task/25219/stat : 25219 (java) S 25210 25212 21777 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24749511 832524288 172878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25220] ppid=25210 vsize=813012 CPUtime=0
/proc/25212/task/25220/stat : 25220 (java) S 25210 25212 21777 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24749515 832524288 172878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25221] ppid=25210 vsize=813012 CPUtime=0.04
/proc/25212/task/25221/stat : 25221 (java) S 25210 25212 21777 0 -1 64 260 0 0 0 4 0 0 0 18 0 12 0 24749515 832524288 172878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25222] ppid=25210 vsize=813012 CPUtime=2.57
/proc/25212/task/25222/stat : 25222 (java) S 25210 25212 21777 0 -1 64 5035 0 0 0 255 2 0 0 16 0 12 0 24749515 832524288 172878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25223] ppid=25210 vsize=813012 CPUtime=0
/proc/25212/task/25223/stat : 25223 (java) S 25210 25212 21777 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24749515 832524288 172878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25224] ppid=25210 vsize=813012 CPUtime=0
/proc/25212/task/25224/stat : 25224 (java) S 25210 25212 21777 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24749515 832524288 172878 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1082.84
Current children cumulated vsize (KiB) 813012

[startup+1091.1 s]
/proc/loadavg: 2.00 2.04 2.07 3/93 25262
/proc/meminfo: memFree=756728/2055920 swapFree=4191900/4192956
[pid=25212] ppid=25210 vsize=813336 CPUtime=1086.03
/proc/25212/stat : 25212 (java) S 25210 25212 21777 0 -1 0 1251176 0 1 0 108021 582 0 0 18 0 13 0 24749507 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25212/statm: 203334 172885 1451 9 0 200661 0
[pid=25212/tid=25214] ppid=25210 vsize=813336 CPUtime=316.57
/proc/25212/task/25214/stat : 25214 (java) S 25210 25212 21777 0 -1 64 18211 0 1 0 31645 12 0 0 17 0 13 0 24749508 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25215] ppid=25210 vsize=813336 CPUtime=3.7
/proc/25212/task/25215/stat : 25215 (java) S 25210 25212 21777 0 -1 64 75202 0 0 0 342 28 0 0 15 0 13 0 24749509 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25216] ppid=25210 vsize=813336 CPUtime=3.75
/proc/25212/task/25216/stat : 25216 (java) S 25210 25212 21777 0 -1 64 77411 0 0 0 344 31 0 0 16 0 13 0 24749509 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25217] ppid=25210 vsize=813336 CPUtime=759.33
/proc/25212/task/25217/stat : 25217 (java) R 25210 25212 21777 0 -1 64 1074311 0 0 0 75427 506 0 0 25 0 13 0 24749510 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 105697570 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25218] ppid=25210 vsize=813336 CPUtime=0
/proc/25212/task/25218/stat : 25218 (java) S 25210 25212 21777 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24749511 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25219] ppid=25210 vsize=813336 CPUtime=0
/proc/25212/task/25219/stat : 25219 (java) S 25210 25212 21777 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24749511 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25220] ppid=25210 vsize=813336 CPUtime=0
/proc/25212/task/25220/stat : 25220 (java) S 25210 25212 21777 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24749515 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25221] ppid=25210 vsize=813336 CPUtime=0.04
/proc/25212/task/25221/stat : 25221 (java) S 25210 25212 21777 0 -1 64 260 0 0 0 4 0 0 0 18 0 13 0 24749515 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25222] ppid=25210 vsize=813336 CPUtime=2.57
/proc/25212/task/25222/stat : 25222 (java) S 25210 25212 21777 0 -1 64 5035 0 0 0 255 2 0 0 16 0 13 0 24749515 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25223] ppid=25210 vsize=813336 CPUtime=0
/proc/25212/task/25223/stat : 25223 (java) S 25210 25212 21777 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24749515 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25224] ppid=25210 vsize=813336 CPUtime=0
/proc/25212/task/25224/stat : 25224 (java) S 25210 25212 21777 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24749515 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25212/tid=25262] ppid=25210 vsize=813336 CPUtime=0
/proc/25212/task/25262/stat : 25262 (java) S 25210 25212 21777 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 24858415 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1086.03
Current children cumulated vsize (KiB) 813336

[startup+1092.7 s]
/proc/loadavg: 2.00 2.04 2.07 3/93 25262
/proc/meminfo: memFree=756728/2055920 swapFree=4191900/4192956
[pid=25212] ppid=25210 vsize=813336 CPUtime=1087.63
/proc/25212/stat : 25212 (java) S 25210 25212 21777 0 -1 0 1252930 0 1 0 108179 584 0 0 18 0 13 0 24749507 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25212/statm: 203334 172885 1451 9 0 200661 0
[pid=25212/tid=25214] ppid=25210 vsize=813336 CPUtime=316.57
/proc/25212/task/25214/stat : 25214 (java) S 25210 25212 21777 0 -1 64 18211 0 1 0 31645 12 0 0 17 0 13 0 24749508 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25215] ppid=25210 vsize=813336 CPUtime=3.7
/proc/25212/task/25215/stat : 25215 (java) S 25210 25212 21777 0 -1 64 75202 0 0 0 342 28 0 0 15 0 13 0 24749509 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25216] ppid=25210 vsize=813336 CPUtime=3.75
/proc/25212/task/25216/stat : 25216 (java) S 25210 25212 21777 0 -1 64 77411 0 0 0 344 31 0 0 16 0 13 0 24749509 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25217] ppid=25210 vsize=813336 CPUtime=760.93
/proc/25212/task/25217/stat : 25217 (java) R 25210 25212 21777 0 -1 64 1076064 0 0 0 75585 508 0 0 25 0 13 0 24749510 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25218] ppid=25210 vsize=813336 CPUtime=0
/proc/25212/task/25218/stat : 25218 (java) S 25210 25212 21777 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24749511 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25219] ppid=25210 vsize=813336 CPUtime=0
/proc/25212/task/25219/stat : 25219 (java) S 25210 25212 21777 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24749511 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25220] ppid=25210 vsize=813336 CPUtime=0
/proc/25212/task/25220/stat : 25220 (java) S 25210 25212 21777 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24749515 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25221] ppid=25210 vsize=813336 CPUtime=0.04
/proc/25212/task/25221/stat : 25221 (java) S 25210 25212 21777 0 -1 64 260 0 0 0 4 0 0 0 18 0 13 0 24749515 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25222] ppid=25210 vsize=813336 CPUtime=2.57
/proc/25212/task/25222/stat : 25222 (java) S 25210 25212 21777 0 -1 64 5035 0 0 0 255 2 0 0 16 0 13 0 24749515 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25223] ppid=25210 vsize=813336 CPUtime=0
/proc/25212/task/25223/stat : 25223 (java) S 25210 25212 21777 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24749515 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25224] ppid=25210 vsize=813336 CPUtime=0
/proc/25212/task/25224/stat : 25224 (java) S 25210 25212 21777 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24749515 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25212/tid=25262] ppid=25210 vsize=813336 CPUtime=0
/proc/25212/task/25262/stat : 25262 (java) S 25210 25212 21777 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 24858415 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1087.63
Current children cumulated vsize (KiB) 813336

[startup+1094.3 s]
/proc/loadavg: 2.00 2.04 2.07 3/93 25262
/proc/meminfo: memFree=756728/2055920 swapFree=4191900/4192956
[pid=25212] ppid=25210 vsize=813336 CPUtime=1089.21
/proc/25212/stat : 25212 (java) S 25210 25212 21777 0 -1 0 1254684 0 1 0 108337 584 0 0 18 0 13 0 24749507 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25212/statm: 203334 172885 1451 9 0 200661 0
[pid=25212/tid=25214] ppid=25210 vsize=813336 CPUtime=316.57
/proc/25212/task/25214/stat : 25214 (java) S 25210 25212 21777 0 -1 64 18211 0 1 0 31645 12 0 0 17 0 13 0 24749508 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25215] ppid=25210 vsize=813336 CPUtime=3.7
/proc/25212/task/25215/stat : 25215 (java) S 25210 25212 21777 0 -1 64 75202 0 0 0 342 28 0 0 15 0 13 0 24749509 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25216] ppid=25210 vsize=813336 CPUtime=3.75
/proc/25212/task/25216/stat : 25216 (java) S 25210 25212 21777 0 -1 64 77411 0 0 0 344 31 0 0 16 0 13 0 24749509 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25217] ppid=25210 vsize=813336 CPUtime=762.52
/proc/25212/task/25217/stat : 25217 (java) R 25210 25212 21777 0 -1 64 1077817 0 0 0 75744 508 0 0 25 0 13 0 24749510 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25218] ppid=25210 vsize=813336 CPUtime=0
/proc/25212/task/25218/stat : 25218 (java) S 25210 25212 21777 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24749511 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25219] ppid=25210 vsize=813336 CPUtime=0
/proc/25212/task/25219/stat : 25219 (java) S 25210 25212 21777 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24749511 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25220] ppid=25210 vsize=813336 CPUtime=0
/proc/25212/task/25220/stat : 25220 (java) S 25210 25212 21777 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24749515 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25221] ppid=25210 vsize=813336 CPUtime=0.04
/proc/25212/task/25221/stat : 25221 (java) S 25210 25212 21777 0 -1 64 260 0 0 0 4 0 0 0 18 0 13 0 24749515 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25222] ppid=25210 vsize=813336 CPUtime=2.57
/proc/25212/task/25222/stat : 25222 (java) S 25210 25212 21777 0 -1 64 5035 0 0 0 255 2 0 0 16 0 13 0 24749515 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25223] ppid=25210 vsize=813336 CPUtime=0
/proc/25212/task/25223/stat : 25223 (java) S 25210 25212 21777 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24749515 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25224] ppid=25210 vsize=813336 CPUtime=0
/proc/25212/task/25224/stat : 25224 (java) S 25210 25212 21777 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24749515 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25212/tid=25262] ppid=25210 vsize=813336 CPUtime=0
/proc/25212/task/25262/stat : 25262 (java) S 25210 25212 21777 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 24858415 832856064 172885 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1089.21
Current children cumulated vsize (KiB) 813336

[startup+1094.7 s]
/proc/loadavg: 2.00 2.04 2.07 3/93 25262
/proc/meminfo: memFree=756728/2055920 swapFree=4191900/4192956
[pid=25212] ppid=25210 vsize=809332 CPUtime=1089.62
/proc/25212/stat : 25212 (java) S 25210 25212 21777 0 -1 0 1254689 0 1 0 108377 585 0 0 18 0 12 0 24749507 828755968 171888 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25212/statm: 202333 171888 1452 9 0 199660 0
[pid=25212/tid=25214] ppid=25210 vsize=809332 CPUtime=316.57
/proc/25212/task/25214/stat : 25214 (java) S 25210 25212 21777 0 -1 64 18212 0 1 0 31645 12 0 0 16 0 12 0 24749508 828755968 171888 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25215] ppid=25210 vsize=809332 CPUtime=3.7
/proc/25212/task/25215/stat : 25215 (java) S 25210 25212 21777 0 -1 64 75202 0 0 0 342 28 0 0 15 0 12 0 24749509 828755968 171888 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25216] ppid=25210 vsize=809332 CPUtime=3.75
/proc/25212/task/25216/stat : 25216 (java) S 25210 25212 21777 0 -1 64 77411 0 0 0 344 31 0 0 16 0 12 0 24749509 828755968 171888 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25217] ppid=25210 vsize=809332 CPUtime=762.92
/proc/25212/task/25217/stat : 25217 (java) R 25210 25212 21777 0 -1 64 1077817 0 0 0 75783 509 0 0 25 0 12 0 24749510 828755968 171888 996147200 134512640 134550932 4294956016 18446744073709551615 106158102 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25218] ppid=25210 vsize=809332 CPUtime=0
/proc/25212/task/25218/stat : 25218 (java) S 25210 25212 21777 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24749511 828755968 171888 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25219] ppid=25210 vsize=809332 CPUtime=0
/proc/25212/task/25219/stat : 25219 (java) S 25210 25212 21777 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24749511 828755968 171888 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25220] ppid=25210 vsize=809332 CPUtime=0
/proc/25212/task/25220/stat : 25220 (java) S 25210 25212 21777 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24749515 828755968 171888 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25221] ppid=25210 vsize=809332 CPUtime=0.04
/proc/25212/task/25221/stat : 25221 (java) S 25210 25212 21777 0 -1 64 260 0 0 0 4 0 0 0 18 0 12 0 24749515 828755968 171888 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25222] ppid=25210 vsize=809332 CPUtime=2.57
/proc/25212/task/25222/stat : 25222 (java) S 25210 25212 21777 0 -1 64 5035 0 0 0 255 2 0 0 16 0 12 0 24749515 828755968 171888 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25223] ppid=25210 vsize=809332 CPUtime=0
/proc/25212/task/25223/stat : 25223 (java) S 25210 25212 21777 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24749515 828755968 171888 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25212/tid=25224] ppid=25210 vsize=809332 CPUtime=0
/proc/25212/task/25224/stat : 25224 (java) S 25210 25212 21777 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24749515 828755968 171888 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1089.62
Current children cumulated vsize (KiB) 809332

[startup+1094.9 s]
/proc/loadavg: 2.00 2.04 2.07 3/93 25262
/proc/meminfo: memFree=756728/2055920 swapFree=4191900/4192956
[pid=25212] ppid=25210 vsize=0 CPUtime=1089.81
/proc/25212/stat : 25212 (java) Z 25210 25212 21777 0 -1 12 1254695 0 1 0 108390 591 0 0 16 0 2 0 24749507 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25212/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1089.81
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1094.94
CPU time (s): 1089.85
CPU user time (s): 1083.9
CPU system time (s): 5.9501
CPU usage (%): 99.5355
Max. virtual memory (cumulated for all children) (KiB): 823260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1083.9
system time used= 5.9501
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1254695
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= 30627
involuntary context switches= 28374

runsolver used 1.40679 second user time and 3.61145 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-12 07:33:54
IDJOB=2083186
IDBENCH=57732
IDSOLVER=731
FILE ID=node29/2083186-1247376833
PBS_JOBID= 9507119
Free space on /tmp= 66372 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/fapp/fapp13/normalized-fapp13-2000-6.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083186-1247376833/watcher-2083186-1247376833 -o /tmp/evaluation-result-2083186-1247376833/solver-2083186-1247376833 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083186-1247376833.xml

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

MD5SUM BENCH= b1bc0ce20909360461048c9e001540ac
RANDOM SEED=288948919

node29.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.225
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.225
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:       1689856 kB
Buffers:          9096 kB
Cached:          74624 kB
SwapCached:        260 kB
Active:         289696 kB
Inactive:        24816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1689856 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            4796 kB
Writeback:           0 kB
Mapped:         240968 kB
Slab:            36144 kB
Committed_AS:   499344 kB
PageTables:       2464 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= 66368 MiB
End job on node29 at 2009-07-12 07:52:09