Trace number 2077697

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? 94.2397 104.358

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-15-09.xml
MD5SUM3ce0c00fe983681572eae2e8faa491a9
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.264958
Satisfiable
(Un)Satisfiability was proved
Number of variables187
Number of constraints907
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension82
Number of constraints which are defined in intension825
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.16/0.26	c c --- Begin Solver configuration ---
0.16/0.26	c Stops conflict analysis at the first Unique Implication Point
0.16/0.26	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.16/0.26	c Learn all clauses as in MiniSAT
0.16/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.16/0.26	c Expensive reason simplification
0.16/0.26	c MiniSAT restarts strategy
0.16/0.26	c Memory based learned constraints deletion strategy
0.16/0.26	c timeout=2147483s
0.16/0.26	c DB Simplification allowed=false
0.16/0.26	c --- End Solver configuration ---
0.16/0.26	c solving HOME/instance-2077697-1247365527.xml
0.16/0.26	c reading problem ... 
0.45/0.52	c reading problem named null
0.45/0.52	c reading domains done.
0.45/0.52	c reading variables done.
0.66/0.71	c reading relations done.
1.74/1.81	c reading predicates  done.
1.92/2.08	c reading constraints
86.42/96.11	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
86.42/96.11		at org.sat4j.core.Vec.ensure(Unknown Source)
86.42/96.11		at org.sat4j.core.Vec.push(Unknown Source)
86.42/96.11		at org.sat4j.minisat.constraints.cnf.Lits.watch(Unknown Source)
86.42/96.11		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(Unknown Source)
86.42/96.11		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
86.42/96.11		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
86.42/96.11		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
86.42/96.11		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
86.42/96.11		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
86.42/96.11		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
86.42/96.11		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
86.42/96.11		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
86.42/96.11		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
86.42/96.11		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
86.42/96.11		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
86.42/96.11		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
86.42/96.11		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
86.42/96.11		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
86.42/96.11		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
86.42/96.11		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
86.42/96.11		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
86.42/96.11		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
86.42/96.11		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
86.42/96.11		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
86.42/96.11		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
86.42/96.11		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
86.42/96.11		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
86.42/96.11		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
86.42/96.11		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
86.42/96.11		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
86.42/96.11		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
86.42/96.11		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
94.09/104.22	c starts		: 0
94.09/104.23	c conflicts		: 0
94.09/104.23	c decisions		: 0
94.09/104.23	c propagations		: 0
94.09/104.23	c inspects		: 0
94.09/104.23	c learnt literals	: 0
94.09/104.23	c learnt binary clauses	: 0
94.09/104.23	c learnt ternary clauses	: 0
94.09/104.23	c learnt clauses	: 0
94.09/104.23	c ignored clauses	: 0
94.09/104.23	c root simplifications	: 0
94.09/104.23	c removed literals (reason simplification)	: 0
94.09/104.23	c reason swapping (by a shorter reason)	: 0
94.09/104.23	c Calls to reduceDB	: 0
94.09/104.23	c speed (assignments/second)	: 0.0
94.09/104.23	c non guided choices	0
94.09/104.23	c learnt constraints type 
94.09/104.23	c constraints type 
94.09/104.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8633041
94.09/104.23	c org.sat4j.minisat.constraints.card.AtLeast => 187
94.09/104.23	s UNKNOWN
94.09/104.23	c Total wall clock time (in seconds) : 103.966

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-2077697-1247365527/watcher-2077697-1247365527 -o /tmp/evaluation-result-2077697-1247365527/solver-2077697-1247365527 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2077697-1247365527.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.38 2.70 2.31 4/89 8074
/proc/meminfo: memFree=1058968/2055920 swapFree=4192812/4192956
[pid=8074] ppid=8072 vsize=18576 CPUtime=0
/proc/8074/stat : 8074 (runsolver) R 8072 8074 20259 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 23618750 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 254195330343 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/8074/statm: 4644 284 249 26 0 2626 0

[startup+0.0962061 s]
/proc/loadavg: 3.38 2.70 2.31 4/89 8074
/proc/meminfo: memFree=1058968/2055920 swapFree=4192812/4192956
[pid=8074] ppid=8072 vsize=802164 CPUtime=0.08
/proc/8074/stat : 8074 (java) S 8072 8074 20259 0 -1 0 2881 0 1 0 6 2 0 0 18 0 7 0 23618750 821415936 2626 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/8074/statm: 200541 2626 1040 9 0 197892 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 802164

[startup+0.101202 s]
/proc/loadavg: 3.38 2.70 2.31 4/89 8074
/proc/meminfo: memFree=1058968/2055920 swapFree=4192812/4192956
[pid=8074] ppid=8072 vsize=802488 CPUtime=0.08
/proc/8074/stat : 8074 (java) S 8072 8074 20259 0 -1 0 2901 0 1 0 6 2 0 0 18 0 8 0 23618750 821747712 2646 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/8074/statm: 200622 2646 1043 9 0 197973 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 802488

[startup+0.301222 s]
/proc/loadavg: 3.38 2.70 2.31 4/89 8074
/proc/meminfo: memFree=1058968/2055920 swapFree=4192812/4192956
[pid=8074] ppid=8072 vsize=805888 CPUtime=0.26
/proc/8074/stat : 8074 (java) S 8072 8074 20259 0 -1 0 4261 0 1 0 23 3 0 0 18 0 12 0 23618750 825229312 3998 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8074/statm: 201472 3998 1358 9 0 198799 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 805888

[startup+0.70125 s]
/proc/loadavg: 3.38 2.70 2.31 4/89 8074
/proc/meminfo: memFree=1058968/2055920 swapFree=4192812/4192956
[pid=8074] ppid=8072 vsize=807164 CPUtime=0.66
/proc/8074/stat : 8074 (java) S 8072 8074 20259 0 -1 0 6125 0 1 0 62 4 0 0 18 0 12 0 23618750 826535936 5153 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8074/statm: 201791 5153 1385 9 0 199118 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 807164

[startup+1.50231 s]
/proc/loadavg: 3.38 2.70 2.31 5/100 8168
/proc/meminfo: memFree=1041728/2055920 swapFree=4192812/4192956
[pid=8074] ppid=8072 vsize=812840 CPUtime=1.45
/proc/8074/stat : 8074 (java) S 8072 8074 20259 0 -1 0 10567 0 1 0 138 7 0 0 18 0 12 0 23618750 832348160 8175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8074/statm: 203210 8175 1408 9 0 200537 0
[pid=8074/tid=8081] ppid=8072 vsize=812840 CPUtime=0.62
/proc/8074/task/8081/stat : 8081 (java) R 8072 8074 20259 0 -1 64 5437 0 1 0 58 4 0 0 25 0 12 0 23618752 832348160 8175 996147200 134512640 134550932 4294956016 18446744073709551615 4109134782 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8082] ppid=8072 vsize=812840 CPUtime=0
/proc/8074/task/8082/stat : 8082 (java) S 8072 8074 20259 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 23618753 832348160 8175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8083] ppid=8072 vsize=812840 CPUtime=0
/proc/8074/task/8083/stat : 8083 (java) S 8072 8074 20259 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 23618753 832348160 8175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8087] ppid=8072 vsize=812840 CPUtime=0
/proc/8074/task/8087/stat : 8087 (java) S 8072 8074 20259 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 23618755 832348160 8175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8088] ppid=8072 vsize=812840 CPUtime=0
/proc/8074/task/8088/stat : 8088 (java) S 8072 8074 20259 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 23618755 832348160 8175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8089] ppid=8072 vsize=812840 CPUtime=0
/proc/8074/task/8089/stat : 8089 (java) S 8072 8074 20259 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 23618755 832348160 8175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8094] ppid=8072 vsize=812840 CPUtime=0
/proc/8074/task/8094/stat : 8094 (java) S 8072 8074 20259 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23618760 832348160 8175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8096] ppid=8072 vsize=812840 CPUtime=0.04
/proc/8074/task/8096/stat : 8096 (java) S 8072 8074 20259 0 -1 64 285 0 0 0 4 0 0 0 17 0 12 0 23618760 832348160 8175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8097] ppid=8072 vsize=812840 CPUtime=0.76
/proc/8074/task/8097/stat : 8097 (java) S 8072 8074 20259 0 -1 64 4105 0 0 0 75 1 0 0 17 0 12 0 23618760 832348160 8175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8098] ppid=8072 vsize=812840 CPUtime=0
/proc/8074/task/8098/stat : 8098 (java) S 8072 8074 20259 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23618760 832348160 8175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8099] ppid=8072 vsize=812840 CPUtime=0
/proc/8074/task/8099/stat : 8099 (java) S 8072 8074 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23618760 832348160 8175 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 812840

[startup+3.10242 s]
/proc/loadavg: 3.35 2.71 2.31 5/100 8228
/proc/meminfo: memFree=1010240/2055920 swapFree=4192812/4192956
[pid=8074] ppid=8072 vsize=812840 CPUtime=3.03
/proc/8074/stat : 8074 (java) S 8072 8074 20259 0 -1 0 27427 0 1 0 285 18 0 0 18 0 12 0 23618750 832348160 25032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8074/statm: 203210 25032 1423 9 0 200537 0
[pid=8074/tid=8081] ppid=8072 vsize=812840 CPUtime=1.57
/proc/8074/task/8081/stat : 8081 (java) R 8072 8074 20259 0 -1 64 17205 0 1 0 145 12 0 0 17 0 12 0 23618752 832348160 25032 996147200 134512640 134550932 4294956016 18446744073709551615 4109719679 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8082] ppid=8072 vsize=812840 CPUtime=0.09
/proc/8074/task/8082/stat : 8082 (java) S 8072 8074 20259 0 -1 64 2668 0 0 0 8 1 0 0 17 0 12 0 23618753 832348160 25032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8083] ppid=8072 vsize=812840 CPUtime=0.09
/proc/8074/task/8083/stat : 8083 (java) S 8072 8074 20259 0 -1 64 2300 0 0 0 8 1 0 0 17 0 12 0 23618753 832348160 25032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8087] ppid=8072 vsize=812840 CPUtime=0
/proc/8074/task/8087/stat : 8087 (java) S 8072 8074 20259 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23618755 832348160 25032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8088] ppid=8072 vsize=812840 CPUtime=0
/proc/8074/task/8088/stat : 8088 (java) S 8072 8074 20259 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23618755 832348160 25032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8089] ppid=8072 vsize=812840 CPUtime=0
/proc/8074/task/8089/stat : 8089 (java) S 8072 8074 20259 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23618755 832348160 25032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8094] ppid=8072 vsize=812840 CPUtime=0
/proc/8074/task/8094/stat : 8094 (java) S 8072 8074 20259 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23618760 832348160 25032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8096] ppid=8072 vsize=812840 CPUtime=0.28
/proc/8074/task/8096/stat : 8096 (java) S 8072 8074 20259 0 -1 64 360 0 0 0 28 0 0 0 16 0 12 0 23618760 832348160 25032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8097] ppid=8072 vsize=812840 CPUtime=0.96
/proc/8074/task/8097/stat : 8097 (java) S 8072 8074 20259 0 -1 64 4142 0 0 0 95 1 0 0 17 0 12 0 23618760 832348160 25032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8098] ppid=8072 vsize=812840 CPUtime=0
/proc/8074/task/8098/stat : 8098 (java) S 8072 8074 20259 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23618760 832348160 25032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8099] ppid=8072 vsize=812840 CPUtime=0
/proc/8074/task/8099/stat : 8099 (java) S 8072 8074 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23618760 832348160 25032 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 812840

[startup+6.30167 s]
/proc/loadavg: 3.35 2.71 2.31 6/101 8311
/proc/meminfo: memFree=826744/2055920 swapFree=4192812/4192956
[pid=8074] ppid=8072 vsize=812680 CPUtime=6.84
/proc/8074/stat : 8074 (java) S 8072 8074 20259 0 -1 0 81033 0 1 0 639 45 0 0 18 0 12 0 23618750 832184320 72838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8074/statm: 203170 72838 1423 9 0 200497 0
[pid=8074/tid=8081] ppid=8072 vsize=812680 CPUtime=2.94
/proc/8074/task/8081/stat : 8081 (java) R 8072 8074 20259 0 -1 64 17211 0 1 0 282 12 0 0 22 0 12 0 23618752 832184320 72838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8082] ppid=8072 vsize=812680 CPUtime=1.34
/proc/8074/task/8082/stat : 8082 (java) R 8072 8074 20259 0 -1 64 31037 0 0 0 118 16 0 0 17 0 12 0 23618753 832184320 72838 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8083] ppid=8072 vsize=812680 CPUtime=1.26
/proc/8074/task/8083/stat : 8083 (java) R 8072 8074 20259 0 -1 64 27531 0 0 0 113 13 0 0 16 0 12 0 23618753 832184320 72838 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8087] ppid=8072 vsize=812680 CPUtime=0
/proc/8074/task/8087/stat : 8087 (java) S 8072 8074 20259 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23618755 832184320 72838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8088] ppid=8072 vsize=812680 CPUtime=0
/proc/8074/task/8088/stat : 8088 (java) S 8072 8074 20259 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23618755 832184320 72838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8089] ppid=8072 vsize=812680 CPUtime=0
/proc/8074/task/8089/stat : 8089 (java) S 8072 8074 20259 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23618755 832184320 72838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8094] ppid=8072 vsize=812680 CPUtime=0
/proc/8074/task/8094/stat : 8094 (java) S 8072 8074 20259 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23618760 832184320 72838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8096] ppid=8072 vsize=812680 CPUtime=0.28
/proc/8074/task/8096/stat : 8096 (java) S 8072 8074 20259 0 -1 64 360 0 0 0 28 0 0 0 16 0 12 0 23618760 832184320 72838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8097] ppid=8072 vsize=812680 CPUtime=0.96
/proc/8074/task/8097/stat : 8097 (java) S 8072 8074 20259 0 -1 64 4142 0 0 0 95 1 0 0 17 0 12 0 23618760 832184320 72838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8098] ppid=8072 vsize=812680 CPUtime=0
/proc/8074/task/8098/stat : 8098 (java) S 8072 8074 20259 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23618760 832184320 72838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8099] ppid=8072 vsize=812680 CPUtime=0
/proc/8074/task/8099/stat : 8099 (java) S 8072 8074 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23618760 832184320 72838 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 812680

[startup+12.7021 s]
/proc/loadavg: 3.46 2.75 2.33 6/101 8701
/proc/meminfo: memFree=543032/2055920 swapFree=4192812/4192956
[pid=8074] ppid=8072 vsize=817808 CPUtime=13.97
/proc/8074/stat : 8074 (java) S 8072 8074 20259 0 -1 0 146892 0 1 0 1318 79 0 0 18 0 12 0 23618750 837435392 136136 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8074/statm: 204452 136138 1423 9 0 201779 0
[pid=8074/tid=8081] ppid=8072 vsize=817808 CPUtime=4.9
/proc/8074/task/8081/stat : 8081 (java) S 8072 8074 20259 0 -1 64 23366 0 1 0 474 16 0 0 17 0 12 0 23618752 837435392 136138 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8082] ppid=8072 vsize=817808 CPUtime=3.84
/proc/8074/task/8082/stat : 8082 (java) R 8072 8074 20259 0 -1 64 53489 0 0 0 357 27 0 0 17 0 12 0 23618753 837435392 136140 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8083] ppid=8072 vsize=817808 CPUtime=3.9
/proc/8074/task/8083/stat : 8083 (java) R 8072 8074 20259 0 -1 64 64788 0 0 0 358 32 0 0 16 0 12 0 23618753 837435392 136141 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8087] ppid=8072 vsize=817808 CPUtime=0.01
/proc/8074/task/8087/stat : 8087 (java) S 8072 8074 20259 0 -1 64 11 0 0 0 1 0 0 0 17 0 12 0 23618755 837435392 136142 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8088] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8088/stat : 8088 (java) S 8072 8074 20259 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23618755 837435392 136144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8089] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8089/stat : 8089 (java) S 8072 8074 20259 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23618755 837435392 136145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8094] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8094/stat : 8094 (java) S 8072 8074 20259 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23618760 837435392 136146 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8096] ppid=8072 vsize=817808 CPUtime=0.3
/proc/8074/task/8096/stat : 8096 (java) S 8072 8074 20259 0 -1 64 360 0 0 0 30 0 0 0 17 0 12 0 23618760 837435392 136148 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8097] ppid=8072 vsize=817808 CPUtime=0.96
/proc/8074/task/8097/stat : 8097 (java) S 8072 8074 20259 0 -1 64 4142 0 0 0 95 1 0 0 17 0 12 0 23618760 837435392 136149 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8098] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8098/stat : 8098 (java) S 8072 8074 20259 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23618760 837435392 136150 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8099] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8099/stat : 8099 (java) S 8072 8074 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23618760 837435392 136151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.97
Current children cumulated vsize (KiB) 817808

[startup+25.501 s]
/proc/loadavg: 3.53 2.79 2.35 4/100 9166
/proc/meminfo: memFree=404744/2055920 swapFree=4192812/4192956
[pid=8074] ppid=8072 vsize=817808 CPUtime=26.38
/proc/8074/stat : 8074 (java) S 8072 8074 20259 0 -1 0 175506 0 1 0 2544 94 0 0 18 0 12 0 23618750 837435392 164226 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8074/statm: 204452 164226 1437 9 0 201779 0
[pid=8074/tid=8081] ppid=8072 vsize=817808 CPUtime=10.54
/proc/8074/task/8081/stat : 8081 (java) R 8072 8074 20259 0 -1 64 35681 0 1 0 1031 23 0 0 25 0 12 0 23618752 837435392 164226 996147200 134512640 134550932 4294956016 18446744073709551615 4109810638 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8082] ppid=8072 vsize=817808 CPUtime=4.89
/proc/8074/task/8082/stat : 8082 (java) S 8072 8074 20259 0 -1 64 60074 0 0 0 458 31 0 0 16 0 12 0 23618753 837435392 164226 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8083] ppid=8072 vsize=817808 CPUtime=5.58
/proc/8074/task/8083/stat : 8083 (java) S 8072 8074 20259 0 -1 64 74456 0 0 0 522 36 0 0 16 0 12 0 23618753 837435392 164226 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8087] ppid=8072 vsize=817808 CPUtime=3.72
/proc/8074/task/8087/stat : 8087 (java) S 8072 8074 20259 0 -1 64 13 0 0 0 372 0 0 0 15 0 12 0 23618755 837435392 164226 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8088] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8088/stat : 8088 (java) S 8072 8074 20259 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23618755 837435392 164226 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8089] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8089/stat : 8089 (java) S 8072 8074 20259 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23618755 837435392 164226 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8094] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8094/stat : 8094 (java) S 8072 8074 20259 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23618760 837435392 164226 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8096] ppid=8072 vsize=817808 CPUtime=0.4
/proc/8074/task/8096/stat : 8096 (java) S 8072 8074 20259 0 -1 64 378 0 0 0 40 0 0 0 15 0 12 0 23618760 837435392 164226 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8097] ppid=8072 vsize=817808 CPUtime=1.18
/proc/8074/task/8097/stat : 8097 (java) S 8072 8074 20259 0 -1 64 4163 0 0 0 117 1 0 0 16 0 12 0 23618760 837435392 164226 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8098] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8098/stat : 8098 (java) S 8072 8074 20259 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23618760 837435392 164226 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8099] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8099/stat : 8099 (java) S 8072 8074 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23618760 837435392 164226 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.38
Current children cumulated vsize (KiB) 817808

[startup+51.1019 s]
/proc/loadavg: 3.46 2.83 2.37 4/101 10744
/proc/meminfo: memFree=363584/2055920 swapFree=4192812/4192956
[pid=8074] ppid=8072 vsize=817808 CPUtime=49.05
/proc/8074/stat : 8074 (java) S 8072 8074 20259 0 -1 0 200763 0 1 0 4795 110 0 0 18 0 12 0 23618750 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8074/statm: 204452 173964 1437 9 0 201779 0
[pid=8074/tid=8081] ppid=8072 vsize=817808 CPUtime=13.28
/proc/8074/task/8081/stat : 8081 (java) S 8072 8074 20259 0 -1 64 35695 0 1 0 1305 23 0 0 17 0 12 0 23618752 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8082] ppid=8072 vsize=817808 CPUtime=5.65
/proc/8074/task/8082/stat : 8082 (java) S 8072 8074 20259 0 -1 64 62079 0 0 0 533 32 0 0 16 0 12 0 23618753 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8083] ppid=8072 vsize=817808 CPUtime=6.54
/proc/8074/task/8083/stat : 8083 (java) S 8072 8074 20259 0 -1 64 76640 0 0 0 616 38 0 0 16 0 12 0 23618753 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8087] ppid=8072 vsize=817808 CPUtime=21.94
/proc/8074/task/8087/stat : 8087 (java) R 8072 8074 20259 0 -1 64 21067 0 0 0 2181 13 0 0 25 0 12 0 23618755 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8088] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8088/stat : 8088 (java) S 8072 8074 20259 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23618755 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8089] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8089/stat : 8089 (java) S 8072 8074 20259 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23618755 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8094] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8094/stat : 8094 (java) S 8072 8074 20259 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23618760 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8096] ppid=8072 vsize=817808 CPUtime=0.4
/proc/8074/task/8096/stat : 8096 (java) S 8072 8074 20259 0 -1 64 378 0 0 0 40 0 0 0 15 0 12 0 23618760 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8097] ppid=8072 vsize=817808 CPUtime=1.18
/proc/8074/task/8097/stat : 8097 (java) S 8072 8074 20259 0 -1 64 4163 0 0 0 117 1 0 0 16 0 12 0 23618760 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8098] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8098/stat : 8098 (java) S 8072 8074 20259 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23618760 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8099] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8099/stat : 8099 (java) S 8072 8074 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23618760 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.05
Current children cumulated vsize (KiB) 817808

[startup+102.308 s]
/proc/loadavg: 3.55 2.97 2.44 7/101 15457
/proc/meminfo: memFree=354744/2055920 swapFree=4192812/4192956
[pid=8074] ppid=8072 vsize=817808 CPUtime=92.22
/proc/8074/stat : 8074 (java) S 8072 8074 20259 0 -1 0 232278 0 1 0 9085 137 0 0 18 0 12 0 23618750 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8074/statm: 204452 173964 1436 9 0 201779 0
[pid=8074/tid=8081] ppid=8072 vsize=817808 CPUtime=13.31
/proc/8074/task/8081/stat : 8081 (java) S 8072 8074 20259 0 -1 64 35704 0 1 0 1308 23 0 0 17 0 12 0 23618752 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8082] ppid=8072 vsize=817808 CPUtime=5.65
/proc/8074/task/8082/stat : 8082 (java) S 8072 8074 20259 0 -1 64 62079 0 0 0 533 32 0 0 16 0 12 0 23618753 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8083] ppid=8072 vsize=817808 CPUtime=6.54
/proc/8074/task/8083/stat : 8083 (java) S 8072 8074 20259 0 -1 64 76640 0 0 0 616 38 0 0 16 0 12 0 23618753 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8087] ppid=8072 vsize=817808 CPUtime=65.07
/proc/8074/task/8087/stat : 8087 (java) R 8072 8074 20259 0 -1 64 52573 0 0 0 6467 40 0 0 25 0 12 0 23618755 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 106836617 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8088] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8088/stat : 8088 (java) S 8072 8074 20259 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23618755 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8089] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8089/stat : 8089 (java) S 8072 8074 20259 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23618755 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8094] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8094/stat : 8094 (java) S 8072 8074 20259 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23618760 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8096] ppid=8072 vsize=817808 CPUtime=0.4
/proc/8074/task/8096/stat : 8096 (java) S 8072 8074 20259 0 -1 64 378 0 0 0 40 0 0 0 15 0 12 0 23618760 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8097] ppid=8072 vsize=817808 CPUtime=1.18
/proc/8074/task/8097/stat : 8097 (java) S 8072 8074 20259 0 -1 64 4163 0 0 0 117 1 0 0 16 0 12 0 23618760 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8098] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8098/stat : 8098 (java) S 8072 8074 20259 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23618760 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8099] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8099/stat : 8099 (java) S 8072 8074 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23618760 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 92.22
Current children cumulated vsize (KiB) 817808

Solver just ended. Dumping a history of the last processes samples

[startup+103.103 s]
/proc/loadavg: 3.55 2.97 2.44 7/101 15457
/proc/meminfo: memFree=354744/2055920 swapFree=4192812/4192956
[pid=8074] ppid=8072 vsize=817808 CPUtime=93.01
/proc/8074/stat : 8074 (java) S 8072 8074 20259 0 -1 0 232278 0 1 0 9164 137 0 0 18 0 12 0 23618750 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8074/statm: 204452 173964 1436 9 0 201779 0
[pid=8074/tid=8081] ppid=8072 vsize=817808 CPUtime=13.31
/proc/8074/task/8081/stat : 8081 (java) S 8072 8074 20259 0 -1 64 35704 0 1 0 1308 23 0 0 17 0 12 0 23618752 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8082] ppid=8072 vsize=817808 CPUtime=5.65
/proc/8074/task/8082/stat : 8082 (java) S 8072 8074 20259 0 -1 64 62079 0 0 0 533 32 0 0 16 0 12 0 23618753 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8083] ppid=8072 vsize=817808 CPUtime=6.54
/proc/8074/task/8083/stat : 8083 (java) S 8072 8074 20259 0 -1 64 76640 0 0 0 616 38 0 0 16 0 12 0 23618753 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8087] ppid=8072 vsize=817808 CPUtime=65.86
/proc/8074/task/8087/stat : 8087 (java) R 8072 8074 20259 0 -1 64 52573 0 0 0 6546 40 0 0 25 0 12 0 23618755 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 105886152 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8088] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8088/stat : 8088 (java) S 8072 8074 20259 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23618755 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8089] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8089/stat : 8089 (java) S 8072 8074 20259 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23618755 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8094] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8094/stat : 8094 (java) S 8072 8074 20259 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23618760 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8096] ppid=8072 vsize=817808 CPUtime=0.4
/proc/8074/task/8096/stat : 8096 (java) S 8072 8074 20259 0 -1 64 378 0 0 0 40 0 0 0 15 0 12 0 23618760 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8097] ppid=8072 vsize=817808 CPUtime=1.18
/proc/8074/task/8097/stat : 8097 (java) S 8072 8074 20259 0 -1 64 4163 0 0 0 117 1 0 0 16 0 12 0 23618760 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8098] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8098/stat : 8098 (java) S 8072 8074 20259 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23618760 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8099] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8099/stat : 8099 (java) S 8072 8074 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23618760 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.01
Current children cumulated vsize (KiB) 817808

[startup+103.903 s]
/proc/loadavg: 3.55 2.97 2.44 5/101 15505
/proc/meminfo: memFree=354552/2055920 swapFree=4192812/4192956
[pid=8074] ppid=8072 vsize=817808 CPUtime=93.79
/proc/8074/stat : 8074 (java) S 8072 8074 20259 0 -1 0 232278 0 1 0 9242 137 0 0 18 0 12 0 23618750 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/8074/statm: 204452 173964 1436 9 0 201779 0
[pid=8074/tid=8081] ppid=8072 vsize=817808 CPUtime=13.31
/proc/8074/task/8081/stat : 8081 (java) S 8072 8074 20259 0 -1 64 35704 0 1 0 1308 23 0 0 17 0 12 0 23618752 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8082] ppid=8072 vsize=817808 CPUtime=5.65
/proc/8074/task/8082/stat : 8082 (java) S 8072 8074 20259 0 -1 64 62079 0 0 0 533 32 0 0 16 0 12 0 23618753 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8083] ppid=8072 vsize=817808 CPUtime=6.54
/proc/8074/task/8083/stat : 8083 (java) S 8072 8074 20259 0 -1 64 76640 0 0 0 616 38 0 0 16 0 12 0 23618753 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8087] ppid=8072 vsize=817808 CPUtime=66.64
/proc/8074/task/8087/stat : 8087 (java) R 8072 8074 20259 0 -1 64 52573 0 0 0 6624 40 0 0 25 0 12 0 23618755 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8088] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8088/stat : 8088 (java) S 8072 8074 20259 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23618755 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8089] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8089/stat : 8089 (java) S 8072 8074 20259 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23618755 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8094] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8094/stat : 8094 (java) S 8072 8074 20259 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23618760 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8096] ppid=8072 vsize=817808 CPUtime=0.4
/proc/8074/task/8096/stat : 8096 (java) S 8072 8074 20259 0 -1 64 378 0 0 0 40 0 0 0 15 0 12 0 23618760 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8097] ppid=8072 vsize=817808 CPUtime=1.18
/proc/8074/task/8097/stat : 8097 (java) S 8072 8074 20259 0 -1 64 4163 0 0 0 117 1 0 0 16 0 12 0 23618760 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8074/tid=8098] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8098/stat : 8098 (java) S 8072 8074 20259 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23618760 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8074/tid=8099] ppid=8072 vsize=817808 CPUtime=0
/proc/8074/task/8099/stat : 8099 (java) S 8072 8074 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23618760 837435392 173964 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 93.79
Current children cumulated vsize (KiB) 817808

[startup+104.303 s]
/proc/loadavg: 3.55 2.97 2.44 5/101 15505
/proc/meminfo: memFree=354552/2055920 swapFree=4192812/4192956
[pid=8074] ppid=8072 vsize=0 CPUtime=94.18
/proc/8074/stat : 8074 (java) Z 8072 8074 20259 0 -1 12 232294 0 1 0 9275 143 0 0 16 0 2 0 23618750 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8074/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 94.18
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 104.358
CPU time (s): 94.2397
CPU user time (s): 92.7529
CPU system time (s): 1.48677
CPU usage (%): 90.3044
Max. virtual memory (cumulated for all children) (KiB): 913816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.7529
system time used= 1.48677
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232294
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= 3428
involuntary context switches= 7810

runsolver used 0.147977 second user time and 0.413937 second system time

The end

Launcher Data

Begin job on node34 at 2009-07-12 04:25:27
IDJOB=2077697
IDBENCH=56651
IDSOLVER=731
FILE ID=node34/2077697-1247365527
PBS_JOBID= 9507037
Free space on /tmp= 66272 MiB

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

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

MD5SUM BENCH= 3ce0c00fe983681572eae2e8faa491a9
RANDOM SEED=325254910

node34.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.232
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.232
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:       1059448 kB
Buffers:         32484 kB
Cached:         209460 kB
SwapCached:          0 kB
Active:         860428 kB
Inactive:        76032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1059448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           36812 kB
Writeback:           0 kB
Mapped:         716216 kB
Slab:            43308 kB
Committed_AS:   922176 kB
PageTables:       3560 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= 66272 MiB
End job on node34 at 2009-07-12 04:27:12