Trace number 2068765

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? 103.07 101.736

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-05-10.xml
MD5SUMc78eab962cad623115e260fe085ee70c
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.040993
Satisfiable
(Un)Satisfiability was proved
Number of variables17
Number of constraints39
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension10
Number of constraints which are defined in intension29
Global constraints used (with number of constraints)

Solver Data

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

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-2068765-1247348245/watcher-2068765-1247348245 -o /tmp/evaluation-result-2068765-1247348245/solver-2068765-1247348245 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068765-1247348245.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.19 2.12 2.04 4/75 16626
/proc/meminfo: memFree=1292008/2055920 swapFree=4192948/4192956
[pid=16626] ppid=16624 vsize=18576 CPUtime=0
/proc/16626/stat : 16626 (runsolver) R 16624 16626 16327 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 21889905 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 214945033511 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/16626/statm: 4644 284 249 26 0 2626 0

[startup+0.0310371 s]
/proc/loadavg: 2.19 2.12 2.04 4/75 16626
/proc/meminfo: memFree=1292008/2055920 swapFree=4192948/4192956
[pid=16626] ppid=16624 vsize=798736 CPUtime=0.01
/proc/16626/stat : 16626 (java) S 16624 16626 16327 0 -1 0 1820 0 1 0 0 1 0 0 20 0 4 0 21889905 817905664 1567 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/16626/statm: 199684 1567 512 9 0 197436 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798736

[startup+0.10104 s]
/proc/loadavg: 2.19 2.12 2.04 4/75 16626
/proc/meminfo: memFree=1292008/2055920 swapFree=4192948/4192956
[pid=16626] ppid=16624 vsize=804560 CPUtime=0.08
/proc/16626/stat : 16626 (java) S 16624 16626 16327 0 -1 0 3005 0 1 0 5 3 0 0 20 0 12 0 21889905 823869440 2748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16626/statm: 201140 2748 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301065 s]
/proc/loadavg: 2.19 2.12 2.04 4/75 16626
/proc/meminfo: memFree=1292008/2055920 swapFree=4192948/4192956
[pid=16626] ppid=16624 vsize=805808 CPUtime=0.27
/proc/16626/stat : 16626 (java) S 16624 16626 16327 0 -1 0 4361 0 1 0 24 3 0 0 20 0 12 0 21889905 825147392 4098 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16626/statm: 201452 4098 1359 9 0 198779 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805808

[startup+0.701109 s]
/proc/loadavg: 2.19 2.12 2.04 4/75 16626
/proc/meminfo: memFree=1292008/2055920 swapFree=4192948/4192956
[pid=16626] ppid=16624 vsize=808056 CPUtime=0.68
/proc/16626/stat : 16626 (java) S 16624 16626 16327 0 -1 0 6098 0 1 0 63 5 0 0 20 0 12 0 21889905 827449344 5365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16626/statm: 202014 5365 1392 9 0 199341 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808056

[startup+1.5022 s]
/proc/loadavg: 2.19 2.12 2.04 3/87 16638
/proc/meminfo: memFree=1271368/2055920 swapFree=4192948/4192956
[pid=16626] ppid=16624 vsize=812892 CPUtime=1.51
/proc/16626/stat : 16626 (java) S 16624 16626 16327 0 -1 0 11342 0 1 0 143 8 0 0 20 0 12 0 21889905 832401408 9365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16626/statm: 203223 9365 1407 9 0 200550 0
[pid=16626/tid=16628] ppid=16624 vsize=812892 CPUtime=0.63
/proc/16626/task/16628/stat : 16628 (java) R 16624 16626 16327 0 -1 64 6505 0 1 0 58 5 0 0 25 0 12 0 21889906 832401408 9365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=812892 CPUtime=0
/proc/16626/task/16629/stat : 16629 (java) S 16624 16626 16327 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 21889907 832401408 9365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16630] ppid=16624 vsize=812892 CPUtime=0
/proc/16626/task/16630/stat : 16630 (java) S 16624 16626 16327 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 21889907 832401408 9365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16631] ppid=16624 vsize=812892 CPUtime=0
/proc/16626/task/16631/stat : 16631 (java) S 16624 16626 16327 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 21889909 832401408 9365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16632] ppid=16624 vsize=812892 CPUtime=0
/proc/16626/task/16632/stat : 16632 (java) S 16624 16626 16327 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 21889910 832401408 9365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16633] ppid=16624 vsize=812892 CPUtime=0
/proc/16626/task/16633/stat : 16633 (java) S 16624 16626 16327 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21889910 832401408 9365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16634] ppid=16624 vsize=812892 CPUtime=0
/proc/16626/task/16634/stat : 16634 (java) S 16624 16626 16327 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21889914 832401408 9365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16635] ppid=16624 vsize=812892 CPUtime=0.21
/proc/16626/task/16635/stat : 16635 (java) R 16624 16626 16327 0 -1 64 371 0 0 0 21 0 0 0 16 0 12 0 21889914 832401408 9365 996147200 134512640 134550932 4294956016 18446744073709551615 103124779 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16636] ppid=16624 vsize=812892 CPUtime=0.63
/proc/16626/task/16636/stat : 16636 (java) S 16624 16626 16327 0 -1 64 3726 0 0 0 62 1 0 0 16 0 12 0 21889914 832401408 9365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16637] ppid=16624 vsize=812892 CPUtime=0
/proc/16626/task/16637/stat : 16637 (java) S 16624 16626 16327 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21889914 832401408 9365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16638] ppid=16624 vsize=812892 CPUtime=0
/proc/16626/task/16638/stat : 16638 (java) S 16624 16626 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21889914 832401408 9365 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 812892

[startup+3.10238 s]
/proc/loadavg: 2.19 2.12 2.04 3/87 16638
/proc/meminfo: memFree=1253256/2055920 swapFree=4192948/4192956
[pid=16626] ppid=16624 vsize=812964 CPUtime=3.1
/proc/16626/stat : 16626 (java) S 16624 16626 16327 0 -1 0 23403 0 1 0 295 15 0 0 20 0 12 0 21889905 832475136 20838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16626/statm: 203241 20838 1431 9 0 200568 0
[pid=16626/tid=16628] ppid=16624 vsize=812964 CPUtime=1.48
/proc/16626/task/16628/stat : 16628 (java) R 16624 16626 16327 0 -1 64 17192 0 1 0 137 11 0 0 25 0 12 0 21889906 832475136 20838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=812964 CPUtime=0.01
/proc/16626/task/16629/stat : 16629 (java) R 16624 16626 16327 0 -1 64 548 0 0 0 1 0 0 0 16 0 12 0 21889907 832475136 20838 996147200 134512640 134550932 4294956016 18446744073709551615 106197460 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16630] ppid=16624 vsize=812964 CPUtime=0
/proc/16626/task/16630/stat : 16630 (java) R 16624 16626 16327 0 -1 64 121 0 0 0 0 0 0 0 16 0 12 0 21889907 832475136 20838 996147200 134512640 134550932 4294956016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16631] ppid=16624 vsize=812964 CPUtime=0
/proc/16626/task/16631/stat : 16631 (java) S 16624 16626 16327 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 21889909 832475136 20838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16632] ppid=16624 vsize=812964 CPUtime=0
/proc/16626/task/16632/stat : 16632 (java) S 16624 16626 16327 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 21889910 832475136 20838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16633] ppid=16624 vsize=812964 CPUtime=0
/proc/16626/task/16633/stat : 16633 (java) S 16624 16626 16327 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 21889910 832475136 20838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16634] ppid=16624 vsize=812964 CPUtime=0
/proc/16626/task/16634/stat : 16634 (java) S 16624 16626 16327 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21889914 832475136 20838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16635] ppid=16624 vsize=812964 CPUtime=0.93
/proc/16626/task/16635/stat : 16635 (java) S 16624 16626 16327 0 -1 64 1077 0 0 0 93 0 0 0 17 0 12 0 21889914 832475136 20838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16636] ppid=16624 vsize=812964 CPUtime=0.63
/proc/16626/task/16636/stat : 16636 (java) S 16624 16626 16327 0 -1 64 3726 0 0 0 62 1 0 0 16 0 12 0 21889914 832475136 20838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16637] ppid=16624 vsize=812964 CPUtime=0
/proc/16626/task/16637/stat : 16637 (java) S 16624 16626 16327 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21889914 832475136 20838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16638] ppid=16624 vsize=812964 CPUtime=0
/proc/16626/task/16638/stat : 16638 (java) S 16624 16626 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21889914 832475136 20838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 812964

[startup+6.30274 s]
/proc/loadavg: 2.18 2.12 2.04 3/87 16638
/proc/meminfo: memFree=1196688/2055920 swapFree=4192948/4192956
[pid=16626] ppid=16624 vsize=812932 CPUtime=6.31
/proc/16626/stat : 16626 (java) S 16624 16626 16327 0 -1 0 27665 0 1 0 614 17 0 0 20 0 12 0 21889905 832442368 25049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16626/statm: 203233 25049 1435 9 0 200560 0
[pid=16626/tid=16628] ppid=16624 vsize=812932 CPUtime=4.35
/proc/16626/task/16628/stat : 16628 (java) R 16624 16626 16327 0 -1 64 17201 0 1 0 424 11 0 0 25 0 12 0 21889906 832442368 25049 996147200 134512640 134550932 4294956016 18446744073709551615 4109782174 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=812932 CPUtime=0.17
/proc/16626/task/16629/stat : 16629 (java) S 16624 16626 16327 0 -1 64 2733 0 0 0 17 0 0 0 16 0 12 0 21889907 832442368 25049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16630] ppid=16624 vsize=812932 CPUtime=0.15
/proc/16626/task/16630/stat : 16630 (java) S 16624 16626 16327 0 -1 64 2176 0 0 0 14 1 0 0 16 0 12 0 21889907 832442368 25049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16631] ppid=16624 vsize=812932 CPUtime=0
/proc/16626/task/16631/stat : 16631 (java) S 16624 16626 16327 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21889909 832442368 25049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16632] ppid=16624 vsize=812932 CPUtime=0
/proc/16626/task/16632/stat : 16632 (java) S 16624 16626 16327 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21889910 832442368 25049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16633] ppid=16624 vsize=812932 CPUtime=0
/proc/16626/task/16633/stat : 16633 (java) S 16624 16626 16327 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21889910 832442368 25049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16634] ppid=16624 vsize=812932 CPUtime=0
/proc/16626/task/16634/stat : 16634 (java) S 16624 16626 16327 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21889914 832442368 25049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16635] ppid=16624 vsize=812932 CPUtime=0.93
/proc/16626/task/16635/stat : 16635 (java) S 16624 16626 16327 0 -1 64 1077 0 0 0 93 0 0 0 17 0 12 0 21889914 832442368 25049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16636] ppid=16624 vsize=812932 CPUtime=0.63
/proc/16626/task/16636/stat : 16636 (java) S 16624 16626 16327 0 -1 64 3726 0 0 0 62 1 0 0 16 0 12 0 21889914 832442368 25049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16637] ppid=16624 vsize=812932 CPUtime=0
/proc/16626/task/16637/stat : 16637 (java) S 16624 16626 16327 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21889914 832442368 25049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16638] ppid=16624 vsize=812932 CPUtime=0
/proc/16626/task/16638/stat : 16638 (java) S 16624 16626 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21889914 832442368 25049 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 812932

[startup+12.7025 s]
/proc/loadavg: 2.32 2.15 2.05 5/87 16638
/proc/meminfo: memFree=1092944/2055920 swapFree=4192948/4192956
[pid=16626] ppid=16624 vsize=814216 CPUtime=12.98
/proc/16626/stat : 16626 (java) S 16624 16626 16327 0 -1 0 63239 0 1 0 1261 37 0 0 20 0 12 0 21889905 833757184 60220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16626/statm: 203554 60220 1435 9 0 200881 0
[pid=16626/tid=16628] ppid=16624 vsize=814216 CPUtime=8.84
/proc/16626/task/16628/stat : 16628 (java) R 16624 16626 16327 0 -1 64 17214 0 1 0 873 11 0 0 25 0 12 0 21889906 833757184 60220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=814216 CPUtime=1.28
/proc/16626/task/16629/stat : 16629 (java) R 16624 16626 16327 0 -1 64 18953 0 0 0 119 9 0 0 17 0 12 0 21889907 833757184 60220 996147200 134512640 134550932 4294956016 18446744073709551615 106195384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16630] ppid=16624 vsize=814216 CPUtime=1.2
/proc/16626/task/16630/stat : 16630 (java) R 16624 16626 16327 0 -1 64 21517 0 0 0 109 11 0 0 17 0 12 0 21889907 833757184 60220 996147200 134512640 134550932 4294956016 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16631] ppid=16624 vsize=814216 CPUtime=0
/proc/16626/task/16631/stat : 16631 (java) S 16624 16626 16327 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21889909 833757184 60220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16632] ppid=16624 vsize=814216 CPUtime=0
/proc/16626/task/16632/stat : 16632 (java) S 16624 16626 16327 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21889910 833757184 60220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16633] ppid=16624 vsize=814216 CPUtime=0
/proc/16626/task/16633/stat : 16633 (java) S 16624 16626 16327 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21889910 833757184 60220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16634] ppid=16624 vsize=814216 CPUtime=0
/proc/16626/task/16634/stat : 16634 (java) S 16624 16626 16327 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21889914 833757184 60220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16635] ppid=16624 vsize=814216 CPUtime=0.94
/proc/16626/task/16635/stat : 16635 (java) S 16624 16626 16327 0 -1 64 1077 0 0 0 94 0 0 0 17 0 12 0 21889914 833757184 60220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16636] ppid=16624 vsize=814216 CPUtime=0.63
/proc/16626/task/16636/stat : 16636 (java) S 16624 16626 16327 0 -1 64 3726 0 0 0 62 1 0 0 16 0 12 0 21889914 833757184 60220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16637] ppid=16624 vsize=814216 CPUtime=0
/proc/16626/task/16637/stat : 16637 (java) S 16624 16626 16327 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21889914 833757184 60220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16638] ppid=16624 vsize=814216 CPUtime=0
/proc/16626/task/16638/stat : 16638 (java) S 16624 16626 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21889914 833757184 60220 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.98
Current children cumulated vsize (KiB) 814216

[startup+25.5019 s]
/proc/loadavg: 2.47 2.19 2.06 5/87 16638
/proc/meminfo: memFree=640976/2055920 swapFree=4192948/4192956
[pid=16626] ppid=16624 vsize=816780 CPUtime=27.01
/proc/16626/stat : 16626 (java) S 16624 16626 16327 0 -1 0 171552 0 1 0 2612 89 0 0 20 0 12 0 21889905 836382720 163680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16626/statm: 204195 163680 1437 9 0 201522 0
[pid=16626/tid=16628] ppid=16624 vsize=816780 CPUtime=12.84
/proc/16626/task/16628/stat : 16628 (java) R 16624 16626 16327 0 -1 64 35667 0 1 0 1263 21 0 0 17 0 12 0 21889906 836382720 163680 996147200 134512640 134550932 4294956016 18446744073709551615 4109713928 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=816780 CPUtime=4.88
/proc/16626/task/16629/stat : 16629 (java) S 16624 16626 16327 0 -1 64 58491 0 0 0 460 28 0 0 18 0 12 0 21889907 836382720 163680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16630] ppid=16624 vsize=816780 CPUtime=4.76
/proc/16626/task/16630/stat : 16630 (java) S 16624 16626 16327 0 -1 64 71837 0 0 0 440 36 0 0 17 0 12 0 21889907 836382720 163680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16631] ppid=16624 vsize=816780 CPUtime=2.89
/proc/16626/task/16631/stat : 16631 (java) R 16624 16626 16327 0 -1 64 13 0 0 0 289 0 0 0 19 0 12 0 21889909 836382720 163680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16632] ppid=16624 vsize=816780 CPUtime=0
/proc/16626/task/16632/stat : 16632 (java) S 16624 16626 16327 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21889910 836382720 163680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16633] ppid=16624 vsize=816780 CPUtime=0
/proc/16626/task/16633/stat : 16633 (java) S 16624 16626 16327 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21889910 836382720 163680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16634] ppid=16624 vsize=816780 CPUtime=0
/proc/16626/task/16634/stat : 16634 (java) S 16624 16626 16327 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21889914 836382720 163680 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16635] ppid=16624 vsize=816780 CPUtime=0.94

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

[pid=16626/tid=16637] ppid=16624 vsize=880784 CPUtime=0
/proc/16626/task/16637/stat : 16637 (java) S 16624 16626 16327 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21889914 901922816 189701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16638] ppid=16624 vsize=880784 CPUtime=0
/proc/16626/task/16638/stat : 16638 (java) S 16624 16626 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21889914 901922816 189701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 78.17
Current children cumulated vsize (KiB) 880784

[startup+89.5022 s]
/proc/loadavg: 2.17 2.15 2.06 3/87 16638
/proc/meminfo: memFree=568144/2055920 swapFree=4192948/4192956
[pid=16626] ppid=16624 vsize=880784 CPUtime=90.91
/proc/16626/stat : 16626 (java) S 16624 16626 16327 0 -1 0 609329 0 1 0 8775 316 0 0 20 0 12 0 21889905 901922816 189701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16626/statm: 220196 189701 1437 9 0 217523 0
[pid=16626/tid=16628] ppid=16624 vsize=880784 CPUtime=13.82
/proc/16626/task/16628/stat : 16628 (java) S 16624 16626 16327 0 -1 64 35682 0 1 0 1361 21 0 0 17 0 12 0 21889906 901922816 189701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16629] ppid=16624 vsize=880784 CPUtime=5.31
/proc/16626/task/16629/stat : 16629 (java) S 16624 16626 16327 0 -1 64 60011 0 0 0 502 29 0 0 18 0 12 0 21889907 901922816 189701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16630] ppid=16624 vsize=880784 CPUtime=5.05
/proc/16626/task/16630/stat : 16630 (java) S 16624 16626 16327 0 -1 64 73051 0 0 0 469 36 0 0 16 0 12 0 21889907 901922816 189701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16631] ppid=16624 vsize=880784 CPUtime=65.08
/proc/16626/task/16631/stat : 16631 (java) R 16624 16626 16327 0 -1 64 435041 0 0 0 6283 225 0 0 25 0 12 0 21889909 901922816 189701 996147200 134512640 134550932 4294956016 18446744073709551615 105696577 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16632] ppid=16624 vsize=880784 CPUtime=0
/proc/16626/task/16632/stat : 16632 (java) S 16624 16626 16327 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21889910 901922816 189701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16633] ppid=16624 vsize=880784 CPUtime=0
/proc/16626/task/16633/stat : 16633 (java) S 16624 16626 16327 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21889910 901922816 189701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16634] ppid=16624 vsize=880784 CPUtime=0
/proc/16626/task/16634/stat : 16634 (java) S 16624 16626 16327 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21889914 901922816 189701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16635] ppid=16624 vsize=880784 CPUtime=0.94
/proc/16626/task/16635/stat : 16635 (java) S 16624 16626 16327 0 -1 64 1077 0 0 0 94 0 0 0 17 0 12 0 21889914 901922816 189701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16636] ppid=16624 vsize=880784 CPUtime=0.63
/proc/16626/task/16636/stat : 16636 (java) S 16624 16626 16327 0 -1 64 3726 0 0 0 62 1 0 0 16 0 12 0 21889914 901922816 189701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16637] ppid=16624 vsize=880784 CPUtime=0
/proc/16626/task/16637/stat : 16637 (java) S 16624 16626 16327 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21889914 901922816 189701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16638] ppid=16624 vsize=880784 CPUtime=0
/proc/16626/task/16638/stat : 16638 (java) S 16624 16626 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21889914 901922816 189701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 90.91
Current children cumulated vsize (KiB) 880784

[startup+95.9029 s]
/proc/loadavg: 2.14 2.14 2.06 3/87 16638
/proc/meminfo: memFree=598352/2055920 swapFree=4192948/4192956
[pid=16626] ppid=16624 vsize=818784 CPUtime=97.28
/proc/16626/stat : 16626 (java) S 16624 16626 16327 0 -1 0 641339 0 1 0 9394 334 0 0 20 0 12 0 21889905 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16626/statm: 204696 174201 1436 9 0 202023 0
[pid=16626/tid=16628] ppid=16624 vsize=818784 CPUtime=13.82
/proc/16626/task/16628/stat : 16628 (java) S 16624 16626 16327 0 -1 64 35685 0 1 0 1361 21 0 0 16 0 12 0 21889906 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16629] ppid=16624 vsize=818784 CPUtime=5.31
/proc/16626/task/16629/stat : 16629 (java) S 16624 16626 16327 0 -1 64 60011 0 0 0 502 29 0 0 18 0 12 0 21889907 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16630] ppid=16624 vsize=818784 CPUtime=5.05
/proc/16626/task/16630/stat : 16630 (java) S 16624 16626 16327 0 -1 64 73051 0 0 0 469 36 0 0 16 0 12 0 21889907 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16631] ppid=16624 vsize=818784 CPUtime=71.45
/proc/16626/task/16631/stat : 16631 (java) R 16624 16626 16327 0 -1 64 467048 0 0 0 6902 243 0 0 25 0 12 0 21889909 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 105696659 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16632] ppid=16624 vsize=818784 CPUtime=0
/proc/16626/task/16632/stat : 16632 (java) S 16624 16626 16327 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21889910 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16633] ppid=16624 vsize=818784 CPUtime=0
/proc/16626/task/16633/stat : 16633 (java) S 16624 16626 16327 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21889910 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16634] ppid=16624 vsize=818784 CPUtime=0
/proc/16626/task/16634/stat : 16634 (java) S 16624 16626 16327 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21889914 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16635] ppid=16624 vsize=818784 CPUtime=0.94
/proc/16626/task/16635/stat : 16635 (java) S 16624 16626 16327 0 -1 64 1077 0 0 0 94 0 0 0 17 0 12 0 21889914 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16636] ppid=16624 vsize=818784 CPUtime=0.63
/proc/16626/task/16636/stat : 16636 (java) S 16624 16626 16327 0 -1 64 3726 0 0 0 62 1 0 0 16 0 12 0 21889914 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16637] ppid=16624 vsize=818784 CPUtime=0
/proc/16626/task/16637/stat : 16637 (java) S 16624 16626 16327 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21889914 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16638] ppid=16624 vsize=818784 CPUtime=0
/proc/16626/task/16638/stat : 16638 (java) S 16624 16626 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21889914 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 97.28
Current children cumulated vsize (KiB) 818784

[startup+99.1023 s]
/proc/loadavg: 2.14 2.14 2.06 3/87 16638
/proc/meminfo: memFree=598352/2055920 swapFree=4192948/4192956
[pid=16626] ppid=16624 vsize=818784 CPUtime=100.47
/proc/16626/stat : 16626 (java) S 16624 16626 16327 0 -1 0 641841 0 1 0 9712 335 0 0 20 0 12 0 21889905 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16626/statm: 204696 174201 1436 9 0 202023 0
[pid=16626/tid=16628] ppid=16624 vsize=818784 CPUtime=13.82
/proc/16626/task/16628/stat : 16628 (java) S 16624 16626 16327 0 -1 64 35686 0 1 0 1361 21 0 0 17 0 12 0 21889906 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16629] ppid=16624 vsize=818784 CPUtime=5.31
/proc/16626/task/16629/stat : 16629 (java) S 16624 16626 16327 0 -1 64 60011 0 0 0 502 29 0 0 18 0 12 0 21889907 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16630] ppid=16624 vsize=818784 CPUtime=5.05
/proc/16626/task/16630/stat : 16630 (java) S 16624 16626 16327 0 -1 64 73051 0 0 0 469 36 0 0 16 0 12 0 21889907 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16631] ppid=16624 vsize=818784 CPUtime=74.65
/proc/16626/task/16631/stat : 16631 (java) R 16624 16626 16327 0 -1 64 467549 0 0 0 7221 244 0 0 25 0 12 0 21889909 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 106157712 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16632] ppid=16624 vsize=818784 CPUtime=0
/proc/16626/task/16632/stat : 16632 (java) S 16624 16626 16327 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21889910 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16633] ppid=16624 vsize=818784 CPUtime=0
/proc/16626/task/16633/stat : 16633 (java) S 16624 16626 16327 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21889910 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16634] ppid=16624 vsize=818784 CPUtime=0
/proc/16626/task/16634/stat : 16634 (java) S 16624 16626 16327 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21889914 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16635] ppid=16624 vsize=818784 CPUtime=0.94
/proc/16626/task/16635/stat : 16635 (java) S 16624 16626 16327 0 -1 64 1077 0 0 0 94 0 0 0 17 0 12 0 21889914 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16636] ppid=16624 vsize=818784 CPUtime=0.63
/proc/16626/task/16636/stat : 16636 (java) S 16624 16626 16327 0 -1 64 3726 0 0 0 62 1 0 0 16 0 12 0 21889914 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16637] ppid=16624 vsize=818784 CPUtime=0
/proc/16626/task/16637/stat : 16637 (java) S 16624 16626 16327 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21889914 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16638] ppid=16624 vsize=818784 CPUtime=0
/proc/16626/task/16638/stat : 16638 (java) S 16624 16626 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21889914 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.47
Current children cumulated vsize (KiB) 818784

[startup+100.702 s]
/proc/loadavg: 2.13 2.14 2.06 3/87 16638
/proc/meminfo: memFree=598352/2055920 swapFree=4192948/4192956
[pid=16626] ppid=16624 vsize=818784 CPUtime=102.06
/proc/16626/stat : 16626 (java) S 16624 16626 16327 0 -1 0 641841 0 1 0 9871 335 0 0 20 0 12 0 21889905 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16626/statm: 204696 174201 1436 9 0 202023 0
[pid=16626/tid=16628] ppid=16624 vsize=818784 CPUtime=13.82
/proc/16626/task/16628/stat : 16628 (java) S 16624 16626 16327 0 -1 64 35686 0 1 0 1361 21 0 0 17 0 12 0 21889906 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16629] ppid=16624 vsize=818784 CPUtime=5.31
/proc/16626/task/16629/stat : 16629 (java) S 16624 16626 16327 0 -1 64 60011 0 0 0 502 29 0 0 18 0 12 0 21889907 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16630] ppid=16624 vsize=818784 CPUtime=5.05
/proc/16626/task/16630/stat : 16630 (java) S 16624 16626 16327 0 -1 64 73051 0 0 0 469 36 0 0 16 0 12 0 21889907 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16631] ppid=16624 vsize=818784 CPUtime=76.24
/proc/16626/task/16631/stat : 16631 (java) R 16624 16626 16327 0 -1 64 467549 0 0 0 7380 244 0 0 25 0 12 0 21889909 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 106158794 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16632] ppid=16624 vsize=818784 CPUtime=0
/proc/16626/task/16632/stat : 16632 (java) S 16624 16626 16327 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21889910 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16633] ppid=16624 vsize=818784 CPUtime=0
/proc/16626/task/16633/stat : 16633 (java) S 16624 16626 16327 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21889910 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16634] ppid=16624 vsize=818784 CPUtime=0
/proc/16626/task/16634/stat : 16634 (java) S 16624 16626 16327 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21889914 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16635] ppid=16624 vsize=818784 CPUtime=0.94
/proc/16626/task/16635/stat : 16635 (java) S 16624 16626 16327 0 -1 64 1077 0 0 0 94 0 0 0 17 0 12 0 21889914 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16636] ppid=16624 vsize=818784 CPUtime=0.63
/proc/16626/task/16636/stat : 16636 (java) S 16624 16626 16327 0 -1 64 3726 0 0 0 62 1 0 0 16 0 12 0 21889914 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16637] ppid=16624 vsize=818784 CPUtime=0
/proc/16626/task/16637/stat : 16637 (java) S 16624 16626 16327 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21889914 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16638] ppid=16624 vsize=818784 CPUtime=0
/proc/16626/task/16638/stat : 16638 (java) S 16624 16626 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21889914 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 818784

[startup+101.502 s]
/proc/loadavg: 2.13 2.14 2.06 3/87 16638
/proc/meminfo: memFree=598352/2055920 swapFree=4192948/4192956
[pid=16626] ppid=16624 vsize=818784 CPUtime=102.86
/proc/16626/stat : 16626 (java) S 16624 16626 16327 0 -1 0 641841 0 1 0 9951 335 0 0 20 0 12 0 21889905 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16626/statm: 204696 174201 1436 9 0 202023 0
[pid=16626/tid=16628] ppid=16624 vsize=818784 CPUtime=13.82
/proc/16626/task/16628/stat : 16628 (java) S 16624 16626 16327 0 -1 64 35686 0 1 0 1361 21 0 0 17 0 12 0 21889906 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16629] ppid=16624 vsize=818784 CPUtime=5.31
/proc/16626/task/16629/stat : 16629 (java) S 16624 16626 16327 0 -1 64 60011 0 0 0 502 29 0 0 18 0 12 0 21889907 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16630] ppid=16624 vsize=818784 CPUtime=5.05
/proc/16626/task/16630/stat : 16630 (java) S 16624 16626 16327 0 -1 64 73051 0 0 0 469 36 0 0 16 0 12 0 21889907 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16631] ppid=16624 vsize=818784 CPUtime=77.03
/proc/16626/task/16631/stat : 16631 (java) R 16624 16626 16327 0 -1 64 467549 0 0 0 7459 244 0 0 25 0 12 0 21889909 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 106159193 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16632] ppid=16624 vsize=818784 CPUtime=0
/proc/16626/task/16632/stat : 16632 (java) S 16624 16626 16327 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 21889910 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16633] ppid=16624 vsize=818784 CPUtime=0
/proc/16626/task/16633/stat : 16633 (java) S 16624 16626 16327 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21889910 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16634] ppid=16624 vsize=818784 CPUtime=0
/proc/16626/task/16634/stat : 16634 (java) S 16624 16626 16327 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21889914 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16635] ppid=16624 vsize=818784 CPUtime=0.94
/proc/16626/task/16635/stat : 16635 (java) S 16624 16626 16327 0 -1 64 1077 0 0 0 94 0 0 0 17 0 12 0 21889914 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16636] ppid=16624 vsize=818784 CPUtime=0.63
/proc/16626/task/16636/stat : 16636 (java) S 16624 16626 16327 0 -1 64 3726 0 0 0 62 1 0 0 16 0 12 0 21889914 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16626/tid=16637] ppid=16624 vsize=818784 CPUtime=0
/proc/16626/task/16637/stat : 16637 (java) S 16624 16626 16327 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21889914 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16626/tid=16638] ppid=16624 vsize=818784 CPUtime=0
/proc/16626/task/16638/stat : 16638 (java) S 16624 16626 16327 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21889914 838434816 174201 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.86
Current children cumulated vsize (KiB) 818784

[startup+101.702 s]
/proc/loadavg: 2.13 2.14 2.06 3/87 16638
/proc/meminfo: memFree=598352/2055920 swapFree=4192948/4192956
[pid=16626] ppid=16624 vsize=0 CPUtime=103.03
/proc/16626/stat : 16626 (java) Z 16624 16626 16327 0 -1 12 641857 0 1 0 9961 342 0 0 16 0 2 0 21889905 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16626/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 103.03
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 101.736
CPU time (s): 103.07
CPU user time (s): 99.6139
CPU system time (s): 3.45647
CPU usage (%): 101.311
Max. virtual memory (cumulated for all children) (KiB): 912788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 99.6139
system time used= 3.45647
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 641857
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= 3326
involuntary context switches= 4317

runsolver used 0.140978 second user time and 0.339948 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-11 23:37:26
IDJOB=2068765
IDBENCH=54929
IDSOLVER=731
FILE ID=node85/2068765-1247348245
PBS_JOBID= 9506835
Free space on /tmp= 126464 MiB

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

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

MD5SUM BENCH= c78eab962cad623115e260fe085ee70c
RANDOM SEED=1321207632

node85.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1292424 kB
Buffers:         70600 kB
Cached:         470264 kB
SwapCached:          8 kB
Active:         211456 kB
Inactive:       476284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1292424 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            1572 kB
Writeback:           0 kB
Mapped:         158100 kB
Slab:            60788 kB
Committed_AS:   274804 kB
PageTables:       2048 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126464 MiB
End job on node85 at 2009-07-11 23:39:08