Trace number 2077609

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? 80.5298 84.4286

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-09.xml
MD5SUMf8b76df19674acf2fa7b798307536a24
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.641901
Satisfiable
(Un)Satisfiability was proved
Number of variables295
Number of constraints2699
Maximum constraint arity30
Maximum domain size26
Number of constraints which are defined in extension130
Number of constraints which are defined in intension2569
Global constraints used (with number of constraints)

Solver Data

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

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-2077609-1247365319/watcher-2077609-1247365319 -o /tmp/evaluation-result-2077609-1247365319/solver-2077609-1247365319 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077609-1247365319.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: 1.92 1.98 2.04 4/81 20246
/proc/meminfo: memFree=1790496/2055920 swapFree=4192812/4192956
[pid=20246] ppid=20244 vsize=18576 CPUtime=0
/proc/20246/stat : 20246 (runsolver) R 20244 20246 20173 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 23598525 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 217871609127 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/20246/statm: 4644 284 249 26 0 2626 0

[startup+0.0607501 s]
/proc/loadavg: 1.92 1.98 2.04 4/81 20246
/proc/meminfo: memFree=1790496/2055920 swapFree=4192812/4192956
[pid=20246] ppid=20244 vsize=802032 CPUtime=0.03
/proc/20246/stat : 20246 (java) S 20244 20246 20173 0 -1 0 2561 0 1 0 2 1 0 0 18 0 7 0 23598525 821280768 2307 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/20246/statm: 200508 2307 995 9 0 197859 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802032

[startup+0.108758 s]
/proc/loadavg: 1.92 1.98 2.04 4/81 20246
/proc/meminfo: memFree=1790496/2055920 swapFree=4192812/4192956
[pid=20246] ppid=20244 vsize=802164 CPUtime=0.06
/proc/20246/stat : 20246 (java) S 20244 20246 20173 0 -1 0 2813 0 1 0 5 1 0 0 18 0 7 0 23598525 821415936 2558 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/20246/statm: 200541 2558 1036 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.301777 s]
/proc/loadavg: 1.92 1.98 2.04 4/81 20246
/proc/meminfo: memFree=1790496/2055920 swapFree=4192812/4192956
[pid=20246] ppid=20244 vsize=805628 CPUtime=0.25
/proc/20246/stat : 20246 (java) S 20244 20246 20173 0 -1 0 4147 0 1 0 23 2 0 0 18 0 12 0 23598525 824963072 3884 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20246/statm: 201407 3884 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 805628

[startup+0.701827 s]
/proc/loadavg: 1.92 1.98 2.04 4/81 20246
/proc/meminfo: memFree=1790496/2055920 swapFree=4192812/4192956
[pid=20246] ppid=20244 vsize=807964 CPUtime=0.65
/proc/20246/stat : 20246 (java) S 20244 20246 20173 0 -1 0 5836 0 1 0 62 3 0 0 18 0 12 0 23598525 827355136 5262 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20246/statm: 201991 5262 1386 9 0 199318 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 807964

[startup+1.50292 s]
/proc/loadavg: 1.92 1.98 2.04 4/93 20258
/proc/meminfo: memFree=1773632/2055920 swapFree=4192812/4192956
[pid=20246] ppid=20244 vsize=812848 CPUtime=1.45
/proc/20246/stat : 20246 (java) S 20244 20246 20173 0 -1 0 9811 0 1 0 139 6 0 0 18 0 12 0 23598525 832356352 7371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20246/statm: 203212 7371 1407 9 0 200539 0
[pid=20246/tid=20248] ppid=20244 vsize=812848 CPUtime=0.59
/proc/20246/task/20248/stat : 20248 (java) R 20244 20246 20173 0 -1 64 4638 0 1 0 56 3 0 0 25 0 12 0 23598527 832356352 7371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20249] ppid=20244 vsize=812848 CPUtime=0
/proc/20246/task/20249/stat : 20249 (java) S 20244 20246 20173 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23598529 832356352 7371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20250] ppid=20244 vsize=812848 CPUtime=0
/proc/20246/task/20250/stat : 20250 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23598529 832356352 7371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20251] ppid=20244 vsize=812848 CPUtime=0
/proc/20246/task/20251/stat : 20251 (java) S 20244 20246 20173 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 23598530 832356352 7371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20252] ppid=20244 vsize=812848 CPUtime=0
/proc/20246/task/20252/stat : 20252 (java) S 20244 20246 20173 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23598531 832356352 7371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20253] ppid=20244 vsize=812848 CPUtime=0
/proc/20246/task/20253/stat : 20253 (java) S 20244 20246 20173 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23598531 832356352 7371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20254] ppid=20244 vsize=812848 CPUtime=0
/proc/20246/task/20254/stat : 20254 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23598537 832356352 7371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20255] ppid=20244 vsize=812848 CPUtime=0
/proc/20246/task/20255/stat : 20255 (java) S 20244 20246 20173 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23598537 832356352 7371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20256] ppid=20244 vsize=812848 CPUtime=0.84
/proc/20246/task/20256/stat : 20256 (java) R 20244 20246 20173 0 -1 64 4416 0 0 0 82 2 0 0 18 0 12 0 23598537 832356352 7371 996147200 134512640 134550932 4294956016 18446744073709551615 104138083 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20257] ppid=20244 vsize=812848 CPUtime=0
/proc/20246/task/20257/stat : 20257 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23598537 832356352 7371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20258] ppid=20244 vsize=812848 CPUtime=0
/proc/20246/task/20258/stat : 20258 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23598537 832356352 7371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 812848

[startup+3.1021 s]
/proc/loadavg: 1.92 1.98 2.04 6/100 20291
/proc/meminfo: memFree=1748600/2055920 swapFree=4192812/4192956
[pid=20246] ppid=20244 vsize=812848 CPUtime=2.81
/proc/20246/stat : 20246 (java) S 20244 20246 20173 0 -1 0 25464 0 1 0 266 15 0 0 18 0 12 0 23598525 832356352 23021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20246/statm: 203212 23021 1418 9 0 200539 0
[pid=20246/tid=20248] ppid=20244 vsize=812848 CPUtime=1.36
/proc/20246/task/20248/stat : 20248 (java) R 20244 20246 20173 0 -1 64 17204 0 1 0 125 11 0 0 25 0 12 0 23598527 832356352 23021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20249] ppid=20244 vsize=812848 CPUtime=0.04
/proc/20246/task/20249/stat : 20249 (java) R 20244 20246 20173 0 -1 64 1551 0 0 0 4 0 0 0 17 0 12 0 23598529 832356352 23021 996147200 134512640 134550932 4294956016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20250] ppid=20244 vsize=812848 CPUtime=0.04
/proc/20246/task/20250/stat : 20250 (java) R 20244 20246 20173 0 -1 64 1423 0 0 0 4 0 0 0 17 0 12 0 23598529 832356352 23021 996147200 134512640 134550932 4294956016 18446744073709551615 106195244 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20251] ppid=20244 vsize=812848 CPUtime=0
/proc/20246/task/20251/stat : 20251 (java) S 20244 20246 20173 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23598530 832356352 23021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20252] ppid=20244 vsize=812848 CPUtime=0
/proc/20246/task/20252/stat : 20252 (java) S 20244 20246 20173 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 23598531 832356352 23021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20253] ppid=20244 vsize=812848 CPUtime=0
/proc/20246/task/20253/stat : 20253 (java) S 20244 20246 20173 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23598531 832356352 23021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20254] ppid=20244 vsize=812848 CPUtime=0
/proc/20246/task/20254/stat : 20254 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23598537 832356352 23021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20255] ppid=20244 vsize=812848 CPUtime=0
/proc/20246/task/20255/stat : 20255 (java) S 20244 20246 20173 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23598537 832356352 23021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20256] ppid=20244 vsize=812848 CPUtime=1.32
/proc/20246/task/20256/stat : 20256 (java) S 20244 20246 20173 0 -1 64 4532 0 0 0 130 2 0 0 17 0 12 0 23598537 832356352 23021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20257] ppid=20244 vsize=812848 CPUtime=0
/proc/20246/task/20257/stat : 20257 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23598537 832356352 23021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20258] ppid=20244 vsize=812848 CPUtime=0
/proc/20246/task/20258/stat : 20258 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23598537 832356352 23021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 812848

[startup+6.30248 s]
/proc/loadavg: 2.17 2.03 2.06 5/99 20412
/proc/meminfo: memFree=1565696/2055920 swapFree=4192812/4192956
[pid=20246] ppid=20244 vsize=812420 CPUtime=5.66
/proc/20246/stat : 20246 (java) S 20244 20246 20173 0 -1 0 63621 0 1 0 532 34 0 0 18 0 12 0 23598525 831918080 58803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20246/statm: 203105 58803 1422 9 0 200432 0
[pid=20246/tid=20248] ppid=20244 vsize=812420 CPUtime=2.57
/proc/20246/task/20248/stat : 20248 (java) R 20244 20246 20173 0 -1 64 17212 0 1 0 245 12 0 0 25 0 12 0 23598527 831918080 58803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20249] ppid=20244 vsize=812420 CPUtime=0.86
/proc/20246/task/20249/stat : 20249 (java) R 20244 20246 20173 0 -1 64 20432 0 0 0 77 9 0 0 16 0 12 0 23598529 831918080 58803 996147200 134512640 134550932 4294956016 18446744073709551615 104198020 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20250] ppid=20244 vsize=812420 CPUtime=0.84
/proc/20246/task/20250/stat : 20250 (java) R 20244 20246 20173 0 -1 64 20680 0 0 0 75 9 0 0 16 0 12 0 23598529 831918080 58803 996147200 134512640 134550932 4294956016 18446744073709551615 103111747 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20251] ppid=20244 vsize=812420 CPUtime=0
/proc/20246/task/20251/stat : 20251 (java) S 20244 20246 20173 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23598530 831918080 58803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20252] ppid=20244 vsize=812420 CPUtime=0
/proc/20246/task/20252/stat : 20252 (java) S 20244 20246 20173 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23598531 831918080 58803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20253] ppid=20244 vsize=812420 CPUtime=0
/proc/20246/task/20253/stat : 20253 (java) S 20244 20246 20173 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23598531 831918080 58803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20254] ppid=20244 vsize=812420 CPUtime=0
/proc/20246/task/20254/stat : 20254 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23598537 831918080 58803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20255] ppid=20244 vsize=812420 CPUtime=0
/proc/20246/task/20255/stat : 20255 (java) S 20244 20246 20173 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23598537 831918080 58803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20256] ppid=20244 vsize=812420 CPUtime=1.34
/proc/20246/task/20256/stat : 20256 (java) S 20244 20246 20173 0 -1 64 4532 0 0 0 132 2 0 0 16 0 12 0 23598537 831918080 58803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20257] ppid=20244 vsize=812420 CPUtime=0
/proc/20246/task/20257/stat : 20257 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23598537 831918080 58803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20258] ppid=20244 vsize=812420 CPUtime=0.01
/proc/20246/task/20258/stat : 20258 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 1 0 0 0 15 0 12 0 23598537 831918080 58803 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.66
Current children cumulated vsize (KiB) 812420

[startup+12.7022 s]
/proc/loadavg: 2.31 2.07 2.07 6/99 20715
/proc/meminfo: memFree=1281792/2055920 swapFree=4192812/4192956
[pid=20246] ppid=20244 vsize=820108 CPUtime=12.12
/proc/20246/stat : 20246 (java) S 20244 20246 20173 0 -1 0 135917 0 1 0 1144 68 0 0 18 0 12 0 23598525 839790592 129321 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20246/statm: 205027 129321 1422 9 0 202354 0
[pid=20246/tid=20248] ppid=20244 vsize=820108 CPUtime=4.54
/proc/20246/task/20248/stat : 20248 (java) S 20244 20246 20173 0 -1 64 23368 0 1 0 439 15 0 0 17 0 12 0 23598527 839790592 129321 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20249] ppid=20244 vsize=820108 CPUtime=3
/proc/20246/task/20249/stat : 20249 (java) R 20244 20246 20173 0 -1 64 54661 0 0 0 278 22 0 0 21 0 12 0 23598529 839790592 129321 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20250] ppid=20244 vsize=820108 CPUtime=3.14
/proc/20246/task/20250/stat : 20250 (java) R 20244 20246 20173 0 -1 64 52591 0 0 0 290 24 0 0 16 0 12 0 23598529 839790592 129321 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20251] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20251/stat : 20251 (java) S 20244 20246 20173 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23598530 839790592 129321 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20252] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20252/stat : 20252 (java) S 20244 20246 20173 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23598531 839790592 129321 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20253] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20253/stat : 20253 (java) S 20244 20246 20173 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23598531 839790592 129321 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20254] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20254/stat : 20254 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23598537 839790592 129322 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20255] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20255/stat : 20255 (java) S 20244 20246 20173 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23598537 839790592 129324 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20256] ppid=20244 vsize=820108 CPUtime=1.34
/proc/20246/task/20256/stat : 20256 (java) S 20244 20246 20173 0 -1 64 4532 0 0 0 132 2 0 0 16 0 12 0 23598537 839790592 129325 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20257] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20257/stat : 20257 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23598537 839790592 129327 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20258] ppid=20244 vsize=820108 CPUtime=0.02
/proc/20246/task/20258/stat : 20258 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 1 1 0 0 15 0 12 0 23598537 839790592 129329 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 820108

[startup+25.5027 s]
/proc/loadavg: 2.84 2.19 2.11 4/99 21593
/proc/meminfo: memFree=1075248/2055920 swapFree=4192812/4192956
[pid=20246] ppid=20244 vsize=820108 CPUtime=24.49
/proc/20246/stat : 20246 (java) S 20244 20246 20173 0 -1 0 212087 0 1 0 2338 111 0 0 18 0 12 0 23598525 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20246/statm: 205027 174473 1424 9 0 202354 0
[pid=20246/tid=20248] ppid=20244 vsize=820108 CPUtime=5.9
/proc/20246/task/20248/stat : 20248 (java) S 20244 20246 20173 0 -1 64 35664 0 1 0 569 21 0 0 17 0 12 0 23598527 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20249] ppid=20244 vsize=820108 CPUtime=3.58
/proc/20246/task/20249/stat : 20249 (java) S 20244 20246 20173 0 -1 64 61040 0 0 0 331 27 0 0 16 0 12 0 23598529 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20250] ppid=20244 vsize=820108 CPUtime=5.08
/proc/20246/task/20250/stat : 20250 (java) S 20244 20246 20173 0 -1 64 71688 0 0 0 476 32 0 0 16 0 12 0 23598529 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20251] ppid=20244 vsize=820108 CPUtime=8.49
/proc/20246/task/20251/stat : 20251 (java) R 20244 20246 20173 0 -1 64 38409 0 0 0 825 24 0 0 25 0 12 0 23598530 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 105696816 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20252] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20252/stat : 20252 (java) S 20244 20246 20173 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23598531 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20253] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20253/stat : 20253 (java) S 20244 20246 20173 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23598531 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20254] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20254/stat : 20254 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23598537 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20255] ppid=20244 vsize=820108 CPUtime=0

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

[pid=20246/tid=20257] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20257/stat : 20257 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23598537 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20258] ppid=20244 vsize=820108 CPUtime=0.11
/proc/20246/task/20258/stat : 20258 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 5 6 0 0 15 0 12 0 23598537 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 61.42
Current children cumulated vsize (KiB) 820108

[startup+77.2027 s]
/proc/loadavg: 3.30 2.41 2.19 6/100 25535
/proc/meminfo: memFree=1022248/2055920 swapFree=4192812/4192956
[pid=20246] ppid=20244 vsize=884112 CPUtime=73.82
/proc/20246/stat : 20246 (java) S 20244 20246 20173 0 -1 0 401134 0 1 0 7134 248 0 0 18 0 12 0 23598525 905330688 190474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20246/statm: 221028 190474 1424 9 0 218355 0
[pid=20246/tid=20248] ppid=20244 vsize=884112 CPUtime=6.19
/proc/20246/task/20248/stat : 20248 (java) S 20244 20246 20173 0 -1 64 35675 0 1 0 598 21 0 0 17 0 12 0 23598527 905330688 190474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20249] ppid=20244 vsize=884112 CPUtime=3.58
/proc/20246/task/20249/stat : 20249 (java) S 20244 20246 20173 0 -1 64 61040 0 0 0 331 27 0 0 16 0 12 0 23598529 905330688 190474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20250] ppid=20244 vsize=884112 CPUtime=5.08
/proc/20246/task/20250/stat : 20250 (java) S 20244 20246 20173 0 -1 64 71688 0 0 0 476 32 0 0 16 0 12 0 23598529 905330688 190474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20251] ppid=20244 vsize=884112 CPUtime=57.44
/proc/20246/task/20251/stat : 20251 (java) R 20244 20246 20173 0 -1 64 227445 0 0 0 5589 155 0 0 25 0 12 0 23598530 905330688 190474 996147200 134512640 134550932 4294956016 18446744073709551615 104187795 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20252] ppid=20244 vsize=884112 CPUtime=0
/proc/20246/task/20252/stat : 20252 (java) S 20244 20246 20173 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23598531 905330688 190474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20253] ppid=20244 vsize=884112 CPUtime=0
/proc/20246/task/20253/stat : 20253 (java) S 20244 20246 20173 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23598531 905330688 190474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20254] ppid=20244 vsize=884112 CPUtime=0
/proc/20246/task/20254/stat : 20254 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23598537 905330688 190474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20255] ppid=20244 vsize=884112 CPUtime=0
/proc/20246/task/20255/stat : 20255 (java) S 20244 20246 20173 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23598537 905330688 190474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20256] ppid=20244 vsize=884112 CPUtime=1.34
/proc/20246/task/20256/stat : 20256 (java) S 20244 20246 20173 0 -1 64 4532 0 0 0 132 2 0 0 16 0 12 0 23598537 905330688 190474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20257] ppid=20244 vsize=884112 CPUtime=0
/proc/20246/task/20257/stat : 20257 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23598537 905330688 190474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20258] ppid=20244 vsize=884112 CPUtime=0.12
/proc/20246/task/20258/stat : 20258 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 5 7 0 0 15 0 12 0 23598537 905330688 190474 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 73.82
Current children cumulated vsize (KiB) 884112

[startup+80.4021 s]
/proc/loadavg: 3.27 2.42 2.19 6/100 25872
/proc/meminfo: memFree=1085864/2055920 swapFree=4192812/4192956
[pid=20246] ppid=20244 vsize=820108 CPUtime=76.64
/proc/20246/stat : 20246 (java) S 20244 20246 20173 0 -1 0 401137 0 1 0 7408 256 0 0 18 0 12 0 23598525 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20246/statm: 205027 174473 1423 9 0 202354 0
[pid=20246/tid=20248] ppid=20244 vsize=820108 CPUtime=6.19
/proc/20246/task/20248/stat : 20248 (java) S 20244 20246 20173 0 -1 64 35678 0 1 0 598 21 0 0 16 0 12 0 23598527 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20249] ppid=20244 vsize=820108 CPUtime=3.58
/proc/20246/task/20249/stat : 20249 (java) S 20244 20246 20173 0 -1 64 61040 0 0 0 331 27 0 0 16 0 12 0 23598529 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20250] ppid=20244 vsize=820108 CPUtime=5.08
/proc/20246/task/20250/stat : 20250 (java) S 20244 20246 20173 0 -1 64 71688 0 0 0 476 32 0 0 16 0 12 0 23598529 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20251] ppid=20244 vsize=820108 CPUtime=60.24
/proc/20246/task/20251/stat : 20251 (java) R 20244 20246 20173 0 -1 64 227445 0 0 0 5862 162 0 0 25 0 12 0 23598530 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 104187795 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20252] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20252/stat : 20252 (java) S 20244 20246 20173 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23598531 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20253] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20253/stat : 20253 (java) S 20244 20246 20173 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23598531 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20254] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20254/stat : 20254 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23598537 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20255] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20255/stat : 20255 (java) S 20244 20246 20173 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23598537 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20256] ppid=20244 vsize=820108 CPUtime=1.34
/proc/20246/task/20256/stat : 20256 (java) S 20244 20246 20173 0 -1 64 4532 0 0 0 132 2 0 0 16 0 12 0 23598537 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20257] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20257/stat : 20257 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23598537 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20258] ppid=20244 vsize=820108 CPUtime=0.14
/proc/20246/task/20258/stat : 20258 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 6 8 0 0 15 0 12 0 23598537 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 76.64
Current children cumulated vsize (KiB) 820108

[startup+82.0023 s]
/proc/loadavg: 3.27 2.42 2.19 5/100 26095
/proc/meminfo: memFree=1085736/2055920 swapFree=4192812/4192956
[pid=20246] ppid=20244 vsize=820108 CPUtime=78.15
/proc/20246/stat : 20246 (java) S 20244 20246 20173 0 -1 0 401137 0 1 0 7557 258 0 0 18 0 12 0 23598525 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20246/statm: 205027 174473 1423 9 0 202354 0
[pid=20246/tid=20248] ppid=20244 vsize=820108 CPUtime=6.19
/proc/20246/task/20248/stat : 20248 (java) S 20244 20246 20173 0 -1 64 35678 0 1 0 598 21 0 0 16 0 12 0 23598527 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20249] ppid=20244 vsize=820108 CPUtime=3.58
/proc/20246/task/20249/stat : 20249 (java) S 20244 20246 20173 0 -1 64 61040 0 0 0 331 27 0 0 16 0 12 0 23598529 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20250] ppid=20244 vsize=820108 CPUtime=5.08
/proc/20246/task/20250/stat : 20250 (java) S 20244 20246 20173 0 -1 64 71688 0 0 0 476 32 0 0 16 0 12 0 23598529 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20251] ppid=20244 vsize=820108 CPUtime=61.76
/proc/20246/task/20251/stat : 20251 (java) R 20244 20246 20173 0 -1 64 227445 0 0 0 6011 165 0 0 25 0 12 0 23598530 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20252] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20252/stat : 20252 (java) S 20244 20246 20173 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23598531 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20253] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20253/stat : 20253 (java) S 20244 20246 20173 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23598531 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20254] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20254/stat : 20254 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23598537 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20255] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20255/stat : 20255 (java) S 20244 20246 20173 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23598537 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20256] ppid=20244 vsize=820108 CPUtime=1.34
/proc/20246/task/20256/stat : 20256 (java) S 20244 20246 20173 0 -1 64 4532 0 0 0 132 2 0 0 16 0 12 0 23598537 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20257] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20257/stat : 20257 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23598537 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20258] ppid=20244 vsize=820108 CPUtime=0.14
/proc/20246/task/20258/stat : 20258 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 6 8 0 0 15 0 12 0 23598537 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.15
Current children cumulated vsize (KiB) 820108

[startup+83.618 s]
/proc/loadavg: 3.27 2.42 2.19 5/100 26145
/proc/meminfo: memFree=1084712/2055920 swapFree=4192812/4192956
[pid=20246] ppid=20244 vsize=820108 CPUtime=79.76
/proc/20246/stat : 20246 (java) S 20244 20246 20173 0 -1 0 401137 0 1 0 7718 258 0 0 18 0 12 0 23598525 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20246/statm: 205027 174473 1423 9 0 202354 0
[pid=20246/tid=20248] ppid=20244 vsize=820108 CPUtime=6.19
/proc/20246/task/20248/stat : 20248 (java) S 20244 20246 20173 0 -1 64 35678 0 1 0 598 21 0 0 16 0 12 0 23598527 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20249] ppid=20244 vsize=820108 CPUtime=3.58
/proc/20246/task/20249/stat : 20249 (java) S 20244 20246 20173 0 -1 64 61040 0 0 0 331 27 0 0 16 0 12 0 23598529 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20250] ppid=20244 vsize=820108 CPUtime=5.08
/proc/20246/task/20250/stat : 20250 (java) S 20244 20246 20173 0 -1 64 71688 0 0 0 476 32 0 0 16 0 12 0 23598529 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20251] ppid=20244 vsize=820108 CPUtime=63.37
/proc/20246/task/20251/stat : 20251 (java) R 20244 20246 20173 0 -1 64 227445 0 0 0 6172 165 0 0 25 0 12 0 23598530 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 106836623 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20252] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20252/stat : 20252 (java) S 20244 20246 20173 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23598531 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20253] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20253/stat : 20253 (java) S 20244 20246 20173 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23598531 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20254] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20254/stat : 20254 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23598537 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20255] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20255/stat : 20255 (java) S 20244 20246 20173 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23598537 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20256] ppid=20244 vsize=820108 CPUtime=1.34
/proc/20246/task/20256/stat : 20256 (java) S 20244 20246 20173 0 -1 64 4532 0 0 0 132 2 0 0 16 0 12 0 23598537 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20257] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20257/stat : 20257 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23598537 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20258] ppid=20244 vsize=820108 CPUtime=0.14
/proc/20246/task/20258/stat : 20258 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 6 8 0 0 15 0 12 0 23598537 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 79.76
Current children cumulated vsize (KiB) 820108

[startup+84.002 s]
/proc/loadavg: 3.27 2.42 2.19 5/100 26192
/proc/meminfo: memFree=1084648/2055920 swapFree=4192812/4192956
[pid=20246] ppid=20244 vsize=820108 CPUtime=80.14
/proc/20246/stat : 20246 (java) S 20244 20246 20173 0 -1 0 401137 0 1 0 7756 258 0 0 18 0 12 0 23598525 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20246/statm: 205027 174473 1423 9 0 202354 0
[pid=20246/tid=20248] ppid=20244 vsize=820108 CPUtime=6.19
/proc/20246/task/20248/stat : 20248 (java) S 20244 20246 20173 0 -1 64 35678 0 1 0 598 21 0 0 16 0 12 0 23598527 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20249] ppid=20244 vsize=820108 CPUtime=3.58
/proc/20246/task/20249/stat : 20249 (java) S 20244 20246 20173 0 -1 64 61040 0 0 0 331 27 0 0 16 0 12 0 23598529 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20250] ppid=20244 vsize=820108 CPUtime=5.08
/proc/20246/task/20250/stat : 20250 (java) S 20244 20246 20173 0 -1 64 71688 0 0 0 476 32 0 0 16 0 12 0 23598529 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20251] ppid=20244 vsize=820108 CPUtime=63.75
/proc/20246/task/20251/stat : 20251 (java) R 20244 20246 20173 0 -1 64 227445 0 0 0 6210 165 0 0 25 0 12 0 23598530 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20252] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20252/stat : 20252 (java) S 20244 20246 20173 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23598531 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20253] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20253/stat : 20253 (java) S 20244 20246 20173 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23598531 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20254] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20254/stat : 20254 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23598537 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20255] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20255/stat : 20255 (java) S 20244 20246 20173 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23598537 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20256] ppid=20244 vsize=820108 CPUtime=1.34
/proc/20246/task/20256/stat : 20256 (java) S 20244 20246 20173 0 -1 64 4532 0 0 0 132 2 0 0 16 0 12 0 23598537 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20246/tid=20257] ppid=20244 vsize=820108 CPUtime=0
/proc/20246/task/20257/stat : 20257 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 23598537 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20246/tid=20258] ppid=20244 vsize=820108 CPUtime=0.14
/proc/20246/task/20258/stat : 20258 (java) S 20244 20246 20173 0 -1 64 1 0 0 0 6 8 0 0 15 0 12 0 23598537 839790592 174473 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 80.14
Current children cumulated vsize (KiB) 820108

[startup+84.4015 s]
/proc/loadavg: 3.27 2.42 2.19 5/100 26192
/proc/meminfo: memFree=1084648/2055920 swapFree=4192812/4192956
[pid=20246] ppid=20244 vsize=0 CPUtime=80.49
/proc/20246/stat : 20246 (java) Z 20244 20246 20173 0 -1 12 401154 0 1 0 7783 266 0 0 16 0 2 0 23598525 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20246/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 80.49
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 84.4286
CPU time (s): 80.5298
CPU user time (s): 77.8362
CPU system time (s): 2.69359
CPU usage (%): 95.3821
Max. virtual memory (cumulated for all children) (KiB): 916116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.8362
system time used= 2.69359
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 401154
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= 2582
involuntary context switches= 4483

runsolver used 0.270958 second user time and 0.508922 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-12 04:21:59
IDJOB=2077609
IDBENCH=56636
IDSOLVER=731
FILE ID=node28/2077609-1247365319
PBS_JOBID= 9507099
Free space on /tmp= 66092 MiB

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

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

MD5SUM BENCH= f8b76df19674acf2fa7b798307536a24
RANDOM SEED=339326324

node28.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.230
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.230
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:       1790976 kB
Buffers:         13928 kB
Cached:         144308 kB
SwapCached:          0 kB
Active:         161832 kB
Inactive:        51156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2196 kB
Writeback:           0 kB
Mapped:          67412 kB
Slab:            36960 kB
Committed_AS:   203728 kB
PageTables:       1940 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66092 MiB
End job on node28 at 2009-07-12 04:23:24