Trace number 2069931

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? 85.8599 85.5368

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg5-6_ext.xml
MD5SUMc5a96639c65cb973e719a8b413a87234
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.559914
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints11
Maximum constraint arity6
Maximum domain size26
Number of constraints which are defined in extension11
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.16	c version 2.1.1.v20090622
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	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.17/0.25	c c --- Begin Solver configuration ---
0.17/0.25	c Stops conflict analysis at the first Unique Implication Point
0.17/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@f0eed6
0.17/0.25	c Learn all clauses as in MiniSAT
0.17/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.17/0.25	c Expensive reason simplification
0.17/0.25	c MiniSAT restarts strategy
0.17/0.25	c Memory based learned constraints deletion strategy
0.17/0.25	c timeout=2147483s
0.17/0.25	c DB Simplification allowed=false
0.17/0.25	c --- End Solver configuration ---
0.17/0.25	c solving HOME/instance-2069931-1247350912.xml
0.17/0.25	c reading problem ... 
0.37/0.48	c reading problem named null
0.37/0.48	c reading domains done.
0.37/0.49	c reading variables done.
0.48/0.51	c reading relations done.
1.37/1.43	c reading constraints
85.65/85.38	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
85.65/85.38		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
85.65/85.38		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
85.65/85.38		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
85.65/85.38		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
85.65/85.38		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
85.65/85.38		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
85.65/85.38		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
85.65/85.38		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
85.65/85.39		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
85.65/85.39		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
85.65/85.39		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
85.65/85.39		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
85.65/85.39		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
85.65/85.39		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
85.65/85.39		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
85.65/85.39		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
85.65/85.39		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
85.65/85.39		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
85.65/85.39		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
85.65/85.39		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
85.65/85.39		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
85.65/85.39		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
85.65/85.39		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
85.65/85.39		at org.sat4j.AbstractLauncher.run(Unknown Source)
85.65/85.39		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
85.65/85.39	c starts		: 0
85.65/85.39	c conflicts		: 0
85.65/85.39	c decisions		: 0
85.65/85.39	c propagations		: 0
85.65/85.39	c inspects		: 0
85.65/85.39	c learnt literals	: 0
85.65/85.39	c learnt binary clauses	: 0
85.65/85.39	c learnt ternary clauses	: 0
85.65/85.39	c learnt clauses	: 0
85.65/85.39	c ignored clauses	: 0
85.65/85.39	c root simplifications	: 0
85.65/85.39	c removed literals (reason simplification)	: 0
85.65/85.39	c reason swapping (by a shorter reason)	: 0
85.65/85.39	c Calls to reduceDB	: 0
85.65/85.39	c speed (assignments/second)	: 0.0
85.65/85.39	c non guided choices	0
85.65/85.39	c learnt constraints type 
85.65/85.39	c constraints type 
85.65/85.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8526049
85.65/85.39	c org.sat4j.minisat.constraints.card.AtLeast => 30
85.65/85.39	s UNKNOWN
85.65/85.39	c Total wall clock time (in seconds) : 85.141

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-2069931-1247350912/watcher-2069931-1247350912 -o /tmp/evaluation-result-2069931-1247350912/solver-2069931-1247350912 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2069931-1247350912.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.25 1.80 1.93 4/83 15784
/proc/meminfo: memFree=1460640/2055920 swapFree=4192812/4192956
[pid=15784] ppid=15782 vsize=18576 CPUtime=0
/proc/15784/stat : 15784 (runsolver) R 15782 15784 15419 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 22156047 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 234211568935 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/15784/statm: 4644 284 249 26 0 2626 0

[startup+0.0479161 s]
/proc/loadavg: 1.25 1.80 1.93 4/83 15784
/proc/meminfo: memFree=1460640/2055920 swapFree=4192812/4192956
[pid=15784] ppid=15782 vsize=801384 CPUtime=0.02
/proc/15784/stat : 15784 (java) S 15782 15784 15419 0 -1 0 2474 0 1 0 1 1 0 0 18 0 5 0 22156047 820617216 2221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/15784/statm: 200346 2221 965 9 0 197697 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801384

[startup+0.101659 s]
/proc/loadavg: 1.25 1.80 1.93 4/83 15784
/proc/meminfo: memFree=1460640/2055920 swapFree=4192812/4192956
[pid=15784] ppid=15782 vsize=804360 CPUtime=0.08
/proc/15784/stat : 15784 (java) S 15782 15784 15419 0 -1 0 2940 0 1 0 6 2 0 0 18 0 12 0 22156047 823664640 2683 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15784/statm: 201090 2683 1057 9 0 198441 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804360

[startup+0.301679 s]
/proc/loadavg: 1.25 1.80 1.93 4/83 15784
/proc/meminfo: memFree=1460640/2055920 swapFree=4192812/4192956
[pid=15784] ppid=15782 vsize=805628 CPUtime=0.27
/proc/15784/stat : 15784 (java) S 15782 15784 15419 0 -1 0 4307 0 1 0 24 3 0 0 18 0 12 0 22156047 824963072 4044 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15784/statm: 201407 4044 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805628

[startup+0.701728 s]
/proc/loadavg: 1.25 1.80 1.93 4/83 15784
/proc/meminfo: memFree=1460640/2055920 swapFree=4192812/4192956
[pid=15784] ppid=15782 vsize=808220 CPUtime=0.67
/proc/15784/stat : 15784 (java) S 15782 15784 15419 0 -1 0 5959 0 1 0 63 4 0 0 18 0 12 0 22156047 827617280 5390 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15784/statm: 202055 5390 1390 9 0 199382 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808220

[startup+1.50183 s]
/proc/loadavg: 1.25 1.80 1.93 4/95 15796
/proc/meminfo: memFree=1439488/2055920 swapFree=4192812/4192956
[pid=15784] ppid=15782 vsize=812780 CPUtime=1.47
/proc/15784/stat : 15784 (java) S 15782 15784 15419 0 -1 0 10712 0 1 0 141 6 0 0 18 0 12 0 22156047 832286720 9106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15784/statm: 203195 9106 1407 9 0 200522 0
[pid=15784/tid=15786] ppid=15782 vsize=812780 CPUtime=0.68
/proc/15784/task/15786/stat : 15786 (java) R 15782 15784 15419 0 -1 64 6618 0 1 0 63 5 0 0 18 0 12 0 22156049 832286720 9106 996147200 134512640 134550932 4294956016 18446744073709551615 4109132804 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15787] ppid=15782 vsize=812780 CPUtime=0
/proc/15784/task/15787/stat : 15787 (java) S 15782 15784 15419 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 22156050 832286720 9106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15788] ppid=15782 vsize=812780 CPUtime=0
/proc/15784/task/15788/stat : 15788 (java) S 15782 15784 15419 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 22156050 832286720 9106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15789] ppid=15782 vsize=812780 CPUtime=0
/proc/15784/task/15789/stat : 15789 (java) S 15782 15784 15419 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 22156052 832286720 9106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15790] ppid=15782 vsize=812780 CPUtime=0
/proc/15784/task/15790/stat : 15790 (java) S 15782 15784 15419 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 22156053 832286720 9106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15791] ppid=15782 vsize=812780 CPUtime=0
/proc/15784/task/15791/stat : 15791 (java) S 15782 15784 15419 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 22156053 832286720 9106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15792] ppid=15782 vsize=812780 CPUtime=0
/proc/15784/task/15792/stat : 15792 (java) S 15782 15784 15419 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22156057 832286720 9106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15793] ppid=15782 vsize=812780 CPUtime=0.05
/proc/15784/task/15793/stat : 15793 (java) S 15782 15784 15419 0 -1 64 41 0 0 0 5 0 0 0 16 0 12 0 22156057 832286720 9106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15794] ppid=15782 vsize=812780 CPUtime=0.73
/proc/15784/task/15794/stat : 15794 (java) S 15782 15784 15419 0 -1 64 3313 0 0 0 72 1 0 0 17 0 12 0 22156057 832286720 9106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15795] ppid=15782 vsize=812780 CPUtime=0
/proc/15784/task/15795/stat : 15795 (java) S 15782 15784 15419 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22156057 832286720 9106 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15796] ppid=15782 vsize=812780 CPUtime=0
/proc/15784/task/15796/stat : 15796 (java) S 15782 15784 15419 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22156057 832286720 9106 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) 812780

[startup+3.10204 s]
/proc/loadavg: 1.39 1.82 1.93 3/95 15796
/proc/meminfo: memFree=1396608/2055920 swapFree=4192812/4192956
[pid=15784] ppid=15782 vsize=812780 CPUtime=3.24
/proc/15784/stat : 15784 (java) S 15782 15784 15419 0 -1 0 41853 0 1 0 305 19 0 0 18 0 12 0 22156047 832286720 37895 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15784/statm: 203195 37895 1422 9 0 200522 0
[pid=15784/tid=15786] ppid=15782 vsize=812780 CPUtime=1.53
/proc/15784/task/15786/stat : 15786 (java) R 15782 15784 15419 0 -1 64 16325 0 1 0 143 10 0 0 18 0 12 0 22156049 832286720 37895 996147200 134512640 134550932 4294956016 18446744073709551615 4109686997 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15787] ppid=15782 vsize=812780 CPUtime=0.32
/proc/15784/task/15787/stat : 15787 (java) S 15782 15784 15419 0 -1 64 10071 0 0 0 30 2 0 0 18 0 12 0 22156050 832286720 37895 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15788] ppid=15782 vsize=812780 CPUtime=0.31
/proc/15784/task/15788/stat : 15788 (java) S 15782 15784 15419 0 -1 64 11076 0 0 0 27 4 0 0 16 0 12 0 22156050 832286720 37895 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15789] ppid=15782 vsize=812780 CPUtime=0
/proc/15784/task/15789/stat : 15789 (java) S 15782 15784 15419 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 22156052 832286720 37895 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15790] ppid=15782 vsize=812780 CPUtime=0
/proc/15784/task/15790/stat : 15790 (java) S 15782 15784 15419 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22156053 832286720 37895 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15791] ppid=15782 vsize=812780 CPUtime=0
/proc/15784/task/15791/stat : 15791 (java) S 15782 15784 15419 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22156053 832286720 37895 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15792] ppid=15782 vsize=812780 CPUtime=0
/proc/15784/task/15792/stat : 15792 (java) S 15782 15784 15419 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22156057 832286720 37895 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15793] ppid=15782 vsize=812780 CPUtime=0.11
/proc/15784/task/15793/stat : 15793 (java) S 15782 15784 15419 0 -1 64 46 0 0 0 11 0 0 0 16 0 12 0 22156057 832286720 37895 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15794] ppid=15782 vsize=812780 CPUtime=0.92
/proc/15784/task/15794/stat : 15794 (java) S 15782 15784 15419 0 -1 64 3587 0 0 0 91 1 0 0 16 0 12 0 22156057 832286720 37895 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15795] ppid=15782 vsize=812780 CPUtime=0
/proc/15784/task/15795/stat : 15795 (java) S 15782 15784 15419 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22156057 832286720 37895 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15796] ppid=15782 vsize=812780 CPUtime=0
/proc/15784/task/15796/stat : 15796 (java) S 15782 15784 15419 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22156057 832286720 37895 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 812780

[startup+6.30244 s]
/proc/loadavg: 1.39 1.82 1.93 3/95 15796
/proc/meminfo: memFree=1182208/2055920 swapFree=4192812/4192956
[pid=15784] ppid=15782 vsize=813964 CPUtime=7.24
/proc/15784/stat : 15784 (java) S 15782 15784 15419 0 -1 0 96019 0 1 0 680 44 0 0 18 0 12 0 22156047 833499136 88241 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15784/statm: 203491 88241 1422 9 0 200818 0
[pid=15784/tid=15786] ppid=15782 vsize=813964 CPUtime=3.03
/proc/15784/task/15786/stat : 15786 (java) S 15782 15784 15419 0 -1 64 23072 0 1 0 291 12 0 0 18 0 12 0 22156049 833499136 88241 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15787] ppid=15782 vsize=813964 CPUtime=1.55
/proc/15784/task/15787/stat : 15787 (java) R 15782 15784 15419 0 -1 64 33872 0 0 0 141 14 0 0 16 0 12 0 22156050 833499136 88241 996147200 134512640 134550932 4294956016 18446744073709551615 103111763 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15788] ppid=15782 vsize=813964 CPUtime=1.58
/proc/15784/task/15788/stat : 15788 (java) R 15782 15784 15419 0 -1 64 34694 0 0 0 143 15 0 0 19 0 12 0 22156050 833499136 88241 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15789] ppid=15782 vsize=813964 CPUtime=0
/proc/15784/task/15789/stat : 15789 (java) S 15782 15784 15419 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 22156052 833499136 88241 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15790] ppid=15782 vsize=813964 CPUtime=0
/proc/15784/task/15790/stat : 15790 (java) S 15782 15784 15419 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22156053 833499136 88241 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15791] ppid=15782 vsize=813964 CPUtime=0
/proc/15784/task/15791/stat : 15791 (java) S 15782 15784 15419 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22156053 833499136 88241 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15792] ppid=15782 vsize=813964 CPUtime=0
/proc/15784/task/15792/stat : 15792 (java) S 15782 15784 15419 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22156057 833499136 88241 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15793] ppid=15782 vsize=813964 CPUtime=0.11
/proc/15784/task/15793/stat : 15793 (java) S 15782 15784 15419 0 -1 64 46 0 0 0 11 0 0 0 16 0 12 0 22156057 833499136 88241 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15794] ppid=15782 vsize=813964 CPUtime=0.92
/proc/15784/task/15794/stat : 15794 (java) S 15782 15784 15419 0 -1 64 3587 0 0 0 91 1 0 0 16 0 12 0 22156057 833499136 88241 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15795] ppid=15782 vsize=813964 CPUtime=0
/proc/15784/task/15795/stat : 15795 (java) S 15782 15784 15419 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22156057 833499136 88241 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15796] ppid=15782 vsize=813964 CPUtime=0
/proc/15784/task/15796/stat : 15796 (java) S 15782 15784 15419 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22156057 833499136 88241 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.24
Current children cumulated vsize (KiB) 813964

[startup+12.7022 s]
/proc/loadavg: 1.64 1.86 1.95 4/95 15796
/proc/meminfo: memFree=911744/2055920 swapFree=4192812/4192956
[pid=15784] ppid=15782 vsize=816528 CPUtime=13.64
/proc/15784/stat : 15784 (java) S 15782 15784 15419 0 -1 0 154127 0 1 0 1299 65 0 0 18 0 12 0 22156047 836124672 146016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15784/statm: 204132 146018 1422 9 0 201459 0
[pid=15784/tid=15786] ppid=15782 vsize=816528 CPUtime=5.17
/proc/15784/task/15786/stat : 15786 (java) S 15782 15784 15419 0 -1 64 23084 0 1 0 505 12 0 0 17 0 12 0 22156049 836124672 146019 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15787] ppid=15782 vsize=816528 CPUtime=5.13
/proc/15784/task/15787/stat : 15787 (java) R 15782 15784 15419 0 -1 64 84084 0 0 0 481 32 0 0 17 0 12 0 22156050 836124672 146021 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15788] ppid=15782 vsize=816528 CPUtime=2.25
/proc/15784/task/15788/stat : 15788 (java) R 15782 15784 15419 0 -1 64 42583 0 0 0 207 18 0 0 20 0 12 0 22156050 836124672 146023 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15789] ppid=15782 vsize=816528 CPUtime=0
/proc/15784/task/15789/stat : 15789 (java) S 15782 15784 15419 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 22156052 836124672 146025 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15790] ppid=15782 vsize=816528 CPUtime=0
/proc/15784/task/15790/stat : 15790 (java) S 15782 15784 15419 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22156053 836124672 146027 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15791] ppid=15782 vsize=816528 CPUtime=0
/proc/15784/task/15791/stat : 15791 (java) S 15782 15784 15419 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22156053 836124672 146029 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15792] ppid=15782 vsize=816528 CPUtime=0
/proc/15784/task/15792/stat : 15792 (java) S 15782 15784 15419 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22156057 836124672 146032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15793] ppid=15782 vsize=816528 CPUtime=0.11
/proc/15784/task/15793/stat : 15793 (java) S 15782 15784 15419 0 -1 64 46 0 0 0 11 0 0 0 16 0 12 0 22156057 836124672 146034 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15794] ppid=15782 vsize=816528 CPUtime=0.92
/proc/15784/task/15794/stat : 15794 (java) S 15782 15784 15419 0 -1 64 3587 0 0 0 91 1 0 0 16 0 12 0 22156057 836124672 146036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15795] ppid=15782 vsize=816528 CPUtime=0
/proc/15784/task/15795/stat : 15795 (java) S 15782 15784 15419 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22156057 836124672 146037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15796] ppid=15782 vsize=816528 CPUtime=0
/proc/15784/task/15796/stat : 15796 (java) S 15782 15784 15419 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22156057 836124672 146040 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.64
Current children cumulated vsize (KiB) 816528

[startup+25.5029 s]
/proc/loadavg: 1.84 1.89 1.96 3/95 15796
/proc/meminfo: memFree=740032/2055920 swapFree=4192812/4192956
[pid=15784] ppid=15782 vsize=848532 CPUtime=26.49
/proc/15784/stat : 15784 (java) S 15782 15784 15419 0 -1 0 228276 0 1 0 2555 94 0 0 18 0 12 0 22156047 868896768 181036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15784/statm: 212133 181036 1424 9 0 209460 0
[pid=15784/tid=15786] ppid=15782 vsize=848532 CPUtime=6.5
/proc/15784/task/15786/stat : 15786 (java) S 15782 15784 15419 0 -1 64 35378 0 1 0 633 17 0 0 17 0 12 0 22156049 868896768 181036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15787] ppid=15782 vsize=848532 CPUtime=6.31
/proc/15784/task/15787/stat : 15787 (java) S 15782 15784 15419 0 -1 64 90628 0 0 0 597 34 0 0 17 0 12 0 22156050 868896768 181036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15788] ppid=15782 vsize=848532 CPUtime=2.84
/proc/15784/task/15788/stat : 15788 (java) S 15782 15784 15419 0 -1 64 44180 0 0 0 265 19 0 0 16 0 12 0 22156050 868896768 181036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15789] ppid=15782 vsize=848532 CPUtime=9.76
/proc/15784/task/15789/stat : 15789 (java) R 15782 15784 15419 0 -1 64 53718 0 0 0 955 21 0 0 25 0 12 0 22156052 868896768 181036 996147200 134512640 134550932 4294956016 18446744073709551615 105886150 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15790] ppid=15782 vsize=848532 CPUtime=0
/proc/15784/task/15790/stat : 15790 (java) S 15782 15784 15419 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22156053 868896768 181036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15791] ppid=15782 vsize=848532 CPUtime=0
/proc/15784/task/15791/stat : 15791 (java) S 15782 15784 15419 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22156053 868896768 181036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15792] ppid=15782 vsize=848532 CPUtime=0
/proc/15784/task/15792/stat : 15792 (java) S 15782 15784 15419 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22156057 868896768 181036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15793] ppid=15782 vsize=848532 CPUtime=0.11

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

[pid=15784/tid=15795] ppid=15782 vsize=818532 CPUtime=0
/proc/15784/task/15795/stat : 15795 (java) S 15782 15784 15419 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22156057 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15796] ppid=15782 vsize=818532 CPUtime=0
/proc/15784/task/15796/stat : 15796 (java) S 15782 15784 15419 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22156057 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 64.48
Current children cumulated vsize (KiB) 818532

[startup+76.7024 s]
/proc/loadavg: 1.93 1.91 1.96 3/95 15796
/proc/meminfo: memFree=770048/2055920 swapFree=4192812/4192956
[pid=15784] ppid=15782 vsize=864536 CPUtime=77.14
/proc/15784/stat : 15784 (java) S 15782 15784 15419 0 -1 0 618801 0 1 0 7449 265 0 0 18 0 12 0 22156047 885284864 179462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15784/statm: 216134 179462 1424 9 0 213461 0
[pid=15784/tid=15786] ppid=15782 vsize=864536 CPUtime=6.81
/proc/15784/task/15786/stat : 15786 (java) S 15782 15784 15419 0 -1 64 35396 0 1 0 664 17 0 0 17 0 12 0 22156049 885284864 179462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15787] ppid=15782 vsize=864536 CPUtime=6.31
/proc/15784/task/15787/stat : 15787 (java) S 15782 15784 15419 0 -1 64 90628 0 0 0 597 34 0 0 17 0 12 0 22156050 885284864 179462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15788] ppid=15782 vsize=864536 CPUtime=2.84
/proc/15784/task/15788/stat : 15788 (java) S 15782 15784 15419 0 -1 64 44180 0 0 0 265 19 0 0 16 0 12 0 22156050 885284864 179462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15789] ppid=15782 vsize=864536 CPUtime=60.1
/proc/15784/task/15789/stat : 15789 (java) R 15782 15784 15419 0 -1 64 444225 0 0 0 5818 192 0 0 25 0 12 0 22156052 885284864 179462 996147200 134512640 134550932 4294956016 18446744073709551615 103586036 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15790] ppid=15782 vsize=864536 CPUtime=0
/proc/15784/task/15790/stat : 15790 (java) S 15782 15784 15419 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22156053 885284864 179462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15791] ppid=15782 vsize=864536 CPUtime=0
/proc/15784/task/15791/stat : 15791 (java) S 15782 15784 15419 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22156053 885284864 179462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15792] ppid=15782 vsize=864536 CPUtime=0
/proc/15784/task/15792/stat : 15792 (java) S 15782 15784 15419 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22156057 885284864 179462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15793] ppid=15782 vsize=864536 CPUtime=0.11
/proc/15784/task/15793/stat : 15793 (java) S 15782 15784 15419 0 -1 64 46 0 0 0 11 0 0 0 16 0 12 0 22156057 885284864 179462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15794] ppid=15782 vsize=864536 CPUtime=0.92
/proc/15784/task/15794/stat : 15794 (java) S 15782 15784 15419 0 -1 64 3587 0 0 0 91 1 0 0 16 0 12 0 22156057 885284864 179462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15795] ppid=15782 vsize=864536 CPUtime=0
/proc/15784/task/15795/stat : 15795 (java) S 15782 15784 15419 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22156057 885284864 179462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15796] ppid=15782 vsize=864536 CPUtime=0
/proc/15784/task/15796/stat : 15796 (java) S 15782 15784 15419 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22156057 885284864 179462 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.14
Current children cumulated vsize (KiB) 864536

[startup+79.9028 s]
/proc/loadavg: 1.93 1.91 1.96 3/95 15796
/proc/meminfo: memFree=707584/2055920 swapFree=4192812/4192956
[pid=15784] ppid=15782 vsize=848532 CPUtime=80.31
/proc/15784/stat : 15784 (java) S 15782 15784 15419 0 -1 0 655883 0 1 0 7749 282 0 0 18 0 12 0 22156047 868896768 181036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15784/statm: 212133 181036 1424 9 0 209460 0
[pid=15784/tid=15786] ppid=15782 vsize=848532 CPUtime=6.81
/proc/15784/task/15786/stat : 15786 (java) S 15782 15784 15419 0 -1 64 35397 0 1 0 664 17 0 0 17 0 12 0 22156049 868896768 181036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15787] ppid=15782 vsize=848532 CPUtime=6.31
/proc/15784/task/15787/stat : 15787 (java) S 15782 15784 15419 0 -1 64 90628 0 0 0 597 34 0 0 17 0 12 0 22156050 868896768 181036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15788] ppid=15782 vsize=848532 CPUtime=2.84
/proc/15784/task/15788/stat : 15788 (java) S 15782 15784 15419 0 -1 64 44180 0 0 0 265 19 0 0 16 0 12 0 22156050 868896768 181036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15789] ppid=15782 vsize=848532 CPUtime=63.27
/proc/15784/task/15789/stat : 15789 (java) R 15782 15784 15419 0 -1 64 481306 0 0 0 6118 209 0 0 25 0 12 0 22156052 868896768 181036 996147200 134512640 134550932 4294956016 18446744073709551615 105696720 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15790] ppid=15782 vsize=848532 CPUtime=0
/proc/15784/task/15790/stat : 15790 (java) S 15782 15784 15419 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22156053 868896768 181036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15791] ppid=15782 vsize=848532 CPUtime=0
/proc/15784/task/15791/stat : 15791 (java) S 15782 15784 15419 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22156053 868896768 181036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15792] ppid=15782 vsize=848532 CPUtime=0
/proc/15784/task/15792/stat : 15792 (java) S 15782 15784 15419 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22156057 868896768 181036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15793] ppid=15782 vsize=848532 CPUtime=0.11
/proc/15784/task/15793/stat : 15793 (java) S 15782 15784 15419 0 -1 64 46 0 0 0 11 0 0 0 16 0 12 0 22156057 868896768 181036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15794] ppid=15782 vsize=848532 CPUtime=0.92
/proc/15784/task/15794/stat : 15794 (java) S 15782 15784 15419 0 -1 64 3587 0 0 0 91 1 0 0 16 0 12 0 22156057 868896768 181036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15795] ppid=15782 vsize=848532 CPUtime=0
/proc/15784/task/15795/stat : 15795 (java) S 15782 15784 15419 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22156057 868896768 181036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15796] ppid=15782 vsize=848532 CPUtime=0
/proc/15784/task/15796/stat : 15796 (java) S 15782 15784 15419 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22156057 868896768 181036 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 80.31
Current children cumulated vsize (KiB) 848532

[startup+83.1022 s]
/proc/loadavg: 1.94 1.91 1.96 3/95 15796
/proc/meminfo: memFree=769920/2055920 swapFree=4192812/4192956
[pid=15784] ppid=15782 vsize=818532 CPUtime=83.47
/proc/15784/stat : 15784 (java) S 15782 15784 15419 0 -1 0 672388 0 1 0 8057 290 0 0 18 0 12 0 22156047 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15784/statm: 204633 173536 1423 9 0 201960 0
[pid=15784/tid=15786] ppid=15782 vsize=818532 CPUtime=6.81
/proc/15784/task/15786/stat : 15786 (java) S 15782 15784 15419 0 -1 64 35400 0 1 0 664 17 0 0 17 0 12 0 22156049 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15787] ppid=15782 vsize=818532 CPUtime=6.31
/proc/15784/task/15787/stat : 15787 (java) S 15782 15784 15419 0 -1 64 90628 0 0 0 597 34 0 0 17 0 12 0 22156050 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15788] ppid=15782 vsize=818532 CPUtime=2.84
/proc/15784/task/15788/stat : 15788 (java) S 15782 15784 15419 0 -1 64 44180 0 0 0 265 19 0 0 16 0 12 0 22156050 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15789] ppid=15782 vsize=818532 CPUtime=66.44
/proc/15784/task/15789/stat : 15789 (java) R 15782 15784 15419 0 -1 64 497808 0 0 0 6427 217 0 0 25 0 12 0 22156052 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15790] ppid=15782 vsize=818532 CPUtime=0
/proc/15784/task/15790/stat : 15790 (java) S 15782 15784 15419 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22156053 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15791] ppid=15782 vsize=818532 CPUtime=0
/proc/15784/task/15791/stat : 15791 (java) S 15782 15784 15419 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22156053 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15792] ppid=15782 vsize=818532 CPUtime=0
/proc/15784/task/15792/stat : 15792 (java) S 15782 15784 15419 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22156057 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15793] ppid=15782 vsize=818532 CPUtime=0.11
/proc/15784/task/15793/stat : 15793 (java) S 15782 15784 15419 0 -1 64 46 0 0 0 11 0 0 0 16 0 12 0 22156057 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15794] ppid=15782 vsize=818532 CPUtime=0.92
/proc/15784/task/15794/stat : 15794 (java) S 15782 15784 15419 0 -1 64 3587 0 0 0 91 1 0 0 16 0 12 0 22156057 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15795] ppid=15782 vsize=818532 CPUtime=0
/proc/15784/task/15795/stat : 15795 (java) S 15782 15784 15419 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22156057 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15796] ppid=15782 vsize=818532 CPUtime=0
/proc/15784/task/15796/stat : 15796 (java) S 15782 15784 15419 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22156057 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 83.47
Current children cumulated vsize (KiB) 818532

[startup+84.7074 s]
/proc/loadavg: 1.94 1.91 1.96 3/95 15796
/proc/meminfo: memFree=769920/2055920 swapFree=4192812/4192956
[pid=15784] ppid=15782 vsize=818532 CPUtime=85.06
/proc/15784/stat : 15784 (java) S 15782 15784 15419 0 -1 0 672388 0 1 0 8216 290 0 0 18 0 12 0 22156047 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15784/statm: 204633 173536 1423 9 0 201960 0
[pid=15784/tid=15786] ppid=15782 vsize=818532 CPUtime=6.81
/proc/15784/task/15786/stat : 15786 (java) S 15782 15784 15419 0 -1 64 35400 0 1 0 664 17 0 0 17 0 12 0 22156049 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15787] ppid=15782 vsize=818532 CPUtime=6.31
/proc/15784/task/15787/stat : 15787 (java) S 15782 15784 15419 0 -1 64 90628 0 0 0 597 34 0 0 17 0 12 0 22156050 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15788] ppid=15782 vsize=818532 CPUtime=2.84
/proc/15784/task/15788/stat : 15788 (java) S 15782 15784 15419 0 -1 64 44180 0 0 0 265 19 0 0 16 0 12 0 22156050 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15789] ppid=15782 vsize=818532 CPUtime=68.02
/proc/15784/task/15789/stat : 15789 (java) R 15782 15784 15419 0 -1 64 497808 0 0 0 6585 217 0 0 25 0 12 0 22156052 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15790] ppid=15782 vsize=818532 CPUtime=0
/proc/15784/task/15790/stat : 15790 (java) S 15782 15784 15419 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22156053 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15791] ppid=15782 vsize=818532 CPUtime=0
/proc/15784/task/15791/stat : 15791 (java) S 15782 15784 15419 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22156053 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15792] ppid=15782 vsize=818532 CPUtime=0
/proc/15784/task/15792/stat : 15792 (java) S 15782 15784 15419 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22156057 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15793] ppid=15782 vsize=818532 CPUtime=0.11
/proc/15784/task/15793/stat : 15793 (java) S 15782 15784 15419 0 -1 64 46 0 0 0 11 0 0 0 16 0 12 0 22156057 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15794] ppid=15782 vsize=818532 CPUtime=0.92
/proc/15784/task/15794/stat : 15794 (java) S 15782 15784 15419 0 -1 64 3587 0 0 0 91 1 0 0 16 0 12 0 22156057 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15795] ppid=15782 vsize=818532 CPUtime=0
/proc/15784/task/15795/stat : 15795 (java) S 15782 15784 15419 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22156057 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15796] ppid=15782 vsize=818532 CPUtime=0
/proc/15784/task/15796/stat : 15796 (java) S 15782 15784 15419 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22156057 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 85.06
Current children cumulated vsize (KiB) 818532

[startup+85.1024 s]
/proc/loadavg: 1.94 1.91 1.96 3/95 15796
/proc/meminfo: memFree=769920/2055920 swapFree=4192812/4192956
[pid=15784] ppid=15782 vsize=818532 CPUtime=85.45
/proc/15784/stat : 15784 (java) S 15782 15784 15419 0 -1 0 672388 0 1 0 8255 290 0 0 18 0 12 0 22156047 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15784/statm: 204633 173536 1423 9 0 201960 0
[pid=15784/tid=15786] ppid=15782 vsize=818532 CPUtime=6.81
/proc/15784/task/15786/stat : 15786 (java) S 15782 15784 15419 0 -1 64 35400 0 1 0 664 17 0 0 17 0 12 0 22156049 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15787] ppid=15782 vsize=818532 CPUtime=6.31
/proc/15784/task/15787/stat : 15787 (java) S 15782 15784 15419 0 -1 64 90628 0 0 0 597 34 0 0 17 0 12 0 22156050 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15788] ppid=15782 vsize=818532 CPUtime=2.84
/proc/15784/task/15788/stat : 15788 (java) S 15782 15784 15419 0 -1 64 44180 0 0 0 265 19 0 0 16 0 12 0 22156050 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15789] ppid=15782 vsize=818532 CPUtime=68.41
/proc/15784/task/15789/stat : 15789 (java) R 15782 15784 15419 0 -1 64 497808 0 0 0 6624 217 0 0 25 0 12 0 22156052 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 106159196 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15790] ppid=15782 vsize=818532 CPUtime=0
/proc/15784/task/15790/stat : 15790 (java) S 15782 15784 15419 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22156053 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15791] ppid=15782 vsize=818532 CPUtime=0
/proc/15784/task/15791/stat : 15791 (java) S 15782 15784 15419 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22156053 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15792] ppid=15782 vsize=818532 CPUtime=0
/proc/15784/task/15792/stat : 15792 (java) S 15782 15784 15419 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 22156057 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15793] ppid=15782 vsize=818532 CPUtime=0.11
/proc/15784/task/15793/stat : 15793 (java) S 15782 15784 15419 0 -1 64 46 0 0 0 11 0 0 0 16 0 12 0 22156057 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15794] ppid=15782 vsize=818532 CPUtime=0.92
/proc/15784/task/15794/stat : 15794 (java) S 15782 15784 15419 0 -1 64 3587 0 0 0 91 1 0 0 16 0 12 0 22156057 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15784/tid=15795] ppid=15782 vsize=818532 CPUtime=0
/proc/15784/task/15795/stat : 15795 (java) S 15782 15784 15419 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22156057 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15784/tid=15796] ppid=15782 vsize=818532 CPUtime=0
/proc/15784/task/15796/stat : 15796 (java) S 15782 15784 15419 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22156057 838176768 173536 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 85.45
Current children cumulated vsize (KiB) 818532

[startup+85.502 s]
/proc/loadavg: 1.94 1.91 1.96 3/95 15796
/proc/meminfo: memFree=769920/2055920 swapFree=4192812/4192956
[pid=15784] ppid=15782 vsize=0 CPUtime=85.81
/proc/15784/stat : 15784 (java) Z 15782 15784 15419 0 -1 12 672406 0 1 0 8284 297 0 0 16 0 2 0 22156047 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15784/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 85.81
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 85.5368
CPU time (s): 85.8599
CPU user time (s): 82.8484
CPU system time (s): 3.01154
CPU usage (%): 100.378
Max. virtual memory (cumulated for all children) (KiB): 912536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.8484
system time used= 3.01154
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 672406
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= 2595
involuntary context switches= 5313

runsolver used 0.139978 second user time and 0.32495 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-12 00:21:53
IDJOB=2069931
IDBENCH=55109
IDSOLVER=731
FILE ID=node54/2069931-1247350912
PBS_JOBID= 9506941
Free space on /tmp= 66408 MiB

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

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

MD5SUM BENCH= c5a96639c65cb973e719a8b413a87234
RANDOM SEED=1596719374

node54.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:      2055920 kB
MemFree:       1461120 kB
Buffers:          4816 kB
Cached:          80320 kB
SwapCached:          0 kB
Active:         523680 kB
Inactive:        24220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1461120 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1596 kB
Writeback:           0 kB
Mapped:         483184 kB
Slab:            31088 kB
Committed_AS:   626672 kB
PageTables:       2680 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= 66404 MiB
End job on node54 at 2009-07-12 00:23:18