Trace number 2071570

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? 87.8266 86.4165

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg7-7_ext.xml
MD5SUMda5e47254c0112035451af23516fc7ae
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark57.5912
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints14
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension14
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.55 2.35 2.21 4/83 14896
/proc/meminfo: memFree=1205048/2055920 swapFree=4192812/4192956
[pid=14896] ppid=14894 vsize=18576 CPUtime=0
/proc/14896/stat : 14896 (runsolver) R 14894 14896 14014 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 22472381 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 272467815719 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/14896/statm: 4644 284 249 26 0 2626 0

[startup+0.0136659 s]
/proc/loadavg: 2.55 2.35 2.21 4/83 14896
/proc/meminfo: memFree=1205048/2055920 swapFree=4192812/4192956
[pid=14896] ppid=14894 vsize=1616 CPUtime=0
/proc/14896/stat : 14896 (java) D 14894 14896 14014 0 -1 0 347 0 0 0 0 0 0 0 20 0 1 0 22472381 1654784 155 996147200 134512640 134550932 4294956016 18446744073709551615 4678436 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/14896/statm: 3302 521 219 9 0 1186 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1616

[startup+0.10466 s]
/proc/loadavg: 2.55 2.35 2.21 4/83 14896
/proc/meminfo: memFree=1205048/2055920 swapFree=4192812/4192956
[pid=14896] ppid=14894 vsize=804560 CPUtime=0.08
/proc/14896/stat : 14896 (java) S 14894 14896 14014 0 -1 0 3044 0 1 0 6 2 0 0 20 0 12 0 22472381 823869440 2787 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14896/statm: 201140 2787 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.302688 s]
/proc/loadavg: 2.55 2.35 2.21 4/83 14896
/proc/meminfo: memFree=1205048/2055920 swapFree=4192812/4192956
[pid=14896] ppid=14894 vsize=806920 CPUtime=0.28
/proc/14896/stat : 14896 (java) S 14894 14896 14014 0 -1 0 4402 0 1 0 25 3 0 0 20 0 12 0 22472381 826286080 4139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14896/statm: 201730 4139 1362 9 0 199057 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 806920

[startup+0.702746 s]
/proc/loadavg: 2.55 2.35 2.21 4/83 14896
/proc/meminfo: memFree=1205048/2055920 swapFree=4192812/4192956
[pid=14896] ppid=14894 vsize=807944 CPUtime=0.67
/proc/14896/stat : 14896 (java) S 14894 14896 14014 0 -1 0 6781 0 1 0 63 4 0 0 20 0 12 0 22472381 827334656 6234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14896/statm: 201986 6234 1387 9 0 199313 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807944

[startup+1.50186 s]
/proc/loadavg: 2.55 2.35 2.21 4/95 14908
/proc/meminfo: memFree=1181784/2055920 swapFree=4192812/4192956
[pid=14896] ppid=14894 vsize=807944 CPUtime=1.47
/proc/14896/stat : 14896 (java) S 14894 14896 14014 0 -1 0 10590 0 1 0 140 7 0 0 20 0 12 0 22472381 827334656 9497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14896/statm: 201986 9497 1407 9 0 199313 0
[pid=14896/tid=14898] ppid=14894 vsize=807944 CPUtime=0.73
/proc/14896/task/14898/stat : 14898 (java) R 14894 14896 14014 0 -1 64 7991 0 1 0 68 5 0 0 25 0 12 0 22472382 827334656 9497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14899] ppid=14894 vsize=807944 CPUtime=0
/proc/14896/task/14899/stat : 14899 (java) S 14894 14896 14014 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 22472383 827334656 9497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14900] ppid=14894 vsize=807944 CPUtime=0
/proc/14896/task/14900/stat : 14900 (java) S 14894 14896 14014 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 22472383 827334656 9497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14901] ppid=14894 vsize=807944 CPUtime=0
/proc/14896/task/14901/stat : 14901 (java) S 14894 14896 14014 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 22472385 827334656 9497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14902] ppid=14894 vsize=807944 CPUtime=0
/proc/14896/task/14902/stat : 14902 (java) S 14894 14896 14014 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 22472386 827334656 9497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14903] ppid=14894 vsize=807944 CPUtime=0
/proc/14896/task/14903/stat : 14903 (java) S 14894 14896 14014 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 22472386 827334656 9497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14904] ppid=14894 vsize=807944 CPUtime=0
/proc/14896/task/14904/stat : 14904 (java) S 14894 14896 14014 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22472390 827334656 9497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14905] ppid=14894 vsize=807944 CPUtime=0.04
/proc/14896/task/14905/stat : 14905 (java) S 14894 14896 14014 0 -1 64 264 0 0 0 4 0 0 0 18 0 12 0 22472390 827334656 9497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14906] ppid=14894 vsize=807944 CPUtime=0.68
/proc/14896/task/14906/stat : 14906 (java) R 14894 14896 14014 0 -1 64 1595 0 0 0 67 1 0 0 16 0 12 0 22472390 827334656 9497 996147200 134512640 134550932 4294956016 18446744073709551615 103986782 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14907] ppid=14894 vsize=807944 CPUtime=0
/proc/14896/task/14907/stat : 14907 (java) S 14894 14896 14014 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22472390 827334656 9497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14908] ppid=14894 vsize=807944 CPUtime=0
/proc/14896/task/14908/stat : 14908 (java) S 14894 14896 14014 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22472390 827334656 9497 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 807944

[startup+3.10209 s]
/proc/loadavg: 2.55 2.35 2.21 3/95 14908
/proc/meminfo: memFree=1141080/2055920 swapFree=4192812/4192956
[pid=14896] ppid=14894 vsize=810412 CPUtime=3.27
/proc/14896/stat : 14896 (java) S 14894 14896 14014 0 -1 0 35505 0 1 0 309 18 0 0 20 0 12 0 22472381 829861888 33204 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14896/statm: 202603 33206 1422 9 0 199930 0
[pid=14896/tid=14898] ppid=14894 vsize=810412 CPUtime=1.55
/proc/14896/task/14898/stat : 14898 (java) R 14894 14896 14014 0 -1 64 16915 0 1 0 146 9 0 0 20 0 12 0 22472382 829861888 33207 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14899] ppid=14894 vsize=810412 CPUtime=0.31
/proc/14896/task/14899/stat : 14899 (java) R 14894 14896 14014 0 -1 64 6920 0 0 0 28 3 0 0 17 0 12 0 22472383 829861888 33208 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14900] ppid=14894 vsize=810412 CPUtime=0.3
/proc/14896/task/14900/stat : 14900 (java) R 14894 14896 14014 0 -1 64 7967 0 0 0 27 3 0 0 17 0 12 0 22472383 829861888 33210 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14901] ppid=14894 vsize=810412 CPUtime=0
/proc/14896/task/14901/stat : 14901 (java) S 14894 14896 14014 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 22472385 829861888 33211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14902] ppid=14894 vsize=810412 CPUtime=0
/proc/14896/task/14902/stat : 14902 (java) S 14894 14896 14014 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22472386 829861888 33213 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14903] ppid=14894 vsize=810412 CPUtime=0
/proc/14896/task/14903/stat : 14903 (java) S 14894 14896 14014 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22472386 829861888 33215 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14904] ppid=14894 vsize=810412 CPUtime=0
/proc/14896/task/14904/stat : 14904 (java) S 14894 14896 14014 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22472390 829861888 33216 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14905] ppid=14894 vsize=810412 CPUtime=0.04
/proc/14896/task/14905/stat : 14905 (java) S 14894 14896 14014 0 -1 64 264 0 0 0 4 0 0 0 16 0 12 0 22472390 829861888 33218 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14906] ppid=14894 vsize=810412 CPUtime=1.02
/proc/14896/task/14906/stat : 14906 (java) S 14894 14896 14014 0 -1 64 2696 0 0 0 101 1 0 0 16 0 12 0 22472390 829861888 33219 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14907] ppid=14894 vsize=810412 CPUtime=0
/proc/14896/task/14907/stat : 14907 (java) S 14894 14896 14014 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22472390 829861888 33221 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14908] ppid=14894 vsize=810412 CPUtime=0
/proc/14896/task/14908/stat : 14908 (java) S 14894 14896 14014 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22472390 829861888 33222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 810412

[startup+6.30156 s]
/proc/loadavg: 2.66 2.38 2.22 5/95 14908
/proc/meminfo: memFree=951320/2055920 swapFree=4192812/4192956
[pid=14896] ppid=14894 vsize=811536 CPUtime=7.01
/proc/14896/stat : 14896 (java) S 14894 14896 14014 0 -1 0 71799 0 1 0 668 33 0 0 20 0 12 0 22472381 831012864 67411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14896/statm: 202884 67411 1422 9 0 200211 0
[pid=14896/tid=14898] ppid=14894 vsize=811536 CPUtime=3.38
/proc/14896/task/14898/stat : 14898 (java) R 14894 14896 14014 0 -1 64 16920 0 1 0 329 9 0 0 21 0 12 0 22472382 831012864 67411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14899] ppid=14894 vsize=811536 CPUtime=1.37
/proc/14896/task/14899/stat : 14899 (java) R 14894 14896 14014 0 -1 64 25879 0 0 0 127 10 0 0 16 0 12 0 22472383 831012864 67411 996147200 134512640 134550932 4294956016 18446744073709551615 105892135 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14900] ppid=14894 vsize=811536 CPUtime=1.15
/proc/14896/task/14900/stat : 14900 (java) R 14894 14896 14014 0 -1 64 25293 0 0 0 104 11 0 0 16 0 12 0 22472383 831012864 67411 996147200 134512640 134550932 4294956016 18446744073709551615 105886514 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14901] ppid=14894 vsize=811536 CPUtime=0
/proc/14896/task/14901/stat : 14901 (java) S 14894 14896 14014 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 22472385 831012864 67411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14902] ppid=14894 vsize=811536 CPUtime=0
/proc/14896/task/14902/stat : 14902 (java) S 14894 14896 14014 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22472386 831012864 67411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14903] ppid=14894 vsize=811536 CPUtime=0
/proc/14896/task/14903/stat : 14903 (java) S 14894 14896 14014 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22472386 831012864 67411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14904] ppid=14894 vsize=811536 CPUtime=0
/proc/14896/task/14904/stat : 14904 (java) S 14894 14896 14014 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22472390 831012864 67411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14905] ppid=14894 vsize=811536 CPUtime=0.04
/proc/14896/task/14905/stat : 14905 (java) S 14894 14896 14014 0 -1 64 264 0 0 0 4 0 0 0 16 0 12 0 22472390 831012864 67411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14906] ppid=14894 vsize=811536 CPUtime=1.02
/proc/14896/task/14906/stat : 14906 (java) S 14894 14896 14014 0 -1 64 2696 0 0 0 101 1 0 0 16 0 12 0 22472390 831012864 67411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14907] ppid=14894 vsize=811536 CPUtime=0
/proc/14896/task/14907/stat : 14907 (java) S 14894 14896 14014 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22472390 831012864 67411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14908] ppid=14894 vsize=811536 CPUtime=0
/proc/14896/task/14908/stat : 14908 (java) S 14894 14896 14014 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22472390 831012864 67411 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 811536

[startup+12.7025 s]
/proc/loadavg: 2.77 2.40 2.23 3/95 14908
/proc/meminfo: memFree=689496/2055920 swapFree=4192812/4192956
[pid=14896] ppid=14894 vsize=817776 CPUtime=14.32
/proc/14896/stat : 14896 (java) S 14894 14896 14014 0 -1 0 144536 0 1 0 1368 64 0 0 20 0 12 0 22472381 837402624 134739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14896/statm: 204444 134739 1422 9 0 201771 0
[pid=14896/tid=14898] ppid=14894 vsize=817776 CPUtime=5.83
/proc/14896/task/14898/stat : 14898 (java) R 14894 14896 14014 0 -1 64 35360 0 1 0 566 17 0 0 25 0 12 0 22472382 837402624 134739 996147200 134512640 134550932 4294956016 18446744073709551615 4109703129 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14899] ppid=14894 vsize=817776 CPUtime=3.73
/proc/14896/task/14899/stat : 14899 (java) S 14894 14896 14014 0 -1 64 50455 0 0 0 352 21 0 0 17 0 12 0 22472383 837402624 134739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14900] ppid=14894 vsize=817776 CPUtime=3.64
/proc/14896/task/14900/stat : 14900 (java) S 14894 14896 14014 0 -1 64 55014 0 0 0 342 22 0 0 19 0 12 0 22472383 837402624 134739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14901] ppid=14894 vsize=817776 CPUtime=0
/proc/14896/task/14901/stat : 14901 (java) S 14894 14896 14014 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 22472385 837402624 134739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14902] ppid=14894 vsize=817776 CPUtime=0
/proc/14896/task/14902/stat : 14902 (java) S 14894 14896 14014 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22472386 837402624 134739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14903] ppid=14894 vsize=817776 CPUtime=0
/proc/14896/task/14903/stat : 14903 (java) S 14894 14896 14014 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22472386 837402624 134739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14904] ppid=14894 vsize=817776 CPUtime=0
/proc/14896/task/14904/stat : 14904 (java) S 14894 14896 14014 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22472390 837402624 134739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14905] ppid=14894 vsize=817776 CPUtime=0.04
/proc/14896/task/14905/stat : 14905 (java) S 14894 14896 14014 0 -1 64 264 0 0 0 4 0 0 0 16 0 12 0 22472390 837402624 134739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14906] ppid=14894 vsize=817776 CPUtime=1.02
/proc/14896/task/14906/stat : 14906 (java) S 14894 14896 14014 0 -1 64 2696 0 0 0 101 1 0 0 16 0 12 0 22472390 837402624 134739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14907] ppid=14894 vsize=817776 CPUtime=0
/proc/14896/task/14907/stat : 14907 (java) S 14894 14896 14014 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22472390 837402624 134739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14908] ppid=14894 vsize=817776 CPUtime=0
/proc/14896/task/14908/stat : 14908 (java) S 14894 14896 14014 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22472390 837402624 134739 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.32
Current children cumulated vsize (KiB) 817776

[startup+25.5023 s]
/proc/loadavg: 2.97 2.46 2.25 3/95 14908
/proc/meminfo: memFree=485528/2055920 swapFree=4192812/4192956
[pid=14896] ppid=14894 vsize=849780 CPUtime=27.25
/proc/14896/stat : 14896 (java) S 14894 14896 14014 0 -1 0 246827 0 1 0 2613 112 0 0 20 0 12 0 22472381 870174720 180701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14896/statm: 212445 180701 1424 9 0 209772 0
[pid=14896/tid=14898] ppid=14894 vsize=849780 CPUtime=7.53
/proc/14896/task/14898/stat : 14898 (java) S 14894 14896 14014 0 -1 64 53848 0 1 0 727 26 0 0 18 0 12 0 22472382 870174720 180701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14899] ppid=14894 vsize=849780 CPUtime=4.29
/proc/14896/task/14899/stat : 14899 (java) S 14894 14896 14014 0 -1 64 53120 0 0 0 406 23 0 0 17 0 12 0 22472383 870174720 180701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14900] ppid=14894 vsize=849780 CPUtime=4.87
/proc/14896/task/14900/stat : 14900 (java) S 14894 14896 14014 0 -1 64 72370 0 0 0 455 32 0 0 17 0 12 0 22472383 870174720 180701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14901] ppid=14894 vsize=849780 CPUtime=9.45
/proc/14896/task/14901/stat : 14901 (java) R 14894 14896 14014 0 -1 64 63790 0 0 0 917 28 0 0 25 0 12 0 22472385 870174720 180701 996147200 134512640 134550932 4294956016 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14902] ppid=14894 vsize=849780 CPUtime=0
/proc/14896/task/14902/stat : 14902 (java) S 14894 14896 14014 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22472386 870174720 180701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14903] ppid=14894 vsize=849780 CPUtime=0
/proc/14896/task/14903/stat : 14903 (java) S 14894 14896 14014 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22472386 870174720 180701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14904] ppid=14894 vsize=849780 CPUtime=0
/proc/14896/task/14904/stat : 14904 (java) S 14894 14896 14014 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22472390 870174720 180701 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14905] ppid=14894 vsize=849780 CPUtime=0.04

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

[pid=14896/tid=14907] ppid=14894 vsize=849780 CPUtime=0
/proc/14896/task/14907/stat : 14907 (java) S 14894 14896 14014 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22472390 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14908] ppid=14894 vsize=849780 CPUtime=0
/proc/14896/task/14908/stat : 14908 (java) S 14894 14896 14014 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22472390 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.18
Current children cumulated vsize (KiB) 849780

[startup+83.1016 s]
/proc/loadavg: 2.39 2.38 2.24 3/95 14908
/proc/meminfo: memFree=482520/2055920 swapFree=4192812/4192956
[pid=14896] ppid=14894 vsize=833780 CPUtime=84.56
/proc/14896/stat : 14896 (java) S 14894 14896 14014 0 -1 0 590286 0 1 0 8187 269 0 0 20 0 12 0 22472381 853790720 177356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14896/statm: 208445 177356 1423 9 0 205772 0
[pid=14896/tid=14898] ppid=14894 vsize=833780 CPUtime=8
/proc/14896/task/14898/stat : 14898 (java) S 14894 14896 14014 0 -1 64 53863 0 1 0 774 26 0 0 16 0 12 0 22472382 853790720 177356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14899] ppid=14894 vsize=833780 CPUtime=4.29
/proc/14896/task/14899/stat : 14899 (java) S 14894 14896 14014 0 -1 64 53120 0 0 0 406 23 0 0 17 0 12 0 22472383 853790720 177356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14900] ppid=14894 vsize=833780 CPUtime=4.87
/proc/14896/task/14900/stat : 14900 (java) S 14894 14896 14014 0 -1 64 72370 0 0 0 455 32 0 0 17 0 12 0 22472383 853790720 177356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14901] ppid=14894 vsize=833780 CPUtime=66.28
/proc/14896/task/14901/stat : 14901 (java) R 14894 14896 14014 0 -1 64 407234 0 0 0 6444 184 0 0 25 0 12 0 22472385 853790720 177356 996147200 134512640 134550932 4294956016 18446744073709551615 104177754 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14902] ppid=14894 vsize=833780 CPUtime=0
/proc/14896/task/14902/stat : 14902 (java) S 14894 14896 14014 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22472386 853790720 177356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14903] ppid=14894 vsize=833780 CPUtime=0
/proc/14896/task/14903/stat : 14903 (java) S 14894 14896 14014 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22472386 853790720 177356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14904] ppid=14894 vsize=833780 CPUtime=0
/proc/14896/task/14904/stat : 14904 (java) S 14894 14896 14014 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22472390 853790720 177356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14905] ppid=14894 vsize=833780 CPUtime=0.04
/proc/14896/task/14905/stat : 14905 (java) S 14894 14896 14014 0 -1 64 264 0 0 0 4 0 0 0 16 0 12 0 22472390 853790720 177356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14906] ppid=14894 vsize=833780 CPUtime=1.02
/proc/14896/task/14906/stat : 14906 (java) S 14894 14896 14014 0 -1 64 2696 0 0 0 101 1 0 0 16 0 12 0 22472390 853790720 177356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14907] ppid=14894 vsize=833780 CPUtime=0
/proc/14896/task/14907/stat : 14907 (java) S 14894 14896 14014 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22472390 853790720 177356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14908] ppid=14894 vsize=833780 CPUtime=0
/proc/14896/task/14908/stat : 14908 (java) S 14894 14896 14014 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22472390 853790720 177356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 84.56
Current children cumulated vsize (KiB) 833780

[startup+84.7069 s]
/proc/loadavg: 2.52 2.41 2.24 3/95 14908
/proc/meminfo: memFree=482520/2055920 swapFree=4192812/4192956
[pid=14896] ppid=14894 vsize=849780 CPUtime=86.15
/proc/14896/stat : 14896 (java) S 14894 14896 14014 0 -1 0 598287 0 1 0 8343 272 0 0 20 0 12 0 22472381 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14896/statm: 212445 181356 1423 9 0 209772 0
[pid=14896/tid=14898] ppid=14894 vsize=849780 CPUtime=8
/proc/14896/task/14898/stat : 14898 (java) S 14894 14896 14014 0 -1 64 53863 0 1 0 774 26 0 0 16 0 12 0 22472382 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14899] ppid=14894 vsize=849780 CPUtime=4.29
/proc/14896/task/14899/stat : 14899 (java) S 14894 14896 14014 0 -1 64 53120 0 0 0 406 23 0 0 17 0 12 0 22472383 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14900] ppid=14894 vsize=849780 CPUtime=4.87
/proc/14896/task/14900/stat : 14900 (java) S 14894 14896 14014 0 -1 64 72370 0 0 0 455 32 0 0 17 0 12 0 22472383 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14901] ppid=14894 vsize=849780 CPUtime=67.87
/proc/14896/task/14901/stat : 14901 (java) R 14894 14896 14014 0 -1 64 415235 0 0 0 6600 187 0 0 25 0 12 0 22472385 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 104187817 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14902] ppid=14894 vsize=849780 CPUtime=0
/proc/14896/task/14902/stat : 14902 (java) S 14894 14896 14014 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22472386 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14903] ppid=14894 vsize=849780 CPUtime=0
/proc/14896/task/14903/stat : 14903 (java) S 14894 14896 14014 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22472386 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14904] ppid=14894 vsize=849780 CPUtime=0
/proc/14896/task/14904/stat : 14904 (java) S 14894 14896 14014 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22472390 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14905] ppid=14894 vsize=849780 CPUtime=0.04
/proc/14896/task/14905/stat : 14905 (java) S 14894 14896 14014 0 -1 64 264 0 0 0 4 0 0 0 16 0 12 0 22472390 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14906] ppid=14894 vsize=849780 CPUtime=1.02
/proc/14896/task/14906/stat : 14906 (java) S 14894 14896 14014 0 -1 64 2696 0 0 0 101 1 0 0 16 0 12 0 22472390 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14907] ppid=14894 vsize=849780 CPUtime=0
/proc/14896/task/14907/stat : 14907 (java) S 14894 14896 14014 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22472390 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14908] ppid=14894 vsize=849780 CPUtime=0
/proc/14896/task/14908/stat : 14908 (java) S 14894 14896 14014 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22472390 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 86.15
Current children cumulated vsize (KiB) 849780

[startup+85.503 s]
/proc/loadavg: 2.52 2.41 2.24 3/95 14908
/proc/meminfo: memFree=482520/2055920 swapFree=4192812/4192956
[pid=14896] ppid=14894 vsize=849780 CPUtime=86.94
/proc/14896/stat : 14896 (java) S 14894 14896 14014 0 -1 0 598287 0 1 0 8422 272 0 0 20 0 12 0 22472381 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14896/statm: 212445 181356 1423 9 0 209772 0
[pid=14896/tid=14898] ppid=14894 vsize=849780 CPUtime=8
/proc/14896/task/14898/stat : 14898 (java) S 14894 14896 14014 0 -1 64 53863 0 1 0 774 26 0 0 16 0 12 0 22472382 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14899] ppid=14894 vsize=849780 CPUtime=4.29
/proc/14896/task/14899/stat : 14899 (java) S 14894 14896 14014 0 -1 64 53120 0 0 0 406 23 0 0 17 0 12 0 22472383 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14900] ppid=14894 vsize=849780 CPUtime=4.87
/proc/14896/task/14900/stat : 14900 (java) S 14894 14896 14014 0 -1 64 72370 0 0 0 455 32 0 0 17 0 12 0 22472383 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14901] ppid=14894 vsize=849780 CPUtime=68.66
/proc/14896/task/14901/stat : 14901 (java) R 14894 14896 14014 0 -1 64 415235 0 0 0 6679 187 0 0 25 0 12 0 22472385 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 106158867 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14902] ppid=14894 vsize=849780 CPUtime=0
/proc/14896/task/14902/stat : 14902 (java) S 14894 14896 14014 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22472386 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14903] ppid=14894 vsize=849780 CPUtime=0
/proc/14896/task/14903/stat : 14903 (java) S 14894 14896 14014 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22472386 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14904] ppid=14894 vsize=849780 CPUtime=0
/proc/14896/task/14904/stat : 14904 (java) S 14894 14896 14014 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22472390 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14905] ppid=14894 vsize=849780 CPUtime=0.04
/proc/14896/task/14905/stat : 14905 (java) S 14894 14896 14014 0 -1 64 264 0 0 0 4 0 0 0 16 0 12 0 22472390 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14906] ppid=14894 vsize=849780 CPUtime=1.02
/proc/14896/task/14906/stat : 14906 (java) S 14894 14896 14014 0 -1 64 2696 0 0 0 101 1 0 0 16 0 12 0 22472390 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14907] ppid=14894 vsize=849780 CPUtime=0
/proc/14896/task/14907/stat : 14907 (java) S 14894 14896 14014 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22472390 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14908] ppid=14894 vsize=849780 CPUtime=0
/proc/14896/task/14908/stat : 14908 (java) S 14894 14896 14014 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22472390 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 86.94
Current children cumulated vsize (KiB) 849780

[startup+85.902 s]
/proc/loadavg: 2.52 2.41 2.24 3/95 14908
/proc/meminfo: memFree=482520/2055920 swapFree=4192812/4192956
[pid=14896] ppid=14894 vsize=849780 CPUtime=87.34
/proc/14896/stat : 14896 (java) S 14894 14896 14014 0 -1 0 598287 0 1 0 8462 272 0 0 20 0 12 0 22472381 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14896/statm: 212445 181356 1423 9 0 209772 0
[pid=14896/tid=14898] ppid=14894 vsize=849780 CPUtime=8
/proc/14896/task/14898/stat : 14898 (java) S 14894 14896 14014 0 -1 64 53863 0 1 0 774 26 0 0 16 0 12 0 22472382 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14899] ppid=14894 vsize=849780 CPUtime=4.29
/proc/14896/task/14899/stat : 14899 (java) S 14894 14896 14014 0 -1 64 53120 0 0 0 406 23 0 0 17 0 12 0 22472383 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14900] ppid=14894 vsize=849780 CPUtime=4.87
/proc/14896/task/14900/stat : 14900 (java) S 14894 14896 14014 0 -1 64 72370 0 0 0 455 32 0 0 17 0 12 0 22472383 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14901] ppid=14894 vsize=849780 CPUtime=69.06
/proc/14896/task/14901/stat : 14901 (java) R 14894 14896 14014 0 -1 64 415235 0 0 0 6719 187 0 0 25 0 12 0 22472385 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 106159326 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14902] ppid=14894 vsize=849780 CPUtime=0
/proc/14896/task/14902/stat : 14902 (java) S 14894 14896 14014 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22472386 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14903] ppid=14894 vsize=849780 CPUtime=0
/proc/14896/task/14903/stat : 14903 (java) S 14894 14896 14014 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22472386 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14904] ppid=14894 vsize=849780 CPUtime=0
/proc/14896/task/14904/stat : 14904 (java) S 14894 14896 14014 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22472390 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14905] ppid=14894 vsize=849780 CPUtime=0.04
/proc/14896/task/14905/stat : 14905 (java) S 14894 14896 14014 0 -1 64 264 0 0 0 4 0 0 0 16 0 12 0 22472390 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14906] ppid=14894 vsize=849780 CPUtime=1.02
/proc/14896/task/14906/stat : 14906 (java) S 14894 14896 14014 0 -1 64 2696 0 0 0 101 1 0 0 16 0 12 0 22472390 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14907] ppid=14894 vsize=849780 CPUtime=0
/proc/14896/task/14907/stat : 14907 (java) S 14894 14896 14014 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22472390 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14908] ppid=14894 vsize=849780 CPUtime=0
/proc/14896/task/14908/stat : 14908 (java) S 14894 14896 14014 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22472390 870174720 181356 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 87.34
Current children cumulated vsize (KiB) 849780

[startup+86.3021 s]
/proc/loadavg: 2.52 2.41 2.24 3/95 14908
/proc/meminfo: memFree=482520/2055920 swapFree=4192812/4192956
[pid=14896] ppid=14894 vsize=818100 CPUtime=87.71
/proc/14896/stat : 14896 (java) S 14894 14896 14014 0 -1 0 598302 0 1 0 8498 273 0 0 20 0 12 0 22472381 837734400 173369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14896/statm: 204525 173369 1424 9 0 201852 0
[pid=14896/tid=14898] ppid=14894 vsize=818100 CPUtime=8.01
/proc/14896/task/14898/stat : 14898 (java) S 14894 14896 14014 0 -1 64 53869 0 1 0 775 26 0 0 17 0 12 0 22472382 837734400 173369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14899] ppid=14894 vsize=818100 CPUtime=4.29
/proc/14896/task/14899/stat : 14899 (java) S 14894 14896 14014 0 -1 64 53120 0 0 0 406 23 0 0 17 0 12 0 22472383 837734400 173369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14900] ppid=14894 vsize=818100 CPUtime=4.87
/proc/14896/task/14900/stat : 14900 (java) S 14894 14896 14014 0 -1 64 72370 0 0 0 455 32 0 0 17 0 12 0 22472383 837734400 173369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14901] ppid=14894 vsize=818100 CPUtime=69.42
/proc/14896/task/14901/stat : 14901 (java) S 14894 14896 14014 0 -1 64 415235 0 0 0 6754 188 0 0 25 0 12 0 22472385 837734400 173369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14902] ppid=14894 vsize=818100 CPUtime=0
/proc/14896/task/14902/stat : 14902 (java) S 14894 14896 14014 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 22472386 837734400 173369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14903] ppid=14894 vsize=818100 CPUtime=0
/proc/14896/task/14903/stat : 14903 (java) S 14894 14896 14014 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22472386 837734400 173369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14904] ppid=14894 vsize=818100 CPUtime=0
/proc/14896/task/14904/stat : 14904 (java) S 14894 14896 14014 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22472390 837734400 173369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14905] ppid=14894 vsize=818100 CPUtime=0.04
/proc/14896/task/14905/stat : 14905 (java) S 14894 14896 14014 0 -1 64 264 0 0 0 4 0 0 0 16 0 12 0 22472390 837734400 173369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14906] ppid=14894 vsize=818100 CPUtime=1.02
/proc/14896/task/14906/stat : 14906 (java) S 14894 14896 14014 0 -1 64 2696 0 0 0 101 1 0 0 16 0 12 0 22472390 837734400 173369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14896/tid=14907] ppid=14894 vsize=818100 CPUtime=0
/proc/14896/task/14907/stat : 14907 (java) S 14894 14896 14014 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22472390 837734400 173369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14896/tid=14908] ppid=14894 vsize=818100 CPUtime=0
/proc/14896/task/14908/stat : 14908 (java) S 14894 14896 14014 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 22472390 837734400 173369 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 87.71
Current children cumulated vsize (KiB) 818100

[startup+86.4021 s]
/proc/loadavg: 2.52 2.41 2.24 3/95 14908
/proc/meminfo: memFree=482520/2055920 swapFree=4192812/4192956
[pid=14896] ppid=14894 vsize=0 CPUtime=87.8
/proc/14896/stat : 14896 (java) Z 14894 14896 14014 0 -1 12 598305 0 1 0 8498 282 0 0 16 0 2 0 22472381 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14896/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 87.8
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 86.4165
CPU time (s): 87.8266
CPU user time (s): 84.9881
CPU system time (s): 2.83857
CPU usage (%): 101.632
Max. virtual memory (cumulated for all children) (KiB): 865784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.9881
system time used= 2.83857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 598305
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= 2619
involuntary context switches= 3872

runsolver used 0.099984 second user time and 0.311952 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-12 01:14:19
IDJOB=2071570
IDBENCH=55507
IDSOLVER=731
FILE ID=node22/2071570-1247354059
PBS_JOBID= 9506821
Free space on /tmp= 66388 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg7-7_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071570-1247354059/watcher-2071570-1247354059 -o /tmp/evaluation-result-2071570-1247354059/solver-2071570-1247354059 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071570-1247354059.xml

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

MD5SUM BENCH= da5e47254c0112035451af23516fc7ae
RANDOM SEED=435222093

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1205536 kB
Buffers:         26440 kB
Cached:          93376 kB
SwapCached:          0 kB
Active:         760188 kB
Inactive:        40988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1205536 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1680 kB
Writeback:           0 kB
Mapped:         697072 kB
Slab:            33236 kB
Committed_AS:   847768 kB
PageTables:       3032 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= 66388 MiB
End job on node22 at 2009-07-12 01:15:45