Trace number 1070811

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.3105 81.1433

General information on the benchmark

Namecsp/ukPuzzle/
normalized-crossword-m1-uk-puzzle19.xml
MD5SUM091845f967531c469848bd4cbe23bffa
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.893863
Satisfiable
(Un)Satisfiability was proved
Number of variables187
Number of constraints913
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension80
Number of constraints which are defined in intension833
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.29	c See www.sat4j.org for details.
0.19/0.29	c That software uses the Rhino library from the Mozilla project.
0.28/0.33	c version 9.9.9.token
0.28/0.33	c sun.arch.data.model	32
0.28/0.33	c java.version	1.6.0_06
0.28/0.33	c os.name	Linux
0.28/0.33	c os.version	2.6.9-22.EL.rootsmp
0.28/0.33	c os.arch	i386
0.28/0.33	c Free memory 669864272
0.28/0.33	c Max memory 672137216
0.28/0.33	c Total memory 672137216
0.28/0.33	c Number of processors 2
0.28/0.38	c c --- Begin Solver configuration ---
0.28/0.38	c Stops conflict analysis at the first Unique Implication Point
0.28/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.38	c Learn all clauses as in MiniSAT
0.28/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.38	c Expensive reason simplification
0.28/0.38	c MiniSAT restarts strategy
0.28/0.38	c timeout=2147483s
0.28/0.38	c DB Simplification allowed=false
0.28/0.38	c --- End Solver configuration ---
0.28/0.38	c solving HOME/instance-1070811-1215167280.xml
0.28/0.38	c reading problem ... 
0.59/0.63	c reading problem named null
0.59/0.63	c reading domains done.
0.59/0.64	c reading variables done.
0.78/0.86	c reading relations done.
2.79/2.87	c reading predicates  done.
2.98/3.04	c reading constraints
71.89/70.71	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
82.18/81.01		at org.sat4j.core.Vec.ensure(Vec.java:175)
82.18/81.01		at org.sat4j.core.Vec.push(Vec.java:182)
82.18/81.01		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:222)
82.18/81.01		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(OriginalWLClause.java:53)
82.18/81.01		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:79)
82.18/81.01		at org.sat4j.minisat.constraints.MixedDataStructureDaniel.createClause(MixedDataStructureDaniel.java:69)
82.18/81.01		at org.sat4j.minisat.core.Solver.addClause(Solver.java:303)
82.18/81.01		at org.sat4j.csp.encodings.DirectEncoding.onNogood(DirectEncoding.java:60)
82.18/81.01		at org.sat4j.csp.constraints.Supports.find(Supports.java:77)
82.18/81.01		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
82.18/81.01		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
82.18/81.01		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
82.18/81.01		at org.sat4j.csp.constraints.Supports.find(Supports.java:86)
82.18/81.01		at org.sat4j.csp.constraints.Supports.toClause(Supports.java:66)
82.18/81.01		at org.sat4j.reader.CSPReader.endConstraint(CSPReader.java:479)
82.18/81.01		at org.sat4j.csp.xml.Constraint.endElement(Constraint.java:50)
82.18/81.01		at org.sat4j.csp.xml.InstanceParser.endElement(InstanceParser.java:49)
82.18/81.01		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
82.18/81.01		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
82.18/81.01		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
82.18/81.01		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
82.18/81.01		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
82.18/81.01		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
82.18/81.01		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
82.18/81.01		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
82.18/81.01		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
82.18/81.01		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
82.18/81.01		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
82.18/81.01		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
82.18/81.01		at org.sat4j.csp.xml.CspXmlParser.parse(CspXmlParser.java:62)
82.18/81.01		at org.sat4j.reader.XMLCSPReader.parseInstance(XMLCSPReader.java:62)
82.18/81.01		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:174)
82.18/81.01	c starts		: 0
82.18/81.01	c conflicts		: 0
82.18/81.01	c decisions		: 0
82.18/81.01	c propagations		: 0
82.18/81.01	c inspects		: 0
82.18/81.01	c learnt literals	: 0
82.18/81.01	c learnt binary clauses	: 0
82.18/81.01	c learnt ternary clauses	: 0
82.18/81.01	c learnt clauses	: 0
82.18/81.01	c ignored clauses	: 0
82.18/81.01	c root simplifications	: 0
82.18/81.01	c removed literals (reason simplification)	: 0
82.18/81.01	c reason swapping (by a shorter reason)	: 0
82.18/81.01	c Calls to reduceDB	: 0
82.18/81.01	c speed (assignments/second)	: 0.0
82.18/81.01	c non guided choices	0
82.18/81.01	s UNKNOWN
82.18/81.01	c Total wall clock time (in seconds) : 80.632

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-1070811-1215167280/watcher-1070811-1215167280 -o /tmp/evaluation-result-1070811-1215167280/solver-1070811-1215167280 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1070811-1215167280.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.92 1.98 1.99 4/72 8352
/proc/meminfo: memFree=1836728/2055920 swapFree=4179968/4192956
[pid=8352] ppid=8350 vsize=152 CPUtime=0
/proc/8352/stat : 8352 (java) R 8350 8352 6561 0 -1 0 206 0 0 0 0 0 0 0 18 0 1 0 1995702859 155648 21 996147200 134512640 134550740 4294956032 18446744073709551615 7929450 0 0 4096 0 0 0 0 17 0 0 0
/proc/8352/statm: 38 26 19 9 0 4 0

[startup+0.0452419 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 8352
/proc/meminfo: memFree=1836728/2055920 swapFree=4179968/4192956
[pid=8352] ppid=8350 vsize=802080 CPUtime=0.03
/proc/8352/stat : 8352 (java) S 8350 8352 6561 0 -1 0 2571 0 1 0 2 1 0 0 18 0 7 0 1995702859 821329920 2306 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/8352/statm: 200520 2308 981 9 0 197903 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 802080

[startup+0.101247 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 8352
/proc/meminfo: memFree=1836728/2055920 swapFree=4179968/4192956
[pid=8352] ppid=8350 vsize=804756 CPUtime=0.08
/proc/8352/stat : 8352 (java) S 8350 8352 6561 0 -1 0 3160 0 1 0 6 2 0 0 18 0 12 0 1995702859 824070144 2891 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8352/statm: 201189 2891 1164 9 0 198558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804756

[startup+0.301271 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 8352
/proc/meminfo: memFree=1836728/2055920 swapFree=4179968/4192956
[pid=8352] ppid=8350 vsize=808176 CPUtime=0.28
/proc/8352/stat : 8352 (java) S 8350 8352 6561 0 -1 0 5035 0 1 0 25 3 0 0 18 0 12 0 1995702859 827572224 4364 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8352/statm: 202044 4364 1308 9 0 199413 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808176

[startup+0.701319 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 8352
/proc/meminfo: memFree=1836728/2055920 swapFree=4179968/4192956
[pid=8352] ppid=8350 vsize=808204 CPUtime=0.69
/proc/8352/stat : 8352 (java) S 8350 8352 6561 0 -1 0 6408 0 1 0 64 5 0 0 18 0 12 0 1995702859 827600896 5557 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8352/statm: 202051 5557 1335 9 0 199413 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 808204

[startup+1.50141 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 8364
/proc/meminfo: memFree=1817944/2055920 swapFree=4179968/4192956
[pid=8352] ppid=8350 vsize=811724 CPUtime=1.48
/proc/8352/stat : 8352 (java) S 8350 8352 6561 0 -1 0 10557 0 1 0 142 6 0 0 18 0 12 0 1995702859 831205376 7939 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8352/statm: 202931 7939 1350 9 0 200293 0
[pid=8352/tid=8354] ppid=8350 vsize=811724 CPUtime=0.64
/proc/8352/task/8354/stat : 8354 (java) R 8350 8352 6561 0 -1 64 5431 0 1 0 60 4 0 0 25 0 12 0 1995702860 831205376 7939 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8355] ppid=8350 vsize=811724 CPUtime=0
/proc/8352/task/8355/stat : 8355 (java) S 8350 8352 6561 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 1995702861 831205376 7939 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8356] ppid=8350 vsize=811724 CPUtime=0
/proc/8352/task/8356/stat : 8356 (java) S 8350 8352 6561 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1995702861 831205376 7939 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8357] ppid=8350 vsize=811724 CPUtime=0
/proc/8352/task/8357/stat : 8357 (java) S 8350 8352 6561 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1995702863 831205376 7939 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8358] ppid=8350 vsize=811724 CPUtime=0
/proc/8352/task/8358/stat : 8358 (java) S 8350 8352 6561 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1995702864 831205376 7939 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8359] ppid=8350 vsize=811724 CPUtime=0
/proc/8352/task/8359/stat : 8359 (java) S 8350 8352 6561 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1995702864 831205376 7939 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8360] ppid=8350 vsize=811724 CPUtime=0
/proc/8352/task/8360/stat : 8360 (java) S 8350 8352 6561 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1995702868 831205376 7939 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8361] ppid=8350 vsize=811724 CPUtime=0.26
/proc/8352/task/8361/stat : 8361 (java) S 8350 8352 6561 0 -1 64 734 0 0 0 26 0 0 0 16 0 12 0 1995702868 831205376 7939 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8362] ppid=8350 vsize=811724 CPUtime=0.56
/proc/8352/task/8362/stat : 8362 (java) R 8350 8352 6561 0 -1 64 3630 0 0 0 55 1 0 0 16 0 12 0 1995702868 831205376 7939 996147200 134512640 134550740 4294956032 18446744073709551615 105550694 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8363] ppid=8350 vsize=811724 CPUtime=0
/proc/8352/task/8363/stat : 8363 (java) S 8350 8352 6561 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1995702868 831205376 7939 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8364] ppid=8350 vsize=811724 CPUtime=0
/proc/8352/task/8364/stat : 8364 (java) S 8350 8352 6561 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1995702868 831205376 7939 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 811724

[startup+3.1026 s]
/proc/loadavg: 1.93 1.98 1.99 5/84 8364
/proc/meminfo: memFree=1756384/2055920 swapFree=4179968/4192956
[pid=8352] ppid=8350 vsize=811724 CPUtime=3.08
/proc/8352/stat : 8352 (java) S 8350 8352 6561 0 -1 0 27718 0 1 0 295 13 0 0 18 0 12 0 1995702859 831205376 25007 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8352/statm: 202931 25007 1366 9 0 200293 0
[pid=8352/tid=8354] ppid=8350 vsize=811724 CPUtime=1.93
/proc/8352/task/8354/stat : 8354 (java) R 8350 8352 6561 0 -1 64 17242 0 1 0 184 9 0 0 25 0 12 0 1995702860 831205376 25007 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8355] ppid=8350 vsize=811724 CPUtime=0.05
/proc/8352/task/8355/stat : 8355 (java) S 8350 8352 6561 0 -1 64 3035 0 0 0 4 1 0 0 16 0 12 0 1995702861 831205376 25007 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8356] ppid=8350 vsize=811724 CPUtime=0.03
/proc/8352/task/8356/stat : 8356 (java) S 8350 8352 6561 0 -1 64 2236 0 0 0 3 0 0 0 16 0 12 0 1995702861 831205376 25007 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8357] ppid=8350 vsize=811724 CPUtime=0
/proc/8352/task/8357/stat : 8357 (java) S 8350 8352 6561 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1995702863 831205376 25007 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8358] ppid=8350 vsize=811724 CPUtime=0
/proc/8352/task/8358/stat : 8358 (java) S 8350 8352 6561 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1995702864 831205376 25007 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8359] ppid=8350 vsize=811724 CPUtime=0
/proc/8352/task/8359/stat : 8359 (java) S 8350 8352 6561 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1995702864 831205376 25007 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8360] ppid=8350 vsize=811724 CPUtime=0
/proc/8352/task/8360/stat : 8360 (java) S 8350 8352 6561 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1995702868 831205376 25007 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8361] ppid=8350 vsize=811724 CPUtime=0.36
/proc/8352/task/8361/stat : 8361 (java) S 8350 8352 6561 0 -1 64 745 0 0 0 36 0 0 0 16 0 12 0 1995702868 831205376 25007 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8362] ppid=8350 vsize=811724 CPUtime=0.66
/proc/8352/task/8362/stat : 8362 (java) R 8350 8352 6561 0 -1 64 3641 0 0 0 65 1 0 0 16 0 12 0 1995702868 831205376 25007 996147200 134512640 134550740 4294956032 18446744073709551615 103114887 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8363] ppid=8350 vsize=811724 CPUtime=0
/proc/8352/task/8363/stat : 8363 (java) S 8350 8352 6561 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1995702868 831205376 25007 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8364] ppid=8350 vsize=811724 CPUtime=0
/proc/8352/task/8364/stat : 8364 (java) S 8350 8352 6561 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1995702868 831205376 25007 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 811724

[startup+6.30299 s]
/proc/loadavg: 1.93 1.98 1.99 5/84 8364
/proc/meminfo: memFree=1632480/2055920 swapFree=4179968/4192956
[pid=8352] ppid=8350 vsize=819348 CPUtime=6.7
/proc/8352/stat : 8352 (java) S 8350 8352 6561 0 -1 0 66604 0 1 0 640 30 0 0 18 0 12 0 1995702859 839012352 58909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8352/statm: 204837 58909 1368 9 0 202199 0
[pid=8352/tid=8354] ppid=8350 vsize=819348 CPUtime=3.23
/proc/8352/task/8354/stat : 8354 (java) S 8350 8352 6561 0 -1 64 17249 0 1 0 314 9 0 0 17 0 12 0 1995702860 839012352 58909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8352/tid=8355] ppid=8350 vsize=819348 CPUtime=0.74
/proc/8352/task/8355/stat : 8355 (java) R 8350 8352 6561 0 -1 64 15980 0 0 0 67 7 0 0 21 0 12 0 1995702861 839012352 58909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8352/tid=8356] ppid=8350 vsize=819348 CPUtime=1.4
/proc/8352/task/8356/stat : 8356 (java) R 8350 8352 6561 0 -1 64 27339 0 0 0 130 10 0 0 17 0 12 0 1995702861 839012352 58909 996147200 134512640 134550740 4294956032 18446744073709551615 106160312 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8352/tid=8357] ppid=8350 vsize=819348 CPUtime=0
/proc/8352/task/8357/stat : 8357 (java) S 8350 8352 6561 0 -1 64 58 0 0 0 0 0 0 0 16 0 12 0 1995702863 839012352 58909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8352/tid=8358] ppid=8350 vsize=819348 CPUtime=0
/proc/8352/task/8358/stat : 8358 (java) S 8350 8352 6561 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1995702864 839012352 58909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8359] ppid=8350 vsize=819348 CPUtime=0
/proc/8352/task/8359/stat : 8359 (java) S 8350 8352 6561 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1995702864 839012352 58909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8360] ppid=8350 vsize=819348 CPUtime=0
/proc/8352/task/8360/stat : 8360 (java) S 8350 8352 6561 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1995702868 839012352 58909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8361] ppid=8350 vsize=819348 CPUtime=0.43
/proc/8352/task/8361/stat : 8361 (java) S 8350 8352 6561 0 -1 64 747 0 0 0 43 0 0 0 16 0 12 0 1995702868 839012352 58909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8362] ppid=8350 vsize=819348 CPUtime=0.84
/proc/8352/task/8362/stat : 8362 (java) S 8350 8352 6561 0 -1 64 4469 0 0 0 83 1 0 0 16 0 12 0 1995702868 839012352 58909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8363] ppid=8350 vsize=819348 CPUtime=0
/proc/8352/task/8363/stat : 8363 (java) S 8350 8352 6561 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1995702868 839012352 58909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8364] ppid=8350 vsize=819348 CPUtime=0
/proc/8352/task/8364/stat : 8364 (java) S 8350 8352 6561 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1995702868 839012352 58909 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 819348

[startup+12.7027 s]
/proc/loadavg: 2.09 2.02 2.00 4/84 8364
/proc/meminfo: memFree=1345056/2055920 swapFree=4179968/4192956
[pid=8352] ppid=8350 vsize=819348 CPUtime=13.04
/proc/8352/stat : 8352 (java) S 8350 8352 6561 0 -1 0 136383 0 1 0 1248 56 0 0 18 0 12 0 1995702859 839012352 128675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8352/statm: 204837 128675 1368 9 0 202199 0
[pid=8352/tid=8354] ppid=8350 vsize=819348 CPUtime=5.57
/proc/8352/task/8354/stat : 8354 (java) R 8350 8352 6561 0 -1 64 23406 0 1 0 545 12 0 0 16 0 12 0 1995702860 839012352 128675 996147200 134512640 134550740 4294956032 18446744073709551615 4109602159 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8352/tid=8355] ppid=8350 vsize=819348 CPUtime=0.74
/proc/8352/task/8355/stat : 8355 (java) R 8350 8352 6561 0 -1 64 15980 0 0 0 67 7 0 0 21 0 12 0 1995702861 839012352 128675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8352/tid=8356] ppid=8350 vsize=819348 CPUtime=5.41
/proc/8352/task/8356/stat : 8356 (java) S 8350 8352 6561 0 -1 64 90961 0 0 0 507 34 0 0 18 0 12 0 1995702861 839012352 128675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8352/tid=8357] ppid=8350 vsize=819348 CPUtime=0
/proc/8352/task/8357/stat : 8357 (java) S 8350 8352 6561 0 -1 64 58 0 0 0 0 0 0 0 16 0 12 0 1995702863 839012352 128675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8352/tid=8358] ppid=8350 vsize=819348 CPUtime=0
/proc/8352/task/8358/stat : 8358 (java) S 8350 8352 6561 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1995702864 839012352 128675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8359] ppid=8350 vsize=819348 CPUtime=0
/proc/8352/task/8359/stat : 8359 (java) S 8350 8352 6561 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1995702864 839012352 128675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8360] ppid=8350 vsize=819348 CPUtime=0
/proc/8352/task/8360/stat : 8360 (java) S 8350 8352 6561 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1995702868 839012352 128675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8361] ppid=8350 vsize=819348 CPUtime=0.43
/proc/8352/task/8361/stat : 8361 (java) S 8350 8352 6561 0 -1 64 747 0 0 0 43 0 0 0 16 0 12 0 1995702868 839012352 128675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8362] ppid=8350 vsize=819348 CPUtime=0.84
/proc/8352/task/8362/stat : 8362 (java) S 8350 8352 6561 0 -1 64 4469 0 0 0 83 1 0 0 16 0 12 0 1995702868 839012352 128675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8363] ppid=8350 vsize=819348 CPUtime=0
/proc/8352/task/8363/stat : 8363 (java) S 8350 8352 6561 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1995702868 839012352 128675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8364] ppid=8350 vsize=819348 CPUtime=0
/proc/8352/task/8364/stat : 8364 (java) S 8350 8352 6561 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1995702868 839012352 128675 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.04
Current children cumulated vsize (KiB) 819348

[startup+25.5012 s]
/proc/loadavg: 2.22 2.05 2.01 3/84 8364
/proc/meminfo: memFree=1107872/2055920 swapFree=4179968/4192956
[pid=8352] ppid=8350 vsize=853716 CPUtime=26.71
/proc/8352/stat : 8352 (java) S 8350 8352 6561 0 -1 0 202541 0 1 0 2588 83 0 0 18 0 12 0 1995702859 874205184 183021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8352/statm: 213429 183021 1387 9 0 210791 0
[pid=8352/tid=8354] ppid=8350 vsize=853716 CPUtime=7.98
/proc/8352/task/8354/stat : 8354 (java) S 8350 8352 6561 0 -1 64 35713 0 1 0 781 17 0 0 17 0 12 0 1995702860 874205184 183021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8355] ppid=8350 vsize=853716 CPUtime=1.85
/proc/8352/task/8355/stat : 8355 (java) S 8350 8352 6561 0 -1 64 26735 0 0 0 174 11 0 0 17 0 12 0 1995702861 874205184 183021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8356] ppid=8350 vsize=853716 CPUtime=7.24
/proc/8352/task/8356/stat : 8356 (java) S 8350 8352 6561 0 -1 64 109544 0 0 0 681 43 0 0 16 0 12 0 1995702861 874205184 183021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8352/tid=8357] ppid=8350 vsize=853716 CPUtime=7.72
/proc/8352/task/8357/stat : 8357 (java) R 8350 8352 6561 0 -1 64 21655 0 0 0 765 7 0 0 25 0 12 0 1995702863 874205184 183021 996147200 134512640 134550740 4294956032 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8358] ppid=8350 vsize=853716 CPUtime=0
/proc/8352/task/8358/stat : 8358 (java) S 8350 8352 6561 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1995702864 874205184 183021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8359] ppid=8350 vsize=853716 CPUtime=0
/proc/8352/task/8359/stat : 8359 (java) S 8350 8352 6561 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1995702864 874205184 183021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8360] ppid=8350 vsize=853716 CPUtime=0
/proc/8352/task/8360/stat : 8360 (java) S 8350 8352 6561 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1995702868 874205184 183021 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=8352/tid=8363] ppid=8350 vsize=821712 CPUtime=0
/proc/8352/task/8363/stat : 8363 (java) S 8350 8352 6561 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1995702868 841433088 175022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8364] ppid=8350 vsize=821712 CPUtime=0
/proc/8352/task/8364/stat : 8364 (java) S 8350 8352 6561 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1995702868 841433088 175022 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 65.09
Current children cumulated vsize (KiB) 821712

[startup+70.3015 s]
/proc/loadavg: 2.10 2.04 2.01 3/84 8364
/proc/meminfo: memFree=1075424/2055920 swapFree=4179968/4192956
[pid=8352] ppid=8350 vsize=885716 CPUtime=71.49
/proc/8352/stat : 8352 (java) S 8350 8352 6561 0 -1 0 549124 0 1 0 6921 228 0 0 18 0 12 0 1995702859 906973184 191023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8352/statm: 221429 191023 1387 9 0 218791 0
[pid=8352/tid=8354] ppid=8350 vsize=885716 CPUtime=8.23
/proc/8352/task/8354/stat : 8354 (java) S 8350 8352 6561 0 -1 64 35728 0 1 0 806 17 0 0 17 0 12 0 1995702860 906973184 191023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8355] ppid=8350 vsize=885716 CPUtime=1.85
/proc/8352/task/8355/stat : 8355 (java) S 8350 8352 6561 0 -1 64 26735 0 0 0 174 11 0 0 17 0 12 0 1995702861 906973184 191023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8356] ppid=8350 vsize=885716 CPUtime=7.24
/proc/8352/task/8356/stat : 8356 (java) S 8350 8352 6561 0 -1 64 109544 0 0 0 681 43 0 0 16 0 12 0 1995702861 906973184 191023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8352/tid=8357] ppid=8350 vsize=885716 CPUtime=52.26
/proc/8352/task/8357/stat : 8357 (java) R 8350 8352 6561 0 -1 64 368223 0 0 0 5073 153 0 0 25 0 12 0 1995702863 906973184 191023 996147200 134512640 134550740 4294956032 18446744073709551615 104136418 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8358] ppid=8350 vsize=885716 CPUtime=0
/proc/8352/task/8358/stat : 8358 (java) S 8350 8352 6561 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1995702864 906973184 191023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8359] ppid=8350 vsize=885716 CPUtime=0
/proc/8352/task/8359/stat : 8359 (java) S 8350 8352 6561 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1995702864 906973184 191023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8360] ppid=8350 vsize=885716 CPUtime=0
/proc/8352/task/8360/stat : 8360 (java) S 8350 8352 6561 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1995702868 906973184 191023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8361] ppid=8350 vsize=885716 CPUtime=0.65
/proc/8352/task/8361/stat : 8361 (java) S 8350 8352 6561 0 -1 64 1613 0 0 0 65 0 0 0 17 0 12 0 1995702868 906973184 191023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8352/tid=8362] ppid=8350 vsize=885716 CPUtime=1.2
/proc/8352/task/8362/stat : 8362 (java) S 8350 8352 6561 0 -1 64 6519 0 0 0 119 1 0 0 16 0 12 0 1995702868 906973184 191023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8352/tid=8363] ppid=8350 vsize=885716 CPUtime=0
/proc/8352/task/8363/stat : 8363 (java) S 8350 8352 6561 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1995702868 906973184 191023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8364] ppid=8350 vsize=885716 CPUtime=0
/proc/8352/task/8364/stat : 8364 (java) S 8350 8352 6561 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1995702868 906973184 191023 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 71.49
Current children cumulated vsize (KiB) 885716

[startup+76.7012 s]
/proc/loadavg: 2.09 2.04 2.00 3/84 8364
/proc/meminfo: memFree=1139680/2055920 swapFree=4179968/4192956
[pid=8352] ppid=8350 vsize=821712 CPUtime=77.88
/proc/8352/stat : 8352 (java) S 8350 8352 6561 0 -1 0 549130 0 1 0 7559 229 0 0 18 0 12 0 1995702859 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8352/statm: 205428 175024 1388 9 0 202790 0
[pid=8352/tid=8354] ppid=8350 vsize=821712 CPUtime=8.23
/proc/8352/task/8354/stat : 8354 (java) S 8350 8352 6561 0 -1 64 35734 0 1 0 806 17 0 0 17 0 12 0 1995702860 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8355] ppid=8350 vsize=821712 CPUtime=1.85
/proc/8352/task/8355/stat : 8355 (java) S 8350 8352 6561 0 -1 64 26735 0 0 0 174 11 0 0 17 0 12 0 1995702861 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8356] ppid=8350 vsize=821712 CPUtime=7.24
/proc/8352/task/8356/stat : 8356 (java) S 8350 8352 6561 0 -1 64 109544 0 0 0 681 43 0 0 16 0 12 0 1995702861 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8352/tid=8357] ppid=8350 vsize=821712 CPUtime=58.65
/proc/8352/task/8357/stat : 8357 (java) R 8350 8352 6561 0 -1 64 368223 0 0 0 5711 154 0 0 25 0 12 0 1995702863 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 106122580 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8358] ppid=8350 vsize=821712 CPUtime=0
/proc/8352/task/8358/stat : 8358 (java) S 8350 8352 6561 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1995702864 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8359] ppid=8350 vsize=821712 CPUtime=0
/proc/8352/task/8359/stat : 8359 (java) S 8350 8352 6561 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1995702864 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8360] ppid=8350 vsize=821712 CPUtime=0
/proc/8352/task/8360/stat : 8360 (java) S 8350 8352 6561 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1995702868 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8361] ppid=8350 vsize=821712 CPUtime=0.65
/proc/8352/task/8361/stat : 8361 (java) S 8350 8352 6561 0 -1 64 1613 0 0 0 65 0 0 0 17 0 12 0 1995702868 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8352/tid=8362] ppid=8350 vsize=821712 CPUtime=1.2
/proc/8352/task/8362/stat : 8362 (java) S 8350 8352 6561 0 -1 64 6519 0 0 0 119 1 0 0 16 0 12 0 1995702868 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8352/tid=8363] ppid=8350 vsize=821712 CPUtime=0
/proc/8352/task/8363/stat : 8363 (java) S 8350 8352 6561 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1995702868 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8364] ppid=8350 vsize=821712 CPUtime=0
/proc/8352/task/8364/stat : 8364 (java) S 8350 8352 6561 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1995702868 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.88
Current children cumulated vsize (KiB) 821712

[startup+78.3014 s]
/proc/loadavg: 2.09 2.04 2.00 3/84 8364
/proc/meminfo: memFree=1139680/2055920 swapFree=4179968/4192956
[pid=8352] ppid=8350 vsize=821712 CPUtime=79.48
/proc/8352/stat : 8352 (java) S 8350 8352 6561 0 -1 0 549131 0 1 0 7719 229 0 0 18 0 12 0 1995702859 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8352/statm: 205428 175024 1388 9 0 202790 0
[pid=8352/tid=8354] ppid=8350 vsize=821712 CPUtime=8.23
/proc/8352/task/8354/stat : 8354 (java) S 8350 8352 6561 0 -1 64 35735 0 1 0 806 17 0 0 17 0 12 0 1995702860 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8355] ppid=8350 vsize=821712 CPUtime=1.85
/proc/8352/task/8355/stat : 8355 (java) S 8350 8352 6561 0 -1 64 26735 0 0 0 174 11 0 0 17 0 12 0 1995702861 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8356] ppid=8350 vsize=821712 CPUtime=7.24
/proc/8352/task/8356/stat : 8356 (java) S 8350 8352 6561 0 -1 64 109544 0 0 0 681 43 0 0 16 0 12 0 1995702861 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8352/tid=8357] ppid=8350 vsize=821712 CPUtime=60.25
/proc/8352/task/8357/stat : 8357 (java) R 8350 8352 6561 0 -1 64 368223 0 0 0 5871 154 0 0 25 0 12 0 1995702863 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8358] ppid=8350 vsize=821712 CPUtime=0
/proc/8352/task/8358/stat : 8358 (java) S 8350 8352 6561 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1995702864 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8359] ppid=8350 vsize=821712 CPUtime=0
/proc/8352/task/8359/stat : 8359 (java) S 8350 8352 6561 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1995702864 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8360] ppid=8350 vsize=821712 CPUtime=0
/proc/8352/task/8360/stat : 8360 (java) S 8350 8352 6561 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1995702868 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8361] ppid=8350 vsize=821712 CPUtime=0.65
/proc/8352/task/8361/stat : 8361 (java) S 8350 8352 6561 0 -1 64 1613 0 0 0 65 0 0 0 17 0 12 0 1995702868 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8352/tid=8362] ppid=8350 vsize=821712 CPUtime=1.2
/proc/8352/task/8362/stat : 8362 (java) S 8350 8352 6561 0 -1 64 6519 0 0 0 119 1 0 0 16 0 12 0 1995702868 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8352/tid=8363] ppid=8350 vsize=821712 CPUtime=0
/proc/8352/task/8363/stat : 8363 (java) S 8350 8352 6561 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1995702868 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8364] ppid=8350 vsize=821712 CPUtime=0
/proc/8352/task/8364/stat : 8364 (java) S 8350 8352 6561 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1995702868 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 79.48
Current children cumulated vsize (KiB) 821712

[startup+79.9026 s]
/proc/loadavg: 2.09 2.04 2.00 3/84 8364
/proc/meminfo: memFree=1139680/2055920 swapFree=4179968/4192956
[pid=8352] ppid=8350 vsize=821712 CPUtime=81.09
/proc/8352/stat : 8352 (java) S 8350 8352 6561 0 -1 0 549131 0 1 0 7880 229 0 0 18 0 12 0 1995702859 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8352/statm: 205428 175024 1388 9 0 202790 0
[pid=8352/tid=8354] ppid=8350 vsize=821712 CPUtime=8.23
/proc/8352/task/8354/stat : 8354 (java) S 8350 8352 6561 0 -1 64 35735 0 1 0 806 17 0 0 17 0 12 0 1995702860 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8355] ppid=8350 vsize=821712 CPUtime=1.85
/proc/8352/task/8355/stat : 8355 (java) S 8350 8352 6561 0 -1 64 26735 0 0 0 174 11 0 0 17 0 12 0 1995702861 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8356] ppid=8350 vsize=821712 CPUtime=7.24
/proc/8352/task/8356/stat : 8356 (java) S 8350 8352 6561 0 -1 64 109544 0 0 0 681 43 0 0 16 0 12 0 1995702861 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8352/tid=8357] ppid=8350 vsize=821712 CPUtime=61.85
/proc/8352/task/8357/stat : 8357 (java) R 8350 8352 6561 0 -1 64 368223 0 0 0 6031 154 0 0 25 0 12 0 1995702863 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8358] ppid=8350 vsize=821712 CPUtime=0
/proc/8352/task/8358/stat : 8358 (java) S 8350 8352 6561 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1995702864 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8359] ppid=8350 vsize=821712 CPUtime=0
/proc/8352/task/8359/stat : 8359 (java) S 8350 8352 6561 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1995702864 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8360] ppid=8350 vsize=821712 CPUtime=0
/proc/8352/task/8360/stat : 8360 (java) S 8350 8352 6561 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1995702868 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8361] ppid=8350 vsize=821712 CPUtime=0.65
/proc/8352/task/8361/stat : 8361 (java) S 8350 8352 6561 0 -1 64 1613 0 0 0 65 0 0 0 17 0 12 0 1995702868 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8352/tid=8362] ppid=8350 vsize=821712 CPUtime=1.2
/proc/8352/task/8362/stat : 8362 (java) S 8350 8352 6561 0 -1 64 6519 0 0 0 119 1 0 0 16 0 12 0 1995702868 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8352/tid=8363] ppid=8350 vsize=821712 CPUtime=0
/proc/8352/task/8363/stat : 8363 (java) S 8350 8352 6561 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1995702868 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8364] ppid=8350 vsize=821712 CPUtime=0
/proc/8352/task/8364/stat : 8364 (java) S 8350 8352 6561 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1995702868 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 81.09
Current children cumulated vsize (KiB) 821712

[startup+80.7027 s]
/proc/loadavg: 2.09 2.04 2.00 3/84 8364
/proc/meminfo: memFree=1139680/2055920 swapFree=4179968/4192956
[pid=8352] ppid=8350 vsize=821712 CPUtime=81.88
/proc/8352/stat : 8352 (java) S 8350 8352 6561 0 -1 0 549131 0 1 0 7959 229 0 0 18 0 12 0 1995702859 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8352/statm: 205428 175024 1388 9 0 202790 0
[pid=8352/tid=8354] ppid=8350 vsize=821712 CPUtime=8.23
/proc/8352/task/8354/stat : 8354 (java) S 8350 8352 6561 0 -1 64 35735 0 1 0 806 17 0 0 17 0 12 0 1995702860 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8355] ppid=8350 vsize=821712 CPUtime=1.85
/proc/8352/task/8355/stat : 8355 (java) S 8350 8352 6561 0 -1 64 26735 0 0 0 174 11 0 0 17 0 12 0 1995702861 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8356] ppid=8350 vsize=821712 CPUtime=7.24
/proc/8352/task/8356/stat : 8356 (java) S 8350 8352 6561 0 -1 64 109544 0 0 0 681 43 0 0 16 0 12 0 1995702861 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8352/tid=8357] ppid=8350 vsize=821712 CPUtime=62.65
/proc/8352/task/8357/stat : 8357 (java) R 8350 8352 6561 0 -1 64 368223 0 0 0 6111 154 0 0 25 0 12 0 1995702863 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8358] ppid=8350 vsize=821712 CPUtime=0
/proc/8352/task/8358/stat : 8358 (java) S 8350 8352 6561 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1995702864 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8359] ppid=8350 vsize=821712 CPUtime=0
/proc/8352/task/8359/stat : 8359 (java) S 8350 8352 6561 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1995702864 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8360] ppid=8350 vsize=821712 CPUtime=0
/proc/8352/task/8360/stat : 8360 (java) S 8350 8352 6561 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 1995702868 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8361] ppid=8350 vsize=821712 CPUtime=0.65
/proc/8352/task/8361/stat : 8361 (java) S 8350 8352 6561 0 -1 64 1613 0 0 0 65 0 0 0 17 0 12 0 1995702868 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8352/tid=8362] ppid=8350 vsize=821712 CPUtime=1.2
/proc/8352/task/8362/stat : 8362 (java) S 8350 8352 6561 0 -1 64 6519 0 0 0 119 1 0 0 16 0 12 0 1995702868 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8352/tid=8363] ppid=8350 vsize=821712 CPUtime=0
/proc/8352/task/8363/stat : 8363 (java) S 8350 8352 6561 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 1995702868 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8352/tid=8364] ppid=8350 vsize=821712 CPUtime=0
/proc/8352/task/8364/stat : 8364 (java) S 8350 8352 6561 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1995702868 841433088 175024 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 81.88
Current children cumulated vsize (KiB) 821712

[startup+81.1028 s]
/proc/loadavg: 2.09 2.04 2.00 3/84 8364
/proc/meminfo: memFree=1139680/2055920 swapFree=4179968/4192956
[pid=8352] ppid=8350 vsize=0 CPUtime=82.26
/proc/8352/stat : 8352 (java) Z 8350 8352 6561 0 -1 12 549143 0 1 0 7991 235 0 0 16 0 2 0 1995702859 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8352/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 82.26
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 81.1433
CPU time (s): 82.3105
CPU user time (s): 79.9139
CPU system time (s): 2.39664
CPU usage (%): 101.438
Max. virtual memory (cumulated for all children) (KiB): 917720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.9139
system time used= 2.39663
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 549143
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= 2608
involuntary context switches= 2832

runsolver used 0.103984 second user time and 0.287956 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-04 12:28:00
IDJOB=1070811
IDBENCH=55997
IDSOLVER=344
FILE ID=node11/1070811-1215167280
PBS_JOBID= 7877429
Free space on /tmp= 66552 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/ukPuzzle/normalized-crossword-m1-uk-puzzle19.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-1070811-1215167280/watcher-1070811-1215167280 -o /tmp/evaluation-result-1070811-1215167280/solver-1070811-1215167280 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1070811-1215167280.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 091845f967531c469848bd4cbe23bffa
RANDOM SEED=1171428861

node11.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.224
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.224
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:       1837208 kB
Buffers:         31100 kB
Cached:         105412 kB
SwapCached:       7036 kB
Active:         111980 kB
Inactive:        52872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1837208 kB
SwapTotal:     4192956 kB
SwapFree:      4179968 kB
Dirty:            3868 kB
Writeback:           0 kB
Mapped:          20536 kB
Slab:            39172 kB
Committed_AS:  3225064 kB
PageTables:       1800 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= 66552 MiB
End job on node11 at 2008-07-04 12:29:21