Trace number 2070261

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? 82.3825 80.5558

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg14-16_ext.xml
MD5SUM46d659a38f4ee95352527cc9eba8e224
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.024995
Satisfiable
(Un)Satisfiability was proved
Number of variables224
Number of constraints30
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension30
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 671000808
0.08/0.16	c Max memory 672137216
0.08/0.16	c Total memory 672137216
0.08/0.16	c Number of processors 2
0.19/0.24	c c --- Begin Solver configuration ---
0.19/0.24	c Stops conflict analysis at the first Unique Implication Point
0.19/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.24	c Learn all clauses as in MiniSAT
0.19/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.24	c Expensive reason simplification
0.19/0.24	c MiniSAT restarts strategy
0.19/0.24	c Memory based learned constraints deletion strategy
0.19/0.24	c timeout=2147483s
0.19/0.24	c DB Simplification allowed=false
0.19/0.24	c --- End Solver configuration ---
0.19/0.24	c solving HOME/instance-2070261-1247351275.xml
0.19/0.24	c reading problem ... 
0.38/0.49	c reading problem named null
0.38/0.49	c reading domains done.
0.48/0.50	c reading variables done.
0.68/0.74	c reading relations done.
1.08/1.17	c reading constraints
76.58/74.75	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
76.58/74.75		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
76.58/74.75		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
76.58/74.75		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
76.58/74.75		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
76.58/74.75		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
76.58/74.75		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
76.58/74.75		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
76.58/74.75		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
76.58/74.75		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
76.58/74.75		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
76.58/74.75		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
76.58/74.75		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
76.58/74.75		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
76.58/74.75		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
76.58/74.75		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
76.58/74.75		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
76.58/74.75		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
76.58/74.75		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
76.58/74.75		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
76.58/74.75		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
76.58/74.75		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
76.58/74.75		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
76.58/74.75		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
76.58/74.75		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
76.58/74.75		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
76.58/74.75		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
76.58/74.75		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
76.58/74.75		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
76.58/74.75		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
76.58/74.75		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
76.58/74.75		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
76.58/74.75		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
82.05/80.22	c starts		: 0
82.05/80.22	c conflicts		: 0
82.05/80.22	c decisions		: 0
82.05/80.22	c propagations		: 0
82.05/80.22	c inspects		: 0
82.05/80.22	c learnt literals	: 0
82.05/80.22	c learnt binary clauses	: 0
82.05/80.22	c learnt ternary clauses	: 0
82.05/80.22	c learnt clauses	: 0
82.05/80.22	c ignored clauses	: 0
82.05/80.22	c root simplifications	: 0
82.05/80.22	c removed literals (reason simplification)	: 0
82.05/80.22	c reason swapping (by a shorter reason)	: 0
82.05/80.22	c Calls to reduceDB	: 0
82.05/80.22	c speed (assignments/second)	: 0.0
82.05/80.22	c non guided choices	0
82.05/80.22	c learnt constraints type 
82.05/80.22	c constraints type 
82.05/80.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5770293
82.05/80.22	c org.sat4j.minisat.constraints.card.AtLeast => 224
82.05/80.22	s UNKNOWN
82.05/80.22	c Total wall clock time (in seconds) : 74.51

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-2070261-1247351275/watcher-2070261-1247351275 -o /tmp/evaluation-result-2070261-1247351275/solver-2070261-1247351275 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2070261-1247351275.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 2.01 2.14 4/83 19265
/proc/meminfo: memFree=1776392/2055912 swapFree=4192812/4192956
[pid=19265] ppid=19263 vsize=18576 CPUtime=0
/proc/19265/stat : 19265 (runsolver) R 19263 19265 18309 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 22192050 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 255372881191 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/19265/statm: 4644 284 249 26 0 2626 0

[startup+0.043216 s]
/proc/loadavg: 1.92 2.01 2.14 4/83 19265
/proc/meminfo: memFree=1776392/2055912 swapFree=4192812/4192956
[pid=19265] ppid=19263 vsize=801384 CPUtime=0.02
/proc/19265/stat : 19265 (java) S 19263 19265 18309 0 -1 0 2474 0 1 0 1 1 0 0 18 0 5 0 22192050 820617216 2221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/19265/statm: 200346 2221 965 9 0 197697 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801384

[startup+0.10194 s]
/proc/loadavg: 1.92 2.01 2.14 4/83 19265
/proc/meminfo: memFree=1776392/2055912 swapFree=4192812/4192956
[pid=19265] ppid=19263 vsize=804560 CPUtime=0.08
/proc/19265/stat : 19265 (java) S 19263 19265 18309 0 -1 0 3010 0 1 0 6 2 0 0 18 0 12 0 22192050 823869440 2753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19265/statm: 201140 2753 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301961 s]
/proc/loadavg: 1.92 2.01 2.14 4/83 19265
/proc/meminfo: memFree=1776392/2055912 swapFree=4192812/4192956
[pid=19265] ppid=19263 vsize=805628 CPUtime=0.28
/proc/19265/stat : 19265 (java) S 19263 19265 18309 0 -1 0 4308 0 1 0 25 3 0 0 18 0 12 0 22192050 824963072 4045 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19265/statm: 201407 4045 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.703005 s]
/proc/loadavg: 1.92 2.01 2.14 4/83 19265
/proc/meminfo: memFree=1776392/2055912 swapFree=4192812/4192956
[pid=19265] ppid=19263 vsize=807320 CPUtime=0.68
/proc/19265/stat : 19265 (java) S 19263 19265 18309 0 -1 0 6140 0 1 0 64 4 0 0 18 0 12 0 22192050 826695680 5166 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19265/statm: 201830 5166 1385 9 0 199157 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807320

[startup+1.50209 s]
/proc/loadavg: 1.92 2.01 2.14 4/95 19277
/proc/meminfo: memFree=1759592/2055912 swapFree=4192812/4192956
[pid=19265] ppid=19263 vsize=808976 CPUtime=1.47
/proc/19265/stat : 19265 (java) S 19263 19265 18309 0 -1 0 8278 0 1 0 142 5 0 0 18 0 12 0 22192050 828391424 6368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19265/statm: 202244 6368 1411 9 0 199571 0
[pid=19265/tid=19267] ppid=19263 vsize=808976 CPUtime=0.62
/proc/19265/task/19267/stat : 19267 (java) R 19263 19265 18309 0 -1 64 4491 0 1 0 58 4 0 0 25 0 12 0 22192052 828391424 6368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19268] ppid=19263 vsize=808976 CPUtime=0
/proc/19265/task/19268/stat : 19268 (java) S 19263 19265 18309 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 22192053 828391424 6368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19269] ppid=19263 vsize=808976 CPUtime=0
/proc/19265/task/19269/stat : 19269 (java) S 19263 19265 18309 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 22192053 828391424 6368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19270] ppid=19263 vsize=808976 CPUtime=0
/proc/19265/task/19270/stat : 19270 (java) S 19263 19265 18309 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22192054 828391424 6368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19271] ppid=19263 vsize=808976 CPUtime=0
/proc/19265/task/19271/stat : 19271 (java) S 19263 19265 18309 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 22192055 828391424 6368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19272] ppid=19263 vsize=808976 CPUtime=0
/proc/19265/task/19272/stat : 19272 (java) S 19263 19265 18309 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 22192055 828391424 6368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19273] ppid=19263 vsize=808976 CPUtime=0
/proc/19265/task/19273/stat : 19273 (java) S 19263 19265 18309 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22192059 828391424 6368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19274] ppid=19263 vsize=808976 CPUtime=0
/proc/19265/task/19274/stat : 19274 (java) S 19263 19265 18309 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22192059 828391424 6368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19275] ppid=19263 vsize=808976 CPUtime=0.84
/proc/19265/task/19275/stat : 19275 (java) R 19263 19265 18309 0 -1 64 3033 0 0 0 84 0 0 0 17 0 12 0 22192060 828391424 6368 996147200 134512640 134550932 4294956016 18446744073709551615 106011337 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19276] ppid=19263 vsize=808976 CPUtime=0
/proc/19265/task/19276/stat : 19276 (java) S 19263 19265 18309 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22192060 828391424 6368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19277] ppid=19263 vsize=808976 CPUtime=0
/proc/19265/task/19277/stat : 19277 (java) S 19263 19265 18309 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22192060 828391424 6368 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808976

[startup+3.10125 s]
/proc/loadavg: 2.01 2.03 2.14 3/95 19277
/proc/meminfo: memFree=1715880/2055912 swapFree=4192812/4192956
[pid=19265] ppid=19263 vsize=808976 CPUtime=3.06
/proc/19265/stat : 19265 (java) S 19263 19265 18309 0 -1 0 31231 0 1 0 291 15 0 0 18 0 12 0 22192050 828391424 29319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19265/statm: 202244 29319 1420 9 0 199571 0
[pid=19265/tid=19267] ppid=19263 vsize=808976 CPUtime=1.9
/proc/19265/task/19267/stat : 19267 (java) R 19263 19265 18309 0 -1 64 16904 0 1 0 181 9 0 0 25 0 12 0 22192052 828391424 29319 996147200 134512640 134550932 4294956016 18446744073709551615 4109498841 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19268] ppid=19263 vsize=808976 CPUtime=0.11
/proc/19265/task/19268/stat : 19268 (java) S 19263 19265 18309 0 -1 64 5378 0 0 0 10 1 0 0 18 0 12 0 22192053 828391424 29319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19269] ppid=19263 vsize=808976 CPUtime=0.13
/proc/19265/task/19269/stat : 19269 (java) S 19263 19265 18309 0 -1 64 5155 0 0 0 11 2 0 0 18 0 12 0 22192053 828391424 29319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19270] ppid=19263 vsize=808976 CPUtime=0
/proc/19265/task/19270/stat : 19270 (java) S 19263 19265 18309 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22192054 828391424 29319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19271] ppid=19263 vsize=808976 CPUtime=0
/proc/19265/task/19271/stat : 19271 (java) S 19263 19265 18309 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22192055 828391424 29319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19272] ppid=19263 vsize=808976 CPUtime=0
/proc/19265/task/19272/stat : 19272 (java) S 19263 19265 18309 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22192055 828391424 29319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19273] ppid=19263 vsize=808976 CPUtime=0
/proc/19265/task/19273/stat : 19273 (java) S 19263 19265 18309 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22192059 828391424 29319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19274] ppid=19263 vsize=808976 CPUtime=0
/proc/19265/task/19274/stat : 19274 (java) S 19263 19265 18309 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22192059 828391424 29319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19275] ppid=19263 vsize=808976 CPUtime=0.86
/proc/19265/task/19275/stat : 19275 (java) S 19263 19265 18309 0 -1 64 3034 0 0 0 86 0 0 0 16 0 12 0 22192060 828391424 29319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19276] ppid=19263 vsize=808976 CPUtime=0
/proc/19265/task/19276/stat : 19276 (java) S 19263 19265 18309 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22192060 828391424 29319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19277] ppid=19263 vsize=808976 CPUtime=0
/proc/19265/task/19277/stat : 19277 (java) S 19263 19265 18309 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22192060 828391424 29319 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 808976

[startup+6.3026 s]
/proc/loadavg: 2.01 2.03 2.14 3/95 19277
/proc/meminfo: memFree=1561960/2055912 swapFree=4192812/4192956
[pid=19265] ppid=19263 vsize=811476 CPUtime=6.48
/proc/19265/stat : 19265 (java) S 19263 19265 18309 0 -1 0 74844 0 1 0 615 33 0 0 18 0 12 0 22192050 830951424 71651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19265/statm: 202869 71651 1420 9 0 200196 0
[pid=19265/tid=19267] ppid=19263 vsize=811476 CPUtime=3.81
/proc/19265/task/19267/stat : 19267 (java) R 19263 19265 18309 0 -1 64 16909 0 1 0 372 9 0 0 19 0 12 0 22192052 830951424 71651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19268] ppid=19263 vsize=811476 CPUtime=0.85
/proc/19265/task/19268/stat : 19268 (java) R 19263 19265 18309 0 -1 64 21140 0 0 0 77 8 0 0 16 0 12 0 22192053 830951424 71651 996147200 134512640 134550932 4294956016 18446744073709551615 103111766 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19269] ppid=19263 vsize=811476 CPUtime=0.9
/proc/19265/task/19269/stat : 19269 (java) R 19263 19265 18309 0 -1 64 33001 0 0 0 77 13 0 0 17 0 12 0 22192053 830951424 71651 996147200 134512640 134550932 4294956016 18446744073709551615 104188397 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19270] ppid=19263 vsize=811476 CPUtime=0
/proc/19265/task/19270/stat : 19270 (java) S 19263 19265 18309 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22192054 830951424 71651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19271] ppid=19263 vsize=811476 CPUtime=0
/proc/19265/task/19271/stat : 19271 (java) S 19263 19265 18309 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22192055 830951424 71651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19272] ppid=19263 vsize=811476 CPUtime=0
/proc/19265/task/19272/stat : 19272 (java) S 19263 19265 18309 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22192055 830951424 71651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19273] ppid=19263 vsize=811476 CPUtime=0
/proc/19265/task/19273/stat : 19273 (java) S 19263 19265 18309 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22192059 830951424 71651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19274] ppid=19263 vsize=811476 CPUtime=0
/proc/19265/task/19274/stat : 19274 (java) S 19263 19265 18309 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22192059 830951424 71651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19275] ppid=19263 vsize=811476 CPUtime=0.86
/proc/19265/task/19275/stat : 19275 (java) S 19263 19265 18309 0 -1 64 3034 0 0 0 86 0 0 0 16 0 12 0 22192060 830951424 71651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19276] ppid=19263 vsize=811476 CPUtime=0
/proc/19265/task/19276/stat : 19276 (java) S 19263 19265 18309 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22192060 830951424 71651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19277] ppid=19263 vsize=811476 CPUtime=0
/proc/19265/task/19277/stat : 19277 (java) S 19263 19265 18309 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22192060 830951424 71651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.48
Current children cumulated vsize (KiB) 811476

[startup+12.7013 s]
/proc/loadavg: 2.31 2.09 2.16 5/95 19277
/proc/meminfo: memFree=1247592/2055912 swapFree=4192812/4192956
[pid=19265] ppid=19263 vsize=814040 CPUtime=14.5
/proc/19265/stat : 19265 (java) S 19263 19265 18309 0 -1 0 146895 0 1 0 1385 65 0 0 18 0 12 0 22192050 833576960 137575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19265/statm: 203510 137575 1420 9 0 200837 0
[pid=19265/tid=19267] ppid=19263 vsize=814040 CPUtime=7.23
/proc/19265/task/19267/stat : 19267 (java) R 19263 19265 18309 0 -1 64 35350 0 1 0 706 17 0 0 25 0 12 0 22192052 833576960 137575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19268] ppid=19263 vsize=814040 CPUtime=2.97
/proc/19265/task/19268/stat : 19268 (java) R 19263 19265 18309 0 -1 64 46982 0 0 0 278 19 0 0 16 0 12 0 22192053 833576960 137575 996147200 134512640 134550932 4294956016 18446744073709551615 105886435 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19269] ppid=19263 vsize=814040 CPUtime=3.39
/proc/19265/task/19269/stat : 19269 (java) R 19263 19265 18309 0 -1 64 60769 0 0 0 313 26 0 0 16 0 12 0 22192053 833576960 137575 996147200 134512640 134550932 4294956016 18446744073709551615 105886435 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19270] ppid=19263 vsize=814040 CPUtime=0
/proc/19265/task/19270/stat : 19270 (java) S 19263 19265 18309 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22192054 833576960 137575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19271] ppid=19263 vsize=814040 CPUtime=0
/proc/19265/task/19271/stat : 19271 (java) S 19263 19265 18309 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22192055 833576960 137575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19272] ppid=19263 vsize=814040 CPUtime=0
/proc/19265/task/19272/stat : 19272 (java) S 19263 19265 18309 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22192055 833576960 137575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19273] ppid=19263 vsize=814040 CPUtime=0
/proc/19265/task/19273/stat : 19273 (java) S 19263 19265 18309 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22192059 833576960 137575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19274] ppid=19263 vsize=814040 CPUtime=0
/proc/19265/task/19274/stat : 19274 (java) S 19263 19265 18309 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22192059 833576960 137575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19275] ppid=19263 vsize=814040 CPUtime=0.86
/proc/19265/task/19275/stat : 19275 (java) S 19263 19265 18309 0 -1 64 3034 0 0 0 86 0 0 0 16 0 12 0 22192060 833576960 137575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19276] ppid=19263 vsize=814040 CPUtime=0
/proc/19265/task/19276/stat : 19276 (java) S 19263 19265 18309 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22192060 833576960 137575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19277] ppid=19263 vsize=814040 CPUtime=0
/proc/19265/task/19277/stat : 19277 (java) S 19263 19265 18309 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22192060 833576960 137575 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.5
Current children cumulated vsize (KiB) 814040

[startup+25.5025 s]
/proc/loadavg: 2.27 2.09 2.16 3/95 19277
/proc/meminfo: memFree=1065896/2055912 swapFree=4192812/4192956
[pid=19265] ppid=19263 vsize=846044 CPUtime=27.63
/proc/19265/stat : 19265 (java) S 19263 19265 18309 0 -1 0 246409 0 1 0 2657 106 0 0 18 0 12 0 22192050 866349056 180644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19265/statm: 211511 180644 1422 9 0 208838 0
[pid=19265/tid=19267] ppid=19263 vsize=846044 CPUtime=9.98
/proc/19265/task/19267/stat : 19267 (java) S 19263 19265 18309 0 -1 64 35357 0 1 0 981 17 0 0 19 0 12 0 22192052 866349056 180644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19268] ppid=19263 vsize=846044 CPUtime=3.68
/proc/19265/task/19268/stat : 19268 (java) S 19263 19265 18309 0 -1 64 54418 0 0 0 346 22 0 0 16 0 12 0 22192053 866349056 180644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19269] ppid=19263 vsize=846044 CPUtime=5.17
/proc/19265/task/19269/stat : 19269 (java) S 19263 19265 18309 0 -1 64 82375 0 0 0 482 35 0 0 18 0 12 0 22192053 866349056 180644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19270] ppid=19263 vsize=846044 CPUtime=7.89
/proc/19265/task/19270/stat : 19270 (java) R 19263 19265 18309 0 -1 64 70472 0 0 0 760 29 0 0 25 0 12 0 22192054 866349056 180644 996147200 134512640 134550932 4294956016 18446744073709551615 104177858 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19271] ppid=19263 vsize=846044 CPUtime=0
/proc/19265/task/19271/stat : 19271 (java) S 19263 19265 18309 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22192055 866349056 180644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19272] ppid=19263 vsize=846044 CPUtime=0
/proc/19265/task/19272/stat : 19272 (java) S 19263 19265 18309 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22192055 866349056 180644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19273] ppid=19263 vsize=846044 CPUtime=0
/proc/19265/task/19273/stat : 19273 (java) S 19263 19265 18309 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22192059 866349056 180644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19274] ppid=19263 vsize=846044 CPUtime=0

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


[startup+70.3023 s]
/proc/loadavg: 2.12 2.08 2.15 3/87 19279
/proc/meminfo: memFree=1065896/2055912 swapFree=4192812/4192956
[pid=19265] ppid=19263 vsize=846044 CPUtime=72.2
/proc/19265/stat : 19265 (java) S 19263 19265 18309 0 -1 0 510008 0 1 0 6995 225 0 0 18 0 12 0 22192050 866349056 180644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19265/statm: 211511 180644 1421 9 0 208838 0
[pid=19265/tid=19267] ppid=19263 vsize=846044 CPUtime=10.41
/proc/19265/task/19267/stat : 19267 (java) S 19263 19265 18309 0 -1 64 35371 0 1 0 1024 17 0 0 17 0 12 0 22192052 866349056 180644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19268] ppid=19263 vsize=846044 CPUtime=3.68
/proc/19265/task/19268/stat : 19268 (java) S 19263 19265 18309 0 -1 64 54418 0 0 0 346 22 0 0 16 0 12 0 22192053 866349056 180644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19269] ppid=19263 vsize=846044 CPUtime=5.17
/proc/19265/task/19269/stat : 19269 (java) S 19263 19265 18309 0 -1 64 82375 0 0 0 482 35 0 0 18 0 12 0 22192053 866349056 180644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19270] ppid=19263 vsize=846044 CPUtime=52.04
/proc/19265/task/19270/stat : 19270 (java) R 19263 19265 18309 0 -1 64 334057 0 0 0 5055 149 0 0 25 0 12 0 22192054 866349056 180644 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19271] ppid=19263 vsize=846044 CPUtime=0
/proc/19265/task/19271/stat : 19271 (java) S 19263 19265 18309 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22192055 866349056 180644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19272] ppid=19263 vsize=846044 CPUtime=0
/proc/19265/task/19272/stat : 19272 (java) S 19263 19265 18309 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22192055 866349056 180644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19273] ppid=19263 vsize=846044 CPUtime=0
/proc/19265/task/19273/stat : 19273 (java) S 19263 19265 18309 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22192059 866349056 180644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19274] ppid=19263 vsize=846044 CPUtime=0
/proc/19265/task/19274/stat : 19274 (java) S 19263 19265 18309 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22192059 866349056 180644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19275] ppid=19263 vsize=846044 CPUtime=0.86
/proc/19265/task/19275/stat : 19275 (java) S 19263 19265 18309 0 -1 64 3034 0 0 0 86 0 0 0 16 0 12 0 22192060 866349056 180644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19276] ppid=19263 vsize=846044 CPUtime=0
/proc/19265/task/19276/stat : 19276 (java) S 19263 19265 18309 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22192060 866349056 180644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19277] ppid=19263 vsize=846044 CPUtime=0
/proc/19265/task/19277/stat : 19277 (java) S 19263 19265 18309 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22192060 866349056 180644 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 72.2
Current children cumulated vsize (KiB) 846044

[startup+76.703 s]
/proc/loadavg: 2.11 2.08 2.15 3/88 19280
/proc/meminfo: memFree=1054176/2055912 swapFree=4192812/4192956
[pid=19265] ppid=19263 vsize=846368 CPUtime=78.57
/proc/19265/stat : 19265 (java) S 19263 19265 18309 0 -1 0 541026 0 1 0 7618 239 0 0 18 0 13 0 22192050 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19265/statm: 211592 180651 1421 9 0 208919 0
[pid=19265/tid=19267] ppid=19263 vsize=846368 CPUtime=10.41
/proc/19265/task/19267/stat : 19267 (java) S 19263 19265 18309 0 -1 64 35375 0 1 0 1024 17 0 0 18 0 13 0 22192052 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19268] ppid=19263 vsize=846368 CPUtime=3.68
/proc/19265/task/19268/stat : 19268 (java) S 19263 19265 18309 0 -1 64 54418 0 0 0 346 22 0 0 16 0 13 0 22192053 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19269] ppid=19263 vsize=846368 CPUtime=5.17
/proc/19265/task/19269/stat : 19269 (java) S 19263 19265 18309 0 -1 64 82375 0 0 0 482 35 0 0 18 0 13 0 22192053 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19270] ppid=19263 vsize=846368 CPUtime=58.39
/proc/19265/task/19270/stat : 19270 (java) R 19263 19265 18309 0 -1 64 365067 0 0 0 5677 162 0 0 25 0 13 0 22192054 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 105886118 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19271] ppid=19263 vsize=846368 CPUtime=0
/proc/19265/task/19271/stat : 19271 (java) S 19263 19265 18309 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22192055 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19272] ppid=19263 vsize=846368 CPUtime=0
/proc/19265/task/19272/stat : 19272 (java) S 19263 19265 18309 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22192055 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19273] ppid=19263 vsize=846368 CPUtime=0
/proc/19265/task/19273/stat : 19273 (java) S 19263 19265 18309 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22192059 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19274] ppid=19263 vsize=846368 CPUtime=0
/proc/19265/task/19274/stat : 19274 (java) S 19263 19265 18309 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22192059 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19275] ppid=19263 vsize=846368 CPUtime=0.86
/proc/19265/task/19275/stat : 19275 (java) S 19263 19265 18309 0 -1 64 3034 0 0 0 86 0 0 0 16 0 13 0 22192060 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19276] ppid=19263 vsize=846368 CPUtime=0
/proc/19265/task/19276/stat : 19276 (java) S 19263 19265 18309 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22192060 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19277] ppid=19263 vsize=846368 CPUtime=0
/proc/19265/task/19277/stat : 19277 (java) S 19263 19265 18309 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22192060 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19280] ppid=19263 vsize=846368 CPUtime=0
/proc/19265/task/19280/stat : 19280 (java) S 19263 19265 18309 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 22199526 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.57
Current children cumulated vsize (KiB) 846368

[startup+78.3021 s]
/proc/loadavg: 2.10 2.07 2.15 3/88 19280
/proc/meminfo: memFree=1049568/2055912 swapFree=4192812/4192956
[pid=19265] ppid=19263 vsize=846368 CPUtime=80.15
/proc/19265/stat : 19265 (java) S 19263 19265 18309 0 -1 0 556531 0 1 0 7769 246 0 0 18 0 13 0 22192050 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19265/statm: 211592 180651 1421 9 0 208919 0
[pid=19265/tid=19267] ppid=19263 vsize=846368 CPUtime=10.41
/proc/19265/task/19267/stat : 19267 (java) S 19263 19265 18309 0 -1 64 35375 0 1 0 1024 17 0 0 18 0 13 0 22192052 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19268] ppid=19263 vsize=846368 CPUtime=3.68
/proc/19265/task/19268/stat : 19268 (java) S 19263 19265 18309 0 -1 64 54418 0 0 0 346 22 0 0 16 0 13 0 22192053 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19269] ppid=19263 vsize=846368 CPUtime=5.17
/proc/19265/task/19269/stat : 19269 (java) S 19263 19265 18309 0 -1 64 82375 0 0 0 482 35 0 0 18 0 13 0 22192053 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19270] ppid=19263 vsize=846368 CPUtime=59.97
/proc/19265/task/19270/stat : 19270 (java) R 19263 19265 18309 0 -1 64 380572 0 0 0 5828 169 0 0 25 0 13 0 22192054 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19271] ppid=19263 vsize=846368 CPUtime=0
/proc/19265/task/19271/stat : 19271 (java) S 19263 19265 18309 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22192055 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19272] ppid=19263 vsize=846368 CPUtime=0
/proc/19265/task/19272/stat : 19272 (java) S 19263 19265 18309 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22192055 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19273] ppid=19263 vsize=846368 CPUtime=0
/proc/19265/task/19273/stat : 19273 (java) S 19263 19265 18309 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22192059 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19274] ppid=19263 vsize=846368 CPUtime=0
/proc/19265/task/19274/stat : 19274 (java) S 19263 19265 18309 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22192059 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19275] ppid=19263 vsize=846368 CPUtime=0.86
/proc/19265/task/19275/stat : 19275 (java) S 19263 19265 18309 0 -1 64 3034 0 0 0 86 0 0 0 16 0 13 0 22192060 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19276] ppid=19263 vsize=846368 CPUtime=0
/proc/19265/task/19276/stat : 19276 (java) S 19263 19265 18309 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22192060 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19277] ppid=19263 vsize=846368 CPUtime=0
/proc/19265/task/19277/stat : 19277 (java) S 19263 19265 18309 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22192060 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19280] ppid=19263 vsize=846368 CPUtime=0
/proc/19265/task/19280/stat : 19280 (java) S 19263 19265 18309 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 22199526 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 80.15
Current children cumulated vsize (KiB) 846368

[startup+79.9023 s]
/proc/loadavg: 2.10 2.07 2.15 3/88 19280
/proc/meminfo: memFree=1047328/2055912 swapFree=4192812/4192956
[pid=19265] ppid=19263 vsize=846368 CPUtime=81.75
/proc/19265/stat : 19265 (java) S 19263 19265 18309 0 -1 0 556531 0 1 0 7929 246 0 0 18 0 13 0 22192050 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19265/statm: 211592 180651 1421 9 0 208919 0
[pid=19265/tid=19267] ppid=19263 vsize=846368 CPUtime=10.41
/proc/19265/task/19267/stat : 19267 (java) S 19263 19265 18309 0 -1 64 35375 0 1 0 1024 17 0 0 18 0 13 0 22192052 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19268] ppid=19263 vsize=846368 CPUtime=3.68
/proc/19265/task/19268/stat : 19268 (java) S 19263 19265 18309 0 -1 64 54418 0 0 0 346 22 0 0 16 0 13 0 22192053 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19269] ppid=19263 vsize=846368 CPUtime=5.17
/proc/19265/task/19269/stat : 19269 (java) S 19263 19265 18309 0 -1 64 82375 0 0 0 482 35 0 0 18 0 13 0 22192053 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19270] ppid=19263 vsize=846368 CPUtime=61.57
/proc/19265/task/19270/stat : 19270 (java) R 19263 19265 18309 0 -1 64 380572 0 0 0 5988 169 0 0 25 0 13 0 22192054 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19271] ppid=19263 vsize=846368 CPUtime=0
/proc/19265/task/19271/stat : 19271 (java) S 19263 19265 18309 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22192055 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19272] ppid=19263 vsize=846368 CPUtime=0
/proc/19265/task/19272/stat : 19272 (java) S 19263 19265 18309 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22192055 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19273] ppid=19263 vsize=846368 CPUtime=0
/proc/19265/task/19273/stat : 19273 (java) S 19263 19265 18309 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 22192059 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19274] ppid=19263 vsize=846368 CPUtime=0
/proc/19265/task/19274/stat : 19274 (java) S 19263 19265 18309 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 22192059 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19275] ppid=19263 vsize=846368 CPUtime=0.86
/proc/19265/task/19275/stat : 19275 (java) S 19263 19265 18309 0 -1 64 3034 0 0 0 86 0 0 0 16 0 13 0 22192060 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19276] ppid=19263 vsize=846368 CPUtime=0
/proc/19265/task/19276/stat : 19276 (java) S 19263 19265 18309 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 22192060 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19277] ppid=19263 vsize=846368 CPUtime=0
/proc/19265/task/19277/stat : 19277 (java) S 19263 19265 18309 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 22192060 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19280] ppid=19263 vsize=846368 CPUtime=0
/proc/19265/task/19280/stat : 19280 (java) S 19263 19265 18309 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 22199526 866680832 180651 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 81.75
Current children cumulated vsize (KiB) 846368

[startup+80.3074 s]
/proc/loadavg: 2.10 2.07 2.15 3/88 19280
/proc/meminfo: memFree=1045088/2055912 swapFree=4192812/4192956
[pid=19265] ppid=19263 vsize=814364 CPUtime=82.15
/proc/19265/stat : 19265 (java) S 19263 19265 18309 0 -1 0 556535 0 1 0 7968 247 0 0 18 0 12 0 22192050 833908736 172653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19265/statm: 203591 172653 1422 9 0 200918 0
[pid=19265/tid=19267] ppid=19263 vsize=814364 CPUtime=10.41
/proc/19265/task/19267/stat : 19267 (java) S 19263 19265 18309 0 -1 64 35375 0 1 0 1024 17 0 0 16 0 12 0 22192052 833908736 172653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19268] ppid=19263 vsize=814364 CPUtime=3.68
/proc/19265/task/19268/stat : 19268 (java) S 19263 19265 18309 0 -1 64 54418 0 0 0 346 22 0 0 16 0 12 0 22192053 833908736 172653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19269] ppid=19263 vsize=814364 CPUtime=5.17
/proc/19265/task/19269/stat : 19269 (java) S 19263 19265 18309 0 -1 64 82375 0 0 0 482 35 0 0 18 0 12 0 22192053 833908736 172653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19270] ppid=19263 vsize=814364 CPUtime=61.97
/proc/19265/task/19270/stat : 19270 (java) R 19263 19265 18309 0 -1 64 380572 0 0 0 6027 170 0 0 25 0 12 0 22192054 833908736 172653 996147200 134512640 134550932 4294956016 18446744073709551615 106158102 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19271] ppid=19263 vsize=814364 CPUtime=0
/proc/19265/task/19271/stat : 19271 (java) S 19263 19265 18309 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22192055 833908736 172653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19272] ppid=19263 vsize=814364 CPUtime=0
/proc/19265/task/19272/stat : 19272 (java) S 19263 19265 18309 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22192055 833908736 172653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19265/tid=19273] ppid=19263 vsize=814364 CPUtime=0
/proc/19265/task/19273/stat : 19273 (java) S 19263 19265 18309 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22192059 833908736 172653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19274] ppid=19263 vsize=814364 CPUtime=0
/proc/19265/task/19274/stat : 19274 (java) S 19263 19265 18309 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22192059 833908736 172653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19275] ppid=19263 vsize=814364 CPUtime=0.86
/proc/19265/task/19275/stat : 19275 (java) S 19263 19265 18309 0 -1 64 3034 0 0 0 86 0 0 0 16 0 12 0 22192060 833908736 172653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19276] ppid=19263 vsize=814364 CPUtime=0
/proc/19265/task/19276/stat : 19276 (java) S 19263 19265 18309 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22192060 833908736 172653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19265/tid=19277] ppid=19263 vsize=814364 CPUtime=0
/proc/19265/task/19277/stat : 19277 (java) S 19263 19265 18309 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22192060 833908736 172653 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 82.15
Current children cumulated vsize (KiB) 814364

[startup+80.5027 s]
/proc/loadavg: 2.10 2.07 2.15 3/88 19280
/proc/meminfo: memFree=1045088/2055912 swapFree=4192812/4192956
[pid=19265] ppid=19263 vsize=0 CPUtime=82.32
/proc/19265/stat : 19265 (java) Z 19263 19265 18309 0 -1 12 556541 0 1 0 7981 251 0 0 16 0 2 0 22192050 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19265/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 82.32
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 80.5558
CPU time (s): 82.3825
CPU user time (s): 79.8119
CPU system time (s): 2.57061
CPU usage (%): 102.268
Max. virtual memory (cumulated for all children) (KiB): 862372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.8119
system time used= 2.57061
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 556541
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= 2337
involuntary context switches= 3219

runsolver used 0.095985 second user time and 0.291955 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-12 00:27:55
IDJOB=2070261
IDBENCH=55161
IDSOLVER=731
FILE ID=node78/2070261-1247351275
PBS_JOBID= 9506875
Free space on /tmp= 126764 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg14-16_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2070261-1247351275/watcher-2070261-1247351275 -o /tmp/evaluation-result-2070261-1247351275/solver-2070261-1247351275 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2070261-1247351275.xml

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

MD5SUM BENCH= 46d659a38f4ee95352527cc9eba8e224
RANDOM SEED=1265700938

node78.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.232
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.232
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:      2055912 kB
MemFree:       1776872 kB
Buffers:         29072 kB
Cached:         101964 kB
SwapCached:          0 kB
Active:         189240 kB
Inactive:        40272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1776872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           18376 kB
Writeback:           0 kB
Mapped:         119744 kB
Slab:            34348 kB
Committed_AS:   268940 kB
PageTables:       2124 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= 126736 MiB
End job on node78 at 2009-07-12 00:29:16