Trace number 2071240

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? 97.9221 97.4021

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-21-09.xml
MD5SUM0bc53c36f68ea6a14fb106d8ba5208f9
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 benchmark4.74428
Satisfiable
(Un)Satisfiability was proved
Number of variables366
Number of constraints3224
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension144
Number of constraints which are defined in intension3080
Global constraints used (with number of constraints)

Solver Data

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

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-2071240-1247353128/watcher-2071240-1247353128 -o /tmp/evaluation-result-2071240-1247353128/solver-2071240-1247353128 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071240-1247353128.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.12 2.19 2.09 3/68 19331
/proc/meminfo: memFree=1939928/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=152 CPUtime=0
/proc/19331/stat : 19331 (java6) R 19329 19331 18818 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 22378145 155648 26 996147200 134512640 134550932 4294956176 18446744073709551615 7708971 0 0 4096 0 0 0 0 17 1 0 0
/proc/19331/statm: 38 26 19 9 0 4 0

[startup+0.0607371 s]
/proc/loadavg: 2.12 2.19 2.09 3/68 19331
/proc/meminfo: memFree=1939928/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=12928 CPUtime=0.01
/proc/19331/stat : 19331 (java) D 19329 19331 18818 0 -1 0 478 0 34 0 0 1 0 0 18 0 1 0 22378145 13238272 319 996147200 134512640 134550932 4294956016 18446744073709551615 7680810 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/19331/statm: 3232 324 137 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.10357 s]
/proc/loadavg: 2.12 2.19 2.09 3/68 19331
/proc/meminfo: memFree=1939928/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=802032 CPUtime=0.04
/proc/19331/stat : 19331 (java) S 19329 19331 18818 0 -1 0 2552 0 39 0 2 2 0 0 18 0 7 0 22378145 821280768 2335 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/19331/statm: 200508 2335 1007 9 0 197859 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802032

[startup+0.301592 s]
/proc/loadavg: 2.12 2.19 2.09 3/68 19331
/proc/meminfo: memFree=1939928/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=806840 CPUtime=0.27
/proc/19331/stat : 19331 (java) S 19329 19331 18818 0 -1 0 4364 0 39 0 23 4 0 0 18 0 12 0 22378145 826204160 4140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19331/statm: 201710 4140 1358 9 0 199037 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 806840

[startup+0.701647 s]
/proc/loadavg: 2.12 2.19 2.09 3/68 19331
/proc/meminfo: memFree=1939928/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=808324 CPUtime=0.79
/proc/19331/stat : 19331 (java) S 19329 19331 18818 0 -1 0 6472 0 39 0 73 6 0 0 18 0 12 0 22378145 827723776 5592 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19331/statm: 202081 5592 1390 9 0 199408 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 808324

[startup+1.50173 s]
/proc/loadavg: 2.12 2.19 2.09 3/94 19365
/proc/meminfo: memFree=1898248/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=813768 CPUtime=1.63
/proc/19331/stat : 19331 (java) S 19329 19331 18818 0 -1 0 10498 0 39 0 155 8 0 0 18 0 12 0 22378145 833298432 8389 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19331/statm: 203442 8390 1408 9 0 200769 0
[pid=19331/tid=19333] ppid=19329 vsize=813768 CPUtime=0.72
/proc/19331/task/19333/stat : 19333 (java) R 19329 19331 18818 0 -1 64 5663 0 1 0 67 5 0 0 18 0 12 0 22378151 833298432 8390 996147200 134512640 134550932 4294956016 18446744073709551615 4109163558 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19334] ppid=19329 vsize=813768 CPUtime=0
/proc/19331/task/19334/stat : 19334 (java) S 19329 19331 18818 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 22378152 833298432 8390 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19331/tid=19335] ppid=19329 vsize=813768 CPUtime=0
/proc/19331/task/19335/stat : 19335 (java) S 19329 19331 18818 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 22378152 833298432 8391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19331/tid=19336] ppid=19329 vsize=813768 CPUtime=0
/proc/19331/task/19336/stat : 19336 (java) S 19329 19331 18818 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 22378154 833298432 8391 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19331/tid=19337] ppid=19329 vsize=813768 CPUtime=0
/proc/19331/task/19337/stat : 19337 (java) S 19329 19331 18818 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 22378155 833298432 8392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19331/tid=19338] ppid=19329 vsize=813768 CPUtime=0
/proc/19331/task/19338/stat : 19338 (java) S 19329 19331 18818 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 22378155 833298432 8393 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19331/tid=19339] ppid=19329 vsize=813768 CPUtime=0
/proc/19331/task/19339/stat : 19339 (java) S 19329 19331 18818 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 22378159 833298432 8393 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19331/tid=19340] ppid=19329 vsize=813768 CPUtime=0.38
/proc/19331/task/19340/stat : 19340 (java) S 19329 19331 18818 0 -1 64 1990 0 0 0 37 1 0 0 17 0 12 0 22378159 833298432 8394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19341] ppid=19329 vsize=813768 CPUtime=0.5
/proc/19331/task/19341/stat : 19341 (java) S 19329 19331 18818 0 -1 64 2145 0 0 0 50 0 0 0 18 0 12 0 22378159 833298432 8394 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19342] ppid=19329 vsize=813768 CPUtime=0
/proc/19331/task/19342/stat : 19342 (java) S 19329 19331 18818 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22378159 833298432 8395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19331/tid=19343] ppid=19329 vsize=813768 CPUtime=0
/proc/19331/task/19343/stat : 19343 (java) S 19329 19331 18818 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22378159 833298432 8395 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 813768

[startup+3.10293 s]
/proc/loadavg: 2.12 2.19 2.09 3/94 19365
/proc/meminfo: memFree=1862920/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=813768 CPUtime=3.41
/proc/19331/stat : 19331 (java) S 19329 19331 18818 0 -1 0 34344 0 39 0 321 20 0 0 18 0 12 0 22378145 833298432 30591 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19331/statm: 203442 30592 1423 9 0 200769 0
[pid=19331/tid=19333] ppid=19329 vsize=813768 CPUtime=1.65
/proc/19331/task/19333/stat : 19333 (java) R 19329 19331 18818 0 -1 64 17251 0 1 0 154 11 0 0 23 0 12 0 22378151 833298432 30593 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19334] ppid=19329 vsize=813768 CPUtime=0.22
/proc/19331/task/19334/stat : 19334 (java) R 19329 19331 18818 0 -1 64 6434 0 0 0 19 3 0 0 16 0 12 0 22378152 833298432 30595 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19335] ppid=19329 vsize=813768 CPUtime=0.19
/proc/19331/task/19335/stat : 19335 (java) R 19329 19331 18818 0 -1 64 5199 0 0 0 17 2 0 0 16 0 12 0 22378152 833298432 30596 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19331/tid=19336] ppid=19329 vsize=813768 CPUtime=0
/proc/19331/task/19336/stat : 19336 (java) S 19329 19331 18818 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 22378154 833298432 30597 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19337] ppid=19329 vsize=813768 CPUtime=0
/proc/19331/task/19337/stat : 19337 (java) S 19329 19331 18818 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22378155 833298432 30599 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19338] ppid=19329 vsize=813768 CPUtime=0
/proc/19331/task/19338/stat : 19338 (java) S 19329 19331 18818 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22378155 833298432 30600 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19339] ppid=19329 vsize=813768 CPUtime=0
/proc/19331/task/19339/stat : 19339 (java) S 19329 19331 18818 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 22378159 833298432 30602 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19331/tid=19340] ppid=19329 vsize=813768 CPUtime=0.38
/proc/19331/task/19340/stat : 19340 (java) S 19329 19331 18818 0 -1 64 1990 0 0 0 37 1 0 0 17 0 12 0 22378159 833298432 30603 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19341] ppid=19329 vsize=813768 CPUtime=0.92
/proc/19331/task/19341/stat : 19341 (java) S 19329 19331 18818 0 -1 64 2761 0 0 0 92 0 0 0 16 0 12 0 22378159 833298432 30604 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19342] ppid=19329 vsize=813768 CPUtime=0
/proc/19331/task/19342/stat : 19342 (java) S 19329 19331 18818 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22378159 833298432 30606 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19331/tid=19343] ppid=19329 vsize=813768 CPUtime=0
/proc/19331/task/19343/stat : 19343 (java) S 19329 19331 18818 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22378159 833298432 30607 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 813768

[startup+6.30231 s]
/proc/loadavg: 2.11 2.19 2.09 7/95 19366
/proc/meminfo: memFree=1618432/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=813768 CPUtime=6.86
/proc/19331/stat : 19331 (java) S 19329 19331 18818 0 -1 0 82476 0 39 0 641 45 0 0 18 0 12 0 22378145 833298432 76980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19331/statm: 203442 76980 1423 9 0 200769 0
[pid=19331/tid=19333] ppid=19329 vsize=813768 CPUtime=2.85
/proc/19331/task/19333/stat : 19333 (java) R 19329 19331 18818 0 -1 64 17255 0 1 0 274 11 0 0 18 0 12 0 22378151 833298432 76980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19334] ppid=19329 vsize=813768 CPUtime=1.34
/proc/19331/task/19334/stat : 19334 (java) R 19329 19331 18818 0 -1 64 29247 0 0 0 121 13 0 0 17 0 12 0 22378152 833298432 76980 996147200 134512640 134550932 4294956016 18446744073709551615 104188406 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19335] ppid=19329 vsize=813768 CPUtime=1.29
/proc/19331/task/19335/stat : 19335 (java) R 19329 19331 18818 0 -1 64 30510 0 0 0 114 15 0 0 18 0 12 0 22378152 833298432 76980 996147200 134512640 134550932 4294956016 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19336] ppid=19329 vsize=813768 CPUtime=0
/proc/19331/task/19336/stat : 19336 (java) S 19329 19331 18818 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 22378154 833298432 76980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19337] ppid=19329 vsize=813768 CPUtime=0
/proc/19331/task/19337/stat : 19337 (java) S 19329 19331 18818 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22378155 833298432 76980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19338] ppid=19329 vsize=813768 CPUtime=0
/proc/19331/task/19338/stat : 19338 (java) S 19329 19331 18818 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22378155 833298432 76980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19339] ppid=19329 vsize=813768 CPUtime=0
/proc/19331/task/19339/stat : 19339 (java) S 19329 19331 18818 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 22378159 833298432 76980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19331/tid=19340] ppid=19329 vsize=813768 CPUtime=0.38
/proc/19331/task/19340/stat : 19340 (java) S 19329 19331 18818 0 -1 64 1990 0 0 0 37 1 0 0 17 0 12 0 22378159 833298432 76980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19341] ppid=19329 vsize=813768 CPUtime=0.92
/proc/19331/task/19341/stat : 19341 (java) S 19329 19331 18818 0 -1 64 2761 0 0 0 92 0 0 0 16 0 12 0 22378159 833298432 76980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19342] ppid=19329 vsize=813768 CPUtime=0
/proc/19331/task/19342/stat : 19342 (java) S 19329 19331 18818 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22378159 833298432 76980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19331/tid=19343] ppid=19329 vsize=813768 CPUtime=0
/proc/19331/task/19343/stat : 19343 (java) S 19329 19331 18818 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22378159 833298432 76980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 813768

[startup+12.7021 s]
/proc/loadavg: 2.18 2.20 2.10 5/95 19366
/proc/meminfo: memFree=1169160/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=817616 CPUtime=13.26
/proc/19331/stat : 19331 (java) S 19329 19331 18818 0 -1 0 136319 0 39 0 1254 72 0 0 18 0 12 0 22378145 837238784 130168 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19331/statm: 204404 130170 1423 9 0 201731 0
[pid=19331/tid=19333] ppid=19329 vsize=817616 CPUtime=4.62
/proc/19331/task/19333/stat : 19333 (java) S 19329 19331 18818 0 -1 64 23411 0 1 0 447 15 0 0 17 0 12 0 22378151 837238784 130171 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19334] ppid=19329 vsize=817616 CPUtime=4.96
/proc/19331/task/19334/stat : 19334 (java) R 19329 19331 18818 0 -1 64 65470 0 0 0 466 30 0 0 16 0 12 0 22378152 837238784 130172 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19335] ppid=19329 vsize=817616 CPUtime=2.3
/proc/19331/task/19335/stat : 19335 (java) R 19329 19331 18818 0 -1 64 41978 0 0 0 208 22 0 0 24 0 12 0 22378152 837238784 130174 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19336] ppid=19329 vsize=817616 CPUtime=0
/proc/19331/task/19336/stat : 19336 (java) S 19329 19331 18818 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 22378154 837238784 130175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19337] ppid=19329 vsize=817616 CPUtime=0
/proc/19331/task/19337/stat : 19337 (java) S 19329 19331 18818 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22378155 837238784 130177 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19338] ppid=19329 vsize=817616 CPUtime=0
/proc/19331/task/19338/stat : 19338 (java) S 19329 19331 18818 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22378155 837238784 130178 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19339] ppid=19329 vsize=817616 CPUtime=0
/proc/19331/task/19339/stat : 19339 (java) S 19329 19331 18818 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 22378159 837238784 130180 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19331/tid=19340] ppid=19329 vsize=817616 CPUtime=0.38
/proc/19331/task/19340/stat : 19340 (java) S 19329 19331 18818 0 -1 64 1990 0 0 0 37 1 0 0 17 0 12 0 22378159 837238784 130181 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19341] ppid=19329 vsize=817616 CPUtime=0.92
/proc/19331/task/19341/stat : 19341 (java) S 19329 19331 18818 0 -1 64 2761 0 0 0 92 0 0 0 16 0 12 0 22378159 837238784 130182 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19342] ppid=19329 vsize=817616 CPUtime=0
/proc/19331/task/19342/stat : 19342 (java) S 19329 19331 18818 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22378159 837238784 130183 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19331/tid=19343] ppid=19329 vsize=817616 CPUtime=0
/proc/19331/task/19343/stat : 19343 (java) S 19329 19331 18818 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22378159 837238784 130185 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.26
Current children cumulated vsize (KiB) 817616

[startup+25.5026 s]
/proc/loadavg: 2.28 2.22 2.10 5/95 19366
/proc/meminfo: memFree=821640/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=818896 CPUtime=26.05
/proc/19331/stat : 19331 (java) S 19329 19331 18818 0 -1 0 208785 0 39 0 2496 109 0 0 18 0 12 0 22378145 838549504 170795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19331/statm: 204724 170795 1425 9 0 202051 0
[pid=19331/tid=19333] ppid=19329 vsize=818896 CPUtime=5.76
/proc/19331/task/19333/stat : 19333 (java) S 19329 19331 18818 0 -1 64 35705 0 1 0 556 20 0 0 17 0 12 0 22378151 838549504 170795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19334] ppid=19329 vsize=818896 CPUtime=7.19
/proc/19331/task/19334/stat : 19334 (java) S 19329 19331 18818 0 -1 64 88583 0 0 0 677 42 0 0 17 0 12 0 22378152 838549504 170795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19335] ppid=19329 vsize=818896 CPUtime=2.56
/proc/19331/task/19335/stat : 19335 (java) S 19329 19331 18818 0 -1 64 42980 0 0 0 234 22 0 0 17 0 12 0 22378152 838549504 170795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19336] ppid=19329 vsize=818896 CPUtime=9.16
/proc/19331/task/19336/stat : 19336 (java) R 19329 19331 18818 0 -1 64 36058 0 0 0 896 20 0 0 25 0 12 0 22378154 838549504 170795 996147200 134512640 134550932 4294956016 18446744073709551615 104187755 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19337] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19337/stat : 19337 (java) S 19329 19331 18818 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22378155 838549504 170795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19338] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19338/stat : 19338 (java) S 19329 19331 18818 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22378155 838549504 170795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19339] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19339/stat : 19339 (java) S 19329 19331 18818 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 22378159 838549504 170795 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19331/tid=19340] ppid=19329 vsize=818896 CPUtime=0.38

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

[pid=19331/tid=19342] ppid=19329 vsize=866904 CPUtime=0
/proc/19331/task/19342/stat : 19342 (java) S 19329 19331 18818 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22378159 887709696 180290 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19331/tid=19343] ppid=19329 vsize=866904 CPUtime=0
/proc/19331/task/19343/stat : 19343 (java) S 19329 19331 18818 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22378159 887709696 180297 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 77.23
Current children cumulated vsize (KiB) 866904

[startup+89.5021 s]
/proc/loadavg: 2.33 2.25 2.12 3/95 19366
/proc/meminfo: memFree=789320/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=818896 CPUtime=90.02
/proc/19331/stat : 19331 (java) S 19329 19331 18818 0 -1 0 529491 0 39 0 8711 291 0 0 18 0 12 0 22378145 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19331/statm: 204724 173919 1425 9 0 202051 0
[pid=19331/tid=19333] ppid=19329 vsize=818896 CPUtime=6.14
/proc/19331/task/19333/stat : 19333 (java) S 19329 19331 18818 0 -1 64 35717 0 1 0 594 20 0 0 17 0 12 0 22378151 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19334] ppid=19329 vsize=818896 CPUtime=7.19
/proc/19331/task/19334/stat : 19334 (java) S 19329 19331 18818 0 -1 64 88583 0 0 0 677 42 0 0 17 0 12 0 22378152 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19335] ppid=19329 vsize=818896 CPUtime=2.56
/proc/19331/task/19335/stat : 19335 (java) S 19329 19331 18818 0 -1 64 42980 0 0 0 234 22 0 0 17 0 12 0 22378152 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19336] ppid=19329 vsize=818896 CPUtime=72.76
/proc/19331/task/19336/stat : 19336 (java) R 19329 19331 18818 0 -1 64 356752 0 0 0 7074 202 0 0 25 0 12 0 22378154 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19337] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19337/stat : 19337 (java) S 19329 19331 18818 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22378155 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19338] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19338/stat : 19338 (java) S 19329 19331 18818 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22378155 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19339] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19339/stat : 19339 (java) S 19329 19331 18818 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 22378159 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19331/tid=19340] ppid=19329 vsize=818896 CPUtime=0.38
/proc/19331/task/19340/stat : 19340 (java) S 19329 19331 18818 0 -1 64 1990 0 0 0 37 1 0 0 17 0 12 0 22378159 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19341] ppid=19329 vsize=818896 CPUtime=0.93
/proc/19331/task/19341/stat : 19341 (java) S 19329 19331 18818 0 -1 64 2768 0 0 0 93 0 0 0 16 0 12 0 22378159 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19342] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19342/stat : 19342 (java) S 19329 19331 18818 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22378159 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19331/tid=19343] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19343/stat : 19343 (java) S 19329 19331 18818 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22378159 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (KiB) 818896

[startup+92.7025 s]
/proc/loadavg: 2.33 2.25 2.12 4/95 19366
/proc/meminfo: memFree=789256/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=818896 CPUtime=93.22
/proc/19331/stat : 19331 (java) S 19329 19331 18818 0 -1 0 529494 0 39 0 9031 291 0 0 18 0 12 0 22378145 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19331/statm: 204724 173919 1424 9 0 202051 0
[pid=19331/tid=19333] ppid=19329 vsize=818896 CPUtime=6.14
/proc/19331/task/19333/stat : 19333 (java) S 19329 19331 18818 0 -1 64 35720 0 1 0 594 20 0 0 16 0 12 0 22378151 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19334] ppid=19329 vsize=818896 CPUtime=7.19
/proc/19331/task/19334/stat : 19334 (java) S 19329 19331 18818 0 -1 64 88583 0 0 0 677 42 0 0 17 0 12 0 22378152 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19335] ppid=19329 vsize=818896 CPUtime=2.56
/proc/19331/task/19335/stat : 19335 (java) S 19329 19331 18818 0 -1 64 42980 0 0 0 234 22 0 0 17 0 12 0 22378152 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19336] ppid=19329 vsize=818896 CPUtime=75.96
/proc/19331/task/19336/stat : 19336 (java) R 19329 19331 18818 0 -1 64 356752 0 0 0 7394 202 0 0 25 0 12 0 22378154 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 105886155 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19337] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19337/stat : 19337 (java) S 19329 19331 18818 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22378155 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19338] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19338/stat : 19338 (java) S 19329 19331 18818 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22378155 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19339] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19339/stat : 19339 (java) S 19329 19331 18818 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 22378159 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19331/tid=19340] ppid=19329 vsize=818896 CPUtime=0.38
/proc/19331/task/19340/stat : 19340 (java) S 19329 19331 18818 0 -1 64 1990 0 0 0 37 1 0 0 17 0 12 0 22378159 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19341] ppid=19329 vsize=818896 CPUtime=0.93
/proc/19331/task/19341/stat : 19341 (java) S 19329 19331 18818 0 -1 64 2768 0 0 0 93 0 0 0 16 0 12 0 22378159 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19342] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19342/stat : 19342 (java) S 19329 19331 18818 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22378159 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19331/tid=19343] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19343/stat : 19343 (java) S 19329 19331 18818 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22378159 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.22
Current children cumulated vsize (KiB) 818896

[startup+95.9018 s]
/proc/loadavg: 2.30 2.25 2.12 3/95 19366
/proc/meminfo: memFree=789256/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=818896 CPUtime=96.42
/proc/19331/stat : 19331 (java) S 19329 19331 18818 0 -1 0 529494 0 39 0 9351 291 0 0 18 0 12 0 22378145 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19331/statm: 204724 173919 1424 9 0 202051 0
[pid=19331/tid=19333] ppid=19329 vsize=818896 CPUtime=6.14
/proc/19331/task/19333/stat : 19333 (java) S 19329 19331 18818 0 -1 64 35720 0 1 0 594 20 0 0 16 0 12 0 22378151 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19334] ppid=19329 vsize=818896 CPUtime=7.19
/proc/19331/task/19334/stat : 19334 (java) S 19329 19331 18818 0 -1 64 88583 0 0 0 677 42 0 0 17 0 12 0 22378152 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19335] ppid=19329 vsize=818896 CPUtime=2.56
/proc/19331/task/19335/stat : 19335 (java) S 19329 19331 18818 0 -1 64 42980 0 0 0 234 22 0 0 17 0 12 0 22378152 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19336] ppid=19329 vsize=818896 CPUtime=79.16
/proc/19331/task/19336/stat : 19336 (java) R 19329 19331 18818 0 -1 64 356752 0 0 0 7714 202 0 0 25 0 12 0 22378154 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 106836632 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19337] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19337/stat : 19337 (java) S 19329 19331 18818 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22378155 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19338] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19338/stat : 19338 (java) S 19329 19331 18818 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22378155 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19339] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19339/stat : 19339 (java) S 19329 19331 18818 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 22378159 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19331/tid=19340] ppid=19329 vsize=818896 CPUtime=0.38
/proc/19331/task/19340/stat : 19340 (java) S 19329 19331 18818 0 -1 64 1990 0 0 0 37 1 0 0 17 0 12 0 22378159 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19341] ppid=19329 vsize=818896 CPUtime=0.93
/proc/19331/task/19341/stat : 19341 (java) S 19329 19331 18818 0 -1 64 2768 0 0 0 93 0 0 0 16 0 12 0 22378159 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19342] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19342/stat : 19342 (java) S 19329 19331 18818 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22378159 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19331/tid=19343] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19343/stat : 19343 (java) S 19329 19331 18818 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22378159 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 96.42
Current children cumulated vsize (KiB) 818896

[startup+96.7029 s]
/proc/loadavg: 2.30 2.25 2.12 3/95 19366
/proc/meminfo: memFree=789320/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=818896 CPUtime=97.23
/proc/19331/stat : 19331 (java) S 19329 19331 18818 0 -1 0 529494 0 39 0 9432 291 0 0 18 0 12 0 22378145 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19331/statm: 204724 173919 1424 9 0 202051 0
[pid=19331/tid=19333] ppid=19329 vsize=818896 CPUtime=6.14
/proc/19331/task/19333/stat : 19333 (java) S 19329 19331 18818 0 -1 64 35720 0 1 0 594 20 0 0 16 0 12 0 22378151 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19334] ppid=19329 vsize=818896 CPUtime=7.19
/proc/19331/task/19334/stat : 19334 (java) S 19329 19331 18818 0 -1 64 88583 0 0 0 677 42 0 0 17 0 12 0 22378152 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19335] ppid=19329 vsize=818896 CPUtime=2.56
/proc/19331/task/19335/stat : 19335 (java) S 19329 19331 18818 0 -1 64 42980 0 0 0 234 22 0 0 17 0 12 0 22378152 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19336] ppid=19329 vsize=818896 CPUtime=79.96
/proc/19331/task/19336/stat : 19336 (java) R 19329 19331 18818 0 -1 64 356752 0 0 0 7794 202 0 0 25 0 12 0 22378154 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 106159336 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19337] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19337/stat : 19337 (java) S 19329 19331 18818 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22378155 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19338] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19338/stat : 19338 (java) S 19329 19331 18818 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22378155 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19339] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19339/stat : 19339 (java) S 19329 19331 18818 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 22378159 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19331/tid=19340] ppid=19329 vsize=818896 CPUtime=0.38
/proc/19331/task/19340/stat : 19340 (java) S 19329 19331 18818 0 -1 64 1990 0 0 0 37 1 0 0 17 0 12 0 22378159 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19341] ppid=19329 vsize=818896 CPUtime=0.93
/proc/19331/task/19341/stat : 19341 (java) S 19329 19331 18818 0 -1 64 2768 0 0 0 93 0 0 0 16 0 12 0 22378159 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19342] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19342/stat : 19342 (java) S 19329 19331 18818 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22378159 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19331/tid=19343] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19343/stat : 19343 (java) S 19329 19331 18818 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22378159 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 97.23
Current children cumulated vsize (KiB) 818896

[startup+97.103 s]
/proc/loadavg: 2.30 2.25 2.12 3/95 19366
/proc/meminfo: memFree=789320/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=818896 CPUtime=97.62
/proc/19331/stat : 19331 (java) S 19329 19331 18818 0 -1 0 529494 0 39 0 9471 291 0 0 18 0 12 0 22378145 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19331/statm: 204724 173919 1424 9 0 202051 0
[pid=19331/tid=19333] ppid=19329 vsize=818896 CPUtime=6.14
/proc/19331/task/19333/stat : 19333 (java) S 19329 19331 18818 0 -1 64 35720 0 1 0 594 20 0 0 16 0 12 0 22378151 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19334] ppid=19329 vsize=818896 CPUtime=7.19
/proc/19331/task/19334/stat : 19334 (java) S 19329 19331 18818 0 -1 64 88583 0 0 0 677 42 0 0 17 0 12 0 22378152 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19335] ppid=19329 vsize=818896 CPUtime=2.56
/proc/19331/task/19335/stat : 19335 (java) S 19329 19331 18818 0 -1 64 42980 0 0 0 234 22 0 0 17 0 12 0 22378152 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19336] ppid=19329 vsize=818896 CPUtime=80.36
/proc/19331/task/19336/stat : 19336 (java) R 19329 19331 18818 0 -1 64 356752 0 0 0 7834 202 0 0 25 0 12 0 22378154 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19337] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19337/stat : 19337 (java) S 19329 19331 18818 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22378155 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19338] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19338/stat : 19338 (java) S 19329 19331 18818 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22378155 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19339] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19339/stat : 19339 (java) S 19329 19331 18818 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 22378159 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19331/tid=19340] ppid=19329 vsize=818896 CPUtime=0.38
/proc/19331/task/19340/stat : 19340 (java) S 19329 19331 18818 0 -1 64 1990 0 0 0 37 1 0 0 17 0 12 0 22378159 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19341] ppid=19329 vsize=818896 CPUtime=0.93
/proc/19331/task/19341/stat : 19341 (java) S 19329 19331 18818 0 -1 64 2768 0 0 0 93 0 0 0 16 0 12 0 22378159 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19331/tid=19342] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19342/stat : 19342 (java) S 19329 19331 18818 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22378159 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19331/tid=19343] ppid=19329 vsize=818896 CPUtime=0
/proc/19331/task/19343/stat : 19343 (java) S 19329 19331 18818 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22378159 838549504 173919 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 97.62
Current children cumulated vsize (KiB) 818896

[startup+97.303 s]
/proc/loadavg: 2.30 2.25 2.12 3/95 19366
/proc/meminfo: memFree=789320/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=0 CPUtime=97.81
/proc/19331/stat : 19331 (java) Z 19329 19331 18818 0 -1 12 529512 0 39 0 9489 292 0 0 16 0 2 0 22378145 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19331/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 97.81
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 97.4021
CPU time (s): 97.9221
CPU user time (s): 94.8936
CPU system time (s): 3.02854
CPU usage (%): 100.534
Max. virtual memory (cumulated for all children) (KiB): 914904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 94.8936
system time used= 3.02854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 529512
page faults= 39
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2940
involuntary context switches= 3135

runsolver used 0.137979 second user time and 0.369943 second system time

The end

Launcher Data

Begin job on node73 at 2009-07-12 00:58:48
IDJOB=2071240
IDBENCH=55461
IDSOLVER=731
FILE ID=node73/2071240-1247353128
PBS_JOBID= 9506934
Free space on /tmp= 66440 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-21-09.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071240-1247353128/watcher-2071240-1247353128 -o /tmp/evaluation-result-2071240-1247353128/solver-2071240-1247353128 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071240-1247353128.xml

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

MD5SUM BENCH= 0bc53c36f68ea6a14fb106d8ba5208f9
RANDOM SEED=544840232

node73.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.213
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.213
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:       1940344 kB
Buffers:          2060 kB
Cached:          49688 kB
SwapCached:          0 kB
Active:          52848 kB
Inactive:        14444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1940344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2524 kB
Writeback:           0 kB
Mapped:          25560 kB
Slab:            33992 kB
Committed_AS:   135988 kB
PageTables:       1604 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= 66436 MiB
End job on node73 at 2009-07-12 01:00:25