Trace number 2068710

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? 101.899 101.322

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-15-02.xml
MD5SUM34f8f9ca1f38b368c9dd00a07f3db154
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.609906
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of constraints944
Maximum constraint arity30
Maximum domain size26
Number of constraints which are defined in extension80
Number of constraints which are defined in intension864
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.19/0.23	c c --- Begin Solver configuration ---
0.19/0.23	c Stops conflict analysis at the first Unique Implication Point
0.19/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.23	c Learn all clauses as in MiniSAT
0.19/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.23	c Expensive reason simplification
0.19/0.23	c MiniSAT restarts strategy
0.19/0.23	c Memory based learned constraints deletion strategy
0.19/0.23	c timeout=2147483s
0.19/0.23	c DB Simplification allowed=false
0.19/0.23	c --- End Solver configuration ---
0.19/0.23	c solving HOME/instance-2068710-1247348142.xml
0.19/0.23	c reading problem ... 
0.38/0.49	c reading problem named null
0.38/0.49	c reading domains done.
0.38/0.49	c reading variables done.
0.58/0.70	c reading relations done.
2.56/2.68	c reading predicates  done.
2.86/2.93	c reading constraints
101.73/101.16	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
101.73/101.16		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
101.73/101.16		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
101.73/101.16		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
101.73/101.16		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
101.73/101.16		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
101.73/101.16		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
101.73/101.16		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
101.73/101.16		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
101.73/101.16		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
101.73/101.16		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
101.73/101.16		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
101.73/101.16		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
101.73/101.16		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
101.73/101.16		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
101.73/101.16		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
101.73/101.16		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
101.73/101.16		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
101.73/101.16		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
101.73/101.16		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
101.73/101.16		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
101.73/101.16		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
101.73/101.16		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
101.73/101.16		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
101.73/101.16		at org.sat4j.AbstractLauncher.run(Unknown Source)
101.73/101.16		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
101.73/101.16	c starts		: 0
101.73/101.16	c conflicts		: 0
101.73/101.16	c decisions		: 0
101.73/101.16	c propagations		: 0
101.73/101.16	c inspects		: 0
101.73/101.16	c learnt literals	: 0
101.73/101.16	c learnt binary clauses	: 0
101.73/101.16	c learnt ternary clauses	: 0
101.73/101.16	c learnt clauses	: 0
101.73/101.16	c ignored clauses	: 0
101.73/101.16	c root simplifications	: 0
101.73/101.16	c removed literals (reason simplification)	: 0
101.73/101.16	c reason swapping (by a shorter reason)	: 0
101.73/101.16	c Calls to reduceDB	: 0
101.73/101.16	c speed (assignments/second)	: 0.0
101.73/101.16	c non guided choices	0
101.73/101.17	c learnt constraints type 
101.73/101.17	c constraints type 
101.73/101.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8540624
101.73/101.17	c org.sat4j.minisat.constraints.card.AtLeast => 191
101.73/101.17	s UNKNOWN
101.73/101.17	c Total wall clock time (in seconds) : 100.93

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-2068710-1247348142/watcher-2068710-1247348142 -o /tmp/evaluation-result-2068710-1247348142/solver-2068710-1247348142 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068710-1247348142.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: 1.93 2.07 2.07 3/81 14888
/proc/meminfo: memFree=799056/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=1612 CPUtime=0
/proc/14888/stat : 14888 (java6) R 14886 14888 13958 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 21877910 1650688 150 996147200 134512640 134550932 4294956176 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/14888/statm: 37 20 14 9 0 3 0

[startup+0.0177371 s]
/proc/loadavg: 1.93 2.07 2.07 3/81 14888
/proc/meminfo: memFree=799056/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=13792 CPUtime=0.01
/proc/14888/stat : 14888 (java) S 14886 14888 13958 0 -1 0 930 0 1 0 0 1 0 0 18 0 2 0 21877910 14123008 685 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 3448 685 349 9 0 1200 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13792

[startup+0.102742 s]
/proc/loadavg: 1.93 2.07 2.07 3/81 14888
/proc/meminfo: memFree=799056/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=804560 CPUtime=0.08
/proc/14888/stat : 14888 (java) S 14886 14888 13958 0 -1 0 3035 0 1 0 6 2 0 0 18 0 12 0 21877910 823869440 2778 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 201140 2780 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.302761 s]
/proc/loadavg: 1.93 2.07 2.07 3/81 14888
/proc/meminfo: memFree=799056/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=805864 CPUtime=0.28
/proc/14888/stat : 14888 (java) S 14886 14888 13958 0 -1 0 4376 0 1 0 24 4 0 0 18 0 12 0 21877910 825204736 4113 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 201466 4113 1359 9 0 198793 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805864

[startup+0.702802 s]
/proc/loadavg: 1.93 2.07 2.07 3/81 14888
/proc/meminfo: memFree=799056/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=807176 CPUtime=0.68
/proc/14888/stat : 14888 (java) S 14886 14888 13958 0 -1 0 6171 0 1 0 63 5 0 0 18 0 12 0 21877910 826548224 5169 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 201794 5169 1385 9 0 199121 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807176

[startup+1.5019 s]
/proc/loadavg: 1.93 2.07 2.07 4/93 14900
/proc/meminfo: memFree=780528/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=807496 CPUtime=1.47
/proc/14888/stat : 14888 (java) S 14886 14888 13958 0 -1 0 9234 0 1 0 140 7 0 0 18 0 12 0 21877910 826875904 7702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 201874 7702 1407 9 0 199201 0
[pid=14888/tid=14890] ppid=14886 vsize=807496 CPUtime=0.67
/proc/14888/task/14890/stat : 14890 (java) R 14886 14888 13958 0 -1 64 6177 0 1 0 63 4 0 0 25 0 12 0 21877912 826875904 7702 996147200 134512640 134550932 4294956016 18446744073709551615 4109593042 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14891] ppid=14886 vsize=807496 CPUtime=0
/proc/14888/task/14891/stat : 14891 (java) S 14886 14888 13958 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 21877913 826875904 7702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14892] ppid=14886 vsize=807496 CPUtime=0
/proc/14888/task/14892/stat : 14892 (java) S 14886 14888 13958 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 21877913 826875904 7702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14893] ppid=14886 vsize=807496 CPUtime=0
/proc/14888/task/14893/stat : 14893 (java) S 14886 14888 13958 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 21877915 826875904 7702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14894] ppid=14886 vsize=807496 CPUtime=0
/proc/14888/task/14894/stat : 14894 (java) S 14886 14888 13958 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 21877915 826875904 7702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14895] ppid=14886 vsize=807496 CPUtime=0
/proc/14888/task/14895/stat : 14895 (java) S 14886 14888 13958 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 21877915 826875904 7702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14896] ppid=14886 vsize=807496 CPUtime=0
/proc/14888/task/14896/stat : 14896 (java) S 14886 14888 13958 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21877920 826875904 7702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14897] ppid=14886 vsize=807496 CPUtime=0.04
/proc/14888/task/14897/stat : 14897 (java) S 14886 14888 13958 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 21877920 826875904 7702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14898] ppid=14886 vsize=807496 CPUtime=0.74
/proc/14888/task/14898/stat : 14898 (java) S 14886 14888 13958 0 -1 64 2060 0 0 0 73 1 0 0 16 0 12 0 21877920 826875904 7702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14899] ppid=14886 vsize=807496 CPUtime=0
/proc/14888/task/14899/stat : 14899 (java) S 14886 14888 13958 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21877920 826875904 7702 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14900] ppid=14886 vsize=807496 CPUtime=0
/proc/14888/task/14900/stat : 14900 (java) S 14886 14888 13958 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21877920 826875904 7702 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) 807496

[startup+3.10107 s]
/proc/loadavg: 1.93 2.07 2.07 3/93 14900
/proc/meminfo: memFree=732720/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=808392 CPUtime=3.06
/proc/14888/stat : 14888 (java) S 14886 14888 13958 0 -1 0 26249 0 1 0 289 17 0 0 18 0 12 0 21877910 827793408 24234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 202098 24234 1421 9 0 199425 0
[pid=14888/tid=14890] ppid=14886 vsize=808392 CPUtime=1.83
/proc/14888/task/14890/stat : 14890 (java) R 14886 14888 13958 0 -1 64 17400 0 1 0 171 12 0 0 25 0 12 0 21877912 827793408 24234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14891] ppid=14886 vsize=808392 CPUtime=0.03
/proc/14888/task/14891/stat : 14891 (java) S 14886 14888 13958 0 -1 64 1367 0 0 0 3 0 0 0 16 0 12 0 21877913 827793408 24234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14892] ppid=14886 vsize=808392 CPUtime=0.04
/proc/14888/task/14892/stat : 14892 (java) S 14886 14888 13958 0 -1 64 3907 0 0 0 3 1 0 0 16 0 12 0 21877913 827793408 24234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14893] ppid=14886 vsize=808392 CPUtime=0
/proc/14888/task/14893/stat : 14893 (java) S 14886 14888 13958 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 21877915 827793408 24234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14894] ppid=14886 vsize=808392 CPUtime=0
/proc/14888/task/14894/stat : 14894 (java) S 14886 14888 13958 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21877915 827793408 24234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14895] ppid=14886 vsize=808392 CPUtime=0
/proc/14888/task/14895/stat : 14895 (java) S 14886 14888 13958 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21877915 827793408 24234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14896] ppid=14886 vsize=808392 CPUtime=0
/proc/14888/task/14896/stat : 14896 (java) S 14886 14888 13958 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21877920 827793408 24234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14897] ppid=14886 vsize=808392 CPUtime=0.04
/proc/14888/task/14897/stat : 14897 (java) S 14886 14888 13958 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 21877920 827793408 24234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14898] ppid=14886 vsize=808392 CPUtime=1.05
/proc/14888/task/14898/stat : 14898 (java) R 14886 14888 13958 0 -1 64 2566 0 0 0 104 1 0 0 16 0 12 0 21877920 827793408 24234 996147200 134512640 134550932 4294956016 18446744073709551615 105580452 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14899] ppid=14886 vsize=808392 CPUtime=0
/proc/14888/task/14899/stat : 14899 (java) S 14886 14888 13958 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21877920 827793408 24234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14900] ppid=14886 vsize=808392 CPUtime=0
/proc/14888/task/14900/stat : 14900 (java) S 14886 14888 13958 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21877920 827793408 24234 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 808392

[startup+6.30241 s]
/proc/loadavg: 2.01 2.09 2.08 3/93 14900
/proc/meminfo: memFree=605104/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=809544 CPUtime=6.67
/proc/14888/stat : 14888 (java) S 14886 14888 13958 0 -1 0 64440 0 1 0 629 38 0 0 18 0 12 0 21877910 828973056 59801 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 202386 59801 1422 9 0 199713 0
[pid=14888/tid=14890] ppid=14886 vsize=809544 CPUtime=3.21
/proc/14888/task/14890/stat : 14890 (java) R 14886 14888 13958 0 -1 64 17405 0 1 0 309 12 0 0 17 0 12 0 21877912 828973056 59801 996147200 134512640 134550932 4294956016 18446744073709551615 4109773508 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14891] ppid=14886 vsize=809544 CPUtime=1.04
/proc/14888/task/14891/stat : 14891 (java) S 14886 14888 13958 0 -1 64 22019 0 0 0 92 12 0 0 17 0 12 0 21877913 828973056 59801 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14892] ppid=14886 vsize=809544 CPUtime=1.08
/proc/14888/task/14892/stat : 14892 (java) S 14886 14888 13958 0 -1 64 20523 0 0 0 98 10 0 0 16 0 12 0 21877913 828973056 59801 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14893] ppid=14886 vsize=809544 CPUtime=0
/proc/14888/task/14893/stat : 14893 (java) S 14886 14888 13958 0 -1 64 15 0 0 0 0 0 0 0 17 0 12 0 21877915 828973056 59801 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14894] ppid=14886 vsize=809544 CPUtime=0
/proc/14888/task/14894/stat : 14894 (java) S 14886 14888 13958 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21877915 828973056 59801 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14895] ppid=14886 vsize=809544 CPUtime=0
/proc/14888/task/14895/stat : 14895 (java) S 14886 14888 13958 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21877915 828973056 59801 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14896] ppid=14886 vsize=809544 CPUtime=0
/proc/14888/task/14896/stat : 14896 (java) S 14886 14888 13958 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21877920 828973056 59801 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14897] ppid=14886 vsize=809544 CPUtime=0.04
/proc/14888/task/14897/stat : 14897 (java) S 14886 14888 13958 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 21877920 828973056 59801 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14898] ppid=14886 vsize=809544 CPUtime=1.25
/proc/14888/task/14898/stat : 14898 (java) S 14886 14888 13958 0 -1 64 3482 0 0 0 124 1 0 0 16 0 12 0 21877920 828973056 59801 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14899] ppid=14886 vsize=809544 CPUtime=0
/proc/14888/task/14899/stat : 14899 (java) S 14886 14888 13958 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21877920 828973056 59801 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14900] ppid=14886 vsize=809544 CPUtime=0
/proc/14888/task/14900/stat : 14900 (java) S 14886 14888 13958 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21877920 828973056 59801 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 809544

[startup+12.7021 s]
/proc/loadavg: 2.09 2.10 2.08 5/93 14900
/proc/meminfo: memFree=317936/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=812716 CPUtime=13.14
/proc/14888/stat : 14888 (java) S 14886 14888 13958 0 -1 0 135681 0 1 0 1240 74 0 0 18 0 12 0 21877910 832221184 129911 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 203179 129911 1422 9 0 200506 0
[pid=14888/tid=14890] ppid=14886 vsize=812716 CPUtime=5.17
/proc/14888/task/14890/stat : 14890 (java) S 14886 14888 13958 0 -1 64 23563 0 1 0 502 15 0 0 17 0 12 0 21877912 832221184 129911 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14891] ppid=14886 vsize=812716 CPUtime=3.44
/proc/14888/task/14891/stat : 14891 (java) R 14886 14888 13958 0 -1 64 54273 0 0 0 317 27 0 0 19 0 12 0 21877913 832221184 129911 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14892] ppid=14886 vsize=812716 CPUtime=3.17
/proc/14888/task/14892/stat : 14892 (java) R 14886 14888 13958 0 -1 64 53351 0 0 0 289 28 0 0 18 0 12 0 21877913 832221184 129911 996147200 134512640 134550932 4294956016 18446744073709551615 106196721 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14893] ppid=14886 vsize=812716 CPUtime=0
/proc/14888/task/14893/stat : 14893 (java) S 14886 14888 13958 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 21877915 832221184 129911 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14894] ppid=14886 vsize=812716 CPUtime=0
/proc/14888/task/14894/stat : 14894 (java) S 14886 14888 13958 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21877915 832221184 129911 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14895] ppid=14886 vsize=812716 CPUtime=0
/proc/14888/task/14895/stat : 14895 (java) S 14886 14888 13958 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21877915 832221184 129914 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14896] ppid=14886 vsize=812716 CPUtime=0
/proc/14888/task/14896/stat : 14896 (java) S 14886 14888 13958 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21877920 832221184 129924 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14897] ppid=14886 vsize=812716 CPUtime=0.04
/proc/14888/task/14897/stat : 14897 (java) S 14886 14888 13958 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 21877920 832221184 129933 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14898] ppid=14886 vsize=812716 CPUtime=1.27
/proc/14888/task/14898/stat : 14898 (java) S 14886 14888 13958 0 -1 64 3483 0 0 0 126 1 0 0 16 0 12 0 21877920 832221184 129941 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14899] ppid=14886 vsize=812716 CPUtime=0
/proc/14888/task/14899/stat : 14899 (java) S 14886 14888 13958 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21877920 832221184 129950 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14900] ppid=14886 vsize=812716 CPUtime=0
/proc/14888/task/14900/stat : 14900 (java) S 14886 14888 13958 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21877920 832221184 129959 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.14
Current children cumulated vsize (KiB) 812716

[startup+25.5025 s]
/proc/loadavg: 2.22 2.13 2.09 4/93 14900
/proc/meminfo: memFree=110640/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=845772 CPUtime=26.16
/proc/14888/stat : 14888 (java) S 14886 14888 13958 0 -1 0 204382 0 1 0 2505 111 0 0 18 0 12 0 21877910 866070528 172879 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 211443 172879 1436 9 0 208770 0
[pid=14888/tid=14890] ppid=14886 vsize=845772 CPUtime=8.97
/proc/14888/task/14890/stat : 14890 (java) S 14886 14888 13958 0 -1 64 35874 0 1 0 875 22 0 0 17 0 12 0 21877912 866070528 172879 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14891] ppid=14886 vsize=845772 CPUtime=4.16
/proc/14888/task/14891/stat : 14891 (java) S 14886 14888 13958 0 -1 64 59229 0 0 0 387 29 0 0 18 0 12 0 21877913 866070528 172879 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14892] ppid=14886 vsize=845772 CPUtime=5.71
/proc/14888/task/14892/stat : 14892 (java) R 14886 14888 13958 0 -1 64 70724 0 0 0 534 37 0 0 19 0 12 0 21877913 866070528 172879 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14893] ppid=14886 vsize=845772 CPUtime=5.41
/proc/14888/task/14893/stat : 14893 (java) R 14886 14888 13958 0 -1 64 31782 0 0 0 523 18 0 0 18 0 12 0 21877915 866070528 172879 996147200 134512640 134550932 4294956016 18446744073709551615 106158875 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14894] ppid=14886 vsize=845772 CPUtime=0
/proc/14888/task/14894/stat : 14894 (java) S 14886 14888 13958 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21877915 866070528 172879 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14895] ppid=14886 vsize=845772 CPUtime=0
/proc/14888/task/14895/stat : 14895 (java) S 14886 14888 13958 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21877915 866070528 172879 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14896] ppid=14886 vsize=845772 CPUtime=0
/proc/14888/task/14896/stat : 14896 (java) S 14886 14888 13958 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21877920 866070528 172879 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14897] ppid=14886 vsize=845772 CPUtime=0.32

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

[pid=14888/tid=14899] ppid=14886 vsize=877772 CPUtime=0
/proc/14888/task/14899/stat : 14899 (java) S 14886 14888 13958 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21877920 898838528 188994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14900] ppid=14886 vsize=877772 CPUtime=0
/proc/14888/task/14900/stat : 14900 (java) S 14886 14888 13958 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21877920 898838528 188994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.33
Current children cumulated vsize (KiB) 877772

[startup+89.5024 s]
/proc/loadavg: 2.07 2.10 2.08 3/93 14900
/proc/meminfo: memFree=47280/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=877772 CPUtime=90.13
/proc/14888/stat : 14888 (java) S 14886 14888 13958 0 -1 0 642870 0 1 0 8657 356 0 0 18 0 12 0 21877910 898838528 188994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 219443 188994 1436 9 0 216770 0
[pid=14888/tid=14890] ppid=14886 vsize=877772 CPUtime=9.47
/proc/14888/task/14890/stat : 14890 (java) S 14886 14888 13958 0 -1 64 35886 0 1 0 925 22 0 0 17 0 12 0 21877912 898838528 188994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14891] ppid=14886 vsize=877772 CPUtime=4.16
/proc/14888/task/14891/stat : 14891 (java) S 14886 14888 13958 0 -1 64 59229 0 0 0 387 29 0 0 17 0 12 0 21877913 898838528 188994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14892] ppid=14886 vsize=877772 CPUtime=5.71
/proc/14888/task/14892/stat : 14892 (java) S 14886 14888 13958 0 -1 64 70724 0 0 0 534 37 0 0 19 0 12 0 21877913 898838528 188994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14893] ppid=14886 vsize=877772 CPUtime=68.87
/proc/14888/task/14893/stat : 14893 (java) R 14886 14888 13958 0 -1 64 470258 0 0 0 6625 262 0 0 25 0 12 0 21877915 898838528 188994 996147200 134512640 134550932 4294956016 18446744073709551615 106157895 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14894] ppid=14886 vsize=877772 CPUtime=0
/proc/14888/task/14894/stat : 14894 (java) S 14886 14888 13958 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21877915 898838528 188994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14895] ppid=14886 vsize=877772 CPUtime=0
/proc/14888/task/14895/stat : 14895 (java) S 14886 14888 13958 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21877915 898838528 188994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14896] ppid=14886 vsize=877772 CPUtime=0
/proc/14888/task/14896/stat : 14896 (java) S 14886 14888 13958 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21877920 898838528 188994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14897] ppid=14886 vsize=877772 CPUtime=0.32
/proc/14888/task/14897/stat : 14897 (java) S 14886 14888 13958 0 -1 64 1747 0 0 0 32 0 0 0 16 0 12 0 21877920 898838528 188994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14898] ppid=14886 vsize=877772 CPUtime=1.53
/proc/14888/task/14898/stat : 14898 (java) S 14886 14888 13958 0 -1 64 4287 0 0 0 151 2 0 0 16 0 12 0 21877920 898838528 188994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14899] ppid=14886 vsize=877772 CPUtime=0
/proc/14888/task/14899/stat : 14899 (java) S 14886 14888 13958 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21877920 898838528 188994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14900] ppid=14886 vsize=877772 CPUtime=0
/proc/14888/task/14900/stat : 14900 (java) S 14886 14888 13958 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21877920 898838528 188994 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90.13
Current children cumulated vsize (KiB) 877772

[startup+95.9011 s]
/proc/loadavg: 2.07 2.10 2.08 3/93 14900
/proc/meminfo: memFree=110960/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=813768 CPUtime=96.53
/proc/14888/stat : 14888 (java) S 14886 14888 13958 0 -1 0 642874 0 1 0 9296 357 0 0 18 0 12 0 21877910 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 203442 172993 1435 9 0 200769 0
[pid=14888/tid=14890] ppid=14886 vsize=813768 CPUtime=9.47
/proc/14888/task/14890/stat : 14890 (java) S 14886 14888 13958 0 -1 64 35890 0 1 0 925 22 0 0 17 0 12 0 21877912 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14891] ppid=14886 vsize=813768 CPUtime=4.16
/proc/14888/task/14891/stat : 14891 (java) S 14886 14888 13958 0 -1 64 59229 0 0 0 387 29 0 0 17 0 12 0 21877913 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14892] ppid=14886 vsize=813768 CPUtime=5.71
/proc/14888/task/14892/stat : 14892 (java) S 14886 14888 13958 0 -1 64 70724 0 0 0 534 37 0 0 19 0 12 0 21877913 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14893] ppid=14886 vsize=813768 CPUtime=75.26
/proc/14888/task/14893/stat : 14893 (java) R 14886 14888 13958 0 -1 64 470258 0 0 0 7263 263 0 0 25 0 12 0 21877915 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14894] ppid=14886 vsize=813768 CPUtime=0
/proc/14888/task/14894/stat : 14894 (java) S 14886 14888 13958 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21877915 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14895] ppid=14886 vsize=813768 CPUtime=0
/proc/14888/task/14895/stat : 14895 (java) S 14886 14888 13958 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21877915 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14896] ppid=14886 vsize=813768 CPUtime=0
/proc/14888/task/14896/stat : 14896 (java) S 14886 14888 13958 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21877920 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14897] ppid=14886 vsize=813768 CPUtime=0.32
/proc/14888/task/14897/stat : 14897 (java) S 14886 14888 13958 0 -1 64 1747 0 0 0 32 0 0 0 16 0 12 0 21877920 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14898] ppid=14886 vsize=813768 CPUtime=1.53
/proc/14888/task/14898/stat : 14898 (java) S 14886 14888 13958 0 -1 64 4287 0 0 0 151 2 0 0 16 0 12 0 21877920 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14899] ppid=14886 vsize=813768 CPUtime=0
/proc/14888/task/14899/stat : 14899 (java) S 14886 14888 13958 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21877920 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14900] ppid=14886 vsize=813768 CPUtime=0
/proc/14888/task/14900/stat : 14900 (java) S 14886 14888 13958 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21877920 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 96.53
Current children cumulated vsize (KiB) 813768

[startup+99.1025 s]
/proc/loadavg: 2.06 2.10 2.08 3/93 14900
/proc/meminfo: memFree=110960/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=813768 CPUtime=99.73
/proc/14888/stat : 14888 (java) S 14886 14888 13958 0 -1 0 642874 0 1 0 9616 357 0 0 18 0 12 0 21877910 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 203442 172993 1435 9 0 200769 0
[pid=14888/tid=14890] ppid=14886 vsize=813768 CPUtime=9.47
/proc/14888/task/14890/stat : 14890 (java) S 14886 14888 13958 0 -1 64 35890 0 1 0 925 22 0 0 17 0 12 0 21877912 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14891] ppid=14886 vsize=813768 CPUtime=4.16
/proc/14888/task/14891/stat : 14891 (java) S 14886 14888 13958 0 -1 64 59229 0 0 0 387 29 0 0 17 0 12 0 21877913 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14892] ppid=14886 vsize=813768 CPUtime=5.71
/proc/14888/task/14892/stat : 14892 (java) S 14886 14888 13958 0 -1 64 70724 0 0 0 534 37 0 0 19 0 12 0 21877913 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14893] ppid=14886 vsize=813768 CPUtime=78.46
/proc/14888/task/14893/stat : 14893 (java) R 14886 14888 13958 0 -1 64 470258 0 0 0 7583 263 0 0 25 0 12 0 21877915 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14894] ppid=14886 vsize=813768 CPUtime=0
/proc/14888/task/14894/stat : 14894 (java) S 14886 14888 13958 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21877915 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14895] ppid=14886 vsize=813768 CPUtime=0
/proc/14888/task/14895/stat : 14895 (java) S 14886 14888 13958 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21877915 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14896] ppid=14886 vsize=813768 CPUtime=0
/proc/14888/task/14896/stat : 14896 (java) S 14886 14888 13958 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21877920 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14897] ppid=14886 vsize=813768 CPUtime=0.32
/proc/14888/task/14897/stat : 14897 (java) S 14886 14888 13958 0 -1 64 1747 0 0 0 32 0 0 0 16 0 12 0 21877920 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14898] ppid=14886 vsize=813768 CPUtime=1.53
/proc/14888/task/14898/stat : 14898 (java) S 14886 14888 13958 0 -1 64 4287 0 0 0 151 2 0 0 16 0 12 0 21877920 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14899] ppid=14886 vsize=813768 CPUtime=0
/proc/14888/task/14899/stat : 14899 (java) S 14886 14888 13958 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21877920 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14900] ppid=14886 vsize=813768 CPUtime=0
/proc/14888/task/14900/stat : 14900 (java) S 14886 14888 13958 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21877920 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.73
Current children cumulated vsize (KiB) 813768

[startup+100.703 s]
/proc/loadavg: 2.06 2.10 2.08 3/93 14900
/proc/meminfo: memFree=110960/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=813768 CPUtime=101.33
/proc/14888/stat : 14888 (java) S 14886 14888 13958 0 -1 0 642874 0 1 0 9776 357 0 0 18 0 12 0 21877910 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 203442 172993 1435 9 0 200769 0
[pid=14888/tid=14890] ppid=14886 vsize=813768 CPUtime=9.47
/proc/14888/task/14890/stat : 14890 (java) S 14886 14888 13958 0 -1 64 35890 0 1 0 925 22 0 0 17 0 12 0 21877912 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14891] ppid=14886 vsize=813768 CPUtime=4.16
/proc/14888/task/14891/stat : 14891 (java) S 14886 14888 13958 0 -1 64 59229 0 0 0 387 29 0 0 17 0 12 0 21877913 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14892] ppid=14886 vsize=813768 CPUtime=5.71
/proc/14888/task/14892/stat : 14892 (java) S 14886 14888 13958 0 -1 64 70724 0 0 0 534 37 0 0 19 0 12 0 21877913 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14893] ppid=14886 vsize=813768 CPUtime=80.06
/proc/14888/task/14893/stat : 14893 (java) R 14886 14888 13958 0 -1 64 470258 0 0 0 7743 263 0 0 25 0 12 0 21877915 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 106159199 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14894] ppid=14886 vsize=813768 CPUtime=0
/proc/14888/task/14894/stat : 14894 (java) S 14886 14888 13958 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21877915 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14895] ppid=14886 vsize=813768 CPUtime=0
/proc/14888/task/14895/stat : 14895 (java) S 14886 14888 13958 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21877915 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14896] ppid=14886 vsize=813768 CPUtime=0
/proc/14888/task/14896/stat : 14896 (java) S 14886 14888 13958 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21877920 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14897] ppid=14886 vsize=813768 CPUtime=0.32
/proc/14888/task/14897/stat : 14897 (java) S 14886 14888 13958 0 -1 64 1747 0 0 0 32 0 0 0 16 0 12 0 21877920 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14898] ppid=14886 vsize=813768 CPUtime=1.53
/proc/14888/task/14898/stat : 14898 (java) S 14886 14888 13958 0 -1 64 4287 0 0 0 151 2 0 0 16 0 12 0 21877920 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14899] ppid=14886 vsize=813768 CPUtime=0
/proc/14888/task/14899/stat : 14899 (java) S 14886 14888 13958 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21877920 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14900] ppid=14886 vsize=813768 CPUtime=0
/proc/14888/task/14900/stat : 14900 (java) S 14886 14888 13958 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21877920 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 813768

[startup+101.103 s]
/proc/loadavg: 2.06 2.10 2.08 3/93 14900
/proc/meminfo: memFree=110960/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=813768 CPUtime=101.73
/proc/14888/stat : 14888 (java) S 14886 14888 13958 0 -1 0 642874 0 1 0 9816 357 0 0 18 0 12 0 21877910 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 203442 172993 1435 9 0 200769 0
[pid=14888/tid=14890] ppid=14886 vsize=813768 CPUtime=9.47
/proc/14888/task/14890/stat : 14890 (java) S 14886 14888 13958 0 -1 64 35890 0 1 0 925 22 0 0 17 0 12 0 21877912 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14891] ppid=14886 vsize=813768 CPUtime=4.16
/proc/14888/task/14891/stat : 14891 (java) S 14886 14888 13958 0 -1 64 59229 0 0 0 387 29 0 0 17 0 12 0 21877913 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14892] ppid=14886 vsize=813768 CPUtime=5.71
/proc/14888/task/14892/stat : 14892 (java) S 14886 14888 13958 0 -1 64 70724 0 0 0 534 37 0 0 19 0 12 0 21877913 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14893] ppid=14886 vsize=813768 CPUtime=80.47
/proc/14888/task/14893/stat : 14893 (java) R 14886 14888 13958 0 -1 64 470258 0 0 0 7784 263 0 0 25 0 12 0 21877915 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 106159258 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14894] ppid=14886 vsize=813768 CPUtime=0
/proc/14888/task/14894/stat : 14894 (java) S 14886 14888 13958 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21877915 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14895] ppid=14886 vsize=813768 CPUtime=0
/proc/14888/task/14895/stat : 14895 (java) S 14886 14888 13958 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21877915 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14888/tid=14896] ppid=14886 vsize=813768 CPUtime=0
/proc/14888/task/14896/stat : 14896 (java) S 14886 14888 13958 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21877920 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14897] ppid=14886 vsize=813768 CPUtime=0.32
/proc/14888/task/14897/stat : 14897 (java) S 14886 14888 13958 0 -1 64 1747 0 0 0 32 0 0 0 16 0 12 0 21877920 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14898] ppid=14886 vsize=813768 CPUtime=1.53
/proc/14888/task/14898/stat : 14898 (java) S 14886 14888 13958 0 -1 64 4287 0 0 0 151 2 0 0 16 0 12 0 21877920 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14899] ppid=14886 vsize=813768 CPUtime=0
/proc/14888/task/14899/stat : 14899 (java) S 14886 14888 13958 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21877920 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14888/tid=14900] ppid=14886 vsize=813768 CPUtime=0
/proc/14888/task/14900/stat : 14900 (java) S 14886 14888 13958 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 21877920 833298432 172993 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 813768

[startup+101.303 s]
/proc/loadavg: 2.06 2.10 2.08 3/93 14900
/proc/meminfo: memFree=110960/2055920 swapFree=4192956/4192956
[pid=14888] ppid=14886 vsize=0 CPUtime=101.87
/proc/14888/stat : 14888 (java) Z 14886 14888 13958 0 -1 12 642890 0 1 0 9822 365 0 0 16 0 2 0 21877910 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14888/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 101.322
CPU time (s): 101.899
CPU user time (s): 98.2271
CPU system time (s): 3.67144
CPU usage (%): 100.569
Max. virtual memory (cumulated for all children) (KiB): 909776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 98.2271
system time used= 3.67144
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 642890
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= 3220
involuntary context switches= 12353

runsolver used 0.137979 second user time and 0.374943 second system time

The end

Launcher Data

Begin job on node47 at 2009-07-11 23:35:42
IDJOB=2068710
IDBENCH=54914
IDSOLVER=731
FILE ID=node47/2068710-1247348142
PBS_JOBID= 9506780
Free space on /tmp= 66452 MiB

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

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

MD5SUM BENCH= 34f8f9ca1f38b368c9dd00a07f3db154
RANDOM SEED=534516528

node47.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.218
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.218
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:        799536 kB
Buffers:         62344 kB
Cached:         984516 kB
SwapCached:          0 kB
Active:         421752 kB
Inactive:       766132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        799536 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3388 kB
Writeback:           0 kB
Mapped:         161500 kB
Slab:            53272 kB
Committed_AS:   302788 kB
PageTables:       2188 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= 66452 MiB
End job on node47 at 2009-07-11 23:37:23