Trace number 2077642

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? 84.8871 90.2746

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-15-05.xml
MD5SUM4360b7515e3cf9892bebc930385bd72b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.340947
Satisfiable
(Un)Satisfiability was proved
Number of variables181
Number of constraints1044
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension78
Number of constraints which are defined in intension966
Global constraints used (with number of constraints)

Solver Data

0.12/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.12/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.21	c See www.sat4j.org for details.
0.12/0.21	c That software uses the Rhino library from the Mozilla project.
0.12/0.22	c version 2.1.1.v20090622
0.12/0.22	c sun.arch.data.model	32
0.12/0.22	c java.version	1.6.0_12
0.12/0.22	c os.name	Linux
0.12/0.22	c os.version	2.6.9-22.EL.rootsmp
0.12/0.22	c os.arch	i386
0.12/0.22	c Free memory 671000808
0.12/0.22	c Max memory 672137216
0.12/0.22	c Total memory 672137216
0.12/0.22	c Number of processors 2
0.12/0.26	c c --- Begin Solver configuration ---
0.12/0.26	c Stops conflict analysis at the first Unique Implication Point
0.12/0.26	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@913fe2
0.12/0.26	c Learn all clauses as in MiniSAT
0.12/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.12/0.26	c Expensive reason simplification
0.12/0.26	c MiniSAT restarts strategy
0.12/0.26	c Memory based learned constraints deletion strategy
0.12/0.26	c timeout=2147483s
0.12/0.26	c DB Simplification allowed=false
0.12/0.26	c --- End Solver configuration ---
0.12/0.26	c solving HOME/instance-2077642-1247365382.xml
0.12/0.26	c reading problem ... 
0.42/0.42	c reading problem named null
0.42/0.42	c reading domains done.
0.42/0.42	c reading variables done.
0.57/0.56	c reading relations done.
1.67/1.65	c reading predicates  done.
1.85/1.90	c reading constraints
84.76/90.13	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
84.76/90.13		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
84.76/90.13		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
84.76/90.13		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
84.76/90.13		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
84.76/90.13		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
84.76/90.13		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
84.76/90.13		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
84.76/90.13		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
84.76/90.13		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
84.76/90.13		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
84.76/90.13		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
84.76/90.13		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
84.76/90.13		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
84.76/90.13		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
84.76/90.13		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
84.76/90.13		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
84.76/90.13		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
84.76/90.13		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
84.76/90.13		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
84.76/90.13		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
84.76/90.13		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
84.76/90.13		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
84.76/90.13		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
84.76/90.13		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
84.76/90.13		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
84.76/90.13		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
84.76/90.13		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
84.76/90.13		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
84.76/90.13		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
84.76/90.13		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
84.76/90.13		at org.sat4j.AbstractLauncher.run(Unknown Source)
84.76/90.13		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
84.76/90.13	c starts		: 0
84.76/90.13	c conflicts		: 0
84.76/90.13	c decisions		: 0
84.76/90.13	c propagations		: 0
84.76/90.13	c inspects		: 0
84.76/90.13	c learnt literals	: 0
84.76/90.13	c learnt binary clauses	: 0
84.76/90.13	c learnt ternary clauses	: 0
84.76/90.13	c learnt clauses	: 0
84.76/90.13	c ignored clauses	: 0
84.76/90.13	c root simplifications	: 0
84.76/90.13	c removed literals (reason simplification)	: 0
84.76/90.13	c reason swapping (by a shorter reason)	: 0
84.76/90.13	c Calls to reduceDB	: 0
84.76/90.13	c speed (assignments/second)	: 0.0
84.76/90.13	c non guided choices	0
84.76/90.15	c learnt constraints type 
84.76/90.15	c constraints type 
84.76/90.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8622948
84.76/90.15	c org.sat4j.minisat.constraints.card.AtLeast => 181
84.76/90.15	s UNKNOWN
84.76/90.15	c Total wall clock time (in seconds) : 89.869

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-2077642-1247365382/watcher-2077642-1247365382 -o /tmp/evaluation-result-2077642-1247365382/solver-2077642-1247365382 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077642-1247365382.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.86 2.31 2.16 4/80 28914
/proc/meminfo: memFree=1804080/2055920 swapFree=4192812/4192956
[pid=28914] ppid=28910 vsize=1612 CPUtime=0
/proc/28914/stat : 28914 (java6) R 28910 28914 23333 0 -1 0 159 0 0 0 0 0 0 0 18 0 1 0 23601810 1650688 132 996147200 134512640 134550932 4294956176 18446744073709551615 8338640 0 0 4096 0 0 0 0 17 0 0 0
/proc/28914/statm: 403 138 102 9 0 45 0

[startup+0.0502119 s]
/proc/loadavg: 2.86 2.31 2.16 4/80 28914
/proc/meminfo: memFree=1804080/2055920 swapFree=4192812/4192956
[pid=28914] ppid=28910 vsize=801384 CPUtime=0.03
/proc/28914/stat : 28914 (java) S 28910 28914 23333 0 -1 0 2475 0 1 0 2 1 0 0 18 0 5 0 23601810 820617216 2222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/28914/statm: 200346 2222 965 9 0 197697 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 801384

[startup+0.101148 s]
/proc/loadavg: 2.86 2.31 2.16 4/80 28914
/proc/meminfo: memFree=1804080/2055920 swapFree=4192812/4192956
[pid=28914] ppid=28910 vsize=802164 CPUtime=0.05
/proc/28914/stat : 28914 (java) S 28910 28914 23333 0 -1 0 2696 0 1 0 3 2 0 0 18 0 7 0 23601810 821415936 2441 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/28914/statm: 200541 2441 1029 9 0 197892 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802164

[startup+0.301162 s]
/proc/loadavg: 2.86 2.31 2.16 4/80 28914
/proc/meminfo: memFree=1804080/2055920 swapFree=4192812/4192956
[pid=28914] ppid=28910 vsize=806728 CPUtime=0.23
/proc/28914/stat : 28914 (java) S 28910 28914 23333 0 -1 0 4106 0 1 0 19 4 0 0 18 0 12 0 23601810 826089472 3845 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28914/statm: 201682 3846 1328 9 0 199009 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 806728

[startup+0.701194 s]
/proc/loadavg: 2.86 2.31 2.16 4/80 28914
/proc/meminfo: memFree=1804080/2055920 swapFree=4192812/4192956
[pid=28914] ppid=28910 vsize=809460 CPUtime=0.79
/proc/28914/stat : 28914 (java) S 28910 28914 23333 0 -1 0 6788 0 1 0 74 5 0 0 18 0 12 0 23601810 828887040 5827 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28914/statm: 202365 5827 1390 9 0 199692 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 809460

[startup+1.50226 s]
/proc/loadavg: 2.86 2.31 2.16 6/92 29019
/proc/meminfo: memFree=1781520/2055920 swapFree=4192812/4192956
[pid=28914] ppid=28910 vsize=812312 CPUtime=1.57
/proc/28914/stat : 28914 (java) S 28910 28914 23333 0 -1 0 11717 0 1 0 149 8 0 0 18 0 12 0 23601810 831807488 9838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28914/statm: 203078 9838 1409 9 0 200405 0
[pid=28914/tid=28918] ppid=28910 vsize=812312 CPUtime=0.73
/proc/28914/task/28918/stat : 28918 (java) R 28910 28914 23333 0 -1 64 7367 0 1 0 68 5 0 0 22 0 12 0 23601811 831807488 9838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28919] ppid=28910 vsize=812312 CPUtime=0
/proc/28914/task/28919/stat : 28919 (java) S 28910 28914 23333 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 23601812 831807488 9838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28920] ppid=28910 vsize=812312 CPUtime=0
/proc/28914/task/28920/stat : 28920 (java) S 28910 28914 23333 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23601812 831807488 9838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28924] ppid=28910 vsize=812312 CPUtime=0
/proc/28914/task/28924/stat : 28924 (java) S 28910 28914 23333 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 23601815 831807488 9838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28925] ppid=28910 vsize=812312 CPUtime=0
/proc/28914/task/28925/stat : 28925 (java) S 28910 28914 23333 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 23601816 831807488 9838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28926] ppid=28910 vsize=812312 CPUtime=0
/proc/28914/task/28926/stat : 28926 (java) S 28910 28914 23333 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23601816 831807488 9838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28955] ppid=28910 vsize=812312 CPUtime=0
/proc/28914/task/28955/stat : 28955 (java) S 28910 28914 23333 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23601826 831807488 9838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28956] ppid=28910 vsize=812312 CPUtime=0.22
/proc/28914/task/28956/stat : 28956 (java) S 28910 28914 23333 0 -1 64 1518 0 0 0 22 0 0 0 17 0 12 0 23601826 831807488 9838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28959] ppid=28910 vsize=812312 CPUtime=0.59
/proc/28914/task/28959/stat : 28959 (java) R 28910 28914 23333 0 -1 64 2092 0 0 0 58 1 0 0 16 0 12 0 23601826 831807488 9838 996147200 134512640 134550932 4294956016 18446744073709551615 8385500 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28960] ppid=28910 vsize=812312 CPUtime=0
/proc/28914/task/28960/stat : 28960 (java) S 28910 28914 23333 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 23601826 831807488 9838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28961] ppid=28910 vsize=812312 CPUtime=0
/proc/28914/task/28961/stat : 28961 (java) S 28910 28914 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23601826 831807488 9838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 812312

[startup+3.10241 s]
/proc/loadavg: 2.86 2.31 2.16 6/92 29119
/proc/meminfo: memFree=1747728/2055920 swapFree=4192812/4192956
[pid=28914] ppid=28910 vsize=812312 CPUtime=3.09
/proc/28914/stat : 28914 (java) S 28910 28914 23333 0 -1 0 33589 0 1 0 291 18 0 0 18 0 12 0 23601810 831807488 31161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28914/statm: 203078 31164 1424 9 0 200405 0
[pid=28914/tid=28918] ppid=28910 vsize=812312 CPUtime=1.58
/proc/28914/task/28918/stat : 28918 (java) R 28910 28914 23333 0 -1 64 17528 0 1 0 148 10 0 0 25 0 12 0 23601811 831807488 31165 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28919] ppid=28910 vsize=812312 CPUtime=0.15
/proc/28914/task/28919/stat : 28919 (java) R 28910 28914 23333 0 -1 64 5687 0 0 0 13 2 0 0 16 0 12 0 23601812 831807488 31166 996147200 134512640 134550932 4294956016 18446744073709551615 106196834 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28920] ppid=28910 vsize=812312 CPUtime=0.17
/proc/28914/task/28920/stat : 28920 (java) R 28910 28914 23333 0 -1 64 5586 0 0 0 15 2 0 0 16 0 12 0 23601812 831807488 31168 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28924] ppid=28910 vsize=812312 CPUtime=0
/proc/28914/task/28924/stat : 28924 (java) S 28910 28914 23333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23601815 831807488 31169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28925] ppid=28910 vsize=812312 CPUtime=0
/proc/28914/task/28925/stat : 28925 (java) S 28910 28914 23333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23601816 831807488 31171 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28926] ppid=28910 vsize=812312 CPUtime=0
/proc/28914/task/28926/stat : 28926 (java) S 28910 28914 23333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23601816 831807488 31172 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28955] ppid=28910 vsize=812312 CPUtime=0
/proc/28914/task/28955/stat : 28955 (java) S 28910 28914 23333 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23601826 831807488 31174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28956] ppid=28910 vsize=812312 CPUtime=0.22
/proc/28914/task/28956/stat : 28956 (java) S 28910 28914 23333 0 -1 64 1518 0 0 0 22 0 0 0 17 0 12 0 23601826 831807488 31175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28959] ppid=28910 vsize=812312 CPUtime=0.92
/proc/28914/task/28959/stat : 28959 (java) S 28910 28914 23333 0 -1 64 2525 0 0 0 90 2 0 0 16 0 12 0 23601826 831807488 31177 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28960] ppid=28910 vsize=812312 CPUtime=0
/proc/28914/task/28960/stat : 28960 (java) S 28910 28914 23333 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 23601826 831807488 31178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28961] ppid=28910 vsize=812312 CPUtime=0
/proc/28914/task/28961/stat : 28961 (java) S 28910 28914 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23601826 831807488 31180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 812312

[startup+6.30269 s]
/proc/loadavg: 2.88 2.32 2.16 5/92 29361
/proc/meminfo: memFree=1540368/2055920 swapFree=4192812/4192956
[pid=28914] ppid=28910 vsize=812056 CPUtime=6.85
/proc/28914/stat : 28914 (java) S 28910 28914 23333 0 -1 0 82672 0 1 0 643 42 0 0 18 0 12 0 23601810 831545344 76729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28914/statm: 203014 76729 1424 9 0 200341 0
[pid=28914/tid=28918] ppid=28910 vsize=812056 CPUtime=2.92
/proc/28914/task/28918/stat : 28918 (java) R 28910 28914 23333 0 -1 64 17532 0 1 0 282 10 0 0 17 0 12 0 23601811 831545344 76729 996147200 134512640 134550932 4294956016 18446744073709551615 4109720233 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28919] ppid=28910 vsize=812056 CPUtime=1.44
/proc/28914/task/28919/stat : 28919 (java) R 28910 28914 23333 0 -1 64 31288 0 0 0 129 15 0 0 19 0 12 0 23601812 831545344 76729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28920] ppid=28910 vsize=812056 CPUtime=1.3
/proc/28914/task/28920/stat : 28920 (java) S 28910 28914 23333 0 -1 64 29057 0 0 0 117 13 0 0 18 0 12 0 23601812 831545344 76729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28924] ppid=28910 vsize=812056 CPUtime=0
/proc/28914/task/28924/stat : 28924 (java) S 28910 28914 23333 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 23601815 831545344 76729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28925] ppid=28910 vsize=812056 CPUtime=0
/proc/28914/task/28925/stat : 28925 (java) S 28910 28914 23333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23601816 831545344 76729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28926] ppid=28910 vsize=812056 CPUtime=0
/proc/28914/task/28926/stat : 28926 (java) S 28910 28914 23333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23601816 831545344 76729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28955] ppid=28910 vsize=812056 CPUtime=0
/proc/28914/task/28955/stat : 28955 (java) S 28910 28914 23333 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23601826 831545344 76729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28956] ppid=28910 vsize=812056 CPUtime=0.22
/proc/28914/task/28956/stat : 28956 (java) S 28910 28914 23333 0 -1 64 1518 0 0 0 22 0 0 0 17 0 12 0 23601826 831545344 76729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28959] ppid=28910 vsize=812056 CPUtime=0.92
/proc/28914/task/28959/stat : 28959 (java) S 28910 28914 23333 0 -1 64 2525 0 0 0 90 2 0 0 16 0 12 0 23601826 831545344 76729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28960] ppid=28910 vsize=812056 CPUtime=0
/proc/28914/task/28960/stat : 28960 (java) S 28910 28914 23333 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 23601826 831545344 76729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28961] ppid=28910 vsize=812056 CPUtime=0
/proc/28914/task/28961/stat : 28961 (java) S 28910 28914 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23601826 831545344 76729 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 812056

[startup+12.7023 s]
/proc/loadavg: 2.97 2.35 2.17 5/92 29693
/proc/meminfo: memFree=1280976/2055920 swapFree=4192812/4192956
[pid=28914] ppid=28910 vsize=819744 CPUtime=13.22
/proc/28914/stat : 28914 (java) S 28910 28914 23333 0 -1 0 144161 0 1 0 1254 68 0 0 18 0 12 0 23601810 839417856 136923 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28914/statm: 204936 136925 1424 9 0 202263 0
[pid=28914/tid=28918] ppid=28910 vsize=819744 CPUtime=5.08
/proc/28914/task/28918/stat : 28918 (java) S 28910 28914 23333 0 -1 64 23689 0 1 0 496 12 0 0 17 0 12 0 23601811 839417856 136927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28919] ppid=28910 vsize=819744 CPUtime=4.06
/proc/28914/task/28919/stat : 28919 (java) R 28910 28914 23333 0 -1 64 70372 0 0 0 375 31 0 0 21 0 12 0 23601812 839417856 136929 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28920] ppid=28910 vsize=819744 CPUtime=2.86
/proc/28914/task/28920/stat : 28920 (java) R 28910 28914 23333 0 -1 64 45314 0 0 0 267 19 0 0 17 0 12 0 23601812 839417856 136931 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28924] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28924/stat : 28924 (java) S 28910 28914 23333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23601815 839417856 136933 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28925] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28925/stat : 28925 (java) S 28910 28914 23333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23601816 839417856 136935 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28926] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28926/stat : 28926 (java) S 28910 28914 23333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23601816 839417856 136937 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28955] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28955/stat : 28955 (java) S 28910 28914 23333 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23601826 839417856 136940 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28956] ppid=28910 vsize=819744 CPUtime=0.22
/proc/28914/task/28956/stat : 28956 (java) S 28910 28914 23333 0 -1 64 1518 0 0 0 22 0 0 0 17 0 12 0 23601826 839417856 136942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28959] ppid=28910 vsize=819744 CPUtime=0.93
/proc/28914/task/28959/stat : 28959 (java) S 28910 28914 23333 0 -1 64 2525 0 0 0 91 2 0 0 16 0 12 0 23601826 839417856 136944 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28960] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28960/stat : 28960 (java) S 28910 28914 23333 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 23601826 839417856 136946 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28961] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28961/stat : 28961 (java) S 28910 28914 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23601826 839417856 136948 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.22
Current children cumulated vsize (KiB) 819744

[startup+25.5014 s]
/proc/loadavg: 2.97 2.38 2.19 5/91 30885
/proc/meminfo: memFree=1107032/2055920 swapFree=4192812/4192956
[pid=28914] ppid=28910 vsize=819744 CPUtime=24.42
/proc/28914/stat : 28914 (java) S 28910 28914 23333 0 -1 0 197236 0 1 0 2351 91 0 0 18 0 12 0 23601810 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28914/statm: 204936 174348 1426 9 0 202263 0
[pid=28914/tid=28918] ppid=28910 vsize=819744 CPUtime=6.23
/proc/28914/task/28918/stat : 28918 (java) S 28910 28914 23333 0 -1 64 35983 0 1 0 606 17 0 0 17 0 12 0 23601811 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28919] ppid=28910 vsize=819744 CPUtime=4.28
/proc/28914/task/28919/stat : 28919 (java) S 28910 28914 23333 0 -1 64 71619 0 0 0 396 32 0 0 16 0 12 0 23601812 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28920] ppid=28910 vsize=819744 CPUtime=4.28
/proc/28914/task/28920/stat : 28920 (java) S 28910 28914 23333 0 -1 64 62003 0 0 0 401 27 0 0 18 0 12 0 23601812 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28924] ppid=28910 vsize=819744 CPUtime=8.43
/proc/28914/task/28924/stat : 28924 (java) R 28910 28914 23333 0 -1 64 22847 0 0 0 832 11 0 0 25 0 12 0 23601815 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 105696675 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28925] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28925/stat : 28925 (java) S 28910 28914 23333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23601816 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28926] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28926/stat : 28926 (java) S 28910 28914 23333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23601816 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28955] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28955/stat : 28955 (java) S 28910 28914 23333 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28956] ppid=28910 vsize=819744 CPUtime=0.22

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

[pid=28914/tid=28960] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28960/stat : 28960 (java) S 28910 28914 23333 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28961] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28961/stat : 28961 (java) S 28910 28914 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.88
Current children cumulated vsize (KiB) 819744

[startup+86.3027 s]
/proc/loadavg: 3.18 2.55 2.25 5/91 3966
/proc/meminfo: memFree=1100504/2055920 swapFree=4192812/4192956
[pid=28914] ppid=28910 vsize=819744 CPUtime=81.41
/proc/28914/stat : 28914 (java) S 28910 28914 23333 0 -1 0 669842 0 1 0 7840 301 0 0 18 0 12 0 23601810 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28914/statm: 204936 174348 1425 9 0 202263 0
[pid=28914/tid=28918] ppid=28910 vsize=819744 CPUtime=6.56
/proc/28914/task/28918/stat : 28918 (java) S 28910 28914 23333 0 -1 64 35999 0 1 0 639 17 0 0 17 0 12 0 23601811 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28919] ppid=28910 vsize=819744 CPUtime=4.28
/proc/28914/task/28919/stat : 28919 (java) S 28910 28914 23333 0 -1 64 71619 0 0 0 396 32 0 0 16 0 12 0 23601812 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28920] ppid=28910 vsize=819744 CPUtime=4.28
/proc/28914/task/28920/stat : 28920 (java) S 28910 28914 23333 0 -1 64 62003 0 0 0 401 27 0 0 18 0 12 0 23601812 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28924] ppid=28910 vsize=819744 CPUtime=65.07
/proc/28914/task/28924/stat : 28924 (java) R 28910 28914 23333 0 -1 64 495437 0 0 0 6287 220 0 0 25 0 12 0 23601815 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 105697721 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28925] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28925/stat : 28925 (java) S 28910 28914 23333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23601816 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28926] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28926/stat : 28926 (java) S 28910 28914 23333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23601816 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28955] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28955/stat : 28955 (java) S 28910 28914 23333 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28956] ppid=28910 vsize=819744 CPUtime=0.22
/proc/28914/task/28956/stat : 28956 (java) S 28910 28914 23333 0 -1 64 1518 0 0 0 22 0 0 0 17 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28959] ppid=28910 vsize=819744 CPUtime=0.93
/proc/28914/task/28959/stat : 28959 (java) S 28910 28914 23333 0 -1 64 2525 0 0 0 91 2 0 0 16 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28960] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28960/stat : 28960 (java) S 28910 28914 23333 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28961] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28961/stat : 28961 (java) S 28910 28914 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 81.41
Current children cumulated vsize (KiB) 819744

[startup+87.9029 s]
/proc/loadavg: 3.18 2.55 2.25 4/91 4126
/proc/meminfo: memFree=1100248/2055920 swapFree=4192812/4192956
[pid=28914] ppid=28910 vsize=819744 CPUtime=82.83
/proc/28914/stat : 28914 (java) S 28910 28914 23333 0 -1 0 669842 0 1 0 7982 301 0 0 18 0 12 0 23601810 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28914/statm: 204936 174348 1425 9 0 202263 0
[pid=28914/tid=28918] ppid=28910 vsize=819744 CPUtime=6.56
/proc/28914/task/28918/stat : 28918 (java) S 28910 28914 23333 0 -1 64 35999 0 1 0 639 17 0 0 17 0 12 0 23601811 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28919] ppid=28910 vsize=819744 CPUtime=4.28
/proc/28914/task/28919/stat : 28919 (java) S 28910 28914 23333 0 -1 64 71619 0 0 0 396 32 0 0 16 0 12 0 23601812 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28920] ppid=28910 vsize=819744 CPUtime=4.28
/proc/28914/task/28920/stat : 28920 (java) S 28910 28914 23333 0 -1 64 62003 0 0 0 401 27 0 0 18 0 12 0 23601812 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28924] ppid=28910 vsize=819744 CPUtime=66.49
/proc/28914/task/28924/stat : 28924 (java) R 28910 28914 23333 0 -1 64 495437 0 0 0 6429 220 0 0 25 0 12 0 23601815 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 106157810 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28925] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28925/stat : 28925 (java) S 28910 28914 23333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23601816 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28926] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28926/stat : 28926 (java) S 28910 28914 23333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23601816 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28955] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28955/stat : 28955 (java) S 28910 28914 23333 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28956] ppid=28910 vsize=819744 CPUtime=0.22
/proc/28914/task/28956/stat : 28956 (java) S 28910 28914 23333 0 -1 64 1518 0 0 0 22 0 0 0 17 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28959] ppid=28910 vsize=819744 CPUtime=0.93
/proc/28914/task/28959/stat : 28959 (java) S 28910 28914 23333 0 -1 64 2525 0 0 0 91 2 0 0 16 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28960] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28960/stat : 28960 (java) S 28910 28914 23333 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28961] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28961/stat : 28961 (java) S 28910 28914 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 82.83
Current children cumulated vsize (KiB) 819744

[startup+89.503 s]
/proc/loadavg: 3.18 2.55 2.25 4/92 4187
/proc/meminfo: memFree=1099792/2055920 swapFree=4192812/4192956
[pid=28914] ppid=28910 vsize=819744 CPUtime=84.22
/proc/28914/stat : 28914 (java) S 28910 28914 23333 0 -1 0 669842 0 1 0 8121 301 0 0 18 0 12 0 23601810 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28914/statm: 204936 174348 1425 9 0 202263 0
[pid=28914/tid=28918] ppid=28910 vsize=819744 CPUtime=6.56
/proc/28914/task/28918/stat : 28918 (java) S 28910 28914 23333 0 -1 64 35999 0 1 0 639 17 0 0 17 0 12 0 23601811 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28919] ppid=28910 vsize=819744 CPUtime=4.28
/proc/28914/task/28919/stat : 28919 (java) S 28910 28914 23333 0 -1 64 71619 0 0 0 396 32 0 0 16 0 12 0 23601812 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28920] ppid=28910 vsize=819744 CPUtime=4.28
/proc/28914/task/28920/stat : 28920 (java) S 28910 28914 23333 0 -1 64 62003 0 0 0 401 27 0 0 18 0 12 0 23601812 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28924] ppid=28910 vsize=819744 CPUtime=67.89
/proc/28914/task/28924/stat : 28924 (java) R 28910 28914 23333 0 -1 64 495437 0 0 0 6569 220 0 0 25 0 12 0 23601815 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 106159143 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28925] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28925/stat : 28925 (java) S 28910 28914 23333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23601816 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28926] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28926/stat : 28926 (java) S 28910 28914 23333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23601816 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28955] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28955/stat : 28955 (java) S 28910 28914 23333 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28956] ppid=28910 vsize=819744 CPUtime=0.22
/proc/28914/task/28956/stat : 28956 (java) S 28910 28914 23333 0 -1 64 1518 0 0 0 22 0 0 0 17 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28959] ppid=28910 vsize=819744 CPUtime=0.93
/proc/28914/task/28959/stat : 28959 (java) S 28910 28914 23333 0 -1 64 2525 0 0 0 91 2 0 0 16 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28960] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28960/stat : 28960 (java) S 28910 28914 23333 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28961] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28961/stat : 28961 (java) S 28910 28914 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 84.22
Current children cumulated vsize (KiB) 819744

[startup+89.902 s]
/proc/loadavg: 3.18 2.55 2.25 4/92 4187
/proc/meminfo: memFree=1099792/2055920 swapFree=4192812/4192956
[pid=28914] ppid=28910 vsize=819744 CPUtime=84.58
/proc/28914/stat : 28914 (java) S 28910 28914 23333 0 -1 0 669842 0 1 0 8157 301 0 0 18 0 12 0 23601810 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28914/statm: 204936 174348 1425 9 0 202263 0
[pid=28914/tid=28918] ppid=28910 vsize=819744 CPUtime=6.56
/proc/28914/task/28918/stat : 28918 (java) S 28910 28914 23333 0 -1 64 35999 0 1 0 639 17 0 0 17 0 12 0 23601811 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28919] ppid=28910 vsize=819744 CPUtime=4.28
/proc/28914/task/28919/stat : 28919 (java) S 28910 28914 23333 0 -1 64 71619 0 0 0 396 32 0 0 16 0 12 0 23601812 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28920] ppid=28910 vsize=819744 CPUtime=4.28
/proc/28914/task/28920/stat : 28920 (java) S 28910 28914 23333 0 -1 64 62003 0 0 0 401 27 0 0 18 0 12 0 23601812 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28924] ppid=28910 vsize=819744 CPUtime=68.25
/proc/28914/task/28924/stat : 28924 (java) R 28910 28914 23333 0 -1 64 495437 0 0 0 6605 220 0 0 25 0 12 0 23601815 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28925] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28925/stat : 28925 (java) S 28910 28914 23333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23601816 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28926] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28926/stat : 28926 (java) S 28910 28914 23333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23601816 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28955] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28955/stat : 28955 (java) S 28910 28914 23333 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28956] ppid=28910 vsize=819744 CPUtime=0.22
/proc/28914/task/28956/stat : 28956 (java) S 28910 28914 23333 0 -1 64 1518 0 0 0 22 0 0 0 17 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28959] ppid=28910 vsize=819744 CPUtime=0.93
/proc/28914/task/28959/stat : 28959 (java) S 28910 28914 23333 0 -1 64 2525 0 0 0 91 2 0 0 16 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28960] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28960/stat : 28960 (java) S 28910 28914 23333 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28961] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28961/stat : 28961 (java) S 28910 28914 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 84.58
Current children cumulated vsize (KiB) 819744

[startup+90.102 s]
/proc/loadavg: 3.25 2.57 2.26 4/91 4241
/proc/meminfo: memFree=1100056/2055920 swapFree=4192812/4192956
[pid=28914] ppid=28910 vsize=819744 CPUtime=84.76
/proc/28914/stat : 28914 (java) S 28910 28914 23333 0 -1 0 669842 0 1 0 8175 301 0 0 18 0 12 0 23601810 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28914/statm: 204936 174348 1425 9 0 202263 0
[pid=28914/tid=28918] ppid=28910 vsize=819744 CPUtime=6.56
/proc/28914/task/28918/stat : 28918 (java) S 28910 28914 23333 0 -1 64 35999 0 1 0 639 17 0 0 17 0 12 0 23601811 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28919] ppid=28910 vsize=819744 CPUtime=4.28
/proc/28914/task/28919/stat : 28919 (java) S 28910 28914 23333 0 -1 64 71619 0 0 0 396 32 0 0 16 0 12 0 23601812 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28920] ppid=28910 vsize=819744 CPUtime=4.28
/proc/28914/task/28920/stat : 28920 (java) S 28910 28914 23333 0 -1 64 62003 0 0 0 401 27 0 0 18 0 12 0 23601812 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28924] ppid=28910 vsize=819744 CPUtime=68.42
/proc/28914/task/28924/stat : 28924 (java) R 28910 28914 23333 0 -1 64 495437 0 0 0 6622 220 0 0 25 0 12 0 23601815 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 105697723 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28925] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28925/stat : 28925 (java) S 28910 28914 23333 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23601816 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28926] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28926/stat : 28926 (java) S 28910 28914 23333 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23601816 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28955] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28955/stat : 28955 (java) S 28910 28914 23333 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28956] ppid=28910 vsize=819744 CPUtime=0.22
/proc/28914/task/28956/stat : 28956 (java) S 28910 28914 23333 0 -1 64 1518 0 0 0 22 0 0 0 17 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28959] ppid=28910 vsize=819744 CPUtime=0.93
/proc/28914/task/28959/stat : 28959 (java) S 28910 28914 23333 0 -1 64 2525 0 0 0 91 2 0 0 16 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28914/tid=28960] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28960/stat : 28960 (java) S 28910 28914 23333 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28914/tid=28961] ppid=28910 vsize=819744 CPUtime=0
/proc/28914/task/28961/stat : 28961 (java) S 28910 28914 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23601826 839417856 174348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 84.76
Current children cumulated vsize (KiB) 819744

[startup+90.2071 s]
/proc/loadavg: 3.25 2.57 2.26 4/91 4241
/proc/meminfo: memFree=1100056/2055920 swapFree=4192812/4192956
[pid=28914] ppid=28910 vsize=0 CPUtime=84.81
/proc/28914/stat : 28914 (java) Z 28910 28914 23333 0 -1 12 669859 0 1 0 8176 305 0 0 16 0 2 0 23601810 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28914/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 84.81
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 90.2746
CPU time (s): 84.8871
CPU user time (s): 81.7686
CPU system time (s): 3.11852
CPU usage (%): 94.0321
Max. virtual memory (cumulated for all children) (KiB): 915752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.7686
system time used= 3.11852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 669859
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= 2721
involuntary context switches= 5040

runsolver used 0.120981 second user time and 0.394939 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-12 04:23:02
IDJOB=2077642
IDBENCH=56642
IDSOLVER=731
FILE ID=node50/2077642-1247365382
PBS_JOBID= 9507088
Free space on /tmp= 66424 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-15-05.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077642-1247365382/watcher-2077642-1247365382 -o /tmp/evaluation-result-2077642-1247365382/solver-2077642-1247365382 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077642-1247365382.xml

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

MD5SUM BENCH= 4360b7515e3cf9892bebc930385bd72b
RANDOM SEED=565765035

node50.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1804632 kB
Buffers:         24052 kB
Cached:         133164 kB
SwapCached:          0 kB
Active:         113044 kB
Inactive:        86760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1804632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2160 kB
Writeback:           0 kB
Mapped:          53652 kB
Slab:            36356 kB
Committed_AS:   263240 kB
PageTables:       2136 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= 66424 MiB
End job on node50 at 2009-07-12 04:24:32