Trace number 1066985

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 2008-06-13? 82.0575 78.6883

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg15-16_ext.xml
MD5SUM24ac4d403780cbef16b04fa2e8973bed
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.025995
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints31
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension31
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.23/0.37	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.23/0.37	c This is free software under the dual EPL/GNU LGPL licenses.
0.23/0.37	c See www.sat4j.org for details.
0.23/0.37	c That software uses the Rhino library from the Mozilla project.
0.33/0.42	c version 9.9.9.token
0.33/0.42	c sun.arch.data.model	32
0.33/0.42	c java.version	1.6.0_06
0.33/0.42	c os.name	Linux
0.33/0.42	c os.version	2.6.9-22.EL.rootsmp
0.33/0.42	c os.arch	i386
0.33/0.42	c Free memory 669864272
0.33/0.42	c Max memory 672137216
0.33/0.42	c Total memory 672137216
0.33/0.42	c Number of processors 2
0.33/0.47	c c --- Begin Solver configuration ---
0.33/0.47	c Stops conflict analysis at the first Unique Implication Point
0.33/0.47	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.33/0.47	c Learn all clauses as in MiniSAT
0.33/0.47	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.47	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.33/0.47	c Expensive reason simplification
0.33/0.47	c MiniSAT restarts strategy
0.33/0.47	c timeout=2147483s
0.33/0.47	c DB Simplification allowed=false
0.33/0.47	c --- End Solver configuration ---
0.33/0.47	c solving HOME/instance-1066985-1215149672.xml
0.33/0.47	c reading problem ... 
0.62/0.75	c reading problem named null
0.62/0.75	c reading domains done.
0.62/0.75	c reading variables done.
0.92/1.05	c reading relations done.
1.21/1.35	c reading constraints
76.51/73.13	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
76.51/73.13		at org.sat4j.minisat.constraints.cnf.WLClause.(WLClause.java:62)
76.51/73.13		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.(OriginalWLClause.java:37)
76.51/73.13		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:78)
76.51/73.13		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
76.51/73.13		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
76.51/73.13		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
76.51/73.13		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
76.51/73.13		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
76.51/73.13		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
76.51/73.13		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
76.51/73.13		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
76.51/73.13		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
76.51/73.13		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
76.51/73.13		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
76.51/73.13		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
76.51/73.13		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
76.51/73.13		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
76.51/73.13		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
76.51/73.13		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
76.51/73.13		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
76.51/73.13		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
76.51/73.13		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
76.51/73.13		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
76.51/73.13		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
76.51/73.13		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
76.51/73.13		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
76.51/73.13		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
76.51/73.13		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
76.51/73.13		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
76.51/73.13		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
76.51/73.13		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
76.51/73.13		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
81.70/78.33	c starts		: 0
81.70/78.33	c conflicts		: 0
81.70/78.33	c decisions		: 0
81.70/78.33	c propagations		: 0
81.70/78.33	c inspects		: 0
81.70/78.33	c learnt literals	: 0
81.70/78.33	c learnt binary clauses	: 0
81.70/78.33	c learnt ternary clauses	: 0
81.70/78.33	c learnt clauses	: 0
81.70/78.33	c ignored clauses	: 0
81.70/78.33	c root simplifications	: 0
81.70/78.33	c removed literals (reason simplification)	: 0
81.70/78.33	c reason swapping (by a shorter reason)	: 0
81.70/78.33	c Calls to reduceDB	: 0
81.70/78.33	c speed (assignments/second)	: 0.0
81.70/78.33	c non guided choices	0
81.70/78.33	s UNKNOWN
81.70/78.33	c Total wall clock time (in seconds) : 72.664

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066985-1215149672/watcher-1066985-1215149672 -o /tmp/evaluation-result-1066985-1215149672/solver-1066985-1215149672 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1066985-1215149672.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.97 1.99 3/72 19923
/proc/meminfo: memFree=1897320/2055920 swapFree=4180312/4192956
[pid=19923] ppid=19921 vsize=18572 CPUtime=0
/proc/19923/stat : 19923 (runsolver) R 19921 19923 16533 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 420584554 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 224624933578 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19923/statm: 4643 292 257 25 0 2626 0

[startup+0.027379 s]
/proc/loadavg: 1.91 1.97 1.99 3/72 19923
/proc/meminfo: memFree=1897320/2055920 swapFree=4180312/4192956
[pid=19923] ppid=19921 vsize=13012 CPUtime=0
/proc/19923/stat : 19923 (java) D 19921 19923 16533 0 -1 0 381 0 4 0 0 0 0 0 18 0 1 0 420584554 13324288 186 996147200 134512640 134550740 4294956032 18446744073709551615 3780895 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/19923/statm: 3253 186 136 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13012

[startup+0.101395 s]
/proc/loadavg: 1.91 1.97 1.99 3/72 19923
/proc/meminfo: memFree=1897320/2055920 swapFree=4180312/4192956
[pid=19923] ppid=19921 vsize=802080 CPUtime=0.04
/proc/19923/stat : 19923 (java) S 19921 19923 16533 0 -1 0 2493 0 30 0 2 2 0 0 18 0 7 0 420584554 821329920 2259 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/19923/statm: 200520 2259 960 9 0 197903 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802080

[startup+0.301423 s]
/proc/loadavg: 1.91 1.97 1.99 3/72 19923
/proc/meminfo: memFree=1897320/2055920 swapFree=4180312/4192956
[pid=19923] ppid=19921 vsize=808244 CPUtime=0.23
/proc/19923/stat : 19923 (java) S 19921 19923 16533 0 -1 0 4650 0 30 0 20 3 0 0 18 0 12 0 420584554 827641856 4006 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19923/statm: 202061 4006 1297 9 0 199430 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 808244

[startup+0.70148 s]
/proc/loadavg: 1.91 1.97 1.99 3/72 19923
/proc/meminfo: memFree=1897320/2055920 swapFree=4180312/4192956
[pid=19923] ppid=19921 vsize=808272 CPUtime=0.62
/proc/19923/stat : 19923 (java) S 19921 19923 16533 0 -1 0 6229 0 30 0 57 5 0 0 18 0 12 0 420584554 827670528 5386 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19923/statm: 202068 5386 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 808272

[startup+1.50259 s]
/proc/loadavg: 1.91 1.97 1.99 4/84 19935
/proc/meminfo: memFree=1872456/2055920 swapFree=4180312/4192956
[pid=19923] ppid=19921 vsize=808272 CPUtime=1.41
/proc/19923/stat : 19923 (java) S 19921 19923 16533 0 -1 0 7982 0 30 0 136 5 0 0 18 0 12 0 420584554 827670528 6267 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19923/statm: 202068 6267 1347 9 0 199430 0
[pid=19923/tid=19925] ppid=19921 vsize=808272 CPUtime=0.64
/proc/19923/task/19925/stat : 19925 (java) R 19921 19923 16533 0 -1 64 4532 0 1 0 61 3 0 0 20 0 12 0 420584560 827670528 6267 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19926] ppid=19921 vsize=808272 CPUtime=0
/proc/19923/task/19926/stat : 19926 (java) S 19921 19923 16533 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 420584561 827670528 6267 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19927] ppid=19921 vsize=808272 CPUtime=0
/proc/19923/task/19927/stat : 19927 (java) S 19921 19923 16533 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 420584561 827670528 6267 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19928] ppid=19921 vsize=808272 CPUtime=0
/proc/19923/task/19928/stat : 19928 (java) S 19921 19923 16533 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 420584563 827670528 6267 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19929] ppid=19921 vsize=808272 CPUtime=0
/proc/19923/task/19929/stat : 19929 (java) S 19921 19923 16533 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 420584564 827670528 6267 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19930] ppid=19921 vsize=808272 CPUtime=0
/proc/19923/task/19930/stat : 19930 (java) S 19921 19923 16533 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 420584564 827670528 6267 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19931] ppid=19921 vsize=808272 CPUtime=0
/proc/19923/task/19931/stat : 19931 (java) S 19921 19923 16533 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 420584568 827670528 6267 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19932] ppid=19921 vsize=808272 CPUtime=0.27
/proc/19923/task/19932/stat : 19932 (java) S 19921 19923 16533 0 -1 64 542 0 0 0 27 0 0 0 16 0 12 0 420584568 827670528 6267 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19933] ppid=19921 vsize=808272 CPUtime=0.47
/proc/19923/task/19933/stat : 19933 (java) R 19921 19923 16533 0 -1 64 2175 0 0 0 47 0 0 0 16 0 12 0 420584568 827670528 6267 996147200 134512640 134550740 4294956032 18446744073709551615 105562139 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19934] ppid=19921 vsize=808272 CPUtime=0
/proc/19923/task/19934/stat : 19934 (java) S 19921 19923 16533 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 420584568 827670528 6267 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19935] ppid=19921 vsize=808272 CPUtime=0
/proc/19923/task/19935/stat : 19935 (java) S 19921 19923 16533 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 420584568 827670528 6267 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 808272

[startup+3.10281 s]
/proc/loadavg: 1.92 1.97 1.99 3/84 19935
/proc/meminfo: memFree=1845768/2055920 swapFree=4180312/4192956
[pid=19923] ppid=19921 vsize=814952 CPUtime=3
/proc/19923/stat : 19923 (java) S 19921 19923 16533 0 -1 0 34390 0 30 0 284 16 0 0 18 0 12 0 420584554 834510848 30937 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19923/statm: 203738 30937 1353 9 0 201100 0
[pid=19923/tid=19925] ppid=19921 vsize=814952 CPUtime=1.73
/proc/19923/task/19925/stat : 19925 (java) R 19921 19923 16533 0 -1 64 16965 0 1 0 165 8 0 0 18 0 12 0 420584560 834510848 30937 996147200 134512640 134550740 4294956032 18446744073709551615 4109663054 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19926] ppid=19921 vsize=814952 CPUtime=0.11
/proc/19923/task/19926/stat : 19926 (java) S 19921 19923 16533 0 -1 64 6608 0 0 0 9 2 0 0 16 0 12 0 420584561 834510848 30937 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19927] ppid=19921 vsize=814952 CPUtime=0.14
/proc/19923/task/19927/stat : 19927 (java) S 19921 19923 16533 0 -1 64 6180 0 0 0 13 1 0 0 18 0 12 0 420584561 834510848 30937 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19928] ppid=19921 vsize=814952 CPUtime=0
/proc/19923/task/19928/stat : 19928 (java) S 19921 19923 16533 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 420584563 834510848 30937 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19929] ppid=19921 vsize=814952 CPUtime=0
/proc/19923/task/19929/stat : 19929 (java) S 19921 19923 16533 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 420584564 834510848 30937 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19930] ppid=19921 vsize=814952 CPUtime=0
/proc/19923/task/19930/stat : 19930 (java) S 19921 19923 16533 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 420584564 834510848 30937 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19931] ppid=19921 vsize=814952 CPUtime=0
/proc/19923/task/19931/stat : 19931 (java) S 19921 19923 16533 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 420584568 834510848 30937 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19932] ppid=19921 vsize=814952 CPUtime=0.32
/proc/19923/task/19932/stat : 19932 (java) S 19921 19923 16533 0 -1 64 550 0 0 0 32 0 0 0 16 0 12 0 420584568 834510848 30937 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19933] ppid=19921 vsize=814952 CPUtime=0.62
/proc/19923/task/19933/stat : 19933 (java) S 19921 19923 16533 0 -1 64 3327 0 0 0 62 0 0 0 16 0 12 0 420584568 834510848 30937 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19934] ppid=19921 vsize=814952 CPUtime=0
/proc/19923/task/19934/stat : 19934 (java) S 19921 19923 16533 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 420584568 834510848 30937 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19935] ppid=19921 vsize=814952 CPUtime=0
/proc/19923/task/19935/stat : 19935 (java) S 19921 19923 16533 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 420584568 834510848 30937 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 814952

[startup+6.30228 s]
/proc/loadavg: 1.92 1.97 1.99 3/84 19935
/proc/meminfo: memFree=1669192/2055920 swapFree=4180312/4192956
[pid=19923] ppid=19921 vsize=824776 CPUtime=7.05
/proc/19923/stat : 19923 (java) S 19921 19923 16533 0 -1 0 79559 0 30 0 670 35 0 0 18 0 12 0 420584554 844570624 68496 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19923/statm: 206194 68496 1353 9 0 203556 0
[pid=19923/tid=19925] ppid=19921 vsize=824776 CPUtime=3.58
/proc/19923/task/19925/stat : 19925 (java) S 19921 19923 16533 0 -1 64 16969 0 1 0 350 8 0 0 25 0 12 0 420584560 844570624 68496 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19926] ppid=19921 vsize=824776 CPUtime=1.2
/proc/19923/task/19926/stat : 19926 (java) R 19921 19923 16533 0 -1 64 27672 0 0 0 109 11 0 0 20 0 12 0 420584561 844570624 68496 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19927] ppid=19921 vsize=824776 CPUtime=1.26
/proc/19923/task/19927/stat : 19927 (java) R 19921 19923 16533 0 -1 64 30281 0 0 0 115 11 0 0 19 0 12 0 420584561 844570624 68496 996147200 134512640 134550740 4294956032 18446744073709551615 106157903 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19928] ppid=19921 vsize=824776 CPUtime=0
/proc/19923/task/19928/stat : 19928 (java) S 19921 19923 16533 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 420584563 844570624 68496 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19929] ppid=19921 vsize=824776 CPUtime=0
/proc/19923/task/19929/stat : 19929 (java) S 19921 19923 16533 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 420584564 844570624 68496 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19930] ppid=19921 vsize=824776 CPUtime=0
/proc/19923/task/19930/stat : 19930 (java) S 19921 19923 16533 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 420584564 844570624 68496 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19931] ppid=19921 vsize=824776 CPUtime=0
/proc/19923/task/19931/stat : 19931 (java) S 19921 19923 16533 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 420584568 844570624 68496 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19932] ppid=19921 vsize=824776 CPUtime=0.32
/proc/19923/task/19932/stat : 19932 (java) S 19921 19923 16533 0 -1 64 550 0 0 0 32 0 0 0 16 0 12 0 420584568 844570624 68496 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19933] ppid=19921 vsize=824776 CPUtime=0.62
/proc/19923/task/19933/stat : 19933 (java) S 19921 19923 16533 0 -1 64 3327 0 0 0 62 0 0 0 16 0 12 0 420584568 844570624 68496 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19934] ppid=19921 vsize=824776 CPUtime=0
/proc/19923/task/19934/stat : 19934 (java) S 19921 19923 16533 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 420584568 844570624 68496 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19935] ppid=19921 vsize=824776 CPUtime=0
/proc/19923/task/19935/stat : 19935 (java) S 19921 19923 16533 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 420584568 844570624 68496 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 824776

[startup+12.7012 s]
/proc/loadavg: 2.01 1.98 1.99 3/84 19935
/proc/meminfo: memFree=1409864/2055920 swapFree=4180312/4192956
[pid=19923] ppid=19921 vsize=829896 CPUtime=14.67
/proc/19923/stat : 19923 (java) S 19921 19923 16533 0 -1 0 151604 0 30 0 1398 69 0 0 18 0 12 0 420584554 849813504 132684 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19923/statm: 207474 132689 1353 9 0 204836 0
[pid=19923/tid=19925] ppid=19921 vsize=829896 CPUtime=6.94
/proc/19923/task/19925/stat : 19925 (java) R 19921 19923 16533 0 -1 64 35409 0 1 0 677 17 0 0 25 0 12 0 420584560 849813504 132691 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19926] ppid=19921 vsize=829896 CPUtime=3.18
/proc/19923/task/19926/stat : 19926 (java) R 19921 19923 16533 0 -1 64 60428 0 0 0 291 27 0 0 17 0 12 0 420584561 849813504 132694 996147200 134512640 134550740 4294956032 18446744073709551615 106158040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19927] ppid=19921 vsize=829896 CPUtime=3.54
/proc/19923/task/19927/stat : 19927 (java) R 19921 19923 16533 0 -1 64 51143 0 0 0 333 21 0 0 17 0 12 0 420584561 849813504 132697 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19928] ppid=19921 vsize=829896 CPUtime=0
/proc/19923/task/19928/stat : 19928 (java) S 19921 19923 16533 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 420584563 849813504 132700 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19929] ppid=19921 vsize=829896 CPUtime=0
/proc/19923/task/19929/stat : 19929 (java) S 19921 19923 16533 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 420584564 849813504 132703 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19930] ppid=19921 vsize=829896 CPUtime=0
/proc/19923/task/19930/stat : 19930 (java) S 19921 19923 16533 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 420584564 849813504 132706 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19931] ppid=19921 vsize=829896 CPUtime=0
/proc/19923/task/19931/stat : 19931 (java) S 19921 19923 16533 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 420584568 849813504 132709 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19932] ppid=19921 vsize=829896 CPUtime=0.32
/proc/19923/task/19932/stat : 19932 (java) S 19921 19923 16533 0 -1 64 550 0 0 0 32 0 0 0 16 0 12 0 420584568 849813504 132712 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19933] ppid=19921 vsize=829896 CPUtime=0.62
/proc/19923/task/19933/stat : 19933 (java) S 19921 19923 16533 0 -1 64 3327 0 0 0 62 0 0 0 16 0 12 0 420584568 849813504 132715 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19934] ppid=19921 vsize=829896 CPUtime=0
/proc/19923/task/19934/stat : 19934 (java) S 19921 19923 16533 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 420584568 849813504 132718 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19935] ppid=19921 vsize=829896 CPUtime=0
/proc/19923/task/19935/stat : 19935 (java) S 19921 19923 16533 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 420584568 849813504 132721 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.67
Current children cumulated vsize (KiB) 829896

[startup+25.503 s]
/proc/loadavg: 2.00 1.98 1.99 3/84 19935
/proc/meminfo: memFree=1170632/2055920 swapFree=4180312/4192956
[pid=19923] ppid=19921 vsize=861900 CPUtime=28.93
/proc/19923/stat : 19923 (java) S 19921 19923 16533 0 -1 0 243931 0 30 0 2781 112 0 0 18 0 12 0 420584554 882585600 180856 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19923/statm: 215475 180856 1360 9 0 212837 0
[pid=19923/tid=19925] ppid=19921 vsize=861900 CPUtime=10.48
/proc/19923/task/19925/stat : 19925 (java) S 19921 19923 16533 0 -1 64 35418 0 1 0 1031 17 0 0 19 0 12 0 420584560 882585600 180856 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19926] ppid=19921 vsize=861900 CPUtime=5.3
/proc/19923/task/19926/stat : 19926 (java) S 19921 19923 16533 0 -1 64 73253 0 0 0 496 34 0 0 16 0 12 0 420584561 882585600 180856 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19927] ppid=19921 vsize=861900 CPUtime=6.16
/proc/19923/task/19927/stat : 19927 (java) S 19921 19923 16533 0 -1 64 78858 0 0 0 579 37 0 0 20 0 12 0 420584561 882585600 180856 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19928] ppid=19921 vsize=861900 CPUtime=5.98
/proc/19923/task/19928/stat : 19928 (java) R 19921 19923 16533 0 -1 64 51793 0 0 0 578 20 0 0 25 0 12 0 420584563 882585600 180856 996147200 134512640 134550740 4294956032 18446744073709551615 106736501 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19929] ppid=19921 vsize=861900 CPUtime=0
/proc/19923/task/19929/stat : 19929 (java) S 19921 19923 16533 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 420584564 882585600 180856 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19930] ppid=19921 vsize=861900 CPUtime=0
/proc/19923/task/19930/stat : 19930 (java) S 19921 19923 16533 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 420584564 882585600 180856 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19931] ppid=19921 vsize=861900 CPUtime=0
/proc/19923/task/19931/stat : 19931 (java) S 19921 19923 16533 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 420584568 882585600 180856 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+73.5018 s]
/proc/loadavg: 2.00 1.98 1.99 3/84 19935
/proc/meminfo: memFree=1155080/2055920 swapFree=4180312/4192956
[pid=19923] ppid=19921 vsize=846224 CPUtime=76.9
/proc/19923/stat : 19923 (java) S 19921 19923 16533 0 -1 0 549914 0 30 0 7451 239 0 0 18 0 13 0 420584554 866533376 180727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19923/statm: 211556 180727 1363 9 0 208918 0
[pid=19923/tid=19925] ppid=19921 vsize=846224 CPUtime=11.18
/proc/19923/task/19925/stat : 19925 (java) S 19921 19923 16533 0 -1 64 35436 0 1 0 1101 17 0 0 18 0 13 0 420584560 866533376 180727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19926] ppid=19921 vsize=846224 CPUtime=5.3
/proc/19923/task/19926/stat : 19926 (java) S 19921 19923 16533 0 -1 64 73253 0 0 0 496 34 0 0 16 0 13 0 420584561 866533376 180727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19927] ppid=19921 vsize=846224 CPUtime=6.16
/proc/19923/task/19927/stat : 19927 (java) S 19921 19923 16533 0 -1 64 78858 0 0 0 579 37 0 0 20 0 13 0 420584561 866533376 180727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19928] ppid=19921 vsize=846224 CPUtime=53.26
/proc/19923/task/19928/stat : 19928 (java) R 19921 19923 16533 0 -1 64 357754 0 0 0 5178 148 0 0 25 0 13 0 420584563 866533376 180727 996147200 134512640 134550740 4294956032 18446744073709551615 104126430 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19929] ppid=19921 vsize=846224 CPUtime=0
/proc/19923/task/19929/stat : 19929 (java) S 19921 19923 16533 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 420584564 866533376 180727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19930] ppid=19921 vsize=846224 CPUtime=0
/proc/19923/task/19930/stat : 19930 (java) S 19921 19923 16533 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 420584564 866533376 180727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19931] ppid=19921 vsize=846224 CPUtime=0
/proc/19923/task/19931/stat : 19931 (java) S 19921 19923 16533 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 420584568 866533376 180727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19932] ppid=19921 vsize=846224 CPUtime=0.32
/proc/19923/task/19932/stat : 19932 (java) S 19921 19923 16533 0 -1 64 550 0 0 0 32 0 0 0 16 0 13 0 420584568 866533376 180727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19933] ppid=19921 vsize=846224 CPUtime=0.62
/proc/19923/task/19933/stat : 19933 (java) S 19921 19923 16533 0 -1 64 3327 0 0 0 62 0 0 0 16 0 13 0 420584568 866533376 180727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19934] ppid=19921 vsize=846224 CPUtime=0
/proc/19923/task/19934/stat : 19934 (java) S 19921 19923 16533 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 420584568 866533376 180727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19935] ppid=19921 vsize=846224 CPUtime=0
/proc/19923/task/19935/stat : 19935 (java) S 19921 19923 16533 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 420584568 866533376 180727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76.9
Current children cumulated vsize (KiB) 846224

[startup+76.7022 s]
/proc/loadavg: 2.00 1.98 1.99 3/85 19936
/proc/meminfo: memFree=1171136/2055920 swapFree=4180312/4192956
[pid=19923] ppid=19921 vsize=862224 CPUtime=80.1
/proc/19923/stat : 19923 (java) S 19921 19923 16533 0 -1 0 573421 0 30 0 7761 249 0 0 18 0 13 0 420584554 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19923/statm: 215556 184727 1363 9 0 212918 0
[pid=19923/tid=19925] ppid=19921 vsize=862224 CPUtime=11.18
/proc/19923/task/19925/stat : 19925 (java) S 19921 19923 16533 0 -1 64 35436 0 1 0 1101 17 0 0 18 0 13 0 420584560 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19926] ppid=19921 vsize=862224 CPUtime=5.3
/proc/19923/task/19926/stat : 19926 (java) S 19921 19923 16533 0 -1 64 73253 0 0 0 496 34 0 0 16 0 13 0 420584561 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19927] ppid=19921 vsize=862224 CPUtime=6.16
/proc/19923/task/19927/stat : 19927 (java) S 19921 19923 16533 0 -1 64 78858 0 0 0 579 37 0 0 20 0 13 0 420584561 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19928] ppid=19921 vsize=862224 CPUtime=56.44
/proc/19923/task/19928/stat : 19928 (java) R 19921 19923 16533 0 -1 64 381260 0 0 0 5487 157 0 0 25 0 13 0 420584563 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19929] ppid=19921 vsize=862224 CPUtime=0
/proc/19923/task/19929/stat : 19929 (java) S 19921 19923 16533 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 420584564 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19930] ppid=19921 vsize=862224 CPUtime=0
/proc/19923/task/19930/stat : 19930 (java) S 19921 19923 16533 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 420584564 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19931] ppid=19921 vsize=862224 CPUtime=0
/proc/19923/task/19931/stat : 19931 (java) S 19921 19923 16533 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 420584568 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19932] ppid=19921 vsize=862224 CPUtime=0.32
/proc/19923/task/19932/stat : 19932 (java) S 19921 19923 16533 0 -1 64 550 0 0 0 32 0 0 0 16 0 13 0 420584568 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19933] ppid=19921 vsize=862224 CPUtime=0.62
/proc/19923/task/19933/stat : 19933 (java) S 19921 19923 16533 0 -1 64 3327 0 0 0 62 0 0 0 16 0 13 0 420584568 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19934] ppid=19921 vsize=862224 CPUtime=0
/proc/19923/task/19934/stat : 19934 (java) S 19921 19923 16533 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 420584568 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19935] ppid=19921 vsize=862224 CPUtime=0
/proc/19923/task/19935/stat : 19935 (java) S 19921 19923 16533 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 420584568 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19936] ppid=19921 vsize=862224 CPUtime=0
/proc/19923/task/19936/stat : 19936 (java) S 19921 19923 16533 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 420591867 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 80.1
Current children cumulated vsize (KiB) 862224

[startup+77.5024 s]
/proc/loadavg: 2.00 1.98 1.99 3/85 19936
/proc/meminfo: memFree=1155136/2055920 swapFree=4180312/4192956
[pid=19923] ppid=19921 vsize=862224 CPUtime=80.9
/proc/19923/stat : 19923 (java) S 19921 19923 16533 0 -1 0 573421 0 30 0 7841 249 0 0 18 0 13 0 420584554 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19923/statm: 215556 184727 1363 9 0 212918 0
[pid=19923/tid=19925] ppid=19921 vsize=862224 CPUtime=11.18
/proc/19923/task/19925/stat : 19925 (java) S 19921 19923 16533 0 -1 64 35436 0 1 0 1101 17 0 0 18 0 13 0 420584560 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19926] ppid=19921 vsize=862224 CPUtime=5.3
/proc/19923/task/19926/stat : 19926 (java) S 19921 19923 16533 0 -1 64 73253 0 0 0 496 34 0 0 16 0 13 0 420584561 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19927] ppid=19921 vsize=862224 CPUtime=6.16
/proc/19923/task/19927/stat : 19927 (java) S 19921 19923 16533 0 -1 64 78858 0 0 0 579 37 0 0 20 0 13 0 420584561 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19928] ppid=19921 vsize=862224 CPUtime=57.24
/proc/19923/task/19928/stat : 19928 (java) R 19921 19923 16533 0 -1 64 381260 0 0 0 5567 157 0 0 25 0 13 0 420584563 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19929] ppid=19921 vsize=862224 CPUtime=0
/proc/19923/task/19929/stat : 19929 (java) S 19921 19923 16533 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 420584564 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19930] ppid=19921 vsize=862224 CPUtime=0
/proc/19923/task/19930/stat : 19930 (java) S 19921 19923 16533 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 420584564 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19931] ppid=19921 vsize=862224 CPUtime=0
/proc/19923/task/19931/stat : 19931 (java) S 19921 19923 16533 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 420584568 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19932] ppid=19921 vsize=862224 CPUtime=0.32
/proc/19923/task/19932/stat : 19932 (java) S 19921 19923 16533 0 -1 64 550 0 0 0 32 0 0 0 16 0 13 0 420584568 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19933] ppid=19921 vsize=862224 CPUtime=0.62
/proc/19923/task/19933/stat : 19933 (java) S 19921 19923 16533 0 -1 64 3327 0 0 0 62 0 0 0 16 0 13 0 420584568 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19934] ppid=19921 vsize=862224 CPUtime=0
/proc/19923/task/19934/stat : 19934 (java) S 19921 19923 16533 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 420584568 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19935] ppid=19921 vsize=862224 CPUtime=0
/proc/19923/task/19935/stat : 19935 (java) S 19921 19923 16533 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 420584568 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19936] ppid=19921 vsize=862224 CPUtime=0
/proc/19923/task/19936/stat : 19936 (java) S 19921 19923 16533 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 420591867 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 80.9
Current children cumulated vsize (KiB) 862224

[startup+78.3025 s]
/proc/loadavg: 2.00 1.98 1.99 3/85 19936
/proc/meminfo: memFree=1155136/2055920 swapFree=4180312/4192956
[pid=19923] ppid=19921 vsize=862224 CPUtime=81.7
/proc/19923/stat : 19923 (java) S 19921 19923 16533 0 -1 0 573421 0 30 0 7921 249 0 0 18 0 13 0 420584554 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19923/statm: 215556 184727 1363 9 0 212918 0
[pid=19923/tid=19925] ppid=19921 vsize=862224 CPUtime=11.18
/proc/19923/task/19925/stat : 19925 (java) S 19921 19923 16533 0 -1 64 35436 0 1 0 1101 17 0 0 18 0 13 0 420584560 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19926] ppid=19921 vsize=862224 CPUtime=5.3
/proc/19923/task/19926/stat : 19926 (java) S 19921 19923 16533 0 -1 64 73253 0 0 0 496 34 0 0 16 0 13 0 420584561 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19927] ppid=19921 vsize=862224 CPUtime=6.16
/proc/19923/task/19927/stat : 19927 (java) S 19921 19923 16533 0 -1 64 78858 0 0 0 579 37 0 0 20 0 13 0 420584561 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19928] ppid=19921 vsize=862224 CPUtime=58.04
/proc/19923/task/19928/stat : 19928 (java) R 19921 19923 16533 0 -1 64 381260 0 0 0 5647 157 0 0 25 0 13 0 420584563 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 105678347 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19929] ppid=19921 vsize=862224 CPUtime=0
/proc/19923/task/19929/stat : 19929 (java) S 19921 19923 16533 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 420584564 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19930] ppid=19921 vsize=862224 CPUtime=0
/proc/19923/task/19930/stat : 19930 (java) S 19921 19923 16533 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 420584564 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19931] ppid=19921 vsize=862224 CPUtime=0
/proc/19923/task/19931/stat : 19931 (java) S 19921 19923 16533 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 420584568 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19932] ppid=19921 vsize=862224 CPUtime=0.32
/proc/19923/task/19932/stat : 19932 (java) S 19921 19923 16533 0 -1 64 550 0 0 0 32 0 0 0 16 0 13 0 420584568 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19933] ppid=19921 vsize=862224 CPUtime=0.62
/proc/19923/task/19933/stat : 19933 (java) S 19921 19923 16533 0 -1 64 3327 0 0 0 62 0 0 0 16 0 13 0 420584568 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19934] ppid=19921 vsize=862224 CPUtime=0
/proc/19923/task/19934/stat : 19934 (java) S 19921 19923 16533 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 420584568 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19935] ppid=19921 vsize=862224 CPUtime=0
/proc/19923/task/19935/stat : 19935 (java) S 19921 19923 16533 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 420584568 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19936] ppid=19921 vsize=862224 CPUtime=0
/proc/19923/task/19936/stat : 19936 (java) S 19921 19923 16533 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 420591867 882917376 184727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 81.7
Current children cumulated vsize (KiB) 862224

[startup+78.5025 s]
/proc/loadavg: 2.00 1.98 1.99 3/85 19936
/proc/meminfo: memFree=1155136/2055920 swapFree=4180312/4192956
[pid=19923] ppid=19921 vsize=830220 CPUtime=81.9
/proc/19923/stat : 19923 (java) S 19921 19923 16533 0 -1 0 573423 0 30 0 7941 249 0 0 18 0 12 0 420584554 850145280 176727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19923/statm: 207555 176727 1364 9 0 204917 0
[pid=19923/tid=19925] ppid=19921 vsize=830220 CPUtime=11.18
/proc/19923/task/19925/stat : 19925 (java) S 19921 19923 16533 0 -1 64 35436 0 1 0 1101 17 0 0 16 0 12 0 420584560 850145280 176727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19926] ppid=19921 vsize=830220 CPUtime=5.3
/proc/19923/task/19926/stat : 19926 (java) S 19921 19923 16533 0 -1 64 73253 0 0 0 496 34 0 0 16 0 12 0 420584561 850145280 176727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19927] ppid=19921 vsize=830220 CPUtime=6.16
/proc/19923/task/19927/stat : 19927 (java) S 19921 19923 16533 0 -1 64 78858 0 0 0 579 37 0 0 20 0 12 0 420584561 850145280 176727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19928] ppid=19921 vsize=830220 CPUtime=58.25
/proc/19923/task/19928/stat : 19928 (java) R 19921 19923 16533 0 -1 64 381260 0 0 0 5667 158 0 0 25 0 12 0 420584563 850145280 176727 996147200 134512640 134550740 4294956032 18446744073709551615 106122899 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19929] ppid=19921 vsize=830220 CPUtime=0
/proc/19923/task/19929/stat : 19929 (java) S 19921 19923 16533 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 420584564 850145280 176727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19930] ppid=19921 vsize=830220 CPUtime=0
/proc/19923/task/19930/stat : 19930 (java) S 19921 19923 16533 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 420584564 850145280 176727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19923/tid=19931] ppid=19921 vsize=830220 CPUtime=0
/proc/19923/task/19931/stat : 19931 (java) S 19921 19923 16533 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 420584568 850145280 176727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19932] ppid=19921 vsize=830220 CPUtime=0.32
/proc/19923/task/19932/stat : 19932 (java) S 19921 19923 16533 0 -1 64 550 0 0 0 32 0 0 0 16 0 12 0 420584568 850145280 176727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19933] ppid=19921 vsize=830220 CPUtime=0.62
/proc/19923/task/19933/stat : 19933 (java) S 19921 19923 16533 0 -1 64 3327 0 0 0 62 0 0 0 16 0 12 0 420584568 850145280 176727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19934] ppid=19921 vsize=830220 CPUtime=0
/proc/19923/task/19934/stat : 19934 (java) S 19921 19923 16533 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 420584568 850145280 176727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19923/tid=19935] ppid=19921 vsize=830220 CPUtime=0
/proc/19923/task/19935/stat : 19935 (java) S 19921 19923 16533 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 420584568 850145280 176727 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 81.9
Current children cumulated vsize (KiB) 830220

[startup+78.6025 s]
/proc/loadavg: 2.00 1.98 1.99 3/85 19936
/proc/meminfo: memFree=1155136/2055920 swapFree=4180312/4192956
[pid=19923] ppid=19921 vsize=0 CPUtime=81.96
/proc/19923/stat : 19923 (java) Z 19921 19923 16533 0 -1 12 573428 0 30 0 7945 251 0 0 16 0 2 0 420584554 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19923/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 81.96
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 78.6883
CPU time (s): 82.0575
CPU user time (s): 79.4549
CPU system time (s): 2.6026
CPU usage (%): 104.282
Max. virtual memory (cumulated for all children) (KiB): 878228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.4549
system time used= 2.6026
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 573428
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2289
involuntary context switches= 1448

runsolver used 0.122981 second user time and 0.247962 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-04 07:34:32
IDJOB=1066985
IDBENCH=55156
IDSOLVER=344
FILE ID=node49/1066985-1215149672
PBS_JOBID= 7877307
Free space on /tmp= 66560 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg15-16_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066985-1215149672/watcher-1066985-1215149672 -o /tmp/evaluation-result-1066985-1215149672/solver-1066985-1215149672 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1066985-1215149672.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 24ac4d403780cbef16b04fa2e8973bed
RANDOM SEED=2073950923

node49.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.249
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.249
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:       1897800 kB
Buffers:          7560 kB
Cached:          89080 kB
SwapCached:       5496 kB
Active:          83516 kB
Inactive:        25004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1897800 kB
SwapTotal:     4192956 kB
SwapFree:      4180312 kB
Dirty:            1420 kB
Writeback:           0 kB
Mapped:          19504 kB
Slab:            34780 kB
Committed_AS:   777864 kB
PageTables:       1716 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= 66556 MiB
End job on node49 at 2008-07-04 07:35:51