Trace number 2077675

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? 105.364 110.025

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-05-02.xml
MD5SUM3d7c8d13309560a455bfd2cf0a6d5be0
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.048991
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints31
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension10
Number of constraints which are defined in intension21
Global constraints used (with number of constraints)

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 3.35 2.69 2.47 4/89 9002
/proc/meminfo: memFree=1394272/2055920 swapFree=4192812/4192956
[pid=9002] ppid=9000 vsize=12928 CPUtime=0
/proc/9002/stat : 9002 (java) R 9000 9002 19607 0 -1 0 542 0 0 0 0 0 0 0 18 0 1 0 23613201 13238272 349 996147200 134512640 134550932 4294956016 18446744073709551615 1950506 0 0 4096 0 0 0 0 17 0 0 0
/proc/9002/statm: 3232 355 138 9 0 1104 0

[startup+0.102285 s]
/proc/loadavg: 3.35 2.69 2.47 4/89 9002
/proc/meminfo: memFree=1394272/2055920 swapFree=4192812/4192956
[pid=9002] ppid=9000 vsize=804560 CPUtime=0.08
/proc/9002/stat : 9002 (java) S 9000 9002 19607 0 -1 0 3000 0 1 0 6 2 0 0 18 0 12 0 23613201 823869440 2743 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9002/statm: 201140 2743 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.201296 s]
/proc/loadavg: 3.35 2.69 2.47 4/89 9002
/proc/meminfo: memFree=1394272/2055920 swapFree=4192812/4192956
[pid=9002] ppid=9000 vsize=805512 CPUtime=0.18
/proc/9002/stat : 9002 (java) S 9000 9002 19607 0 -1 0 3869 0 1 0 16 2 0 0 18 0 12 0 23613201 824844288 3607 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9002/statm: 201378 3607 1331 9 0 198712 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 805512

[startup+0.301304 s]
/proc/loadavg: 3.35 2.69 2.47 4/89 9002
/proc/meminfo: memFree=1394272/2055920 swapFree=4192812/4192956
[pid=9002] ppid=9000 vsize=805832 CPUtime=0.27
/proc/9002/stat : 9002 (java) S 9000 9002 19607 0 -1 0 4355 0 1 0 24 3 0 0 18 0 12 0 23613201 825171968 4092 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9002/statm: 201458 4092 1359 9 0 198785 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805832

[startup+0.701341 s]
/proc/loadavg: 3.35 2.69 2.47 4/89 9002
/proc/meminfo: memFree=1394272/2055920 swapFree=4192812/4192956
[pid=9002] ppid=9000 vsize=807176 CPUtime=0.66
/proc/9002/stat : 9002 (java) S 9000 9002 19607 0 -1 0 5660 0 1 0 62 4 0 0 18 0 12 0 23613201 826548224 5114 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9002/statm: 201794 5114 1398 9 0 199121 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 807176

[startup+1.50241 s]
/proc/loadavg: 3.35 2.69 2.47 5/100 9086
/proc/meminfo: memFree=1372808/2055920 swapFree=4192812/4192956
[pid=9002] ppid=9000 vsize=812872 CPUtime=1.46
/proc/9002/stat : 9002 (java) S 9000 9002 19607 0 -1 0 10818 0 1 0 139 7 0 0 18 0 12 0 23613201 832380928 8867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9002/statm: 203218 8868 1409 9 0 200545 0
[pid=9002/tid=9006] ppid=9000 vsize=812872 CPUtime=0.73
/proc/9002/task/9006/stat : 9006 (java) R 9000 9002 19607 0 -1 64 6127 0 1 0 68 5 0 0 25 0 12 0 23613202 832380928 8868 996147200 134512640 134550932 4294956016 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9010] ppid=9000 vsize=812872 CPUtime=0
/proc/9002/task/9010/stat : 9010 (java) S 9000 9002 19607 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 23613203 832380928 8868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9011] ppid=9000 vsize=812872 CPUtime=0
/proc/9002/task/9011/stat : 9011 (java) S 9000 9002 19607 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 23613203 832380928 8869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9014] ppid=9000 vsize=812872 CPUtime=0
/proc/9002/task/9014/stat : 9014 (java) S 9000 9002 19607 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 23613205 832380928 8869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9015] ppid=9000 vsize=812872 CPUtime=0
/proc/9002/task/9015/stat : 9015 (java) S 9000 9002 19607 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 23613206 832380928 8869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9016] ppid=9000 vsize=812872 CPUtime=0
/proc/9002/task/9016/stat : 9016 (java) S 9000 9002 19607 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 23613206 832380928 8869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9018] ppid=9000 vsize=812872 CPUtime=0
/proc/9002/task/9018/stat : 9018 (java) S 9000 9002 19607 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23613210 832380928 8869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9021] ppid=9000 vsize=812872 CPUtime=0.04
/proc/9002/task/9021/stat : 9021 (java) S 9000 9002 19607 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 23613211 832380928 8869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9022] ppid=9000 vsize=812872 CPUtime=0.67
/proc/9002/task/9022/stat : 9022 (java) S 9000 9002 19607 0 -1 64 3695 0 0 0 66 1 0 0 16 0 12 0 23613211 832380928 8869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9023] ppid=9000 vsize=812872 CPUtime=0
/proc/9002/task/9023/stat : 9023 (java) S 9000 9002 19607 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23613211 832380928 8869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9024] ppid=9000 vsize=812872 CPUtime=0
/proc/9002/task/9024/stat : 9024 (java) S 9000 9002 19607 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23613211 832380928 8869 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 812872

[startup+3.10256 s]
/proc/loadavg: 3.32 2.70 2.47 5/101 9182
/proc/meminfo: memFree=1332160/2055920 swapFree=4192812/4192956
[pid=9002] ppid=9000 vsize=812872 CPUtime=3.18
/proc/9002/stat : 9002 (java) S 9000 9002 19607 0 -1 0 42019 0 1 0 295 23 0 0 18 0 12 0 23613201 832380928 38934 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9002/statm: 203218 38942 1422 9 0 200545 0
[pid=9002/tid=9006] ppid=9000 vsize=812872 CPUtime=1.45
/proc/9002/task/9006/stat : 9006 (java) R 9000 9002 19607 0 -1 64 17207 0 1 0 134 11 0 0 25 0 12 0 23613202 832380928 38942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9010] ppid=9000 vsize=812872 CPUtime=0.32
/proc/9002/task/9010/stat : 9010 (java) R 9000 9002 19607 0 -1 64 10232 0 0 0 28 4 0 0 17 0 12 0 23613203 832380928 38942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9002/tid=9011] ppid=9000 vsize=812872 CPUtime=0.34
/proc/9002/task/9011/stat : 9011 (java) R 9000 9002 19607 0 -1 64 9796 0 0 0 30 4 0 0 18 0 12 0 23613203 832380928 38942 996147200 134512640 134550932 4294956016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9014] ppid=9000 vsize=812872 CPUtime=0
/proc/9002/task/9014/stat : 9014 (java) S 9000 9002 19607 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23613205 832380928 38942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9015] ppid=9000 vsize=812872 CPUtime=0
/proc/9002/task/9015/stat : 9015 (java) S 9000 9002 19607 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23613206 832380928 38942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9016] ppid=9000 vsize=812872 CPUtime=0
/proc/9002/task/9016/stat : 9016 (java) S 9000 9002 19607 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23613206 832380928 38942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9018] ppid=9000 vsize=812872 CPUtime=0
/proc/9002/task/9018/stat : 9018 (java) S 9000 9002 19607 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23613210 832380928 38942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9021] ppid=9000 vsize=812872 CPUtime=0.04
/proc/9002/task/9021/stat : 9021 (java) S 9000 9002 19607 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 23613211 832380928 38942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9022] ppid=9000 vsize=812872 CPUtime=0.97
/proc/9002/task/9022/stat : 9022 (java) S 9000 9002 19607 0 -1 64 3784 0 0 0 96 1 0 0 16 0 12 0 23613211 832380928 38942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9023] ppid=9000 vsize=812872 CPUtime=0
/proc/9002/task/9023/stat : 9023 (java) S 9000 9002 19607 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23613211 832380928 38942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9024] ppid=9000 vsize=812872 CPUtime=0
/proc/9002/task/9024/stat : 9024 (java) S 9000 9002 19607 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23613211 832380928 38942 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 812872

[startup+6.30285 s]
/proc/loadavg: 3.32 2.70 2.47 6/101 9364
/proc/meminfo: memFree=1116928/2055920 swapFree=4192812/4192956
[pid=9002] ppid=9000 vsize=816560 CPUtime=6.72
/proc/9002/stat : 9002 (java) S 9000 9002 19607 0 -1 0 80797 0 1 0 629 43 0 0 18 0 12 0 23613201 836157440 74115 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9002/statm: 204140 74115 1422 9 0 201467 0
[pid=9002/tid=9006] ppid=9000 vsize=816560 CPUtime=2.91
/proc/9002/task/9006/stat : 9006 (java) R 9000 9002 19607 0 -1 64 17211 0 1 0 280 11 0 0 22 0 12 0 23613202 836157440 74115 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9002/tid=9010] ppid=9000 vsize=816560 CPUtime=1.29
/proc/9002/task/9010/stat : 9010 (java) R 9000 9002 19607 0 -1 64 28995 0 0 0 116 13 0 0 17 0 12 0 23613203 836157440 74115 996147200 134512640 134550932 4294956016 18446744073709551615 106196588 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9002/tid=9011] ppid=9000 vsize=816560 CPUtime=1.44
/proc/9002/task/9011/stat : 9011 (java) R 9000 9002 19607 0 -1 64 29799 0 0 0 129 15 0 0 17 0 12 0 23613203 836157440 74115 996147200 134512640 134550932 4294956016 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9002/tid=9014] ppid=9000 vsize=816560 CPUtime=0
/proc/9002/task/9014/stat : 9014 (java) S 9000 9002 19607 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23613205 836157440 74115 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9002/tid=9015] ppid=9000 vsize=816560 CPUtime=0
/proc/9002/task/9015/stat : 9015 (java) S 9000 9002 19607 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23613206 836157440 74115 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9016] ppid=9000 vsize=816560 CPUtime=0
/proc/9002/task/9016/stat : 9016 (java) S 9000 9002 19607 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23613206 836157440 74115 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9018] ppid=9000 vsize=816560 CPUtime=0
/proc/9002/task/9018/stat : 9018 (java) S 9000 9002 19607 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23613210 836157440 74115 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9021] ppid=9000 vsize=816560 CPUtime=0.04
/proc/9002/task/9021/stat : 9021 (java) S 9000 9002 19607 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 23613211 836157440 74115 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9022] ppid=9000 vsize=816560 CPUtime=0.97
/proc/9002/task/9022/stat : 9022 (java) S 9000 9002 19607 0 -1 64 3784 0 0 0 96 1 0 0 16 0 12 0 23613211 836157440 74115 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9023] ppid=9000 vsize=816560 CPUtime=0
/proc/9002/task/9023/stat : 9023 (java) S 9000 9002 19607 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23613211 836157440 74115 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9024] ppid=9000 vsize=816560 CPUtime=0
/proc/9002/task/9024/stat : 9024 (java) S 9000 9002 19607 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23613211 836157440 74115 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 816560

[startup+12.7024 s]
/proc/loadavg: 3.66 2.79 2.50 7/101 9779
/proc/meminfo: memFree=882496/2055920 swapFree=4192812/4192956
[pid=9002] ppid=9000 vsize=817840 CPUtime=13.48
/proc/9002/stat : 9002 (java) S 9000 9002 19607 0 -1 0 143119 0 1 0 1276 72 0 0 18 0 12 0 23613201 837468160 134084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9002/statm: 204460 134086 1422 9 0 201787 0
[pid=9002/tid=9006] ppid=9000 vsize=817840 CPUtime=5.09
/proc/9002/task/9006/stat : 9006 (java) R 9000 9002 19607 0 -1 64 23366 0 1 0 494 15 0 0 25 0 12 0 23613202 837468160 134087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9010] ppid=9000 vsize=817840 CPUtime=3.65
/proc/9002/task/9010/stat : 9010 (java) R 9000 9002 19607 0 -1 64 58257 0 0 0 339 26 0 0 16 0 12 0 23613203 837468160 134089 996147200 134512640 134550932 4294956016 18446744073709551615 105886514 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9011] ppid=9000 vsize=817840 CPUtime=3.67
/proc/9002/task/9011/stat : 9011 (java) R 9000 9002 19607 0 -1 64 56711 0 0 0 340 27 0 0 16 0 12 0 23613203 837468160 134091 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9014] ppid=9000 vsize=817840 CPUtime=0
/proc/9002/task/9014/stat : 9014 (java) S 9000 9002 19607 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23613205 837468160 134093 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9015] ppid=9000 vsize=817840 CPUtime=0
/proc/9002/task/9015/stat : 9015 (java) S 9000 9002 19607 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23613206 837468160 134094 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9016] ppid=9000 vsize=817840 CPUtime=0
/proc/9002/task/9016/stat : 9016 (java) S 9000 9002 19607 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23613206 837468160 134096 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9018] ppid=9000 vsize=817840 CPUtime=0
/proc/9002/task/9018/stat : 9018 (java) S 9000 9002 19607 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23613210 837468160 134097 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9021] ppid=9000 vsize=817840 CPUtime=0.04
/proc/9002/task/9021/stat : 9021 (java) S 9000 9002 19607 0 -1 64 257 0 0 0 4 0 0 0 18 0 12 0 23613211 837468160 134099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9022] ppid=9000 vsize=817840 CPUtime=0.97
/proc/9002/task/9022/stat : 9022 (java) S 9000 9002 19607 0 -1 64 3784 0 0 0 96 1 0 0 16 0 12 0 23613211 837468160 134101 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9023] ppid=9000 vsize=817840 CPUtime=0
/proc/9002/task/9023/stat : 9023 (java) S 9000 9002 19607 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 23613211 837468160 134102 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9024] ppid=9000 vsize=817840 CPUtime=0
/proc/9002/task/9024/stat : 9024 (java) S 9000 9002 19607 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23613211 837468160 134104 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.48
Current children cumulated vsize (KiB) 817840

[startup+25.5026 s]
/proc/loadavg: 3.63 2.81 2.52 5/101 10754
/proc/meminfo: memFree=722880/2055920 swapFree=4192812/4192956
[pid=9002] ppid=9000 vsize=817840 CPUtime=25.97
/proc/9002/stat : 9002 (java) S 9000 9002 19607 0 -1 0 192697 0 1 0 2499 98 0 0 18 0 12 0 23613201 837468160 168151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9002/statm: 204460 168151 1424 9 0 201787 0
[pid=9002/tid=9006] ppid=9000 vsize=817840 CPUtime=6.32
/proc/9002/task/9006/stat : 9006 (java) S 9000 9002 19607 0 -1 64 35660 0 1 0 610 22 0 0 18 0 12 0 23613202 837468160 168151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9010] ppid=9000 vsize=817840 CPUtime=4.86
/proc/9002/task/9010/stat : 9010 (java) S 9000 9002 19607 0 -1 64 68148 0 0 0 456 30 0 0 17 0 12 0 23613203 837468160 168151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9011] ppid=9000 vsize=817840 CPUtime=4.91
/proc/9002/task/9011/stat : 9011 (java) S 9000 9002 19607 0 -1 64 67758 0 0 0 458 33 0 0 17 0 12 0 23613203 837468160 168151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9014] ppid=9000 vsize=817840 CPUtime=8.81
/proc/9002/task/9014/stat : 9014 (java) R 9000 9002 19607 0 -1 64 16350 0 0 0 872 9 0 0 25 0 12 0 23613205 837468160 168151 996147200 134512640 134550932 4294956016 18446744073709551615 106158885 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9015] ppid=9000 vsize=817840 CPUtime=0
/proc/9002/task/9015/stat : 9015 (java) S 9000 9002 19607 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 23613206 837468160 168151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9016] ppid=9000 vsize=817840 CPUtime=0
/proc/9002/task/9016/stat : 9016 (java) S 9000 9002 19607 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23613206 837468160 168151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9018] ppid=9000 vsize=817840 CPUtime=0
/proc/9002/task/9018/stat : 9018 (java) S 9000 9002 19607 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 23613210 837468160 168151 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9021] ppid=9000 vsize=817840 CPUtime=0.04

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

[pid=9002] ppid=9000 vsize=820168 CPUtime=99.73
/proc/9002/stat : 9002 (java) S 9000 9002 19607 0 -1 0 611542 0 1 0 9659 314 0 0 18 0 13 0 23613201 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9002/statm: 205042 174392 1423 9 0 202369 0
[pid=9002/tid=9006] ppid=9000 vsize=820168 CPUtime=6.96
/proc/9002/task/9006/stat : 9006 (java) S 9000 9002 19607 0 -1 64 35682 0 1 0 674 22 0 0 18 0 13 0 23613202 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9002/tid=9010] ppid=9000 vsize=820168 CPUtime=4.86
/proc/9002/task/9010/stat : 9010 (java) S 9000 9002 19607 0 -1 64 68148 0 0 0 456 30 0 0 17 0 13 0 23613203 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9011] ppid=9000 vsize=820168 CPUtime=4.91
/proc/9002/task/9011/stat : 9011 (java) S 9000 9002 19607 0 -1 64 67758 0 0 0 458 33 0 0 17 0 13 0 23613203 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9014] ppid=9000 vsize=820168 CPUtime=81.93
/proc/9002/task/9014/stat : 9014 (java) R 9000 9002 19607 0 -1 64 435169 0 0 0 7968 225 0 0 25 0 13 0 23613205 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9002/tid=9015] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/9015/stat : 9015 (java) S 9000 9002 19607 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23613206 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9002/tid=9016] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/9016/stat : 9016 (java) S 9000 9002 19607 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23613206 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9002/tid=9018] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/9018/stat : 9018 (java) S 9000 9002 19607 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23613210 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9021] ppid=9000 vsize=820168 CPUtime=0.04
/proc/9002/task/9021/stat : 9021 (java) S 9000 9002 19607 0 -1 64 257 0 0 0 4 0 0 0 18 0 13 0 23613211 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9022] ppid=9000 vsize=820168 CPUtime=0.97
/proc/9002/task/9022/stat : 9022 (java) S 9000 9002 19607 0 -1 64 3784 0 0 0 96 1 0 0 16 0 13 0 23613211 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9023] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/9023/stat : 9023 (java) S 9000 9002 19607 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 23613211 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9024] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/9024/stat : 9024 (java) S 9000 9002 19607 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23613211 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=16681] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/16681/stat : 16681 (java) S 9000 9002 19607 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 23623206 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.73
Current children cumulated vsize (KiB) 820168

[startup+105.603 s]
/proc/loadavg: 3.27 2.89 2.57 5/102 17258
/proc/meminfo: memFree=690496/2055920 swapFree=4192812/4192956
[pid=9002] ppid=9000 vsize=820168 CPUtime=102.1
/proc/9002/stat : 9002 (java) S 9000 9002 19607 0 -1 0 612043 0 1 0 9896 314 0 0 18 0 13 0 23613201 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9002/statm: 205042 174392 1423 9 0 202369 0
[pid=9002/tid=9006] ppid=9000 vsize=820168 CPUtime=6.96
/proc/9002/task/9006/stat : 9006 (java) S 9000 9002 19607 0 -1 64 35682 0 1 0 674 22 0 0 18 0 13 0 23613202 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9002/tid=9010] ppid=9000 vsize=820168 CPUtime=4.86
/proc/9002/task/9010/stat : 9010 (java) S 9000 9002 19607 0 -1 64 68148 0 0 0 456 30 0 0 17 0 13 0 23613203 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9011] ppid=9000 vsize=820168 CPUtime=4.91
/proc/9002/task/9011/stat : 9011 (java) S 9000 9002 19607 0 -1 64 67758 0 0 0 458 33 0 0 17 0 13 0 23613203 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9014] ppid=9000 vsize=820168 CPUtime=84.3
/proc/9002/task/9014/stat : 9014 (java) R 9000 9002 19607 0 -1 64 435670 0 0 0 8205 225 0 0 25 0 13 0 23613205 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9002/tid=9015] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/9015/stat : 9015 (java) S 9000 9002 19607 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23613206 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9002/tid=9016] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/9016/stat : 9016 (java) S 9000 9002 19607 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23613206 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9002/tid=9018] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/9018/stat : 9018 (java) S 9000 9002 19607 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23613210 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9021] ppid=9000 vsize=820168 CPUtime=0.04
/proc/9002/task/9021/stat : 9021 (java) S 9000 9002 19607 0 -1 64 257 0 0 0 4 0 0 0 18 0 13 0 23613211 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9022] ppid=9000 vsize=820168 CPUtime=0.97
/proc/9002/task/9022/stat : 9022 (java) S 9000 9002 19607 0 -1 64 3784 0 0 0 96 1 0 0 16 0 13 0 23613211 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9023] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/9023/stat : 9023 (java) S 9000 9002 19607 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 23613211 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9024] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/9024/stat : 9024 (java) S 9000 9002 19607 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23613211 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=16681] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/16681/stat : 16681 (java) S 9000 9002 19607 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 23623206 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 820168

[startup+107.202 s]
/proc/loadavg: 3.25 2.89 2.57 4/102 17388
/proc/meminfo: memFree=690368/2055920 swapFree=4192812/4192956
[pid=9002] ppid=9000 vsize=820168 CPUtime=103.27
/proc/9002/stat : 9002 (java) S 9000 9002 19607 0 -1 0 612043 0 1 0 10013 314 0 0 18 0 13 0 23613201 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9002/statm: 205042 174392 1423 9 0 202369 0
[pid=9002/tid=9006] ppid=9000 vsize=820168 CPUtime=6.96
/proc/9002/task/9006/stat : 9006 (java) S 9000 9002 19607 0 -1 64 35682 0 1 0 674 22 0 0 18 0 13 0 23613202 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9002/tid=9010] ppid=9000 vsize=820168 CPUtime=4.86
/proc/9002/task/9010/stat : 9010 (java) S 9000 9002 19607 0 -1 64 68148 0 0 0 456 30 0 0 17 0 13 0 23613203 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9011] ppid=9000 vsize=820168 CPUtime=4.91
/proc/9002/task/9011/stat : 9011 (java) S 9000 9002 19607 0 -1 64 67758 0 0 0 458 33 0 0 17 0 13 0 23613203 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9014] ppid=9000 vsize=820168 CPUtime=85.47
/proc/9002/task/9014/stat : 9014 (java) R 9000 9002 19607 0 -1 64 435670 0 0 0 8322 225 0 0 25 0 13 0 23613205 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 105886136 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9002/tid=9015] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/9015/stat : 9015 (java) S 9000 9002 19607 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23613206 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9002/tid=9016] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/9016/stat : 9016 (java) S 9000 9002 19607 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23613206 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9002/tid=9018] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/9018/stat : 9018 (java) S 9000 9002 19607 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23613210 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9021] ppid=9000 vsize=820168 CPUtime=0.04
/proc/9002/task/9021/stat : 9021 (java) S 9000 9002 19607 0 -1 64 257 0 0 0 4 0 0 0 18 0 13 0 23613211 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9022] ppid=9000 vsize=820168 CPUtime=0.97
/proc/9002/task/9022/stat : 9022 (java) S 9000 9002 19607 0 -1 64 3784 0 0 0 96 1 0 0 16 0 13 0 23613211 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9023] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/9023/stat : 9023 (java) S 9000 9002 19607 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 23613211 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9024] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/9024/stat : 9024 (java) S 9000 9002 19607 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23613211 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=16681] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/16681/stat : 16681 (java) S 9000 9002 19607 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 23623206 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 103.27
Current children cumulated vsize (KiB) 820168

[startup+108.802 s]
/proc/loadavg: 3.25 2.89 2.57 5/102 17523
/proc/meminfo: memFree=689920/2055920 swapFree=4192812/4192956
[pid=9002] ppid=9000 vsize=820168 CPUtime=104.46
/proc/9002/stat : 9002 (java) S 9000 9002 19607 0 -1 0 612043 0 1 0 10132 314 0 0 18 0 13 0 23613201 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9002/statm: 205042 174392 1423 9 0 202369 0
[pid=9002/tid=9006] ppid=9000 vsize=820168 CPUtime=6.96
/proc/9002/task/9006/stat : 9006 (java) S 9000 9002 19607 0 -1 64 35682 0 1 0 674 22 0 0 18 0 13 0 23613202 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9002/tid=9010] ppid=9000 vsize=820168 CPUtime=4.86
/proc/9002/task/9010/stat : 9010 (java) S 9000 9002 19607 0 -1 64 68148 0 0 0 456 30 0 0 17 0 13 0 23613203 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9011] ppid=9000 vsize=820168 CPUtime=4.91
/proc/9002/task/9011/stat : 9011 (java) S 9000 9002 19607 0 -1 64 67758 0 0 0 458 33 0 0 17 0 13 0 23613203 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9014] ppid=9000 vsize=820168 CPUtime=86.66
/proc/9002/task/9014/stat : 9014 (java) R 9000 9002 19607 0 -1 64 435670 0 0 0 8441 225 0 0 25 0 13 0 23613205 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9002/tid=9015] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/9015/stat : 9015 (java) S 9000 9002 19607 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23613206 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9002/tid=9016] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/9016/stat : 9016 (java) S 9000 9002 19607 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23613206 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9002/tid=9018] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/9018/stat : 9018 (java) S 9000 9002 19607 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23613210 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9021] ppid=9000 vsize=820168 CPUtime=0.04
/proc/9002/task/9021/stat : 9021 (java) S 9000 9002 19607 0 -1 64 257 0 0 0 4 0 0 0 18 0 13 0 23613211 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9022] ppid=9000 vsize=820168 CPUtime=0.97
/proc/9002/task/9022/stat : 9022 (java) S 9000 9002 19607 0 -1 64 3784 0 0 0 96 1 0 0 16 0 13 0 23613211 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9023] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/9023/stat : 9023 (java) S 9000 9002 19607 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 23613211 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9024] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/9024/stat : 9024 (java) S 9000 9002 19607 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23613211 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=16681] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/16681/stat : 16681 (java) S 9000 9002 19607 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 23623206 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 104.46
Current children cumulated vsize (KiB) 820168

[startup+109.602 s]
/proc/loadavg: 3.25 2.89 2.57 4/101 17667
/proc/meminfo: memFree=689992/2055920 swapFree=4192812/4192956
[pid=9002] ppid=9000 vsize=820168 CPUtime=105.08
/proc/9002/stat : 9002 (java) S 9000 9002 19607 0 -1 0 612043 0 1 0 10194 314 0 0 18 0 13 0 23613201 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9002/statm: 205042 174392 1423 9 0 202369 0
[pid=9002/tid=9006] ppid=9000 vsize=820168 CPUtime=6.96
/proc/9002/task/9006/stat : 9006 (java) S 9000 9002 19607 0 -1 64 35682 0 1 0 674 22 0 0 18 0 13 0 23613202 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9002/tid=9010] ppid=9000 vsize=820168 CPUtime=4.86
/proc/9002/task/9010/stat : 9010 (java) S 9000 9002 19607 0 -1 64 68148 0 0 0 456 30 0 0 17 0 13 0 23613203 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9011] ppid=9000 vsize=820168 CPUtime=4.91
/proc/9002/task/9011/stat : 9011 (java) S 9000 9002 19607 0 -1 64 67758 0 0 0 458 33 0 0 17 0 13 0 23613203 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9014] ppid=9000 vsize=820168 CPUtime=87.28
/proc/9002/task/9014/stat : 9014 (java) R 9000 9002 19607 0 -1 64 435670 0 0 0 8503 225 0 0 25 0 13 0 23613205 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 106159206 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9002/tid=9015] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/9015/stat : 9015 (java) S 9000 9002 19607 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 23613206 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9002/tid=9016] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/9016/stat : 9016 (java) S 9000 9002 19607 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 23613206 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9002/tid=9018] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/9018/stat : 9018 (java) S 9000 9002 19607 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 23613210 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9021] ppid=9000 vsize=820168 CPUtime=0.04
/proc/9002/task/9021/stat : 9021 (java) S 9000 9002 19607 0 -1 64 257 0 0 0 4 0 0 0 18 0 13 0 23613211 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9022] ppid=9000 vsize=820168 CPUtime=0.97
/proc/9002/task/9022/stat : 9022 (java) S 9000 9002 19607 0 -1 64 3784 0 0 0 96 1 0 0 16 0 13 0 23613211 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9023] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/9023/stat : 9023 (java) S 9000 9002 19607 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 23613211 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=9024] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/9024/stat : 9024 (java) S 9000 9002 19607 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 23613211 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9002/tid=16681] ppid=9000 vsize=820168 CPUtime=0
/proc/9002/task/16681/stat : 16681 (java) S 9000 9002 19607 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 23623206 839852032 174392 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 105.08
Current children cumulated vsize (KiB) 820168

[startup+110.002 s]
/proc/loadavg: 3.25 2.89 2.57 4/91 17810
/proc/meminfo: memFree=1245440/2055920 swapFree=4192812/4192956
[pid=9002] ppid=9000 vsize=0 CPUtime=105.34
/proc/9002/stat : 9002 (java) Z 9000 9002 19607 0 -1 12 612053 0 1 0 10211 323 0 0 16 0 2 0 23613201 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9002/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 105.34
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 110.025
CPU time (s): 105.364
CPU user time (s): 102.112
CPU system time (s): 3.2515
CPU usage (%): 95.764
Max. virtual memory (cumulated for all children) (KiB): 913848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 102.112
system time used= 3.2515
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 612053
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= 3012
involuntary context switches= 6428

runsolver used 0.185971 second user time and 0.439933 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-12 04:24:53
IDJOB=2077675
IDBENCH=56648
IDSOLVER=731
FILE ID=node43/2077675-1247365493
PBS_JOBID= 9506958
Free space on /tmp= 66196 MiB

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

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

MD5SUM BENCH= 3d7c8d13309560a455bfd2cf0a6d5be0
RANDOM SEED=1966735759

node43.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1394688 kB
Buffers:         44272 kB
Cached:         327484 kB
SwapCached:          0 kB
Active:         404668 kB
Inactive:       179780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1394688 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           15740 kB
Writeback:           0 kB
Mapped:         234436 kB
Slab:            60880 kB
Committed_AS:   420424 kB
PageTables:       2704 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= 66196 MiB
End job on node43 at 2009-07-12 04:26:43