Trace number 2079457

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? 78.2521 76.8851

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg7-11_ext.xml
MD5SUMddccfdf9ed435f1ca1ad76a742847ea3
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.3075
Satisfiable
(Un)Satisfiability was proved
Number of variables77
Number of constraints18
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
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.19/0.25	c c --- Begin Solver configuration ---
0.19/0.25	c Stops conflict analysis at the first Unique Implication Point
0.19/0.25	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.25	c Learn all clauses as in MiniSAT
0.19/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.25	c Expensive reason simplification
0.19/0.25	c MiniSAT restarts strategy
0.19/0.25	c Memory based learned constraints deletion strategy
0.19/0.25	c timeout=2147483s
0.19/0.25	c DB Simplification allowed=false
0.19/0.25	c --- End Solver configuration ---
0.19/0.25	c solving HOME/instance-2079457-1247368139.xml
0.19/0.25	c reading problem ... 
0.48/0.51	c reading problem named null
0.48/0.51	c reading domains done.
0.48/0.51	c reading variables done.
0.48/0.56	c reading relations done.
1.37/1.43	c reading constraints
78.11/76.72	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
78.11/76.72		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
78.11/76.72		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(Unknown Source)
78.11/76.72		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(Unknown Source)
78.11/76.72		at org.sat4j.minisat.constraints.MixedDataStructureDanielWL.createClause(Unknown Source)
78.11/76.72		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
78.11/76.72		at org.sat4j.csp.encodings.DirectEncoding.onNogood(Unknown Source)
78.11/76.72		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
78.11/76.72		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
78.11/76.72		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
78.11/76.72		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
78.11/76.72		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
78.11/76.72		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
78.11/76.72		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
78.11/76.72		at org.sat4j.csp.constraints.Supports.find(Unknown Source)
78.11/76.72		at org.sat4j.csp.constraints.Supports.toClause(Unknown Source)
78.11/76.72		at org.sat4j.reader.CSPReader.endConstraint(Unknown Source)
78.11/76.72		at org.sat4j.csp.xml.Constraint.endElement(Unknown Source)
78.11/76.72		at org.sat4j.csp.xml.InstanceParser.endElement(Unknown Source)
78.11/76.72		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
78.11/76.72		at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
78.11/76.72		at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(Unknown Source)
78.11/76.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
78.11/76.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
78.11/76.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
78.11/76.72		at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
78.11/76.72		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
78.11/76.72		at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
78.11/76.72		at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
78.11/76.72		at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
78.11/76.72		at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
78.11/76.72		at org.sat4j.csp.xml.CspXmlParser.parse(Unknown Source)
78.11/76.72		at org.sat4j.reader.XMLCSPReader.parseInstance(Unknown Source)
78.11/76.72	c starts		: 0
78.11/76.72	c conflicts		: 0
78.11/76.72	c decisions		: 0
78.11/76.72	c propagations		: 0
78.11/76.72	c inspects		: 0
78.11/76.72	c learnt literals	: 0
78.11/76.72	c learnt binary clauses	: 0
78.11/76.72	c learnt ternary clauses	: 0
78.11/76.72	c learnt clauses	: 0
78.11/76.72	c ignored clauses	: 0
78.11/76.72	c root simplifications	: 0
78.11/76.72	c removed literals (reason simplification)	: 0
78.11/76.73	c reason swapping (by a shorter reason)	: 0
78.11/76.73	c Calls to reduceDB	: 0
78.11/76.73	c speed (assignments/second)	: 0.0
78.11/76.73	c non guided choices	0
78.11/76.73	c learnt constraints type 
78.11/76.73	c constraints type 
78.11/76.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7476760
78.11/76.73	c org.sat4j.minisat.constraints.card.AtLeast => 77
78.11/76.73	s UNKNOWN
78.11/76.73	c Total wall clock time (in seconds) : 76.477

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

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


[startup+0 s]
/proc/loadavg: 2.16 2.15 2.12 4/72 29019
/proc/meminfo: memFree=1619784/2055920 swapFree=4192812/4192956
[pid=29019] ppid=29017 vsize=13208 CPUtime=0
/proc/29019/stat : 29019 (java) S 29017 29019 28810 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 23877818 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/29019/statm: 3302 521 219 9 0 1186 0
[pid=29019/tid=29020] ppid=29017 vsize=13208 CPUtime=0
/proc/29019/task/29020/stat : 29020 (java) R 29017 29019 28810 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 23877819 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 2826200 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0796909 s]
/proc/loadavg: 2.16 2.15 2.12 4/72 29019
/proc/meminfo: memFree=1619784/2055920 swapFree=4192812/4192956
[pid=29019] ppid=29017 vsize=802164 CPUtime=0.06
/proc/29019/stat : 29019 (java) S 29017 29019 28810 0 -1 0 2806 0 1 0 4 2 0 0 18 0 7 0 23877818 821415936 2551 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/29019/statm: 200541 2551 1036 9 0 197892 0
[pid=29019/tid=29020] ppid=29017 vsize=802164 CPUtime=0.05
/proc/29019/task/29020/stat : 29020 (java) R 29017 29019 28810 0 -1 64 2068 0 1 0 4 1 0 0 17 0 7 0 23877819 821415936 2551 996147200 134512640 134550932 4294956016 18446744073709551615 106548570 0 4 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.102691 s]
/proc/loadavg: 2.16 2.15 2.12 4/72 29019
/proc/meminfo: memFree=1619784/2055920 swapFree=4192812/4192956
[pid=29019] ppid=29017 vsize=804560 CPUtime=0.08
/proc/29019/stat : 29019 (java) S 29017 29019 28810 0 -1 0 3003 0 1 0 6 2 0 0 18 0 12 0 23877818 823869440 2746 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29019/statm: 201140 2746 1080 9 0 198474 0
[pid=29019/tid=29020] ppid=29017 vsize=804560 CPUtime=0.07
/proc/29019/task/29020/stat : 29020 (java) R 29017 29019 28810 0 -1 64 2250 0 1 0 6 1 0 0 21 0 12 0 23877819 823869440 2746 996147200 134512640 134550932 4294956016 18446744073709551615 103050799 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301711 s]
/proc/loadavg: 2.16 2.15 2.12 4/72 29019
/proc/meminfo: memFree=1619784/2055920 swapFree=4192812/4192956
[pid=29019] ppid=29017 vsize=805628 CPUtime=0.28
/proc/29019/stat : 29019 (java) S 29017 29019 28810 0 -1 0 4296 0 1 0 25 3 0 0 18 0 12 0 23877818 824963072 4033 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29019/statm: 201407 4033 1359 9 0 198734 0
[pid=29019/tid=29020] ppid=29017 vsize=805628 CPUtime=0.21
/proc/29019/task/29020/stat : 29020 (java) R 29017 29019 28810 0 -1 64 3060 0 1 0 19 2 0 0 18 0 12 0 23877819 824963072 4033 996147200 134512640 134550932 4294956016 18446744073709551615 4109144647 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.702942 s]
/proc/loadavg: 2.16 2.15 2.12 4/72 29019
/proc/meminfo: memFree=1619784/2055920 swapFree=4192812/4192956
[pid=29019] ppid=29017 vsize=807320 CPUtime=0.68
/proc/29019/stat : 29019 (java) S 29017 29019 28810 0 -1 0 5702 0 1 0 64 4 0 0 18 0 12 0 23877818 826695680 5160 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29019/statm: 201830 5160 1387 9 0 199157 0
[pid=29019/tid=29020] ppid=29017 vsize=807320 CPUtime=0.37
/proc/29019/task/29020/stat : 29020 (java) R 29017 29019 28810 0 -1 64 3757 0 1 0 34 3 0 0 20 0 12 0 23877819 826695680 5160 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807320

[startup+1.50282 s]
/proc/loadavg: 2.15 2.14 2.12 4/84 29031
/proc/meminfo: memFree=1601320/2055920 swapFree=4192812/4192956
[pid=29019] ppid=29017 vsize=812740 CPUtime=1.47
/proc/29019/stat : 29019 (java) S 29017 29019 28810 0 -1 0 10591 0 1 0 140 7 0 0 18 0 12 0 23877818 832245760 8245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29019/statm: 203185 8245 1408 9 0 200512 0
[pid=29019/tid=29020] ppid=29017 vsize=812740 CPUtime=0.63
/proc/29019/task/29020/stat : 29020 (java) R 29017 29019 28810 0 -1 64 5456 0 1 0 60 3 0 0 22 0 12 0 23877819 832245760 8245 996147200 134512640 134550932 4294956016 18446744073709551615 4109136834 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29022] ppid=29017 vsize=812740 CPUtime=0
/proc/29019/task/29022/stat : 29022 (java) S 29017 29019 28810 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 23877820 832245760 8245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29023] ppid=29017 vsize=812740 CPUtime=0
/proc/29019/task/29023/stat : 29023 (java) S 29017 29019 28810 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23877820 832245760 8245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29024] ppid=29017 vsize=812740 CPUtime=0
/proc/29019/task/29024/stat : 29024 (java) S 29017 29019 28810 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 23877822 832245760 8245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29025] ppid=29017 vsize=812740 CPUtime=0
/proc/29019/task/29025/stat : 29025 (java) S 29017 29019 28810 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 23877823 832245760 8245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29026] ppid=29017 vsize=812740 CPUtime=0
/proc/29019/task/29026/stat : 29026 (java) S 29017 29019 28810 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23877823 832245760 8245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29027] ppid=29017 vsize=812740 CPUtime=0
/proc/29019/task/29027/stat : 29027 (java) S 29017 29019 28810 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23877827 832245760 8245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29028] ppid=29017 vsize=812740 CPUtime=0
/proc/29019/task/29028/stat : 29028 (java) S 29017 29019 28810 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23877827 832245760 8245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29029] ppid=29017 vsize=812740 CPUtime=0.82
/proc/29019/task/29029/stat : 29029 (java) S 29017 29019 28810 0 -1 64 4383 0 0 0 80 2 0 0 16 0 12 0 23877828 832245760 8245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29030] ppid=29017 vsize=812740 CPUtime=0
/proc/29019/task/29030/stat : 29030 (java) S 29017 29019 28810 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23877828 832245760 8245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29031] ppid=29017 vsize=812740 CPUtime=0
/proc/29019/task/29031/stat : 29031 (java) S 29017 29019 28810 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23877828 832245760 8245 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 812740

[startup+3.10196 s]
/proc/loadavg: 2.15 2.14 2.12 3/84 29031
/proc/meminfo: memFree=1564008/2055920 swapFree=4192812/4192956
[pid=29019] ppid=29017 vsize=812740 CPUtime=3.1
/proc/29019/stat : 29019 (java) S 29017 29019 28810 0 -1 0 37485 0 1 0 291 19 0 0 18 0 12 0 23877818 832245760 35004 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29019/statm: 203185 35006 1420 9 0 200512 0
[pid=29019/tid=29020] ppid=29017 vsize=812740 CPUtime=1.5
/proc/29019/task/29020/stat : 29020 (java) R 29017 29019 28810 0 -1 64 16425 0 1 0 142 8 0 0 19 0 12 0 23877819 832245760 35007 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29022] ppid=29017 vsize=812740 CPUtime=0.24
/proc/29019/task/29022/stat : 29022 (java) R 29017 29019 28810 0 -1 64 8173 0 0 0 20 4 0 0 17 0 12 0 23877820 832245760 35009 996147200 134512640 134550932 4294956016 18446744073709551615 104188422 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29023] ppid=29017 vsize=812740 CPUtime=0.23
/proc/29019/task/29023/stat : 29023 (java) R 29017 29019 28810 0 -1 64 7718 0 0 0 21 2 0 0 16 0 12 0 23877820 832245760 35011 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29024] ppid=29017 vsize=812740 CPUtime=0
/proc/29019/task/29024/stat : 29024 (java) S 29017 29019 28810 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23877822 832245760 35013 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29025] ppid=29017 vsize=812740 CPUtime=0
/proc/29019/task/29025/stat : 29025 (java) S 29017 29019 28810 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23877823 832245760 35014 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29026] ppid=29017 vsize=812740 CPUtime=0
/proc/29019/task/29026/stat : 29026 (java) S 29017 29019 28810 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23877823 832245760 35016 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29027] ppid=29017 vsize=812740 CPUtime=0
/proc/29019/task/29027/stat : 29027 (java) S 29017 29019 28810 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23877827 832245760 35018 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29028] ppid=29017 vsize=812740 CPUtime=0
/proc/29019/task/29028/stat : 29028 (java) S 29017 29019 28810 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23877827 832245760 35020 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29029] ppid=29017 vsize=812740 CPUtime=1.09
/proc/29019/task/29029/stat : 29029 (java) S 29017 29019 28810 0 -1 64 4421 0 0 0 107 2 0 0 16 0 12 0 23877828 832245760 35021 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29030] ppid=29017 vsize=812740 CPUtime=0
/proc/29019/task/29030/stat : 29030 (java) S 29017 29019 28810 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23877828 832245760 35023 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29031] ppid=29017 vsize=812740 CPUtime=0
/proc/29019/task/29031/stat : 29031 (java) S 29017 29019 28810 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23877828 832245760 35025 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 812740

[startup+6.30225 s]
/proc/loadavg: 2.14 2.14 2.12 5/84 29031
/proc/meminfo: memFree=1378536/2055920 swapFree=4192812/4192956
[pid=29019] ppid=29017 vsize=822988 CPUtime=7.15
/proc/29019/stat : 29019 (java) S 29017 29019 28810 0 -1 0 80935 0 1 0 679 36 0 0 18 0 12 0 23877818 842739712 74099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29019/statm: 205747 74099 1420 9 0 203074 0
[pid=29019/tid=29020] ppid=29017 vsize=822988 CPUtime=3.11
/proc/29019/task/29020/stat : 29020 (java) R 29017 29019 28810 0 -1 64 16913 0 1 0 302 9 0 0 18 0 12 0 23877819 842739712 74099 996147200 134512640 134550932 4294956016 18446744073709551615 4109674926 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29022] ppid=29017 vsize=822988 CPUtime=1.51
/proc/29019/task/29022/stat : 29022 (java) R 29017 29019 28810 0 -1 64 27166 0 0 0 140 11 0 0 21 0 12 0 23877820 842739712 74099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29023] ppid=29017 vsize=822988 CPUtime=1.4
/proc/29019/task/29023/stat : 29023 (java) S 29017 29019 28810 0 -1 64 31680 0 0 0 129 11 0 0 20 0 12 0 23877820 842739712 74099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29024] ppid=29017 vsize=822988 CPUtime=0
/proc/29019/task/29024/stat : 29024 (java) S 29017 29019 28810 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23877822 842739712 74099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29025] ppid=29017 vsize=822988 CPUtime=0
/proc/29019/task/29025/stat : 29025 (java) S 29017 29019 28810 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23877823 842739712 74099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29026] ppid=29017 vsize=822988 CPUtime=0
/proc/29019/task/29026/stat : 29026 (java) S 29017 29019 28810 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23877823 842739712 74099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29027] ppid=29017 vsize=822988 CPUtime=0
/proc/29019/task/29027/stat : 29027 (java) S 29017 29019 28810 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23877827 842739712 74099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29028] ppid=29017 vsize=822988 CPUtime=0
/proc/29019/task/29028/stat : 29028 (java) S 29017 29019 28810 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23877827 842739712 74099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29029] ppid=29017 vsize=822988 CPUtime=1.09
/proc/29019/task/29029/stat : 29029 (java) S 29017 29019 28810 0 -1 64 4421 0 0 0 107 2 0 0 16 0 12 0 23877828 842739712 74099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29030] ppid=29017 vsize=822988 CPUtime=0
/proc/29019/task/29030/stat : 29030 (java) S 29017 29019 28810 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23877828 842739712 74099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29031] ppid=29017 vsize=822988 CPUtime=0
/proc/29019/task/29031/stat : 29031 (java) S 29017 29019 28810 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23877828 842739712 74099 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.15
Current children cumulated vsize (KiB) 822988

[startup+12.702 s]
/proc/loadavg: 2.29 2.17 2.13 4/84 29031
/proc/meminfo: memFree=1083888/2055920 swapFree=4192812/4192956
[pid=29019] ppid=29017 vsize=822988 CPUtime=14.1
/proc/29019/stat : 29019 (java) S 29017 29019 28810 0 -1 0 148272 0 1 0 1347 63 0 0 18 0 12 0 23877818 842739712 139905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29019/statm: 205747 139905 1420 9 0 203074 0
[pid=29019/tid=29020] ppid=29017 vsize=822988 CPUtime=5.87
/proc/29019/task/29020/stat : 29020 (java) R 29017 29019 28810 0 -1 64 35355 0 1 0 570 17 0 0 17 0 12 0 23877819 842739712 139905 996147200 134512640 134550932 4294956016 18446744073709551615 4109653736 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29022] ppid=29017 vsize=822988 CPUtime=2.42
/proc/29019/task/29022/stat : 29022 (java) R 29017 29019 28810 0 -1 64 33461 0 0 0 227 15 0 0 21 0 12 0 23877820 842739712 139905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29023] ppid=29017 vsize=822988 CPUtime=4.68
/proc/29019/task/29023/stat : 29023 (java) S 29017 29019 28810 0 -1 64 74280 0 0 0 441 27 0 0 18 0 12 0 23877820 842739712 139905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29024] ppid=29017 vsize=822988 CPUtime=0
/proc/29019/task/29024/stat : 29024 (java) S 29017 29019 28810 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23877822 842739712 139905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29025] ppid=29017 vsize=822988 CPUtime=0
/proc/29019/task/29025/stat : 29025 (java) S 29017 29019 28810 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23877823 842739712 139905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29026] ppid=29017 vsize=822988 CPUtime=0
/proc/29019/task/29026/stat : 29026 (java) S 29017 29019 28810 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23877823 842739712 139905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29027] ppid=29017 vsize=822988 CPUtime=0
/proc/29019/task/29027/stat : 29027 (java) S 29017 29019 28810 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23877827 842739712 139905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29028] ppid=29017 vsize=822988 CPUtime=0
/proc/29019/task/29028/stat : 29028 (java) S 29017 29019 28810 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23877827 842739712 139905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29029] ppid=29017 vsize=822988 CPUtime=1.09
/proc/29019/task/29029/stat : 29029 (java) S 29017 29019 28810 0 -1 64 4421 0 0 0 107 2 0 0 16 0 12 0 23877828 842739712 139905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29030] ppid=29017 vsize=822988 CPUtime=0
/proc/29019/task/29030/stat : 29030 (java) S 29017 29019 28810 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23877828 842739712 139905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29031] ppid=29017 vsize=822988 CPUtime=0
/proc/29019/task/29031/stat : 29031 (java) S 29017 29019 28810 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23877828 842739712 139905 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.1
Current children cumulated vsize (KiB) 822988

[startup+25.503 s]
/proc/loadavg: 2.32 2.18 2.13 3/84 29031
/proc/meminfo: memFree=894576/2055920 swapFree=4192812/4192956
[pid=29019] ppid=29017 vsize=854992 CPUtime=26.93
/proc/29019/stat : 29019 (java) S 29017 29019 28810 0 -1 0 242613 0 1 0 2589 104 0 0 18 0 12 0 23877818 875511808 182227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29019/statm: 213748 182227 1424 9 0 211075 0
[pid=29019/tid=29020] ppid=29017 vsize=854992 CPUtime=7.18
/proc/29019/task/29020/stat : 29020 (java) S 29017 29019 28810 0 -1 64 59936 0 1 0 690 28 0 0 19 0 12 0 23877819 875511808 182227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29022] ppid=29017 vsize=854992 CPUtime=2.7
/proc/29019/task/29022/stat : 29022 (java) S 29017 29019 28810 0 -1 64 33461 0 0 0 255 15 0 0 19 0 12 0 23877820 875511808 182227 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29023] ppid=29017 vsize=854992 CPUtime=5.37

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

[pid=29019/tid=29030] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29030/stat : 29030 (java) S 29017 29019 28810 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23877828 875511808 182867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29031] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29031/stat : 29031 (java) S 29017 29019 28810 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23877828 875511808 182867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 71.72
Current children cumulated vsize (KiB) 854992

[startup+73.5023 s]
/proc/loadavg: 2.34 2.20 2.14 3/84 29031
/proc/meminfo: memFree=891824/2055920 swapFree=4192812/4192956
[pid=29019] ppid=29017 vsize=854992 CPUtime=74.91
/proc/29019/stat : 29019 (java) S 29017 29019 28810 0 -1 0 528342 0 1 0 7266 225 0 0 18 0 12 0 23877818 875511808 182867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29019/statm: 213748 182867 1424 9 0 211075 0
[pid=29019/tid=29020] ppid=29017 vsize=854992 CPUtime=7.65
/proc/29019/task/29020/stat : 29020 (java) S 29017 29019 28810 0 -1 64 59949 0 1 0 737 28 0 0 17 0 12 0 23877819 875511808 182867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29022] ppid=29017 vsize=854992 CPUtime=2.7
/proc/29019/task/29022/stat : 29022 (java) S 29017 29019 28810 0 -1 64 33461 0 0 0 255 15 0 0 19 0 12 0 23877820 875511808 182867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29023] ppid=29017 vsize=854992 CPUtime=5.37
/proc/29019/task/29023/stat : 29023 (java) S 29017 29019 28810 0 -1 64 84020 0 0 0 506 31 0 0 17 0 12 0 23877820 875511808 182867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29024] ppid=29017 vsize=854992 CPUtime=58.05
/proc/29019/task/29024/stat : 29024 (java) R 29017 29019 28810 0 -1 64 345741 0 0 0 5659 146 0 0 25 0 12 0 23877822 875511808 182867 996147200 134512640 134550932 4294956016 18446744073709551615 106158888 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29025] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29025/stat : 29025 (java) S 29017 29019 28810 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23877823 875511808 182867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29026] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29026/stat : 29026 (java) S 29017 29019 28810 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23877823 875511808 182867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29027] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29027/stat : 29027 (java) S 29017 29019 28810 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23877827 875511808 182867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29028] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29028/stat : 29028 (java) S 29017 29019 28810 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23877827 875511808 182867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29029] ppid=29017 vsize=854992 CPUtime=1.09
/proc/29019/task/29029/stat : 29029 (java) S 29017 29019 28810 0 -1 64 4421 0 0 0 107 2 0 0 16 0 12 0 23877828 875511808 182867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29030] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29030/stat : 29030 (java) S 29017 29019 28810 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23877828 875511808 182867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29031] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29031/stat : 29031 (java) S 29017 29019 28810 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23877828 875511808 182867 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 74.91
Current children cumulated vsize (KiB) 854992

[startup+75.1068 s]
/proc/loadavg: 2.34 2.20 2.14 3/84 29031
/proc/meminfo: memFree=891824/2055920 swapFree=4192812/4192956
[pid=29019] ppid=29017 vsize=854992 CPUtime=76.51
/proc/29019/stat : 29019 (java) S 29017 29019 28810 0 -1 0 543350 0 1 0 7420 231 0 0 18 0 12 0 23877818 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29019/statm: 213748 182868 1423 9 0 211075 0
[pid=29019/tid=29020] ppid=29017 vsize=854992 CPUtime=7.65
/proc/29019/task/29020/stat : 29020 (java) S 29017 29019 28810 0 -1 64 59953 0 1 0 737 28 0 0 17 0 12 0 23877819 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29022] ppid=29017 vsize=854992 CPUtime=2.7
/proc/29019/task/29022/stat : 29022 (java) S 29017 29019 28810 0 -1 64 33461 0 0 0 255 15 0 0 19 0 12 0 23877820 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29023] ppid=29017 vsize=854992 CPUtime=5.37
/proc/29019/task/29023/stat : 29023 (java) S 29017 29019 28810 0 -1 64 84020 0 0 0 506 31 0 0 17 0 12 0 23877820 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29024] ppid=29017 vsize=854992 CPUtime=59.66
/proc/29019/task/29024/stat : 29024 (java) R 29017 29019 28810 0 -1 64 360745 0 0 0 5813 153 0 0 25 0 12 0 23877822 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 106157878 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29025] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29025/stat : 29025 (java) S 29017 29019 28810 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23877823 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29026] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29026/stat : 29026 (java) S 29017 29019 28810 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23877823 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29027] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29027/stat : 29027 (java) S 29017 29019 28810 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23877827 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29028] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29028/stat : 29028 (java) S 29017 29019 28810 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23877827 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29029] ppid=29017 vsize=854992 CPUtime=1.09
/proc/29019/task/29029/stat : 29029 (java) S 29017 29019 28810 0 -1 64 4421 0 0 0 107 2 0 0 16 0 12 0 23877828 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29030] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29030/stat : 29030 (java) S 29017 29019 28810 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23877828 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29031] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29031/stat : 29031 (java) S 29017 29019 28810 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23877828 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 76.51
Current children cumulated vsize (KiB) 854992

[startup+75.9075 s]
/proc/loadavg: 2.31 2.20 2.14 3/84 29031
/proc/meminfo: memFree=891824/2055920 swapFree=4192812/4192956
[pid=29019] ppid=29017 vsize=854992 CPUtime=77.32
/proc/29019/stat : 29019 (java) S 29017 29019 28810 0 -1 0 543350 0 1 0 7501 231 0 0 18 0 12 0 23877818 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29019/statm: 213748 182868 1423 9 0 211075 0
[pid=29019/tid=29020] ppid=29017 vsize=854992 CPUtime=7.65
/proc/29019/task/29020/stat : 29020 (java) S 29017 29019 28810 0 -1 64 59953 0 1 0 737 28 0 0 17 0 12 0 23877819 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29022] ppid=29017 vsize=854992 CPUtime=2.7
/proc/29019/task/29022/stat : 29022 (java) S 29017 29019 28810 0 -1 64 33461 0 0 0 255 15 0 0 19 0 12 0 23877820 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29023] ppid=29017 vsize=854992 CPUtime=5.37
/proc/29019/task/29023/stat : 29023 (java) S 29017 29019 28810 0 -1 64 84020 0 0 0 506 31 0 0 17 0 12 0 23877820 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29024] ppid=29017 vsize=854992 CPUtime=60.46
/proc/29019/task/29024/stat : 29024 (java) R 29017 29019 28810 0 -1 64 360745 0 0 0 5893 153 0 0 25 0 12 0 23877822 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29025] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29025/stat : 29025 (java) S 29017 29019 28810 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23877823 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29026] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29026/stat : 29026 (java) S 29017 29019 28810 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23877823 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29027] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29027/stat : 29027 (java) S 29017 29019 28810 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23877827 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29028] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29028/stat : 29028 (java) S 29017 29019 28810 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23877827 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29029] ppid=29017 vsize=854992 CPUtime=1.09
/proc/29019/task/29029/stat : 29029 (java) S 29017 29019 28810 0 -1 64 4421 0 0 0 107 2 0 0 16 0 12 0 23877828 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29030] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29030/stat : 29030 (java) S 29017 29019 28810 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23877828 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29031] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29031/stat : 29031 (java) S 29017 29019 28810 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23877828 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.32
Current children cumulated vsize (KiB) 854992

[startup+76.3026 s]
/proc/loadavg: 2.31 2.20 2.14 3/84 29031
/proc/meminfo: memFree=891824/2055920 swapFree=4192812/4192956
[pid=29019] ppid=29017 vsize=854992 CPUtime=77.71
/proc/29019/stat : 29019 (java) S 29017 29019 28810 0 -1 0 543350 0 1 0 7540 231 0 0 18 0 12 0 23877818 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29019/statm: 213748 182868 1423 9 0 211075 0
[pid=29019/tid=29020] ppid=29017 vsize=854992 CPUtime=7.65
/proc/29019/task/29020/stat : 29020 (java) S 29017 29019 28810 0 -1 64 59953 0 1 0 737 28 0 0 17 0 12 0 23877819 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29022] ppid=29017 vsize=854992 CPUtime=2.7
/proc/29019/task/29022/stat : 29022 (java) S 29017 29019 28810 0 -1 64 33461 0 0 0 255 15 0 0 19 0 12 0 23877820 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29023] ppid=29017 vsize=854992 CPUtime=5.37
/proc/29019/task/29023/stat : 29023 (java) S 29017 29019 28810 0 -1 64 84020 0 0 0 506 31 0 0 17 0 12 0 23877820 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29024] ppid=29017 vsize=854992 CPUtime=60.86
/proc/29019/task/29024/stat : 29024 (java) R 29017 29019 28810 0 -1 64 360745 0 0 0 5933 153 0 0 25 0 12 0 23877822 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 106159310 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29025] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29025/stat : 29025 (java) S 29017 29019 28810 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23877823 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29026] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29026/stat : 29026 (java) S 29017 29019 28810 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23877823 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29027] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29027/stat : 29027 (java) S 29017 29019 28810 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23877827 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29028] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29028/stat : 29028 (java) S 29017 29019 28810 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23877827 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29029] ppid=29017 vsize=854992 CPUtime=1.09
/proc/29019/task/29029/stat : 29029 (java) S 29017 29019 28810 0 -1 64 4421 0 0 0 107 2 0 0 16 0 12 0 23877828 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29030] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29030/stat : 29030 (java) S 29017 29019 28810 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23877828 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29031] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29031/stat : 29031 (java) S 29017 29019 28810 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23877828 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.71
Current children cumulated vsize (KiB) 854992

[startup+76.7026 s]
/proc/loadavg: 2.31 2.20 2.14 3/84 29031
/proc/meminfo: memFree=891824/2055920 swapFree=4192812/4192956
[pid=29019] ppid=29017 vsize=854992 CPUtime=78.11
/proc/29019/stat : 29019 (java) S 29017 29019 28810 0 -1 0 543350 0 1 0 7580 231 0 0 18 0 12 0 23877818 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29019/statm: 213748 182868 1423 9 0 211075 0
[pid=29019/tid=29020] ppid=29017 vsize=854992 CPUtime=7.65
/proc/29019/task/29020/stat : 29020 (java) S 29017 29019 28810 0 -1 64 59953 0 1 0 737 28 0 0 17 0 12 0 23877819 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29022] ppid=29017 vsize=854992 CPUtime=2.7
/proc/29019/task/29022/stat : 29022 (java) S 29017 29019 28810 0 -1 64 33461 0 0 0 255 15 0 0 19 0 12 0 23877820 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29023] ppid=29017 vsize=854992 CPUtime=5.37
/proc/29019/task/29023/stat : 29023 (java) S 29017 29019 28810 0 -1 64 84020 0 0 0 506 31 0 0 17 0 12 0 23877820 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29024] ppid=29017 vsize=854992 CPUtime=61.26
/proc/29019/task/29024/stat : 29024 (java) R 29017 29019 28810 0 -1 64 360745 0 0 0 5973 153 0 0 25 0 12 0 23877822 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 105697721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29025] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29025/stat : 29025 (java) S 29017 29019 28810 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 23877823 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29026] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29026/stat : 29026 (java) S 29017 29019 28810 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 23877823 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29019/tid=29027] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29027/stat : 29027 (java) S 29017 29019 28810 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23877827 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29028] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29028/stat : 29028 (java) S 29017 29019 28810 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23877827 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29029] ppid=29017 vsize=854992 CPUtime=1.09
/proc/29019/task/29029/stat : 29029 (java) S 29017 29019 28810 0 -1 64 4421 0 0 0 107 2 0 0 16 0 12 0 23877828 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29030] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29030/stat : 29030 (java) S 29017 29019 28810 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 23877828 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29019/tid=29031] ppid=29017 vsize=854992 CPUtime=0
/proc/29019/task/29031/stat : 29031 (java) S 29017 29019 28810 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 23877828 875511808 182868 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.11
Current children cumulated vsize (KiB) 854992

[startup+76.8026 s]
/proc/loadavg: 2.31 2.20 2.14 3/84 29031
/proc/meminfo: memFree=891824/2055920 swapFree=4192812/4192956
[pid=29019] ppid=29017 vsize=0 CPUtime=78.16
/proc/29019/stat : 29019 (java) Z 29017 29019 28810 0 -1 12 543367 0 1 0 7583 233 0 0 16 0 2 0 23877818 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29019/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 78.16
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 76.8851
CPU time (s): 78.2521
CPU user time (s): 75.8315
CPU system time (s): 2.42063
CPU usage (%): 101.778
Max. virtual memory (cumulated for all children) (KiB): 870996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.8315
system time used= 2.42063
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 543367
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= 2271
involuntary context switches= 2640

runsolver used 0.103984 second user time and 0.286956 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-12 05:08:59
IDJOB=2079457
IDBENCH=56902
IDSOLVER=731
FILE ID=node43/2079457-1247368139
PBS_JOBID= 9507142
Free space on /tmp= 66256 MiB

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

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

MD5SUM BENCH= ddccfdf9ed435f1ca1ad76a742847ea3
RANDOM SEED=1927266201

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:       1620264 kB
Buffers:         49728 kB
Cached:         289116 kB
SwapCached:          0 kB
Active:         172596 kB
Inactive:       185624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1620264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3188 kB
Writeback:           0 kB
Mapped:          30892 kB
Slab:            62676 kB
Committed_AS:   201664 kB
PageTables:       1792 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= 66256 MiB
End job on node43 at 2009-07-12 05:10:16