Trace number 2077686

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? 75.0816 76.9342

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-08.xml
MD5SUMd20c7bd53f46e51d24a0574180a1c33a
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.609906
Satisfiable
(Un)Satisfiability was proved
Number of variables295
Number of constraints3243
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension130
Number of constraints which are defined in intension3113
Global constraints used (with number of constraints)

Solver Data

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

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-2077686-1247365513/watcher-2077686-1247365513 -o /tmp/evaluation-result-2077686-1247365513/solver-2077686-1247365513 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077686-1247365513.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: 3.14 2.67 2.45 4/87 6350
/proc/meminfo: memFree=1512440/2055920 swapFree=4192812/4192956
[pid=6350] ppid=6346 vsize=144 CPUtime=0
/proc/6350/stat : 6350 (java) R 6346 6350 19212 0 -1 0 197 0 0 0 0 0 0 0 18 0 1 0 23614023 147456 19 996147200 134512640 134550932 4294956016 18446744073709551615 11942912 0 0 4096 0 0 0 0 17 1 0 0
/proc/6350/statm: 38 21 14 9 0 4 0

[startup+0.10021 s]
/proc/loadavg: 3.14 2.67 2.45 4/87 6350
/proc/meminfo: memFree=1512440/2055920 swapFree=4192812/4192956
[pid=6350] ppid=6346 vsize=804360 CPUtime=0.08
/proc/6350/stat : 6350 (java) S 6346 6350 19212 0 -1 0 2943 0 1 0 6 2 0 0 18 0 12 0 23614023 823664640 2686 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6350/statm: 201090 2686 1056 9 0 198441 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804360

[startup+0.201221 s]
/proc/loadavg: 3.14 2.67 2.45 4/87 6350
/proc/meminfo: memFree=1512440/2055920 swapFree=4192812/4192956
[pid=6350] ppid=6346 vsize=805388 CPUtime=0.18
/proc/6350/stat : 6350 (java) S 6346 6350 19212 0 -1 0 3766 0 1 0 15 3 0 0 18 0 12 0 23614023 824717312 3504 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6350/statm: 201347 3504 1332 9 0 198681 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 805388

[startup+0.301225 s]
/proc/loadavg: 3.14 2.67 2.45 4/87 6350
/proc/meminfo: memFree=1512440/2055920 swapFree=4192812/4192956
[pid=6350] ppid=6346 vsize=805628 CPUtime=0.27
/proc/6350/stat : 6350 (java) S 6346 6350 19212 0 -1 0 4239 0 1 0 24 3 0 0 18 0 12 0 23614023 824963072 3976 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6350/statm: 201407 3976 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805628

[startup+0.701258 s]
/proc/loadavg: 3.14 2.67 2.45 4/87 6350
/proc/meminfo: memFree=1512440/2055920 swapFree=4192812/4192956
[pid=6350] ppid=6346 vsize=809068 CPUtime=0.67
/proc/6350/stat : 6350 (java) S 6346 6350 19212 0 -1 0 6089 0 1 0 62 5 0 0 18 0 12 0 23614023 828485632 5332 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6350/statm: 202267 5332 1386 9 0 199594 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 809068

[startup+1.50232 s]
/proc/loadavg: 3.13 2.68 2.46 4/98 6419
/proc/meminfo: memFree=1493984/2055920 swapFree=4192812/4192956
[pid=6350] ppid=6346 vsize=813840 CPUtime=1.46
/proc/6350/stat : 6350 (java) S 6346 6350 19212 0 -1 0 10356 0 1 0 139 7 0 0 18 0 12 0 23614023 833372160 7908 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6350/statm: 203460 7908 1407 9 0 200787 0
[pid=6350/tid=6354] ppid=6346 vsize=813840 CPUtime=0.6
/proc/6350/task/6354/stat : 6354 (java) R 6346 6350 19212 0 -1 64 5171 0 1 0 56 4 0 0 21 0 12 0 23614024 833372160 7908 996147200 134512640 134550932 4294956016 18446744073709551615 4109161214 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6358] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6358/stat : 6358 (java) S 6346 6350 19212 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 23614026 833372160 7908 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6359] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6359/stat : 6359 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 23614026 833372160 7908 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6360] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6360/stat : 6360 (java) S 6346 6350 19212 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23614027 833372160 7908 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6361] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6361/stat : 6361 (java) S 6346 6350 19212 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 23614028 833372160 7908 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6362] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6362/stat : 6362 (java) S 6346 6350 19212 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 23614028 833372160 7908 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6375] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6375/stat : 6375 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23614033 833372160 7908 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6377] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6377/stat : 6377 (java) S 6346 6350 19212 0 -1 64 13 0 0 0 0 0 0 0 25 0 12 0 23614033 833372160 7908 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6378] ppid=6346 vsize=813840 CPUtime=0.83
/proc/6350/task/6378/stat : 6378 (java) S 6346 6350 19212 0 -1 64 4428 0 0 0 82 1 0 0 17 0 12 0 23614033 833372160 7908 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6379] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6379/stat : 6379 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23614033 833372160 7908 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6380] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6380/stat : 6380 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23614033 833372160 7908 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 813840

[startup+3.10245 s]
/proc/loadavg: 3.13 2.68 2.46 4/98 6519
/proc/meminfo: memFree=1445216/2055920 swapFree=4192812/4192956
[pid=6350] ppid=6346 vsize=813840 CPUtime=2.95
/proc/6350/stat : 6350 (java) S 6346 6350 19212 0 -1 0 24918 0 1 0 281 14 0 0 18 0 12 0 23614023 833372160 22283 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6350/statm: 203460 22283 1422 9 0 200787 0
[pid=6350/tid=6354] ppid=6346 vsize=813840 CPUtime=1.6
/proc/6350/task/6354/stat : 6354 (java) R 6346 6350 19212 0 -1 64 17466 0 1 0 150 10 0 0 21 0 12 0 23614024 833372160 22283 996147200 134512640 134550932 4294956016 18446744073709551615 4109728613 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6358] ppid=6346 vsize=813840 CPUtime=0.03
/proc/6350/task/6358/stat : 6358 (java) S 6346 6350 19212 0 -1 64 1085 0 0 0 3 0 0 0 17 0 12 0 23614026 833372160 22283 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6359] ppid=6346 vsize=813840 CPUtime=0.02
/proc/6350/task/6359/stat : 6359 (java) S 6346 6350 19212 0 -1 64 1064 0 0 0 2 0 0 0 17 0 12 0 23614026 833372160 22283 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6360] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6360/stat : 6360 (java) S 6346 6350 19212 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 23614027 833372160 22283 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6361] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6361/stat : 6361 (java) S 6346 6350 19212 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23614028 833372160 22283 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6362] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6362/stat : 6362 (java) S 6346 6350 19212 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23614028 833372160 22283 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6375] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6375/stat : 6375 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23614033 833372160 22283 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6377] ppid=6346 vsize=813840 CPUtime=0.01
/proc/6350/task/6377/stat : 6377 (java) S 6346 6350 19212 0 -1 64 21 0 0 0 1 0 0 0 17 0 12 0 23614033 833372160 22283 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6378] ppid=6346 vsize=813840 CPUtime=1.23
/proc/6350/task/6378/stat : 6378 (java) S 6346 6350 19212 0 -1 64 4528 0 0 0 121 2 0 0 16 0 12 0 23614033 833372160 22283 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6379] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6379/stat : 6379 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23614033 833372160 22283 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6380] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6380/stat : 6380 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23614033 833372160 22283 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 813840

[startup+6.30272 s]
/proc/loadavg: 3.13 2.68 2.46 6/99 6712
/proc/meminfo: memFree=1296408/2055920 swapFree=4192812/4192956
[pid=6350] ppid=6346 vsize=813840 CPUtime=6.23
/proc/6350/stat : 6350 (java) S 6346 6350 19212 0 -1 0 70253 0 1 0 588 35 0 0 18 0 12 0 23614023 833372160 65023 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6350/statm: 203460 65023 1422 9 0 200787 0
[pid=6350/tid=6354] ppid=6346 vsize=813840 CPUtime=2.86
/proc/6350/task/6354/stat : 6354 (java) R 6346 6350 19212 0 -1 64 17471 0 1 0 276 10 0 0 25 0 12 0 23614024 833372160 65023 996147200 134512640 134550932 4294956016 18446744073709551615 4109771235 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6358] ppid=6346 vsize=813840 CPUtime=1.06
/proc/6350/task/6358/stat : 6358 (java) S 6346 6350 19212 0 -1 64 23746 0 0 0 95 11 0 0 18 0 12 0 23614026 833372160 65023 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6359] ppid=6346 vsize=813840 CPUtime=1.01
/proc/6350/task/6359/stat : 6359 (java) S 6346 6350 19212 0 -1 64 23727 0 0 0 91 10 0 0 18 0 12 0 23614026 833372160 65023 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6360] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6360/stat : 6360 (java) S 6346 6350 19212 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 23614027 833372160 65023 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6361] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6361/stat : 6361 (java) S 6346 6350 19212 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23614028 833372160 65023 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6362] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6362/stat : 6362 (java) S 6346 6350 19212 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23614028 833372160 65023 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6375] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6375/stat : 6375 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23614033 833372160 65023 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6377] ppid=6346 vsize=813840 CPUtime=0.01
/proc/6350/task/6377/stat : 6377 (java) S 6346 6350 19212 0 -1 64 21 0 0 0 1 0 0 0 17 0 12 0 23614033 833372160 65023 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6378] ppid=6346 vsize=813840 CPUtime=1.23
/proc/6350/task/6378/stat : 6378 (java) S 6346 6350 19212 0 -1 64 4528 0 0 0 121 2 0 0 16 0 12 0 23614033 833372160 65023 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6379] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6379/stat : 6379 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23614033 833372160 65023 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6380] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6380/stat : 6380 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23614033 833372160 65023 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 813840

[startup+12.7012 s]
/proc/loadavg: 3.42 2.75 2.48 6/99 7072
/proc/meminfo: memFree=1025944/2055920 swapFree=4192812/4192956
[pid=6350] ppid=6346 vsize=813840 CPUtime=12.67
/proc/6350/stat : 6350 (java) S 6346 6350 19212 0 -1 0 133329 0 1 0 1202 65 0 0 18 0 12 0 23614023 833372160 127953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6350/statm: 203460 127953 1422 9 0 200787 0
[pid=6350/tid=6354] ppid=6346 vsize=813840 CPUtime=4.58
/proc/6350/task/6354/stat : 6354 (java) R 6346 6350 19212 0 -1 64 23627 0 1 0 445 13 0 0 16 0 12 0 23614024 833372160 127953 996147200 134512640 134550932 4294956016 18446744073709551615 4109527974 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6358] ppid=6346 vsize=813840 CPUtime=2.54
/proc/6350/task/6358/stat : 6358 (java) R 6346 6350 19212 0 -1 64 37809 0 0 0 236 18 0 0 25 0 12 0 23614026 833372160 127953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6359] ppid=6346 vsize=813840 CPUtime=4.25
/proc/6350/task/6359/stat : 6359 (java) R 6346 6350 19212 0 -1 64 66584 0 0 0 395 30 0 0 21 0 12 0 23614026 833372160 127953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6360] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6360/stat : 6360 (java) S 6346 6350 19212 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 23614027 833372160 127953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6361] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6361/stat : 6361 (java) S 6346 6350 19212 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23614028 833372160 127953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6362] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6362/stat : 6362 (java) S 6346 6350 19212 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23614028 833372160 127953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6375] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6375/stat : 6375 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23614033 833372160 127953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6377] ppid=6346 vsize=813840 CPUtime=0.01
/proc/6350/task/6377/stat : 6377 (java) S 6346 6350 19212 0 -1 64 21 0 0 0 1 0 0 0 17 0 12 0 23614033 833372160 127953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6378] ppid=6346 vsize=813840 CPUtime=1.23
/proc/6350/task/6378/stat : 6378 (java) S 6346 6350 19212 0 -1 64 4528 0 0 0 121 2 0 0 16 0 12 0 23614033 833372160 127953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6379] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6379/stat : 6379 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23614033 833372160 127953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6380] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6380/stat : 6380 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23614033 833372160 127953 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 813840

[startup+25.5023 s]
/proc/loadavg: 3.50 2.79 2.50 3/99 8077
/proc/meminfo: memFree=842840/2055920 swapFree=4192812/4192956
[pid=6350] ppid=6346 vsize=813840 CPUtime=25.16
/proc/6350/stat : 6350 (java) S 6346 6350 19212 0 -1 0 188696 0 1 0 2422 94 0 0 18 0 12 0 23614023 833372160 167808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6350/statm: 203460 167808 1424 9 0 200787 0
[pid=6350/tid=6354] ppid=6346 vsize=813840 CPUtime=5.85
/proc/6350/task/6354/stat : 6354 (java) S 6346 6350 19212 0 -1 64 35922 0 1 0 565 20 0 0 17 0 12 0 23614024 833372160 167808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6358] ppid=6346 vsize=813840 CPUtime=3.27
/proc/6350/task/6358/stat : 6358 (java) S 6346 6350 19212 0 -1 64 43029 0 0 0 307 20 0 0 17 0 12 0 23614026 833372160 167808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6359] ppid=6346 vsize=813840 CPUtime=5.96
/proc/6350/task/6359/stat : 6359 (java) S 6346 6350 19212 0 -1 64 84572 0 0 0 557 39 0 0 17 0 12 0 23614026 833372160 167808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6360] ppid=6346 vsize=813840 CPUtime=8.77
/proc/6350/task/6360/stat : 6360 (java) R 6346 6350 19212 0 -1 64 19883 0 0 0 867 10 0 0 25 0 12 0 23614027 833372160 167808 996147200 134512640 134550932 4294956016 18446744073709551615 105886114 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6361] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6361/stat : 6361 (java) S 6346 6350 19212 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23614028 833372160 167808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6362] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6362/stat : 6362 (java) S 6346 6350 19212 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23614028 833372160 167808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6375] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6375/stat : 6375 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23614033 833372160 167808 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6377] ppid=6346 vsize=813840 CPUtime=0.01

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

[pid=6350/tid=6379] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6379/stat : 6379 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23614033 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6380] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6380/stat : 6380 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23614033 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 68.6
Current children cumulated vsize (KiB) 813840

[startup+73.6011 s]
/proc/loadavg: 3.32 2.85 2.53 4/98 12157
/proc/meminfo: memFree=818400/2055920 swapFree=4192812/4192956
[pid=6350] ppid=6346 vsize=813840 CPUtime=71.78
/proc/6350/stat : 6350 (java) S 6346 6350 19212 0 -1 0 445660 0 1 0 6956 222 0 0 18 0 12 0 23614023 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6350/statm: 203460 172712 1423 9 0 200787 0
[pid=6350/tid=6354] ppid=6346 vsize=813840 CPUtime=6.31
/proc/6350/task/6354/stat : 6354 (java) S 6346 6350 19212 0 -1 64 35934 0 1 0 611 20 0 0 16 0 12 0 23614024 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6358] ppid=6346 vsize=813840 CPUtime=3.27
/proc/6350/task/6358/stat : 6358 (java) S 6346 6350 19212 0 -1 64 43029 0 0 0 307 20 0 0 17 0 12 0 23614026 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6359] ppid=6346 vsize=813840 CPUtime=5.96
/proc/6350/task/6359/stat : 6359 (java) S 6346 6350 19212 0 -1 64 84572 0 0 0 557 39 0 0 17 0 12 0 23614026 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6360] ppid=6346 vsize=813840 CPUtime=54.95
/proc/6350/task/6360/stat : 6360 (java) R 6346 6350 19212 0 -1 64 276835 0 0 0 5356 139 0 0 25 0 12 0 23614027 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 105696799 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6361] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6361/stat : 6361 (java) S 6346 6350 19212 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23614028 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6362] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6362/stat : 6362 (java) S 6346 6350 19212 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23614028 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6375] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6375/stat : 6375 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23614033 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6377] ppid=6346 vsize=813840 CPUtime=0.01
/proc/6350/task/6377/stat : 6377 (java) S 6346 6350 19212 0 -1 64 21 0 0 0 1 0 0 0 17 0 12 0 23614033 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6378] ppid=6346 vsize=813840 CPUtime=1.23
/proc/6350/task/6378/stat : 6378 (java) S 6346 6350 19212 0 -1 64 4528 0 0 0 121 2 0 0 16 0 12 0 23614033 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6379] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6379/stat : 6379 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23614033 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6380] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6380/stat : 6380 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23614033 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 71.78
Current children cumulated vsize (KiB) 813840

[startup+75.2023 s]
/proc/loadavg: 3.32 2.85 2.53 4/98 12283
/proc/meminfo: memFree=818080/2055920 swapFree=4192812/4192956
[pid=6350] ppid=6346 vsize=813840 CPUtime=73.37
/proc/6350/stat : 6350 (java) S 6346 6350 19212 0 -1 0 445660 0 1 0 7115 222 0 0 18 0 12 0 23614023 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6350/statm: 203460 172712 1423 9 0 200787 0
[pid=6350/tid=6354] ppid=6346 vsize=813840 CPUtime=6.31
/proc/6350/task/6354/stat : 6354 (java) S 6346 6350 19212 0 -1 64 35934 0 1 0 611 20 0 0 16 0 12 0 23614024 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6358] ppid=6346 vsize=813840 CPUtime=3.27
/proc/6350/task/6358/stat : 6358 (java) S 6346 6350 19212 0 -1 64 43029 0 0 0 307 20 0 0 17 0 12 0 23614026 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6359] ppid=6346 vsize=813840 CPUtime=5.96
/proc/6350/task/6359/stat : 6359 (java) S 6346 6350 19212 0 -1 64 84572 0 0 0 557 39 0 0 17 0 12 0 23614026 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6360] ppid=6346 vsize=813840 CPUtime=56.54
/proc/6350/task/6360/stat : 6360 (java) R 6346 6350 19212 0 -1 64 276835 0 0 0 5515 139 0 0 25 0 12 0 23614027 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 104187904 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6361] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6361/stat : 6361 (java) S 6346 6350 19212 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23614028 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6362] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6362/stat : 6362 (java) S 6346 6350 19212 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23614028 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6375] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6375/stat : 6375 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23614033 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6377] ppid=6346 vsize=813840 CPUtime=0.01
/proc/6350/task/6377/stat : 6377 (java) S 6346 6350 19212 0 -1 64 21 0 0 0 1 0 0 0 17 0 12 0 23614033 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6378] ppid=6346 vsize=813840 CPUtime=1.23
/proc/6350/task/6378/stat : 6378 (java) S 6346 6350 19212 0 -1 64 4528 0 0 0 121 2 0 0 16 0 12 0 23614033 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6379] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6379/stat : 6379 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23614033 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6380] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6380/stat : 6380 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23614033 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 73.37
Current children cumulated vsize (KiB) 813840

[startup+76.0073 s]
/proc/loadavg: 3.29 2.86 2.54 4/98 12338
/proc/meminfo: memFree=818016/2055920 swapFree=4192812/4192956
[pid=6350] ppid=6346 vsize=813840 CPUtime=74.17
/proc/6350/stat : 6350 (java) S 6346 6350 19212 0 -1 0 445660 0 1 0 7195 222 0 0 18 0 12 0 23614023 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6350/statm: 203460 172712 1423 9 0 200787 0
[pid=6350/tid=6354] ppid=6346 vsize=813840 CPUtime=6.31
/proc/6350/task/6354/stat : 6354 (java) S 6346 6350 19212 0 -1 64 35934 0 1 0 611 20 0 0 16 0 12 0 23614024 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6358] ppid=6346 vsize=813840 CPUtime=3.27
/proc/6350/task/6358/stat : 6358 (java) S 6346 6350 19212 0 -1 64 43029 0 0 0 307 20 0 0 17 0 12 0 23614026 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6359] ppid=6346 vsize=813840 CPUtime=5.96
/proc/6350/task/6359/stat : 6359 (java) S 6346 6350 19212 0 -1 64 84572 0 0 0 557 39 0 0 17 0 12 0 23614026 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6360] ppid=6346 vsize=813840 CPUtime=57.34
/proc/6350/task/6360/stat : 6360 (java) R 6346 6350 19212 0 -1 64 276835 0 0 0 5595 139 0 0 25 0 12 0 23614027 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6361] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6361/stat : 6361 (java) S 6346 6350 19212 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23614028 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6362] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6362/stat : 6362 (java) S 6346 6350 19212 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23614028 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6375] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6375/stat : 6375 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23614033 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6377] ppid=6346 vsize=813840 CPUtime=0.01
/proc/6350/task/6377/stat : 6377 (java) S 6346 6350 19212 0 -1 64 21 0 0 0 1 0 0 0 17 0 12 0 23614033 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6378] ppid=6346 vsize=813840 CPUtime=1.23
/proc/6350/task/6378/stat : 6378 (java) S 6346 6350 19212 0 -1 64 4528 0 0 0 121 2 0 0 16 0 12 0 23614033 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6379] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6379/stat : 6379 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23614033 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6380] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6380/stat : 6380 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23614033 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 74.17
Current children cumulated vsize (KiB) 813840

[startup+76.4024 s]
/proc/loadavg: 3.29 2.86 2.54 4/98 12338
/proc/meminfo: memFree=818016/2055920 swapFree=4192812/4192956
[pid=6350] ppid=6346 vsize=813840 CPUtime=74.56
/proc/6350/stat : 6350 (java) S 6346 6350 19212 0 -1 0 445660 0 1 0 7234 222 0 0 18 0 12 0 23614023 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6350/statm: 203460 172712 1423 9 0 200787 0
[pid=6350/tid=6354] ppid=6346 vsize=813840 CPUtime=6.31
/proc/6350/task/6354/stat : 6354 (java) S 6346 6350 19212 0 -1 64 35934 0 1 0 611 20 0 0 16 0 12 0 23614024 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6358] ppid=6346 vsize=813840 CPUtime=3.27
/proc/6350/task/6358/stat : 6358 (java) S 6346 6350 19212 0 -1 64 43029 0 0 0 307 20 0 0 17 0 12 0 23614026 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6359] ppid=6346 vsize=813840 CPUtime=5.96
/proc/6350/task/6359/stat : 6359 (java) S 6346 6350 19212 0 -1 64 84572 0 0 0 557 39 0 0 17 0 12 0 23614026 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6360] ppid=6346 vsize=813840 CPUtime=57.73
/proc/6350/task/6360/stat : 6360 (java) R 6346 6350 19212 0 -1 64 276835 0 0 0 5634 139 0 0 25 0 12 0 23614027 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 106159152 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6361] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6361/stat : 6361 (java) S 6346 6350 19212 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23614028 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6362] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6362/stat : 6362 (java) S 6346 6350 19212 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23614028 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6375] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6375/stat : 6375 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23614033 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6377] ppid=6346 vsize=813840 CPUtime=0.01
/proc/6350/task/6377/stat : 6377 (java) S 6346 6350 19212 0 -1 64 21 0 0 0 1 0 0 0 17 0 12 0 23614033 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6378] ppid=6346 vsize=813840 CPUtime=1.23
/proc/6350/task/6378/stat : 6378 (java) S 6346 6350 19212 0 -1 64 4528 0 0 0 121 2 0 0 16 0 12 0 23614033 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6379] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6379/stat : 6379 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23614033 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6380] ppid=6346 vsize=813840 CPUtime=0
/proc/6350/task/6380/stat : 6380 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23614033 833372160 172712 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 74.56
Current children cumulated vsize (KiB) 813840

[startup+76.8024 s]
/proc/loadavg: 3.29 2.86 2.54 4/98 12338
/proc/meminfo: memFree=818016/2055920 swapFree=4192812/4192956
[pid=6350] ppid=6346 vsize=814164 CPUtime=74.96
/proc/6350/stat : 6350 (java) S 6346 6350 19212 0 -1 0 445668 0 1 0 7274 222 0 0 18 0 13 0 23614023 833703936 172719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6350/statm: 203541 172719 1423 9 0 200868 0
[pid=6350/tid=6354] ppid=6346 vsize=814164 CPUtime=6.31
/proc/6350/task/6354/stat : 6354 (java) S 6346 6350 19212 0 -1 64 35937 0 1 0 611 20 0 0 18 0 13 0 23614024 833703936 172719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6358] ppid=6346 vsize=814164 CPUtime=3.27
/proc/6350/task/6358/stat : 6358 (java) S 6346 6350 19212 0 -1 64 43029 0 0 0 307 20 0 0 17 0 13 0 23614026 833703936 172719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6359] ppid=6346 vsize=814164 CPUtime=5.96
/proc/6350/task/6359/stat : 6359 (java) S 6346 6350 19212 0 -1 64 84572 0 0 0 557 39 0 0 17 0 13 0 23614026 833703936 172719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6360] ppid=6346 vsize=814164 CPUtime=58.13
/proc/6350/task/6360/stat : 6360 (java) R 6346 6350 19212 0 -1 64 276835 0 0 0 5674 139 0 0 25 0 13 0 23614027 833703936 172719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6361] ppid=6346 vsize=814164 CPUtime=0
/proc/6350/task/6361/stat : 6361 (java) S 6346 6350 19212 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23614028 833703936 172719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6362] ppid=6346 vsize=814164 CPUtime=0
/proc/6350/task/6362/stat : 6362 (java) S 6346 6350 19212 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23614028 833703936 172719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6375] ppid=6346 vsize=814164 CPUtime=0
/proc/6350/task/6375/stat : 6375 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23614033 833703936 172719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6377] ppid=6346 vsize=814164 CPUtime=0.01
/proc/6350/task/6377/stat : 6377 (java) S 6346 6350 19212 0 -1 64 21 0 0 0 1 0 0 0 17 0 13 0 23614033 833703936 172719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6378] ppid=6346 vsize=814164 CPUtime=1.23
/proc/6350/task/6378/stat : 6378 (java) S 6346 6350 19212 0 -1 64 4528 0 0 0 121 2 0 0 16 0 13 0 23614033 833703936 172719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6350/tid=6379] ppid=6346 vsize=814164 CPUtime=0
/proc/6350/task/6379/stat : 6379 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23614033 833703936 172719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6350/tid=6380] ppid=6346 vsize=814164 CPUtime=0
/proc/6350/task/6380/stat : 6380 (java) S 6346 6350 19212 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23614033 833703936 172719 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 74.96
Current children cumulated vsize (KiB) 814164

[startup+76.9027 s]
/proc/loadavg: 3.29 2.86 2.54 4/98 12338
/proc/meminfo: memFree=818016/2055920 swapFree=4192812/4192956
[pid=6350] ppid=6346 vsize=0 CPUtime=75.04
/proc/6350/stat : 6350 (java) Z 6346 6350 19212 0 -1 12 445677 0 1 0 7275 229 0 0 16 0 2 0 23614023 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6350/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 75.04
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 76.9342
CPU time (s): 75.0816
CPU user time (s): 72.7509
CPU system time (s): 2.33065
CPU usage (%): 97.5919
Max. virtual memory (cumulated for all children) (KiB): 909848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.7509
system time used= 2.33065
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 445677
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= 2474
involuntary context switches= 5866

runsolver used 0.100984 second user time and 0.289955 second system time

The end

Launcher Data

Begin job on node69 at 2009-07-12 04:25:13
IDJOB=2077686
IDBENCH=56650
IDSOLVER=731
FILE ID=node69/2077686-1247365513
PBS_JOBID= 9507013
Free space on /tmp= 66500 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-19-08.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077686-1247365513/watcher-2077686-1247365513 -o /tmp/evaluation-result-2077686-1247365513/solver-2077686-1247365513 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077686-1247365513.xml

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

MD5SUM BENCH= d20c7bd53f46e51d24a0574180a1c33a
RANDOM SEED=1587848884

node69.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.211
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.211
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:       1512472 kB
Buffers:         65760 kB
Cached:         283752 kB
SwapCached:        144 kB
Active:         247052 kB
Inactive:       217692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1512472 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2900 kB
Writeback:           0 kB
Mapped:         133264 kB
Slab:            63280 kB
Committed_AS:   921376 kB
PageTables:       2404 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= 66496 MiB
End job on node69 at 2009-07-12 04:26:30